/**
 * Woocommerce Style
 *
 * [Table of Contents]
 *  1.0 Base Style
 *      1.1 Global Styles
 *      1.2 Minicart
 *      1.3 Shop Page
 *           - Toolbars
 *           - Sidebar
 *           - Price Range
 *           - Sidebar Categories
 *           - Sidebar Filter
 *           - Mini List Items
 *           - Product Style
 *           - Add to Cart Style
 *           - Product Buttons Set
 *           - Product Labels
 *           - Product Swatches
 *           - Coundown Timer
 *           - Product Categories
 *           - List View
 *           - Product Quick View
 *      1.4 Product Page
 *           - Product Summary
 *           - Product Gallery
 *           - Product Gallery Thumbnails
 *           - Product Tabs
 *           - Comment Reviews
 *           - Related / Up Sells / Cross Sells Products
 *           - Sticky Addtocart
 *      1.5 Cart Page
 *           - Free Shipping Bar
 *      1.6 Checkout Page
 *      1.7 My Account Page
 *  2.0 Plugins / Utilities 
 *      2.1 Wishlist
 *      2.2 Compare
 *      2.3 WCML(Currency Switcher)
 *  3.0 Elements 
 *      3.1 Header Cart, Wishlist & Compare
 *      3.2 Product Brands
 */

/**
* 1.0 Base Style
*/

/**
 * 1.1 Global Styles
 */
:root{--wt-freeship-bg:#ededed;--wt-freeship-bg-1:#e95144;--wt-freeship-bg-2:#ffc206;--wt-freeship-bg-3:#69c69c;}
.add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;text-decoration:none;text-align:center;vertical-align:middle;cursor:pointer;border-radius:0;padding:var(--wt-btn-padding);font-size:1em;font-weight:600;line-height:normal;white-space:normal;opacity:1;outline:none;box-shadow:none;-ms-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;text-transform:uppercase;}
.button.add_to_cart_button{background-color:var(--wt-wc-loop-addtocart-bg-color);color:var(--wt-wc-loop-addtocart-text-color);border:1px solid var(--wt-wc-loop-addtocart-border-color);}
.add_to_cart_button:hover, .woocommerce .show-password-input:hover{background-color:var(--wt-wc-loop-addtocart-bg-hcolor);color:var(--wt-wc-loop-addtocart-text-hcolor);border-color:var(--wt-wc-loop-addtocart-border-hcolor);text-decoration:none;opacity:1;}
.product-summary .compare:hover{color:var(--wt-link-hcolor)}
.products-wrap{position:relative;flex:1;display:flex;}
.wt-loading{opacity:1 !important}
.wt-products-loading{background:rgba(255,255,255,.5);max-width:100%!important;position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;}
.wt-products-loading.loading:before{position:absolute;left:50%;top:150px;width:30px;height:30px;}
.woocommerce .blockUI.blockOverlay, .mini_cart_item.loading:after{background:rgba(255, 255, 255, .6) !important;opacity:1 !important;cursor:pointer !important;}
.woocommerce .blockUI.blockOverlay:before{top:calc(50% - 9px);width:30px;height:30px;border-width:2px;}
.woocommerce a.remove{border-radius:30px;font-weight:300;height:22px;width:22px;padding:0;display:flex;border:none;text-align:center;font-size:1.4em;align-items:center;}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews{padding:1em 1.5em;margin:0 0 2em;position:relative;background-color:#d4edda;color:#155724;list-style:none;width:auto;word-wrap:break-word;border-left:3px solid;border-color:#155724;outline:none;}
.woocommerce-noreviews{background-color:#ffeeba;border-color:#856404;color:#856404}
.woocommerce-error{background:#f8d7da;border-color:#721c24;color:#721c24}
.woocommerce-info{background:#bee5eb;border-color:#0c5460;color:#0c5460}
.woocommerce-Message .button:hover, .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button{border:none;background:no-repeat;color:inherit;border-left:1px solid;border-color:inherit;border-radius:0;padding:0 0 0 10px}
.woocommerce-error .button:after, .woocommerce-info .button:after, .woocommerce-message .button:after{content:"\eb70";font-size:1.5em;font-weight:500;margin-left:6px;font-family:"annimex-icons";}
.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover{opacity:.6}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button{float:right;height:auto}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}
.woocommerce form .form-row label.hidden{visibility:hidden}
.woocommerce form .form-row label.inline{display:inline}
.woocommerce form .form-row select{cursor:pointer;margin:0}
.woocommerce form .form-row .required{color:red;font-weight:700;border:0 !important;text-decoration:none;visibility:hidden}
.woocommerce form .form-row .optional{visibility:visible}
#login-register-popup .u-columns > div{width:100%;display:none;}
#login-register-popup .modal-content:not(.register-modal) .u-column1.col-1{display:block}
#login-register-popup .modal-content:not(.login-modal) .u-column2.col-2{display:block}
#login-register-popup .col-full{width:100% !important;padding:0}
.signup-link{display:none}
#login-register-popup .signup-link{display:flex}

/**
 * 1.2 Minicart
 */
.drpdwn-minicart{min-width:300px;right:0;left:auto;}
.drpdwn-minicart .widget_shopping_cart{position:relative;padding:0;height:auto;}
#minicart-drawer{width:350px;}
#cart-drawer{color:#171717;padding:20px;width:100%;height:100%;overflow:auto;z-index:999;}
#cart-drawer.active{right:0;}
#cart-drawer .minicart-bottom{font-size:13px;}
.widget_shopping_cart{padding:0 20px;margin:0;z-index:1001;position:absolute;left:0;overflow-y:auto;height:calc( 100% - 85px );width:100%;display:flex;flex-direction:row;justify-content:space-between;}
.widget_shopping_cart_content{display:flex;flex-direction:column;flex:100%;}
ul.cart_list{height:calc( 100% - 110px );overflow-y:auto;}
.mini_cart_item{padding:0 0 15px;line-height:normal;display:flex;border-bottom:solid 1px #eee;}
.mini_cart_item:last-child{border:none;}
.mini_cart_item .product-image{max-width:23%;flex:1;-webkit-flex:1;-ms-flex:1;}
.mini_cart_item .product-details{width:75%;flex:1;-webkit-flex:1;-ms-flex:1;padding-left:15px;padding-right:10px;text-align:left;}
.mini_cart_item .mini-cart-item-quantity{display:inline-flex;}
.widget_shopping_cart .mini_cart_item .remove{font-size:.9em;margin:0;justify-content:center;}
.mini_cart_item .qtyField .qty{width:30px;height:30px;font-size:.9em;}
.qtyField .quantity .qty-pm{padding:0 5px;font-size:.8em}
.minicart-bottom{color:#171717;font-size:13px;position:absolute;bottom:0;left:0;width:100%;padding:10px 20px 20px 20px;}
.minicart-bottom .shipinfo{background-color:#f6f6f6;padding:15px 20px;margin-left:-20px;margin-right:-20px;}
.minicart-bottom .shipinfo .progress-bar{width:50%;background-color:rgba(41,51,85,.7);}
.minicart-bottom .subtotal .totalInfo span{float:left;text-transform:uppercase;font-size:16px;text-align:left;font-weight:700;margin:0;}
.minicart-bottom .subtotal .totalInfo .product-price{float:right;color:var(--wt-theme-color);}
ul.cart_list, ul.product_list_widget{list-style:none;padding:0;margin:0}
ul.cart_list li, ul.product_list_widget li{padding:0 0 12px;margin:0 0 12px;list-style:none;display:flex;width:100%;position:relative;}
.sidebar-widget .product-micro .prod-star-rating, .sidebar-widget .product-micro .product-name, ul.product_list_widget li .prod-star-rating, ul.product_list_widget li .product-title{margin:0 0 .4em;display:block;font-weight:500;}
ul.product_list_widget li ins{text-decoration:none}
.sidebar-widget .product-micro .product-content{padding:0}
.product_list_widget li, .sidebar-widget .product-micro .price .amount, .sidebar-widget .product-micro .product-name, .sidebar-widget ul li{font-weight:400;font-size:1em}
.sidebar-widget .product-wrap{box-shadow:none}
.yith-woocompare-widget ul.products-list li:not(.list_empty){border-bottom:1px solid #f2f2f2;padding-left:0}
.yith-woocompare-widget ul.products-list li .remove{font-size:1.2em;top:3px}
.yith-woocompare-widget ul.products-list li .remove:hover{background:0 0;color:inherit;opacity:.7}
.cart-icon .badge{padding:0;min-height:20px;min-width:20px;line-height:normal;display:flex;text-align:center;justify-content:center;align-items:center;box-shadow:0 0 0px 2px rgba(255, 255, 255, 0.3)}
.count-inputs dl.variation{margin-bottom:2px;}
.woocommerce-mini-cart__empty-message .basket-ico{font-size:7rem}
.woocommerce-mini-cart__total > strong{font-weight:600;margin-right:10px;text-transform:uppercase}
.woocommerce-mini-cart__total .woocommerce-Price-amount.amount{font-weight:600}
.minicart-action{gap:10px}
.minicart-action > a{flex:50%}
.product-summary.product_title{font-size:2rem!important}
.cart_item .product-remove{font-size:1.5em;font-weight:400}
.woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount bdi{font-size:1em;font-weight:500;opacity:.35}
.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount bdi,.woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount bdi{font-weight:500}
@media only screen and (max-width:575px){.wt-products-header .search-form{max-width:100%}
.product-name-price{align-items:flex-start;justify-content:flex-start;flex-direction:column}
.product-name-price .product-name{margin:0 0 5px}}

/**
 * 1.3 Shop Page
 */

/**
 * - Toolbars
 */
.wt-products-header{margin-top:0;}
.wt-products-header .search-form{max-width:300px;width:100%;}
.wt-products-header select{height:36px;min-width:65px;}
.wt-shop-view-mode .icon-mode:before{content:"";background:#9b9b9b;position:absolute;top:3px;left:3px;}
.icon-mode.mode-grid:before{width:4px;height:18px;}
.wt-shop-view-mode .icon-mode.mode-list:before{width:18px;height:4px;box-shadow:0 7px 0 #9b9b9b,0 14px 0 #9b9b9b;}
.icon-mode.active.mode-list:before{box-shadow:0 7px 0 var(--wt-theme-color),0 14px 0 var(--wt-theme-color);}
.icon-mode.grid-2:before{box-shadow:7px 0 0 #9b9b9b;}
.icon-mode.active.grid-2:before{box-shadow:7px 0 0 var(--wt-theme-color);}
.icon-mode.grid-3:before{box-shadow:7px 0 0 #9b9b9b,14px 0 0 #9b9b9b;}
.icon-mode.active.grid-3:before{box-shadow:7px 0 0 var(--wt-theme-color),14px 0 0 var(--wt-theme-color);}
.icon-mode.grid-4:before{box-shadow:7px 0 0 #9b9b9b,14px 0 0 #9b9b9b,21px 0 0 #9b9b9b;}
.icon-mode.active.grid-4:before{box-shadow:7px 0 0 var(--wt-theme-color),14px 0 0 var(--wt-theme-color),21px 0 0 var(--wt-theme-color);}
.icon-mode.grid-5:before{box-shadow:7px 0 0 #9b9b9b,14px 0 0 #9b9b9b,21px 0 0 #9b9b9b, 28px 0 0 #9b9b9b;}
.icon-mode.active.grid-5:before{box-shadow:7px 0 0 var(--wt-theme-color),14px 0 0 var(--wt-theme-color),21px 0 0 var(--wt-theme-color), 28px 0 0 var(--wt-theme-color);}
.icon-mode.grid-6:before{box-shadow:7px 0 0 #9b9b9b,14px 0 0 #9b9b9b,21px 0 0 #9b9b9b, 28px 0 0 #9b9b9b, 35px 0 0 #9b9b9b;}
.icon-mode.active.grid-6:before{box-shadow:7px 0 0 var(--wt-theme-color),14px 0 0 var(--wt-theme-color),21px 0 0 var(--wt-theme-color), 28px 0 0 var(--wt-theme-color), 35px 0 0 var(--wt-theme-color);}
.wt-shop-view-mode .icon-mode.active:before{background:var(--wt-theme-color);}
.wt-shop-view-mode .icon-mode{position:relative;min-width:19px;height:26px;display:none;border:1px solid #9b9b9b;margin-left:5px;cursor:pointer;}
.wt-shop-view-mode .icon-mode:first-of-type{margin-left:0;}
.wt-shop-view-mode .icon-mode.grid-3, .wt-shop-view-mode .icon-mode.mode-list{width:26px;}
.wt-shop-view-mode .icon-mode.grid-2{width:19px;}
.wt-shop-view-mode .icon-mode.grid-4{width:33px;}
.wt-shop-view-mode .icon-mode.grid-5{width:36px;}
.wt-shop-view-mode .icon-mode.grid-6{width:42px;}
.woocommerce-result-count{margin:0;}
.wt-shop-view-mode .icon-mode.active{border-color:var(--wt-theme-color);}
.wt-active-filters{display:flex;margin-bottom:1.5rem;gap:10px;line-height:normal;align-items:center;}
.widget_layered_nav_filters ul{margin:-4px;display:flex;align-items:center;flex-wrap:wrap;}
.widget_layered_nav_filters ul li{list-style:none;padding:4px;}
.widget_layered_nav_filters ul li a{background-color:#ffffff;display:inline-flex;align-items:center;padding:6px 12px;border:1px solid #ececec;font-size:13px;border-radius:5px;gap:2px;cursor:pointer;}
.widget_layered_nav_filters ul li a .woocommerce-Price-amount.amount{font-size:inherit;}
.widget_layered_nav_filters ul li a:after{content:"\eb41";font-family:'annimex-icons';color:#B6B6B6;margin-left:3px;}
.btn.brd-link{background:none;color:#333333;padding:0 0 2px;margin:15px 0 0;border:none;border-bottom:1px solid #333333;border-radius:0;}
.btn.brd-link:hover{background:none;border-color:var(--wt-theme-color);color:var(--wt-theme-color);}

/**
 * - Sidebar
 */
.sidebar .widget-content{padding-top:15px;}
.sidebar .tags-list li a{padding:5px 12px;}
.sidebar .item-title{line-height:1.2;display:block;margin:0 0 5px;font-weight:600;}
.sidebar .item-meta{font-size:13px;}
.sidebar .scrollspy{max-height:450px;overflow:hidden auto;}
.sidebar-header{display:none}
.sidebar-widget{margin:0 0 20px;display:inline-block;width:100%;}
.sidebar-widget .owl-nav-title-right .owl-nav button[class*=owl-]{top:-40px}
.shop-toolbar .btn-filter{gap:5px;padding:6px 15px;}
.btn.btn-filter:before{font-family:'annimex-icons';font-size:18px;margin-right:6px;}
.sidebar-filter .sidebar-drawer{width:300px;height:100%;padding:0 !important;background-color:#ffffff;box-shadow:0 0 5px rgba(0,0,0,0.3);position:fixed;top:0;left:-335px;z-index:9999;-ms-transition:0.5s;-webkit-transition:0.5s;transition:0.5s;}
.sidebar-filter .sidebar-drawer.active{left:0;}
.sidebar-filter .sidebar-drawer .sidebar-inner{position:relative;z-index:9;background:#f8f9fa;padding:30px 20px;height:100%;overflow:auto;top:0;}
.sidebar-filter .sidebar-drawer .sidebar-widget{padding-top:0;padding-left:0;padding-right:0;border-top:0;border-left:0;border-right:0;margin-bottom:20px;padding-bottom:20px;}
.sidebar-filter .sidebar-drawer .sidebar-widget:last-child{border:none;padding-bottom:0;margin-bottom:0;}
.wc-layered-nav-rating > a{display:flex;align-items:center;}
span.cssButton{border:none}
.sidebar .wt-widget-image-box{border:none;padding:0;}
.wt-widget-image-box .widget-title{display:none;}
.wt-widget-image-box .bx-title{margin-bottom:10px;}
@media only screen and (min-width:991px){
body:not(.content-full-width) .closeFilter{display:none}.sidebar-sticky{position:sticky;position:-webkit-sticky;top:50px;margin-bottom:40px;}
}
@media only screen and (max-width:991px){
.btn.btn-filter{padding:6px 10px;}
.btn.btn-filter i{font-size:20px;margin-right:0;}.woocommerce .sidebar-drawer .sidebar-widget:not(.sidebar-widget, .filter-widget), .sidebar-drawer .static-banner{display:none;}
.sidebar-filter .sidebar-drawer{width:285px;left:-290px;}
.sidebar-filter .sidebar-drawer .sidebar-inner{padding:20px 20px;}
.sidebar-filter .sidebar-drawer .sidebar-widget{margin-bottom:20px;}
}
@media (max-width:768px){.filter-row>:not(.filter-button):not(.woocommerce-ordering){display:none}}
@media screen and (max-width:767px){
.filter-row .col-left>.sort-by-holder:not(:only-child){-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}
.filter-row .col-left>.filter-button{-ms-flex:1;flex:1;max-width:100%}
}

/**
 * - Price Range
 */
.ui-widget{font-size:1.1em;}
.ui-widget-header{border:1px solid #aaa;background:#ccc;color:#222;font-weight:700;}
.ui-widget-content{border:1px solid #aaa;background:#fff;color:#222;position:relative;}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-bottom-right-radius:4px;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6;font-weight:400;color:#555;}
.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em;}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none;}
.price_slider_wrapper{display:flex;flex-direction:column;}
.price_slider_wrapper input[type="text"]{height:34px;padding:0 10px;text-align:center;font-size:13px;width:100px;}
.price_slider_wrapper .ui-slider-horizontal{background:#777;border:none;border-radius:5px;height:3px;margin-bottom:20px;margin-top:20px;}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range{background:var(--wt-secondary-color);}
.price_slider_wrapper .ui-slider-handle{background:#ffffff;border:2px solid var(--wt-secondary-color);height:12px;width:12px;outline:none;top:-5px;border-radius:50%;cursor:w-resize;margin-left:0px;}
.price_slider_wrapper .ui-slider-handle + .ui-slider-handle{margin-left:-12px;}
.price_slider_amount input#max_price, .price_slider_amount input#min_price{display:none}
.price_slider_amount .button{padding:0.25rem 0.5rem;font-size:12px;}
.price_slider_amount .clear{display:none}
.widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em;flex-direction:row-reverse;display:flex;justify-content:space-between}

/**
 * - Sidebar Categories
 */
.product-categories li.cat-parent .cat-toggle:after{display:inline-block;content:'\ebe0';font-family:'annimex-icons';font-size:1em;position:absolute;right:0;cursor:pointer;top:0;font-weight:500;}
.product-categories li.cat-parent.open .cat-toggle:after{content:'\ebd1';color:var(--wt-theme-color);}
.cat-parent ul.children{display:none;padding-left:20px;position:relative;margin:0;}
.cat-parent ul.children:before{content:"";position:absolute;border-left:1px dashed #ddd;left:5px;top:0;bottom:0}
ul.product-categories{display:flex;width:100%;flex-direction:column}
.sidebar-widget ul.product-categories li{position:relative;margin:0 0 3px;padding:0;}
ul.product-categories li a{font-weight:400;width:fit-content;margin:2px 0;display:inline-flex}
ul.product-categories li.open > a{color:var(--wt-theme-color)}
ul.product-categories li a:before{display:none}
ul.product-categories li span.count{font-size:.9em;font-weight:400}

/**
 * - Sidebar Filter
 */
.wt-attributes-inline li{display:inline-block;margin-bottom:0;}
.wt-attributes-inline .wt-filter-lable, .wt-attributes-inline .wc-layered-nav-term .count{display:none;}
.wt-attributes-filter ul{display:flex;align-items:baseline;padding:0;}
.wt-attributes-filter ul li{margin-bottom:10px;}
.wt-attributes-list li, .woocommerce-widget-layered-nav .wc-layered-nav-term{display:flex;width:100%;justify-content:space-between;align-items:center;}
.wt-attributes-list li a{display:flex;align-items:center;}
.wt-filter-lable{margin-left:5px;}
.wt-attributes-filter .wt-swatches .wt-swatch{margin-top:0;margin-bottom:0;}
.wt-attributes-filter .wt-swatches .swatch-label{padding:0;}
.wc-layered-nav-term a{display:inline-flex;}
.wt-attributes-list span.count, .woocommerce-widget-layered-nav .wc-layered-nav-term .count{min-width:12px;display:inline-flex;align-items:center;justify-content:center;font-size:.9em;}
.wt-attributes-list.wt-checkbox a:before{content:"";display:flex;margin-inline-end:5px;width:15px;height:15px;flex-shrink:0;border:1px solid #d0d0d0;vertical-align:middle;transition:all .2s ease;align-items:center;justify-content:center;font-size:0.7rem;}
.wt-attributes-list.wt-checkbox a:focus:before, .wt-attributes-list.wt-checkbox .wt-active a:before{content:"\ea7f";font-family:"annimex-icons";color:var(--wt-btn-text-color);border-color:var(--wt-btn-border-color);background-color:var(--wt-btn-bg-color);}
.filter-widget .more{position:relative;cursor:pointer;color:#6c757d;}
.filter-widget .more:hover{color:var(--wt-theme-color);}
.filter-widget .more:after, .filter-widget .more:before{content:"\ea48";font-family:'annimex-icons';position:absolute;right:2px;top:0;line-height:1;}
.filter-widget .more:after{content:"\ea45";top:7px;}

/**
 * - Mini List Items
 */
.mini-list-items, .mini-list-items .col-item{margin:0;position:relative;gap:10px;}
.mini-list-items .wt-product:last-child, body .hema-element .mini-list-items .wt-product:last-child{padding-bottom:0;margin-bottom:0;}
.mini-list-items .product .product-wrap{display:flex;align-items:center;gap:15px;flex-direction:row;}
.mini-list-items .product-wrap .product-image{max-width:85px;margin:0;}
.mini-list-items .product-wrap .product-name{font-size:1em;font-weight:600;margin:0 0 2px;}
.mini-list-items .product-wrap .product-price{font-size:1em;margin:5px 0;}
.mini-list-items .product-review{margin-top:7px;}
.divider-ver .wt-product{padding-right:20px;}
.divider-ver .wt-product:after{content:"";padding-left:10px;border-bottom-width:0 !important;border-top-width:0 !important;border-left-width:0 !important;position:absolute;right:10px;top:50%;transform:translateY(-50%);}
.divider-hor .wt-product:after{content:"";border-bottom:1px solid;border-left-width:0;position:absolute;width:100%;border-top:0;border-right:0;left:0;border-top-width:0 !important;bottom:-10px;border-bottom-color:#ececec;}
.divider-ver .wt-product:last-child:after, .divider-hor .wt-product:last-child:after{display:none}

/**
 * - Product Style
 */
.product .product-wrap{position:relative;display:flex;flex-direction:column;}
.product .product-name{font-family:var(--wt-wc-loop-prod-title-font-family, var(--wt-body-font-family));}
.product .product-name, .prod-category .woocommerce-loop-category__title{font-size:1em;margin:0 0 .5em;color:inherit;width:auto;justify-content:inherit;display:flex;font-weight:600;}
.product-image{position:relative;overflow:hidden;text-align:center}
.product-image a img{transition:.4s;display:inherit}
.product-wrap a.prd-img-lnk{display:inline-block;}
.product-wrap .product-image{margin:0 auto 15px;width:100%;}
.product-wrap .product-image .secondary{left:0;opacity:0 !important;visibility:hidden;position:absolute;top:0}
.product-wrap .product-image:hover .secondary{opacity:1 !important;visibility:visible}
.product-wrap .product-image .image-flip-effect .secondary{transform:rotateY(-180deg)}
.product-wrap .product-image:hover  .image-flip-effect .secondary{transform:rotateY(0deg);-moz-transform:rotateY(0deg);-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg)}
.product-wrap .product-image:hover .image-vslide-effect .primary, .product-wrap .product-image:hover .image-vslide-effect .secondary{transform:translate3d(0px, -100%, 0)}
.product-image a.image-vslide-effect img{display:block;height:100%;transition:all 1s cubic-bezier(0.19, 1, .22, 1) 0s;width:100%}
.product-wrap .product-image .image-vslide-effect .secondary{top:100%}
.product-wrap .product-content{position:relative;display:flex;flex-flow:column;justify-content:left;}
.product-cats{font-size:.86em;font-weight:400;color:#9b9b9b;margin:0 0 5px;justify-content:inherit;text-transform:uppercase;display:flex;}
.product-cats > a:not(:hover){color:inherit;}
mark, ins{text-decoration:none;}
.widget .woocommerce-Price-amount.amount, .shop_table .woocommerce-Price-amount.amount{font-size:1.1em;font-weight:500;color:rgba(var(--bs-dark-rgb),1);}
div.product p.price, div.product span.price, .woocommerce-mini-cart .woocommerce-Price-amount.amount{font-size:1em;font-weight:inherit;align-items:center;display:inline-flex;flex-direction:row-reverse;gap:5px;color:rgba(var(--bs-dark-rgb),1);}
div.product p.price del, div.product span.price del, .woocommerce-Price-amount.amount del{font-size:.95em;font-weight:inherit;opacity:.6;}
.product .product-price{margin:0 0 .5em;display:flex;justify-content:inherit;font-weight:500;}
.prod-s2 .product-image{border:1px solid #eee;}
.prod-s3 .product-price span.price{color:var(--wt-theme-color)}
.prod-s3 .product-price del{color:#171717;}
.prod-s4 .product-price{font-weight:600;}
.prod-box .product-wrap{background-color:var(--wt-wc-loop-bg-color,);color:var(--wt-wc-loop-text-color,);border-radius:5px;border:1px solid var(--wt-wc-loop-border-color,);overflow:hidden;}
.prod-box .product-wrap:hover{background-color:var(--wt-wc-loop-bg-hcolor, var(--wt-wc-loop-bg-color));color:var(--wt-wc-loop-text-hcolor, var(--wt-wc-loop-text-color));border-color:var(--wt-wc-loop-border-hcolor, var(--wt-wc-loop-border-color));}
.prod-box .product-content{padding:0 10px 15px;}
.product .product-content .prod-qty-bx{font-size:1.071em;display:inline-block}
.product-name-price{display:flex;align-items:center;justify-content:space-between;margin:0;font-weight:500;}
.product-name-price .product-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;width:100%;}
.product-wrap .prod-star-rating{display:flex;margin:0;justify-content:inherit;}
.product-wrap .product-desc{display:none;margin:0 0 10px}
.product-wrap .product-variations{display:flex;justify-content:inherit;}
.star-rating{overflow:hidden;position:relative;height:1.1em;line-height:normal;font-size:1em;width:6em}
.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}
.star-rating span:before, .star-rating:before{top:0;left:0;position:absolute;letter-spacing:3px}
.star-rating:before{content:"\f006\f006\f006\f006\f006";color:#ffb503;}
.star-rating span:before{content:"\f005\f005\f005\f005\f005"}
.star-rating span{color:#ffb503}
.prod-star-rating span.count{line-height:normal;margin:0 0 0 .3em;font-size:.7em;font-weight:500}
.product-wrap .product_type_external{max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;width:100%;}
.product_type_simple:before{content:"\ebb2";}
.product_type_simple:before, .add_to_cart_button::before, .product_type_grouped:before, .product_type_external:before, .woosc-btn::before, .btn-quickview::before, .single_add_to_cart_button.added:before, .woosw-btn::before, .star-rating span:before, .quickview:before, .star-rating:before{font-family:"annimex-icons";margin-right:.5rem;font-weight:500;transition:none;}
.product-actions li div{display:inherit;height:100%}
.product-actions>ul{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;margin:0}

/**
 * - Add to Cart Style
 */
.added_to_cart{display:none;}
.add_to_cart_button:before, .product_type_grouped:before, .button-icons .product_type_external:before{content:"\ebfa"}
.prod-s3 .button-left{--wt-btn-ico-size:.94em;font-size:var(--wt-btn-ico-size);max-width:100%;}
.prod-s3 .product_type_grouped:before, .prod-s3 .add_to_cart_button:before, .prod-s3 .button-icons .product_type_external:before, .prod-s6 .product_type_grouped:before, .prod-s6 .add_to_cart_button:before, .prod-s6 .button-icons .product_type_external:before{content:"\ebf8";}
.add_to_cart_button.added:before, .single_add_to_cart_button.added:before{content:"\ea7f"}

/**
 * - Product Buttons Set 
 */
.button-set, .button-set-top{position:absolute;top:5px;right:5px;display:flex;z-index:5;box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-transition:all ease-out .3s;transition:all ease-out .3s;flex-direction:column;}
.button-icons .add_to_cart_button, .button-icons .product_type_grouped, .button-icons .product_type_external, .button-icons .btn-quickview, .button-icons .woosc-btn, .button-icons .woosw-btn, .button-icons .product_type_simple{background-color:var(--wt-wc-loop-addtocart-bg-color);color:var(--wt-wc-loop-addtocart-text-color);border-color:var(--wt-wc-loop-addtocart-border-color);width:35px;height:35px;display:flex;align-items:center;justify-content:space-around;text-transform:uppercase;text-align:center;border:0;padding:0;overflow:hidden;margin:0;font-weight:normal;position:relative;}
.button-icons .btn-icon:hover, .button-icons .add_to_cart_button:hover, .button-icons .product_type_grouped:hover, .button-icons .product_type_external:hover, .button-icons .btn-quickview:hover, .button-icons .woosc-btn:hover, .button-icons .woosc-added, .button-icons .woosw-btn:hover, .button-icons .woosw-added{background-color:var(--wt-wc-loop-addtocart-bg-hcolor);color:var(--wt-wc-loop-addtocart-text-hcolor);border-color:var(--wt-wc-loop-addtocart-border-hcolor);}
.button-icons .btn-quickview{background-color:var(--wt-wc-loop-quickview-bg-color);color:var(--wt-wc-loop-quickview-text-color);border-color:var(--wt-wc-loop-quickview-border-color);}
.button-icons .btn-quickview:hover{background-color:var(--wt-wc-loop-quickview-bg-hcolor);color:var(--wt-wc-loop-quickview-text-hcolor);border-color:var(--wt-wc-loop-quickview-border-hcolor);}
.button-icons .woosw-btn{background-color:var(--wt-wc-loop-wishlist-bg-color);color:var(--wt-wc-loop-wishlist-text-color);border-color:var(--wt-wc-loop-wishlist-border-color);}
.button-icons .woosw-btn:hover{background-color:var(--wt-wc-loop-wishlist-bg-hcolor);color:var(--wt-wc-loop-wishlist-text-hcolor);border-color:var(--wt-wc-loop-wishlist-border-hcolor);}
.button-icons .woosc-btn{background-color:var(--wt-wc-loop-compare-bg-color);color:var(--wt-wc-loop-compare-text-color);border-color:var(--wt-wc-loop-compare-border-color);}
.button-icons .woosc-btn:hover{background-color:var(--wt-wc-loop-compare-bg-hcolor);color:var(--wt-wc-loop-compare-text-hcolor);border-color:var(--wt-wc-loop-compare-border-hcolor);}
.button-icons .add_to_cart_button:before, .button-icons .product_type_grouped:before, .button-icons .product_type_external:before, .button-icons .btn-quickview:before, .button-icons .woosc-btn:before,  .button-icons .woosw-btn:not(.woosw-adding):before, .button-icons .product_type_simple:before{width:100%;flex:none;text-indent:0;margin:0;transition:none;}
.button-icon .btn-quickview, .button-icon .woosc-btn, .button-icon .woosw-btn{font-size:1rem;width:20px;margin-left:10px;height:20px;}
.button-icons .btn-icon .text, .button-icons .add_to_cart_button + .added_to_cart{display:none;}
.button-set-top{position:absolute;top:5px;right:5px;z-index:5;display:flex;flex-direction:column;box-shadow:none;}
.button-set-bottom{left:0;right:0;bottom:5px;-webkit-transition:.3s ease-out;transition:.3s ease-out;}
.button-set, .button-set-bottom, .button-set-top{z-index:5;position:absolute;}
.button-bottom-action{display:flex;align-items:center;justify-content:space-between;padding-top:15px;width:100%;}
.button-bottom-action .button-right{display:flex;align-items:center;font-size:1rem;}
.prod-s1 .button-set{gap:1px;}
.prod-s1-c .product-image .button-set{gap:5px;}
.prod-s1-c .product-content{display:flex;justify-content:center;flex-direction:column;font-size:15px;}
.prod-s2 .button-set-top{gap:5px;}
.prod-s2 .product-content{text-align:center;display:flex;justify-content:center;flex-direction:column;}
.prod-s2 .product-name{text-transform:uppercase;}
.prod-s4 .button-set-top{gap:5px;}
.prod-s4-c .product-content, .prod-s4-c .button-bottom-action{text-align:center;justify-content:center;}
.prod-s4-c .button-set-top{gap:5px;}
.prod-s4-c .product-name{text-transform:uppercase;}
.prod-s5 .button-icons, .prod-s5-c .button-icons{display:flex;justify-content:center;align-items:center;top:auto;bottom:5px;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.prod-s5 .button-icons > *, .prod-s5 .button-icons > *:hover{border-right:1px solid #fff;}
.prod-s5-c .button-icons > *, .prod-s5-c .button-icons > *:hover{border-right:1px solid #ececec;}
.prod-s5-c .product-content{justify-content:center;text-transform:uppercase;}
.prod-s6 .button-set-top{gap:5px;}
.prod-s6 .button-set-top > *, .prod-s7 .button-set-top > *, .prod-s7 .button-bottom-action .button, .prod-s7 .button-bottom-action .btn-quickview, .prod-s7 .button-bottom-action .woosc-btn, .prod-s7 .button-bottom-action .woosw-btn{border-radius:5px;}
.prod-s6 .product-content{display:flex;justify-content:space-between;width:100%;flex-flow:row;}
.prod-s6 .product-content .col-left{width:calc(100% - 50px);}
.prod-s6 .product-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;width:100%;text-transform:uppercase;font-size:1em;}
.prod-s6 .product-content .button-icons > *{height:37px;width:37px;padding:0;font-size:16px;border-radius:4px;}
.prod-s6 .button-bottom-action{padding-top:0;}
.prod-s7 .product-content{text-align:center;display:flex;justify-content:center;flex-direction:column;align-items:center;}
.prod-s7 .button-bottom-action{justify-content:center;position:relative;padding:0;margin-top:15px;gap:5px;width:auto;display:inline-flex;}
.prod-s7 .button-bottom-action .button-icons{display:flex;align-items:center;}
.prod-s7 .button-bottom-action .button{padding:6px 12px;min-height:38px;text-transform:initial;}
.prod-s7 .btn-quickview,  .prod-s7 .woosc-btn, .prod-s7 .woosw-btn{height:38px;width:38px;padding:0;margin:0;}
@media only screen and (min-width:992px){
.button-set{opacity:0;visibility:hidden;top:10px;right:0}
.products-wrap .product-wrap:hover .button-set{opacity:1;visibility:visible;right:10px}
.prod-s3 .product-image{margin:0 auto}
.prod-s3 .product-content{background-color:#fff;padding:15px 0 0;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translateY(0);transform:translateY(0);justify-content:start}
.prod-s3 .product-wrap:hover .product-content{opacity:1;-ms-transform:translateY(-53px);transform:translateY(-53px)}
.prod-s3 .product-wrap .wt-swatches{padding-bottom:5px}
.prod-s3 .button-bottom-action{padding-top:15px;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}
.prod-s3 .product-wrap:hover .button-bottom-action{opacity:1;visibility:visible}
.prod-s5 .button-set,.prod-s5-c .button-set{bottom:-10px}
.prod-s5 .product-wrap:hover .button-set,.prod-s5-c .product-wrap:hover .button-set{right:auto;bottom:10px}
.button-set.style3{top:10px;left:0;right:auto}
.products-wrap .product-wrap:hover .button-set.style3{left:10px;right:auto}
.button-set-top{opacity:0;visibility:hidden;top:20px;right:10px}
.products-wrap .product-wrap:hover .button-set-top{opacity:1;visibility:visible;top:10px;right:10px}
.button-set-bottom{opacity:0;visibility:hidden;bottom:0}
.products-wrap .product-wrap:hover .button-set-bottom{opacity:1;visibility:visible;bottom:10px}
.prod-s7 .button-bottom-action .button-icons>*{position:absolute}
.prod-s7 .button-bottom-action .woosw-btn{opacity:0;visibility:hidden;left:-30px}
.prod-s7 .button-bottom-action .btn-quickview{opacity:0;visibility:hidden;right:-30px}
.prod-s7 .product-wrap:hover .button-bottom-action .woosw-btn{opacity:1;visibility:visible;left:-40px}
.prod-s7 .product-wrap:hover .button-bottom-action .btn-quickview{opacity:1;visibility:visible;right:-40px}
.prod-s8 .product-image{margin-bottom:0}
.prod-s8 .product-wrap .product-content{position:absolute;top:0;left:0;right:0;z-index:3;padding:20px;opacity:0;visibility:hidden;-webkit-transform:scale(0.9);transform:scale(0.9);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;bottom:0;height:100%;display:flex;flex-flow:column;text-align:center;justify-content:center}
.prod-s8 .product-wrap:hover .product-content{opacity:1;visibility:visible;transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1)}
.prod-s8 .product-wrap:after{content:"";background:rgba(255,255,255,.9);position:absolute;top:0;right:0;left:0;bottom:0;z-index:2;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.prod-s8 .product-wrap:hover:after{visibility:visible;opacity:1}
.prod-s8 .button-set{position:relative;display:flex;width:100%;box-shadow:none;justify-content:center;top:0;right:0!important;flex-direction:row;margin-top:1em}
.prod-s8 .button-set.button-dark>*{background:#333;color:#fff;border-color:transparent}
.prod-s8 .button-set.button-dark>:hover{background:var(--wt-btn-bg-hcolor);color:var(--wt-btn-text-hcolor);border-color:var(--wt-btn-border-hcolor)}
.prod-s8 .button-bottom-action{justify-content:center;bottom:20px;position:absolute;left:0;right:0}
}
@media only screen and (max-width:992px){.button-bottom-action .button-right{display:none}
.prod-s3 .product-price{margin-left:0}
.prod-s6 .product-content .col-left{width:calc(100% - 40px)}
.prod-s6 .product-content .button-icons>*{height:30px;width:30px;font-size:14px}
.button-icons .add_to_cart_button,.button-icons .btn-quickview,.button-icons .product_type_external,.button-icons .product_type_grouped,.button-icons .woosc-btn,.button-icons .woosw-btn{width:30px;height:30px}
.prod-s7 .button-bottom-action .button{justify-content:space-around;width:30px;height:30px;padding:0;margin:0;min-height:30px}
.prod-s7 .add_to_cart_button:before, .prod-s7 .button-icons .product_type_external:before, .prod-s7 .product_type_grouped:before{width:100%;flex:none;text-indent:0}
.prod-s8 .product-wrap{text-align:center}
.prod-s8 .button-set{display:none}
.prod-s8 .product-wrap .product-content{justify-content:center;display:flex;flex-direction:column;align-items:center}
.prod-s8 .product-wrap .button-bottom-action{justify-content:center}}
@media only screen and (min-width:767px){.button-bottom-action .loading::after, .button-bottom-action .loading::before, .button-set-bottom .loading::after, .button-set-bottom .loading::before{position:relative;inset-inline-start:0;top:0}}
@media only screen and (max-width:767px){.button-bottom-action{font-size:.9em}
.prod-s2 .button-set-bottom, .prod-s2 .button-set-top{display:none}
.prod-s3 .product-name-price{text-align:left;justify-content:start;align-items:start}
.prod-s4-c .add_to_cart_button:before, .prod-s4-c .button-icons .product_type_external:before, .prod-s4-c .product_type_grouped:before{display:none}
}

/**
 * - Product Labels
 */
.product-labels{position:absolute;left:0px;top:0px;}
.product-labels.rectangular, .product-labels.radius, .product-labels.round, .product-labels.rounded, .product-labels.round-pill{left:5px;top:5px;}
.product-labels.rectangular .lbl{border-radius:0;}
.product-labels.radius .lbl{border-radius:3px;}
.product-labels.round .lbl{border-radius:50%;width:43px;height:43px;line-height:43px;padding:0 10px;}
.product-labels.rounded .lbl{border-radius:50%;padding:5px;display:flex;align-items:center;justify-content:center;white-space:nowrap;word-break:break-all;text-align:center;min-height:45px;min-width:45px;}
.product-labels.round-pill .lbl{border-radius:50rem;}
.product-labels .lbl{display:block;white-space:nowrap;color:#fff;font-weight:500;text-transform:uppercase;text-align:center;padding:3px 10px;margin-bottom:5px;font-size:10px;}
.product-labels .sale{right:0px;background:var(--wt-wc-badges-sale-bg-color);color:var(--wt-wc-badges-sale-text-color) }
.product-labels .new{background:var(--wt-wc-badges-new-bg-color);color:var(--wt-wc-badges-new-text-color) }
.product-labels .featured{background:var(--wt-wc-badges-featured-bg-color);color:var(--wt-wc-badges-featured-text-color) }

/**
 * - Product Sale Marquee
 */
.product-wrap:hover .product-sale-marquee{display:none;}
.product-sale-marquee{background:#181818;color:#fff;padding:5px 0;position:absolute;bottom:0;z-index:1;}
.product-sale-marquee .marquee-content .hwt-list, .product-sale-marquee .marquee-content{gap:15px;}
.product-sale-marquee .hwt-list .list-item{text-transform:uppercase;margin:0;gap:15px;}
.product-sale-marquee .fbox-ico{color:red;}

/**
 * - Product Swatches
 */
.wt-swatches{margin:0px;padding:7px 0 0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;}
.wt-swatches img{display:block;width:100%;height:100%;margin:0 auto;}
.wt-swatches .wt-swatch{position:relative;display:inline-flex;min-height:17px;min-width:17px;align-items:center;margin:5px 3px;cursor:pointer;box-shadow:0 0 1px 1px #dddddd;border:1px solid #ffffff;justify-content:center;}
.wt-swatches.swatch-small .wt-swatch{border-width:1px;font-size:.8em;padding:0;}
.wt-swatches.swatch-rectangle .wt-swatch{width:34px;height:24px;}
.wt-swatches.swatch-large .wt-swatch{height:30px;width:30px;padding:0;}
.wt-swatches .wt-swatch, .wt-swatches.swatch-circle img, .wt-swatches.swatch-circle:after{border-radius:50%;}
.wt-swatches.swatch-square, .wt-swatches.swatch-square .wt-swatch, .wt-swatches.swatch-square img{border-radius:3px;}
.wt-swatches .wt-swatch:hover, .wt-swatches .wt-swatch.swatch-selected, .filterBox .swatches li:hover, .filterBox .swatches li.active{border-color:#ffffff;box-shadow:0 0 0 1px var(--wt-theme-color),0 0 0 0px #fff inset;}
.wt-swatches .swatch-label{height:auto;width:auto;padding:0px 4px;line-height:normal;box-sizing:initial;overflow:hidden;}
.wt-swatches .txt{display:none;}
.wt-swatches .swatch-label .txt{display:block;}
.wt-swatches .swatch-disabled{opacity:0.5;cursor:no-drop;box-shadow:0 0 1px 1px #dddddd;border:1px solid #ffffff;}
.wt-swatches .swatch-disabled:after{content:"";opacity:1;visibility:visible;position:absolute;left:0;top:0;bottom:0;display:block;width:100%;height:100%;background:url(../images/icons/soldout.svg) no-repeat 50% 50%/cover;-webkit-transform:none;transform:none;border:none;margin:0;z-index:100;}
.wt-swatches .swatch-disabled img, .wt-swatches .swatch-disabled{position:relative;z-index:2;}
.wt-swatches.swatch-small .wt-swatch{width:20px;height:20px;font-size:.8em;}
.wt-swatches.swatch-normal .wt-swatch{width:30px;height:30px;font-size:1em;}
.wt-swatches.swatch-large .wt-swatch{width:35px;height:35px;}
.wt-swatches.swatch-x-large .wt-swatch{width:40px;height:40px;}
.wt-swatches-wrap .variation-swatches > *{padding-top:0;}
.product-summary .wt-swatches-single{padding:0;margin:-5px -3px;}
.product-summary .wt-swatches-selected-label{margin-left:5px;text-transform:capitalize;}
.product-summary .variations .wt-swatches+select{display:none;}
.wt-swatches-single .wt-swatch{width:30px;height:30px;display:flex;align-items:center;justify-content:center;padding:10px;}
.wt-swatches-single .swatch-label{width:auto;padding:0;}
.wt-swatches-single .swatch-image{padding:0;}

/**
 * - Coundown Timer
 */
.product-wrap:hover .prod-cntdwn{display:none }
.prod-cntdwn{position:absolute;bottom:5px;left:5px;box-shadow:0 0 5px rgba(0,0,0,0.1);z-index:2;}
.prod-cntdwn .bxim-stkfrm .bx-ico-img{padding:4px 4px 2px;}
.prod-cntdwn .bx-number{margin:0;font-size:12px;}
.prod-cntdwn .bx-main-cbox{display:flex;flex-direction:column;gap:0;margin:0;}
.prod-cntdwn .bx-wrap-cbox{margin:0;}
.prod-cntdwn .fbox-ico > .fbx-html{max-width:50px;min-width:30px;padding:6px 4px 4px;line-height:12px;font-weight:700;display:block;margin:0 0;text-align:center;background:rgba(255,255,255,0.8);color:#333333;}
.prod-cntdwn .fbox-ico > .fbx-html span{background:none;font-size:10px;font-weight:400;text-transform:uppercase;}
.prod-cntdwn .fbox-ico:not(:last-child){border-bottom:1px solid #ececec;}
.cntdwn-hor-dark{display:flex;bottom:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.cntdwn-hor-dark .bx-main-cbox{flex-direction:row;flex-wrap:nowrap;}
.cntdwn-hor-dark .fbox-ico:not(:last-child){border-bottom:none;border-right:1px solid #333;}
.cntdwn-hor-dark .bx-number, .cntdwn-hor-dark .fbox-ico > .fbx-html{color:#ffffff;}
.cntdwn-hor-dark .fbox-ico > .fbx-html{background:#000000;color:#ffffff;}
@media only screen and (max-width:992px){
.prod-cntdwn .fbox-ico > .fbx-html span{font-size:8px;padding:4px;}
.prod-cntdwn .bxim-view-stacked.ico-csize .fbox-ico{width:auto;font-size:13px;}
}
@media only screen and (max-width:767px){
.prod-cntdwn .bx-number{font-size:10px;}
}

/**
 * - Product Categories
 */
.prod-category .cat-wrap{position:relative;display:flex;flex-flow:column;}
.product-categories .prod-category .woocommerce-loop-category__title{text-align:center;display:flex;flex-direction:column;}
.woocommerce-loop-category__title span.product-count{width:100%;display:flex;justify-content:center;font-weight:400;font-size:1rem;margin:10px 0 0}
.prod-category .category-image{position:relative;text-align:center;background-color:#f7f7f7;}
.category-wrap .category-image{text-align:center;display:flex;justify-content:center;}
.category-wrap .category-image img{transition:all .3s ease-out 0s;}
.cat-styl-def .testimonial-slider.style1 .testimonial-slide{background-color:#ffffff;border:1px solid #f3f4f5;}
.cat-styl-def .home-blog-post{background-color:#f3f4f5;}
.cat-styl-def .prod-category .bx-wrap-cont{background-color:rgba(234,236,241,0.3);padding:15px;}
.cat-styl-def .collection-slider .category-title{font-size:18px;}
.cat-styl-def .collection-slider .prod-category .counts{font-size:13px;}
.prod-category .bx-name{margin-bottom:0;}
.prod-category .counts{opacity:0.7;display:block;margin-top:2px;}
.cat-styl2 .bx-wrap-cont{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 0;gap:10px;}
.cat-styl2 .bx-wrap-cont .bx-name{text-transform:uppercase;font-weight:700;}
.cat-styl3 .category-image{border-radius:50%;overflow:hidden;display:inline-block;margin:0 auto 15px;aspect-ratio:1/1;}
.cat-styl3 .prod-category{text-transform:uppercase;text-align:center;}
.cat-styl3 .bx-wrap-cont{align-items:center;}
.cat-styl4 .cat-wrap{border:5px solid #fff;}
.cat-styl4 .bx-wrap-cont{position:absolute;bottom:0;width:100%;background-color:rgba(255,255,255,.85);padding:10px 15px;}
.cat-styl-box-bot .bx-wrap-cont{margin:0;padding:15px 10px 0;position:absolute;bottom:0;color:#fff;width:100%;z-index:11;text-align:center;background-color:#000000;align-items:center;}
.cat-styl-box-bot .bx-wrap-cont .btn{position:relative;min-width:130px;height:45px;opacity:1;max-width:fit-content;margin:10px auto 0;font-size:1em;display:flex;}
.cat-styl-box-bot .bx-wrap-cont .btn span.hover, .cat-styl-box-bot .bx-wrap-cont .btn:hover span.default{visibility:hidden;opacity:0;}
.cat-styl-box-bot .bx-wrap-cont .btn:hover span.hover{visibility:visible;opacity:1;}
.cat-styl-box-bot .bx-wrap-cont .btn span:after{content:"\ea47";font-family:annimex-icons;font-weight:400;margin-left:7px;}
.cat-styl-box-bot .bx-wrap-cont .btn span{-webkit-transition:all .3s;transition:all .3s;position:absolute;}
.cat-styl-box-bot .bx-wrap-cont{background-image:-webkit-linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 110px);background-image:linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 110px);background-color:transparent;padding-top:35px;}
.cat-styl-box-bot .bx-wrap-cont .bx-name{text-transform:uppercase;color:inherit;}
.cat-styl-mosaic .cat-wrap{display:flex;gap:10px;background:#f7f7f7;flex-flow:row;}
.cat-styl-mosaic .bx-wrap-cont{flex:50%;align-items:center;gap:10px;justify-content:center;padding-right:10px;}
.cat-styl-box-mid .cat-wrap{display:flex;align-items:center;}
.cat-styl-box-mid .category-image{flex:100%;width:100%;}
.cat-styl-box-mid .category-image .bx-img{display:flex;justify-content:right;}
.cat-styl-box-mid .bx-wrap-cont{position:absolute;top:50%;left:0;z-index:11;padding:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:left !important;}
.cat-styl-box-mid .bx-wrap-cont .btn{margin-top:10px;}
.cat-styl-box-mid-right .bx-wrap-cont{position:absolute;right:0;top:50%;right:20px;padding:20px;transform:translateY(-50%);}

/**
 * - List View
 */
.listing-view.col-row{margin-top:-30px;}
.listing-view .item{width:100%;}
.listing-view .product-wrap{width:100%;display:flex;align-items:center;}
.listing-view .product-image{position:relative;flex:0 0 250px;width:100%;margin:0 20px 0 0;max-width:250px;}
.listing-view .product-review .caption{display:inline-block;}
.listing-view .product-desc{display:inline-block;margin:10px 0 0;}
.listing-view .wt-swatches{padding:2px 0;}
.listing-view .product-actions{display:flex;margin:15px 0 0;}
.listing-view .product-image .add_to_cart_button{display:none;}
@media only screen and (max-width:767px){
.listing-view .product-wrap{flex-direction:column;justify-content:left;align-items:baseline;gap:15px;}
}

/**
 * - Product Quick View
 */
.btn-quickview:before{content:"\ebf5"}
.wt-quickview{z-index:1}
.wt-quickview-popup{background:#fff;max-width:920px;margin:0 auto;position:relative}
.wt-quickview .product-summary{position:relative;overflow:hidden;max-height:100%;}
.wt-quickview .product-summary .entry-summary{padding:20px 15px;overflow-y:auto;max-height:100%;position:absolute;width:fit-content;top:0;}
.wt-quickview .prd-nav-wrap{display:none}
.mfp-wrap button.mfp-close{border-radius:0;z-index:11;font-weight:400;font-size:2em;}
.wt-mfp-zoom-in .mfp-with-anim{opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8)}
.wt-mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.wt-mfp-zoom-in.mfp-removing .mfp-with-anim{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0}
.wt-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}
.wt-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}
.wt-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}
.wt-quickview .swiper-slide{margin:0;}
.wt-quickview .woocommerce-product-gallery__wrapper{margin-bottom:0;}
.wt-quickview .wt-act-info-links{border:none;margin-bottom:5px;}
@media only screen and (max-width:767px){
.wt-quickview .product-summary .entry-summary{position:relative;width:100%;padding-left:10px;padding-right:10px;}
}

/**
 * 1.4 Product Page
 */

/**
 * - Product Summary
 */
.product-summary .woocommerce-variation-description p{margin-bottom:1em}
.product-summary .reset_variations{visibility:hidden;margin-top:5px;display:none;}
.product-summary .reset_variations[style="visibility:visible;"]{display:inline-block;}
.product-summary .wc-no-matching-variations{display:none}
.product-summary table{border-width:0 0 1px}
.product-summary table small.stock{display:block;float:none}
.product-summary table div.quantity{float:none;margin:0;max-width:fit-content;}
.single_variation_wrap{display:inline-block;width:100%;margin:10px 0 0;border-top:1px solid #ececec;padding:15px 0 0;}
.product-summary .prod-star-rating .count{display:none;}
.product-summary .woocommerce-review-link{font-weight:400;font-size:.9em}
.product-summary .woocommerce-product-rating{margin:0 0 1em;display:flex;align-items:center}
.woocommerce div.product .discount-price{display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;margin-left:5px;margin-bottom:.8em;font-weight:600}
.woocommerce div.product .product-summary .price{font-size:1.6em;margin:0 0 .5em;justify-content:start;font-weight:600;}
.product-summary .onsale{color:#009868}
.product-summary .availability .val{font-weight:500;font-size:.95em;display:flex;align-items:center;}
.availability .in-stock{color:#447900;}
.availability .out-of-stock{color:red;}
.product-summary .woocommerce-product-details__short-description{border-top:1px solid #ececec;padding:20px 0;}
.woocommerce-product-details__short-description p:last-child{margin-bottom:0;}
.product-summary .woocommerce-product-details__short-description + .product-countdown{border-top:1px solid #ececec;margin-top:0;padding-top:15px;}
.woocommerce-product-details__short-description + .product-countdown.cntdwn-styl-list{padding-top:10px;}
.product-summary .product-countdown{margin:15px 0;padding:0 0 20px;border-bottom:1px solid #ececec;flex-direction:column;}
.product-summary .product-countdown .bx-main-cbox{margin:0;}
.product-summary .product-countdown .bx-heading{text-transform:uppercase;margin:0 0 7px;display:flex;flex:100%;}
.cntdwn-styl-box .fbox-ico .bx-ico-img{background-color:#e9ecf2;text-transform:capitalize;padding:10px;display:flex;height:auto;width:auto;min-width:60px;}
.cntdwn-styl-box .bx-number{margin:0;font-size:20px;margin-bottom:5px;}
.cntdwn-styl-box .bx-title{font-size:12px;line-height:12px;}
.cntdwn-styl-list .bx-main-cbox{gap:0;}
.product-summary .cntdwn-styl-list{border:1px solid #ececec;display:flex;flex-direction:row;gap:0 10px;flex-wrap:wrap;line-height:normal;padding:10px 15px;background:#f7f7f7;}
.cntdwn-styl-list .bx-main-cbox>div{margin:0;}
.cntdwn-styl-list .bx-ico-img{display:flex;align-items:center;flex-direction:row;gap:5px;font-size:13px;font-weight:600;color:#333;}
.cntdwn-styl-list .bx-main-cbox>div:not(:last-child):after{content:":";margin:0 5px;}
.cntdwn-styl-list .bx-ico-img .bx-number, .cntdwn-styl-list .bx-ico-img .bx-title{font-size:inherit;margin:0;font-weight:inherit;color:inherit;letter-spacing:0.3px;}
.product-summary .cntdwn-styl-list-center{justify-content:center;flex-direction:column;align-items:center;background:#f4f7fb;border:none !important;}
.cntdwn-styl-list-center .bx-countdown_heading{text-transform:uppercase;font-weight:600;color:var(--wt-theme-color);text-decoration:underline;font-size:16px;margin-bottom:2px;}
.cntdwn-styl-list-center .bx-ico-img{color:#000;}
.woocommerce a.added_to_cart{display:none}
.product-summary .variations{margin:15px 0 0;border:0;width:100%;}
.product-summary .variations td, .product-summary .variations th{border:0;vertical-align:middle;color:inherit;}
.product-summary .variations th{padding:0;margin-bottom:7px;}
.product-summary .variations label{font-weight:400;text-transform:capitalize;margin-bottom:0;}
.product-summary .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}
.product-summary .variations td.label{padding-right:1em}
.product-summary .variation-swatches{display:flex;flex-direction:column;margin-bottom:1rem;}
.product-summary:not(.wtpsk-summary) .variation-swatches:last-child{margin-bottom:0;}
.product-summary .variations + .single_variation_wrap{margin-top:0;}
.product-summary form.cart{margin-bottom:1.5em;display:flex;gap:10px;flex-wrap:wrap;}
.product-summary .variations_button{display:flex;gap:10px;flex-wrap:wrap;}
.product-summary .variations_form{border-top:1px solid #ececec;}
.quantity{margin:0;display:flex;justify-content:center;border:1px solid #ddd;overflow:hidden;align-items:center;background:#fcfcfc;width:fit-content;}
.quantity .qty-pm{border:none;font-size:1em;border-radius:0;align-items:center;padding:0 10px;color:initial;background:none;}
.quantity .qty{border:0;max-width:3em;text-align:center;background:inherit;display:flex;font-size:inherit;padding:0;height:40px;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}
.quantity .qty-pm .icon{display:flex;margin-left:0;width:auto}
.quantity .screen-reader-text{display:none}
.product-summary form.cart .button{display:flex;justify-content:center;align-items:center;flex:auto;}
.product-summary form.cart > .button:first-child{flex:0 auto;}
.product-summary .single_add_to_cart_button{position:relative;}
button.loading, .add_to_cart_button.loading{position:relative;pointer-events:none;}
.product-summary .woosc-btn, .product-summary .woosc-btn:hover, .product-summary .woosw-btn, .product-summary .woosw-btn:hover{background:0 0;padding:0;border:none;font-weight:400;color:inherit;display:inline-flex;align-items:center;}
.product-summary .woosw-adding:before, .wt-delivery-returns:before, .wt-ask-question:before{position:relative;left:0;top:0;}
.wt-act-info-links{display:flex;border-bottom:1px solid #ececec;margin-bottom:15px;flex-wrap:wrap;justify-content:space-between;padding-bottom:10px;}
.wt-act-info-links > *{text-decoration:none;justify-content:left;text-transform:capitalize;}
.product-summary .wt-act-info-links > *:before{margin-right:8px;}
.wt-visitor-count{margin-bottom:16px;}
.wt-visitor-count .cnt{font-size:13px;font-weight:700;min-width:30px;display:inline-block;text-align:center;border-radius:3px;background:var(--wt-theme-color);color:#fff;padding:1px 5px;margin:0 5px 0 3px;}
.wt-estimated-delivery{margin-bottom:15px;}
.wt-estimated-delivery:before{content:"\eb9e";font-family:annimex-icons;margin-right:8px;}
.wt-trust-badge .label{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1em;text-transform:uppercase;position:relative;}
.wt-trust-badge .label::before, .wt-trust-badge .label::after{content:'';flex-grow:1;height:2px;background-color:#ececec;margin:0 10px;}
.product_meta{margin-bottom:15px;}
.product_meta > .product_meta{margin:0;}
.product-summary .product_meta>span{display:flex;margin:0 0 2px;font-weight:500;flex-wrap:wrap;}
.product-summary .product_meta>span>*:not(.lbl){font-weight:400;margin:0 0 0 10px;}
.product-summary .product_meta > .stk-low-stock-qty{padding:10px 15px;background:#fee;font-weight:400;line-height:normal;}
.stk-low-stock-qty:before{content:"\ec04";font-family:'annimex-icons';color:#e96f84;font-size:18px;margin-right:10px;-webkit-animation-name:blinker;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(.6,0,1,1);-webkit-animation-duration:.8s;line-height:normal;}
@-webkit-keyframes blinker{from{opacity:1.0;} to{opacity:0.0;} }
@keyframes blinker{from{opacity:1.0;} to{opacity:0.0;} }
.stk-low-stock-qty .lbl{display:none;}
.product-summary .woocommerce-grouped-product-list{border:1px solid #ddd;border-width:1px 0 1px 0;}
.woocommerce-grouped-product-list tr:not(:last-child){border-bottom:1px solid #ddd !important;}
.woocommerce-grouped-product-list tr td{padding:15px;border:none;}
.woocommerce-grouped-product-list tr > td:first-child{padding-left:0;}
.woocommerce-grouped-product-list tr td label{font-weight:600;}
.wt-delivery-returns:before, .wt-ask-question:before{content:"\ebd7";font-family:'annimex-icons';margin-right:10px;}
.wt-ask-question:before{content:"\ebe8";}
.wt-ask-question-modal .wt-mfp-content{max-width:600px;}
@media only screen and (max-width:767px){
.quantity .qty{height:30px;}
.woocommerce-grouped-product-list tr td{padding:5px;}
}

/**
 * - Product Gallery
 */
.woocommerce-product-gallery__wrapper{display:flex;width:100%;height:fit-content;flex-direction:column;gap:10px;}
body:not(.touch) .product-gallery-image:hover .slick-next:not(.slick-disabled), body:not(.touch) .product-gallery-image:hover .slick-prev:not(.slick-disabled){opacity:1 !important}
body:not(.touch) .product-gallery-image:hover .slick-next, body:not(.touch) .product-gallery-image:hover .slick-prev{z-index:155}
body:not(.touch) .slick-disabled{opacity:.5 !important}
.product-gallery-image .slick-next.slick-disabled, .product-gallery-image .slick-prev.slick-disabled{pointer-events:all}
.slick-disabled{cursor:auto !important;opacity:.3}
.product-gallery-wrapper{position:relative;display:inherit;width:100%;flex-direction:column;height:auto;height:fit-content}
a.woocommerce-product-gallery__trigger{display:none;}
.product-gallery-wrapper .wt-gallery-btns{display:flex;align-items:center;flex-direction:row;overflow:hidden;justify-content:center;height:36px;bottom:10px;padding:0;gap:5px;clear:both;box-shadow:0 0 5px rgba(0, 0, 0, .08);position:absolute;right:10px;z-index:1;}
.wt-gallery-btns .prod-gal-btn{width:36px;height:36px;display:flex;padding:0;}
.product-gallery-image{display:flex;width:100%;box-sizing:content-box;max-width:100%;flex-direction:column;position:relative;justify-content:stretch}
.product-gallery .badges{position:relative}
.prod-gal-grid .product-gallery-image{display:flex;flex-flow:wrap;width:auto;max-width:initial;}
.video-thumb .video-placeholder{cursor:pointer;position:relative;padding:50px 0 !important;display:flex;text-align:center;background:#ddd;}
.video-placeholder img{position:absolute;}
.video-icon{position:absolute;top:50%;left:50%;background:rgba(0,0,0,0.6);color:#fff;padding:20px;border-radius:50%;font-size:20px;line-height:20px;transform:translate(-50%, -50%);}

/**
 * - Product Gallery Thumbnails
 */
.thumb-styl-hor .product-gallery-thumbnails{width:100%;}
.product-gallery-thumbnails.items-cen-cont .slick-list{margin-left:-5px;margin-right:-5px;}
.product-gallery-thumbnails.swiper-slider:not(.slick-vertical) .slick-track{display:-ms-flexbox;display:flex;-ms-flex-align:center;-moz-align-items:center;align-items:center}
.product-gallery-thumbnails .swiper-slide{border:1px solid transparent;cursor:pointer;height:auto;display:block;}
.product-gallery-thumbnails .swiper-slide img{max-height:100%;width:auto;}
.product-gallery-thumbnails .swiper-slide.swiper-slide-thumb-active, .product-gallery-thumbnails .swiper-slide:hover{opacity:1;border-color:var(--wt-theme-color)}
.product-gallery-thumbnails .video-thumb:after{content:"\eaf8";font-family:'annimex-icons';background-color:rgba(51,51,51,.8);color:#fff;height:25px;width:25px;position:absolute;right:5px;top:5px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.8em;}
.product-gallery-thumbnails .video-thumb.youtube:after{content:"\ec3f";}
@media (min-width:992px){
.woocommerce-product-gallery, .product-gallery{height:100%;position:relative;}
.thumb-styl-ver .product-gallery-wrapper{order:1;flex:auto;width:calc(100% - 30%);max-width:calc(100% - 100px);color:#000;display:flex;}
.prod-gal-right.thumb-styl-ver .product-gallery-thumbnails{order:1;}
.product-gallery-thumbnails.slick-vertical .slick-list{margin:-5px 0}
.thumb-styl-ver .woocommerce-product-gallery__wrapper{flex-direction:row;position:relative;max-width:100%;align-items:stretch;justify-content:stretch;gap:15px;height:100%;}
.thumb-styl-ver .product-gallery-thumbnails .wt-swiper-nav-btn{top:1px;right:auto;left:50%;height:0;width:97%;transform:translateX(-50%);border-radius:0;padding:14px 0;margin:0;}
.thumb-styl-ver .product-gallery-thumbnails .wt-swiper-nav-btn:after{transform:rotate(90deg);transform-origin:center;}
.thumb-styl-ver .product-gallery-thumbnails .swiper-button-next{bottom:0;top:auto}
}
@media (min-width:768px){.prod-gal-sticky, .prod-summary-sticky .entry-summary{position:sticky;position:-webkit-sticky;top:80px;}}

/**
 * - Product Tabs
 */
.woocommerce-tabs{margin-top:4em;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{display:inline-block}
.tabs-def.product-tabs dl>dd{padding:20px;}
.tabs-def .nav-tabs .nav-link{border-bottom:none!important;}
.tabs-def ul.tabs li{border-bottom:none!important;}
.tabs-def .nav-tabs .nav-link.active{border:none;color:var(--theme-color);}
.tabs-def ul.wc-tabs{margin:0!important;}
.product-tabs dl>dt{display:none}
.product-tabs dl>dd{display:none;width:100%}
.product-tabs dl>dd.active{display:block !important;margin-left:0;margin-right:0;}
.tabs-def .collateral-tabs{margin-top:-1px;margin-left:-5px}
.tabs-def.product-tabs dl>dd{border:1px solid #d3ced2;padding:10px}
.tabs-fancy ul.tabs li{background:no-repeat;border:none;margin:0}
.tabs-style .tab-content-wrap a.accordion-title, .accordion-layout .wc-tabs, .toggle-layout .wc-tabs{display:none;}
.woocommerce-Reviews ol.commentlist{list-style:none;margin-left:0;}
.product .comment-respond{background:#f5f5f5;padding:20px;border:none;}
.product-tabs dl>dt a::after{content:"\ea45";cursor:pointer;font-family:'annimex-icons';font-size:1em;position:absolute;font-size:18px;right:12px;top:50%;transform:translateY(-50%);font-weight:500;}
.product-tabs dl>dt.active a::after{content:"\ea48";}
.product-tabs dl>dt{display:none;position:relative;width:100%;padding:10px;background:#f7f7f7;margin:0 0 10px;text-transform:uppercase;color:#333;border:1px solid #eee;transition:.1s ease-in-out;-webkit-transition:.1s ease-in-out;-ms-transition:.1s ease-in-out;}
.product-tabs dl>dt>a{display:inline-block;width:100%;color:inherit;font-weight:600;transition:none;}
.product-tabs dl>dt.active, .product-tabs dl>dt:hover{background-color:var(--wt-btn-bg-color);color:var(--wt-btn-text-color);border-color:var(--wt-btn-bg-color);}
.product-tabs dl>dd.active > .tab-content{display:block !important;}
.tabs-accordion .wc-tabs{display:none;}
.tabs-accordion dl>dt{display:block;}
.tabs-accordion dl>dt{display:block;}
.tab-ver{display:flex;gap:15px;}
.tab-ver .nav-tabs{width:25%;flex:0 0 auto;display:flex;flex-direction:column;gap:10px;text-align:left;}
.tab-ver .collateral-tabs{width:75%;flex:0 0 auto;}
@media (min-width:1200px){
.content-full-width .woocommerce-Reviews{display:flex;flex-wrap:wrap;gap:2%;}
.woocommerce-Reviews #comments, .woocommerce-Reviews #review_form_wrapper{margin-top:0;flex:0 49%;}
.entry-summary .woocommerce-Reviews #comments, .entry-summary .woocommerce-Reviews #review_form_wrapper{flex:100%;}
}
.comment-reply-title{color:initial;font-weight:600;}
@media only screen and (max-width:767px){
.woocommerce-tabs{margin-top:2em;}
.product-tabs .wc-tabs{display:none}
.product-tabs dl>dt{display:block;}
.tabs-def.product-tabs dl>dd{border:none;padding:0}
}

/**
 * - Comment Reviews
 */
.woocommerce-Reviews .comment_container{display:flex;justify-content:space-between;}
.woocommerce-Reviews ol.commentlist li .comment-text{background:none;padding:0;width:100%;}
.woocommerce-review__author{text-transform:capitalize;}
div#review_form_wrapper{margin:1.5rem 0 0}
.comment-reply-title, .woocommerce-Reviews h2, .woocommerce-Tabs-panel>h2{display:block;font-size:1.3em;margin:0 0 15px;text-transform:uppercase;}
.comment-form, .comment-form-comment{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:15px;}
.comment-form-rating{display:flex;}
.woocommerce p.stars a:before, .woocommerce p.stars a:hover~a::before, .woocommerce p.stars.selected a.active~a::before{content:"\f006";font-family:"annimex-icons";display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;text-indent:0;color:inherit;}
.woocommerce p.stars.selected a.active::before, .woocommerce p.stars.selected a:not(.active)::before, .woocommerce p.stars:hover a::before{content:"\f005";color:var(--wt-link-hcolor);}
.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;vertical-align:middle;color:initial;}
.woocommerce #reviews #comment{height:75px}
.comment-form-rating>*{margin:0 10px 0 0}
.comment-form>p{width:100%;padding:0;margin:0;}
.comment-form .comment-form-author, .comment-form .comment-form-email{flex:1;-ms-flex:1}
.wt-product-rating-summary + .woocommerce-Reviews-title{padding-top:15px;margin-top:15px;border-top:1px solid #ececec;}
.wt-avg-rating .avg-mark{font-size:60px;line-height:1;margin-bottom:0;letter-spacing:-0.05em;}
.wt-avg-rating .text-rating{font-size:16px;font-weight:500;margin-bottom:0;}
.wt-avg-rating .product-review .icon{font-size:16px;}
.wt-product-rating-summary span.count{display:none;}
.wt-avg-rating .product-review{margin:7px -2px 0;line-height:1;display:flex;font-size:1.1em;}
.product-review{margin:7px -2px 0;line-height:1;}
.product-review .icon{color:#ffb503;font-size:13px;margin:0 2px;}
.ratings-list .progress{margin:0 20px;height:10px;background-color:#eee;width:100%;}
.ratings-list .progress-bar{background-color:var(--wt-btn-bg-color);}
@media only screen and (max-width:767px){
.product .comment-respond{padding:10px;}
.wt-avg-rating .avg-mark{font-size:50px;}
}

/**
 * - Related / Up Sells / Cross Sells Products
 */
.single-product .related>h2, .single-product .upasells>h2{margin-bottom:1em}
.single-product .related.products, .single-product .upsells.products{padding:60px 10px 0;position:relative;}
.single-product .related.products h2, .single-product .upsells.products h2{font-size:1.78em;font-weight:700;line-height:1.3;margin:0 auto 30px;text-transform:uppercase;text-align:center;}
@media only screen and (max-width:767px){
.single-product .related.products, .single-product .upsells.products{padding:30px 10px 0;}
.single-product .related.products h2, .single-product .upsells.products h2{font-size:1.4em;}
}

/**
 * - Sticky Addtocart
 */
.wt-sticky-cart{display:none;background-color:#fff;position:fixed;bottom:0;left:0;right:0;z-index:99;width:100%;padding:10px 0;box-shadow:0 0 4px rgba(0,0,0,0.2);}
.wtpsk-summary{display:flex;flex:auto;gap:20px;position:relative;align-items:center;justify-content:space-between;}
.wtpsk-summary > *{display:flex;align-items:center;gap:20px;}
.wtpsk-summary .product-image{max-width:50px;}
.wtpsk-summary .wtstk-btn:before{content:"\eb66";font-size:1.4em;}
.wtpsk-summary [aria-expanded="true"].wtstk-btn:before{content:"\eb69";}
.wtpsk-summary .wtstk-dropdown{position:absolute;bottom:calc(100% + 20px);z-index:1000;right:0;height:auto;min-width:160px;padding:20px;margin:10px 0 0;font-size:14px;list-style:none;width:auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 0 15px rgba(5, 0, 0, 0.1);-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;}
.wtpsk-summary .wtstk-dropdown:not(.show){bottom:100%;visibility:hidden;opacity:0;}
.wtpsk-summary .wtstk-dropdown:after{content:'';border:10px solid transparent;border-top-color:#fff;width:0;height:0;position:absolute;top:100%;right:27%;}
.wtpsk-summary .wtstk-dropdown form.cart{display:inline-block;width:100%;}
.wtpsk-summary .woocommerce-variation-price{display:none;}
.wtpsk-summary form.cart{display:flex;border:none;align-items:center;margin:0;}
.wtpsk-summary .woocommerce-variation-description{display:none;}
.wtpsk-summary .wt-swatches-single .wt-swatch{min-width:30px;min-height:30px;}
.wtpsk-summary .single_variation_wrap{border:none;margin:0;padding:0;}
.wtpsk-summary .variations{border:0;margin-top:0;}
.wtpsk-summary .woocommerce-variation-price{display:none;}
.wtpsk-summary .wt-buy-now-btn{display:none;}
@media only screen and (max-width:767px){
.wt-sticky-cart{padding:0;}
.wt-sticky-cart .container{padding:0;max-width:100%;}
.wtpsk-summary{padding:0;}
.wtpsk-summary .col-right{padding:0;width:100%;}
.wtpsk-summary .wtstk-dropdown, .wtpsk-summary form.cart{width:100%;gap:0;}
.wtpsk-summary .wtstk-btn{width:100%;border:none;}
.wtpsk-summary .quantity, .wtpsk-summary .product-price{display:none;}
.wtpsk-summary .single_variation_wrap .quantity{display:flex;}
}
@media only screen and (max-width:575px){
.wtpsk-summary{justify-content:center;}
.wtpsk-summary .col-left{display:none;}
}

/**
 * 1.5 Cart Page
 */
.shop_table .product-thumbnail img{max-width:70px}
.shop_table{margin:0 -1px 1em 0;text-align:left;width:100%;}
.cart_totals h2{display:none;}
.shop_table th{border:none}
.shop_table tr{border:1px solid #f2f2f2;border-bottom:0;border-left:0;border-right:0;}
.shop_table td, .shop_table th{border:0;padding:9px 0;vertical-align:middle;}
.shop_table td:last-child, .shop_table th:last-child{text-align:right;}
.shop_table tfoot td{border-top:1px solid #f2f2f2}
.shop_table .product-name{font-weight:500;}
.shop_table .product-thumbnail{padding-left:0;}
.woocommerce-cart .cart-totals .shop_table th{background:0 0}
.cart-col h5{font-size:15px;font-weight:600;text-transform:uppercase;}
.cart-meta-text{color:#222222;font-size:12px;line-height:1.6;padding:5px 0;}
.cart-image{width:100px;}
.cart-delete{width:30px;}
.woocommerce-cart-wrapper>*{flex-shrink:0;width:100%;max-width:100%;margin-top:var(--bs-gutter-y);}
.cart-collaterals .cart_totals{padding:20px;background-color:#f7f7f7;border:1px solid #ececec;}
.cart-shipping{font-style:italic;font-size:13px;}
.cart_totals tr{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;border-top:0;gap:0 10px;}
.cart_totals .checkout-button{width:100%;padding:13px 25px;}
.woocommerce .variation{margin-bottom:5px;}
.woocommerce .variation dd p{margin:0}
.woocommerce dl.variation>dd, .woocommerce dl.variation>dt{display:inline-flex;font-size:.9em;font-weight:400;}
.woocommerce dl.variation>dt{text-transform:capitalize;font-weight:500;}
.woocommerce dl.variation>dd{margin:0;}
.woocommerce-cart-form .actions button[name="update_cart"]{display:none;}
.cart-actions .coupon{flex-direction:row;display:flex;align-items:center}
.coupon{position:relative;}
.coupon .button{position:absolute;right:0;top:50%;transform:translateY(-50%);margin-top:-0.5px;height:100%;}
.shop_table .woocommerce-shipping-totals td{text-align:left;}
ul.woocommerce-shipping-methods{list-style:none;margin:0 0 10px;width:100%;}
ul.woocommerce-shipping-methods li{margin-bottom:5px;display:flex;width:100%;align-items:center;gap:5px;justify-content:right;}
.woocommerce-cart ul.woocommerce-shipping-methods li{justify-content:left;}
ul.woocommerce-shipping-methods li label{margin:0;}
.woocommerce-shipping-destination{margin-bottom:5px;}
.shipping-calculator-form{display:flex;flex-direction:column;flex:100%;}
#add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%;}
.woocommerce-shipping-calculator .shipping-calculator-button{display:inline-block;margin-bottom:5px;text-decoration:underline;}
.cart-actions .button, .wc-proceed-to-checkout .button, .place-order .button{width:100%;padding:12px;font-size:1.1em;}
@media screen and (min-width:767px){
.woocommerce-cart-wrapper{display:flex;gap:2%;flex-flow:row;flex-wrap:wrap;}
.woocommerce-cart-form{flex:0 0 65.66666667%;}
.cart-collaterals{flex:0 0 32.33333333%;}
}
@media (max-width:576px){
.shop_table thead{display:none}
.shop_table.cart tr.cart_item{padding-left:85px;position:relative;display:block;padding-top:10px;padding-bottom:10px;font-size:.95em}
.shop_table.cart:not(.woocommerce-checkout-review-order-table) td:not(.actions){display:flex;width:100%;text-align:center;justify-content:space-between;border:none;padding:4px 0}
.shop_table.cart td:is(.product-price, .product-quantity, .product-subtotal):before{content:attr(data-title);float:left}
.shop_table.cart .product-thumbnail{position:absolute;left:0;width:auto!important;float:left;display:inline-block!important}
.cart-totals .shop_table td{text-align:left}
.shop_table .product-thumbnail a{display:inline-table}
.cart_item .product-remove{position:absolute;right:0}
.cart_item .quantity .qty{height:2.2em;width:30px}
.cart_item .quantity .qty-pm{padding:0 8px}
}

/**
 * - Free Shipping Bar
 */
.wt-free-ship-bar{display:block;margin-bottom:15px;}
.wt-free-ship-bar .progress{height:10px;overflow:visible;background-color:var(--wt-freeship-bg);}
.wt-free-ship-bar .progress-bar{width:100%;position:relative;overflow:visible;border-radius:5px;}
.wt-free-ship-bar .progress-bar:after{content:"\e90d";font-family:'annimex-icons';position:absolute;right:0px;color:var(--wt-freeship-bg);font-size:20px;bottom:-10px;color:inherit;text-shadow:0 0 2px #fff;}
.wt-free-ship-bar.progress-30 .progress-bar{background-color:var(--wt-freeship-bg-1);color:var(--wt-freeship-bg-1);}
.wt-free-ship-bar.progress-60 .progress-bar{background-color:var(--wt-freeship-bg-2);color:var(--wt-freeship-bg-2);}
.wt-free-ship-bar.progress-100 .progress-bar{background-color:var(--wt-freeship-bg-3);color:var(--wt-freeship-bg-3);}
.wt-free-ship-bar .woocommerce-Price-amount.amount{font-weight:600;font-size:1em;margin:0 5px;}
.product-summary .wt-free-ship-bar .progress-msg:before{content:"\eb49";font-family:annimex-icons;margin-right:8px;}
.product-summary .wt-free-ship-bar .progress{display:none;}
.wt-free-ship-bar .progress-msg{display:flex;width:100%;margin-left:5px;}
.widget_shopping_cart_content .wt-free-ship-bar{padding:15px 20px;margin-left:-20px;margin-right:-20px;margin-bottom:-1px;position:relative;z-index:1;border:none;font-size:13px;border-radius:0;margin-top:15px;background:#f7f7f7;}
.wt-free-success .progress-msg:before{content:"\ea2e";}
.progress-hide{display:none;}

/**
 * 1.6 Checkout Page
 */
.woocommerce-checkout .form-row, .shipping-calculator-form .form-row{flex-direction:column;margin-bottom:12px;}
.woocommerce-checkout ul{list-style:none;margin:0;}
.woocommerce-checkout .woocommerce-billing-fields{margin-bottom:2rem;}
@media screen and (max-width:767px){
.woocommerce-shipping-totals{flex-direction:column;display:flex}
.woocommerce-shipping-totals>*{display:inline-flex;flex-direction:column}
.woocommerce-checkout-review-order-table tr{display:flex;justify-content:space-between;border-bottom:1px solid #f2f2f2;border-top:1px solid #f2f2f2;margin-top:-1px}
.woocommerce-checkout-review-order-table>*{display:inline-block;width:100%}
}

/**
 * 1.7 My Account Page
 */
.woocommerce .password-input{display:block;position:relative;}
.woocommerce .show-password-input{display:flex;align-items:center;right:5px;position:absolute;padding:.618em;top:50%;cursor:pointer;font-family:'annimex-icons';font-weight:200;transform:translateY(-50%);border-radius:5px;}
.show-password-input:before{content:"\ebb2";}
.show-password-input.display-password:before{content:"\ebb3";}
.woocommerce-form-login .woocommerce-form-login__submit{width:100%;}
.woocommerce form .form-row .required{visibility:visible;}
.woocommerce-notices-wrapper{margin-bottom:10px}
.woocommerce-notices-wrapper ul li:last-child{margin-bottom:0}
.col2-set{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.col2-set .col-1, .col2-set .col-2{width:50%;padding:0 15px;max-width:none;-webkit-flex:none;-ms-flex:none;flex:none}
.col2-set .col-1{float:left}
.col2-set .col-2{float:right}
.woo-MyAccount-wrapper{flex:0 0 auto;width:25%}
.woocommerce-MyAccount-content{flex:0 0 auto;width:75%}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;}
.woocommerce-MyAccount-navigation ul li{margin:0;width:100%;}
.woocommerce-MyAccount-navigation ul li a{padding:0 15px;width:100%;display:block;padding:10px 15px;}
.woocommerce-MyAccount-navigation ul li.is-active a{background:#fff;}
address p{margin-bottom:0;}
.woocommerce-Address-title h2{margin:0;}
.woocommerce-account .addresses header.title{display:flex;justify-content:space-between;width:100%;margin:0 0 .6rem;font-size:1em;align-items:center;}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads{margin-bottom:2em}
.woocommerce-customer-details--email:before, .woocommerce-customer-details--phone:before{content:"\ebaa";font-weight:400;margin:0 4px 0 0;font-family:'annimex-icons';font-style:normal;font-size:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.woocommerce-customer-details--phone:before{content:"\ebdc";}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{height:auto}
@media (max-width:768px){.woocommerce-account.logged-in .entry-content>.woocommerce{flex-flow:column}
.col2-set .col-1, .col2-set .col-2{width:100%}
.col2-set .col-1{margin-bottom:20px}
}
.checkout-row{margin-top:1em}
.order-customer-col .col2-set{flex-direction:column}
.order-customer-col .col2-set .col-1, .order-customer-col .col2-set .col-2{width:100%;float:none}
.woocommerce-form-coupon{border:1px solid #f2f2f2;padding:1em;margin:0 0 2em}
.woocommerce-form-coupon .form-row-last{width:50%}
.woocommerce ul.order_details{margin:0 0 2em;flex-direction:column;display:flex}
.woocommerce ul.order_details li{text-transform:uppercase;list-style:inside;margin:0 0 10px}
.woocommerce ul.order_details li strong{text-transform:none}
.woocommerce ul.order_details li:last-of-type{border:none}
.woocommerce-order-details td:last-child, .woocommerce-order-details th:last-child{text-align:right;}
.woocommerce-column__title{margin-bottom:5px;}
.woocommerce-order-details ul.wc-item-meta{margin-bottom:5px;list-style:none;margin-left:0;}
.woocommerce-order-details ul.wc-item-meta li{display:flex;gap:4px;margin:0;line-height:normal;}
.woocommerce-order-details ul.wc-item-meta li > *{font-size:.9em;font-weight:400;margin-bottom:0;}
.woocommerce-order-details table strong{font-weight:500;}
.woocommerce-table__product-name.product-name{font-weight:600;}
.woocommerce-address-fields__field-wrapper{margin-bottom:20px;}

/**
* 2.0 Plugins / Utilities 
*/

/**
* 2.1 Wishlist
*/
.woosw-btn.woosw-adding:after{content:'' !important;}
.woosw-btn:before{content:"\ebbb"}
.woosw-btn.woosw-added:before{content:"\e99f"}
.woosw-btn{background-color:var(--wt-wc-loop-wishlist-bg-color);color:var(--wt-wc-loop-wishlist-text-color);border-color:var(--wt-wc-loop-wishlist-border-color);}
.woosw-btn:hover{background-color:var(--wt-wc-loop-wishlist-bg-hcolor);color:var(--wt-wc-loop-wishlist-text-hcolor);border-color:var(--wt-wc-loop-wishlist-border-hcolor);}
@media screen and (max-width:767px){
.woosw-items .woosw-item{display:flex;flex-direction:column;width:100%;}
.woosw-items .woosw-item > td{width:100% !important;display:block;}
}

/**
* 2.2 Compare
*/
.compare-list .remove a .blockUI.blockOverlay, .product-actions a.added_to_cart, .yith-wcwl-add-to-wishlist .ajax-loading, a.compare .blockUI.blockOverlay{display:none !important}
.woosc-btn:before, .woosc-btn.woosc-btn-added:before{content:"\eb0c"}
.woosc-btn{background-color:var(--wt-wc-loop-compare-bg-color);color:var(--wt-wc-loop-compare-text-color);border-color:var(--wt-wc-loop-compare-border-color);}
.woosc-btn:hover{background-color:var(--wt-wc-loop-compare-bg-hcolor);color:var(--wt-wc-loop-compare-text-hcolor);border-color:var(--wt-wc-loop-compare-border-hcolor);}

/**
* 2.3 WCML(Currency Switcher)
*/
.wcml-dropdown{width:auto;}
.woocommerce .wcml-dropdown.product{margin:0;}
div[class*="wcml-dropdown"] li{background:transparent !important;border:none;}
.wcml-dropdown a.wcml-cs-item-toggle{color:inherit;padding-right:15px;}
.wcml-dropdown .wcml-cs-submenu li{color:initial;border:none;}


/**
* 3.0 Elements
*/

/**
 * 3.1 Header Cart, Wishlist & Compare
 */
.hema-header-cart, .hema-header-wishlist, .hema-header-compare{position:relative;}
.wishlist-action .count, .compare-action .count, .cart-action .count{font-size:10px;display:inline-block;border-radius:50%;text-align:center;width:15px;height:15px;line-height:15px;position:absolute;right:-7px;top:-7px;padding:0;font-weight:400;}
.wishlist-action .count:not([class*="btn-"]), .compare-action .count:not([class*="btn-"]), .cart-action .count:not([class*="btn-"]){color:var(--wt-btn-text-color);background-color:var(--wt-btn-bg-color);}

/**
 * 3.2 Product Brands
 */
.hwt-product-brands{display:flex;width:100%;position:relative;}
.hwt-product-brands .bx-item{border:1px solid transparent;}
.brand-item{display:flex;}