/**handles:carousel-css,carousel-theme-css,wpte-font-picker,wpte-cart-icon-style,wpte-product-layouts-style,wpte-cart-icon-animation-style,brands-styles**/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://craigandderricott.co.uk/wp-content/plugins/wt-woocommerce-related-products/public/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.font-select * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.font-select:before{
    position: absolute;
    content: "\f140";
    font-family: dashicons;
    right: 0px;
    top: 0px;
    border-radius: 0 5px 3px 0;
    height: 22px;
    background: #a4afb7;
    color: #fff;
    padding: 2px 5px;
    display: flex;
    align-items: center;
}
.font-select-active.font-select:before{
    content: "\f142";
    border-radius: 0 5px 0px 0;
}

.font-select {
    font-size: 12px;
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.font-select .fs-drop {
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 999;
    background: #fff;
    color: #000;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    border-radius: 0 0 4px 4px;
}

.font-select > span {
    outline: 0;
    border-radius: 0.25rem;
    border: 1px solid #a4afb7;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 26px;
    line-height: 22px;
    padding: 2px 8px 2px 8px;
    color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6d7882;
}

.font-select-active > span {
    background-color: #fff;
    border-bottom-left-radius : 0;
    border-bottom-right-radius: 0;
}

.font-select .fs-results {
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    margin-right: 1px;
}

.font-select .fs-results li {
    line-height: 100%;
    padding: 8px 8px;
    margin: 0;
    list-style: none;
    font-size: 12px;
    white-space: nowrap;
    color: #6d7882;
}

.font-select .fs-results li.active {
    background-color: #6d7882;
    color: #fff;
    cursor: pointer;
}

.font-select .fs-search {
    padding: 4px;
}

.font-select .fs-search input {
    padding: 7px;
    width: 100%;
    border: 1px solid #aaa;
    font: 12px Helvetica, Sans-serif;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
    border-radius: .1875rem;
}
.fs-drop-add-more-body{
    width: 100%;
}

.fs-drop .fs-drop-add-more{
    text-align: center;
    line-height: 100%;
    padding: 8px 8px;
    margin: 0;
    list-style: none;
    font-size: 12px;
    white-space: nowrap;   
    background-color: #929292;
    color: #fff;
    cursor: pointer;
    width: 100%;
    display: block;
}
.fs-drop .fs-drop-add-more:hover{
    text-decoration: none;
    background-color: #797979;
     color: #fff;
}
@font-face{font-family:wpte-cart-icon;src:url('https://craigandderricott.co.uk/wp-content/plugins/product-layouts/assets/icons/wpte-cart-icon.eot?24366621');src:url('https://craigandderricott.co.uk/wp-content/plugins/product-layouts/assets/icons/icons/wpte-cart-icon.eot?24366621#iefix') format('embedded-opentype'),url('https://craigandderricott.co.uk/wp-content/plugins/product-layouts/assets/icons/wpte-cart-icon.woff2?24366621') format('woff2'),url('https://craigandderricott.co.uk/wp-content/plugins/product-layouts/assets/icons/wpte-cart-icon.woff?24366621') format('woff'),url('https://craigandderricott.co.uk/wp-content/plugins/product-layouts/assets/icons/wpte-cart-icon.ttf?24366621') format('truetype'),url('https://craigandderricott.co.uk/wp-content/plugins/product-layouts/assets/icons/wpte-cart-icon.svg?24366621#wpte-cart-icon') format('svg');font-weight:400;font-style:normal}.button:not(.icon)>.wpte-icon{margin:0!important}.wpte-icon:before,.wpte-icons:before{font-family:wpte-cart-icon!important;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-wishlist-1:before{content:'\e800'}.icon-wishlist-4:before{content:'\e801'}.icon-wishlist-7:before{content:'\e802'}.icon-wishlist-10:before{content:'\e803'}.icon-wishlist-2:before{content:'\e804'}.icon-wishlist-5:before{content:'\e805'}.icon-wishlist-8:before{content:'\e806'}.icon-wishlist-11:before{content:'\e807'}.icon-wishlist-3:before{content:'\e808'}.icon-wishlist-6:before{content:'\e809'}.icon-wishlist-9:before{content:'\e80a'}.icon-cart-6:before{content:'\e80b'}.icon-cart-11:before{content:'\e80c'}.icon-cart-1:before{content:'\e80d'}.icon-cart-4:before{content:'\e80e'}.icon-cart-7:before{content:'\e80f'}.icon-cart-10:before{content:'\e810'}.icon-cart-2:before{content:'\e811'}.icon-cart-5:before{content:'\e812'}.icon-cart-8:before{content:'\e813'}.icon-quickview:before{content:'\e814'}.icon-quickview-3:before{content:'\e815'}.icon-quickview-5:before{content:'\e816'}.icon-quickview-7:before{content:'\e817'}.icon-quickview-1:before{content:'\e818'}.icon-quickview-4:before{content:'\e819'}.icon-quickview-8:before{content:'\e81a'}.icon-quickview-2:before{content:'\e81b'}.icon-compare-4:before{content:'\e81c'}.icon-compare-6:before{content:'\e81d'}.icon-compare:before{content:'\e81e'}.icon-compare-3:before{content:'\e81f'}.icon-compare-5:before{content:'\e820'}.icon-compare-7:before{content:'\e821'}.icon-compare-1:before{content:'\e822'}.icon-check-6:before{content:'\e823'}.icon-check:before{content:'\e824'}.icon-check-2:before{content:'\e825'}.icon-check-7:before{content:'\e826'}.icon-check-9:before{content:'\e827'}.icon-ok-circle:before{content:'\e828'}.icon-check-3:before{content:'\e829'}.icon-check-8:before{content:'\e82a'}.icon-check-10:before{content:'\e82b'}.icon-ok-5:before{content:'\e82c'}.icon-check-4:before{content:'\e82d'}.icon-check-11:before{content:'\e82e'}.icon-file:before{content:'\e82f'}.icon-loading-4:before{content:'\e830'}.icon-loading-2:before{content:'\e831'}.icon-loading-3:before{content:'\e832'}.icon-link-1:before{content:'\e833'}.icon-spin4:before{content:'\e834'}.icon-link-2:before{content:'\e835'}.icon-link-3:before{content:'\e836'}.icon-link:before{content:'\e837'}.icon-loading:before{content:'\e838'}.icon-loading-1:before{content:'\e839'}.icon-plus-5:before{content:'\e83a'}.icon-plus-6:before{content:'\e83b'}.icon-plus:before{content:'\e83c'}.icon-plus-2:before{content:'\e83d'}.icon-plus-3:before{content:'\e83e'}.icon-plus-4:before{content:'\e83f'}.icon-plus-1:before{content:'\e840'}.icon-minus-1:before{content:'\e841'}.icon-minus-4:before{content:'\e842'}.icon-minus:before{content:'\e843'}.icon-minus-2:before{content:'\e844'}.icon-minus-3:before{content:'\e845'}.icon-minus-5:before{content:'\e846'}.icon-star:before{content:'\e847'}.icon-star-0:before{content:'\e848'}.icon-group:before{content:'\e849'}.icon-setting-2:before{content:'\e84a'}.icon-setting-5:before{content:'\e84b'}.icon-setting-8:before{content:'\e84c'}.icon-setting:before{content:'\e84d'}.icon-setting-3:before{content:'\e84e'}.icon-setting-6:before{content:'\e84f'}.icon-setting-9:before{content:'\e850'}.icon-setting-4:before{content:'\e851'}.icon-setting-7:before{content:'\e852'}.icon-cancel-8:before{content:'\e853'}.icon-cancel-1:before{content:'\e854'}.icon-cancel-5:before{content:'\e855'}.icon-cancel-6:before{content:'\e856'}.icon-cancel-9:before{content:'\e857'}.icon-cancel-2:before{content:'\e858'}.icon-cancel-4:before{content:'\e859'}.icon-cancel-7:before{content:'\e85a'}.icon-cancel-10:before{content:'\e85b'}.icon-cancel-3:before{content:'\e85c'}.icon-search:before{content:'\e85d'}.icon-search-3:before{content:'\e85e'}.icon-search-2:before{content:'\e85f'}.icon-search-1:before{content:'\e860'}.icon-video:before{content:'\e861'}.icon-video-2:before{content:'\e862'}.icon-anounce:before{content:'\e863'}.icon-like:before{content:'\e864'}.icon-dislike:before{content:'\e865'}.icon-arrow-6:before{content:'\e866'}.icon-arrow-7:before{content:'\e867'}.icon-arrow-5:before{content:'\e868'}.icon-arrow-8:before{content:'\e869'}.icon-arrow-10:before{content:'\e86a'}.icon-arrow-11:before{content:'\e86b'}.icon-arrow-14:before{content:'\e86c'}.icon-arrow-15:before{content:'\e86d'}.icon-arrow-17:before{content:'\e86e'}.icon-arrow-20:before{content:'\e86f'}.icon-arrow-19:before{content:'\e870'}.icon-arrow-18:before{content:'\e871'}.icon-arrow-38:before{content:'\e872'}.icon-arrow-39:before{content:'\e873'}.icon-arrow-21:before{content:'\e874'}.icon-arrow-22:before{content:'\e875'}.icon-arrow-23:before{content:'\e876'}.icon-arrow-24:before{content:'\e877'}.icon-arrow-30:before{content:'\e878'}.icon-arrow-31:before{content:'\e879'}.icon-arrow-26:before{content:'\e87a'}.icon-arrow-27:before{content:'\e87b'}.icon-arrow-34:before{content:'\e87c'}.icon-arrow-35:before{content:'\e87d'}.icon-arrow-25:before{content:'\e87e'}.icon-arrow-28:before{content:'\e87f'}.icon-arrow-33:before{content:'\e880'}.icon-arrow-36:before{content:'\e881'}.icon-arrow-29:before{content:'\e882'}.icon-arrow-32:before{content:'\e883'}.icon-arrow-9:before{content:'\e884'}.icon-arrow-12:before{content:'\e885'}.icon-arrow-37:before{content:'\e886'}.icon-arrow-40:before{content:'\e887'}.icon-arrow-13:before{content:'\e888'}.icon-arrow-16:before{content:'\e889'}.icon-wishlist-12:before{content:'\e88a'}.icon-link-4:before{content:'\f07b'}.icon-quickview-6:before{content:'\f082'}.icon-external:before{content:'\f08e'}.icon-check-1:before{content:'\f096'}.icon-compare-2:before{content:'\f0ec'}.icon-file-1:before{content:'\f0f6'}.icon-quote:before{content:'\f10d'}.icon-quote-1:before{content:'\f10e'}.icon-flag:before{content:'\f11e'}.icon-star-half:before{content:'\f123'}.icon-ok-squared:before{content:'\f14a'}.icon-external-1:before{content:'\f14c'}.icon-file-3:before{content:'\f15c'}.icon-video-1:before{content:'\f16a'}.icon-arrow-1:before{content:'\f175'}.icon-arrow-4:before{content:'\f176'}.icon-arrow-2:before{content:'\f177'}.icon-arrow-3:before{content:'\f178'}.icon-file-2:before{content:'\f1c1'}.icon-setting-1:before{content:'\f1de'}.icon-cart:before{content:'\f217'}.icon-cart-3:before{content:'\f218'}.icon-cart-12:before{content:'\f23d'}.icon-group-1:before{content:'\f247'}.icon-group-2:before{content:'\f248'}.icon-check-5:before{content:'\f274'}.icon-cart-9:before{content:'\f291'}
.wpte-product-container{width:100%}.wpte-product-container .wpte-icons{display:inline-block}.wpte-product-container del{opacity:.5}.wpte-product-container .wpte-disabled{cursor:pointer;opacity:.5}.wpte-product-container .wpte-disabled a{pointer-events:none}.wpte-product-container ins,.wpte-product-container mark{background:0 0;text-decoration:none}.wpte-product-container .wpte-product-hidden{opacity:0}.wpte-product-container .wpte-product-hidden.wpte-product-visible,.wpte-product-container .wpte-product-visible{opacity:1}.wpte-product-container * h1,.wpte-product-container * h2,.wpte-product-container * h3,.wpte-product-container * h4,.wpte-product-container * h5,.wpte-product-container * h6,.wpte-product-container * p{border:0;display:inline-block;margin:0;padding:0}.wpte-product-container .wpte-product-row a,.wpte-product-container .wpte-product-row a:hover{box-sizing:border-box;text-decoration:none}.wpte-product-container .wpte-product-row button{align-items:center;box-sizing:border-box;display:flex;justify-content:center;line-height:1}.wpte-product-container .wpte-product-row li,.wpte-product-container .wpte-product-row span{box-sizing:border-box;line-height:1}.wpte-product-container .wpte-product-row .button{line-height:1;min-height:0}.wpte-btn{align-items:center;border:1px solid transparent;border-radius:5px;cursor:pointer;display:flex;font-size:.875rem;line-height:1;padding:8px 12px;text-decoration:none;transition:all .2s ease-in-out;width:-moz-max-content;width:max-content}.wpte-btn,.wpte-btn:hover{color:#fff}.wpte-btn.wpte-btn-success{background-color:#00d084;border-color:#00d084}.wpte-btn.wpte-btn-success:hover{background-color:#02b171}.wpte-btn.wpte-btn-warning{background-color:#f9d6b7;color:#a65300}.wpte-btn.wpte-btn-primary{background-color:#4280d0;border-color:#4280d0}.wpte-col-lap-1{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}.wpte-col-lap-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.wpte-col-lap-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.wpte-col-lap-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.wpte-col-lap-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.wpte-col-lap-6{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.wpte-col-lap-7{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.wpte-col-lap-8{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}.wpte-col-lap-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}@media (max-width:575.98px){.wpte-col-mob-1{grid-template-columns:repeat(1,minmax(0,1fr))}.wpte-col-mob-2{grid-template-columns:repeat(2,minmax(0,1fr))}.wpte-col-mob-3{grid-template-columns:repeat(3,minmax(0,1fr))}.wpte-col-mob-4{grid-template-columns:repeat(4,minmax(0,1fr))}.wpte-col-mob-5{grid-template-columns:repeat(5,minmax(0,1fr))}.wpte-col-mob-6{grid-template-columns:repeat(6,minmax(0,1fr))}.wpte-col-mob-7{grid-template-columns:repeat(7,minmax(0,1fr))}.wpte-col-mob-8{grid-template-columns:repeat(8,minmax(0,1fr))}.wpte-col-mob-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width:576px) and (max-width:768px){.wpte-col-tab-1{grid-template-columns:repeat(1,minmax(0,1fr))}.wpte-col-tab-2{grid-template-columns:repeat(2,minmax(0,1fr))}.wpte-col-tab-3{grid-template-columns:repeat(3,minmax(0,1fr))}.wpte-col-tab-4{grid-template-columns:repeat(4,minmax(0,1fr))}.wpte-col-tab-5{grid-template-columns:repeat(5,minmax(0,1fr))}.wpte-col-tab-6{grid-template-columns:repeat(6,minmax(0,1fr))}.wpte-col-tab-7{grid-template-columns:repeat(7,minmax(0,1fr))}.wpte-col-tab-8{grid-template-columns:repeat(8,minmax(0,1fr))}.wpte-col-tab-12{grid-template-columns:repeat(12,minmax(0,1fr))}}#wpte-quick-view-box .single_add_to_cart_button.wpte-addtocart-loading .wpte-icon,.product_type_simple.add_to_cart_button.ajax_add_to_cart.added,.wpte-product-add-cart-icon .loading .wpte-icon,.wpte-product-add-cart-icon-text .loading .wpte-icon,.wpte-product-add-cart-text .loading .wpte-icon,.wpte-product-layouts-compare .loading .wpte-icon,.wpte-product-layouts-quick-view .loading .wpte-icon,.wpte-product-layouts-wish-list .inited-add-wishlist .wpte-icon{display:none!important}#wpte-quick-view-box .single_add_to_cart_button.wpte-addtocart-loading:before,.wpte-product-add-cart-icon .loading:before,.wpte-product-add-cart-icon-text .loading:before,.wpte-product-add-cart-text .loading:before,.wpte-product-layout-load-more-button .loading:before,.wpte-product-layouts-compare .loading:before,.wpte-product-layouts-quick-view .loading:before,.wpte-product-layouts-wish-list .inited-add-wishlist:before{content:"\e831";display:inline-block;font-family:wpte-cart-icon;font-style:normal;font-variant:normal;font-weight:400;line-height:1em;margin-left:.2em;margin-right:.2em;text-align:center;text-decoration:inherit;text-transform:none;width:1em}.wpte-icon.icon-loading-2{margin-left:.3em;margin-right:0}#wpte-quick-view-box .single_add_to_cart_button.wpte-addtocart-added:before,.wpte-icon.icon-loading-2{display:inline-block;font-family:wpte-cart-icon;font-style:normal;font-variant:normal;font-weight:400;line-height:1em;text-align:center;text-decoration:inherit;text-transform:none;width:1em}#wpte-quick-view-box .single_add_to_cart_button.wpte-addtocart-added:before{content:"\e82c";margin-left:.2em;margin-right:.2em}.wpte-product-cart-icon-render{display:inline-block}.wpte-product-cart-icon-render .wpte-product-add-cart-icon{display:flex}.wpte-product-cart-icon-render .wpte-product-add-cart-icon .button{border:0;box-shadow:none;line-height:1;padding:0}.wpte-product-cart-icon-render .added_to_cart{padding:0}.star-rating span{width:100%!important}.rating-custom div.product .woocommerce-product-rating{margin-bottom:1.618em}.rating-custom .woocommerce-product-rating .star-rating{float:left;margin:.5em 4px 0 0}.rating-custom .rating-custom .woocommerce-product-rating:before,.rating-custom .woocommerce-product-rating:after{content:" ";display:table}.rating-custom .woocommerce-product-rating{line-height:2}.rating-custom .star-rating{float:right;font-family:star;font-size:1em;height:1em;line-height:1;overflow:hidden;position:relative;width:5.4em}.rating-custom .star-rating span{float:left;left:0;overflow:hidden;padding-top:1.5em;position:absolute;top:0}.rating-custom .star-rating span:before{content:"SSSSS";left:0;position:absolute;top:0}.rating-custom .star-rating:before{color:#d3ced2;content:"sssss";float:left;left:0;position:absolute;top:0}.wpte-product-tooltip{background:#fff;border:1px solid #ff8640;border-radius:5px;display:inline-block;font-size:14px;font-weight:400;left:auto;line-height:18px;opacity:0;padding:5px 10px;position:absolute;right:100%;text-align:right;text-transform:none;top:50%;transform:translate(-30px,-50%);transition:.35s ease 0s;visibility:hidden;white-space:nowrap;z-index:10}.wpte-product-tooltip:after{border-bottom:5px solid transparent;border-left:6px solid #ff8640;border-right-width:0;border-top:5px solid transparent;bottom:auto;content:"";height:0;left:auto;margin-top:-5px;position:absolute;right:-6px;top:50%;width:0}.wpte-product-tooltip-area:hover .wpte-product-tooltip{opacity:1;transform:translate(-10px,-50%);visibility:visible}.wpte-tooltip-top{right:50%;text-align:center;top:100%;transform:translate(50%,100%)}.wpte-tooltip-top:after{border:5px solid transparent;border-bottom-color:#ff8640;bottom:auto;left:50%;margin-top:0;right:0;top:-10px;transform:translateX(-50%)}.wpte-product-tooltip-area:hover .wpte-tooltip-top{opacity:1;transform:translate(50%,40%);visibility:visible}.wpte-tooltip-left{right:-50px;text-align:left;top:50%;transform:translate(100%,-50%)}.wpte-tooltip-left:after{border-left:5px solid transparent;border-right:7px solid #ff8640;left:-11px;top:50%}.wpte-product-tooltip-area:hover .wpte-tooltip-left{opacity:1;transform:translate(60%,-50%);visibility:visible}.wpte-tooltip-bottom{bottom:auto;right:50%;text-align:center;top:-50px;transform:translate(50%,-100%)}.wpte-tooltip-bottom:after{border-color:#ff8640 transparent transparent;border-style:solid;border-width:5px 5px 6px;bottom:-11px;left:50%;margin-top:0;right:0;top:auto;transform:translateX(-50%)}.wpte-product-tooltip-area:hover .wpte-tooltip-bottom{opacity:1;transform:translate(50%,20%);visibility:visible}.wpte-popup-display{display:none}.wpte-popup-display-block{display:block!important}.wpte-product-popup-bg{align-items:center;background:rgba(40,40,40,.425);bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}.wp-admin .wpte-product-popup-bg{z-index:9999}.admin-bar .wpte-product-popup-box{margin-top:32px}.wpte-product-popup-box{background:#fff;border-radius:5px;max-height:600px;overflow:auto;padding:30px;position:relative;width:65%}.wpte-product-popup-close{color:#103178;cursor:pointer;font-size:34px;font-weight:400;line-height:36px;position:absolute;right:20px;text-align:center;top:10px;transition:.35s ease 0s;z-index:999}.wpte-product-popup-close:hover{color:#ff9923}.wpte-loading{opacity:.5}.wpte-product-cart-icon-render .button,.wpte-product-cart-icon-render .button i{margin:0}.wpte-product-container .wpte-product-hover .wpte-fade-up,.wpte-product-container .wpte-product-hover a.wpte-fade-up{transform:translateY(25px)}.wpte-product-container .wpte-product-hover .wpte-fade-down,.wpte-product-container .wpte-product-hover a.wpte-fade-down{transform:translateY(-25px)}.wpte-product-container .wpte-product-hover .wpte-fade-left{transform:translate(25px)}.wpte-product-container .wpte-product-hover .wpte-fade-right{transform:translate(-25px)}.wpte-product-container .wpte-product-hover .wpte-fade-up-big{transform:translateY(300%)}.wpte-product-container .wpte-product-hover .wpte-fade-down-big{transform:translateY(-300%)}.wpte-product-container .wpte-product-hover .wpte-fade-left-big{transform:translate(150%)}.wpte-product-container .wpte-product-hover .wpte-fade-right-big{transform:translate(-150%)}.wpte-product-container .wpte-product-hover .wpte-zoom-in{transform:scale(.5)}.wpte-product-container .wpte-product-hover .wpte-zoom-out{transform:scale(1.5)}.wpte-product-container .wpte-product-hover .wpte-flip-x{transform:rotateX(-90deg)}.wpte-product-container .wpte-product-hover .wpte-flip-y{transform:rotateY(90deg)}.wpte-product-container .wpte-product-hover .wpte-fade-down,.wpte-product-container .wpte-product-hover .wpte-fade-down-big,.wpte-product-container .wpte-product-hover .wpte-fade-left,.wpte-product-container .wpte-product-hover .wpte-fade-left-big,.wpte-product-container .wpte-product-hover .wpte-fade-right,.wpte-product-container .wpte-product-hover .wpte-fade-right-big,.wpte-product-container .wpte-product-hover .wpte-fade-up,.wpte-product-container .wpte-product-hover .wpte-fade-up-big,.wpte-product-container .wpte-product-hover .wpte-flip-x,.wpte-product-container .wpte-product-hover .wpte-flip-y,.wpte-product-container .wpte-product-hover .wpte-zoom-in,.wpte-product-container .wpte-product-hover .wpte-zoom-out{opacity:0}.wpte-product-container .wpte-product-hover:hover .wpte-fade-down,.wpte-product-container .wpte-product-hover:hover .wpte-fade-down-big,.wpte-product-container .wpte-product-hover:hover .wpte-fade-left,.wpte-product-container .wpte-product-hover:hover .wpte-fade-left-big,.wpte-product-container .wpte-product-hover:hover .wpte-fade-right,.wpte-product-container .wpte-product-hover:hover .wpte-fade-right-big,.wpte-product-container .wpte-product-hover:hover .wpte-fade-up,.wpte-product-container .wpte-product-hover:hover .wpte-fade-up-big,.wpte-product-container .wpte-product-hover:hover .wpte-flip-x,.wpte-product-container .wpte-product-hover:hover .wpte-flip-y,.wpte-product-container .wpte-product-hover:hover .wpte-zoom-in,.wpte-product-container .wpte-product-hover:hover .wpte-zoom-out{opacity:1;transform:translate(0) scale(1) rotate(0)}.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-xs{transition-delay:.175s!important}.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-sm{transition-delay:.35s!important}.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-md{transition-delay:.525s!important}.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-lg{transition-delay:.7s!important}.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-xl{transition-delay:.875s!important}.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-xxl{transition-delay:1.05s!important}.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-lg,.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-md,.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-sm,.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-xl,.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-xs,.wpte-product-container .wpte-product-hover:hover .wpte-product-hover-delay-xxl{opacity:1}.wpte-product-container .wpte-product-btn,.wpte-product-container .wpte-product-hover-content,.wpte-product-container .wpte-product-hover-figure-heading,.wpte-product-container .wpte-product-hover-heading{transition:all .25s ease .25s}.wpte-product-container .wpte-data-animation{opacity:0;visibility:hidden}.wpte-product-container .animated.wpte-data-animation{opacity:1;visibility:visible}.wpte-product-container .wpte-product-hover-style .product-hover-align-top-left{justify-content:flex-start!important;text-align:left}.wpte-product-container .wpte-product-hover-style .product-hover-align-top-center{justify-content:flex-start!important;text-align:center}.wpte-product-container .wpte-product-hover-style .product-hover-align-top-right{justify-content:flex-start!important;text-align:right}.wpte-product-container .wpte-product-hover-style .product-hover-align-center-left{justify-content:center!important;text-align:left}.wpte-product-container .wpte-product-hover-style .product-hover-align-center-center{justify-content:center!important;text-align:center}.wpte-product-container .wpte-product-hover-style .product-hover-align-center-right{justify-content:center!important;text-align:right}.wpte-product-container .wpte-product-hover-style .product-hover-align-bottom-left{justify-content:flex-end!important;text-align:left}.wpte-product-container .wpte-product-hover-style .product-hover-align-bottom-center{justify-content:flex-end!important;text-align:center}.wpte-product-container .wpte-product-hover-style .product-hover-align-bottom-right{justify-content:flex-end!important;text-align:right}.wpte-product-hover-dynamic-load-infinite{clear:both}.wpte-product-row .wpte-product-layout-pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px}.wpte-product-row .wpte-product-layout-pagination li{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;line-height:1;list-style:none;margin:5px;min-height:30px;min-width:30px;padding:5px}.wpte-product-row .wpte-product-layout-pagination li:hover{background:#c7c7c7}.wpte-product-row .wpte-product-layout-pagination li,.wpte-product-row .wpte-product-layout-pagination li .wpte-product-icon-render .wpte-icon,.wpte-product-row .wpte-product-layout-pagination li .wpte-product-text-render span{font-size:16px}.wpte-product-row .wpte-product-layout-pagination li .wpte-product-icon-render .wpte_product_pagination_prev_icon{padding-right:5px}.wpte-product-row .wpte-product-layout-pagination li .wpte-product-icon-render .wpte_product_pagination_next_icon{padding-left:5px}.wpte-product-row .wpte-product-layout-pagination span.wpte_pg_seperator{font-size:22px;letter-spacing:2px}.wpte-product-row .wpte-product-load-more{align-items:center;display:flex;justify-content:center}.wpte-product-row .wpte-product-load-more button.wpte-product-layout-load-more-button{align-items:center;border:0;border-radius:50px;box-sizing:border-box;cursor:pointer;display:flex;font-size:18px;justify-content:center;line-height:1;padding:10px 20px}.wpte-product-filter-wrapper form{display:block}.wpte-product-filter-wrapper .wpte-product-filter-items{align-items:center;display:flex;justify-content:space-between}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-left{align-items:center;display:flex;justify-content:start}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-right{align-items:center;display:flex;justify-content:end}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item{box-sizing:border-box;cursor:pointer;margin:10px 6px 10px 0;position:relative;vertical-align:middle}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-product-filter-heading-normal{font-size:16px;font-weight:700;padding:10px}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-product-filter-heading{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.3);border-radius:4px;box-shadow:0 -2px 14px rgba(0,0,0,.025);display:flex;font-family:Segoe UI,sans-serif;font-size:16px;justify-content:space-between;min-width:140px;padding:10px 12px 10px 16px;transition:background-color .05s,border-color .2s,box-shadow .2s}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-product-filter-dropdown{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.3);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);cursor:default;display:none;left:0;list-style:none;margin:5px 0 0;max-height:270px;min-width:260px;overflow-y:auto;padding:8px 5px;position:absolute;text-align:left;top:100%;visibility:hidden;z-index:4}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item:hover .wpte-product-filter-dropdown{display:block;visibility:visible}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item:after{bottom:-7px;content:"";display:none;height:7px;left:0;position:absolute;width:100%;z-index:1}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item:hover:after{display:block}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option{cursor:pointer;display:block;font-weight:400;padding:6px 12px 6px 14px}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option:last-child{margin-bottom:0}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-product-filter-subcategory{padding-left:20px}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option .check-label{font-family:Segoe UI,sans-serif;font-size:15px;font-weight:400;padding-left:20px;position:relative}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option .cat-post{background:#e6e6e6;border-radius:4px;font-family:Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:0;margin-left:2px;padding:1px 8px}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option [type=checkbox]{display:none}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option .check-label:before{background-color:#fff;border:1px solid #aa4098;content:"";height:14px;left:0;position:absolute;top:2.5px;width:14px}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option input[type=checkbox]:not(:checked)+.check-label:after{opacity:0;transform:scale(0);transition:all .2s ease}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option input[type=checkbox]:checked+.check-label:after{color:#aa4098;content:"\e829";font-family:wpte-cart-icon;font-size:9px;left:3px;line-height:1;opacity:1;position:absolute;top:5.5px;transform:scale(1);transition:all .2s ease}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option .radio-label{font-family:Segoe UI,sans-serif;font-size:15px;font-weight:400;padding-left:25px;position:relative}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option input[type=radio]{display:none}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option .radio-label:before{background-color:#fff;border:1px solid #aa4098;border-radius:50%;content:"";height:15px;left:0;position:absolute;top:2.5px;width:15px}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option input[type=radio]:not(:checked)+.radio-label:after{opacity:0;transform:scale(0)}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option input[type=radio]:checked+.radio-label:after{background:#aa4098;border-radius:50%;content:"";height:10px;left:3.7px;opacity:1;position:absolute;top:6px;transform:scale(1);transition:all .2s ease;width:10px}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-filter-option .check-label .wpte-icons{color:#f3b667;font-size:18px}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item .wpte-wc-color-attribute-filter{display:flex;flex-wrap:wrap}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-product-filter-item:last-child{margin-right:0}.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-category-show,.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-per-page-show,.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-price-range-show,.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-rating-show,.wpte-product-filter-wrapper .wpte-product-filter-items .wpte-sort-by-show{display:inline-block}.wpte-pl-cat-page-filter .wpte-product-filter-items{justify-content:end;margin-bottom:20px}.wpte-product-compare-wrapper{position:relative;width:100%}.wpte-product-compare-wrapper a{text-decoration:none}.wpte-product-compare-wrapper a:focus{border:none;box-shadow:none;outline:0}#wpte-product-compare-box{max-height:600px;padding:0;width:85%}#wpte-product-compare-box article{margin:0 auto;overflow-x:auto;position:relative;width:100%}.wpte-compare-table-title{left:0;position:relative;right:0;width:100%}#wpte-product-compare-box h1{background:#103178;color:#fff;display:block;font-size:18px;line-height:1;margin:0;padding:18px;text-align:left;text-transform:uppercase}#wpte-product-compare-box table{margin:0;width:100%}#wpte-product-compare-box tbody th{color:#333;font-size:14px;font-weight:700;max-width:150px;min-width:150px;overflow:auto;text-align:left}#wpte-product-compare-box td{color:#5b6c8f;font-size:14px;height:70px;max-width:250px;min-width:250px;width:250px}#wpte-product-compare-box tbody td,#wpte-product-compare-box tbody th{border-color:#f0f2f5;border-style:solid;border-width:0 0 1px 1px;padding:20px}#wpte-product-compare-box tbody th{border-bottom-width:0;border-top-width:1px;color:#103178}#wpte-product-compare-box tbody td:last-child{border-right-width:1px}#wpte-product-compare-box td,#wpte-product-compare-box th{text-align:left}#wpte-product-compare-box .hide{background:0 0;border:0}#wpte-product-compare-box .wpte-product-popup-close{color:#fff}#wpte-product-compare-box .wpte-compare-product-remove{padding-bottom:10px;text-align:center}#wpte-product-compare-box .wpte-compare-product-remove a{color:#103178;cursor:pointer;font-size:20px}#wpte-product-compare-box .wpte-compare-product-img img{height:auto;width:100%}#wpte-product-compare-box .wpte-compare-product-cat{padding:10px 0}#wpte-product-compare-box .wpte-compare-product-cat a{color:#5b6c8f;font-size:14px;font-weight:400}#wpte-product-compare-box .wpte-compare-product-price{color:#103178;font-size:18px;font-weight:500;line-height:1;margin-bottom:14px;margin-top:4px}#wpte-product-compare-box .wpte-compare-product-button{margin:20px 0 30px}#wpte-product-compare-box .wpte-compare-product-button .button{border-radius:20px 20px;font-size:16px;padding:10px 30px;text-transform:none}@media (max-width:767px){#wpte-product-compare-box td,#wpte-product-compare-box th{width:250px}}@media (max-width:639px){#wpte-product-compare-box td,#wpte-product-compare-box th{width:250px}}.wpte-quick-view-wrapper{position:relative;width:100%}.wpte-quick-view-wrapper a{text-decoration:none}.wpte-quick-view-wrapper a:focus{border:none;box-shadow:none;outline:0}#wpte-quick-view-box{display:grid;font-size:12px;gap:30px;grid-template-columns:51% 45.5%}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images{width:100%}.wpte-quick-view-image-area img{height:auto;width:100%}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images .flex-control-thumbs li{float:none}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images .flex-control-thumbs{display:flex;flex-wrap:wrap}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images .flex-control-thumbs li:nth-child(4n){margin-right:15px}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images .flex-control-thumbs li:nth-child(5n){margin-right:0}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images .flex-control-nav li{width:72px}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images .flex-control-nav img{border:1px solid rgba(95,61,249,0);border-radius:5px;cursor:pointer;width:72px}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images .flex-control-nav img:hover{border-color:#163e95}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images .flex-control-nav .flex-active{border-color:#163e95;cursor:default;width:72px}.wpte-quick-view-content-area .wpte-quick-view-stock{background:#12a05c;border-radius:20px;color:#fff;display:inline-block;font-weight:500;margin-bottom:20px;padding:0 10px;text-transform:uppercase;vertical-align:top}.wpte-quick-view-content-area .wpte-quick-view-stock.out-stock{background:#752a2b;color:#fff}.wpte-quick-view-content-area .wpte-quick-view-category a{color:#5b6c8f;display:inline-block;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.wpte-quick-view-content-area .wpte-quick-view-title{margin-top:6px}.wpte-quick-view-content-area .wpte-quick-view-title a h1{color:#103178;font-size:30px;font-style:normal;font-weight:600;line-height:1.3}.wpte-quick-view-content-area .wpte-quick-view-description p{font-size:14px;margin-bottom:10px}.wpte-quick-view-content-area .wpte-quick-view-rating{border-bottom:1px solid #efefef;font-size:14px;margin-bottom:20px;padding-bottom:20px}.wpte-quick-view-content-area .wpte-quick-view-rating a{color:#103178;display:inline-block;font-size:90%;line-height:18px;margin-left:10px;vertical-align:top}.wpte-quick-view-content-area .wpte-quick-view-rating a:hover{text-decoration:underline}.wpte-quick-view-content-area .wpte-quick-view-price .woocommerce-Price-amount bdi{font-size:30px;font-style:normal;font-weight:600}.wpte-quick-view-content-area .wpte-quick-view-price .woocommerce-Price-amount{margin-left:5px;margin-right:5px}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-price p.price{align-items:center;display:flex}.wpte-quick-view-content-area .wpte-quick-view-price{margin:30px 0}.wpte-hide-qty .woocommerce-grouped-product-list-item__quantity .quantity{display:block}.wpte_quick_view_product_addtocart_button_container .wpte-quick-view-quantity .wpte-quick-view-qty-title{color:#103178;display:block;font-size:16px;font-style:normal;font-weight:500;line-height:20px;padding-bottom:8px}.wpte_quick_view_product_addtocart_button_container .stock{padding-bottom:10px}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity{background:#f0f2f5;border-radius:60px;box-sizing:border-box;height:46px;letter-spacing:0;margin-right:15px;position:relative;width:130px}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart .woocommerce-grouped-product-list-item__quantity .quantity{background:rgba(240,242,245,0);border-radius:unset;box-sizing:border-box;height:40px;letter-spacing:0;position:unset;width:60px}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity .wpte-quick-view-quantity-minus,.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity .wpte-quick-view-quantity-plus{align-items:center;background:0 0;border-width:0;color:#5b6c8f;cursor:pointer;display:flex;font-size:20px;height:44px;justify-content:center;line-height:30px;margin:0;position:absolute;right:10px;top:0;width:30px}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart .woocommerce-grouped-product-list-item__quantity div.quantity .wpte-quick-view-quantity-minus,.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart .woocommerce-grouped-product-list-item__quantity div.quantity .wpte-quick-view-quantity-plus{display:none}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity .wpte-quick-view-quantity-minus{left:10px;right:auto}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity .qty{background:#f0f2f5;border-radius:60px;border-width:0;color:#5b6c8f;font-size:18px;line-height:30px;margin:0;max-width:100%;padding:8px 30px;text-align:center;width:100%}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart .woocommerce-grouped-product-list-item__quantity div.quantity .qty{border-radius:5px;border-width:1px;color:#5b6c8f;height:40px;line-height:30px;margin:unset;padding:unset;text-align:center;width:60px}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity .qty::-webkit-inner-spin-button,.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart .woocommerce-grouped-product-list-item__quantity div.quantity .qty::-webkit-inner-spin-button,.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart .woocommerce-grouped-product-list-item__quantity div.quantity .qty::-webkit-outer-spin-button{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;margin:0}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity .qty:focus{border:none;box-shadow:none;outline:0}.wpte-quick-view-wrapper .woocommerce .wpte_quick_view_product_addtocart_button_container button.button{background-image:none;border-radius:60px;border-style:solid;border-width:1px;box-shadow:none;color:#fff;cursor:pointer;filter:none;font-size:18px;font-style:normal;font-weight:500;line-height:24px;min-width:190px;overflow:hidden;padding:10px 25px;text-align:center;text-shadow:none;vertical-align:middle}.wpte-quick-view-meta-content{margin-top:30px;padding-top:20px}.wpte-quick-view-meta-content .product_meta .posted_in,.wpte-quick-view-meta-content .product_meta .sku_wrapper,.wpte-quick-view-meta-content .product_meta .tagged_as{color:#103178;font-size:14px;font-style:normal;font-weight:600;line-height:1.7;margin-bottom:5px;margin-right:10px}.wpte-quick-view-meta-content .product_meta .posted_in{display:none!important}.wpte-quick-view-meta-content .product_meta .posted_in a,.wpte-quick-view-meta-content .product_meta .sku_wrapper .sku,.wpte-quick-view-meta-content .product_meta .tagged_as a{color:#5b6c8f;font-size:13px;font-style:normal;font-weight:400}#wpte-popup-display-notice ul{background:#fbd7d7;position:fixed;right:20px;top:40px;width:450px;z-index:9999}.wpte-quick-view-alert-close{cursor:pointer;float:right;font-size:24px;margin-right:-18px;margin-top:-18px}@media (max-width:575.98px){#wpte-quick-view-box{grid-template-columns:repeat(1,1fr);max-height:500px;width:85%}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity{margin-bottom:15px;width:202px}.wpte-product-popup-close{font-size:24px;right:10px;top:0}#wpte-popup-display-notice ul{right:10px;top:30px;width:95%}.wpte-quick-view-alert-close{cursor:pointer;margin-right:-90px;margin-top:-8px;text-align:right;width:100%}}@media (min-width:576px) and (max-width:768px){#wpte-quick-view-box{max-height:400px;width:80%}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity{margin-bottom:15px;width:204px}}@media (min-width:768.02px) and (max-width:1224px){#wpte-quick-view-box{grid-template-columns:44% 50.5%;max-height:500px;width:80%}.wpte-quick-view-wrapper .woocommerce div.product .wpte-quick-view-image-area div.images{width:100%}.wpte-quick-view-wrapper .woocommerce div.product .wpte_quick_view_product_addtocart_button_container form.cart div.quantity{margin-bottom:0;width:110px}.wpte-quick-view-wrapper .woocommerce .wpte_quick_view_product_addtocart_button_container button.button{font-size:16px;max-width:190px;min-width:100px}.wpte-quick-view-wrapper .woocommerce div.product form.cart .button.single_add_to_cart_button{padding:10px 22px}}.wpte-product-call-to-column{grid-column-gap:30px;grid-row-gap:30px}.wpte-call-to-action-layout-row{background:#fff;border-radius:5px 5px 5px 5px;box-shadow:0 0 15px 2px #d1d1d1;display:grid;grid-template-columns:1fr 1fr}.wpte-call-to-action-layout-row img{height:auto;width:100%}.wpte-call-to-action-layout-row .wpte-call-to-action-content-wrapper{padding:20px}.wpte-call-to-action-layout-row .wpte-call-to-action-content-wrapper .wpte-call-to-action-content{border-radius:5px 5px 5px 5px;padding:45px 0 0;text-align:center}.wpte-call-to-action-layout-product-gallery-thumb,.wpte-call-to-action-layout-row:hover .wpte-call-to-action-layout-product-hover-image{display:none;line-height:0}.wpte-call-to-action-layout-row:hover .wpte-call-to-action-layout-product-hover-g-image{display:block}.wpte-call-to-action-layout-image-area{overflow:hidden;position:relative}.wpte-call-to-action-layout-product-gallery-thumb,.wpte-call-to-action-layout-product-thumb{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;line-height:0;max-width:100%;min-height:300px;width:100%}.wpte-call-to-action-content{box-sizing:border-box;height:100%}.wpte-call-to-action-layout-product-icons{grid-gap:10px;box-sizing:border-box;display:flex;justify-content:center;padding:0 0 15px;position:absolute}.wpte-call-to-action-layout-icons .button,.wpte-call-to-action-layout-icons a{align-items:center;background:#fff;border-radius:50%;box-sizing:border-box;color:#444;cursor:pointer;display:flex;font-size:16px;justify-content:center;min-height:40px;min-width:40px}.wpte-call-to-action-layout-icons .button:hover,.wpte-call-to-action-layout-icons a:hover{background:#ff6f61;color:#fff}.wpte-call-to-action-layout-icon-bottom{bottom:0;width:100%}.wpte-call-to-action-layout-icon-bottom .wpte-call-to-action-layout-product-cart{transform:translateY(calc(100% + 100px));transition:all .3s;visibility:hidden}.wpte-call-to-action-layout-icon-bottom .wpte-call-to-action-layout-product-view{transform:translateY(calc(100% + 100px));transition:all .5s;visibility:hidden}.wpte-call-to-action-layout-icon-bottom .wpte-call-to-action-layout-product-compare{transform:translateY(calc(100% + 100px));transition:all .7s;visibility:hidden}.wpte-call-to-action-layout-icon-bottom .wpte-call-to-action-layout-product-wishlist{transform:translateY(calc(100% + 100px));transition:all .8s;visibility:hidden}.wpte-call-to-action-layout-row:hover .wpte-call-to-action-layout-icon-bottom .wpte-call-to-action-layout-product-cart,.wpte-call-to-action-layout-row:hover .wpte-call-to-action-layout-icon-bottom .wpte-call-to-action-layout-product-compare,.wpte-call-to-action-layout-row:hover .wpte-call-to-action-layout-icon-bottom .wpte-call-to-action-layout-product-view,.wpte-call-to-action-layout-row:hover .wpte-call-to-action-layout-icon-bottom .wpte-call-to-action-layout-product-wishlist{transform:translateY(0);visibility:visible}.wpte-call-to-action-layout-category-area a{color:#767676;display:inline-block;font-family:Arial;font-size:14px;padding:5px 0}.wpte-call-to-action-layout-category-area a:hover{color:#4f4a4a;display:inline-block;font-size:14px}.wpte-call-to-action-layout-title-area .wpte-call-to-action-layout-product-title{display:block;font-size:18px;margin:0;padding:0}.wpte-call-to-action-layout-title-area .wpte-call-to-action-layout-product-title a{color:#444343;font-family:Arial;font-size:18px;font-weight:400;line-height:1.33;padding:5px 0}.wpte-call-to-action-layout-title-area .wpte-call-to-action-layout-product-title a:hover{color:#444343}.wpte-call-to-action-layout-rating-area{line-height:1;padding:5px 0}.wpte-call-to-action-layout-rating-area .wpte-icons{color:orange;font-size:16px;line-height:1;padding:5px 2px 6px}.wpte-call-to-action-layout-price-area{color:grey;font-family:Arial;font-size:14px;font-weight:600;line-height:1.5em;padding:0 0 20px}.wpte-call-to-action-layout-image-area ul{align-items:start;box-sizing:border-box;display:flex;flex-direction:column;margin:0;padding:15px 0 0 10px;position:absolute;top:0;width:100%}.wpte-call-to-action-layout-image-area ul .product-label{align-items:center;background-color:#ff6f61;border-radius:20px 20px 20px 20px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;font-weight:600;justify-content:center;letter-spacing:.4px;line-height:1;list-style:none;margin-bottom:10px;min-height:20px;min-width:54px;padding:5px;text-align:center;text-transform:normal;word-break:break-all}.wpte-call-to-action-layout-image-area ul .featured{background:rgba(247,69,69,.84);color:#fff}.wpte-call-to-action-layout-image-area ul .onsale{background:#36b6d9;color:#fff}.wpte-call-to-action-layout-product-cart .button,.wpte-call-to-action-layout-product-cart a{border:1px solid #83b735;border-radius:50px 50px 50px 50px;display:inline-block;font-size:16px;padding:10px 20px;text-transform:none}.wpte-call-to-action-layout-product-cart .button .wpte-icon,.wpte-call-to-action-layout-product-cart a .wpte-icon{margin-right:10px}@media (max-width:575.98px){.wpte-call-to-action-layout-row{grid-template-columns:1fr}}@media (min-width:576px) and (max-width:768px){.wpte-call-to-action-layout-row{grid-template-columns:1fr}}.wpte-product-general-column{grid-column-gap:20px;grid-row-gap:20px}.wpte-general-layout-row{border-radius:0 0 0 0;box-sizing:border-box;padding:6px;text-align:left}.wpte-general-layout-row img{height:auto;width:100%}.wpte-general-layout-row .wpte-general-layout-product-gallery-thumb,.wpte-general-layout-row:hover .wpte-general-layout-product-hover-image{display:none;line-height:0}.wpte-general-layout-row .wpte-general-layout-image-area{overflow:hidden;position:relative}.wpte-general-layout-row .wpte-general-layout-product-thumb{line-height:0}.wpte-general-layout-row .wpte-general-layout-product-icons{grid-gap:8px;box-sizing:border-box;display:flex;padding:15px;position:absolute}.wpte-general-layout-row .wpte-general-layout-icons .button,.wpte-general-layout-row .wpte-general-layout-icons a{align-items:center;background:#fff;border-radius:0;box-sizing:border-box;color:#36b6d9;cursor:pointer;display:flex;font-size:16px;justify-content:center;min-height:40px;min-width:40px}.wpte-general-layout-row .wpte-general-layout-icons .button:hover,.wpte-general-layout-row .wpte-general-layout-icons a:hover{background:#36b6d9;color:#fff}.wpte-general-layout-row .wpte-general-layout-icon-right{flex-direction:column;height:100%;justify-content:end;right:0;top:0;width:auto}.wpte-general-layout-row .wpte-general-layout-icon-right .wpte-general-layout-product-cart{transform:translateX(calc(100% + 100px));transition:all .3s;visibility:hidden}.wpte-general-layout-row .wpte-general-layout-icon-right .wpte-general-layout-product-view{transform:translateX(calc(100% + 100px));transition:all .5s;visibility:hidden}.wpte-general-layout-row .wpte-general-layout-icon-right .wpte-general-layout-product-compare{transform:translateX(calc(100% + 100px));transition:all .7s;visibility:hidden}.wpte-general-layout-row .wpte-general-layout-icon-right .wpte-general-layout-product-wishlist{transform:translateX(calc(100% + 100px));transition:all .8s;visibility:hidden}.wpte-general-layout-row:hover .wpte-general-layout-icon-right .wpte-general-layout-product-cart,.wpte-general-layout-row:hover .wpte-general-layout-icon-right .wpte-general-layout-product-compare,.wpte-general-layout-row:hover .wpte-general-layout-icon-right .wpte-general-layout-product-view,.wpte-general-layout-row:hover .wpte-general-layout-icon-right .wpte-general-layout-product-wishlist{transform:translateX(0);visibility:visible}.wpte-general-layout-row .wpte-general-layout-icon-bottom{bottom:0;width:100%}.wpte-general-layout-row .wpte-general-layout-icon-bottom .wpte-general-layout-product-cart{transform:translateY(calc(100% + 100px));transition:all .3s;visibility:hidden}.wpte-general-layout-row .wpte-general-layout-icon-bottom .wpte-general-layout-product-view{transform:translateY(calc(100% + 100px));transition:all .5s;visibility:hidden}.wpte-general-layout-row .wpte-general-layout-icon-bottom .wpte-general-layout-product-compare{transform:translateY(calc(100% + 100px));transition:all .7s;visibility:hidden}.wpte-general-layout-row .wpte-general-layout-icon-bottom .wpte-general-layout-product-wishlist{transform:translateY(calc(100% + 100px));transition:all .8s;visibility:hidden}.wpte-general-layout-row:hover .wpte-general-layout-icon-bottom .wpte-general-layout-product-cart,.wpte-general-layout-row:hover .wpte-general-layout-icon-bottom .wpte-general-layout-product-compare,.wpte-general-layout-row:hover .wpte-general-layout-icon-bottom .wpte-general-layout-product-view,.wpte-general-layout-row:hover .wpte-general-layout-icon-bottom .wpte-general-layout-product-wishlist{transform:translateY(0);visibility:visible}.wpte-general-layout-row:hover .wpte-general-layout-product-hover-g-image{display:block}.wpte-general-layout-row .wpte-general-layout-category-area a{color:#767676;display:inline-block;font-family:Arial;font-size:14px;padding:5px 0}.wpte-general-layout-row .wpte-general-layout-category-area a:hover{color:#4f4a4a;display:inline-block;font-size:14px}.wpte-general-layout-row .wpte-general-layout-title-area .wpte-general-layout-product-title{display:block;font-size:18px;margin:0;padding:0}.wpte-general-layout-row .wpte-general-layout-title-area .wpte-general-layout-product-title a{color:#444343;font-family:Arial;font-size:18px;font-weight:400;line-height:1.33;padding:5px 0}.wpte-general-layout-row .wpte-general-layout-title-area .wpte-general-layout-product-title a:hover{color:#444343}.wpte-general-layout-row .wpte-general-layout-description-area{color:#575757;font-size:14px;padding:6px 0}.wpte-general-layout-row .wpte-general-layout-rating-area{line-height:1;padding:5px 0}.wpte-general-layout-row .wpte-general-layout-rating-area .wpte-icons{color:orange;font-size:16px;line-height:1;padding:5px 2px 6px}.wpte-general-layout-row .wpte-general-layout-price-area{color:grey;font-family:Arial;font-size:14px;font-weight:600;line-height:1.5em}.wpte-general-layout-row .wpte-general-layout-image-area ul{align-items:start;box-sizing:border-box;display:flex;flex-direction:column;margin:0;padding:15px 0 0 10px;position:absolute;top:0;width:100%}.wpte-general-layout-row .wpte-general-layout-image-area ul .product-label{align-items:center;background-color:#ff6f61;border-radius:20px 20px 20px 20px;color:#fff;display:flex;font-size:14px;font-weight:600;justify-content:center;letter-spacing:.4px;line-height:1.2;list-style:none;margin-bottom:10px;min-height:20px;min-width:54px;padding:5px;text-align:center;text-transform:normal;word-break:break-all;z-index:2}.wpte-general-layout-row .wpte-general-layout-image-area ul .featured{background:rgba(247,69,69,.84);color:#fff}.wpte-general-layout-row .wpte-general-layout-image-area ul .onsale{background:#36b6d9;color:#fff}.wpte-product-table-layout-table{border-collapse:collapse;border-radius:10px;border-spacing:0;box-shadow:0 2px 12px rgba(32,32,32,.3);overflow:hidden;text-align:center;width:100%}.wpte-product-table-layout-table td,.wpte-product-table-layout-table th{border:none;font-size:16px;padding:12px 15px}.wpte-product-table-layout-table th{background:#f57272}.wpte-product-table-layout-table tr:nth-child(2n){background:#eee}.wpte-product-table-layout-table td .wpte-product-table-layout-image{align-items:center;background:#fff;border:1px solid #038a96;border-radius:2px 2px 2px 2px;box-sizing:border-box;display:flex;height:80px;justify-content:center;padding:8px;width:80px}.wpte-product-table-layout-table td .wpte-product-table-layout-image img{border-radius:2px 2px 2px 2px;height:100%;width:100%}.wpte-product-table-layout-table td .wpte-product-table-layout-title{display:block;font-size:16px;margin:0;padding:0}.wpte-product-table-layout-table td .wpte-product-table-layout-title a{color:#038a96;font-family:Arial;font-size:16px;font-weight:400;line-height:1.33;padding:5px 0}.wpte-product-table-layout-table td .wpte-product-table-layout-title a:hover{color:#13bdcd}.wpte-product-table-layout-table td .wpte-product-table-layout-description{color:#4d4b4b;font-family:Arial;font-size:16px;font-weight:400;padding:12px 15px}.wpte-product-table-layout-table td .wpte-product-table-layouts-price{font-size:16px;font-weight:none;line-height:1.5em}.wpte-product-table-layout-table td .wpte-product-table-layout-quantity input{background:#fafafa;border:2px solid #188791;border-radius:5px 5px 5px 5px;color:#000;height:100%;line-height:2;max-width:70px;min-height:0;padding:3px 5px;width:100%}.wpte-product-table-layout-table td .wpte-product-table-layout-quantity input:active,.wpte-product-table-layout-table td .wpte-product-table-layout-quantity input:focus{border:0;box-shadow:0;outline:0}.wpte-product-table-layout-table td .wpte-table-layout-product-cart .button,.wpte-product-table-layout-table td .wpte-table-layout-product-cart a{background:#188791;border-radius:10px 10px 10px 10px;border-style:solid;border-width:0;color:#fff;font-size:15px;line-height:1!important;min-height:0!important;padding:10px 15px;text-transform:none}.wpte-product-table-layout-table td .wpte-table-layout-product-cart .button .wpte-icon,.wpte-product-table-layout-table td .wpte-table-layout-product-cart a .wpte-icon{margin-right:5px}.wpte-product-table-for-sm{display:none}.wpte-product-table-for-lg{display:revert}@media (max-width:575.98px){.wpte-product-table-for-sm{display:revert}.wpte-product-table-for-lg{display:none}.wpte-product-table-for-sm .wpte-product-table-layout-price,.wpte-product-table-for-sm .wpte-table-layout-icons-cart{margin:10px 0}}@media (min-width:576px) and (max-width:768px){.wpte-product-table-for-sm{display:revert}.wpte-product-table-for-lg{display:none}.wpte-product-table-for-sm .wpte-product-table-layout-price{margin:10px 0}.wpte-product-table-for-sm .wpte-product-table-layout-group{align-items:center;display:flex}.wpte-product-table-for-sm .wpte-table-layout-icons-cart{margin:10px 15px}}.wpte-product-layouts-tabs-style-1-list{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0}.wpte-product-layouts-tabs-style-1-list li{background:#83b735;border-radius:30px;color:#fff;cursor:pointer;font-size:16px;line-height:1;list-style:none;margin:40px 20px 40px 0;padding:10px 20px}.wpte-product-layouts-tabs-style-1-list li:hover{background:#669125}.wpte-product-layouts-tabs-style-1-list .wpte-tab-active{background:#da3f3f}.wpte-product-list-layout-column{grid-column-gap:20px;grid-row-gap:20px}.wpte-product-list-product-image{box-sizing:border-box;height:100%;margin-right:20px;max-width:150px;width:100%}.wpte-product-list-product-image .wpte-product-list-img{align-items:center;border:1px solid #dbdbf7;display:flex;justify-content:center;padding:5px}.wpte-product-list-product-image .wpte-product-list-img img{height:100%;width:100%}.wpte-product-list-product-text{width:100%}.wpte-product-list-product-text .wpte-product-list-product-title{display:block;font-size:18px;margin:0;padding:0}.wpte-product-list-product-text .wpte-product-list-product-title a{color:#575757;font-family:Lato;font-size:18px;font-weight:400;line-height:1.33;padding:5px 0}.wpte-product-list-product-text .wpte-product-list-product-title a:hover{color:#444343}.wpte-product-list-product-text .wpte-product-list-product-description{display:block;font-size:14px}.wpte-product-list-product-text .wpte-product-list-product-description p{color:#747474;font-family:Lato;font-size:14px;font-weight:400;line-height:1.33;padding:5px 0}.wpte-product-list-product-price{color:#575757;font-size:18px;font-weight:500;width:50%}.wpte-product-list-cart-area{align-items:end;display:flex;flex-direction:column;justify-content:end;width:100%}.wpte-product-list-cart-area .wpte-product-list-product-quantity{margin-bottom:5px}.wpte-product-list-cart-area .wpte-product-list-product-quantity .quantity input{background:#dbdbf7;border:0;border-radius:20px;color:#575757;line-height:1;max-width:70px;padding:4px 5px 4px 10px;text-align:center;width:100%}.wpte-product-list-cart-area .wpte-product-list-product-button .wpte-product-cart-icon-render{display:block}.wpte-product-list-cart-area .wpte-product-list-product-button .wpte-product-cart-icon-render span{display:inline-flex}.wpte-product-list-cart-area .wpte-product-list-product-button .wpte-product-cart-icon-render .button,.wpte-product-list-cart-area .wpte-product-list-product-button .wpte-product-cart-icon-render a{background:#bcd8f7;border-radius:50px;border-width:0;color:#575757;font-size:15px;font-weight:400;line-height:1;padding:10px 15px;text-transform:none}.wpte-product-list-cart-area .wpte-product-list-product-button .wpte-product-cart-icon-render .button .wpte-icon,.wpte-product-list-cart-area .wpte-product-list-product-button .wpte-product-cart-icon-render a .wpte-icon{margin-right:5px}.wpte-product-container .wpte-product-hover-style-caption{margin:0 auto;overflow:hidden;position:relative;width:100%}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-hover{bottom:0;left:0;position:absolute;right:0;top:0}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-layouts-wish-list{position:absolute;right:15px;top:15px}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-layouts-wish-list .wpte-product-tooltip *{color:#1e1e1e;font-size:16px;transition:none}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-layouts-wish-list .wpte-product-tooltip:after{transition:none}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-layouts-wish-list .wpte-product-wishlist-icon *{color:#fff;font-size:18px;line-height:1;transition:none}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-category{text-align:center}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-category a{color:#fff;display:inline-block;font-size:14px;margin:0 5px;transition:none}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-category a:hover{color:#bebcbc}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-title{font-size:22px;margin:10px 0;text-align:center;width:100%}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-title a{color:#fff;font-size:22px;font-weight:600;line-height:1;transition:none}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-title a:hover{color:#bebcbc}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-content{color:#fff;font-size:18px;line-height:1;padding-bottom:5px;text-align:center;width:100%}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-rating{line-height:1;padding:5px 0}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-rating .wpte-icons{color:orange;font-size:18px;line-height:1;padding:0 2px}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-price{font-size:16px;font-weight:600;line-height:1.5em;padding:0 0 15px}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-button .button,.wpte-product-container .wpte-product-hover-style-caption .wpte-product-button a{border:0;border-radius:50px 50px 50px 50px;display:inline-block;font-size:16px;line-height:1;min-height:auto;padding:10px 15px;text-transform:none;transition:none}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-button .button .wpte-icon,.wpte-product-container .wpte-product-hover-style-caption .wpte-product-button .button i,.wpte-product-container .wpte-product-hover-style-caption .wpte-product-button a .wpte-icon,.wpte-product-container .wpte-product-hover-style-caption .wpte-product-button a i{margin-right:5px;transition:none}.wpte-product-container .wpte-product-hover-style-caption .wpte-product-button .button span,.wpte-product-container .wpte-product-hover-style-caption .wpte-product-button a span{transition:none}.wpte-product-container .wpte-product-hover-style-caption:after{content:"";display:block;padding-bottom:100%}.wpte-product-container .wpte-product-caption-hover{-moz-osx-font-smoothing:grayscale;backface-visibility:hidden;background-color:transparent;bottom:0;color:#fff;left:0;position:absolute;right:0;top:0;transform:translateZ(0)}.wpte-product-container .wpte-product-caption-hover .wpte-product-hover-figure{bottom:0;left:0;position:absolute;right:0;top:0}.wpte-product-container .wpte-product-caption-hover .wpte-product-hover-image{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.wpte-product-container .wpte-product-caption-hover .wpte-product-hover-image img{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wpte-product-container .wpte-product-caption-hover .wpte-product-hover-figure-caption{bottom:0;color:#fff;left:0;position:absolute;right:0;top:0}.wpte-product-container .wpte-product-caption-hover .wpte-product-hover-caption-tab{background:0 0}.wpte-product-container .wpte-product-caption-hover .wpte-touch,.wpte-product-container .wpte-product-caption-hover:hover{z-index:5}.wpte-product-container .wpte-product-caption-hover *,.wpte-product-container .wpte-product-caption-hover :after,.wpte-product-container .wpte-product-caption-hover :before,.wpte-product-container .wpte-product-caption-hover:after,.wpte-product-container .wpte-product-caption-hover:before{box-sizing:border-box;transition:all .35s ease}.wpte-product-container .wpte-product-hover-caption-tab{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding:15px;position:absolute;right:0;top:0}.wpte-product-container [class*=wpte-product-caption-]:after,.wpte-product-container [class*=wpte-product-caption-]:before,.wpte-product-container [class^=wpte-product-caption-]:before{z-index:2}.wpte-product-container [class*=wpte-product-caption-] .wpte-product-hover-figure-caption,.wpte-product-container [class^=wpte-product-caption-] .wpte-product-hover-figure-caption{z-index:3}.wpte-product-container .easing_easeInOutExpo *{transition-timing-function:cubic-bezier(1,0,0,1)}.wpte-product-container .easing_easeInOutCirc *{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}.wpte-product-container .easing_easeOutBack *{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}.wpte-product-flipbox-column{transform-style:preserve-3d}.wpte-product-flipbox-column *{transition:all .5s}.wpte-product-layout-flipbox{margin:0 auto;perspective:1000px;position:relative;transform:translateZ(0);transition-duration:.5s;transition-property:none;width:100%}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-figure,.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover{bottom:0;left:0;position:absolute;right:0;top:0}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-back-section,.wpte-product-layout-flipbox .wpte-product-layout-flipbox-front-section{background:#0056b3;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;text-align:center;top:0}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-back-section img,.wpte-product-layout-flipbox .wpte-product-layout-flipbox-front-section img{height:auto;width:100%}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-frontend{backface-visibility:hidden;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-frontend:before{bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:11}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-backend{backface-visibility:hidden;bottom:0;left:0;position:absolute;right:0;top:0}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-backend:before{bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:11}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-backend:after,.wpte-product-layout-flipbox .wpte-product-layout-flipbox-frontend:after{background:0 0;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:-1}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover .wpte-product-flip-bottom-to-top .wpte-product-layout-flipbox-frontend{transform:rotateX(0)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover .wpte-product-flip-bottom-to-top .wpte-product-layout-flipbox-backend{transform:rotateX(-180deg)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover .wpte-product-flip-left-to-right .wpte-product-layout-flipbox-frontend{transform:rotateY(0)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover .wpte-product-flip-left-to-right .wpte-product-layout-flipbox-backend{transform:rotateY(-180deg)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover .wpte-product-flip-right-to-left .wpte-product-layout-flipbox-frontend{transform:rotateY(0)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover .wpte-product-flip-right-to-left .wpte-product-layout-flipbox-backend{transform:rotateY(180deg)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover .wpte-product-flip-top-to-bottom .wpte-product-layout-flipbox-frontend{transform:rotateX(0)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover .wpte-product-flip-top-to-bottom .wpte-product-layout-flipbox-backend{transform:rotateX(180deg)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-layout-flipbox-figure .wpte-product-layout-flipbox-frontend{z-index:-1}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-layout-flipbox-figure .wpte-product-layout-flipbox-backend{z-index:1}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-flip-bottom-to-top .wpte-product-layout-flipbox-frontend{transform:rotateX(180deg)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-flip-bottom-to-top .wpte-product-layout-flipbox-backend{transform:rotateX(0)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-flip-left-to-right .wpte-product-layout-flipbox-frontend{transform:rotateY(180deg)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-flip-left-to-right .wpte-product-layout-flipbox-backend{transform:rotateY(0)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-flip-right-to-left .wpte-product-layout-flipbox-frontend{transform:rotateY(-180deg)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-flip-right-to-left .wpte-product-layout-flipbox-backend{transform:rotateY(0)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-flip-top-to-bottom .wpte-product-layout-flipbox-frontend{transform:rotateX(-180deg)}.wpte-product-layout-flipbox .wpte-product-layout-flipbox-hover:hover .wpte-product-flip-top-to-bottom .wpte-product-layout-flipbox-backend{transform:rotateX(0)}.wpte-product-layout-flipbox .wpte-product-category{text-align:center}.wpte-product-layout-flipbox .wpte-product-category a{color:#fff;display:inline-block;font-size:14px;margin:0 5px;transition:none}.wpte-product-layout-flipbox .wpte-product-category a:hover{color:#bebcbc}.wpte-product-layout-flipbox .wpte-product-title{font-size:22px;margin:10px 0;text-align:center;width:100%}.wpte-product-layout-flipbox .wpte-product-title a{color:#fff;font-size:22px;font-weight:600;line-height:1;transition:none}.wpte-product-layout-flipbox .wpte-product-title a:hover{color:#bebcbc}.wpte-product-layout-flipbox .wpte-product-content{color:#fff;font-size:18px;line-height:1;padding-bottom:5px;text-align:center;width:100%}.wpte-product-layout-flipbox .wpte-product-rating{line-height:1;padding:5px 0}.wpte-product-layout-flipbox .wpte-product-rating .wpte-icons{color:orange;font-size:18px;line-height:1;padding:0 2px}.wpte-product-layout-flipbox .wpte-product-price{font-size:16px;font-weight:600;line-height:1.5em;padding:0 0 15px}.wpte-product-layout-flipbox .wpte-product-button .button,.wpte-product-layout-flipbox .wpte-product-button a{border:0;border-radius:50px 50px 50px 50px;display:inline-block;font-size:16px;line-height:1;min-height:auto;padding:10px 15px;text-transform:none;transition:none}.wpte-product-layout-flipbox .wpte-product-button .button .wpte-icon,.wpte-product-layout-flipbox .wpte-product-button .button i,.wpte-product-layout-flipbox .wpte-product-button a .wpte-icon,.wpte-product-layout-flipbox .wpte-product-button a i{margin-right:5px;transition:none}.wpte-product-layout-flipbox .wpte-product-button .button span,.wpte-product-layout-flipbox .wpte-product-button a span{transition:none}.wpte-product-layout-flipbox:after{content:"";display:block;padding-bottom:100%}.wpte-product-layouts-carousel-wrapper{position:relative}.wpte-product-layouts-carousel-wrapper .wpte-swiper-pagination{position:absolute;text-align:center;z-index:1}.wpte-product-layouts-carousel-wrapper .wpte-swiper-pagination .swiper-pagination-bullet{height:10px;opacity:1!important;width:10px}.wpte-product-layouts-carousel-wrapper .wpte_carousel_arrows{cursor:pointer;display:inline-block;position:absolute;z-index:999}.wpte-product-layouts-carousel-wrapper .wpte_carousel_prev{left:0}.wpte-product-layouts-carousel-wrapper .wpte_carousel_next{right:0}
.inited-add-wishlist::before,.loading::before,.wpte-addtocart-loading::before,.wpte-icon.icon-loading-2{-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;-webkit-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(2n){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}