body div.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7;
    background: #000000;
}
body .mfp-close-btn-in .mfp-close {color: #FFF; top: -43px }

/*=== 1. WOOCOMMERCE - SHOP PAGE ===*/
.eveland-shop-column {
    display: inline-block;
}
.eveland-shop-column a.switch-column {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #F1F1F1;
    color: inherit;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
}
.eveland-shop-column a.switch-column + .switch-column {margin-left: 10px}
.eveland-shop-column a.switch-column.selected {
    background-color: #F1F1F1;
    border-color: transparent;
    color: #000;
}
/*== Shop Heading Banner ==*/
.shop-heading.banner {margin-bottom: 35px}
.shop-heading.banner .breadcrumbs li > a:after {
    font-size: 9px;
    font-weight: 400;
    line-height: 26px;
}
@media (min-width: 1200px) {
    .shop-heading.banner {margin-bottom: 60px}
    .shop-heading.banner .page-title:after {margin-top: 14px}
    .shop-heading.banner .page-title {margin-bottom: 20px}
    .shop-heading.banner .breadcrumbs li > a:after { padding: 0 15px}
}
/*== Shop Control ==*/
.shop-control {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.shop-control::before {
    display: none;
}
.shop-control.top ~ .products {margin-top: 35px}
.shop-control.clearfix.top::after {content: none}
.shop-control > .block-filter-dropdown,
.shop-control > .filter-by-categories,
.shop-control > .shop-list-mode,
.shop-control > .woocommerce-ordering,
.shop-control > .eveland-shop-column {
    align-items: center;
    justify-content: center;
}
.shop-control > * {display: flex; align-items: center;}
.shop-control > .block-filter-dropdown {
    justify-content: flex-start;
    min-width: 120px;
}
.shop-control > .eveland-shop-column,
.shop-control > div:last-child {
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .shop-control {
        flex-direction: column-reverse;
        justify-content: center;}
    .shop-control > .eveland-shop-column, .shop-control > div:last-child {justify-content: center}
    .shop-control > *{
        width: 100%!important;
        max-width: 100% !important;
        margin-bottom: 15px!important;
        padding: 0!important;
        justify-content: center!important;
    }
    .filter-dropdown-content .prdctfltr_woocommerce_ordering::before {left: 50%}
}
/* Shop Control - Chosen-single */
.woocommerce-ordering select.orderby,
.shop-control .chosen-container-single .chosen-single,
.shop-control .chosen-container-single .chosen-single:hover {
    height: 45px;
    border-color: #e0e0e0;
    color: #333333;
    padding-top: 0;
    line-height: 44px;
    font-weight: 600;
    text-align: center;
    border-radius: 46px;
}
.woocommerce-ordering select.orderby{
    padding: 0 20px;
}
.shop-control .chosen-container-single .chosen-single > span {font-size: 14px}
.shop-control .chosen-container-single .chosen-drop {
    margin-top: 2px;
}
.shop-control .chosen-container-single .chosen-single div b:after {
    content: '\f0d7';
    font-family: FontAwesome;
    color: #333;
    font-size: 15px;
    right: 20px;

}
/* Shop Control - Filter-by-categories */
.filter-by-categories {
    overflow-x: auto;
    width: 40%;
    max-width: 40%;
    text-align: center;
    margin-bottom: 0;
}
.filter-by-categories > .cat-item {
    display: inline-block;
    text-align: center;
    font-weight: 600;
}
.filter-by-categories > .cat-item a.cat-item-link {
    position: relative;
    color: #a4a4a4;
    padding: 0;
    line-height: 40px;
    margin: 0 25px;
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px solid transparent;
}
.filter-by-categories > .cat-item.current-cat a.cat-item-link,
.filter-by-categories > .cat-item:hover a.cat-item-link {
    color: #000;
}
@media (min-width: 992px) {
    .filter-by-categories > .cat-item.current-cat a.cat-item-link,
    .filter-by-categories > .cat-item:hover a.cat-item-link {
        border-bottom-color: #000;
    }
}
@media (min-width: 1200px) {
    .filter-by-categories > .cat-item a.cat-item-link  {font-size: 18px}
}
/* Shop Control - Action */
.shop-control .shop-action.shop-list-mode {width: 100px; padding-left: 20px;}
.shop-control > .eveland-shop-column {min-width: 180px}
.shop-control > .woocommerce-ordering {
    width: 220px;
    padding-right: 20px;
}
.shop-control > .shop-action.shop-list-mode,
.shop-control > .eveland-shop-column {
    text-align: right;
}
.shop-control .shop-list-mode .switch-mod {
    font-size: 0;
}
.shop-control .shop-list-mode .switch-mod > i {
    font-size: 16px;
}
.shop-control .shop-list-mode .switch-mod.grid > i {
    font-size: 18px;
    padding: 0;
}
.shop-control .shop-list-mode .switch-mod + .switch-mod {
    padding-left: 25px;
}
.shop-control .shop-action i.eveland-icon {
    font-size: 18px;
    padding-right: 12px;
    float: left;
}
.shop-control .shop-action i.eveland-icon .eveland-icon-filter {
    font-size: 22px;
}
.shop-control .shop-action .show-filter-btn {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
}
.shop-control .shop-action .show-filter-btn:not(:hover) {
    color: #000;
}

/*=== 2. WOOCOMMERCE - PRODUCT ITEM STYLE ===*/
.product-item {list-style: none;}
.product-item .product-thumb {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.product-item .product-thumb .flashs {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
}
.product-item .product-thumb .flashs > span {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 20px;
    color: #f8f8f8;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    float: left;
    margin-bottom: 5px;
}
.product-item .product-thumb .flashs > span:not(:last-child) {
    margin-right: 10px;
}
.product-item .flashs {
    z-index: 3;
}
.product-item .flashs .new {
    background-color: #41cce5;
}
.product-item .flashs .onsale {
    background-color: #ed1c24;
}

.product-item .buttons .added_to_cart {display: none!important;}

.product-item .attribute-select{
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
    float: left;
}
.product-item .attribute-pa_color{
    clear: left;
}
.product-item .attribute-pa_color .change-value{
    width: 16px!important;
    height: 16px!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.product-item .variations {
    margin-top: 13px;
}
.product-item .attribute-pa_color .change-value:hover,
.product-item .attribute-pa_color .change-value.active{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product-item .product-info .product-name {
    margin-bottom: 5px;
    line-height: 16px;
}
.product-item .product-info .product-name a {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
}
.product-item .product-info .price-wrap {
    color: #999999;
    font-weight: 500;
}
.product-item .product-info .price-wrap ins {
    text-decoration: none;
    padding-left: 10px;
}
.product-item .second-thumb {display: none}
.product-item .buttons {
    background-color: #3c3c3c;
    display: table;
    width: 100%;
    padding: 5px 0;
    table-layout: fixed;
}
.product-item .buttons>div{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    text-align: center;
}
.product-item .buttons .feedback{
    display: none;
}
.product-item .buttons .add-to-cart-wapper a,
.product-item .buttons .yith-wcwl-add-to-wishlist a,
.product-item .buttons .compare-button a,
.product-item .buttons .yith-wcqv-button-wapper a,
.product-item .buttons .quick-view-btn a{
    color: #fff;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0;
    display: block;
    font-size: 0;
    margin: 0;
    background-color: transparent;
    border-left: 1px solid #505050;
    line-height: normal;
    padding: 4px 0;
    border-radius: 0;
    min-height: 30px;
}
.product-item .buttons>div:first-child a{
    border: none;
}
.product-item .buttons .yith-wcwl-add-to-wishlist div{
    position: relative;
}
.yith-wcwl-add-to-wishlist .ajax-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
}
.product-item .buttons .add-to-cart-wapper a:before,
.product-item .buttons .yith-wcwl-add-to-wishlist a:before,
.product-item .buttons .compare-button a:before,
.product-item .buttons .yith-wcqv-button-wapper a:before,
.product-item .buttons .quick-view-btn a:before{
    font-family: 'Eveland';
    font-size: 23px;
    line-height: normal;
}
.product-item .buttons .add-to-cart-wapper a:before{
    content: "\e905";
}
.product-item .buttons .yith-wcwl-add-to-wishlist a:before{
    content: "\e903";
    font-size: 22px;
}
.product-item .buttons .compare-button a:before{
    content: "\e917";
    font-size: 22px;
}
.product-item .buttons .quick-view-btn a:before,
.product-item .buttons .yith-wcqv-button-wapper a:before{
    content: "\e90f";
}
.product-item .buttons .hint--top:hover::after {
    -webkit-transform: translateX(-50%) translateY(-22px);
    -moz-transform: translateX(-50%) translateY(-22px);
    transform: translateX(-50%) translateY(-22px);
}
.product-item .buttons .hint--top:hover::before{
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    transform: translateY(-22px);
}
.product-item .buttons .hint--top-right:hover::before {
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    transform: translateY(-22px);

}
.product-item .buttons .hint--top-left:hover::after {

    -webkit-transform: translateX(-100%) translateY(-22px);
    -moz-transform: translateX(-100%) translateY(-22px);
    transform: translateX(-100%) translateY(-22px);

}
.product-item .buttons .hint--top-left:hover::before {
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    transform: translateY(-22px);

}
.product-item .buttons .hint--top-right:hover::after {
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    transform: translateY(-22px);

}

.product-item .product-thumb .second-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-item .product-thumb:not(:hover) .second-thumb{
    opacity: 0;
    visibility: hidden;
}
.product-item:not(:hover) .buttons{
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}
.product-item .buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .product-item .product-thumb {margin-bottom: 20px}
    .product-item .product-thumb .flashs > span { padding: 4px 10px; }
    .product-item {margin-bottom: 35px}
    .product-item .second-thumb {display: inline-block}
}
@media (min-width: 1200px) {
    .product-item {margin-bottom: 40px}
    .product-item .product-thumb {margin-bottom: 20px}
}
@media (max-width: 1199px) {
    .products.row, .eveland-products > .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .products.row > .product-item,
    .eveland-products > .row > .product-item {
        padding: 0 15px;
    }
}
@media (max-width: 479px) {
    .product-item .buttons {padding: 5px 0}
    .product-item .buttons .add-to-cart-wapper a,
    .product-item .buttons .yith-wcwl-add-to-wishlist a,
    .product-item .buttons .compare-button a,
    .product-item .buttons .yith-wcqv-button-wapper a,
    .product-item .buttons .quick-view-btn a {
        display: flex;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    .product-item .buttons .add-to-cart-wapper a:before, .product-item .buttons .yith-wcwl-add-to-wishlist a:before, .product-item .buttons .compare-button a:before, .product-item .buttons .yith-wcqv-button-wapper a:before, .product-item .buttons .quick-view-btn a:before {
        font-size: 18px;
    }
    .product-item .buttons .yith-wcwl-add-to-wishlist a:before {font-size: 17px}
}
/*==============
Product list
================*/

.product-item.list{
    margin-bottom: 0;
}
.drawer-fillter-wrapper.opened .product-item.list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.product-item.list .product-info .product-name{
    margin-bottom: 8px;
}
.product-item.list .product-thumb{
    width: 320px;
    float: left;
    margin-bottom: 0;
}
.product-item.list  .product-info{
    float: right;
    width: calc(100% - 350px);
}
.product-item.list .product-inner{
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}
.product-item.list .star-rating{
    margin-bottom: 5px;
}
.product-item.list .excerpt ul li:before{
    font-family: 'Eveland';
    content: "\e91f";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: inherit;
}
.product-item.list .excerpt ul li{
    list-style: none;
}
.product-item.list .excerpt ul{
    color: #48c8fd;
    margin-bottom: 10px;
}

.product-item.list .product-info .product-name a {
    font-size: 16px;
    line-height: 18px;
}
.product-item.list .product-info .price-wrap {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.product-item.list .excerpt{
    margin-bottom: 18px;
}
.product-item.list .excerpt ul{
    padding-left: 0;
}
.product-item.list .buttons{
    position: static;
    background-color: transparent;
    padding: 8px 0;
    border: 1px solid #d0d0d0;
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
    max-width: 180px;
}
.product-item.list .buttons .add-to-cart-wapper a,
.product-item.list .buttons .yith-wcwl-add-to-wishlist a,
.product-item.list .buttons .compare-button a,
.product-item.list .buttons .yith-wcqv-button-wapper a,
.product-item.list .buttons .quick-view-btn a{
    border-color: #d0d0d0;
}
.product-item.list .buttons .add-to-cart-wapper a:not(:hover),
.product-item.list .buttons .yith-wcwl-add-to-wishlist a:not(:hover),
.product-item.list .buttons .compare-button a:not(:hover),
.product-item.list .buttons .yith-wcqv-button-wapper a:not(:hover),
.product-item.list .buttons .quick-view-btn a:not(:hover){
    color: #000;
}
@media (min-width: 768px) {
    .product-item.list .product-info .product-name a,
    .product-item.list .product-info .price-wrap{
        font-size: 18px;
        line-height: 24px;
    }
    .product-item.list .product-info .product-name{
        margin-bottom: 13px;
    }
    .product-item.list .buttons{
        max-width: 250px;
    }
}
@media (min-width: 992px) {

    .product-item.list .product-info .product-name a,
    .product-item.list .product-info .price-wrap{
        font-size: 22px;
    }
    .product-item.list .product-thumb{
        width: 200px;
    }
    .product-item.list  .product-info{
        width: calc(100% - 230px);
    }

}
@media(min-width: 1200px){
    .product-item.list .product-inner{
        padding: 30px 0;
    }
    .product-item.list .product-thumb{
        width: 270px;
    }
    .product-item.list  .product-info{
        width: calc(100% - 300px);
    }
    .product-item.list .buttons{
        max-width: 380px;
    }
}
.woocommerce-shop .woocommerce-pagination{
    margin-top: 20px;
}
.shop-control .pagination .nav-links {
    margin: 0 auto;
}
.pagination .nav-links > .page-numbers:not(:first-child) {
    border-left: none;
}
.pagination .nav-links > .page-numbers {
    width: 50px;
    height: 50px;
    border: 1px solid #e3e3e3;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #c1c1c1;
}
.pagination .nav-links .next.page-numbers,
.pagination .nav-links .prev.page-numbers{
    font-size: 14px;
}
.pagination .nav-links .page-numbers.current {
    border: 1px solid #000000;
}
.nav-links .prev i:before,
.nav-links .next i:before {
    display: none;
}
.shop-control .woocommerce-pagination,
.shop-control.bottom {
    text-align: center;
}
.woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
}
.woocommerce-pagination ul.page-numbers > li {
    list-style: none;
    margin-left: -1px;
}
.woocommerce-pagination ul.page-numbers > li > * {
    border: 1px solid #e3e3e3;
    height: 40px;
    width: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a4a4a4;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}
.woocommerce-pagination ul.page-numbers > li > a.next,
.woocommerce-pagination ul.page-numbers > li > a.prev {
    font-size: 0;
}
.woocommerce-pagination ul.page-numbers > li > *:hover,
.woocommerce-pagination ul.page-numbers > li > .current {
    border-color: #000000;
    color: #000;
    position: relative;
    z-index: 9;
}
.woocommerce-pagination .next:before {
    content: '\e90e';
    font-family: Eveland;
    font-size: 14px;
}
.woocommerce-pagination .prev:before {
    content: '\e906';
    font-family: Eveland;
    font-size: 14px;
}
.woocommerce  nav.prdctfltr-pagination.prdctfltr-pagination-load-more {
    clear: both;
    display: flex;
    width: 100%;
    justify-content: center;
}
.prdctfltr-pagination-load-more .button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #010101;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    min-width: 200px;
    padding: 12px 15px;
    background-color: transparent;
    border: 2px solid #000;
    display: inline-block;
    text-align: center;
}
.prdctfltr-pagination-load-more .button:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.prdctfltr-pagination-load-more .button::before{
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.prdctfltr-pagination-load-more .button:hover {
    color: #ffffff;
}
@media (min-width: 1200px) {
    .woocommerce-pagination ul.page-numbers > li > * {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}
body.quick-view-opened {
    overflow: hidden;
}
body.quick-view-opened:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}
.quick-view-close {
    font-size: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    z-index: 2;
    top: 20px !important;
    right: 20px !important;
    position: absolute;
    visibility: hidden;

}

/************** eveland-quickview *************/
#eveland-quickview {
    position: fixed;
    max-width: 95%;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 1000;
    transform: translateZ(0);
    background-color: #fff;
    -moz-box-shadow: 0px 2px 30.4px 1.6px rgba(204, 204, 233, 0.5);
    -webkit-box-shadow: 0px 2px 30.4px 1.6px rgba(204, 204, 233, 0.5);
    box-shadow: 0px 2px 30.4px 1.6px rgba(204, 204, 233, 0.5);
}
#eveland-quickview .eveland-product-gallery__wrapper .swiper-container-horizontal{
    margin: 0;
}
#eveland-quickview .slick-arrow{
    border: none;
    width: auto;
    height: auto;
    line-height: inherit;
    background-color: transparent;
    font-size: 30px;
    transform: translateY(-50%);
    margin: 0;
}
#eveland-quickview .slick-arrow.next{
    right: 20px;
}
#eveland-quickview .slick-arrow.prev{
    left: 20px;
}
#eveland-quickview.is-visible {
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.product-item.empty-box {
    visibility: hidden;
}

#eveland-quickview  .eveland-single-product-top{
    position: relative;
    display: block;
}
#eveland-quickview .eveland-product-gallery__wrapper,
#eveland-quickview .summary {
    padding: 0;
}
#eveland-quickview .eveland-product-gallery__wrapper {
    float: left;
    width: 450px;
    max-width: 100%;
}
#eveland-quickview .summary {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px 0 30px 30px;
    height: 100%;
    overflow: auto;
    width: calc(100% - 450px);
    visibility: hidden;
    overflow: hidden;
}
#eveland-quickview .summary button,#eveland-quickview .summary .button,#eveland-quickview .summary input[type="submit"],
.empty-box button,
.empty-box .button,
.empty-box input[type="submit"] {
    transition: visibility 0s ease-in-out;
}
#eveland-quickview.add-content .summary,
#eveland-quickview.add-content .quick-view-close {
    visibility: visible;
}
#eveland-quickview.add-content .quick-view-close i{
    font-size: 14px;
}

/*== 3. WOOCOMMERCE - SHOP FILTER ==*/
/* loadding bar */
.bar-loading{
    display: none;
    margin: -25px auto 0;
    width: 6px;
    height: 6px;
    font-size: 6px;
    position: absolute;
    top: 50%;
    right: 0;
}
.bar-loading > div {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    display: block;
    margin-bottom: 0.6em;
    animation: light-delay 1s infinite ease-in-out;
    -o-animation: light-delay 1s infinite ease-in-out;
    -ms-animation: light-delay 1s infinite ease-in-out;
    -webkit-animation: light-delay 1s infinite ease-in-out;
    -moz-animation: light-delay 1s infinite ease-in-out;
}
.bar-loading div:nth-child(2) {
    animation-delay: -0.65s;
    -o-animation-delay: -0.65s;
    -ms-animation-delay: -0.65s;
    -webkit-animation-delay: -0.65s;
    -moz-animation-delay: -0.65s;
}
.bar-loading div:nth-child(3) {
    animation-delay: -0.42s;
    -o-animation-delay: -0.42s;
    -ms-animation-delay: -0.42s;
    -webkit-animation-delay: -0.42s;
    -moz-animation-delay: -0.42s;
}
.tr-loading{position: relative}
.tr-loading .bar-loading{display: block}
@keyframes light-delay {
    0%,  100% {
        transform:scale(0);
        background-color: rgb(51,51,51);

    }
    50% {
        transform: scale(1);


    }
}
@-o-keyframes light-delay {
    0%,  100% {
        -o-transform:scale(0);
        background-color: rgb(51,51,51);

    }
    50% {
        -o-transform: scale(1);


    }
}
@-ms-keyframes light-delay {
    0%,  100% {
        -ms-transform:scale(0);
        background-color: rgb(51,51,51);

    }
    50% {
        -ms-transform: scale(1);


    }
}
@-webkit-keyframes light-delay {
    0%,  100% {
        -webkit-transform:scale(0);
        background-color: rgb(51,51,51);

    }
    50% {
        -webkit-transform: scale(1);


    }
}
@-moz-keyframes light-delay {
    0%,  100% {
        -moz-transform:scale(0);
        background-color: rgb(51,51,51);

    }
    50% {
        -moz-transform: scale(1);


    }
}

/*== 3.1 Shop Filter Style ==*/
.eveland-filter-sc .prdctfltr_wc {display: none!important;}
.shop-control.top + .prdctfltr_sc .products {margin-top: 30px; margin-bottom: 0}
/*== 3.1.1 Dropdown Filter Style ==*/
.filter-dropdown-content {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    transition: all .6s ease;
    overflow: hidden;
    transform: translateZ(0);
}
.filter-dropdown-content.open{
    max-height: 100vh;
    transition: max-height 0.25s ease-in;
}

.filter-dropdown-content .filter-block-head {display: none}
.filter-dropdown-content .prdctfltr-widget,
.filter-dropdown-content .prdctfltr_wc {margin-bottom: 0}
.filter-dropdown-content .prdctfltr_wc .prdctfltr_filter_inner {display: flex; flex-direction: column}
.filter-dropdown-content+.prdctfltr_sc .products {margin-top: 30px; margin-bottom: 0}

.filter-dropdown-content .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {margin: 0!important;}
.filter-dropdown-content .prdctfltr_checkboxes {max-width: 95%}
.filter-dropdown-content .prdctfltr_woocommerce_ordering {
    display: flex!important;
    flex-direction: column;
}
.filter-dropdown-content .prdctfltr_woocommerce_ordering::before {
    content: '';
    display: inline-block;
    background: none;
    top: -2px;
    left: 100px;
    position: absolute;
    border-color: transparent transparent #f5f5f5 transparent;
    border-width: 12px 8px;
    border-style: solid;
}
.filter-dropdown-content .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
    background: #f5f5f5;
    padding: 20px 5px;
    position: relative;
    margin-top: 22px;
}
.filter-dropdown-content .eveland_filter_content .prdctfltr-widget .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_filter {
    padding-right: 15px;
    padding-left: 15px!important;
}
.filter-dropdown-content .prdctfltr_wc_widget .prdctfltr_collector {
    margin-top: 20px!important;
    margin-bottom: 0!important;
}
@media (min-width: 992px) {
    .filter-dropdown-content .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {padding: 25px 0px 25px 15px}
    .filter-dropdown-content .prdctfltr_wc .prdctfltr_filter_inner {display: flex; flex-direction: row}
    .filter-dropdown-content .prdctfltr_woocommerce_ordering {flex-direction: column-reverse}
    .filter-dropdown-content .prdctfltr_woocommerce_ordering::before {left: 50px}
}
@media (min-width: 1200px) {
    .filter-dropdown-content+.prdctfltr_sc .products {margin-top: 60px;}
    .filter-dropdown-content .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
        padding: 40px 0px 40px 40px;
    }
}
/* Filter Box Title */
.prdctfltr_woocommerce_ordering .widget-title,
.prdctfltr_filter .widgettitle{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: none;
    letter-spacing: 2px;
}
.prdctfltr_woocommerce_ordering .widget-title::after,
.prdctfltr_filter .widgettitle::after {
    width: 55px;
    height: 1px;
    content: '';
    background: #48c8fd;
    display: block;
    margin-top: 15px;
}
@media (min-width: 992px) {
    .prdctfltr_woocommerce_ordering .widget-title, .prdctfltr_filter .widgettitle {
        margin-bottom: 30px;
    }
}
/*== 3.1.2 Canvas Filter Style ==*/
.filter-canvas-content~.prdctfltr_sc .products {margin-top: 30px}
.filter-canvas-content {
    position: fixed;
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    top: 0;
    left: 0;
    z-index: 100;
}
.filter-canvas-content.opened {
    transform: translateX(0);
    z-index: 999;
}
.filter-canvas-content .filter-block-head {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.filter-canvas-content .filter-block-head > span,
.filter-canvas-content .filter-block-head > a {
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.filter-canvas-content .filter-block-head > span {
    font-weight: 600;
}
.filter-canvas-content + .canvas-filter-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.filter-canvas-content.opened + .canvas-filter-overlay {
    opacity: 1;
    visibility: visible;
}
.filter-canvas-content .eveland_filter_content_wrapper {
    display: block;
    background: #FFF;
    padding: 0 15px 15px;
    max-width: 380px;
    position: relative;
    height: 100vh;
    overflow-y: auto;
}
.filter-canvas-content .prdctfltr_wc_widget .prdctfltr_collector {
    margin-top: 0!important;
    margin-bottom: 10px!important;
}
@media (min-width: 1200px) {
    .filter-canvas-content ~.prdctfltr_sc .products {margin-top: 60px}
}
/*== 3.1.3 Drawer Filter Style ==*/
.drawer-fillter-wrapper{
    display: flex;
    margin-top: 25px
}
.drawer-fillter-wrapper .eveland-filter-sc,
.drawer-fillter-wrapper .filter-drawer-content{
    transition: width 0.4s ease;
    transform: translateZ(0);
}
.drawer-fillter-wrapper > div:not(.filter-drawer-content){
    width: 100%;
}
.drawer-fillter-wrapper.opened > div:not(.filter-drawer-content){
    width: calc(100% - 380px);
}
.drawer-fillter-wrapper .filter-drawer-content{
    display: flex;
    width: 0;
    overflow: hidden;
}
.drawer-fillter-wrapper.opened .filter-drawer-content{
    width: 290px;
}
.drawer-fillter-wrapper .filter-drawer-content .eveland_filter_content_wrapper{
    min-width: 290px;
    padding-right: 30px;
}
.filter-drawer-content .filter-block-head {display: none}
.filter-drawer-content  .prdctfltr_wc_widget .prdctfltr_collector {
    margin-top: 0!important;
    margin-bottom: 10px!important;
}
@media (min-width: 1200px) {
    .filter-drawer-content +.prdctfltr_sc .products {margin-top: 30px}
}
@media (min-width: 1200px) {
    .drawer-fillter-wrapper.opened .filter-drawer-content{
        width: 380px;
    }
    .drawer-fillter-wrapper .filter-drawer-content .eveland_filter_content_wrapper{
        min-width: 380px;
    }
}
@media (max-width: 991px) {
    .drawer-fillter-wrapper.opened .product-item.list .product-thumb,
    .drawer-fillter-wrapper.opened .product-item.list .product-info {width: 100%}
    .drawer-fillter-wrapper.opened .product-item.list .product-thumb {margin-bottom: 15px}
}
/*== 3.2 Shop Filter Elements ==*/
/*== 3.2.0 TEXT STYLE Element =*/
.prdctfltr_filter.prdctfltr_terms_customized_text .prdctfltr_customize_border {
    border-width: 1px 1px;
    border-radius: 0;
    padding: 7px 15px;
}
.prdctfltr_filter.prdctfltr_terms_customized_text .prdctfltr_customize_border.prdctfltr_customize {
    line-height: 24px;
    color: #777;
    font-weight: 500;
    margin: 0 8px 0 0;
    border:1px solid #bbbbbb ;
    border-radius: 0;
    box-sizing: unset;
}
.prdctfltr_filter.prdctfltr_terms_customized_text .prdctfltr_customize_border.prdctfltr_customize:hover,
.prdctfltr_filter.prdctfltr_terms_customized_text .prdctfltr_active .prdctfltr_customize_border.prdctfltr_customize {
    background-color: #48c8fd;
    color: #FFF;
    border-color: #48c8fd;
}
@media (min-width: 992px) {
    .prdctfltr_filter.prdctfltr_terms_customized_text .prdctfltr_customize_border.prdctfltr_customize {margin: 0 10px 10px 0;}
}
@media (min-width: 1200px) {
    .prdctfltr_filter.prdctfltr_terms_customized_text .prdctfltr_customize_border.prdctfltr_customize { margin-bottom: 0;}
}
/*== 3.2.1 Categories Element =*/
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter .prdctfltr_checkboxes > label {
    margin-bottom: 0;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label {
    margin-right: 0;
    width: 100%;
    line-height: 30px;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label > span {
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 22px;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label > span:hover,
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label.prdctfltr_active > span {
    color: #48c8fd;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label > span::before,
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label > span::after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 10px 0 0;
    background: #d9d9d9;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label:hover > span::before,
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label:hover > span::after,
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label.prdctfltr_active > span::before,
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label.prdctfltr_active > span::after {
    background: #48c8fd;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label > span::before {
    display: inline-block;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_text label.prdctfltr_active > span::after {
    background: #48c8fd;
    top: 6px;
    left: 0;
    font-size: 0;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label > span .prdctfltr_count {
    background: none;
    border: none;
    font-size: inherit;
    color: #000;
    line-height: 23px;
    height: 23px;
    margin: 0;
    padding: 0 2px;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label > span .prdctfltr_count::before {
    display: inline-block;
    content: "(";
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label > span .prdctfltr_count::after {
    display: inline-block;
    content: ")";
}
.prdctfltr_wc .prdctfltr_filter .prdctfltr_checkboxes label span{
    z-index: 999!important;
}
@media (min-width: 992px) {
    .prdctfltr-widget .prdctfltr_wc .prdctfltr_filter.prdctfltr_cat .prdctfltr_checkboxes > label {line-height: 24px; margin-bottom: 8px}
}
@media (min-width: 1200px) {
    .prdctfltr-widget .prdctfltr_wc .prdctfltr_filter .prdctfltr_checkboxes > label {margin-bottom: 12px;}
}
/*== 3.2.2 Color Element =*/
.prdctfltr_filter.prdctfltr_terms_customized_color .prdctfltr_customize_block {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0 8px 0 0;
}
.prdctfltr_filter.prdctfltr_terms_customized_color .prdctfltr_ft_none .prdctfltr_customize_block {overflow: hidden}
.prdctfltr_filter.prdctfltr_terms_customized_color .prdctfltr_active .prdctfltr_customize_block {
    border-color: #000;
}
.prdctfltr_filter.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
/*== 3.2.3 Size Element =*/
.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.prdctfltr_wc .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    width: 3px!important;
    background: #a4a4a4!important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.eveland_filter_content .prdctfltr_wc.prdctfltr_maxheight .prdctfltr_add_scroll {
    overflow-y: inherit;
    overflow-x: inherit;
}
.prdctfltr_filter.prdctfltr_terms_customized_text.prdctfltr_pa_size .prdctfltr_customize_border.prdctfltr_customize {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    box-sizing: initial;
}

/*== 3.2.4 Price Element --- Remove in Version 1.4.2 - June 2020 =*/
/* 
.prdctfltr_filter.prdctfltr_price .irs-line-mid {background: none}
.prdctfltr_filter.prdctfltr_price .irs-slider {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 22px;
    background: #48c8fd;
}
.prdctfltr_filter.prdctfltr_price .irs-line-left,
.prdctfltr_filter.prdctfltr_price .irs-line-right {background: none}
.prdctfltr_filter.prdctfltr_price .irs-bar,
.prdctfltr_filter.prdctfltr_range .irs-shadow{
    height: 2px;
    top: 28px;
    background: #000000;
}
.prdctfltr_filter.prdctfltr_range .irs-shadow{
    display: block!important;
    width: 100%!important;
}
.prdctfltr_filter.prdctfltr_price .irs-from,
.prdctfltr_filter.prdctfltr_price .irs-to,
.prdctfltr_filter.prdctfltr_price .irs-single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.prdctfltr_filter.prdctfltr_price .irs-from:after {left: 30%}
.prdctfltr_filter.prdctfltr_price .irs-to:after {left: 70%}
*/
/*== 3.2.5 Tags Element =*/
.eveland_filter_content .prdctfltr_filter.prdctfltr_tag .prdctfltr_checkboxes > label > span {
    box-sizing: initial;
    display: inline-block;
}
.eveland_filter_content .prdctfltr_filter.prdctfltr_tag .prdctfltr_checkboxes > label > span::before,
.eveland_filter_content .prdctfltr_filter.prdctfltr_tag .prdctfltr_checkboxes > label > span::after {display: none}
/*== 3.2.6 Scroll Max Height ==*/
.eveland_filter_content .prdctfltr_wc .mCSB_scrollTools .mCSB_draggerRail {background-color: #ddd}
.eveland_filter_content .prdctfltr_wc .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color: #ccc}
/*== 3.3 Filter Result ==*/
.eveland_filter_content .prdctfltr_collector_border > span {
    padding: 0 15px;
    margin: 0 8px 0 0;
    border: none;
    color: #FFF;
    background: #48c8fd;
    border-radius: 18px;
}
.eveland_filter_content .prdctfltr_aftertitle > span,
.eveland_filter_content .prdctfltr_collector > span {
    display: inline-block;
    white-space: nowrap;
    line-height: 34px;
    font-size: 14px;
    margin: 0;
}
.eveland_filter_content .prdctfltr_aftertitle > span a.prdctfltr_title_remove,
.eveland_filter_content .prdctfltr_collector > span a.prdctfltr_title_remove {
    color: #FFF;
    font-weight: normal;
    line-height: 34px;
    margin-left: 5px;
}
@media (min-width: 992px) {
    .eveland_filter_content .prdctfltr_collector_border > span {margin: 0 10px 0 0;}
    .filter-canvas-content .eveland_filter_content .prdctfltr_collector_border > span,
    .filter-drawer-content .eveland_filter_content .prdctfltr_collector_border > span {margin: 0 10px 10px 0;}
}
@media screen and (max-width: 1199px) {

    .eveland_filter_content .prdctfltr_woocommerce_ordering .prdctfltr_filter label {
        font-size: 14px;
    }

    .shop-list-mode .switch-mod + .switch-mod {
        padding-left: 15px;
    }

    .woocommerce-ordering .chosen-container {
        width: auto !important;
    }
}
@media screen and (max-width: 991px) {
    .mobile-button-group .js-drawer-open-cart {
        position: relative;
    }

    .header-icon > span.cart-counter {
        position: absolute;
        top: -9px;
        right: -13px;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #363636;
        border-radius: 50%;
        font-size: 13px;
        color: #fff;
        text-align: center;
        line-height: 20px;
    }



    .filter-dropdown-content .prdctfltr_woocommerce .prdctfltr_filter {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
        width: 100%;
    }

    .filter-dropdown-content .prdctfltr_woocommerce .prdctfltr_filter:last-child {
        padding-bottom: 0;
    }

    .eveland_filter_content .prdctfltr_woocommerce_ordering .prdctfltr_filter label {
        font-size: 16px;
    }

    .eveland-shop-column a.switch-column {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }


    .block-filter-dropdown i.eveland-icon {
        font-size: 20px;
        float: none;
        padding-right: 0;
    }

    .shop-control .shop-action.block-filter-dropdown {
        width: auto;
        padding-right: 30px;
        position: relative;
        top: 3px;
    }

    .shop-control .chosen-container-single .chosen-single,
    .shop-control .chosen-container-single .chosen-single:hover,
    .shop-control .chosen-container-active.chosen-with-drop .chosen-single {
        height: 40px;
        line-height: 40px;
    }

    .shop-control  .chosen-container {
        max-width: 190px !important;
    }

    .shop-list-mode .switch-mod + .switch-mod {
        padding-left: 10px;
    }

    .shop-control .shop-action.shop-list-mode {
        padding-right: 20px;
    }
}

/*=== 4. WOOCOMMERCE - SINGLE PRODUCT PAGE ===*/
.single  a.product-video-button:hover {
    color: #FFF;
}

.shop-single-heading{
    text-align: left;
    margin-bottom: 30px;
}
.shop-single-heading .breadcrumbs{
    text-transform: none;
    color: #666;
    letter-spacing: normal;
}
.shop-single-heading .breadcrumbs a{
    color: #666;
}
.shop-single-heading .breadcrumbs li > a:after{
    font-size: 9px;
}
.single-product .main-container{
    padding-top: 30px;
    padding-bottom: 60px;
}
.single-nav{
    position: fixed;
    top: calc(50% - 40px);
    color: #7b7b7b;
    z-index: 1;
    box-shadow: 0 0 30px -5px rgba(0,0,0,.1);
}
.single-nav__prev-item{
    left: 0;
}
.single-nav__next-item{
    right: 0;
}
.single-nav  .thumb{
    width: 80px;
    float: left;
    position: relative;
    z-index: 10;
}
.single-nav .info{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px 20px;
    background-color: #f9f9f9;
    width: 220px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-nav.single-nav__prev-item .info {
    left: 100%;
}
.single-nav.single-nav__next-item .info {
    right: 100%;
}
.single-nav .product-name{
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.single-nav  .price{
    color: #7b7b7b;
    font-weight: 500;
}
.single-nav:not(:hover) .info{
    opacity: 0;
    visibility: visible;
    box-shadow: none;
}
.single-nav.single-nav__prev-item:not(:hover) .info{
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);

}
.single-nav.single-nav__next-item:not(:hover) .info{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);

}

.eveland-single-product-top .eveland-product-gallery__wrapper{
    width: 680px;
    float: left;
}
.eveland-single-product-top .summary{
    width: calc(100% - 680px);
    float: left;
    padding-left: 40px;
}

.no-sidebar .eveland-single-product-top .summary{
    padding-left: 120px;
}
.single-product-layout-extra-sidebar .eveland-single-product-top .summary{
    padding-left: 40px;
}
.single-product-layout-vertical  .woocommerce-product-gallery ,
.single-product-layout-extra-sidebar  .woocommerce-product-gallery {
    padding-left: 120px;
    position: relative;
}
.eveland-product-gallery__wrapper .swiper-container-horizontal{
    margin-top: 20px;
}

.single-product-layout-large .eveland-product-gallery__wrapper .swiper-container-horizontal{
    margin-top: 0;
}
.eveland-product-gallery__wrapper .swiper-container-horizontal .swiper-wrapper,
.eveland-product-gallery__wrapper .swiper-container-horizontal .swiper-slide {
    height: auto;
}
.single-product-layout-large .eveland-product-gallery__wrapper .swiper-pagination{
    position: absolute;
    bottom: 75px;
    margin: 0;
}
.single-product-layout-large .eveland-product-gallery__wrapper  .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    border: none;
    height: auto;
    width: auto;
    line-height: normal;
    font-size: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: transparent;
}
.single-product-layout-large .eveland-product-gallery__wrapper:hover  .slick-arrow{
    opacity: 1;
    visibility: visible;
}
.single-product-layout-large .eveland-product-gallery__wrapper  .slick-arrow.next{
    right: 50px;
}
.single-product-layout-large .eveland-product-gallery__wrapper  .slick-arrow.prev{
    left: 50px;
}
.single-product-layout-vertical .swiper-thumbs-left,
.single-product-layout-extra-sidebar .swiper-thumbs-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 100%;
    margin-top: 0;
}
.swiper-container li{
    list-style: none;
}
.summary .product_title {
    font-size: 22px;
    font-weight: 400;
    color: #010101;
    margin-bottom: 12px;
}
.summary .price{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 27px;
}
.summary .price del{
    color: #999;
}
.woocommerce-review-link{
    color: #999;
}

.summary .woocommerce-product-rating{
    margin-bottom: 9px;
    overflow: hidden;
}

.summary .woocommerce-product-rating .star-rating{
    float: left;
    margin-top: 5px;
}
.summary .woocommerce-product-details__short-description{
    border-top: 1px solid #e7e7e7;
    padding-top: 23px;
    margin-bottom: 25px;
}

table.variations,
table.variations td{
    border: none;
    padding: 0;
}
table.variations td{
    padding: 20px 0;
}
table.variations tr:first-child td{
    padding-top: 0;
}
table.variations tr:last-child td{
    padding-bottom: 0;
}
table.variations{
    margin-bottom: 30px;
}

table.variations .label{
    width: 55px;
}
table.variations .label{
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
table.variations .label label{
    margin: 0;
    display: block;
    font-weight: 600;
}
table.variations .label label:after{
    content: '';
    display: block;
    height: 2px;
    background-color: #000;
}
table.variations select {
    width: 200px;
    max-width: 100%;
    padding: 10px 20px;
}
table.variations .value{
    padding-left: 25px;
}

table.variations .data-val a{
    display: inline-block;
    border: 1px solid #b0b0b0;
    min-width: 40px;
    padding: 0 10px;
    margin-right: 10px;
    text-align: center;
    color: #868686;
    line-height: 38px;
    font-weight: 500;
    float: left;
}
table.variations .data-val a:hover,
table.variations .data-val a.active{
    background-color: #000;
    color: #fff;
    border-color: #000;
}
table.variations .data-val .change-value:not(.text){
    padding: 0;
    width: 18px!important;
    height: 18px!important;
    line-height: 22px;
    border: none;
    border-radius: 50%;
    min-width: 0px;
    position: relative;
    margin-right: 18px;
    margin-top: 4px;
}

table.variations .data-val .change-value:not(.text) > span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
table.variations  .reset_variations{
    line-height: 26px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

table.variations .data-val .change-value:not(.text).active > span{
    border-color: #000;
}
.quantity{
    display: inline-block;
    width: 70px;
    border: 2px solid #000;
    padding-right: 25px;
    position: relative;
}
.quantity .qty{
    border: none;
    padding: 13px 0;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.quantity .group-buttons{
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 25px;
    margin-top: -12px;
}
.quantity .group-buttons a{
    display: block;
    line-height: 10px;
    font-size: 10px;
    color: #000;
}
.summary .cart{
    margin-bottom: 25px;
}
.summary .cart:before,
.summary .cart:after{
    display: table;
    content: '';
}
.summary .cart:after{
    clear: both;
}
.summary .single_variation{
    margin-bottom: 25px;
}
.summary .cart .button{
    padding: 15px 45px;
    background-color: #000;
    float: left;
    margin-right: 10px;
}
.summary  .product_meta{
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.summary  .product_meta>span{
    display: block;
}
.summary  .product_meta>span span,
.summary  .product_meta>span a{
    color: #999999;
    font-weight: 400;
}
.summary .yith-wcwl-add-to-wishlist .feedback{
    display: none;
}
.summary .yith-wcwl-add-to-wishlist,
.summary .compare-button{
    margin-top: 0;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
}

.summary .yith-wcwl-add-to-wishlist a,
.summary .compare-button a{
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    padding: 0;
    background-color: transparent;
}
.summary .yith-wcwl-add-to-wishlist a:before,
.summary .compare-button a:before{
    font-family: 'Eveland';
    content: "\e903";
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    line-height: normal;
    font-weight: normal;
    vertical-align: middle;
    margin-top: -3px;
}
.summary .compare-button a:before{
    content: '\e917';
}

.product-item-share,
.product-item-share label{
    font-weight: 600;
    color: #333;
    margin: 0;
}
.product-item-share a{
    display: inline-block;
    font-size: 16px;
    color: #b1b1b1;
    margin-left: 15px;
}

.swiper-thumbs-left .swiper-container{
    height: 100%;
}
.swiper-thumbs-left .swiper-container .swiper-slide{
    height: auto;
}
.woocommerce-tabs,
.eveland-box-products{
    margin-top: 60px;
    padding-top: 31px;
    position: relative;
}
.left-sidebar .eveland-box-products,
.right-sidebar .eveland-box-products,
.left-sidebar .woocommerce-tabs,
.right-sidebar .woocommerce-tabs{
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}
.no-sidebar .eveland-box-products:before,
.no-sidebar .woocommerce-tabs:before,
.no-sidebar .eveland-box-products:after,
.no-sidebar .woocommerce-tabs:after{
    content: '';
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    width: 10000px;
    top: 0;
    left: 0;
}
.no-sidebar .woocommerce-tabs:after,
.no-sidebar .eveland-box-products:after{
    left: inherit;
    right: 0;
}
.wc-tabs{
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
}
.wc-tabs table.shop_attributes{
    margin: 0;
}
.wc-tabs li{
    list-style: none;
    display: inline-block;
}
.wc-tabs li a{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 13px 35px;
    border-radius: 50px;
}
.wc-tabs li.active a{
    color: #fff;
}
.eveland-box-products{
    padding-top: 50px;
}
.eveland-box-products .box-head {
    margin-bottom: 50px;
    text-align: center;
}
.eveland-box-products .box-head .title{
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #010101;
}
.swiper-slide .product-item{
    margin-bottom: 0;
}
ins{
    text-decoration: none;
}
.no-gallery-image .woocommerce-product-gallery{
    padding-left: 0;
}

.single-product-layout-horizontal .woocommerce-product-gallery{
    padding: 0;
}
.single-product-gallery .single-product-gallery-item{
    margin-bottom: 50px;
}
.single-product-gallery .single-product-gallery-item:last-child{
    margin-bottom: 0;
}

.single-product-layout-gallery .single-product-gallery {
    margin: 0 -7px;
}
.single-product-layout-gallery .single-product-gallery .single-product-gallery-item{
    padding: 0 7px;
    margin-top: 14px;
    float: left;
    width: 50%;
    margin-bottom: 0;
}
.single-product-layout-gallery .single-product-gallery .single-product-gallery-item:first-child{
    margin-top: 0;
    width: 100%;
}

.no-sidebar .single-product-layout-large .eveland-single-product-top{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw)
}
.single-product-layout-large .eveland-single-product-top .eveland-product-gallery__wrapper{
    width: 60%;
}

.no-sidebar .single-product-layout-large .eveland-single-product-top .eveland-product-gallery__wrapper{
    width: 960px;
}
.no-sidebar .single-product-layout-large .eveland-single-product-top .summary{

    width: calc(100% - 960px);
}
.single-product-layout-large .eveland-single-product-top .summary{
    width: 40%;
    padding-left: 40px;
}
.no-sidebar .single-product-layout-large .eveland-single-product-top .summary{
    padding-left: 80px;
}
.product_size_chart__wapper{
    margin-bottom: 30px;
}
.product_size_chart__wapper a{
    background-color: #f3f3f3;
    display: inline-block;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 30px;
    color: #a8a8a8;
}
.product_size_chart__wapper a:before{
    font-family: 'Eveland';
    content: "\e91c";
    font-size: 22px;
    margin-right: 10px;
    color: #000;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    margin-top: -3px;
}
.product-360-view-wrapper{margin:100px auto;max-width:800px;position:relative;}
.product-360-view-wrapper.mfp-hide{display:block!important;visibility:hidden;opacity:0;position:absolute;}
.eveland-threed-view::after{border-color:rgba(175,175,175,0.05) rgba(175,175,175,0.1) rgba(175,175,175,0.15);border-radius:50%;border-style:solid;border-width:2px 2px 5px;bottom:15px;content:"";height:50%;left:15px;position:absolute;right:15px;z-index:10}
.eveland-threed-view{cursor:ew-resize;margin:0 auto;overflow:hidden;position:relative}
.eveland-threed-view .threed-view-images{display:none;list-style:outside none none;margin:0;padding:0}
.eveland-threed-view .threed-view-images img.current-image{visibility:visible;z-index:9}
.eveland-threed-view .threed-view-images img.previous-image{visibility:hidden}
.eveland-threed-view .threed-view-images img{height:auto;position:absolute;top:0;width:100%;left:0;}
.eveland-threed-view .nav_bar{bottom:40px;box-shadow:0 1px 8px 2px rgba(0,0,0,0.15);left:50%;background:#fff;position:absolute;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);padding:2px 6px;border-radius:5px;z-index:11}
.eveland-threed-view .nav_bar a{display:inline-block;text-decoration:none;width:45px;font-size:0;text-align:center;vertical-align:middle;}
.eveland-threed-view .nav_bar a::after{font-family:"FontAwesome";font-size:18px;position:relative;vertical-align:middle;}
.eveland-threed-view .nav_bar a.nav_bar_play::after{content:"\f04b";}
.eveland-threed-view .nav_bar a.nav_bar_stop::after{content:"\f04c";}
.eveland-threed-view .nav_bar a.nav_bar_previous::after{content:"\f053";}
.eveland-threed-view .nav_bar a.nav_bar_next::after{content:"\f054";}

.product-360-button,
.product-video-button{
    line-height: 50px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 0 25px;
    display: inline-block;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 3px 8px 18px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 3px 8px 18px 0px rgba(0,0,0,0.06);
    box-shadow: 3px 8px 18px 0px rgba(0,0,0,0.06);
    color: #48c8fd;
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 20px;
}
.product-360-button:before,
.product-video-button:before{
    font-family: 'Eveland';
    content: "\e91b";
    font-size: 27px;
    line-height: normal;
    vertical-align: middle;
    margin-right: 10px;
}
.product-video-button:before{
    content: "\e91d";
}
.eveland-product-gallery__wrapper{
    position: relative;
}
.single-product-layout-vertical .product-360-button,
.single-product-layout-extra-sidebar .product-360-button,
.single-product-layout-extra-sidebar .product-video-button,
.single-product-layout-vertical .product-video-button{
    left: 140px;
    bottom: 20px;
    top: inherit;
}
.yith-wfbt-section{
    border: 2px solid #e8e8e8;

    margin-top: 60px;
}
.yith-wfbt-section .yith-wfbt-form-title{
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 500;

}
.yith-wfbt-section .yith-wfbt-items{
    margin: 0;
    list-style: none;
    color: #666;
    margin-top: 45px;
    float: left;
    width: 100%;
}
.yith-wfbt-section .yith-wfbt-images .image_plus{
    width: 40px;
    font-size: 24px;
    color: #999999;
}
.yith-wfbt-section .yith-wfbt-items li{
    line-height: 14px;
    margin-bottom: 20px;
    position: relative;
}
.yith-wfbt-section .yith-wfbt-items li:last-child{
    margin-bottom: 0;
}
.yith-wfbt-section .yith-wfbt-items li:before{
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #d7d7d7;
    margin-right: 10px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
}
.yith-wfbt-section .yith-wfbt-items li:after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    left: 4px;
    top: 5px;
}
.yith-wfbt-section .yith-wfbt-items label{
    margin: 0;
}
.yith-wfbt-submit-block{
    float: right;
    text-align: center;
}

.woocommerce div.product .yith-wfbt-items .price {
    color:#41cce5;
    font-size: 14px;
}
.woocommerce div.product .yith-wfbt-items .price del{
    color: #999;

}
.yith-wfbt-form{
    display: table;
    width: 100%;
}
.yith-wfbt-form .block-left,
.yith-wfbt-form .block-right{
    display: table-cell;
    vertical-align: middle;
    padding: 35px;
}
.yith-wfbt-form .block-right{
    border-left: 1px solid #e8e8e8;
}
.yith-wfbt-submit-block{
    float: none;
}
.yith-wfbt-section .yith-wfbt-images td{
    padding: 0;
}
.yith-wfbt-section .yith-wfbt-images{
    margin: 0;
}
.yith-wfbt-submit-block .price_text .total_price{
    font-size: 30px;
    color: #48c8fd;
}
.yith-wfbt-submit-block .price_text>span{
    display: block;
    line-height: normal;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    font-size: 0;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 3px 8px 18px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 3px 8px 18px 0px rgba(0,0,0,0.06);
    box-shadow: 3px 8px 18px 0px rgba(0,0,0,0.06);
    color: #48c8fd;
}
.woocommerce-product-gallery__trigger:before{
    font-family: 'Eveland';
    content: "\e91e";
    font-size: 22px;
    line-height: inherit;
}
.woocommerce-product-details__short-description ul li{
    list-style: none;
}
.woocommerce-product-details__short-description ul {
    color: #48c8fd;
}
.woocommerce-product-details__short-description ul li:before{
    font-family: 'Eveland';
    content: "\e91f";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: inherit;
}

/****/
.single-product-layout-extra-sidebar .eveland_widget_featured_box {margin-bottom: 20px}
.single-product-layout-extra-sidebar .eveland_widget_featured_box:first-child {margin-top: 30px}
.eveland_widget_featured_box .content-box {
    border: 2px solid #dbdbdb;
    padding: 25px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: border 0.25s linear 0.25s;
    -moz-transition: border 0.25s linear 0.25s;
    -ms-transition: border 0.25s linear 0.25s;
    -o-transition: border 0.25s linear 0.25s;
    transition: border 0.25s linear 0.25s;
}
.eveland_widget_featured_box .content-box:hover {
    border-color: #000000;
}
.eveland_widget_featured_box .content-box .icon > span {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    margin-right: 20px;
}
.eveland_widget_featured_box .content-box .content-text h3 {
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
}
.eveland_widget_featured_box .content-box .content-text .text{
    color: #a8a8a8;
    font-size: 14px;
}
@media (min-width: 992px) {
    .single-product-layout-extra-sidebar .eveland_widget_featured_box {margin-bottom: 30px}
    .single-product-layout-extra-sidebar .eveland_widget_featured_box:first-child {margin-top: 0}
}
/* MY ACCOUT*/
.woocommerce-MyAccount-navigation{
    width: 320px;
    float: left;
    padding: 30px;
    background-color: #fafafa;

}
.woocommerce-MyAccount-navigation li{
    list-style: none;
    line-height: 40px;
}
.woocommerce-MyAccount-content table .button:not(:last-child){
    margin-bottom: 10px;
}
.woocommerce-MyAccount-content{
    overflow: hidden;
    padding-left: 40px;
}
form .input-text {
    width: 100%;
}
.form-row label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
form  p:last-child{
    margin-bottom: 20px;
}

.woocommerce-form-login,
.woocommerce-form-register{
    border: 1px solid #ddd;
    padding: 30px;
    min-height: 500px;

}
.woocommerce-form-login>h2,
.woocommerce-form-register>h2{
    margin-bottom: 30px;
}

table.cart th,
table.cart td{
    padding: 25px 20px;
}
table.cart th{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 20px;

}
table.cart .product-thumbnail{
    width: 150px;
    padding-left: 40px;
}
table.cart td{
    border-left: none;
    border-right: none;
}
.cart-actions{
    margin-bottom: 30px;
}
.woocommerce-cart-form .coupon,
.woocommerce-cart-form .cart-collaterals{
    border: 1px solid #e3e3e3;
    padding: 41px 40px 63px 40px;
    overflow: hidden;
    margin-bottom: 30px;
}
.woocommerce-cart-form .cart_totals >h2,
.woocommerce-cart-form .coupon>h3{
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    float: left;
    padding: 17px 20px 17px 0;
}
.cart-collaterals .cart_totals .shop_table  th,
.cart-collaterals .cart_totals .shop_table  td ,
.woocommerce-checkout-review-order .shop_table  td ,
.woocommerce-checkout-review-order .shop_table  th {
    border-width: 0 0 1px 0;
    padding: 17px 0;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}
.cart-collaterals .cart_totals .shop_table ,
.woocommerce-checkout-review-order .shop_table {
    border: none;
}
.cart-actions:before,
.cart-actions:after{
    content: '';
    display: table;
}
.cart-actions:after{
    clear: both;
}
.cart-actions .button{
    float: right;
    margin-right: 10px;
}
.cart-actions .button:first-child{ margin-right: 0 }
.woocommerce-form-login-toggle  .woocommerce-info ,
.woocommerce-form-coupon-toggle  .woocommerce-info {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 26px 15px;
    margin-bottom: 50px;
    background-color: transparent;
    color: #a9a9a9;
    border: 1px solid #e3e3e3;
}
.woocommerce-form-login-toggle ,
.woocommerce-form-coupon-toggle {
    width: 100%;
}
.woocommerce-checkout,
.woocommerce-notices-wrapper{
    clear: left;
}
.woocommerce-checkout .no-sidebar .page-main-content,
.woocommerce-cart  .no-sidebar .page-main-content{
    max-width: 1040px;
    margin: 0 auto;
}
form.woocommerce-checkout .col-1,
form.woocommerce-checkout .col-2{
    max-width:100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
}
form.woocommerce-checkout .col2-set{
    margin: 0;
}
#customer_details,
.woocommerce-checkout-review-order-wrap{
    padding: 58px 80px 36px 80px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    margin-bottom: 50px;
}
.woocommerce-billing-fields>h3,
.woocommerce-additional-fields>h3,
.woocommerce-checkout-review-order-wrap>h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 49px;
}
.woocommerce-additional-fields{
    margin-top: 30px;
}

/* WIDGETS*/
.product_list_widget li{overflow:hidden;list-style:none;border-bottom:1px solid #f1f1f1;padding:20px 0;position:relative;}
.product_list_widget li:last-child{padding-bottom:0;border:none;}
.product_list_widget figure,
.product_list_widget img {
    width:80px;
    float:left;
    margin-right:15px;
}
.product_list_widget .product-title{font-size:14px;color:#000;font-weight:400;margin-bottom:0;}
.product_list_widget .woocommerce-Price-amount{color:#000000;font-weight:600;}
.product_list_widget .product-title,
.product_list_widget .star-rating{display:block;}

.product_list_widget del .woocommerce-Price-amount {
    color: #999;
}
.widget_product_categories ul li a,
.widget_layered_nav ul li a{
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 9px 0;
}
.widget_layered_nav ul li a:before,
.widget_product_categories ul li a:before{
    font-family: 'Eveland';
    content: "\e90e";
    color: #d4d4d4;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}
.widget.widget_product_categories .widgettitle,
.widget.widget_layered_nav .widgettitle{
    margin-bottom: 14px;
}
.widget.widget_product_categories ,
.widget.widget_layered_nav {
    margin-bottom: 34px;
}
.widget_product_categories .select2-container,
.widget_layered_nav .select2-container{
    margin-top: 16px;
    margin-bottom: 16px;
}
.widget_product_search .search-field{
    margin-bottom: 20px;
}

.widget_price_filter .price_slider{height:3px;background-color:#e1e1e1;position:relative;width:calc(100% - 14px);border-radius:3px;}
.widget_price_filter .ui-slider-range{height:3px;position:absolute;}
.widget_price_filter .ui-slider-handle{width:14px;height:14px;background-color:#000;position:absolute;top:-6px;border-radius:50%;}
.widget_price_filter .price_slider_amount{margin-top:20px;position:relative;padding-top:30px;}
.widget_price_filter .price_slider_amount .price_label{position:absolute;top:0;left:0;width:100%;font-size:0;color:#a1a1a1;}
.widget_price_filter .price_slider_amount .price_label > span{font-size:14px;margin-right:15px;display:inline-block;}

.sidebar .widget_shopping_cart .widget_shopping_cart_content{padding:0;}
.sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons .button{
    padding:10px 15px;
    width: calc(50% - 5px);
}
.sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout{
    float: right;
}
.widget_shopping_cart .wcppec-cart-widget-button{
    margin-top: 10px;
    text-align: center;
    display: block;
}
.sidebar .widget_shopping_cart  .woocommerce-mini-cart__total{
    margin-bottom: 0;
    padding: 15px 0;
}
.sidebar .widget.widget_shopping_cart .widgettitle{
    margin-bottom: 10px;
}
.sidebar .widget_shopping_cart .cart_list{
    margin-bottom: 0;
}
.sidebar .widget_shopping_cart .mini-cart-head{
    display: none;
}
.sidebar .widget_shopping_cart  .mini_cart_item {
    overflow:hidden;list-style:none;border-bottom:1px solid #f1f1f1;padding:20px 0;position:relative;
}
.sidebar .widget_shopping_cart  .mini_cart_item .thumb{
    width: 80px;
    float: left;
}
.sidebar .widget_shopping_cart  .mini_cart_item .info{
    overflow: hidden;
    padding-left: 15px;
}
.sidebar .widget_shopping_cart  .mini_cart_item .product-title{
    font-size: 14px;
}
.commentlist .review{
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    padding: 45px 0;
    overflow: hidden;
}
.commentlist .review:first-child{
    padding-top: 0;
}
.commentlist .review .avatar{
    width: 60px;
    float: left;
    margin-right: 20px;
}
.commentlist .review .comment-text{
    overflow: hidden;
    overflow: hidden;
}
.woocommerce-Reviews-title{
    font-size: 22px;
    color: #333;
    margin-bottom: 40px;
    margin-top: 50px;
}
.woocommerce-review__author{
    color: #000;
}.comment-form-rating{margin-bottom:38px;}
.comment-form-rating .stars{margin:0;}
.comment-form-rating label{margin:0;margin-right:60px;font-size:14px;font-weight:700;color:#000000;}
.comment-form-rating .stars a{display:inline-block;padding:0 10px;font-size:0;line-height:normal;color:#e1e1e1;}
.comment-form-rating .stars a:hover,
.comment-form-rating .stars a.active{color:#ffd015;}
.comment-form-rating .stars a:before{font-family:'FontAwesome';font-size:14px;content:'\f005';letter-spacing:2px;}
.comment-form-rating .stars .star-2:before{content:'\f005\f005';}
.comment-form-rating .stars .star-3:before{content:'\f005\f005\f005';}
.comment-form-rating .stars .star-4:before{content:'\f005\f005\f005\f005';}
.comment-form-rating .stars .star-5:before{content:'\f005\f005\f005\f005\f005';}
.comment-form-rating .stars a:first-child{padding-left:0;}
.comment-form-rating .stars a:last-child{padding-right:0;}

#review_form textarea,
#review_form input[type="text"],
#review_form input[type="email"]
{
    width: 100%;
}
/*=============== Contact form =================*/
.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap textarea{
    border-radius: 0;
    border: 1px solid #ebebeb;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.wpcf7-form .wpcf7-form-control-wrap input:focus,
.wpcf7-form .wpcf7-form-control-wrap textarea:focus{
    border-color: #666666;
    color: #666666;
}
.wpcf7-form > p > label{
    font-size: 16px;
    color: #333333;
    width: 100%;
    display: block;
    margin-bottom: 0px;
}
.wpcf7-form > p > label .wpcf7-form-control-wrap{
    margin-top: 10px;
    width: 100%;
    display: block;
}

/*igrowl notification add to cart*/
.single-product .igrowl[alert-placement*="bottom"]{ margin-bottom: 60px!important;}

.single-product-deal-countdown .box-count{
    padding: 0;
}
.eveland-countdown.single-product-deal-countdown .box-count{
    padding: 0 10px;
}
.eveland-countdown.single-product-deal-countdown .box-count.days{
    padding-left: 0;
}
.eveland-countdown.single-product-deal-countdown .box-count.secs{
    padding-right: 0;
}
.eveland-countdown.single-product-deal-countdown .box-count .num{
    font-size: 30px;
    padding: 0;
}
.eveland-countdown.single-product-deal-countdown .box-count .text{
    font-size: 10px;
    letter-spacing: 0;
}
.eveland-countdown.single-product-deal-countdown .box-count:not(:first-child) .num::before {
    width: 13px;
}
.eveland-countdown.single-product-deal-countdown{
    margin-bottom: 25px;
}

/*==================REPONSIVE=========================*/
@media (max-width: 1500px){
    .eveland-single-product-top .eveland-product-gallery__wrapper,
    .eveland-single-product-top .summary{
        width: 50%;
    }
    .no-sidebar .eveland-single-product-top .summary,
    .no-sidebar .single-product-layout-large .eveland-single-product-top .summary{
        padding-left: 40px;
    }
    .no-sidebar .single-product-layout-large .eveland-single-product-top .eveland-product-gallery__wrapper,
    .single-product-layout-large .eveland-single-product-top .eveland-product-gallery__wrapper{
        width: 50%;
    }
    .no-sidebar .single-product-layout-large .eveland-single-product-top .summary,
    .single-product-layout-large .eveland-single-product-top .summary{
        width: 50%;
    }

}
@media (max-width: 1024px){
    .single-product-layout-vertical .swiper-thumbs-left,
    .single-product-layout-extra-sidebar .swiper-thumbs-left{
        width: 50px;
    }
    .single-product-layout-vertical .woocommerce-product-gallery,
    .single-product-layout-extra-sidebar .woocommerce-product-gallery{
        padding-left: 60px;
    }
    .single-product-layout-large .eveland-product-gallery__wrapper .swiper-pagination {bottom: 50px;}

    .no-gallery-image .woocommerce-product-gallery {padding-left: 0;}

}
@media (max-width: 991px){
    .single-nav-wrapper{
        display: none;
    }
    .shop-control > .eveland-shop-column,
    .shop-control > .filter-by-categories{
        display: none;
    }
    .woocommerce-MyAccount-navigation{
        width: auto;
        float: none;
        margin-bottom: 40px;
    }
    .woocommerce-MyAccount-content{
        overflow: auto;
        padding-left: 0;
    }
}
@media (max-width: 767px){
    .eveland-single-product-top .eveland-product-gallery__wrapper,
    .eveland-single-product-top .summary,
    .no-sidebar .eveland-single-product-top .summary, .no-sidebar .single-product-layout-large .eveland-single-product-top .summary ,
    .no-sidebar .single-product-layout-large .eveland-single-product-top .eveland-product-gallery__wrapper, .single-product-layout-large .eveland-single-product-top .eveland-product-gallery__wrapper{
        width: 100%;
        padding: 0;
    }
    .eveland-single-product-top .summary{
        margin-top: 40px;
    }
    .single-product .white-size-guid {padding: 20px; margin: 15px}
    .wc-tabs li,
    .wc-tabs li a{
        display: block;
        text-align: center;
    }
    .yith-wfbt-form{
        overflow: hidden;
    }
    .yith-wfbt-form,
    .yith-wfbt-form .block-left,
    .yith-wfbt-form .block-right{
        display: block;
        border: none;
    }
    .yith-wfbt-form .block-left,
    .yith-wfbt-form .block-right{
        padding: 10px;
        float: left;
        width: 100%;
    }
    .yith-wfbt-form .block-right{
        border-top: 1px solid #ddd;
    }
    .yith-wfbt-submit-block .yith-wfbt-submit-button {
        color: #ffffff;
        padding: 10px 20px;
        font-size: 12px;
        letter-spacing: 0px;
        background-color: #000
    }
    .yith-wfbt-section .yith-wfbt-images .image_plus{
        width: 10px;
        font-size: 14px;
    }
    .yith-wfbt-section .yith-wfbt-items li::before,
    .yith-wfbt-section .yith-wfbt-items li::after{
        display: none;
    }
    .no-sidebar .single-product-layout-large .eveland-single-product-top{
        width: 100%;
        margin: 0;
    }
    .product-item.list .product-thumb{
        width: 150px;
    }
    .product-item.list .product-info{
        width: calc(100% - 170px);
    }
    .product-item.list .buttons{
        max-width: 250px;
        padding: 5px 0;
    }
    .product-item.list,
    .products.row > .product-item.list{
        margin-bottom: 0;
    }
    .product-item.list .buttons .yith-wcwl-add-to-wishlist a:before{
        font-size: 20px;
    }
    .product-item.list .buttons .yith-wcwl-add-to-wishlist a:before,
    .product-item.list .buttons .compare-button a:before,
    .product-item.list .buttons .yith-wcqv-button-wapper a:before,
    .product-item.list .buttons .quick-view-btn a:before{
        font-size: 20px;
    }
    .single-product-layout-large .eveland-product-gallery__wrapper .swiper-pagination {bottom: 30px}

    /*Cart page*/
    table.cart, table.cart tbody, table.cart tr, table.cart td{
        display: block;
        width: 100%;
    }
    table.cart{ border: none }
    table.cart td{
        padding: 10px 0;
        border: none;
        border-top: 1px solid #ebebeb;
    }
    table.cart td:first-child{
        border-top: none;
        padding: 0;
    }
    table.cart:last-child{ padding-bottom: 0;}
    table.cart tr{ position: relative; padding: 15px; border: 1px solid #ebebeb;  margin-bottom: 30px}
    table.cart thead{ display: none }
    table.cart .product-thumbnail{ width: 100%; padding-left: 0; margin-bottom: 30px}
    table.cart td:before {
        content: attr(data-title);
        text-align: left;
        font-size: 16px;
        color: #000;
        float: left;
        padding-right: 10px;
        font-weight: 500;
    }
    table.cart .quantity .qty{ padding: 0; }
    table.cart .quantity{
        width: 120px;
        height: 44px;
        border-radius: 40px;
        display: flex;
    }

    table.cart .product-quantity{ display: flex; justify-content: space-between }
    table.cart .product-quantity::before{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    table.cart .quantity .group-buttons {
        position: absolute;
        top: 50%;
        right: 5px;
        bottom: auto;
        width: 15px;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    table.cart .product-remove{
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        border: none;
    }
    table.cart .product-remove a{
        width: inherit;
        height: inherit;
        display: inline-block;
        text-align: center;
        color: #333;
        font-size: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .08);
        -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .08);
        box-shadow: 0 15px 20px rgba(0, 0, 0, .08);
    }
    .woocommerce-cart-form .cart_totals >h2, .woocommerce-cart-form .coupon>h3{
        font-size: 20px;
        padding-top: 0px;
    }
    .cart-collaterals .cart_totals .shop_table .order-total{
        border-bottom: 1px solid #e3e3e3;
    }
    .woocommerce-cart-form .cart-collaterals .cart_totals  tr:first-child{
        border-top: 1px solid #e3e3e3;;
    }
    .woocommerce-cart-form .coupon, .woocommerce-cart-form .cart-collaterals{
        padding: 15px;
    }
    .woocommerce-cart-form .coupon, .woocommerce-cart-form .cart-collaterals{
        margin-bottom: 40px;
    }
    #coupon_code{ height: 44px }
    .cart-collaterals .cart_totals .shop_table th{padding: 6px 0}
    .woocommerce-MyAccount-content .select2-container .select2-selection--single,
    .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered{
        height: 44px;
    }
    /*==============Contact form ===================*/
    .wpcf7-form .wpcf7-form-control-wrap input{
        height: 44px;
    }
    .wpcf7-form .wpcf7-form-control-wrap input,
    .wpcf7-form .wpcf7-form-control-wrap textarea{
        padding: 9px 15px;
    }
    .wpcf7-form .wpcf7-submit{ min-width: 150px }

    /*Checkout*/
    .woocommerce-billing-fields>h3,
    .woocommerce-additional-fields>h3,
    .woocommerce-checkout-review-order-wrap>h3{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #customer_details, .woocommerce-checkout-review-order-wrap{
        padding: 15px;
        margin-bottom: 30px;
    }
    .woocommerce-form-login-toggle .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info{
        margin-bottom: 30px;
    }
    .woocommerce-checkout-review-order-table strong.product-quantity{
        display: block;
    }
    .woocommerce-checkout-review-order-table .cart-subtotal{
        border-top: #e3e3e3 1px solid;
    }
    .woocommerce-checkout-review-order-table thead{
        border-bottom: #e3e3e3 1px solid;
    }
    .woocommerce-checkout-review-order-table tbody .product-total{
        vertical-align: top;
    }
    .woocommerce-form-login, .woocommerce-form-register{
        min-height: auto;
        margin-bottom: 30px;
        padding: 15px;
    }
}
@media (max-width: 480px) {
    .filter-by-categories .single-product .main-container {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .single-product .shop-single-heading {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .product-item.list .product-thumb,
    .product-item.list .product-info{
        width: 100%;
    }
    .product-item.list .product-thumb {margin-bottom: 15px}
    .woocommerce-product-gallery__trigger {
        top: 10px;
        right: 10px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.3);
    }
    .woocommerce-product-gallery__trigger:before {font-size: 17px}

    .cart-actions .button{
        margin-bottom: 10px;
        margin-right: 0;
        clear: both;
    }
    .cart-actions .button:last-child{
        margin-bottom: 0;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }
}
/* Version 1.4.2 - June 2020 */
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_range.pf_rngstyle_thin .irs-bar {
    height: 2px;
    background: #333;
    top: 38px;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_range.pf_rngstyle_thin .irs-slider {
    height: 15px;
    width: 15px;
    background: #48c8fd;
    top: 31px;
    border-radius: 50%;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_range.pf_rngstyle_thin .irs-line {
    top: 36px;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_range.pf_rngstyle_thin .irs-line > span {
    height: 2px;
    background: #bbb;
    top: 2px;
}
/* Product Category - Type(None) */
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_product_cat label>span:before {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    border: 1px double #ccc;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_product_cat label.prdctfltr_active > span:before {
    width: 12px;
    height: 12px;
    border: 1px solid #48c8fd;
    background: #48c8fd;
}
.prdctfltr_wc .prdctfltr_filter label > span .prdctfltr_count {
    height: 16px;
    line-height: 15px;
    font-size: 10px;
    padding: 0 3px;
    border: 1px solid #eee;
    color: #bbb;
}
.filter-dropdown-content .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
    display: none;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color.prdctfltr_2_columns
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color.prdctfltr_3_columns {
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color.prdctfltr_inline  {
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color label.prdctfltr_ft_none {
    display: none!important;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color.prdctfltr_side_lables label .prdctfltr_customize_block {
    background: none;
    border: none;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color:not(.prdctfltr_side_lables) label .prdctfltr_customize_block {
    width: 24px;
    height: 24px;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color label .prdctfltr_customize_block .prdctfltr_customize_color {
    width: 24px;
    height: 24px;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color:not(.prdctfltr_side_lables) label .prdctfltr_customize_block .prdctfltr_customize_color {
    width: 18px;
    height: 18px;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color label .prdctfltr_customize_block .prdctfltr_customize_color_text {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    border: 1px solid #ccc;
    width: 24px;
    height: 24px;
    box-sizing: content-box;
    border-radius: 50%;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_color_text {
    border: 1px solid #222!important;
    padding: 2px!important;
    box-shadow: none!important;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_color_text_tip {
    color: #222;
    font-weight: 500;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_filter.prdctfltr_pa_color label .prdctfltr_customize_block .prdctfltr_customize_color_text > span {
    border-radius: 50%;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_collector  .prdctfltr_title_selected {
    padding: 0 15px;
    margin: 0 8px 0 0;
    border: none;
    color: #FFF;
    background: #48c8fd;
    border-radius: 18px;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_collector  .prdctfltr_title_selected .prdctfltr_title_remove {
        color: #FFF;
    font-weight: normal;
    line-height: 34px;
    margin-left: 5px;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_collector  .prdctfltr_title_selected .prdctfltr_selected_title {
    display: inline-block;
    white-space: nowrap;
    line-height: 34px;
    font-size: 14px;
    margin: 0;
    color: #FFF;
}
.prdctfltr_wc .prdctfltr_filter_wrapper .prdctfltr_buttons {
    display: none;
}
@media (max-width: 991px) {
    .prdctfltr_filter.prdctfltr_terms_customized_text .prdctfltr_customize_border.prdctfltr_customize,
    .prdctfltr-widget .prdctfltr_wc .prdctfltr_filter .prdctfltr_checkboxes > label {
        margin-bottom: 5px
    }
}