.trp-floating-switcher {
display: flex;
flex-direction: column-reverse;
position: fixed;
z-index: 99999;
overflow: hidden;
padding: var(--switcher-padding, 10px);
border: var(--border, none);
border-radius: var(--border-radius, 8px);
background: var(--bg, #fff);
width: var(--switcher-width, auto);
top: var(--top, unset);
right: var(--right, unset);
bottom: var(--bottom, unset);
left: var(--left, unset);
box-shadow: 0 10px 20px 0 #0000000D;
}
.trp-floating-switcher .trp-switcher-dropdown-list {
flex-direction: column-reverse;
}
.trp-switcher-position-top.trp-floating-switcher {
flex-direction: column;
top: var(--wp-admin--admin-bar--height, 0);
}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list {
flex-direction: column;
} nav.trp-ls-inline .trp-language-switcher-inner {
flex-direction: row;
}
.trp-ls-inline.trp-opposite-language .trp-language-item {
width: 100%;
} #trp-floater-powered-by {
color: var(--text, #b3b3b3);
font-size: 12px;
text-align: center;
padding: 0 5px;
opacity: 70%;
}
#trp-floater-powered-by a {
color: var(--text, #b3b3b3);
}
.trp-switcher-position-bottom #trp-floater-powered-by {
border-top: 1px solid var(--border-color, #747474);
padding-top: 5px;
margin-top: 5px;
}
.trp-switcher-position-top #trp-floater-powered-by {
border-bottom: 1px solid var(--border-color, #747474);
padding-bottom: 5px;
margin-bottom: 5px;
} .trp-shortcode-switcher__wrapper {
position: relative;
border: none;
}
.trp-shortcode-switcher {
position: static;
display: inline-block;
overflow: hidden;
padding: 10px 0;
border: var(--border, none);
border-radius: var(--border-radius, 5px);
background: var(--bg, #fff);
width: auto;
box-shadow: none;
} .trp-shortcode-anchor:not(.trp-opposite-button) {
visibility: hidden;
}
.trp-shortcode-switcher.trp-open-on-click {
cursor: pointer;
}
.trp-shortcode-overlay {
position: absolute;
left: 0;
top: 0;
z-index: 9999;
} .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
display: flex;
align-items: center;
padding-right: 10px;
justify-content: space-between;
} .trp-language-switcher-inner {
display: flex;
}
.trp-floating-switcher .trp-language-switcher-inner {
flex-direction: column-reverse;
}
.trp-shortcode-switcher .trp-language-switcher-inner {
flex-direction: column;
}
.trp-switcher-dropdown-list {
display: flex;
overflow-y: hidden; transition: max-height 0.2s ease-in-out;
max-height: 0;
transition-duration: var(--transition-duration);
}
.trp-shortcode-switcher .trp-switcher-dropdown-list {
flex-direction: column;
} .trp-ls-dropdown.is-open .trp-switcher-dropdown-list,
.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,
.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list {
overflow-y: auto;
max-height: min(350px, 70vh);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--text) transparent;
}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,
.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list {
overflow-y: hidden !important;
}
.trp-shortcode-arrow {
pointer-events: none;
}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow {
transform: rotate(180deg);
} .trp-language-item:focus { outline: none; }
.trp-language-item:focus-visible {
outline: 2px solid var(--text);
outline-offset: -2px;
} .trp-language-item {
display: flex;
align-items: center;
gap: 8px;
padding: 7px 16px;
text-decoration: none;
min-height: 19px;
box-sizing: content-box;
}
.trp-language-item:hover {
background: var(--bg-hover, #f3f3f3);
}
.trp-language-item:hover .trp-language-item-name {
color: var(--text-hover, #000);
}
.trp-language-item__current {
pointer-events: none;
cursor: default;
}
.trp-language-item-name {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--text, #000);
font-size: var(--font-size, 14px);
line-height: 1.2;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
}
.trp-flag-image {
border-radius: var(--flag-radius, 0) !important;
aspect-ratio: var(--aspect-ratio, 4/3) !important;
width: var(--flag-size, 18px) !important;
display: inline-block !important;
height: auto !important;
}
.trp-menu-ls-label .trp-flag-image {
margin: -2px 3px;
}
.trp-custom-flag {
object-fit: cover;
} .trp-switcher-dropdown-list::-webkit-scrollbar { width: 6px; }
.trp-switcher-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb {
background-color: var(--text);
border-radius: 4px;
}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover {
background-color: var(--text-hover);
} .trp-flag-rounded {
border-radius: 9999px !important;
aspect-ratio: 1 / 1 !important;
}
.trp-ls-name {
padding-left: 5px;
}
@media (prefers-reduced-motion: reduce) {
.trp-switcher-dropdown-list {
transition: none !important; }
} .trp_ald_ls_container img.trp-flag-image{
padding-top: 0 !important;
}
.trp_ald_ls_container .trp-language-switcher{
position: relative;
display: inline-block;
padding: 0;
border: 0;
box-sizing: border-box;
}
.trp_ald_ls_container .trp-language-switcher > div {
box-sizing: border-box;
padding-right: 20px;
padding-bottom: 3px;
padding-left: 13px;
border: 1px solid #c1c1c1;
border-radius: 3px;
background-color: #fff;
}
.trp_ald_ls_container .trp-language-switcher > div > a {
display: block;
padding: 2px;
border-radius: 3px;
color: rgb(7, 105, 173);
}
.trp_ald_ls_container .trp-language-switcher > div > a:hover {
background: #f1f1f1;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp_ald_ls_container .trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
}
#trp_ald_x_button{
z-index: 0 !important;
}.woocommerce table{display:table;visibility:visible}
.woocommerce table th{font-size:100%}
.woocommerce-demo-store{margin-top:45px}
.woocommerce-demo-store p.demo_store{height:19px} .woocommerce a.button,
.woocommerce-page a.button, 
.woocommerce button.button, 
.woocommerce-page button.button,
.woocommerce input.button, 
.woocommerce-page input.button, 
.woocommerce #respond input#submit, 
.woocommerce-page #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page #content input.button, 
.woocommerce input[type="submit"], 
.woocommerce input[type="reset"], 
.woocommerce input[type="button"],
.woocommerce table.cart td.actions input.checkout-button,
.woocommerce .shipping_calculator .shipping-calculator-form p button.button,
.woocommerce div.product form.cart .button,
.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce #payment #place_order,
.woocommerce .quantity input.plus,
.woocommerce .quantity input.minus{display:inline-block;line-height:inherit;padding:0;margin-bottom:15px;cursor:pointer;margin-right:7px;border:0;font-weight:400!important;position:relative;overflow:hidden;
background-image:url(//amberfarm.lv/wp-content/themes/betheme/images/box_shadow_button.png);background-repeat:repeat-x;
-webkit-border-radius:5px;border-radius:5px;
-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.03);box-shadow:inset 0 0 0 1px rgba(0,0,0,.03);
text-shadow:0 0 0 rgba(255,255,255,0)!important}
.button-stroke .woocommerce a.checkout-button{border:0;border-radius:5px;
background-image:url(//amberfarm.lv/wp-content/themes/betheme/images/box_shadow_button.png);background-repeat:repeat-x;
text-shadow:0 0 0 rgba(255,255,255, 0)!important}
.button-stroke .widget .button.checkout:not(:hover){background-color:#eeeeee!important}
.woocommerce button, 
.woocommerce a.checkout-button,
.woocommerce .button.add_to_cart_button,
.woocommerce .button.product_type_external,
.woocommerce .button.add-request-quote-button,
.woocommerce .outofstock .button,
.woocommerce input[type="submit"], 
.woocommerce input[type="reset"], 
.woocommerce input[type="button"]{padding:11px 20px!important}
.woocommerce a:hover.button,
.woocommerce-page a:hover.button, 
.woocommerce button:hover.button, 
.woocommerce-page button:hover.button,
.woocommerce input:hover.button, 
.woocommerce-page input:hover.button, 
.woocommerce #respond input#submit:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce #content input:hover.button, 
.woocommerce-page #content input:hover.button, 
.woocommerce input[type="submit"]:hover, 
.woocommerce input[type="reset"]:hover, 
.woocommerce input[type="button"]:hover,
.woocommerce table.cart td.actions input:hover.checkout-button,
.woocommerce .shipping_calculator .shipping-calculator-form p button:hover.button,
.woocommerce div.product form.cart .button:hover,
.woocommerce .widget_shopping_cart .buttons a:hover.checkout,
.woocommerce #payment #place_order:hover,
.woocommerce .quantity input:hover.plus,
.woocommerce .quantity input:hover.minus{background:none;background-image:url(//amberfarm.lv/wp-content/themes/betheme/images/box_shadow_button.png);background-repeat:repeat-x}
.quick-view-button.button{margin:5px 10px 0 20px!important;padding:11px 20px!important}
.quick-view-button.button span{top:2px}
.woocommerce .button.add_to_cart_button:before,.woocommerce .button.add_to_cart_button:after{content:none!important}
.button-flat .woocommerce .shop_table .product-remove a.remove{border-radius:0}
.button-flat .woocommerce a.remove:hover{color:inherit!important;background:none} .shop-filters{margin-bottom:20px;padding:15px;background-image:url(//amberfarm.lv/wp-content/themes/betheme/images/stripes/stripes_5_b.png);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.shop-filters .woocommerce-result-count{margin:12px 0 0}
.shop-filters .woocommerce-ordering{margin-bottom:0;z-index:1!important}
.shop-filters .woocommerce-ordering select{margin-bottom:0} .woocommerce ul.products li.product{width:31.3%!important;margin:0 1% 20px!important;clear:none}
.woocommerce ul.products li.product:nth-child(3n+1){clear:both} .woocommerce ul.products.col-4 li.product{width:23%!important}
.woocommerce ul.products.col-4 li.product:nth-child(3n+1){clear:none}
.woocommerce ul.products.col-4 li.product:nth-child(4n+1){clear:both} .woocommerce ul.products.list li.product{width:100%!important;margin:0 0 20px!important}
.woocommerce ul.products.list li.product > a:not(.button),.woocommerce ul.products.list li.product > div{display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.woocommerce ul.products.list li.product > a:not(.button),.woocommerce ul.products.list li.product > .hover_box,.woocommerce ul.products.list li.product .image_frame{width:33%}
.woocommerce ul.products.list li.product .desc{width:67%;position:relative}
.woocommerce ul.products.list li.product .desc h4{padding-right:70px}
.woocommerce ul.products.list li.product .desc .star-rating{position:absolute;top:15px;right:15px}
.woocommerce ul.products.list li.product a.button{float:right}
.woocommerce ul.products.list li.product a.button:after{content:""!important;margin-left:0!important} .woocommerce.columns-1 ul.products li.product{width:98%!important}
.woocommerce.columns-2 ul.products li.product{width:48%!important}
.woocommerce.columns-2 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-2 ul.products li.product:nth-child(2n+1){clear:both}
.woocommerce.columns-4 ul.products li.product{width:23%!important}
.woocommerce.columns-4 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-4 ul.products li.product:nth-child(4n+1){clear:both}
.woocommerce.columns-5 ul.products li.product{width:18%!important}
.woocommerce.columns-5 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-5 ul.products li.product:nth-child(5n+1){clear:both} .woocommerce.columns-0 ul.products li.product{width:100%!important;margin:0 0 20px!important}
.woocommerce.columns-0 ul.products li.product > a:not(.button),.woocommerce.columns-0 ul.products li.product > div{display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.woocommerce.columns-0 ul.products li.product > a:not(.button),.woocommerce.columns-0 ul.products li.product > .hover_box,.woocommerce.columns-0 ul.products li.product .image_frame{width:33%}
.woocommerce.columns-0 ul.products li.product .desc{width:67%;position:relative}
.woocommerce.columns-0 ul.products li.product .desc h4{padding-right:70px}
.woocommerce.columns-0 ul.products li.product .desc .star-rating{position:absolute;top:15px;right:15px}
.woocommerce.columns-0 ul.products li.product a.button{float:right}
.woocommerce.columns-0 ul.products li.product a.button:after{content:""!important;margin-left:0!important} .woocommerce ul.products li.product .image_frame{position:relative}
.woocommerce ul.products li.product.outofstock .image_frame .image_wrapper img{filter:alpha(opacity=350);opacity:.3}
.woocommerce ul.products li.product .star-rating{font-size:12px}
.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h4{margin-bottom:5px}
.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:18px;margin-bottom:0}
.woocommerce ul.products li.product .excerpt,.woocommerce-page ul.products li.product .excerpt{margin-top:15px}
.woocommerce ul.products li.product .excerpt p:last-child,.woocommerce-page ul.products li.product .excerpt p:last-child{margin-bottom:0}
.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img,.woocommerce ul.products li.product a:hover img,.woocommerce-page ul.products li.product a:hover img{-webkit-box-shadow:0 0 0;box-shadow:0 0 0;margin:0}
.woocommerce a.button.added:before{right:13px;top:15px}
.woocommerce ul.products li.product a.added_to_cart{display:none}
.woocommerce ul.products li.product .desc{background:#fff;padding:15px 20px}
.woocommerce ul.products li.product .product-loading-icon{filter:alpha(opacity=0);opacity:0;width:50px;height:50px;position:absolute;left:50%;top:50%;background-color:#fff;margin:-25px 0 0 -25px;-webkit-border-radius:100%;border-radius:100%;z-index:3}
.woocommerce ul.products li.product .product-loading-icon:before{font-family:"mfn-icons";font-style:normal;font-weight:400;speak:none;display:block;text-decoration:none!important;width:20px;height:20px;line-height:20px;font-size:20px;text-align:center;font-variant:normal;text-transform:none;line-height:1em;position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;content:'\e812';color:#444}
.woocommerce ul.products li.product.adding-to-cart .product-loading-icon{background-image:url(//amberfarm.lv/wp-content/themes/betheme/images/shop-loader.gif);background-position:center center;background-repeat:no-repeat;filter:alpha(opacity=100);opacity:1}
.woocommerce ul.products li.product.adding-to-cart .product-loading-icon:before{display:none}
.woocommerce ul.products li:hover.product.added-to-cart .product-loading-icon{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;filter:alpha(opacity=100);opacity:1}
.if-overlay .added-to-cart .added-cart{display:none} .woocommerce span.onsale{height:0;min-height:0;width:0;min-width:0;font-size:18px;line-height:18px;text-align:center;position:absolute;left:0!important;right:auto;top:0!important;margin:0!important;border-style:solid;border-width:70px 70px 0 0;border-color:transparent;padding:0;text-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-border-radius:0;border-radius:0;z-index:2;background:none}
.woocommerce span.onsale i{position:absolute;left:8px;top:-60px;color:rgba(0,0,0,.5)} .woocommerce span.soldout{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);} .hover_box_product:hover .hover_box_wrapper .visible_photo, .hover_box_product.hover .hover_box_wrapper .visible_photo{opacity:1!important} .woocommerce .product .post-nav{float:none}
.woocommerce .product .product_wrapper{padding-left:105px;position:relative}
.woocommerce .product .product_wrapper .share_wrapper{position:absolute;left:0;top:0}
.woocommerce .product div.entry-summary h1.product_title{font-size:35px;line-height:40px;margin-bottom:15px;padding-bottom:15px;position:relative}
.woocommerce .product div.entry-summary h1.product_title:after{content:"";display:block;width:20%;height:0;border-width:0 0 1px;border-style:solid;position:absolute;left:0;bottom:0}
.woocommerce .product div.entry-summary .woocommerce-product-rating .woocommerce-review-link{display:none}
.woocommerce .product div.entry-summary .cart{margin-bottom:15px!important}
.woocommerce .product div.entry-summary .cart .button{margin-bottom:0!important}
.woocommerce .product div.entry-summary .product_meta{margin:0 0 15px!important}
.woocommerce .product div.entry-summary .ui-tabs .ui-tabs-nav li a{padding:14px 20px!important}
.woocommerce .product div.entry-summary .accordion #reviews #comments h2{font-size:21px;line-height:25px}
.woocommerce .product div.entry-summary .accordion #reviews .comment-form-rating{display:block;clear:both}
.woocommerce .product div.entry-summary .accordion p.stars a{margin-right:10px}
.woocommerce .product div.entry-summary .woocommerce-product-rating{float:right;margin:1px 0 15px 10px}
.woocommerce .product div.entry-summary .price{float:none;font-size:30px;line-height:30px}
.woocommerce .product div.entry-summary .price > ins{text-decoration:none}
.woocommerce .product div.entry-summary .price > del{float:right;font-size:.5em;margin-left:10px;}
.woocommerce .product div.entry-summary div[itemprop="offers"]{margin-bottom:35px}
.woocommerce .product div.entry-summary > p.price{margin-bottom:35px}
.woocommerce .product .product_wrapper .product_image_wrapper{position:relative}
.woocommerce .product .product_wrapper .product_image_wrapper .images{width:100%;margin:0}
.woocommerce .product .product_wrapper .product_image_wrapper .images .woocommerce-main-image{margin-bottom:1em}
.woocommerce .product .product_wrapper .product_image_wrapper .image_frame{position:relative;float:left}
.woocommerce .product .product_wrapper .product_image_wrapper .image_frame .woocommerce-main-image{margin-bottom:0}
.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails{float:left;width:100%}
.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame{display:block;float:left;width:32%;margin-right:2%;margin-bottom:10px}
.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(3n){margin-right:0}
.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame a{float:none;margin:0;width:auto}
.woocommerce .product .product_wrapper .onsale{top:0!important;left:0!important;z-index:3}
.woocommerce .no-share.product .product_wrapper{padding-left:0} .woocommerce .product.modern .product_wrapper {padding-left:0;}
.woocommerce .product.modern .product_wrapper .product_image_wrapper{width:98%;margin-bottom:20px}
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame{width:19%;margin-right:1.25%}
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(5n){margin-right:0}
.woocommerce .product.modern .product_wrapper .summary{width:98%;}
.woocommerce .product.modern .product_wrapper .summary .product_title{width:50%;margin-right:4%;float:left;}
.woocommerce .product.modern .product_wrapper .summary .woocommerce-product-rating{width:50%;margin:0 4% 40px 0;float:left;}
.woocommerce .product.modern .product_wrapper .summary .star-rating{font-size:1.5em;}
.woocommerce .product.modern .product_wrapper .summary div[itemprop="offers"]{width:46%;float:right;}
.woocommerce .product.modern .product_wrapper .summary .price{float:right;}
.woocommerce .product.modern .product_wrapper .summary div[itemprop="description"]{width:50%;margin:0 4% 20px 0;float:left;}
.woocommerce .product.modern .product_wrapper .summary p.stock {float:right;font-size:1em;max-width:46%;}
.woocommerce .product.modern .product_wrapper .summary .cart{max-width:46%;float:right;}
.woocommerce .product.modern .product_wrapper .summary .cart .button{float:right;}
.woocommerce .product.modern .product_wrapper .summary .variations{background:none}
.woocommerce .product.modern .product_wrapper .summary .variations tr td {background:none;text-align:right;}
.woocommerce .product.modern .product_wrapper .summary .variations select {width:100%;margin:0;}
.woocommerce .product.modern .product_wrapper .summary .variations_button {float:right;}
.woocommerce .product.modern .product_wrapper .summary .single_variation {float:left;}
.woocommerce .product.modern .product_wrapper .summary .product_meta{float:left;width:100%;text-align:right;margin-bottom:25px!important;}
.woocommerce .product.modern .product_wrapper .summary .tabs_wrapper{float:left;width:100%}
.woocommerce .product.modern .product_wrapper .share_wrapper{float:left;position:static;width:100%;padding:10px 10px 15px;box-sizing:border-box;background:none;border-width:1px 0 0;text-align:left;}
.woocommerce .product.modern .product_wrapper .share_wrapper .stButton{margin:0 10px 0 0}
@media only screen and (min-width: 768px) and (max-width: 959px){	
.woocommerce .product.modern .product_wrapper .summary .single_variation{float:right;}
}
@media only screen and (max-width: 767px){	
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame{width:32%;margin-right:2%}
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(5n){margin-right:2%}
.woocommerce .product.modern .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(3n){margin-right:0}
.woocommerce .product.modern .product_wrapper .summary .product_title,
.woocommerce .product.modern .product_wrapper .summary .woocommerce-product-rating,
.woocommerce .product.modern .product_wrapper .summary div[itemprop="offers"],
.woocommerce .product.modern .product_wrapper .summary div[itemprop="description"]{width:100%;}
.woocommerce .product.modern .product_wrapper .summary p.stock,
.woocommerce .product.modern .product_wrapper .summary .cart{max-width:300px;}
} .woocommerce .variations_form .variations{background:rgba(0,0,0,.01);padding:10px}
.woocommerce .variations_form .variations td{border:0}
.woocommerce .variations_form .variations td.label label{padding-top:8px}
.woocommerce .variations_form .variations td.value select{margin-bottom:0!important}
.woocommerce .variations_form .variations td.value .reset_variations{color:inherit}
.woocommerce .product_meta{margin-top:15px}
.single_variation{margin-bottom:15px}
.single_variation .price{font-size:25px!important;margin-right:10px;padding-top:6px} .woocommerce .product .related.products,.woocommerce .product .upsells.products{clear:both;border-top-width:1px;border-style:solid;padding-top:15px;margin-top:30px}
.woocommerce .product .related.products h2,.woocommerce .product .upsells.products h2{font-size:21px;line-height:25px}
.woocommerce .product .related.products ul,.woocommerce .product .upsells.products ul{margin-bottom:0} .woocommerce div.product div.images img,.woocommerce-page div.product div.images img,.woocommerce #content div.product div.images img,.woocommerce-page #content div.product div.images img{-webkit-box-shadow:0 0 0;box-shadow:0 0 0} .woocommerce .shop_table th,.woocommerce .shop_table td{padding:10px!important;border:none}
.woocommerce .shop_table .product-thumbnail{width:140px}
.woocommerce .shop_table .product-thumbnail a{display:block;line-height:0}
.woocommerce .shop_table .product-thumbnail a img{width:100px}
.woocommerce .shop_table .product-name{text-align:left}
.woocommerce .shop_table .product-name a{font-size:14px;font-weight:700}
.woocommerce .shop_table .product-name .variation{margin:0!important;padding:0!important;border-left:0!important;display:block;overflow:hidden}
.woocommerce .shop_table .product-name .variation > dt,.woocommerce .shop_table .product-name .variation > dd{border-width:0;padding:2px 0;margin:0}
.woocommerce .shop_table .product-name .variation > dt{width:auto;font-weight:400;clear:none;margin-right:5px}
.woocommerce .shop_table .product-name .variation > dd{margin-right:7px}
.woocommerce .shop_table .product-remove a.remove{margin:5px 0 0;width:auto;height:auto;display:inline-block;font-size:inherit;line-height:inherit;-webkit-border-radius:5px;border-radius:5px}
.woocommerce .shop_table .product-remove a.remove .button_icon{padding:11px 18px}
.woocommerce .shop_table td.actions{padding:15px!important;background:#fff}
.woocommerce .shop_table td.actions .coupon .input-text{padding:10px!important;width:130px;line-height:21px!important}
.woocommerce .shop_table td.actions input{margin-bottom:0!important}
.woocommerce .shop_table tr:first-child:hover td{background:url(//amberfarm.lv/wp-content/themes/betheme/images/box_shadow.png) repeat-x left top}
.woocommerce .shop_table td.actions input{line-height:21px!important} .cart-collaterals{margin-bottom:30px}
.cart-collaterals h2{font-size:21px;line-height:25px}
.cart-collaterals .cart_totals{float:left!important;width:48%!important;text-align:left!important}
.cart-collaterals .cart_totals table th,.cart-collaterals .cart_totals table td{padding:10px!important}
.cart-collaterals .shipping_calculator{float:right!important;width:48%!important;text-align:left!important;margin:0}
.cart-collaterals .shipping_calculator .shipping-calculator-button:after{font-size:16px;line-height:16px}
.woocommerce-shipping-calculator p{margin-bottom:0} .woocommerce .quantity input.qty{display:inline-block;height:auto;line-height:22px;min-width:70px}
.woocommerce .quantity input.plus,.woocommerce .quantity input.minus{height:43px;width:43px;padding:0;margin:0;font-weight:400!important;position:relative}
.woocommerce .quantity input.minus{float:left;-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px}
.woocommerce .quantity input.plus{float:left;-webkit-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0} .woocommerce .related ul.products li.product,.woocommerce .related ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .upsells.products ul.products li.product,.woocommerce-page .upsells.products ul li.product{width:30%;margin-right:3%} .woocommerce .alert .wc-forward{float:right}
.woocommerce-message a.button{margin-bottom:0!important}
.woocommerce-error.alert,
.woocommerce-info.alert,
.woocommerce-message.alert{border:none;margin-bottom:30px!important;padding:20px 55px 20px 90px!important} .woocommerce .cart-collaterals .cart_totals tr td,.woocommerce .cart-collaterals .cart_totals tr th,.woocommerce-page .cart-collaterals .cart_totals tr td,.woocommerce-page .cart-collaterals .cart_totals tr th{border-top:1px solid rgba(0,0,0,0.12)!important} .woocommerce #payment,.woocommerce-page #payment{background:none}
.woocommerce .payment_methods li{list-style:none!important}
.woocommerce .payment_methods li label{display:inline-block}
.woocommerce #payment ul.payment_methods li img,.woocommerce-page #payment ul.payment_methods li img{margin-right:10px}
.woocommerce div.product form.cart table td,.woocommerce #content div.product form.cart table td,.woocommerce-page div.product form.cart table td,.woocommerce-page #content div.product form.cart table td{padding-left:10px!important}
.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{width:44px}
h3#ship-to-different-address label{font-weight:400} .woocommerce .widget_shopping_cart .total{border-top:0!important}
.woocommerce ul.cart_list li{border-bottom:1px solid rgba(0,0,0,0.07)}
.woocommerce ul.cart_list li img{-webkit-box-shadow:0 0 0;box-shadow:0 0 0}
.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt{margin-bottom:0}
.woocommerce table.cart a.remove{width:26px;height:26px;line-height:22px;font-size:19px}
.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{padding:6px 0}
.woocommerce .widget_shopping_cart .buttons{margin-bottom:0}
.woocommerce .widget_shopping_cart .buttons a{margin-bottom:5px}
.woocommerce .widget_shopping_cart ul.cart_list li.empty{border:0}
.shipping_calculator{margin-top:20px} .woocommerce-account .myaccount_user{margin-bottom:20px;background:rgba(0, 0, 0, 0.02);border-top:1px solid rgba(0, 0, 0, 0.08);clear:both;padding:25px}
.woocommerce-account table.my_account_orders{font-size:inherit}
.woocommerce-account table.my_account_orders .order-actions .button{padding:11px 20px}
.woocommerce-account table.my_account_orders .order-number a{font-weight:700;text-decoration:none;color:#fff;padding:1px 7px;-webkit-border-radius:3px;border-radius:3px;background-image:url(//amberfarm.lv/wp-content/themes/betheme/images/stripes/stripes_10_w.png);background-color:#444}
.woocommerce-account table.my_account_orders .order-status{text-align:center!important}
.woocommerce-account table.my_account_orders .order-actions{text-align:center}
.woocommerce-account .myaccount_address{margin-bottom:30px}
.woocommerce-account .addresses{margin-bottom:40px}
.woocommerce-account .addresses address{position:relative;background:rgba(0,0,0,0.02);font-size:110%;line-height:160%;padding:15px 15px 15px 80px}
.woocommerce-account .addresses address:before{content:"";width:60px;height:100%;border-width:0 1px 0 0;border-style:solid;border-color:rgba(0,0,0,.1);position:absolute;left:0;top:0;z-index:2}
.woocommerce-account .addresses address:after{font-family:'mfn-icons';width:60px;height:100%;line-height:53px;font-size:25px;position:absolute;text-align:center;background:rgba(0,0,0,.03);position:absolute;left:0;top:0;z-index:1}
.woocommerce-account .addresses .col-1 address:after{content:'\e947'}
.woocommerce-account .addresses .col-2 address:after{content:'\e92d'}  .woocommerce-MyAccount-navigation{margin-bottom:40px}
.woocommerce-MyAccount-navigation ul{margin:0}
.woocommerce-MyAccount-navigation ul li{margin:0;list-style:none;}
.woocommerce-MyAccount-navigation ul li a{background:#ffffff;border:1px solid rgba(0,0,0,0.04);color:#858585;display:block;margin-bottom:5px;padding:7px 10px;text-decoration:none;}
.woocommerce-MyAccount-navigation ul li.is-active a{background:#2991d6;color:#fff;}
.woocommerce-MyAccount-content{margin-bottom:40px}
.woocommerce-MyAccount-content .button{padding:11px 20px!important}
.woocommerce-MyAccount-content mark{background:none;font-weight:bold}
.woocommerce-MyAccount-content address{position:relative;background:rgba(0,0,0,0.02);font-size:110%;line-height:160%;padding:15px 15px 15px 80px}
.woocommerce-MyAccount-content address:before{content:"";width:60px;height:100%;background:rgba(0,0,0,.03);border-right:1px solid rgba(0,0,0,.1);position:absolute;left:0;top:0;z-index:2}
.woocommerce-MyAccount-content .woocommerce-Message{border-radius:5px;margin-bottom:30px;padding:20px 20px 20px 90px!important;position:relative;border:none;}
.woocommerce-MyAccount-content .woocommerce-Message:before{content:'\e865';font-family:"mfn-icons";font-size:30px;color:rgba(0,0,0,.4);
-webkit-border-radius:5px;border-radius:5px;height:60px;left:10px;line-height:60px;position: absolute;text-align:center;top:10px;width:60px}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button{margin:0;background:none!important;border:none!important;padding:0!important;
-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent;}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button:hover{text-decoration:underline}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button:after{display:none;}
.woocommerce-MyAccount-content .woocommerce-Message--info{background:#ffe38b;color:#9b812e}
.woocommerce-MyAccount-content .woocommerce-Message--info:before{background:#fbda72} .woocommerce-order-received address{position:relative;background:rgba(0,0,0,0.02);font-size:110%;line-height:160%;padding:15px 15px 15px 80px;margin-bottom:40px}
.woocommerce-order-received address:before{content:"";width:60px;height:100%;background:rgba(0,0,0,.03);border-right:1px solid rgba(0,0,0,.1);position:absolute;left:0;top:0;z-index:2}
.woocommerce-order-received .woocommerce-thankyou-order-received{margin-bottom:20px;background:rgba(0, 0, 0, 0.02);border-top:1px solid rgba(0, 0, 0, 0.08);clear:both;padding:25px;font-size:120%} .woocommerce-checkout .addresses{margin-bottom:30px}
.woocommerce-checkout .order_details li{list-style:none;margin-bottom:10px} .widget.woocommerce li img{-webkit-box-shadow:0 0 0!important;box-shadow:0 0 0!important} .widget_best_sellers li,.widget_featured_products li,.widget_recent_reviews li,.widget_recent_products li,.widget_recently_viewed_products li,.widget_random_products li,.widget_top_rated_products li,.widget_onsale li{border-bottom:1px solid rgba(0,0,0,0.12)}
.widget_best_sellers li:last-child,.widget_featured_products li:last-child,.widget_recent_reviews li:last-child,.widget_recent_products li:last-child,.widget_recently_viewed_products li:last-child,.widget_random_products li:last-child,.widget_top_rated_products li:last-child,.widget_onsale li:last-child{border-bottom:0} .widget_layered_nav ul li{border-bottom:1px solid rgba(0,0,0,0.12)}
.widget_layered_nav ul li:last-child{border-bottom:0}
.woocommerce .widget_layered_nav ul li small{float:right} .widget_product_categories ul{list-style-type:square;color:#fff;padding:5px 10px 5px 30px}
.widget_product_categories ul li{position:relative}
.widget_product_categories ul > li:after{content:"";display:block;width:70px;border-width:0 0 1px;border-style:solid;border-color:rgba(255,255,255,.2);position:absolute;left:-30px;bottom:0}
.widget_product_categories ul > li:last-child:after{display:none}
.widget_product_categories ul li a{color:#fff!important;display:block;padding:7px 0 7px 3px}
.widget_product_categories ul li ul{padding:0 10px 0 20px;margin-top:-5px} .widget_price_filter .price_slider_wrapper{padding-top:5px}
.widget_price_filter .price_slider_amount{font-size:13px!important}
.widget_price_filter .price_slider_amount .button{font-size:1em!important;margin-bottom:0}
.widget_price_filter .price_slider_wrapper .ui-widget-content{border-color:transparent!important;background:#fff!important}
.widget_price_filter .price_label .from,.widget_price_filter .price_label .to{font-weight:700}
.widget_price_filter .price_label{padding-top:10px}
.widget_price_filter .price_slider{margin-bottom:20px!important}
.widget_price_filter .price_slider_amount{line-height:inherit!important}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{-webkit-box-shadow:0 0 0;box-shadow:0 0 0;background-color:#f4f4f4!important;border-top:none;background-image:url(//amberfarm.lv/wp-content/themes/betheme/images/stripes/stripes_3_b.png)}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background:#fff!important;border-width:4px;border-style:solid;width:7px;height:7px} .woocommerce .widget_shopping_cart p.total{background-color:#fff;background-image:url(//amberfarm.lv/wp-content/themes/betheme/images/stripes/stripes_3_b.png);overflow:hidden;padding:10px 12px!important}
.woocommerce .widget_shopping_cart p.total strong{float:left;margin-right:4px}
.woocommerce .widget_shopping_cart p.total .amount{float:left}
.woocommerce .widget_shopping_cart p.total .button_cart{float:right}
.woocommerce .widget_shopping_cart .cart_list li{padding:8px 0}
.woocommerce .widget_shopping_cart ul.product_list_widget li a{font-weight:400}
.woocommerce .widget_shopping_cart ul.product_list_widget li a:hover{text-decoration:none}
.woocommerce .widget_shopping_cart ul.product_list_widget li .wp-post-image{width:65px!important;float:left!important}
.woocommerce .widget_shopping_cart ul.product_list_widget li .desc{margin-left:80px}
.woocommerce .widget_shopping_cart ul.product_list_widget li h6{padding-top:5px;margin-bottom:3px}
.woocommerce .widget_shopping_cart ul.product_list_widget li .quantity{display:block;width:100%}
.woocommerce .widget_shopping_cart ul.product_list_widget li dl{margin:0!important;padding:0!important;border-left:0!important;display:block;overflow:hidden}
.woocommerce .widget_shopping_cart ul.product_list_widget li dl > dt,.woocommerce .widget_shopping_cart ul.product_list_widget li dl > dd{border-width:0;padding:2px 0;margin:0}
.woocommerce .widget_shopping_cart ul.product_list_widget li dl > dt{width:auto;font-weight:400;clear:none;margin-right:5px} .widget_products li{border-bottom-width:1px;border-style:solid}
.widget_products li:last-child{border-bottom:0} .widget_product_search{position:relative}
.widget_product_search .screen-reader-text{display:none}
.widget_product_search form{margin-bottom:5px;position:relative;overflow:hidden}
.widget_product_search form input[type="text"]{width:100%;margin-bottom:0}
.widget_product_search form input[type="submit"]{display:none} .add_to_cart_inline span{position:relative;top:-11px}
.add_to_cart_inline .button{padding:11px 20px!important;margin:0 0 -5px 10px !important} @media only screen and (min-width: 768px) and (max-width: 959px) { .woocommerce ul.products li.product,div.wpb_wrapper .woocommerce ul.products li.product{width:48%!important;margin:0 1% 20px!important}
.woocommerce ul.products.col-4 li.product{width:48%!important}
.woocommerce ul.products li.product{clear:none!important}
.woocommerce ul.products li.product:nth-child(2n+1){clear:both!important} .woocommerce.columns-3 ul.products li.product{width:48%!important}
.woocommerce.columns-3 ul.products li.product:nth-child(2n+1){clear:none}
.woocommerce.columns-3 ul.products li.product:nth-child(3n+1){clear:both}
.woocommerce.columns-4 ul.products li.product{width:48%!important}
.woocommerce.columns-4 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-4 ul.products li.product:nth-child(4n+1){clear:both}
.woocommerce.columns-5 ul.products li.product{width:48%!important}
.woocommerce.columns-5 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-5 ul.products li.product:nth-child(5n+1){clear:both} .woocommerce div.product div.product_image_wrapper{width:100%!important}
.woocommerce div.product div.summary{width:100%!important;float:none!important} .woocommerce table.cart td.actions input{margin-bottom:8px!important} .widget_shopping_cart ul.product_list_widget li a img{width:45px!important}
.widget_shopping_cart ul.product_list_widget li a .desc{margin-left:60px}
} @media screen and ( max-width: 782px ) {
.admin-bar p.demo_store{top:46px}
} @media only screen and (max-width: 767px) { .woocommerce ul.products li.product,div.wpb_wrapper .woocommerce ul.products li.product{width:48%!important;margin:0 1% 20px!important}
.woocommerce ul.products.col-4 li.product{width:48%!important}
.woocommerce ul.products li.product{clear:none!important}
.woocommerce ul.products li.product:nth-child(2n+1){clear:both!important} .woocommerce ul.products.list li.product > a:not(.button),.woocommerce ul.products.list li.product > .hover_box,.woocommerce ul.products.list li.product .image_frame{width:100%}
.woocommerce ul.products.list li.product .desc{width:100%;position:relative}
.woocommerce ul.products.list li.product .desc h4{padding-right:0}
.woocommerce ul.products.list li.product .desc .star-rating{position:relative;top:0;right:0} .woocommerce.columns-4 ul.products li.product{width:48%!important}
.woocommerce.columns-4 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-4 ul.products li.product:nth-child(4n+1){clear:both}
.woocommerce.columns-5 ul.products li.product{width:48%!important}
.woocommerce.columns-5 ul.products li.product:nth-child(3n+1){clear:none}
.woocommerce.columns-5 ul.products li.product:nth-child(5n+1){clear:both} .woocommerce.columns-0 ul.products li.product > a:not(.button),.woocommerce.columns-0 ul.products li.product > .hover_box,.woocommerce.columns-0 ul.products li.product .image_frame{width:100%}
.woocommerce.columns-0 ul.products li.product .desc{width:100%;position:relative}
.woocommerce.columns-0 ul.products li.product .desc h4{padding-right:0}
.woocommerce.columns-0 ul.products li.product .desc .star-rating{position:relative;top:0;right:0} .woocommerce .post-nav{padding:10px 10px 4px}
.woocommerce .product .product_wrapper{padding-left:0}
.woocommerce .product .product_wrapper .share_wrapper{position:relative;width:auto;padding:5px 15px 0;margin-bottom:10px}
.woocommerce .no-share-mobile .product_wrapper .share_wrapper{display:none}
.woocommerce div.product div.product_image_wrapper{width:100%!important}
.woocommerce div.product div.summary{width:100%!important;float:none!important} .woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{text-align:center;margin-bottom:15px}
.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count,.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:none}
.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{width:100%}
.woocommerce .woocommerce-ordering select{margin:0 auto} .woocommerce .related ul.products li.product,.woocommerce .related ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .upsells.products ul li.product{width:100%!important;margin:0 0 20px!important} .shop_table_responsive tr:first-child td{background-image:none} .woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{width:100%;float:none;margin-bottom:20px}
.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{width:100%;float:none}
.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:100%;float:none;margin-bottom:20px}
.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:100%}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%;float:none} .woocommerce table.cart td.actions{text-align:center}
.woocommerce table.cart td.actions .coupon{float:none;width:100%!important;margin-bottom:0;padding-bottom:0}
.woocommerce table.cart td.actions .coupon #coupon_code{text-align:center}
.woocommerce table.cart td.actions input{margin-bottom:8px!important;float:none!important;width:100%!important} .cart-collaterals .cart_totals{float:none!important;width:100%!important;text-align:left!important;margin-bottom:20px}
.cart-collaterals .shipping_calculator{float:none!important;width:100%!important;text-align:left!important}
} @media only screen and (max-width: 479px) { .woocommerce ul.products li.product{width:100%!important;margin:0 0 20px!important}
.woocommerce ul.products.col-4 li.product{width:100%!important}
div.wpb_wrapper .woocommerce ul.products li.product{width:100%!important;margin:0 0 20px!important} .woocommerce.columns-2 ul.products li.product,.woocommerce.columns-3 ul.products li.product,.woocommerce.columns-4 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:98%!important}
}