/**handles:printful-product-size-guide,wpte-font-picker,wpte-cart-icon-style,wpte-product-layouts-style,wpte-cart-icon-animation-style,woocommerce-photo-reviews-style,wcpr-masonry-style,wcpr-swipebox-css**/
.pf-size-guide-modal-wrapper{position:fixed;z-index:2147483648;padding:20px;top:0;width:100%;height:100%;left:0;background:rgba(0,0,0,.6);box-sizing:border-box}.pf-size-guide-modal{background-color:#fff;width:100%;height:100%;max-width:900px;overflow:hidden;overflow-y:auto;position:relative;margin:auto}.pf-size-guide-modal__close{height:30px;width:30px;cursor:pointer;border:0;background:0 0;padding:0;-webkit-appearance:none;float:right;background:0 0!important}.pf-size-guide-modal__header{width:100%;box-sizing:border-box;padding:15px}.pf-size-guide-modal__title{float:left;font-weight:700;margin:0;clear:none}.pf-size-guide-modal__close img{height:30px;width:30px}.pf-size-guide-modal__content{padding:15px}.pf-size-guide-modal__content h4{margin:24px 0 16px}.pf-size-guide-modal__content p{margin:0 0 10px}.pf-size-guide-modal-size-chart{overflow-x:auto}.pf-product-size-guide__tabs{white-space:nowrap}.pf-product-size-guide__tabs,.pf-size-guide-modal-size-chart__tabs{list-style:none;padding:0;margin:0;box-shadow:inset 0 -1px 0 0 #e5e5e5}.pf-product-size-guide__tab{cursor:pointer;vertical-align:bottom;margin-right:8px;display:inline-block;padding:12px 16px;border:1px solid #f8f8f8;border-bottom:1px solid #e5e5e5}.pf-product-size-guide__tab.pf-product-size-guide__tab--active{border:solid 1px #e5e5e5;border-bottom:none}.pf-size-guide-modal-size-chart__tab{font-size:15px;font-weight:700;border:solid 1px transparent;cursor:pointer;vertical-align:bottom;margin-right:8px;display:inline-block;padding:12px 8px;text-transform:capitalize}.pf-size-guide-modal-size-chart__tab.pf-size-guide-modal-size-chart__tab--active{box-shadow:inset 0 -3px #222;font-weight:700}.pf-size-guide-modal-measurements{padding:15px 0}.pf-size-guide-modal-measurements__description{float:left;width:65%;position:relative}.pf-size-guide-modal-measurements__image{position:relative;width:35%;padding:5px;text-align:center;float:left}@media only screen and (max-width:960px){.pf-size-guide-modal-measurements__description,.pf-size-guide-modal-measurements__image{float:none;display:block;width:100%}.pf-product-size-guide__tabs{overflow-x:scroll}}.pf-size-guide-modal-size-chart__table{border-collapse:collapse;width:100%;overflow-x:auto}.pf-size-guide-modal-size-chart__table thead{text-transform:uppercase;font-weight:700}.pf-size-guide-modal-size-chart__table tr{border:none;border-collapse:collapse}.pf-size-guide-modal-size-chart__table td{border:none;border-bottom:1px solid #e5e5e5;font-size:16px;text-transform:uppercase;padding:12px 8px}.pf-size-guide-modal-clear{clear:both}
.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://focusonthefaith.com/wp-content/plugins/product-layouts/assets/icons/wpte-cart-icon.eot?24366621');src:url('https://focusonthefaith.com/wp-content/plugins/product-layouts/assets/icons/icons/wpte-cart-icon.eot?24366621#iefix') format('embedded-opentype'),url('https://focusonthefaith.com/wp-content/plugins/product-layouts/assets/icons/wpte-cart-icon.woff2?24366621') format('woff2'),url('https://focusonthefaith.com/wp-content/plugins/product-layouts/assets/icons/wpte-cart-icon.woff?24366621') format('woff'),url('https://focusonthefaith.com/wp-content/plugins/product-layouts/assets/icons/wpte-cart-icon.ttf?24366621') format('truetype'),url('https://focusonthefaith.com/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)}}
@font-face{font-family:"woocommerce-photo-reviews";src:url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.eot);src:url("https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.eot?#iefix") format("embedded-opentype"),url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.woff) format("woff"),url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.ttf) format("truetype"),url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.svg) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"woocommerce-photo-reviews";src:url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.svg) format("svg")}}.rtl .wcpr-stars-count{padding-left:0;padding-right:20px}.wcpr-stars-count{padding-left:20px;font-size:10px;width:-webkit-fill-available;width:-moz-available}.wcpr-stars-count .wcpr-row{display:inline-block;font-size:0;width:100%;height:22px}.wcpr-stars-count .wcpr-row>div{vertical-align:middle;font-size:14px;display:inline-block;text-align:center;box-sizing:border-box;padding-left:5px}.wcpr-stars-count .wcpr-row .wcpr-col-rank-count{width:50px;white-space:nowrap}.wcpr-stars-count .wcpr-row .wcpr-col-process{width:calc(100% - 50px - 84px)}.wcpr-stars-count .wcpr-row .wcpr-col-star{width:84px;font-size:14px}.wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating{width:100%;font-size:14px}.wcpr-stars-count .wcpr-row .wcpr-col-star:before,.wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating:before{color:#ffb600;opacity:0.3!important}.wcpr-stars-count .wcpr-row .wcpr-col-star span:before,.wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating span:before{color:#ffb600}.wcpr-stars-count .wcpr-row .wcpr-col-number{width:16px;display:none}.wcpr-html{overflow:hidden}.rate-percent-bg .rate-percent-bg-1{position:absolute;text-align:center;width:100%;color:#fff;z-index:2}.rate-percent-bg .rate-percent{height:100%;position:absolute;top:0;left:0;z-index:1;border-radius:3px}.rate-percent-bg{position:relative;height:6px;background-color:rgb(0 0 0 / .1);display:inline-block;width:100%;vertical-align:middle;font-size:0;border-radius:3px;overflow:hidden}.wcpr-modal-light-box,.wcpr-modal-light-box *{box-sizing:border-box}.wcpr-col-star .star-rating:before,.wcpr-col-star .star-rating span:before,.wcpr-overall-rating-right-star .star-rating:before,.wcpr-overall-rating-right-star .star-rating span:before{font-size:inherit;letter-spacing:1px!important}.wcpr-overall-rating-and-rating-count{width:100%;padding-bottom:30px}#comments .wcpr-overall-rating-and-rating-count{display:inline-flex!important}.wcpr-overall-rating-and-rating-count h2{display:inline;white-space:nowrap}.wcpr-overall-rating-main{display:flex;align-items:center}.wcpr-overall-rating-left{padding:15px 10px;text-align:center;vertical-align:middle;background:#2d2b2b;color:#fff;border-radius:3px;font-size:16px;margin:10px 1px}.wcpr-overall-rating-right{padding-left:10px;text-align:left}.wcpr-overall-rating-main .wcpr-overall-rating-right .wcpr-overall-rating-right-total{float:none;clear:both;white-space:nowrap}.rtl .wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating{float:right}.wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating{width:5.5em;font-size:14px;float:left}.product .woocommerce-product-rating .star-rating:before,.commentlist .comment-text .star-rating:before,.wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating:before{color:#ffb600;opacity:0.3!important}.product .woocommerce-product-rating .star-rating span:before,.commentlist .comment-text .star-rating span:before,.wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating span:before{color:#ffb600}.wcpr-filter-container{padding:0;margin:20px 0;text-align:center;justify-content:center;flex-wrap:wrap}#comments .wcpr-filter-container{display:flex!important}.wcpr-filter-button{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:2px;padding:10px 15px;display:inline-block;margin:10px 5px;font-size:15px;font-weight:300;line-height:1;color:#fff;background-color:rgb(0 0 0 / .5);transition:all 300ms ease-in-out 0s}.wcpr-filter-button:hover{color:#fff;background-color:rgb(0 0 0 / .8)!important}.wcpr-filter-container .wcpr-filter-button.wcpr-active{background-color:#000}.wcpr-filter-button.wcpr-filter-button-images:before{font-family:"woocommerce-photo-reviews";content:"\f109"}.wcpr-filter-button.wcpr-filter-button-verified:before{font-family:"woocommerce-photo-reviews";content:"\f10a"}.wcpr-filter-button:before{margin:0 5px 0 0!important;font-size:inherit!important}.wcpr-filter-container ul.wcpr-filter-button-ul{list-style-type:none;position:absolute;z-index:999;margin:10px 0 0 0;left:-1px;padding:0;display:none}.wcpr-filter-button-wrap:hover ul.wcpr-filter-button-ul{display:block}.wcpr-filter-button-wrap{position:relative;display:inline-block;width:125px}li.wcpr-filter-button-li{margin:0!important;display:inline-block}li.wcpr-filter-button-li a{margin:0;width:125px}@media screen and (max-width:680px){#comments .wcpr-overall-rating-and-rating-count{display:inline-block!important}.wcpr-overall-rating-main{justify-content:center}.wcpr-overall-rating{text-align:center}.wcpr-stars-count{margin:0;padding:0}.wcpr-stars-count .wcpr-row>div{padding:0}}.wcpr-comment-form-images label{display:block}.wcpr-comment-form-images .wcpr_image_upload{max-width:100%}.wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:flex-end}.wcpr-comment-form-images .wcpr_image_upload{width:100%;margin-bottom:10px}.wcpr-input-file-container .wcpr-input-file-wrap{margin-top:10px;margin-bottom:10px}.wcpr-comment-form-images .wcpr-selected-image{width:30%;max-width:128px;margin-bottom:10px}.wcpr-comment-form-images .wcpr-selected-image-name{width:100%;overflow:hidden;text-overflow:ellipsis;font-size:.8em;white-space:nowrap}.wcpr-hidden{display:none!important}.wcpr-comment-form-error{color:red;display:inline-grid;white-space:break-spaces!important}.reviews-videos{height:auto}.reviews-images{height:auto}
@font-face{font-family:"woocommerce-photo-reviews";src:url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.eot);src:url("https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.eot?#iefix") format("embedded-opentype"),url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.woff) format("woff"),url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.ttf) format("truetype"),url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.svg) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"woocommerce-photo-reviews";src:url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/fonts/woocommerce-photo-reviews.svg) format("svg")}}.wcpr-grid{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:20px;margin-bottom:20px;box-sizing:border-box;-webkit-backface-visibility:hidden;-webkit-font-smoothing:antialiased!important;font-smoothing:antialiased!important;-webkit-transform:translateZ(0) scale(1,1);transform:translateZ(0)}.wcpr-grid *{box-sizing:border-box}.wcpr-grid.wcpr-masonry-2-col{-webkit-column-count:2;-moz-column-count:2;column-count:2}.wcpr-grid.wcpr-masonry-3-col{-webkit-column-count:3;-moz-column-count:3;column-count:3}.wcpr-grid.wcpr-masonry-4-col{-webkit-column-count:4;-moz-column-count:4;column-count:4}.wcpr-grid.wcpr-masonry-5-col{-webkit-column-count:5;-moz-column-count:5;column-count:5}.wcpr-grid-item{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid-column;background-color:rgb(231 231 231 / .95);margin-bottom:20px;padding-bottom:5px;overflow:hidden;border-radius:2px;color:#000;cursor:zoom-in;font-size:14px}.wcpr-content:first-child{margin-top:0}.wcpr-comment-author{margin:5px 0 5px;padding:0;font-weight:700}.wcpr-modal-wrap .wcpr-comment-author{margin:0 0 5px}.wcpr-comment-author:before{content:"\f104";font-family:"woocommerce-photo-reviews";padding:0 5px 0 0}.wcpr-content .star-rating span{height:22px}.wcpr-stars-count .star-rating:before,.wcpr-content .review-content-container .star-rating:before,.wcpr-stars-count .star-rating span:before,.wcpr-content .review-content-container .star-rating span:before{color:#ffb600}.wcpr-content .review-content-container .star-rating:before,.wcpr-stars-count .star-rating:before,.wcpr-modal-wrap .wcpr-modal-content .star-rating:before{opacity:0.3!important}.wcpr-modal-wrap .wcpr-modal-content .star-rating:before,.wcpr-modal-wrap .wcpr-modal-content .star-rating span:before{color:#ffb600}.wcpr-comment-author .wcpr-icon-badge{color:#B1E335}.wcpr-comment-author .wcpr-icon-badge:before{font-family:"woocommerce-photo-reviews"!important;content:"\f10a"!important;font-style:normal!important}.rtl .wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap .wcpr-modal-content .star-rating,.rtl .wcpr-grid .wcpr-grid-item .wcpr-content .review-content-container .star-rating{float:right}.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap .wcpr-modal-content .star-rating,.wcpr-grid .wcpr-grid-item .wcpr-content .review-content-container .star-rating{font-size:14px;margin:0;width:5.5em;float:left;letter-spacing:1px}.wcpr-review-content{width:100%;display:inline-block;font-size:14px;font-weight:300;line-height:1.5}.wcpr-content .review-content-container .wcpr-review-content{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;text-align:justify}.reviews-images-wrap-left{display:none;width:30px;height:140px;margin:0;float:left;padding:5px 0}#reviews-content-left,#reviews-content-right{position:relative;z-index:9920;max-height:500px;overflow:auto;display:flex}.reviews-images-wrap-right{width:100%}.reviews-images-wrap-right .reviews-images{width:100%}.reviews-images-container{width:100%;display:inline-block;padding:0;position:relative}.reviews-images-container .images-qty{text-align:center;background-color:#212121;color:#fff;position:absolute;bottom:6px;right:6px;font-size:14px;width:24px;height:24px;line-height:24px;border-radius:50%}.review-content-container{width:100%;margin:0 auto;padding:0 15px 0 15px;display:inline-block}.reviews-images{border-radius:2px 2px 0 0;margin:0 auto;display:block}.wcpr-modal-light-box{display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:9911}.wcpr-modal-light-box-wrapper{position:absolute;top:0;right:0;left:0;bottom:0;z-index:99999;text-align:center;display:flex;justify-content:center;align-items:center}.wcpr-modal-light-box .wcpr-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9915;background-color:rgb(55 55 55 / .9)}.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close{position:absolute;top:-50px;right:-50px;font-size:35px;cursor:pointer;color:#fff;transition:0.3s ease;line-height:35px;padding:5px;z-index:9922}.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close:before{font-family:"woocommerce-photo-reviews";content:"\f101"}.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close:hover,.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close:focus{background:rgb(255 255 255 / .2)}.wcpr-modal-wrap-container .wcpr-prev,.wcpr-modal-wrap-container .wcpr-next{cursor:pointer;position:absolute;top:45%;width:auto;padding:22px 7px;margin-top:-50px;color:#fff;font-size:35px;transition:0.6s ease;border-radius:0 3px 3px 0;user-select:none;-webkit-user-select:none;z-index:9922}.wcpr-modal-wrap-container .wcpr-next{right:-49px;border-radius:3px 0 0 3px}.wcpr-modal-wrap-container .wcpr-next:before{font-family:"woocommerce-photo-reviews";content:"\f105"}.wcpr-modal-wrap-container .wcpr-prev{left:-49px;border-radius:3px 0 0 3px}.wcpr-modal-wrap-container .wcpr-prev:before{font-family:"woocommerce-photo-reviews";content:"\f106"}.wcpr-modal-wrap-container .wcpr-prev:hover,.wcpr-modal-wrap-container .wcpr-next:hover{background:rgb(255 255 255 / .2)}.rtl .wcpr-modal-wrap{text-align:right}.wcpr-modal-wrap{max-width:1000px;vertical-align:middle;z-index:9999;position:relative;display:flex;width:100%;box-sizing:border-box;text-align:left;border-radius:2px;font-size:0;line-height:1.5;background-color:#fefefe;min-height:100px}#reviews-content-left{height:auto;text-align:center;overflow:hidden;box-sizing:border-box;margin:auto;padding:0;vertical-align:middle;border-radius:2px 0 0 2px;width:50%;position:relative;flex-direction:column}#reviews-content-left #reviews-content-left-modal{width:100%;flex-direction:row;display:flex;font-size:0;text-align:center;align-items:center;justify-content:space-evenly}#reviews-content-left #reviews-content-left-modal .reviews-images-wrap{display:flex;width:36px;max-height:36px;box-sizing:border-box;padding:0;overflow:hidden;align-items:center;margin-bottom:4px;margin-top:4px}#reviews-content-left.wcpr-no-images+#reviews-content-right{width:100%}#reviews-content-left.wcpr-no-images{display:none}#reviews-content-left-main{max-height:500px;width:100%;display:flex;align-items:center;justify-content:center}.reviews-images-wrap-right .wcpr-review-image-caption,#reviews-content-left-main .wcpr-review-image-container .wcpr-review-image-caption{position:absolute;width:100%;bottom:0;text-align:center}#reviews-content-left-main .wcpr-review-image-container{position:relative}#reviews-content-left-main .reviews-images{max-height:450px;cursor:zoom-in}@media (max-height:600px){#reviews-content-left-main .reviews-images{max-height:calc(80vh - 50px)}}#reviews-content-right{margin:0;width:45%;height:auto;border-radius:0 2px 2px 0;vertical-align:top;padding:0;font-size:14px;color:#000;flex-wrap:wrap;background-color:inherit}#reviews-content-right .reviews-content-right-meta{margin:0 30px 20px 30px;width:100%;height:auto;border-radius:2px;display:inline-block;background-color:inherit}.reviews-content-right-meta .review-content-container-top{background-color:inherit;position:sticky;top:0;padding-top:20px;z-index:1}p.kt-verified-owner{margin:0}@media (max-width:1080px){.wcpr-grid.wcpr-masonry-5-col{column-count:4}}@media (max-width:880px){.wcpr-grid,.wcpr-grid.wcpr-masonry-5-col{column-count:3}}@media (max-width:680px){.wcpr-grid,.wcpr-grid.wcpr-masonry-3-col,.wcpr-grid.wcpr-masonry-4-col,.wcpr-grid.wcpr-masonry-5-col{column-count:2}}@media (max-width:600px){.wcpr-modal-light-box-wrapper{display:flex;justify-content:center;align-items:center}.wcpr-modal-light-box-wrapper:before{height:0!important}.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap #reviews-content-right{width:100%;max-height:unset}.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap #reviews-content-left #reviews-content-left-modal .reviews-images-wrap{margin:0;width:36px;height:36px}.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap #reviews-content-left #reviews-content-left-modal{position:unset;width:100%;display:flex;justify-content:space-evenly;align-items:center;flex-direction:row}.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap #reviews-content-left #reviews-content-left-main{width:100%!important}.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-close{top:-40px;right:-35px;font-size:25px}.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap #reviews-content-left{width:100%;display:flex;flex-wrap:wrap;padding:0!important}.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap{display:flex;flex-wrap:wrap;overflow:auto}.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap .wcpr-modal-content .star-rating,.wcpr-grid .wcpr-grid-item .wcpr-content .review-content-container .star-rating{margin:0 0 5px}.wcpr-modal-light-box .wcpr-modal-wrap-container .wcpr-close{right:-20px}#reviews-content-right .wcpr-single-product-summary,#reviews-content-right .reviews-content-right-meta{margin:0 20px 20px 20px}}.wcpr-single-product-summary form table tr td{background-color:unset}.wcpr-single-product-summary .cart .quantity{float:left;margin-right:.875em}#reviews #comments .comment-text .meta .woocommerce-review__verified{font-size:0}.wcpr-html{overflow:hidden}html.wcpr-noscroll{position:fixed;overflow-y:scroll;width:100%}.wcpr-modal-light-box .wcpr-modal-wrap-container{display:flex;justify-content:center;position:relative;max-width:1000px;max-height:80%;width:80%}span.wcpr-comment-child-author-name{font-weight:600}.wcpr-comment-children{border-top:1px solid rgb(1 1 1 / .1);margin-top:10px;padding:5px 0}.wcpr-grid-item .wcpr-comment-child-content{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:justify}.wcpr-review-rating{display:flex;justify-content:space-between;flex-wrap:wrap;line-height:1em;padding:5px 0}.wcpr-review-date{font-style:italic;font-size:.8em}.reviews-videos{height:auto!important}.reviews-videos.reviews-videos-youtube{min-height:180px}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.wcpr-swipebox-html.wcpr-swipebox-touch{overflow:hidden!important}#wcpr-swipebox-overlay img{border:none!important}#wcpr-swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#wcpr-swipebox-container{position:relative;width:100%;height:100%}#wcpr-swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#wcpr-swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#wcpr-swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#wcpr-swipebox-slider .slide .swipebox-video-container,#wcpr-swipebox-slider .slide .wcpr-swipebox-inline-container,#wcpr-swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#wcpr-swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#wcpr-swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#wcpr-swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#wcpr-swipebox-slider .slide-loading{background:url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/images/loader.gif) center center no-repeat}#wcpr-swipebox-bottom-bar,#wcpr-swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#wcpr-swipebox-bottom-bar{bottom:-50px}#wcpr-swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#wcpr-swipebox-top-bar{top:-50px}#wcpr-swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#wcpr-swipebox-title{display:block;width:100%;text-align:center}#wcpr-swipebox-close,#wcpr-swipebox-next,#wcpr-swipebox-prev{background-image:url(https://focusonthefaith.com/wp-content/plugins/woo-photo-reviews/images/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#wcpr-swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#wcpr-swipebox-prev{background-position:-32px 13px;float:left}#wcpr-swipebox-next{background-position:-78px 13px;float:right}#wcpr-swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.wcpr-swipebox-no-close-button #wcpr-swipebox-close{display:none}#wcpr-swipebox-next.disabled,#wcpr-swipebox-prev.disabled{opacity:.3}.wcpr-swipebox-no-touch #wcpr-swipebox-overlay.rightSpring #wcpr-swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.wcpr-swipebox-no-touch #wcpr-swipebox-overlay.leftSpring #wcpr-swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.wcpr-swipebox-touch #wcpr-swipebox-container:after,.wcpr-swipebox-touch #wcpr-swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.wcpr-swipebox-touch #wcpr-swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.wcpr-swipebox-touch #wcpr-swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.wcpr-swipebox-touch #wcpr-swipebox-overlay.leftSpringTouch #wcpr-swipebox-container:before,.wcpr-swipebox-touch #wcpr-swipebox-overlay.rightSpringTouch #wcpr-swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#wcpr-swipebox-close{right:10px}#wcpr-swipebox-arrows{width:92%;max-width:800px}}#wcpr-swipebox-overlay{background:#0d0d0d}#wcpr-swipebox-bottom-bar,#wcpr-swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#wcpr-swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}