/*==============================* / 
1. WOOCOMMERCE - SHOP PAGE
2. WOOCOMMERCE - PRODUCT ITEM STYLE
3. WOOCOMMERCE - SHOP FILTER
4. WOOCOMMERCE - SINGLE PRODUCT PAGE
4.1 SINGLE PRODUCT ELEMENTS
4.2 SINGLE PRODUCT LAYOUTS
    Layout: Single Vertical Thumbnails
    Layout: Single Horizontal Thumbnails
    Layout: Single Sticky Details
    Layout: Single Sticky Center
    Layout: Single With Background
    Layout: Single Gallery Basic
    Layout: Single Gallery Modern
    Layout: Single Slider Large
    Layout: Single Slider Center
    Layout: Single Slider Gallery
    Layout: Single Extra Sidebar
/* ================================*/
.main-container.shop-page {
    padding-bottom: 65px;
}

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
}

ul.products.col-gap-20 {
    margin: 0 -10px;
}

ul.products.col-gap-20 .product-item {
    padding: 0 10px;
}

.products.urus-masonry .grid-sizer, .products.urus-masonry .grid-item {
    width: 25%;
    list-style: none;
}

.products.urus-masonry .grid-sizer {
    margin: 0;
}

.products.urus-masonry .grid-item--width2x {
    width: 50%;
}

.products.urus-masonry {
    margin: 0 -20px;
}

.products.urus-masonry .grid-item {
    padding: 0 20px;
}

.filter-loadding-wapper {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.filter-loadding-wapper .filter-loadding {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #000;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    transition: all 800ms ease;
}

.filter-loadding-wapper.active .filter-loadding {
    width: 100%;
    -webkit-transition: all 950ms ease;
    -moz-transition: all 950ms ease;
    transition: all 950ms ease;
}

.filter-loadding-wapper.active {
    visibility: visible;
    opacity: 0.3;
}

/*Cart page EMPTY*/
.woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop {
    text-align: center;
}

.woocommerce-cart .cart-empty {
    position: relative;
    padding: 50px 0;
}

/*=== 1. WOOCOMMERCE - SHOP PAGE ===*/
.urus-shop-column {
    display: inline-block;
}

.urus-shop-column a.switch-column {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #232529;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: #232529;
}

.urus-shop-column a.switch-column {
    margin-right: 5px;
}

.urus-shop-column + .woocommerce-ordering {
    margin-left: 5px;
}

.urus-shop-column a.switch-column.selected {
    background-color: #232529;
    border-color: #232529;
    color: #fff;
}

/*== 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;
}

.product-subcategory-wapper {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 80px;
    margin-top: 44px;
}

.product-subcategory-wapper .sub-cat-item {
    text-align: center;
}

.product-subcategory-wapper .sub-cat-item .info {
    padding: 5px 0;
}

.product-subcategory-wapper .sub-cat-item .image {
    margin-bottom: 11px;
}

.product-subcategory-wapper .sub-cat-item img {
    border-radius: 100%;
}

.product-subcategory-wapper .sub-cat-item .name {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-subcategory-wapper .sub-cat-item .name a {
    color: #232529;
}

.product-subcategory-wapper .sub-cat-item .count {
    line-height: 20px;
    font-size: 14px;
    color: #83868c;
    display: block;
}

.product-subcategory-wapper .sub-cat-item:after {
    content: '';
    display: block;
    height: 3px;
    margin-top: 6px;
    width: 0%;
    transition: width 0.4s linear 0s;
    -webkit-transition: width 0.4s linear 0s;
    -o-transition: width 0.4s linear 0s;
}

.product-subcategory-wapper .sub-cat-item:hover:after, .product-subcategory-wapper .sub-cat-item.current-cat:after {
    width: 100%;
}

.product-subcategory-wapper .slick-arrow {
    background-color: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    line-height: normal;
    font-weight: 400;
    top: 50px;
    opacity: 1;
    visibility: visible;
    font-size: 24px;
    color: #232529;
}

.product-subcategory-wapper.nav-center:hover .slick-arrow.next {
    right: 0px;
}

.product-subcategory-wapper.nav-center .slick-arrow.next .urus-icon::before {
    content: "\e91c";
}

.product-subcategory-wapper.nav-center .slick-arrow.prev .urus-icon::before {
    content: "\e923";
}

.product-subcategory-wapper.nav-center:hover .slick-arrow.prev {
    left: 0px;
}

.shop-heading.banner {
    padding-top: 245px;
    padding-bottom: 200px;
}

.shop-heading.banner.has-categories {
    padding: 175px 0 70px;
}

.shop-heading.dark .page-title::after {
    background-color: #fff;
}

.shop-heading.dark .page-title, .shop-heading.dark .breadcrumbs, .shop-heading.dark .breadcrumbs li:last-child, .shop-heading.dark .breadcrumbs a {
    color: #fff;
}

.shop-heading.dark:not(.display-categories-mini) .product-subcategory-wapper .sub-cat-item .name a {
    color: #fff;
}

.shop-heading.dark:not(.display-categories-mini) .product-subcategory-wapper .sub-cat-item .count {
    color: #dedede;
}

.shop-heading.dark:not(.display-categories-mini) .product-subcategory-wapper .slick-arrow {
    color: #fff;
}

.shop-heading.overlay::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.shop-heading.overlay .inner {
    position: relative;
    z-index: 10;
}

.product-subcategory-wapper.mini {
    position: absolute;
    z-index: 1;
    left: 0;
    margin: 0;
    width: 100%;
    bottom: 0;
    max-width: 100%;
    background-color: #eff1f4;
}

.product-subcategory-wapper.mini .inner {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    padding: 0 55px;
}

.product-subcategory-wapper.mini .sub-cat-item .image {
    display: none;
}

.product-subcategory-wapper.mini .sub-cat-item {
    padding: 25px 0;
}

.product-subcategory-wapper.mini .sub-cat-item .inner {
    padding: 0 20px;
    position: relative;
}

.product-subcategory-wapper.mini .sub-cat-item.swiper-slide-visible + .sub-cat-item.swiper-slide-visible .inner {
    border-left: 1px solid #d0d3d9;
}

.shop-heading {
    position: relative;
}

.shop-heading.display-categories-mini.has-categories {
    padding-bottom: 250px;
    padding-top: 200px;
}

.product-subcategory-wapper.mini .slick-arrow {
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-subcategory-wapper.mini .sub-cat-item::after {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.shop-heading.simple {
    background-color: #eff1f4;
    padding: 26px 0;
    text-align: left;
}

.shop-heading.simple .woocommerce-breadcrumb.breadcrumbs {
    justify-content: flex-start;
}

.shop-heading.simple .page-title {
    margin-bottom: 0;
}

.shop-heading.simple .page-title::after {
    display: none;
}

.shop-heading-simple .main-container {
    padding-top: 0;
}

.shop-layout-background-modern {
    background-color: #f6f6f6;
}

.shop-layout-background-modern .shop-heading.banner {
    margin-bottom: 0;
}

.shop-layout-background-modern .container__inner {
    background-color: #fff;
    padding: 35px 55px;
    padding-bottom: 50px;
    max-width: 1520px;
    margin-top: -197px;
    position: relative;
    z-index: 1;
}

.shop-layout-background-modern .product-subcategory-wapper {
    margin-top: 0;
    margin-bottom: 40px;
}

.shop-layout-background-modern .shop-heading.banner {
    padding-bottom: 275px;
}

@media (min-width:1200px) {
    .shop-heading.banner {
        margin-bottom: 40px
    }

    .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 12px
    }

}

/*== Shop Control ==*/
.shop-control {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    margin-bottom: 20px;
}

.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 > .urus-shop-column {
    align-items: center;
    justify-content: center;
}

.shop-control > .block-filter-canvas {
    justify-content: flex-start;
}

.shop-control > * {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
}

.shop-control > .block-filter-dropdown {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 120px;
}

.shop-control > .block-filter-drawer {
    justify-content: flex-start;
    align-items: flex-start;
}

.shop-control > .urus-shop-column, .shop-control > div:last-child {
    justify-content: flex-end;
}

.shop-control #urus-infload-controls {
    margin: 0 auto;
}

.urus-filter-accordion {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.urus-filter-accordion>li {
    display: inline-block;
    list-style: none;
}

.urus-filter-accordion>li a {
    font-size: 14px;
    color: #232529;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.filter-accordion-content ~ .urus-filter-active {
    margin-bottom: 20px;
}

.filter-accordion-content .filter-widget-item {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    transition: all .6s ease;
    overflow: hidden;
    transform: translateZ(0);
    margin: 0;
}

.filter-accordion-content .filter-widget-item .widgettitle {
    display: none;
}

.filter-accordion-content .filter-widget-item.opened {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
    margin-bottom: 40px;
}

.filter-accordion-content .widget-content {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
}

.filter-accordion-content .widget-content > ul {
    display: flex;
    margin-bottom: 30px;
}

.filter-accordion-content .widget-content > ul.product-categories, .filter-accordion-content .widget-content > ul.fiter-prices {
    margin-bottom: 20px;
}

.accordion-filter-all {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 100000;
    width: 320px;
    transform: translateX(100%);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.filter-accordion-content .widget-content > ul > li {
    margin-right: 30px
}

.filter-accordion-content .woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a {
    margin-right: 0
}

.filter-accordion-content .widget_product_categories .toggle-cat {
    text-align: center;
}

.filter-accordion-content .urus_widget_price_filter .widget-content > form {
    padding-top: 15px;
    max-width: 290px
}

.accordion-filter-all.opened, .accordion-filter-all.open {
    transform: translateX(0);
}

.filter-accordion-content .woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-color::before, .filter-accordion-content .woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-color::after {
    display: none;
}

.accordion-filter-all-content .widget-inner, .accordion-filter-all-content .widget-content {
    padding-top: 10px;
}

.accordion-filter-all-content .widget-content .clear-button {
    background: none;
    color: #000;
    padding: 0;
}

.accordion-filter-all-content .widget-content .clear-button:hover {
    text-decoration: underline;
}

.accordion-filter-all .sidedrawer__heading {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.urus-filter-accordion .all-filter a::before {
    content: '\e94b';
    font-family: Urus;
    color: inherit;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
    vertical-align: middle;
}

.accordion-filter-all .sidedrawer__head {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    align-items: center;
}

.accordion-filter-all .sidedrawer__head .sidedrawer__heading_prev {
    visibility: hidden;
}

.accordion-filter-all .sidedrawer__head .sidedrawer__heading_prev.visible {
    visibility: visible;
}

.accordion-filter-all .sidedrawer__head .sidedrawer__heading_prev, .accordion-filter-all .sidedrawer__head .sidedrawer__heading_close {
    font-size: 0;
    line-height: 50px;
    text-align: center;
    color: #232529;
}

.accordion-filter-all .sidedrawer__head .sidedrawer__heading_prev::before, .accordion-filter-all .sidedrawer__head .sidedrawer__heading_close::before {
    font-family: 'Urus';
    font-size: 16px;
    line-height: inherit;
    position: relative;
    top: 2px;
}

.accordion-filter-all .sidedrawer__head .sidedrawer__heading_prev::before {
    content: "\e93c";
    font-size: 12px;
}

.accordion-filter-all .sidedrawer__head .sidedrawer__heading_close::before {
    content: "\e904";
    font-size: 12px;
    font-weight: 600;
}

.accordion-filter-all .filter-widget-item {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    transform: translateX(100%);
    background-color: #fff;
    padding: 0 20px;
    border-top: 1px solid #eee;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.accordion-filter-all .filter-widget-item .widgettitle {
    display: none;
}

.accordion-filter-all .filter-widget-item.opened, .accordion-filter-all .filter-widget-item.open {
    transform: translateX(0);
}

.accordion-filter-all .list-widget li {
    list-style: none;
}

.accordion-filter-all .list-widget li.disable {
    background-color: #f9f9f9;
}

.accordion-filter-all .list-widget li.disable a {
    color: #a4a4a4;
    pointer-events: none;
}

.accordion-filter-all .list-widget li a {
    display: block;
    border-top: 1px solid #eee;
    padding: 15px 20px;
    color: #000;
    font-weight: bold;
}

.accordion-filter-all .list-widget li a::after {
    font-family: 'Urus';
    content: "\e919";
    float: right;
    font-size: 10px;
}

.accordion-filter-all .sidedrawer__inner {
    position: relative;
    height: calc(100vh - 50px);
}

.accordion-filter-all .filter-widget-item li {
    list-style: none;
}

.filter-accordion-content .widget.widget_layered_nav  ul > li {
    margin-right: 15px
}

@media (min-width:1400px) {
    .filter-accordion-content .widget-content > ul > li {
        margin-right: 65px
    }

}

/* Shop Control - Chosen-single */
.woocommerce-ordering select.orderby, .shop-control .chosen-container-single .chosen-single, .shop-control .chosen-container-single .chosen-single:hover {
    height: 36px;
    color: #232529;
    line-height: 36px;
    font-weight: 600;
    border-color: #232529;
    padding: 0 10px 8px 10px;
}

.woocommerce-ordering select.orderby {
    padding: 0 10px;
}

.shop-control .chosen-container-single .chosen-single > span {
    font-size: 14px;
    margin-right: 13px;
}

.shop-control .chosen-container-single .chosen-drop {
    margin-top: 2px;
}

.shop-control .chosen-container-single .chosen-single div b:after {
    content: '\e938';
    font-family: Urus;
    color: #232529;
    font-size: 9px;
    right: 10px;
}

@media (max-width:1199px) {
    .woocommerce-ordering select.orderby, .shop-control .chosen-container-single .chosen-single, .shop-control .chosen-container-single .chosen-single:hover {
        padding-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: #232529;
}

.widget .select2-container .select2-selection--single {
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 22px 0;
    border-color: #232529;
}

.widget  .select2-container .select2-selection--single {
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 22px 0;
    border-color: #232529;
}

.widget  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 100%;
}

.widget  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #232529;
    line-height: 1;
    padding-left: 25px;
}

@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: #232529;
    }

}

@media (min-width:1200px) {
    .filter-by-categories > .cat-item a.cat-item-link {
        font-size: 18px
    }

}

.urus-filter-active {
    display: flex;
    flex-wrap: wrap;
}

.urus-filter-active ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.urus-filter-active ul li {
    list-style: none;
    margin-bottom: 6px;
    min-height: 36px;
    border: 1px solid #e8eaf0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #232529;
    font-size: 16px;
    font-weight: bold;
    margin-right: 6px;
    flex-wrap: wrap;
}

.urus-filter-active ul li span.attribute-label {
    margin-right: 5px;
}

.urus-filter-active ul li span.chosen a::after {
    content: '\e904';
    font-family: Urus;
    font-size: 7px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    vertical-align: middle;
    color: #000;
}

.urus-filter-active ul li span.chosen + span.chosen {
    margin-left: 15px;
}

.urus-filter-accordion .labels-filter-text {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 40px;
    border: 1px solid #232529;
    text-transform: uppercase;
    padding: 0 15px;
    height: 36px;
    display: flex;
    align-items: center;
}

.urus-filter-accordion .labels-filter-text:hover {
    background-color: #83b735;
    border-color: #83b735;
    color: #FFF;
}

.urus-filter-accordion .labels-filter-text::before {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Urus';
    content: "\e911";
    align-items: center;
    margin-right: 8px;
}

.urus-filter-accordion .widget-toggle>a {
    margin-right: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.urus-filter-accordion .widget-toggle>a:active, .urus-filter-accordion .widget-toggle>a:hover, .urus-filter-accordion .widget-toggle.active>a, .urus-filter-accordion .all-filter a:hover {
    color: #83b735;
    background: none !important;
}

.urus-filter-accordion .widget-toggle>a::after {
    display: flex;
    font-size: 9px;
    font-weight: 600;
    font-family: 'Urus';
    content: "\e938";
    align-items: center;
    margin-left: 10px;
}

.filter-accordion-content li {
    list-style: none;
}

.filter-accordion-content ul ul {
    padding-left: 0;
}

@media (min-width:1400px) {
    .urus-filter-accordion .widget-toggle>a {
        margin-right: 60px
    }

}

/* Shop Control - Action */
.shop-control .shop-action.shop-list-mode {
    width: 100px;
    padding-left: 20px;
}

.shop-control > .urus-shop-column {
    position: relative;
}

.shop-control > .urus-shop-column .shop_action_container {
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 100%;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.shop-control > .urus-shop-column:hover .shop_action_container {
    visibility: visible;
    opacity: 1;
    width: 168px;
}

.shop-control > .urus-shop-column .show_shop_action .urus-icon {
    padding: 0;
    float: none;
    line-height: 36px;
}

.shop-control > .shop-action.shop-list-mode, .shop-control > .urus-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.urus-icon {
    font-size: 18px;
    padding-right: 12px;
    float: left;
}

.shop-control .shop-action i.urus-icon .urus-icon-filter {
    font-size: 22px;
}

.shop-control .shop-action .show-filter-btn {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    font-size: 14px;
    border: 1px solid #232529;
    margin-right: 6px;
    padding: 5px 15px;
    color: #000;
    height: 36px;
}

.shop-control .shop-action .show-filter-btn::after {
    content: '+';
    display: inline-block;
    margin-left: 10px;
}

.shop-control .shop-action .show-filter-btn:hover {
    color: #ffffff;
}

.shop-control .shop-action .show-filter-btn .urus-icon-filter {
    display: flex;
    font-size: 14px;
    font-weight: 700;
}

/* Filter - button reset */
.urus-block-filter-wapper a.clear-button, #urus-filter-action, #urus-filter-reset-action {
    height: 36px;
    padding: 0 20px;
    text-transform: capitalize;
    font-size: 16px;
    width: 168px;
    line-height: 36px;
}

.filter-actions >:not(:last-child) {
    margin-bottom: 15px;
}

.filter-dropdown-content.open .urus-widget-layered-nav a.clear-button {
    margin-top: 15px;
    width: 120px;
}

.urus-block-filter-wapper a.clear-button {
    display: none;
}

.urus-block-filter-wapper .accordion-filter-all a.clear-button {
    display: flex;
}

/*=== 2. WOOCOMMERCE - PRODUCT ITEM STYLE ===*/
.product-item {
    list-style: none;
}

.product-item .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.product-item  .wc-forward {
    display: none !important;
}

.products .product-item {
    margin-bottom: 0
}

.products .product-item .product-inner, .urus-products .product-item .product-inner {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.product-item .product-name {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: normal;
}

.product-item .product-name a {
    color: #232529;
}

.product-item .price-wrap {
    line-height: normal;
}

.product-item .product-info {
    text-align: center;
}

.product-item .buttons {
    text-align: center;
}

.product-item .buttons .feedback {
    display: none;
}

.product-item .price {
    font-weight: 700;
}

.product-item .price del {
    font-weight: 400;
    color: #999;
    margin-right: 10px;
}

.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, .urus-add-to-wishlist-btn a {
    font-size: 0;
    padding: 0;
    letter-spacing: 0;
}

.product-item .buttons .add_to_cart_button.loading {
    background-color: #fff !important;
    border-color: #fff !important;
}

.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:not(.default) .buttons.dark [class*="hint--top"]::before {
    border-top-color: #fff;
}

.product-item:not(.default) .buttons.dark  [class*="hint--"]:after {
    background-color: #fff;
    color: #232529;
}

.product-item .buttons > div a, .product-item .urus-add-to-wishlist-btn a {
    color: #232529;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    padding: 0;
    font-weight: 400;
    margin: 0 8px 10px;
    background-color: #fff;
    font-size: 0;
    border: 1px solid #dedede;
}

.product-item .buttons > div a::before, .product-item .urus-add-to-wishlist-btn a::before {
    font-size: 18px;
    font-family: Urus;
    vertical-align: middle;
}

.product-item .buttons > div:first-child a {
    margin-left: 0;
}

.product-item .buttons > div:last-child a {
    margin-right: 0;
}

.product-item .buttons .add-to-cart-wapper a::before {
    content: "\e902";
}

.product-item .buttons .yith-wcwl-add-to-wishlist a::before {
    content: "\e915";
}

.product-item .buttons .compare-button a::before {
    content: "\e906";
    font-size: 20px;
}

.product-item .buttons .quick-view-btn a::before, .product-item .buttons .yith-wcqv-button-wapper a::before {
    content: "\e92a";
}

.product-item .buttons > div {
    display: inline-block;
}

.product-item .buttons > div a:hover::before {
    color: #fff;
}

.product-item select {
    width: 100%;
    padding: 5px 10px;
}

.product-item .flashs {
    position: absolute;
    right: 30px;
    top: 15px;
    text-align: right;
    z-index: 9;
}

.product-item .flashs > span {
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    background-color: #fc1111;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    letter-spacing: 2px;
    font-size: 10px;
    text-transform: uppercase;
}

.product-item .flashs > span.new {
    background-color: #41cce5;
}

/* Out of stock */
.product-item .urus-stock-status {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 9;
    top: 5px;
}

.product-item .on_out_of_stock {
    padding: 7px 15px;
    background: #cccccc;
}

.product-item .added_to_cart.wc-forward {
    display: none;
}

.product-item .variations_form .change-value, .product-item .familab_swatch_attribute {
    padding: 0 20px;
    line-height: 22px;
    border: 1px solid #d4d7dd;
    font-size: 14px;
    color: #232529;
    font-weight: 700;
    display: inline-block;
    width: auto !important;
    height: auto !important;
    background-color: #fff;
    border-radius: 24px;
    margin: 0 5px;
    margin-top: 5px;
}

.product-item .familab_swatch_attribute {
    z-index: 1;
}

.product-item .variations_form .change-value.text {
    text-transform: uppercase;
}

.product-item .variations_form {
    margin-top: 10px;
}

.product-item .variations_form .change-value.text:hover, .product-item .variations_form .change-value.text.active, .product-item .familab_swatch_attribute.text:hover, .product-item .familab_swatch_attribute.text.active {
    color: #fff;
}

.product-item .variations_form .change-value.color, .product-item .variations_form .change-value.photo, .product-item .familab_swatch_attribute.color, .product-item .familab_swatch_attribute.photo {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: none;
    padding: 0;
    line-height: normal;
    font-size: 0;
}

.product-item .familab_swatch_attribute.photo-extend {
    width: 30px !important;
    height: auto !important;
    border: 1px solid #eee;
    padding: 2px;
    background-color: #fff;
    border-radius: 0;
}

.product-item .familab_swatch_attribute.photo-extend .img {
    max-width: 100%;
}

.product-item .variations_form .change-value.highlight, .product-item .familab_swatch_attribute.highlight {
    border: 1px solid #d4d7dd;
}

.product-item .variations_form .data-val {
    line-height: normal;
}

.product-item .product-thumb {
    position: relative;
    text-align: center;
}

.product-item .product-thumb .product-item-zoom {
    display: block;
}

.product-item .quick-view-btn a.loading::before, .product-item .quick-view-btn a.loading:hover::before {
    color: transparent !important;
}

.product-item .quick-view-btn a.loading:not(:hover)::after {
    background-color: #232529;
}

.product-item .buttons .add-to-cart-wapper a.product_type_grouped::before, .product-item .buttons .add-to-cart-wapper a.product_type_variable::before {
    content: '\e94c';
}

.product-item .thumb-link {
    overflow: hidden;
}

.product-item .slick-arrow.swiper-button-disabled, .product-item:hover .slick-arrow.swiper-button-disabled {
    cursor: default;
    pointer-events: none;
    color: #ccc;
}

.product-item .second-thumb {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    z-index: 1;
}

.product-item:hover .second-thumb {
    opacity: 1;
}

.product-item.list .buttons .add-to-cart-wapper a.add_to_cart_button.added, .product-item .buttons .add_to_cart_button.added, .product-item .buttons .add_to_cart_button.recent-added, .product-item:not(.cart_and_icon) .buttons .urus-add-to-wishlist-btn.wishlist-added a, .product-item:not(.cart_and_icon) .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .product-item:not(.cart_and_icon) .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .product-item:not(.cart_and_icon) .buttons .compare-button .urus-compare.compare-added, .product-item:not(.full) .buttons .urus-add-to-wishlist-btn.wishlist-added a, .product-item:not(.full) .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .product-item:not(.full) .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .product-item:not(.full) .buttons .compare-button .urus-compare.compare-added, .product-item:not(.full) .buttons .compare-button .urus-compare.compare-added {
    color: #fff;
}

.product-item .buttons {
    z-index: 1;
}

.product-item .buttons.light {
    background-color: #fff;
}

.product-item .buttons.dark {
    background-color: #232529;
}

.product-item.classic .main-variation {
    position: absolute;
    z-index: 2;
}

.product-item.classic .main-variation .product-loop-variations .data-val {
    display: flex;
    flex-direction: column;
}

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

.product-item .select-option-extend {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 69;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.product-item .select-option-extend.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.select-option-extend.active + .buttons.group-buttons {
    display: none !important;
}

.select-option-extend .variation-form {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 8px;
}

.product-item.product-type-variable .select-option-extend .product-loop-variations_swatch_attribute, .product-item.product-type-variable .select-option-extend .main-variation {
    position: relative;
    right: auto;
    bottom: auto;
}

.product-item.product-type-variable .select-option-extend .variations_form {
    margin-bottom: 8px;
    margin-top: 0;
}

.product-item .select-option-extend .change-value, .product-item .select-option-extend .familab_swatch_attribute {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-item.product-type-variable .select-option-extend .product-loop-variations_swatch_attribute .familab_swatch_attribute, .product-item.product-type-variable .select-option-extend .variations_form .change-value.text, .product-item.product-type-variable .select-option-extend .variations_form .change-value.photo {
    float: none !important;
    clear: none !important;
}

.product-item.product-type-variable.select_exend_opened .select-option-extend .product-loop-variations_swatch_attribute, .product-item.product-type-variable:hover .select-option-extend .product-loop-variations_swatch_attribute, .product-item.product-type-variable:hover .select-option-extend .main-variation {
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

.full.product-item .select-option-extend .variations_form {
    position: static;
}

.product-item.product-type-variable .select-option-extend .variation-form-submit {
    margin-top: 15px;
}

.product-item.product-type-variable .select-option-extend .close-form {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
}

.product-item.product-type-variable .select-option-extend .close-form .urus-icon {
    font-size: 14px;
}

.product-item .attribute-select {
    color: #232529;
    font-weight: 500;
    border-color: #232529;
}

.product-item .buttons [class*="hint--"]::after {
    text-transform: capitalize;
}

.product-item .product-loop-variations_swatch_attribute .color {
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.product-item .product-loop-variations_swatch_attribute .color.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 figure {
    overflow: hidden;
}

/*====================
product item style
=====================*/

/*product item default*/
.product-item.default .product-name {
    font-weight: 400;
}

.product-item.default .product-inner .product-thumb, .product-item.default .product-inner .images img {
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

.product-item.default .main-variation, .product-item.default .product-loop-variations_swatch_attribute {
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
}

.product-item.default .product-inner .product-thumb {
    overflow: hidden;
}

.product-item.default:hover .product-inner .product-thumb {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
}

.product-item.default:hover .product-inner .images figure {
    overflow: hidden;
}

.product-item.default:hover .product-inner .images img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product-item.default .product-info {
    text-align: left;
}

.product-item.default .product-inner .buttons {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    background-color: transparent;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-item.default .product-inner .product-thumb .thumb-link.zoom ~ .product-loop-variations_swatch_attribute, .product-item.default .product-inner .product-thumb .thumb-link.zoom ~ .main-variation {
    -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;
}

.product-item.default:hover:not(.select_exend_opened) .product-inner .buttons {
    opacity: 1;
    visibility: visible;
}

.product-item.default .product-inner .buttons.dark > div a:not(:hover)::before {
    background-color: #232529;
    color: #fff;
    border-color: #232529;
}

.product-item.default .buttons.dark > div a::before {
    border-color: transparent;
}

.product-item.default .product-loop-variations_swatch_attribute, .product-item.default .main-variation {
    position: absolute;
    right: 18px;
    bottom: 16px;
}

.product-item.default:hover .product-loop-variations_swatch_attribute, .product-item.default:hover .main-variation {
    bottom: 96px;
}

.product-item.default .price del {
    color: #83868c;
    margin-right: 10px;
}

.product-item.default .product-thumb {
    margin-bottom: 22px;
}

.product-item.default .buttons {
    padding: 19px 0 10px;
}

.product-item.default .product-thumb .product-loop-variations_swatch_attribute .familab_swatch_attribute, .product-item.default .product-thumb .variations_form .change-value.text, .product-item.default .product-thumb .variations_form .change-value.photo {
    float: left;
    clear: both;
}

.product-item.default .urus-gallery-thumbs {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.product-item.default .buttons > div a {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out;
    visibility: hidden;
    opacity: 0.5;
    line-height: 44px;
}

.product-item.default:hover .buttons > div a {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.product-item.default .buttons > div a:hover {
    border-color: transparent;
}

.product-item.default:hover .buttons > div:first-child a {
    transition-delay: 0.1s;
}

.product-item.default:hover .buttons > div:nth-child(2) a {
    transition-delay: 0.2s;
}

.product-item.default:hover .buttons > div:nth-child(3) a {
    transition-delay: 0.25s;
}

.product-item.default:hover .buttons > div:nth-child(4) a {
    transition-delay: 0.3s;
}

/*Product countdown*/
.product-item.countdown .product-name {
    font-weight: 400;
}

.product-item.countdown .product-inner .product-thumb, .product-item.countdown .product-inner .images img {
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

.product-item.countdown .main-variation, .product-item.countdown .product-loop-variations_swatch_attribute {
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
}

.product-item.countdown .product-inner .product-thumb {
    overflow: hidden;
}

.product-item.countdown:hover .product-inner .product-thumb {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
}

.product-item.countdown:hover .product-inner .images figure {
    overflow: hidden;
}

.product-item.countdown:hover .product-inner .images img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product-item.countdown .product-info {
    text-align: left;
}

.product-item.countdown .price del {
    color: #83868c;
}

.product-item.countdown .price ins {
    float: left;
    margin-right: 10px;
}

.product-item.countdown .product-thumb {
    margin-bottom: 22px;
}

.product-item.countdown .urus-gallery-thumbs {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.product-item.countdown .urus-countdown {
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    padding: 0 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.product-item.countdown .urus-countdown .num, .product-item.countdown .urus-countdown .text {
    display: block;
    color: #000000;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}

.product-item.countdown .urus-countdown .num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    font-weight: 400;
    font-size: 24px;
    -webkit-box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.07);
    line-height: 50px;
    margin: 0 auto 10px;
}

.product-item.countdown .urus-countdown .box-count {
    margin: 0 8px;
}

.product-item.countdown .urus-countdown .box-count:last-child {
    margin-right: 0;
}

.product-item.countdown .urus-countdown .box-count:first-child {
    margin-left: 0;
}

.product-item.countdown .urus-countdown .text {
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*style classic */
.product-item.classic .product-inner .product-thumb, .product-item.classic .product-inner .product-thumb .thumb-link .images, .product-item.classic .product-inner .product-thumb .item-gallery-lnk img {
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}

.product-item.classic .main-variation, .product-item.classic .product-loop-variations_swatch_attribute {
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
}

.product-item.classic:hover .product-inner .product-thumb {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
}

.product-item.classic .product-inner .product-thumb .thumb-link .images, .product-item.classic .product-inner .product-thumb .item-gallery-lnk img {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.product-item.classic:hover:not(.select_exend_opened) .product-inner .product-thumb .thumb-link .images, .product-item.classic:hover:not(.select_exend_opened) .product-inner .product-thumb .item-gallery-lnk img {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.product-item.classic:hover .product-inner .product-thumb .thumb-link.zoom .images {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.product-item.classic .product-inner .buttons {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-item.classic .product-inner .product-thumb .thumb-link.zoom ~ .buttons {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -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;
}

.product-item.classic .product-inner .product-thumb .thumb-link.zoom ~ .product-loop-variations_swatch_attribute, .product-item.classic .product-inner .product-thumb .thumb-link.zoom ~ .main-variation {
    -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;
}

.product-item.classic:hover:not(.select_exend_opened) .product-inner .buttons {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.product-item.classic:hover .product-inner .buttons.dark {
    background-color: #232529;
}

.product-item.classic .buttons .button {
    letter-spacing: 0;
}

.product-item.classic .buttons.dark > div a {
    border: none;
}

.product-item.classic .product-loop-variations_swatch_attribute, .product-item.classic .main-variation {
    position: absolute;
    right: 18px;
    bottom: 16px;
}

.product-item.classic.select_exend_opened .product-loop-variations_swatch_attribute, .product-item.classic.select_exend_opened .main-variation {
    visibility: hidden;
}

.product-item.classic:hover .product-loop-variations_swatch_attribute, .product-item.classic:hover .main-variation {
    bottom: 96px;
}

.product-item.classic .price del {
    color: #83868c;
    margin-right: 10px;
}

.product-item.classic .product-thumb {
    margin-bottom: 22px;
}

.product-item.classic .buttons {
    padding: 19px 0 10px;
}

.product-item.classic .product-thumb .product-loop-variations_swatch_attribute .familab_swatch_attribute, .product-item.classic .product-thumb .variations_form .change-value.text, .product-item.classic .product-thumb .variations_form .change-value.photo {
    float: left;
    clear: both;
}

.product-item.classic .buttons > div a, .product-item.classic .urus-add-to-wishlist-btn a {
    line-height: 44px;
}

.product-item.classic .buttons.dark > div a, .product-item.classic .buttons.dark .urus-add-to-wishlist-btn a {
    line-height: 46px;
}

/*Product item slider*/
.product-item .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background-color: #fff;
    color: #232529;
    font-size: 10px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: background-color 0.3s, opacity 0.3s;
    -moz-transition: background-color 0.3s, opacity 0.3s;
    -ms-transition: background-color 0.3s, opacity 0.3s;
    -o-transition: background-color 0.3s, opacity 0.3s;
    transition: background-color 0.3s, opacity 0.3s;
    z-index: 1;
}

.product-item:hover:not(.select_exend_opened) .urus-swiper ~ .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.product-item .urus-swiper ~ .slick-arrow:hover {
    color: #fff;
}

.product-item .urus-swiper ~ .slick-arrow.prev {
    left: 0;
}

.product-item .urus-swiper ~ .slick-arrow.next {
    right: 0;
}

/*product item galery*/
.product-item .urus-gallery-thumbs {
    position: absolute;
    bottom: 90px;
    left: 7px;
    width: 160px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}

.product-item:hover:not(.select_exend_opened) .urus-gallery-thumbs {
    opacity: 1;
    transition-delay: 0.15s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.product-item .urus-gallery-thumbs .swiper-slide img {
    border: 1px solid #d5d9df;
}

.product-item .urus-gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    border-color: #232529;
}

/*product item detail*/
.full.product-item {
    background-color: #fff;
}

.full.product-item .product-inner, .full.product-item .product-info {
    -webkit-transition: box-shadow 0.3s linear;
    -moz-transition: box-shadow 0.3s linear;
    -ms-transition: box-shadow 0.3s linear;
    -o-transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear;
}

.full.product-item:hover .product-inner {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
}

.full.product-item .product-info {
    position: relative;
}

.full.product-item:hover {
    z-index: 10;
}

.full.product-item .item_decs {
    padding: 12px 10px;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
}

.full.product-item .item_decs p, .full.product-item .item_decs ul, .full.product-item .item_decs ol {
    margin: 0;
}

.full.product-item .product-info {
    padding-top: 22px;
    top: 100%;
    background-color: #fff;
    z-index: 2;
    width: 100%;
}

.full.product-item .product-inner {
    padding-bottom: 30px;
}

.full.product-item .product-bottom {
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
    margin-top: -60px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: margin .4s ease;
    -moz-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
}

.full.product-item:hover .product-bottom {
    opacity: 1;
    visibility: visible;
    margin-top: -47px;
}

.full.product-item:hover .buttons {
    opacity: 0;
}

.full.product-item .buttons .compare-button .urus-compare, .full.product-item .buttons .compare-button .button.compare {
    background-color: transparent !important;
}

.full.product-item .product-bottom .buttons {
    margin-top: 0;
    opacity: 1;
}

.full.product-item .product-bottom .item-decs {
    border-top: none;
}

.full.product-item:hover .product-info {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
}

.full.product-item .buttons {
    text-align: center;
    padding-top: 10px;
    background-color: #fff;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #ebebeb;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.full.product-item .buttons > div a {
    width: auto !important;
    height: auto !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    line-height: normal;
    border: none;
}

.full.product-item .buttons .compare-button {
    line-height: normal;
    text-align: left;
}

.full.product-item .buttons .quick-view-btn {
    text-align: right;
}

.full.product-item .buttons > div a:hover {
    background-color: transparent;
    margin: 0;
}

.full.product-item .buttons > div a {
    display: inline-block;
}

.full.product-item .buttons > div a::before {
    display: inline-block;
    vertical-align: middle;
}

.full.product-item .buttons .add-to-cart-wapper {
    text-align: center;
    width: 60%;
}

.full.product-item .buttons .add-to-cart-wapper a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 9px 27px;
    display: inline-block;
}

.full.product-item .buttons .add-to-cart-wapper a:hover {
    background-color: #232529;
}

.full.product-item .buttons .add-to-cart-wapper a::before {
    display: none;
    font-size: 18px;
}

.full.product-item  .urus-add-to-wishlist-btn {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    right: 20px;
    z-index: 15;
    text-align: center;
}

.full.product-item .buttons .compare-button .urus-compare::before {
    text-align: left;
}

.full.product-item  .urus-add-to-wishlist-btn a {
    background-color: #232529;
    color: #fff;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    width: 37px !important;
    height: 37px !important;
    line-height: 38px;
    display: inline-block;
    border-radius: 50%;
    border: none;
}

.full.product-item  .urus-add-to-wishlist-btn a::before {
    font-size: 16px;
}

.full.product-item  .urus-gallery-thumbs {
    top: 10px;
    bottom: inherit;
    width: 40px;
    height: 40%;
}

.full.product-item  .variations_form {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 0 40px;
    margin: 0;
    z-index: 10;
}

.full.product-item.select_exend_opened  .product-loop-variations_swatch_attribute, .full.product-item.select_exend_opened  .variations_form {
    visibility: hidden;
}

.full.product-item.select_exend_opened .select-option-extend .product-loop-variations_swatch_attribute, .full.product-item.select_exend_opened .select-option-extend .variations_form {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.full .compare-button a {
    line-height: normal;
}

.product-item.full .urus-gallery-thumbs {
    bottom: 5px;
}

.full.product-item  .product-loop-variations_swatch_attribute {
    position: absolute;
    z-index: 1;
    line-height: normal;
    bottom: 40px;
    left: 16px;
}

.full.product-item  .product-loop-variations_swatch_attribute .familab_swatch_attribute {
    float: left;
    clear: both;
}

.full.product-item .urus-gallery-thumbs.swiper-container-horizontal ~  .product-loop-variations_swatch_attribute {
    top: 15px;
    bottom: auto;
}

.product-item.full .urus-add-to-wishlist-btn.wishlist-added a, .product-item.full .urus-add-to-wishlist-btn.added a, .product-item.full .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .product-item.full .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    color: #fff;
}

@media (max-width:1199px) {
    .full.product-item  .other-variation {
        display: none;
    }

}

/*product item style vertical icon*/
.product-item.vertical_icon .product-thumb {
    margin-bottom: 23px;
}

.product-item.vertical_icon .buttons {
    position: absolute;
    right: 25px;
    z-index: 10;
    line-height: normal;
    bottom: 20px;
}

.product-item.vertical_icon .buttons > div {
    float: left;
    clear: both;
}

.product-item.vertical_icon  .product-loop-variations_swatch_attribute {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 0px;
    width: 100%;
    padding: 0 10px;
    z-index: 1;
    opacity: 0;
}

.product-item.vertical_icon.select_exend_opened  .product-loop-variations_swatch_attribute {
    visibility: hidden;
}

.product-item.vertical_icon.select_exend_opened .select-option-extend .product-loop-variations_swatch_attribute {
    visibility: visible;
}

.product-item.vertical_icon:hover  .product-loop-variations_swatch_attribute {
    opacity: 1
}

.product-item.vertical_icon  .product-thumb .swiper-container ~  .product-loop-variations_swatch_attribute {
    position: absolute;
    top: 15px;
    text-align: center;
    z-index: 10;
    bottom: inherit;
    right: inherit;
    width: auto;
    padding: 0;
    left: 15px;
}

.product-item.vertical_icon  .product-thumb .swiper-container ~  .product-loop-variations_swatch_attribute .familab_swatch_attribute {
    float: left;
    clear: both;
}

.product-item.vertical_icon .data-val {
    line-height: normal;
}

.product-item.vertical_icon .product-loop-variations_swatch_attribute .change-value {
    margin: 0 3px 6px;
}

.product-item.vertical_icon .buttons > div a {
    margin: 0 0 7px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
}

.product-item.vertical_icon:hover .buttons > div a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.product-item.vertical_icon .buttons > div:last-child a {
    margin-bottom: 0;
}

.product-item.vertical_icon:hover .buttons > .quick-view-btn a {
    transition-delay: 0s;
}

.product-item.vertical_icon:hover .buttons > .compare-button a {
    transition-delay: 0.15s;
}

.product-item.vertical_icon:hover .buttons > .add-to-cart-wapper a {
    transition-delay: 0.35s;
}

.product-item.vertical_icon:hover .buttons > .urus-add-to-wishlist-btn a {
    transition-delay: 0.25s;
}

.product-item.vertical_icon .product-inner, .product-item.vertical_icon  .product-loop-variations_swatch_attribute {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-item.vertical_icon .buttons > div a {
    -webkit-transition: transform 0.35s ease, opacity 0.3s ease;
    -moz-transition: transform 0.35s ease, opacity 0.3s ease;
    -ms-transition: transform 0.35s ease, opacity 0.3s ease;
    -o-transition: transform 0.35s ease, opacity 0.3s ease;
    transition: transform 0.35s ease, opacity 0.3s ease;
}

.product-item.vertical_icon:hover .product-inner {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
}

.product-item.vertical_icon {
    padding-bottom: 10px;
}

.product-item.vertical_icon .product-inner {
    padding-bottom: 20px;
}

.product-item.vertical_icon .urus-gallery-thumbs {
    bottom: 5px;
    right: auto;
    left: 7px;
    width: 100%;
    max-width: 160px;
}

.vertical_icon.product-item .slick-arrow.swiper-button-disabled {
    cursor: default;
    opacity: 1 !important;
    background-color: #fff;
    color: #ccc;
    pointer-events: none;
}

.vertical_icon.product-item .slick-arrow {
    top: auto;
    bottom: 10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.vertical_icon.product-item .slick-arrow.prev {
    left: 10px
}

.vertical_icon.product-item .slick-arrow.next {
    left: 45px;
}

.vertical_icon.product-item .urus-gallery-thumbs ~ .variations_form {
    top: 15px;
    left: 15px;
    right: auto;
    z-index: 1;
}

.vertical_icon.product-item .urus-gallery-thumbs ~ .variations_form .change-value.color, .vertical_icon.product-item .urus-gallery-thumbs ~ .variations_form .change-value.photo {
    float: left;
    clear: both;
    margin: 0 0 6px;
}

/*product item cart_and_icon*/
.product-item.cart_and_icon .urus-gallery-thumbs {
    top: 10px;
    left: 10px;
    bottom: inherit;
    right: inherit;
    width: 40px;
    height: 40%;
    z-index: 10;
}

.product-item.cart_and_icon .urus-gallery-thumbs .swiper-slide {
    margin-bottom: 5px;
    height: auto !important;
}

.product-item.cart_and_icon .product-thumb {
    margin-bottom: 23px
}

.product-item.cart_and_icon .buttons {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(10px);
    -moz-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    -o-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    display: table;
    table-layout: fixed;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: opacity 0.4s cubic-bezier(0.49, 0.21, 1, 1), transform 0.3s cubic-bezier(0.49, 0.21, 1, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.49, 0.21, 1, 1), transform 0.3s cubic-bezier(0.49, 0.21, 1, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.49, 0.21, 1, 1), transform 0.3s cubic-bezier(0.49, 0.21, 1, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.49, 0.21, 1, 1), transform 0.3s cubic-bezier(0.49, 0.21, 1, 1);
    transition: opacity 0.4s cubic-bezier(0.49, 0.21, 1, 1), transform 0.3s cubic-bezier(0.49, 0.21, 1, 1);
    opacity: 0;
}

.product-item.cart_and_icon:hover .buttons {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0px);
    -moz-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    -o-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.product-item.cart_and_icon .buttons > div {
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
}

.product-item.cart_and_icon .buttons {
    padding: 10px 0;
    background-color: #fff;
    border-radius: 3px;
}

.product-item.cart_and_icon .buttons > div a {
    line-height: normal;
    background-color: #fff;
    display: block;
}

.product-item.cart_and_icon .buttons > div:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.product-item.cart_and_icon .buttons > div:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.product-item.cart_and_icon .buttons > div a {
    width: 65px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #e5e7ec;
    margin: 0;
    box-shadow: none;
    display: block;
    background-color: transparent;
}

.product-item.cart_and_icon .buttons > div:last-child a {
    border-right: none;
}

.product-item.cart_and_icon .buttons > div a:hover, .product-item.cart_and_icon .wishlist-added.urus-add-to-wishlist-btn a {
    background-color: transparent;
    border-color: #e5e7ec !important;
}

.product-item.cart_and_icon .product-info .add-to-cart-wapper {
    margin-top: 7px
}

.product-item.cart_and_icon .product-info .add-to-cart-wapper a {
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-item.cart_and_icon .product-info .variations_form {
    margin-top: 6px
}

@media (max-width:1199px) {
    .product-item.cart_and_icon .product-info .variations_form {
        display: none;
    }

}

.product-item.cart_and_icon .product-info .variations_form .change-value {
    margin: 6px 3px 0;
}

.product-item.cart_and_icon .price-wrap {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all  0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
    visibility: visible;
}

.product-item.cart_and_icon:hover:not(.select_exend_opened) .price-wrap {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.product-item.cart_and_icon .product-info {
    position: relative;
}

.product-item.cart_and_icon .info-bottom {
    width: 100%;
    left: 0;
    top: 100%;
    position: absolute;
    transition-delay: 0.15s;
    opacity: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
    -moz-transition: transform 0.3s linear, opacity 0.3s linear;
    -ms-transition: transform 0.3s linear, opacity 0.3s linear;
    -o-transition: transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
    z-index: 5;
    background-color: #fff;
    padding-bottom: 20px;
}

.product-item.cart_and_icon.select_exend_opened .info-bottom {
    display: none;
}

.product-item.cart_and_icon:hover .info-bottom {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.product-item.cart_and_icon .product-thumb .main-variation {
    position: absolute;
    left: 18px;
    top: 16px;
}

.product-item.cart_and_icon .product-thumb .main-variation .change-value {
    float: left;
    clear: both;
    margin-bottom: 5px;
}

.product-item.cart_and_icon .product-inner {
    background-color: #fff;
}

.product-item.cart_and_icon .buttons .urus-add-to-wishlist-btn.wishlist-added a, .product-item.cart_and_icon .buttons .compare-button .urus-compare.compare-added {
    color: #fff;
}

/*product item info on image*/
.product-item.info_on_img .product-info {
    position: absolute;
    top: 20px;
    left: 25px;
    text-align: left;
    max-width: 100%;
    padding-right: 25px;
    z-index: 10;
}

.product-item.info_on_img .flashs {
    display: none;
}

.product-item.info_on_img .buttons {
    position: absolute;
    right: 12px;
    bottom: 15px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    z-index: 10;
    padding: 0 10px;
}

.product-item.info_on_img:hover:not(.select_exend_opened) .buttons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.product-item.info_on_img .buttons > div {
    float: left;
    clear: both;
}

.product-item.info_on_img .buttons > div a {
    padding: 0 7px;
}

.product-item.info_on_img .buttons > div a {
    color: #232529;
    display: inline-block;
    width: auto;
    height: auto;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    text-align: center;
    padding: 18px 3px;
    border: none;
    border-bottom: 1px solid #e5e7ec;
}

.product-item.info_on_img .buttons > div a:hover, .product-item.info_on_img .buttons .urus-add-to-wishlist-btn.wishlist-added a, .product-item.info_on_img .buttons .added.add_to_cart_button a, .product-item.info_on_img .buttons .recent-added.add_to_cart_button a {
    background-color: transparent;
    border-color: #e5e7ec;
}

.product-item.info_on_img .buttons .compare-button a::before {
    font-size: 16px;
}

.product-item.info_on_img .buttons > div:last-child a {
    border: none;
}

.product-item.info_on_img .product-loop-variations_swatch_attribute .familab_swatch_attribute {
    float: left;
    clear: both;
}

.product-item.info_on_img .variations_form {
    margin-top: 0;
}

.product-item.info_on_img .product-loop-variations_swatch_attribute {
    position: absolute;
    bottom: 35px;
    left: 25px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    z-index: 10;
}

.product-item.info_on_img .variations_form {
    position: absolute;
    bottom: 10px;
    left: 65px;
    right: 65px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.product-item.info_on_img:hover:not(.select_exend_opened) .product-loop-variations_swatch_attribute, .product-item.info_on_img.select_exend_opened .select-option-extend .product-loop-variations_swatch_attribute {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.info_on_img.select_exend_opened .select-option-extend .product-loop-variations_swatch_attribute, .product-item.info_on_img:hover:not(.select_exend_opened) .variations_form, .product-item.info_on_img.select_exend_opened .select-option-extend .variations_form {
    opacity: 1;
}

.info_on_img.product-item .buttons .compare-button .urus-compare, .info_on_img.product-item .buttons .compare-button .button.compare, .info_on_img.product-item .buttons .urus-add-to-wishlist-btn a, .info_on_img.product-item .buttons .urus-add-to-wishlist-btn a, .info_on_img.product-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .info_on_img.product-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .info_on_img.product-item .buttons .add_to_cart_button.added, .info_on_img.product-item .buttons .add_to_cart_button.recent-added {
    background-color: transparent !important;
    border-bottom: 1px solid #e5e7ec;
}

.info_on_img.product-item .buttons >:last-child > a {
    border-bottom: none !important;
}

/*product item overlay info*/
.product-item.overlay_info .product-inner {
    position: relative;
}

.product-item.overlay_info .product-inner {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.product-item.overlay_info .product-info {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 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;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.product-item.overlay_info:hover:not(.select_exend_opened) .product-info {
    opacity: 1;
}

.product-item.overlay_info .thumb-link  .images > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    opacity: 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;
}

.product-item.overlay_info:hover:not(.select_exend_opened) .thumb-link  .images > a::before {
    background-color: rgba(35, 37, 41, 0.6);
    opacity: 1;
}

.product-item.overlay_info .product-info > * {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: normal;
}

.product-item.overlay_info:hover  .product-info > * {
    transition-delay: 0.1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width:1024px) {
    .product-item.overlay_info .product-name a, .product-item.overlay_info .price-wrap .amount, .product-item.overlay_info .price-wrap .price {
        color: #fff;
    }

}

.product-item.overlay_info .product-loop-variations_swatch_attribute {
    margin-top: 15px;
}

.product-item.overlay_info .buttons {
    border-radius: 3px;
    max-width: 90%;
    z-index: auto;
}

.product-item.overlay_info .buttons > div {
    line-height: normal;
    padding: 10px 0;
}

.product-item.overlay_info .buttons > div a {
    line-height: normal;
    padding: 10px 0;
    background-color: #fff;
    display: inline-block;
}

.product-item.overlay_info .buttons > div a {
    width: 60px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #e5e7ec;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    padding: 0;
}

.product-item.overlay_info .buttons > div:last-child a {
    border-right: none;
}

.product-item.overlay_info .buttons > div a:hover, .product-item.overlay_info .wishlist-added.urus-add-to-wishlist-btn a {
    background-color: transparent;
    border-color: #e5e7ec !important;
}

.product-item.overlay_info .buttons .quick-view-btn {
    position: relative;
}

.product-item.overlay_info .buttons {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 18px 0;
    display: flex;
    flex-wrap: wrap;
}

.product-item.overlay_info .variations_form {
    margin-top: 0;
}

.product-item.overlay_info .variations_form .change-value {
    margin-bottom: 5px;
    margin-top: 0;
}

.product-item.overlay_info:hover .images img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    -ms-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;
}

.product-item.overlay_info .hint--top::before, .product-item.overlay_info .hint--top-left::before, .product-item.overlay_info .hint--top-right::before {
    border-top-color: #fff;
}

.product-item.overlay_info  [class*="hint--"]:after {
    background-color: #fff;
    color: #232529;
}

.overlay_info.product-item .buttons .compare-button .urus-compare, .overlay_info.product-item .buttons .compare-button .button.compare, .overlay_info.product-item .buttons .urus-add-to-wishlist-btn a, .overlay_info.product-item .buttons .urus-add-to-wishlist-btn a, .overlay_info.product-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .overlay_info.product-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .overlay_info.product-item .buttons .add_to_cart_button.added, .overlay_info.product-item .buttons .add_to_cart_button.recent-added {
    background-color: transparent !important;
    border-right: 1px solid #e5e7ec !important;
}

/*product item overlay center*/
.product-item.overlay_center .buttons .add-to-cart-wapper a::before {
    display: none;
}

.product-item.overlay_center .buttons a {
    border: none;
}

.product-item.overlay_center .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 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;
    width: 90%;
}

.product-item.overlay_center:hover .buttons {
    opacity: 1;
    transition-delay: 0.2s;
}

.product-item.overlay_center .images > a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 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;
    z-index: 1;
}

.product-item.overlay_center:hover:not(.select_exend_opened) .images > a::before {
    background-color: rgba(35, 37, 41, 0.6);
    opacity: 1;
}

.product-item.overlay_center .buttons > div {
    display: block;
}

.product-item.overlay_center .buttons > div > div {
    display: inline-block;
}

.product-item.overlay_center .buttons .inner-buttons > div {
    opacity: 0;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.product-item.overlay_center .inner-buttons > div:first-child {
    margin-left: 0;
}

.product-item.overlay_center .inner-buttons > div:first-child {
    margin-right: 0;
}

.product-item.overlay_center:hover .buttons .inner-buttons > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.product-item.overlay_center .inner-buttons .compare-button {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
}

.product-item.overlay_center .inner-buttons .quick-view-btn {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}

.product-item.overlay_center:hover .inner-buttons .compare-button {
    transition-delay: 0.3s;
}

.product-item.overlay_center:hover .inner-buttons .urus-add-to-wishlist-btn {
    transition-delay: 0.15s;
}

.product-item.overlay_center:hover .inner-buttons .quick-view-btn {
    transition-delay: 0.3s;
}

.product-item.overlay_center .buttons .add-to-cart-wapper a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 16px;
    width: auto;
    height: auto;
    line-height: normal;
    border: none;
    margin-right: 0;
}

.product-item.overlay_center .buttons .add-to-cart-wapper a:hover {
    background-color: #fff;
}

.product-item.overlay_center  .product-loop-variations_swatch_attribute {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
    opacity: 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;
}

.product-item.overlay_center:hover  .product-loop-variations_swatch_attribute {
    opacity: 1;
}

.product-item.overlay_center .product-thumb {
    margin-bottom: 23px;
}

.product-item.overlay_center:hover .images img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    -ms-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;
}

.product-item.overlay_center .buttons .compare-button a::before {
    font-size: 16px;
}

@media (min-width:1200px) {
    .product-item.overlay_center .hint--top::before, .product-item.overlay_center .hint--top-left::before, .product-item.overlay_center .hint--top-right::before {
        border-top-color: #fff;
    }

    .product-item.overlay_center  [class*="hint--"]:after {
        background-color: #fff;
        color: #232529;
    }

    .product-item.overlay_center .product-loop-variations_swatch_attribute {
        bottom: 36px;
    }

}

@media (max-width:1199px) {
    .products.row, .urus-products > .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .products.row > .product-item, .urus-products > .row > .product-item {
        padding: 0 15px;
    }

    .full.product-item .buttons .add-to-cart-wapper a {
        padding: 6px 15px;
        font-size: 0;
        display: block;
        max-width: 120px;
        margin: 0 auto;
    }

    .full.product-item .buttons .add-to-cart-wapper a:hover {
        margin: 0 auto;
    }

    .full.product-item .buttons {
        padding-right: 10px;
        padding-left: 10px;
    }

    .full.product-item .buttons .add-to-cart-wapper a::before {
        display: inline-block;
        color: #fff;
        vertical-align: middle;
        font-weight: 400;
    }

    .full.product-item .buttons .add-to-cart-wapper a:hover::before {
        color: #fff;
    }

    .full.product-item .other-variations {
        bottom: 25px;
        left: 40px;
        right: 40px;
    }

    .product-item .flashs > span {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .product-item .buttons > div a, .product-item .urus-add-to-wishlist-btn a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .product-item .buttons .compare-button a::before {
        font-size: 18px;
    }

    .product-item .buttons > div a::before, .product-item .urus-add-to-wishlist-btn a::before {
        font-size: 15px;
    }

    .product-item.classic .buttons {
        padding: 12px 0 2px;
    }

    .product-item.classic .buttons > div a, .product-item.classic .urus-add-to-wishlist-btn a, .product-item.default .buttons > div a, .product-item.default .urus-add-to-wishlist-btn a {
        line-height: 34px;
    }

    .product-item.classic .buttons.dark > div a, .product-item.classic .buttons.dark .urus-add-to-wishlist-btn a {
        line-height: 36px;
    }

    .product-item.vertical_icon .buttons {
        right: 10px;
        bottom: 10px;
    }

    .product-item.classic .product-loop-variations_swatch_attribute, .product-item.classic .main-variation {
        right: 10px;
    }

    .product-item.classic:hover .product-loop-variations_swatch_attribute, .product-item.classic:hover .main-variation {
        bottom: 80px;
    }

    .product-item.vertical_icon .product-thumb .product-loop-variations_swatch_attribute, .product-item.vertical_icon .product-thumb .variations_form {
        bottom: 4px;
        padding: 0 15px;
        opacity: 1;
        visibility: visible;
    }

    .product-item.overlay_info .buttons > div a::before {
        width: 50px;
        height: 20px;
        line-height: 20px;
    }

    .product-item.info_on_img .product-info {
        left: 15px;
    }

    .product-item.info_on_img .product-loop-variations_swatch_attribute {
        left: 15px;
        bottom: 15px;
    }

    .product-item.info_on_img .variations_form {
        bottom: 15px;
    }

    .product-item.info_on_img .flashs {
        display: none;
    }

    .product-item .variations_form .change-value.text {
        min-width: 39px;
        height: 16px;
        line-height: 18px;
        font-size: 13px;
    }

    .product-item.info_on_img .buttons > div a {
        padding: 15px 3px;
    }

    .product-item .buttons > div a {
        margin: 0 4px 10px;
    }

    .full.product-item .product-loop-variations_swatch_attribute, .full.product-item .variations_form {
        bottom: 20px;
        left: 10px;
    }

    .product-item.overlay_info .buttons > div a {
        width: 46px;
    }

    .product-item.overlay_info .buttons {
        margin-bottom: 0;
    }

    .product-item.info_on_img .other-variation, .product-item.overlay_info .product-loop-variations_swatch_attribute, .product-item.overlay_info .other-variation {
        display: none;
    }

    .product-item.info_on_img .select-option-extend .other-variation, .product-item.overlay_info .select-option-extend  .product-loop-variations_swatch_attribute, .product-item.overlay_info .select-option-extend  .other-variation {
        display: block;
    }

    .product-item.countdown .urus-countdown {
        bottom: 15px;
    }

    .product-item.countdown .urus-countdown .num {
        width: 50px;
        height: 50px;
        font-size: 22px;
        line-height: 50px;
    }

    .product-item.countdown .urus-countdown .box-count {
        margin: 0 5px;
    }

}

@media (max-width:1024px) {
    .product-item .flashs {
        left: 0;
        top: 10px;
    }

    .product-item .flashs > span {
        width: auto;
        border-radius: 0;
        line-height: normal;
        padding: 5px;
        padding-right: 0;
        position: relative;
        float: left;
        clear: both;
        -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.08);
        margin-bottom: 5px;
        height: 22px;
    }

    .product-item .flashs > span::after {
        content: '';
        border: 15px solid #fc1111;
        position: absolute;
        top: 0;
        left: 100%;
        border-right-color: transparent;
        border-top-width: 13px;
        border-bottom-width: 9px;
    }

    .product-item .flashs > span.new::after {
        border-color: #41cce5;
        border-right-color: transparent;
    }

    .product-item .urus-swiper ~ .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

    .product-item .slick-arrow {
        width: 30px;
        height: 40px;
        line-height: 40px;
    }

    .product-item .urus-gallery-thumbs {
        display: none;
    }

    .product-item.cart_and_icon .buttons > div a {
        width: 46px;
    }

    .product-item.cart_and_icon .product-thumb .main-variation {
        right: 15px;
        left: auto;
    }

    .vertical_icon.product-item .urus-gallery-thumbs ~ .main-variation {
        right: 10px;
        left: auto;
    }

    .product-item.info_on_img .buttons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        bottom: 15px;
    }

    .full.product-item  .product-loop-variations_swatch_attribute {
        left: auto;
        right: 15px;
    }

    .product-item.cart_and_icon .buttons {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .product-item.cart_and_icon .info-bottom {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .product-item.cart_and_icon .info-bottom, .product-item.cart_and_icon:hover .info-bottom {
        position: static;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .product-item.cart_and_icon:hover .price-wrap {
        opacity: 1 !important;
        visibility: visible !important;
        z-index: auto !important;
    }

    .product-item.cart_and_icon .buttons {
        bottom: 15px;
    }

    .product-item.cart_and_icon .urus-gallery-thumbs {
        display: none;
    }

    .product-item.vertical_icon .buttons > div a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        margin-bottom: 4px;
    }

    .vertical_icon.product-item .slick-arrow.next {
        opacity: 1;
        visibility: visible;
    }

    .vertical_icon.product-item .flashs > span::after {
        border-right-color: #fc1111;
        border-left-color: transparent;
        left: auto;
        right: 100%;
    }

    .vertical_icon.product-item .flashs > span.new::after {
        border-right-color: #41cce5;
        border-left-color: transparent;
    }

    .vertical_icon.product-item .flashs > span {
        padding: 5px;
        padding-left: 0;
    }

    .vertical_icon.product-item .flashs {
        left: auto;
        right: 0px;
        top: 10px;
    }

    .product-item.classic:hover:not(.select_exend_opened) .product-inner .product-thumb .thumb-link .images, .product-item.classic:hover:not(.select_exend_opened) .product-inner .product-thumb .item-gallery-lnk img {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .product-item.classic .product-inner .buttons, .product-item.classic:hover .product-inner .buttons {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    .product-item.classic:hover .product-inner .product-thumb {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .product-item.classic .buttons.light::after {
        content: '';
        width: 70px;
        position: absolute;
        background-color: #232529;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        bottom: 0;
    }

    .product-item.classic:hover .product-loop-variations_swatch_attribute, .product-item.classic:hover .main-variation, .product-item.classic .product-loop-variations_swatch_attribute, .product-item.classic .main-variation {
        bottom: auto;
        top: 15px;
    }

    .product-item.classic .urus-gallery-thumbs {
        display: none;
    }

    .product-item.classic .product-inner .buttons.dark {
        background-color: #232529;
    }

    .product-item.info_on_img .product-loop-variations_swatch_attribute {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .product-item.overlay_info .product-info .buttons {
        border: 1px solid #e5e7ec;
    }

    .product-item.overlay_center .buttons {
        position: static;
        transform: translate(0, 0);
        width: 100%;
        opacity: 1;
    }

    .product-item.overlay_center .buttons .inner-buttons > div {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .product-item.overlay_center .buttons > div a, .product-item.overlay_center .inner-buttons > div a {
        border: 1px solid #dedede;
    }

    .product-item.overlay_center .images > a::before {
        display: none;
    }

    .product-item.overlay_center .thumb-link {
        margin-bottom: 25px;
    }

    .product-item.overlay_center .product-thumb {
        margin-bottom: 13px;
    }

    .product-item.overlay_center .product-loop-variations_swatch_attribute {
        position: static;
        opacity: 1;
    }

    .product-item.overlay_info .product-info {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .product-item.overlay_info .product-name a, .product-item.overlay_info .price-wrap del {
        color: #232529;
    }

    .product-item.overlay_info .product-info > *, .product-item.overlay_info .product-info {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .product-item.overlay_info .product-thumb {
        margin-bottom: 23px;
    }

    .product-item.overlay_info .thumb-link .images > a::before {
        display: none;
    }

    .product-item.overlay_info .product-info >:last-child {
        margin-bottom: 0;
    }

}

@media (max-width:991px) {
    .product-item.cart_and_icon .product-info .add-to-cart-wapper a {
        font-size: 14px;
    }

    .full.product-item .item_decs {
        display: none;
    }

    .full.product-item .product-bottom .buttons {
        display: flex;
        justify-content: space-between;
    }

    .full.product-item:hover .product-inner, .full.product-item:hover .product-info {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .full.product-item .product-bottom, .full.product-item:hover .product-bottom {
        opacity: 1;
        visibility: visible;
        margin-top: 22px;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .full.product-item .buttons {
        margin-top: 10px;
        display: none;
    }

    .full.product-item .product-info {
        position: relative;
    }

    .product-item.overlay_center .buttons .add-to-cart-wapper a::before {
        content: '\e902';
        font-size: 18px;
        font-family: Urus;
        display: inline-block;
        font-weight: 400;
    }

    .product-item.overlay_center .buttons .add-to-cart-wapper a:hover::before {
        color: #232529;
    }

    .product-item.overlay_center .buttons .add-to-cart-wapper a {
        display: inline-block;
        width: 120px;
        border-radius: 3px;
        height: 40px;
        line-height: 40px;
        font-size: 0;
        padding: 0;
    }

    .product-item.overlay_center .buttons .add-to-cart-wapper a:hover {
        border: 1px solid #dedede;
    }

}

@media (max-width:767px) {
    .product-item.info_on_img .buttons {
        position: static;
        display: table;
        flex-direction: row;
        width: 100%;
        table-layout: fixed;
        border: 1px solid #e5e7ec;
        margin-top: 10px;
        padding: 8px 0;
    }

    .product-item.info_on_img .buttons > div {
        float: none;
        display: table-cell;
        clear: none;
        vertical-align: middle;
    }

    .product-item.info_on_img .buttons > div a {
        padding: 7px 0;
        vertical-align: middle;
    }

    .product-item.info_on_img .buttons > div a {
        padding: 0;
        border-right: 1px solid #e5e7ec;
        border-bottom: none;
        width: 100%;
        vertical-align: middle;
    }

    .product-item.info_on_img .product-info {
        padding-right: 0;
    }

}

@media (max-width:479px) {
    .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 {
        ddisplay: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-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 .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-item.cart_and_icon .buttons {
        bottom: 10px;
    }

}

/*==============
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);
    text-align: left;
}

.product-item.list .product-inner {
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}

.product-item.list .star-rating {
    margin-bottom: 5px;
}

.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 {
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    max-width: 180px;
    text-align: left;
}

.product-item.list .buttons > div {
    text-align: center;
}

.product-item.list .buttons > div a::before {
    text-align: center;
    line-height: 38px;
}

.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:1024px) {
    .product-item.list .buttons > div a::before {
        line-height: 44px;
    }

}

@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: 12px;
}

.shop-control .pagination .nav-links {
    margin: 0 auto;
}

.pagination .nav-links > .page-numbers {
    width: 45px;
    height: 45px;
    border: 1px solid #a7acb4;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #232529;
    margin-right: 4px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.pagination .nav-links > .page-numbers:last-child {
    margin-right: 0;
}

.pagination .nav-links .next.page-numbers, .pagination .nav-links .prev.page-numbers {
    font-size: 14px;
}

.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover {
    border: 1px solid #232529;
    background-color: #232529;
    color: #fff;
}

.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 > li {
    list-style: none;
    margin-top: 8px;
    display: inline-block;
}

.woocommerce-pagination ul.page-numbers > li:not(:last-child) {
    margin-right: 8px;
}

.woocommerce-pagination ul.page-numbers > li > * {
    border: 1px solid #eaebed;
    height: 45px;
    width: 45px;
    padding: 0 10px;
    display: inline-block;
    color: #232529;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
    line-height: 45px;
    text-align: center;
}

.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: #232529;
    color: #ffffff;
    background-color: #232529;
    position: relative;
    z-index: 9;
}

.woocommerce-pagination .next:before, .woocommerce-pagination .prev:before {
    content: '\e919';
    font-family: Urus;
    font-weight: 400;
    font-size: 14px;
}

.woocommerce-pagination .prev:before {
    content: '\e93c';
}

.woocommerce nav.prdctfltr-pagination.prdctfltr-pagination-load-more {
    clear: both;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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: 20;
    top: 20px !important;
    right: 20px !important;
    position: absolute;
    visibility: hidden;
}

/************** urus-quickview *************/
#urus-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);
}

#urus-quickview:not(.is-visible) {
    display: none;
}

#urus-quickview.quickview-style-02 {
    display: block;
}

#urus-quickview #summary {
    padding-top: 6px;
}

#urus-quickview .urus-product-gallery__wrapper .swiper-container-horizontal {
    margin: 0;
}

#urus-quickview .slick-arrow {
    border: none;
    width: auto;
    height: auto;
    line-height: inherit;
    background-color: transparent;
    font-size: 30px;
    transform: translateY(-50%);
    margin: 0;
}

#urus-quickview .slick-arrow.next {
    right: 20px;
}

#urus-quickview .slick-arrow.prev {
    left: 20px;
}

#urus-quickview .slick-arrow.next .urus-icon::before {
    content: "\e91c";
}

#urus-quickview .slick-arrow.prev .urus-icon::before {
    content: "\e923";
}

#urus-quickview.is-visible {
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

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

#urus-quickview .urus-single-product-top {
    position: relative;
    display: block;
}

#urus-quickview .urus-product-gallery__wrapper, #urus-quickview .summary {
    padding: 0;
}

#urus-quickview .urus-product-gallery__wrapper {
    float: left;
    width: 500px;
    max-width: 100%;
}

#urus-quickview .summary {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    height: 100%;
    width: calc(100% - 500px);
    overflow: hidden;
}

#urus-quickview .summary button, #urus-quickview .summary .button, #urus-quickview .summary input[type="submit"], .empty-box button, .empty-box .button, .empty-box input[type="submit"] {
    transition: visibility 0s ease-in-out;
}

#urus-quickview.add-content .summary, #urus-quickview.add-content .quick-view-close {
    visibility: visible;
}

#urus-quickview.add-content .quick-view-close i {
    font-size: 14px;
}

.js-drawer-open-quickview .site-content {
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
    z-index: 9999;
}

#urus-quickview.quickview-style-02 {
    top: 0;
    right: -500px;
    width: 500px;
    height: 100%;
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    overflow-y: auto;
}

#urus-quickview.quickview-style-02.quickview-opened {
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
}

#urus-quickview.quickview-style-02 .summary {
    position: relative;
    float: none;
    width: 100%;
    visibility: visible;
}

#urus-quickview.quickview-style-02 .urus-product-gallery__wrapper {
    float: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
}

#urus-quickview.quickview-style-02 .quick-view-close {
    font-size: 0;
    width: auto;
    height: auto;
    text-align: left;
    line-height: 18px;
    z-index: 2;
    top: 20px !important;
    left: 20px !important;
    position: absolute;
    visibility: visible;
}

.admin-bar #urus-quickview.quickview-style-02 {
    top: 32px;
}

#urus-quickview {
    -webkit-transition: max-width 0.45s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: max-width 0.45s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: max-width 0.45s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: max-width 0.45s cubic-bezier(0.46, 0.01, 0.32, 1);
    max-width: 500px;
}

#urus-quickview:not(.quickview-style-02) .summary {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}

#urus-quickview.add-content .summary {
    visibility: visible;
    opacity: 1;
}

#urus-quickview.add-content {
    max-width: 100%;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#urus-quickview.urus-loader:after {
    opacity: 0.7;
    background: #fff;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce .wishlist_table del .amount {
    font-weight: 400;
    color: #83868c;
    margin-right: 10px;
}

.woocommerce .wishlist_table .amount, .woocommerce .wishlist_table .product-name a {
    color: #232529;
    font-weight: 500;
}

.woocommerce table.wishlist_table {
    font-size: 15px;
}

.wishlist_table .remove_from_wishlist {
    font-size: 22px;
    color: #232529;
}

.wishlist-title h2 {
    padding: 0 !important;
    margin-bottom: 15px;
}

@media screen and (max-width:782px) {
    .admin-bar #urus-quickview.quickview-style-02 {
        top: 46px;
    }

}

/*== 3. WOOCOMMERCE - SHOP FILTER ==*/

/* pjax running */
body.urus-loader::before {
    position: fixed;
    left: 50vw;
    top: 50vh;
}

body.urus-loader::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

/* 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 ==*/
.urus-filter-sc .prdctfltr_wc {
    display: none !important;
}

.urus_shop_control_top_wrapper {
    margin-bottom: 20px;
}

.urus_shop_control_top_wrapper .shop-control {
    align-items: flex-start;
}

.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.5s ease-in-out;
    overflow: hidden;
    transform: translateZ(0);
}

.filter-dropdown-content .block-content-waper {
    border: 2px solid #e8eaf0;
    padding: 25px 30px 0;
    margin-bottom: 25px;
}

.filter-dropdown-content.opened, .filter-dropdown-content.open {
    max-height: 2000px;
    transition: max-height 0.25s ease-in;
}

.filter-dropdown-content .widget ul {
    margin-bottom: 0;
}

.filter-dropdown-content .filter-block-head {
    display: none
}

.filter-dropdown-content .filter-actions {
    margin-bottom: 40px;
}

.filter-dropdown-content .prdctfltr-widget, .filter-dropdown-content .prdctfltr_wc {
    margin-bottom: 0
}

.filter-dropdown-content .prdctfltr_wc .prdctfltr_filter_inner {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-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 .urus_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;
}

.filter-dropdown-content .widget.urus-widget-layered-nav .swatch-type-color {
    margin-top: 10px;
}

.filter-dropdown-content .widget.urus_widget_brand .widgettitle {
    margin-bottom: 19px;
}

.filter-dropdown-content .widget_price_filter .price_slider {
    top: 5px;
}

.widget_price_filter #max_price, .widget_price_filter #min_price {
    display: none;
}

.shop-control.top .shop-action.block-filter-dropdown {
    display: block;
}

.shop-control.top .urus-filter-active {
    display: inline-flex;
}

.shop-control.top .urus-filter-active ul {
    display: block;
}

.shop-control.top .shop-action .show-filter-btn {
    display: inline-flex;
    margin-bottom: 6px;
}

.shop-control.top {
    margin-bottom: 14px;
}

.shop-control.top .shop-action .urus-icon {
    float: none;
    display: inline-block;
}

.shop-control.top .urus-filter-active .filtered_item, .shop-control.top .urus-filter-active .filtered_item .chosen > a {
    display: inline-flex;
}

@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;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-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;
    }

}

@media (max-width:991px) {
    .filter-dropdown-content .widget.widget_product_categories, .filter-dropdown-content .widget.widget_layered_nav, .filter-dropdown-content .widget.urus_widget_price_filter, .filter-dropdown-content .widget.urus_widget_brand, .filter-dropdown-content .urus_filter_content > .widget {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width:575px) {
    .filter-dropdown-content .widget.widget_product_categories, .filter-dropdown-content .widget.widget_layered_nav, .filter-dropdown-content .widget.urus_widget_price_filter, .filter-dropdown-content .widget.urus_widget_brand, .filter-dropdown-content .urus_filter_content > .widget {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/* 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;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background: #48c8fd;
}

@media (min-width:992px) {
    .prdctfltr_woocommerce_ordering .widget-title, .prdctfltr_filter .widgettitle {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

}

/*== 3.1.2 Canvas Filter Style ==*/
.shop-action .canvas-link {
    margin-bottom: 20px;
}

.filter-canvas-content ~ .prdctfltr_sc .products {
    margin-top: 30px
}

.filter-canvas-content {
    position: fixed !important;
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    top: 0;
    left: 0;
    z-index: 100;
}

.filter-canvas-content .urus_filter_content {
    padding: 80px 0 0 15px;
    height: calc(100vh - 80px);
}

.filter-canvas-content.open, .filter-canvas-content.opened {
    transform: translateX(0);
    z-index: 999;
}

.filter-canvas-content .filter-block-head {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: #000;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 15px;
    font-weight: 600;
    right: 0;
}

.admin-bar .filter-canvas-content {
    margin-top: 32px;
}

.filter-canvas-content .filter-block-head .close-block-filter-canvas {
    color: inherit;
    font-size: inherit;
}

.filter-canvas-content .close-block-filter-canvas {
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: right;
    color: #232529;
}

.filter-canvas-content .close-block-filter-canvas:before {
    content: '\e904';
    font-family: Urus;
    font-size: 11px;
    color: initial;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.filter-canvas-content .filter-block-head > span {
    font-weight: 600;
}

.canvas-box + .canvas-filter-overlay {
    background: rgba(0, 0, 0, 0.4);
    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;
}

.canvas-box.opened + .canvas-filter-overlay {
    opacity: 1;
    visibility: visible;
}

.filter-canvas-content .urus_filter_content_wrapper {
    display: block;
    background: #FFF;
    max-width: 320px;
    position: relative;
    height: 100vh;
}

.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 {
    margin-top: 40px
}

.drawer-fillter-wrapper:before, .drawer-fillter-wrapper:after {
    content: '';
    display: block;
}

.drawer-fillter-wrapper:after {
    clear: both;
}

.drawer-fillter-wrapper > .filter-drawer-content, .drawer-fillter-wrapper > .product-list-wapper {
    transition: width 0.6s ease-in-out;
    transform: translateZ(0);
}

.drawer-fillter-wrapper > div:not(.filter-drawer-content) {
    width: 100%;
    float: left;
}

.drawer-fillter-wrapper.opened > div:not(.filter-drawer-content) {
    width: calc(100% - 380px);
}

.drawer-fillter-wrapper .filter-drawer-content {
    float: left;
    width: 0;
    overflow: hidden;
}

.drawer-fillter-wrapper.opened .filter-drawer-content {
    width: 290px;
}

.drawer-fillter-wrapper .filter-drawer-content .urus_filter_content_wrapper {
    min-width: 290px;
    padding-right: 30px;
}

.filter-drawer-content .filter-block-head, .filter-step_filter-content .filter-block-head {
    display: none
}

.urus-block-filter-wapper {
    position: relative;
}

.urus-block-filter-wapper.filter-accordion-content .widget {
    margin-bottom: 0;
}

.urus-block-filter-wapper.filter-accordion-content .widget .widget-content select {
    padding: 5px 25px
}

.filter-drawer-content .prdctfltr_wc_widget .prdctfltr_collector {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.drawer-fillter-wrapper .filter-drawer-content {
    height: 0;
}
.drawer-fillter-wrapper.opened .filter-drawer-content {
    height: auto;
}
/*======step filter======*/
.filter-step_filter-content {
    margin-bottom: 55px;
    margin-top: 30px;
}

.filter-step_filter-content .widget .widgettitle {
    margin-bottom: 30px !important;
}

.filter-step_filter-content .widget_product_categories .select2-container, .filter-step_filter-content .widget_layered_nav .select2-container {
    margin-top: 0;
    margin-bottom: 0;
}

.filter-step_filter-content .widget .select2-container .select2-selection--single {
    padding: 16px 0;
    border-color: #dadada;
}

@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 .urus_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%);
}

.urus_filter_content .prdctfltr_wc.prdctfltr_maxheight .prdctfltr_add_scroll {
    overflow-y: inherit;
    overflow-x: inherit;
}

/*== 3.2.4 Price Element =*/
.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 =*/
.urus_filter_content .prdctfltr_filter.prdctfltr_tag .prdctfltr_checkboxes > label > span {
    box-sizing: initial;
    display: inline-block;
}

.urus_filter_content .prdctfltr_filter.prdctfltr_tag .prdctfltr_checkboxes > label > span::before, .urus_filter_content .prdctfltr_filter.prdctfltr_tag .prdctfltr_checkboxes > label > span::after {
    display: none
}

/*== 3.2.6 Scroll Max Height ==*/
.urus_filter_content .prdctfltr_wc .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ddd
}

.urus_filter_content .prdctfltr_wc .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc
}

/*== 3.3 Filter Result ==*/
.urus_filter_content .prdctfltr_collector_border > span {
    padding: 0 15px;
    margin: 0 8px 0 0;
    border: none;
    color: #FFF;
    background: #48c8fd;
    border-radius: 18px;
}

.urus_filter_content .prdctfltr_aftertitle > span, .urus_filter_content .prdctfltr_collector > span {
    display: inline-block;
    white-space: nowrap;
    line-height: 34px;
    font-size: 14px;
    margin: 0;
}

.urus_filter_content .prdctfltr_aftertitle > span a.prdctfltr_title_remove, .urus_filter_content .prdctfltr_collector > span a.prdctfltr_title_remove {
    color: #FFF;
    font-weight: normal;
    line-height: 34px;
    margin-left: 5px;
}

@media (min-width:992px) {
    .urus_filter_content .prdctfltr_collector_border > span {
        margin: 0 10px 0 0;
    }

    .filter-canvas-content .urus_filter_content .prdctfltr_collector_border > span, .filter-drawer-content .urus_filter_content .prdctfltr_collector_border > span {
        margin: 0 10px 10px 0;
    }

}

@media screen and (max-width:1199px) {
    .urus_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;
    }
    .mobile-button-group .js-drawer-open-cart {
        position: relative;
    }
}

@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;
    }

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

    .urus-shop-column a.switch-column {
        width: 36px;
        height: 36px;
        border: 1px solid #232529;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #232529;
        font-weight: bold;
    }

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

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

    .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 */

/* 4.1 SINGLE PRODUCT ELEMENTS */
.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: #83868c;
    letter-spacing: normal
}

.shop-single-heading .breadcrumbs a {
    color: #83868c
}

.shop-single-heading .breadcrumbs li > a::after {
    font-size: 8px
}

/**/
.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
}

/* urus-single-product-top */
.urus-single-product-top .summary {
    max-width: 480px
}

/* Single Rating */
.summary  .woocommerce-product-rating {
    overflow: hidden;
    display: flex;
    align-items: center
}

.summary  .woocommerce-product-rating .star-rating {
    font-size: 12px;
    letter-spacing: 7px;
    margin-right: 3px
}

.summary  .woocommerce-review-link {
    color: #83868c;
    font-size: 14px
}

.urus-review-container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 40px;
}

.urus-review-container > div {
    padding: 30px;
    border: 1px solid #ebebeb;
}

.urus-review-container .comment-reply-title {
    margin-top: 0;
}

.rate_bar {
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    align-items: center;
}

.rate_bar_title span {
    font-size: 0;
    line-height: normal;
}

.rate_bar_title span::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f005";
    font-size: 12px;
    color: #ccc;
    line-height: 100%;
    color: #ffd015;
    margin-left: 5px;
}

.rate_bar_content, .rate_bar_content .bar_content {
    display: inline-block;
    background: #e1e1e1;
    height: 12px;
}

.rate_bar_content .bar_content {
    background-color: #ffd015;
}

.rate_bar_count {
    text-align: right;
}

.urus-review-container > div.urus_total_review {
    margin-bottom: 40px
}

.urus_total_review .rate_bar_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width:768px) {
    .urus-review-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
        margin-top: 50px;
    }

    .summary  .woocommerce-product-rating {
        margin-top: -5px
    }

    .urus-review-container > div.urus_total_review {
        margin-bottom: 0
    }

}

/* Single Title Product & Price */
.summary  h1.product_title {
    font-size: 26px;
    font-weight: 400;
    color: #232529;
    padding-right: 55px;
}

.summary  .price {
    font-size: 26px;
    font-weight: 400;
    color: #232529;
}

.summary  h1.product_title ~ .price {
    border-bottom: 1px solid #e8eaf0
}

.summary  .price del {
    color: #83868c
}

.single_variation_wrap .price {
    border: none
}

.summary  .woocommerce-variation-price .price {
    display: flex;
}

.summary  .woocommerce-product-details__short-description {
    color: #83868c;
    font-size: 16px;
    line-height: 28px
}

.summary  .woocommerce-product-details__short-description p:not(:last-child) {
    margin-bottom: 8px
}

/* Single Size Chart*/
.product_size_chart__wapper {
    position: relative;
    display: flex;
    line-height: normal;
}

.product_size_chart__wapper a {
    display: flex;
    color: #232529;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    align-items: center;
}

.product_size_chart__wapper.urus-loader a {
    opacity: 0;
}

.product_size_chart__wapper a::before {
    font-family: 'Urus';
    content: "\e929";
    font-size: 20px;
    margin-right: 15px;
    color: inherit;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    margin-top: -3px;
    font-weight: 400;
}

/* Single Brand */
.product-brands li {
    list-style: none;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block
}

.product-brands li:last-child {
    margin-right: 0
}

/* Single form.variations_form */
table.variations {
    margin-bottom: 0;
    border: none;
    padding: 0
}

table.variations td {
    border: none;
    padding: 0
}

table.variations td.value {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

table.variations .label {
    display: flex;
    align-items: center;
    vertical-align: middle;
    width: auto;
    height: 44px;
    display: none
}

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 {
    padding: 9px 20px;
    min-width: 200px;
    max-width: 100%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

table.variations select ~ .data-val {
    display: inline-block
}

table.variations .data-val a {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    text-align: center;
    color: #868686;
    line-height: 42px;
    font-weight: 700;
    float: left;
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    -ms-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear
}

table.variations .data-val a.text {
    min-width: 42px
}

table.variations .data-val a:hover, table.variations .data-val a.active {
    background-color: #232529;
    color: #fff
}

table.variations .data-val .change-value:not(.text) {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px;
    padding: 0px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

table.variations .data-val .change-value:not(.text) > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    line-height: 30px;
    left: 50%;
    border: 1px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -ms-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

table.variations .data-val .change-value.photo-extend >.img {
    position: static;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    max-width: 100%;
}

table.variations  select.swatches_style_extend {
    display: none
}

table.variations .data-val .change-value.photo-extend {
    width: 60px !important;
    height: auto !important;
    border-radius: 0;
    border: 1px solid transparent;
}

table.variations .data-val .change-value.photo-extend:hover, table.variations .data-val .change-value.photo-extend.active {
    background-color: transparent;
    border-color: #232529;
}

table.variations .data-val .change-value.active:not(.text) > span {
    border-color: #adb0b7;
    opacity: 1;
}

table.variations .data-val .change-value.text {
    background-color: #f3f4f6;
}

table.variations .data-val .change-value.text:hover, table.variations .data-val .change-value.text.active {
    background-color: #232529;
}

table.variations .reset_variations {
    line-height: 42px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #232529;
}

table.variations .data-val .change-value:not(.text).active > span {
    border-color: #232529
}

/* Single Summary Align */
.summary .woocommerce-product-rating {
    margin-bottom: 12px
}

.summary h1.product_title {
    margin-bottom: 15px
}

.summary .price, .summary .woocommerce-variation-price .price, .summary .product-brands, .summary .woocommerce-product-details__short-description, .summary .product_size_chart__wapper, .summary .compare-button, .summary .single_add_to_cart_button, .summary .single-promo {
    margin-bottom: 20px;
}

.summary h1.product_title ~ .price {
    padding-bottom: 22px
}

.urus-single-product-top .special-sticky-layout {
    max-width: none
}

.summary .summary__inner >:last-child {
    margin-bottom: 0
}

.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%)
}

.urus-single-product-top .urus-product-gallery__wrapper {
    width: 800px;
    float: left;
}

.urus-single-product-top .summary {
    width: calc(100% - 800px);
    float: left;
    padding-left: 40px;
    position: relative;
    max-width: 600px;
}

.summary .urus-add-to-wishlist-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.summary .urus-add-to-wishlist-btn a {
    width: 50px;
    height: 50px;
    background: #f3f4f6;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: #000;
}

.summary .urus-add-to-wishlist-btn a::before {
    font-size: 17px;
    line-height: inherit;
}

.summary .urus-add-to-wishlist-btn.wishlist-added a, .summary .urus-add-to-wishlist-btn:hover a {
    color: #fff;
}

.no-sidebar .urus-single-product-top .summary {
    padding-left: 120px;
}

.single-product-layout-extra-sidebar .urus-single-product-top .summary {
    padding-left: 40px;
}

.single-product-layout-background .woocommerce-product-gallery, .single-product-layout-vertical .woocommerce-product-gallery, .single-product-layout-extra-sidebar .woocommerce-product-gallery {
    padding-left: 121px;
    position: relative;
}

.single-product-layout-background .urus-single-product-top {
    padding-top: 90px;
    margin-top: -90px;
}

.urus-product-gallery__wrapper .swiper-container-horizontal {
    margin-top: 15px;
}

/* Layout: Single Slider Large */
.single-product-layout-large .urus-product-gallery__wrapper .swiper-container-horizontal {
    margin-top: 0;
    position: relative;
    padding-bottom: 65px;
}

.urus-product-gallery__wrapper .swiper-container-horizontal .swiper-wrapper, .urus-product-gallery__wrapper .swiper-container-horizontal .swiper-slide {
    height: auto;
}

.single-product-layout-large .urus-product-gallery__wrapper .swiper-pagination {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.single-product-layout-large .urus-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 .urus-product-gallery__wrapper:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow.next {
    right: 30px;
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow.prev {
    left: 30px;
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow, .single-product-layout-large .urus-product-gallery__wrapper .slick-arrow .urus-icon {
    background: none;
    box-shadow: none;
    font-size: 30px
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow.next .urus-icon::before {
    content: "\e91c";
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow.prev .urus-icon::before {
    content: "\e923";
}

.related.products .product-item.default:hover .product-inner .product-thumb {
    box-shadow: none;
}

/* slick-arrow style */
.single-product-layout-special_slider .urus-product-special_gallery__wrapper .swiper-pagination {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.single-product-layout-special_slider .urus-product-special_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-special_slider .urus-product-special_gallery__wrapper:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.single-product-layout-special_slider .urus-product-special_gallery__wrapper .slick-arrow.next {
    right: 30px;
}

.single-product-layout-special_slider .urus-product-special_gallery__wrapper .slick-arrow.prev {
    left: 30px;
}

.single-product-layout-special_slider .urus-product-special_gallery__wrapper .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.single-product-layout-special_slider .urus-product-special_gallery__wrapper .slick-arrow, .single-product-layout-special_slider .urus-product-special_gallery__wrapper .slick-arrow .urus-icon {
    background: none;
    box-shadow: none;
    font-size: 30px
}

.single-product-layout-special_slider .urus-product-special_gallery__wrapper .slick-arrow.next .urus-icon::before {
    content: "\e91c";
}

.single-product-layout-special_slider .urus-product-special_gallery__wrapper .slick-arrow.prev .urus-icon::before {
    content: "\e923";
}

.single-product-layout-special_slider .woocommerce-product-gallery__wrapper {
    padding-bottom: 35px;
}

.single-product-layout-special_slider .urus-product-special_gallery__wrapper .large-thumbnail-slick .swiper-pagination {
    bottom: 0
}

.single-product-layout-large .urus-product-gallery__wrapper .swiper-pagination {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.single-product-layout-large .urus-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 .urus-product-gallery__wrapper:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow.next {
    right: 30px;
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow.prev {
    left: 30px;
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow, .single-product-layout-large .urus-product-gallery__wrapper .slick-arrow .urus-icon {
    background: none;
    box-shadow: none;
    font-size: 30px
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow.next .urus-icon::before {
    content: "\e91c";
}

.single-product-layout-large .urus-product-gallery__wrapper .slick-arrow.prev .urus-icon::before {
    content: "\e923";
}

.single-product-layout-background .swiper-thumbs-left, .single-product-layout-vertical .swiper-thumbs-left, .single-product-layout-extra-sidebar .swiper-thumbs-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    margin-top: 0;
}

.woocommerce-product-gallery li {
    list-style: none
}

.woocommerce-product-gallery .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-size: 0;
    opacity: 0.1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.woocommerce-product-gallery:hover .flex-direction-nav a {
    opacity: 1
}

.woocommerce-product-gallery .flex-direction-nav a::before {
    font-family: 'Urus';
    content: "\e93c";
    font-size: 22px;
    line-height: inherit;
    color: #232529;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.woocommerce-product-gallery .flex-direction-nav a.flex-prev {
    margin-left: 10px
}

.woocommerce-product-gallery .flex-direction-nav a.flex-next {
    right: 0;
    margin-right: 10px
}

.woocommerce-product-gallery .flex-direction-nav a.flex-next::before {
    content: "\e919";
}

/* Layout: Single Slider Gallery */
.single-product-layout-special_centered_slider .special_centered_slider .product_size_chart__wapper {
    display: flex;
    justify-content: center;
}

.single-product-layout-special_centered_slider .summary h1.product_title ~ .price {
    border-bottom: none;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.single-product-layout-special_centered_slider .woocommerce-product-details__short-description {
    padding: 0 40px;
    max-width: 800px;
    text-align: center;
    display: inline-block;
}

.single-product-layout-special_centered_slider .special_centered_slider .variations_form {
    display: block;
}

.single-product-layout-special_centered_slider table.variations td.value {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.single-product-layout-special_centered_slider table.variations select ~ .data-val {
    display: flex;
    flex-wrap: wrap;
}

.single-product-layout-special_centered_slider table.variations .reset_variations {
    position: absolute;
    right: 0
}

.single-product-layout-special_centered_slider .special_centered_slider .variations_form.cart .single_variation_wrap {
    padding: 0
}

.single-product-layout-special_centered_slider .woocommerce-variation-add-to-cart, .single-product-layout-special_centered_slider .variations_button, .single-product-layout-special_centered_slider .woocommerce-variation-add-to-cart-disabled {
    display: inline-block;
}

.single-product-layout-special_centered_slider .summary .product_meta {
    margin-bottom: 5px
}

.single-product-layout-special_centered_slider .special_centered_slider .summary .urus-add-to-wishlist-btn a {
    width: auto;
    height: auto;
    line-height: unset;
    margin-left: 0;
    background: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #232529;
    padding: 0;
    background-color: transparent;
}

.single-product-layout-special_centered_slider .summary .urus-add-to-wishlist-btn a:hover {
    background: none;
}

.single-product-layout-special_centered_slider .summary .urus-add-to-wishlist-btn a::before {
    line-height: inherit;
    font-size: 20px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 7px;
}

.urus-single-product-top .flex-control-nav li {
    padding: 1px;
}

.urus-single-product-top .flex-control-nav li img {
    opacity: 1;
    border: 1px solid transparent;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.urus-single-product-top .flex-control-nav li img.flex-active {
    border-color: #83b735;
}

.summary .urus-countdown {
    margin-bottom: 12px
}

.summary .urus-countdown .box-count {
    margin-right: 10px;
    font-size: 16px
}

.summary .urus-countdown .num {
    font-weight: 700;
    font-size: 18px !important
}

.summary .product-brands label {
    display: none
}

.summary .single-product-deal-countdown {
    border-top: none;
    padding-top: 0;
    margin-bottom: 12px
}

/* single-has-date-sale */
.single-has-date-sale .urus-deal-add-to-cart, .single-has-date-sale .summary .cart {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.single-has-date-sale .urus-deal-add-to-cart .quantity, .single-has-date-sale .summary .quantity {
    float: none;
    margin-right: 0
}

.single-has-date-sale .urus-single-add-to-cart-deal, .single-has-date-sale .summary .cart .button {
    width: 100%;
    margin-right: 10px;
    max-width: 400px
}

.single-has-date-sale .summary .cart, .single-has-date-sale .summary .cart ~ .compare-button {
    display: none;
}

.woocommerce-grouped-product-list  .woocommerce-grouped-product-list-item__label a {
    color: #232529
}

.summary .woocommerce-grouped-product-list .quantity {
    margin-right: 0
}

.single .stock {
    font-weight: 600
}

.single .stock.out-of-stock {
    color: #ff4b3f
}

.quantity {
    display: inline-block;
    width: 90px;
    border: 2px solid #000;
    padding-right: 42px;
    position: relative
}

.quantity .qty {
    border: none;
    padding: 13px 0;
    text-align: center;
    font-size: 20px;
    color: #232529;
    font-weight: 400;
    border-right: 1px solid #232529
}

.quantity .group-buttons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 43px;
}

.quantity .group-buttons a {
    display: flex;
    line-height: 10px;
    font-size: 10px;
    color: #000;
    height: 50%;
    text-align: center;
    align-items: center;
    justify-content: center
}

.quantity .group-buttons a::before {
    font-size: 16px;
    color: #232529;
    font-weight: 500
}

.quantity .group-buttons a.quantity-plus::before {
    content: '+'
}

.quantity .group-buttons a.quantity-minus::before {
    content: '-';
    font-size: 25px
}

.quantity .group-buttons a:first-child {
    border-bottom: 1px solid #232529
}

.summary .urus-deal-add-to-cart {
    margin-bottom: 25px
}

.summary .cart::before, .summary .cart:after {
    display: table;
    content: ''
}

.summary .cart:after {
    clear: both
}

.summary .cart .button, .urus-deal-add-to-cart  .urus-single-add-to-cart-deal {
    padding: 15px 45px;
    position: relative
}

.summary .cart .button::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    opacity: 0;
    visibility: hidden
}

.summary .quantity {
    float: left;
    margin-right: 10px
}

.summary .product_meta {
    font-weight: 700;
    color: #232529;
    margin-bottom: 20px
}

.variations_form .change-value.highlight {
    border: 1px solid #dedede !important;
}

.summary .product_meta > span {
    display: block;
    margin-bottom: 3px;
    font-size: 16px
}

.summary .product-item-share label {
    font-size: 16px
}

.summary .product_meta > span:last-child {
    margin-bottom: 0
}

.summary .product_meta > span span, .summary .product_meta > span a:not(:hover) {
    color: #83868c;
    font-weight: 400
}

.summary .product_meta .sku {
    letter-spacing: 1px
}

.summary .product_meta > span a {
    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-right: 10px
}

.summary .yith-wcwl-add-to-wishlist a {
    font-size: 0;
    background: #f3f4f6;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
}

.summary .compare-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #232529;
    padding: 0;
    background-color: transparent;
}

.summary .yith-wcwl-add-to-wishlist a::before, .summary .compare-button a::before {
    font-family: 'Urus';
    content: "\e903";
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    line-height: normal;
    font-weight: normal;
    vertical-align: middle;
    margin-top: -3px;
}

.summary .yith-wcwl-add-to-wishlist a::before {
    margin-right: 0;
}

.single .summary .compare-button a::before {
    font-size: 33px;
}

.summary .compare-button a::before {
    content: '\e906';
}

.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: #83868c;
    margin-left: 15px;
}

.product-item-share a:first-child {
    margin-left: 10px
}

.swiper-thumbs-left .swiper-container {
    height: 100%;
}

.swiper-thumbs-left .swiper-container .swiper-slide {
    height: auto;
}

.woocommerce-tabs, .urus-box-products {
    margin-top: 50px;
    position: relative;
}

.woocommerce-tabs .tabs {
    padding-bottom: 23px;
    position: relative;
    padding-top: 25px;
}

.left-sidebar .urus-box-products, .right-sidebar .urus-box-products, .left-sidebar .woocommerce-tabs, .right-sidebar .woocommerce-tabs {
    padding-top: 30px;
    border-top: 1px solid #e8eaf0;
}

.single-product .main-container {
    overflow: hidden;
}

.no-sidebar .urus-box-products::before, .no-sidebar .woocommerce-tabs .tabs::before, .no-sidebar .urus-box-products:after, .no-sidebar .woocommerce-tabs .tabs:after {
    content: '';
    height: 1px;
    background-color: #e8eaf0;
    position: absolute;
    width: 10000px;
    top: 0;
    left: -5000px;
}

.no-sidebar .woocommerce-tabs .tabs:after, .no-sidebar .urus-box-products:after {
    left: inherit;
    right: -5000px;
}

.no-sidebar .woocommerce-tabs .tabs:after {
    bottom: 0;
    top: auto;
}

.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;
    color: #83868c;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 0px 15px 8px 15px;
    position: relative;
}

.wc-tabs li:first-child:not(.description_tab) a {
    padding-left: 0;
}

.wc-tabs li:last-child a {
    padding-right: 0;
}

.wc-tabs li.active a {
    color: #232529;
}

.wc-tabs li a::before {
    content: '';
    background-color: #83b735;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wc-tabs li.active a::before {
    width: 100%;
    max-width: 102px;
}

.urus-box-products {
    padding-top: 40px;
}

.urus-box-products .box-head {
    text-align: center;
    margin: auto auto 50px auto;
}

.urus-box-products .box-head .title {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #232529;
}

.urus-box-products .box-head .title::after {
    content: '';
    background-color: #83b735;
    height: 2px;
    width: 80px;
    display: block;
    margin: 17px auto auto auto;
}

.urus-box-products {
    position: relative;
}

.urus-box-products .slick-arrow {
    position: absolute;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.urus-box-products .slick-arrow.prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.urus-box-products .slick-arrow.next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.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 {
    height: auto !important;
    padding: 0;
}

.single-product-gallery .single-product-gallery-item {
    margin-bottom: 30px;
}

.single-product-gallery .single-product-gallery-item:last-child {
    margin-bottom: 0;
}

.single-product-layout-gallery .single-product-gallery, .single-product-layout-gallery2 .single-product-gallery {
    margin: 0 -7px;
}

.single-product-layout-gallery2 .single-product-gallery .single-product-gallery-item, .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%;
}

.single-product-layout-gallery .urus-single-product-top .urus-product-gallery__wrapper, .single-product-layout-gallery2 .urus-single-product-top .urus-product-gallery__wrapper {
    width: 840px;
}

.single-product-layout-gallery  .urus-single-product-top .summary, .single-product-layout-gallery2  .urus-single-product-top .summary {
    width: calc(100% - 840px);
    max-width: 560px;
}

.no-sidebar .single-product-layout-gallery  .urus-single-product-top .summary, .no-sidebar .single-product-layout-gallery2  .urus-single-product-top .summary {
    padding-left: 80px;
}

.single-product-layout-large .urus-single-product-top .urus-product-gallery__wrapper {
    width: 60%;
}

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

.no-sidebar .single-product-layout-large .urus-single-product-top .summary:not(.not-grid) {
    width: calc(100% - 960px);
}

.single-product-layout-large .urus-single-product-top .summary {
    width: 40%;
    padding-left: 40px;
}

.no-sidebar .single-product-layout-large .urus-single-product-top .summary {
    padding-left: 80px;
}

.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;
}

.urus-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
}

.urus-threed-view {
    cursor: ew-resize;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.urus-threed-view .threed-view-images {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.urus-threed-view .threed-view-images img.current-image {
    visibility: visible;
    z-index: 9
}

.urus-threed-view .threed-view-images img.previous-image {
    visibility: hidden
}

.urus-threed-view .threed-view-images img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.urus-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
}

.urus-threed-view .nav_bar a {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
}

.urus-threed-view .nav_bar a::after {
    font-family: "FontAwesome";
    font-size: 18px;
    position: relative;
    vertical-align: middle;
}

.urus-threed-view .nav_bar a.nav_bar_play::after {
    content: "\f04b";
}

.urus-threed-view .nav_bar a.nav_bar_stop::after {
    content: "\f04c";
}

.urus-threed-view .nav_bar a.nav_bar_previous::after {
    content: "\f053";
}

.urus-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;
}

.single-product-layout-vertical .product-360-button, .single-product-layout-vertical .product-video-button {
    left: 140px;
}

.product-360-button::before, .product-video-button::before {
    font-family: 'Urus';
    content: "\e900";
    font-size: 27px;
    line-height: normal;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 400;
}

.product-video-button::before {
    content: "\e920";
}

.urus-product-gallery__wrapper {
    position: relative;
}

.single-product-layout-background .product-360-button, .single-product-layout-background .product-video-button
.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, .urus-woocommerce-product-gallery__trigger {
    position: absolute;
    bottom: 20px;
    right: 20px;
    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: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    color: #232529;
    z-index: 100;
}

.sticky-layout .single-product-layout-gallery .woocommerce-product-gallery__trigger, .sticky-layout .single-product-layout-gallery .urus-woocommerce-product-gallery__trigger, .single-product-layout-horizontal  .woocommerce-product-gallery__trigger, .single-product-layout-horizontal  .urus-woocommerce-product-gallery__trigger, .single-product-layout-gallery .woocommerce-product-gallery__trigger, .single-product-layout-gallery .urus-woocommerce-product-gallery__trigger {
    top: 20px;
    bottom: inherit;
}

.woocommerce-product-gallery__trigger::before, .urus-woocommerce-product-gallery__trigger::before {
    font-family: 'Urus';
    content: "\e912";
    font-size: 22px;
    line-height: inherit;
}

.summary .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}

/********* single background ***********/
.single-product .main-container.single_background_style {
    padding-top: 0;
}

.single_background_style .shop-single-heading {
    margin-bottom: 0;
}

.single_background_style .woocommerce-tabs {
    margin-top: 0;
}

.background-single-product-top {
    position: relative;
    padding: 25px 0 50px;
}

.background-single-product-top .background-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

/********* single special gallery ***********/
.urus-single-product-top.special-sticky-layout .urus-product-gallery__wrapper__inner {
    padding: 0 30px;
}

.urus-product-special_gallery__wrapper {
    position: relative;
}

.woocommerce-canvas-tabs .wc-tab-canvas {
    overflow-y: auto;
    padding: 70px 15px 30px 15px;
    overflow-x: hidden;
}

.woocommerce-canvas-tabs .canvas-tabs-title li {
    list-style: none;
    border-bottom: 1px solid #e8eaf0;
}

.woocommerce-canvas-tabs .canvas-tabs-title li:last-child {
    border-bottom: none;
}

.woocommerce-canvas-tabs .canvas-tabs-title li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #232529;
    font-weight: 600;
    padding: 9px 0;
}

.woocommerce-canvas-tabs .canvas-tabs-title li a::after {
    content: '+';
    display: inline-block;
    float: right;
}

.main-container.woo_single_layout_background .shop-single-heading {
    margin-bottom: 0
}

.urus-product-special_gallery__wrapper .large-thumbnail-slick .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.urus-product-special_gallery__wrapper .large-thumbnail-slick:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.urus-product-special_gallery__wrapper .large-thumbnail-slick .swiper-pagination {
    position: absolute;
    bottom: 10px;
}

.urus-product-special_gallery__wrapper .large-thumbnail-slick .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.6);
}

.urus-product-special_gallery__wrapper .large-thumbnail-slick .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #232529;
}

.woocommerce-canvas-tabs-content .wc-tab-canvas {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    z-index: 10001;
    -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0;
}

.woocommerce-canvas-tabs-content .wc-tab-canvas.open {
    opacity: 1;
    visibility: visible;
}

.wc-tab-canvas .tab_detail {
    width: 480px;
    padding: 70px 15px 30px 15px;
    background: #fff;
    position: absolute;
    right: 0;
    min-height: 100vh;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: -o-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: -moz-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.wc-tab-canvas#tab-description .tab_detail .wpb_column {
    width: 100%;
}

.woocommerce-canvas-tabs-content .wc-tab-canvas.open .tab_detail {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.wc-tab-canvas .tab-head {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 15px;
    font-weight: 500;
    color: #fff;
}

.wc-tab-canvas .tab-head .close-tab {
    color: #fff;
}

.wc-tab-canvas .urus-review-container > div {
    border: none;
}

.wc-tab-canvas .woocommerce-Reviews-title {
    display: none;
}

.wc-tab-canvas .urus-review-container .urus_total_review {
    padding-bottom: 0;
}

.wc-tab-canvas#tab-description .tab__inner > h2, .wc-tab-canvas#tab-additional_information .tab__inner > h2 {
    display: none;
}

.wc-tab-canvas .urus-review-container {
    display: block;
    border: 1px solid #ebebeb;
}

.admin-bar .wc-tab-canvas .tab-head {
    top: 32px;
}

.admin-bar .wc-tab-canvas .tab_detail {
    padding-top: 102px;
}

.wc-tab-canvas .tab-head span.title {
    font-size: 16px;
}

.wc-tab-canvas .tab-head a.close-tab i {
    font-size: 11px
}

.wc-tab-canvas .commentlist .review {
    padding: 20px 0
}

.urus_single_top_bar {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.single-nav-wrapper {
    list-style: none;
    position: relative
}

.single-product-nav {
    display: inline-block;
    padding: 0 5px;
}

.single-product-nav > a {
    font-size: 0;
    color: #232529;
}

.single-product-nav > a > .urus-icon {
    font-size: 14px;
}

.single-product-nav .item-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    z-index: 350;
    -webkit-transition: -webkit-transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
    -o-transition: -o-transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
    -moz-transition: -moz-transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.single-product-nav:hover .item-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.single-product-nav .item-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #f4f4f4;
}

.single-product-nav .item-detail .info {
    padding-left: 10px;
}

.single-product-nav .item-detail .product-name {
    font-size: 14px
}

.urus-single-product-top.special_centered_slider .urus-product-gallery_wrapper {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 40px;
}

.special_centered_slider.special_centered_slider .summary {
    width: 100%;
    max-width: 100%;
    float: none;
}

.special_centered_slider .summary .urus-add-to-wishlist-btn {
    position: relative;
}

.special_centered_slider .summary .price {
    position: relative;
    padding-bottom: 40px;
    border: none;
}

.special_centered_slider .summary .price::after {
    content: '';
    height: 1px;
    width: 100000px;
    position: absolute;
    bottom: 0;
    left: -50000px;
    background-color: #e8eaf0;
}

.special_centered_slider .woocommerce-product-rating, .special_centered_slider  .variations_form {
    display: inline-block;
}

.special_centered_slider  .variations_form.cart .single_variation_wrap {
    padding-right: 61px;
}

.special_centered_slider  .product-brands .list {
    margin-bottom: 22px;
}

.special_centered_slider  table.variations .data-val a {
    float: none;
}

.special_centered_slider  table.variations .data-val a:last-child {
    margin-right: 0;
}

.special_centered_slider  .summary .urus-add-to-wishlist-btn a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-left: -55px;
}

.special_centered_slider .summary .product_title {
    padding-right: 0;
}

.special_centered_slider.urus-single-product-top .summary {
    padding-left: 0;
}

.special_centered_slider .product_size_chart__wapper {
    display: block;
}

/****/
.single-product-layout-extra-sidebar .urus_widget_featured_box {
    margin-bottom: 30px
}

.single-product-layout-extra-sidebar .urus_widget_featured_box:first-child {
    margin-top: 50px
}

.single-product-layout-extra-sidebar .urus_widget_featured_box:last-child {
    margin-bottom: 0;
}

.urus_widget_featured_box .content-box {
    background-color: #f3f4f6;
    padding: 30px 20px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -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;
    text-align: center;
}

.single-product-deal-countdown {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    margin-bottom: 20px;
}

.single-product-deal-countdown .urus-countdown {
    overflow: hidden;
    margin-bottom: 0;
}

.single-product-deal-countdown .urus-countdown-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    vertical-align: middle;
}

.single-product-deal-countdown .urus-countdown-title::before {
    content: '\e91f';
    font-family: Urus;
    color: #ff2222;
    font-size: 32px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.single-product-deal-countdown .box-count {
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    float: left;
    margin-bottom: 12px;
    display: inline-block;
}

.single-product-deal-countdown .box-count:last-child {
    margin-right: 0;
}

.single-product-deal-countdown .box-count .num {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    font-size: 30px !important;
    color: #fff;
    background-color: #ff2222;
    display: block;
    letter-spacing: 0;
    font-weight: 400;
}

.single-product-deal-countdown .box-count .text {
    display: block;
    margin-top: 15px;
}

.urus_widget_featured_box .content-box:hover {
    border-color: #000000;
}

.urus_widget_featured_box .content-box .icon > span {
    font-size: 50px;
    color: #232529;
    font-weight: 500;
    margin-bottom: 16px;
    display: block;
}

.urus_widget_featured_box .content-box .content-text h3 {
    font-weight: 700;
    color: #232529;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.urus_widget_featured_box .content-box .content-text .text {
    color: #83868c;
    font-size: 14px;
    line-height: 24px;
}

@media (min-width:992px) {
    .single-product-layout-extra-sidebar .urus_widget_featured_box {
        margin-bottom: 20px
    }

    .single-product-layout-extra-sidebar .urus_widget_featured_box:first-child {
        margin-top: 0
    }

    .urus_widget_featured_box .content-box .icon > span {
        font-size: 50px;
    }

    .urus_widget_featured_box .content-box {
        padding: 30px 20px 50px;
    }

}

/* Layout: Sticky Center */
.single-product-layout-special_gallery .summary h1.product_title, .single-product-layout-special_slider .summary h1.product_title {
    padding-right: 50px
}

.single-product-layout-special_gallery .sticky_content_right, .single-product-layout-special_slider .urus_single_right_content {
    padding: 40px 30px;
    border: 1px solid #e8eaf0;
}

.single-product-layout-special_gallery .urus-single-product-top.special-sticky-layout  .urus-product-gallery__wrapper__inner, .single-product-layout-special_slider  .urus-single-product-top .urus-product-gallery__wrapper__inner {
    padding: 0;
}

.single-product-layout-special_gallery .sticky_content_left .woocommerce-canvas-tabs {
    padding: 5px 0 20px 0
}

.single-product-layout-special_gallery .summary .compare-button, .single-product-layout-special_slider .summary .compare-button {
    margin-bottom: 0
}

.single-product-layout-special_gallery .woocommerce-canvas-tabs, .single-product-layout-special_slider .woocommerce-canvas-tabs {
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (min-width:992px) and (max-width:1499px) {
    .single-product-layout-special_slider  .summary .cart .button, .single-product-layout-special_gallery  .summary .cart .button {
        display: block;
        width: 100%;
    }

    .single-product-layout-special_gallery .summary .quantity, .single-product-layout-special_slider .summary .quantity {
        display: block;
        width: auto;
        margin-right: 0;
        float: none;
        margin-bottom: 15px;
    }

}

@media (max-width:1199px) {
    .single-product-layout-special_gallery .variations_form {
        padding: 30px 20px;
    }

}

@media (max-width:1024px) {
    .single-product-layout-special_gallery  .summary .cart .button {
        padding: 15px 30px;
        position: relative;
    }

}

@media (max-width:991px) {
    .single-product-layout-special_gallery  .urus-product-special_gallery__wrapper {
        order: 3;
    }

    .single-product-layout-special_slider .urus-product-special_gallery__wrapper {
        order: 1;
        margin-bottom: 50px;
    }

    .single-product-layout-special_slider .urus_single_left {
        order: 2;
    }

    .single-product-layout-special_slider .urus_single_right {
        order: 3;
    }

    .single-product-layout-special_slider .summary .urus-add-to-wishlist-btn {
        right: 15px;
    }

    .single-product-layout-special_gallery  .sticky_content {
        position: relative !important;
        top: auto !important;
        width: auto !important;
        left: auto !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    .single-product-layout-special_gallery  .single-product-gallery-item, .single-product-layout-special_slider  .single-product-gallery-item {
        margin-bottom: 30px;
    }

    .single-product-layout-special_gallery  .urus_sticky_single {
        height: auto !important;
    }

    .single-product-layout-special_gallery .sticky_content, .single-product-layout-special_slider .sticky_content {
        margin-bottom: 40px;
    }

    .single-product-layout-special_gallery .sticky_content >:last-child {
        margin-bottom: 0;
    }

    .single-product-layout-special_gallery .variations_form, .single-product-layout-special_slider .variations_form {
        padding: 40px 0;
        border-width: 1px 0;
    }

    .single-product-layout-special_gallery  .woocommerce-canvas-tabs, .single-product-layout-special_slider  .woocommerce-canvas-tabs {
        margin-bottom: 7px;
    }

    .single-product-layout-special_gallery .urus_single_right >:last-child, .single-product-layout-special_slider .urus_single_right >:last-child {
        margin-bottom: 0;
    }

    .single-product-layout-special_gallery .urus_single_right {
        margin-bottom: 40px;
    }

    /* drawer filter   */
    .admin-bar .drawer-fillter-wrapper .filter-drawer-content:not(.urus-block-filter-wapper) {
        margin-top: 32px;
    }

    .drawer-fillter-wrapper .filter-drawer-content .filter-block-head {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        background: #000;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        padding: 0 15px;
        font-weight: 600;
        right: 0;
    }

    .drawer-fillter-wrapper .filter-drawer-content .urus_filter_content_wrapper {
        min-width: auto;
        padding: 80px 15px 0;
    }

    .drawer-fillter-wrapper .filter-drawer-content:not(.urus-block-filter-wapper) {
        overflow-y: auto;
        width: 320px;
        position: fixed;
        top: 0;
        height: 100vh;
        left: -320px;
        -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1), opacity 0.4s ease-out;
        -moz-transition: -moz-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1), opacity 0.4s ease-out;
        -ms-transition: -ms-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1), opacity 0.4s ease-out;
        -o-transition: -o-transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1), opacity 0.4s ease-out;
        transition: transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1), opacity 0.4s ease-out;
        z-index: 10000;
        background-color: #fff;
    }

    .drawer-fillter-wrapper .filter-drawer-content .close-block-filter-drawer {
        color: inherit;
        font-size: inherit;
    }

    .drawer-fillter-wrapper.opened>div:not(.filter-drawer-content) {
        width: 100%;
    }

    .drawer-fillter-wrapper.opened .filter-drawer-content:not(.urus-block-filter-wapper) {
        display: block;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .drawer-fillter-wrapper.opened .urus-block-filter-wapper {
        width: 100%;
    }

}

@media (max-width:767px) {
    .single-product-layout-special_gallery  .summary .cart .button {
        padding: 10px 30px;
    }

}

/*single with background*/
.single-product-layout-background .urus-single-product-top + * {
    margin-top: 0;
    border-top: none;
}

.single-product-layout-background table.variations .data-val a {
    background-color: #fff;
    color: #232529;
    font-weight: 700;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.single-product-layout-background a.change-value.text.active {
    background-color: #232529;
    color: #fff;
}

.single-product-layout-background .summary .urus-add-to-wishlist-btn a {
    background-color: #fff;
}

@media (max-width:767px) {
    .single-product-layout-background .background-single-product-top {
        padding-bottom: 40px;
    }

}

.urus-single-product-top .woocommerce-product-gallery__wrapper .slick-arrow.prev > i::before {
    content: '\e921';
}

.urus-single-product-top .woocommerce-product-gallery__wrapper .slick-arrow.next > i::before {
    content: '\e91a';
}

.urus-single-product-top .woocommerce-product-gallery__wrapper .slick-arrow.next {
    right: 30px;
}

.urus-single-product-top .woocommerce-product-gallery__wrapper .slick-arrow.prev {
    left: 30px;
}

.urus-single-product-top  .woocommerce-product-gallery__wrapper .slick-arrow {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 28px;
}

/* 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 {
    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 .shop_table.cart .product-remove .remove {
    font-size: 22px;
}

.woocommerce-cart-form .cart_item .variation dd > p:last-child {
    margin-bottom: 0;
}

.woocommerce-cart-form .cart_item .variation dd > p {
    display: inline-block;
}

.woocommerce-cart-form .product-name > a {
    font-size: 16px;
    font-weight: 500;
    color: #232529;
    margin-bottom: 10px;
    display: block;
}

.cart_item .variation-Color p:not(:last-child) {
    margin-right: 10px;
}

.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;
}

.woocommerce-checkout-review-order .shop_table tr > * {
    border-bottom: 1px solid #e3e3e3;
}

.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;
    position: relative;
    margin-bottom: 12px;
}

.product_list_widget li:last-child {
    margin-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: 16px;
    color: #232529;
    font-weight: 400;
    margin-bottom: 5px;
}

.product_list_widget .woocommerce-Price-amount {
    color: #232529;
    font-weight: 700;
}

.product_list_widget .product-title, .product_list_widget .star-rating {
    display: block;
}

.product_list_widget .star-rating {
    margin-bottom: 10px;
}

.product_list_widget del .woocommerce-Price-amount {
    color: #999;
}

.widget_product_categories ul:not(.children) li a {
    font-weight: 700;
}

.widget_product_categories ul li a, .widget_product_categories ul.children li a, .widget_layered_nav ul li a, .urus_widget_brand ul li a, .urus_widget_orderby_filter ul li a, .widget_price_filter .fiter-prices.fiter-prices-link li a {
    font-size: 16px;
    color: #232529;
    display: inline-block;
    padding: 6px 0;
}

.widget_price_filter .fiter-prices.fiter-prices-link li a {
    font-weight: bold;
}

.widget_price_filter .fiter-prices.fiter-prices-link li a:hover {
    color: #83b735;
}

.urus_widget_brand ul li a {
    display: block;
}

.urus_widget_brand ul li a .count {
    float: right;
}

.urus_widget_brand ul li.has_logo {
    width: 49%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.urus_widget_brand ul li.has_logo a {
    font-size: 0
}

.urus_widget_brand ul li.has_logo a img {
    padding: 3px
}

.widget_product_categories ul.children li a {
    font-size: 15px;
    font-weight: 400;
    padding: 3px 0;
}

.widget_product_categories ul.children {
    display: none;
    padding-left: 15px;
}

.widget_product_categories .toggle-cat {
    display: inline-block;
    width: 30px;
    text-align: right;
    cursor: pointer;
    vertical-align: top;
    margin-top: 12px;
    line-height: 1;
    float: right;
}

.widget_product_categories .toggle-cat::before, .widget_product_categories .toggle-cat.active::before {
    content: '+';
    color: #232529;
    display: inline-block;
    font-weight: 700;
}

.widget_product_categories .toggle-cat.active::before {
    content: '-';
}

.widget_product_categories ul li.cat-parent>a {
    font-weight: 700;
    display: inline-block;
}

.urus_filter_content .widget_product_categories ul li.cat-parent>a {
    width: calc(100% - 30px);
}

.widget.widget_product_categories .widgettitle, .widget.urus_widget_brand .widgettitle, .widget.urus_widget_orderby_filter .widgettitle, .widget.widget_layered_nav .widgettitle {
    margin-bottom: 14px;
}

.filter-dropdown-content .widget.widget_product_categories .widgettitle, .filter-dropdown-content .widget.widget_layered_nav .widgettitle {
    margin-bottom: 19px;
}

.filter-dropdown-content .widget_price_filter .widgettitle {
    margin-bottom: 30px;
}

.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: #d8dde6;
    position: relative;
    width: calc(100% - 13px);
    border-radius: 3px;
    margin-bottom: 26px;
}

.widget_price_filter .ui-slider-range {
    height: 3px;
    position: absolute;
    background-color: #232529;
}

.widget_price_filter .ui-slider-handle {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 2px solid #232529;
    position: absolute;
    top: -5px;
}

.widget_price_filter .price_slider_amount {
    position: relative;
    padding-top: 30px;
}

.widget_price_filter .price_slider_amount .price_label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #232529;
    font-size: 16px;
}

.widget_price_filter .widgettitle {
    margin-bottom: 30px
}

.sidebar .widget_shopping_cart .widget_shopping_cart_content {
    padding: 0;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a {
    display: inline-block;
    padding: 0 10px;
    min-width: 42px;
    height: 42px;
    line-height: 40px;
    color: #232529;
    border: 1px solid #232529;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 15px;
    text-align: center;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li:hover>a, .woocommerce-widget-layered-nav-list.layered-nav-swatches >li.chosen>a {
    color: #fff;
    background-color: #232529;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-photo, .woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-color {
    border-radius: 100%;
    border-color: transparent;
    padding: 0;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-color.highlight {
    border-color: #e3e6ec;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-photo .swatch, .woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-color .swatch {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    position: relative;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li:hover>a.swatch-type-photo, .woocommerce-widget-layered-nav-list.layered-nav-swatches >li.chosen>a.swatch-type-color {
    background-color: transparent;
    border-color: transparent;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li:hover>a.swatch-type-color.highlight, .woocommerce-widget-layered-nav-list.layered-nav-swatches >li.chosen>a.swatch-type-color.highlight {
    background-color: transparent;
    border-color: #e3e6ec;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li.chosen>a.swatch-type-photo .swatch:after, .woocommerce-widget-layered-nav-list.layered-nav-swatches >li.chosen>a.swatch-type-color .swatch:after {
    font-family: 'Urus';
    content: "\e903";
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 100%;
    line-height: 30px;
    font-size: 10px;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-color.no-color .swatch-color::before {
    font-family: 'Urus';
    content: "\e904";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    font-weight: 400;
    color: #e3e6ec;
    font-size: 10px;
}

.woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-photo .text, .woocommerce-widget-layered-nav-list.layered-nav-swatches >li>a.swatch-type-color .text {
    display: none;
}

.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;
}

.woocommerce-result-count {
    margin: 0;
    line-height: 36px;
}

.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;
}

.widget_product_tag_cloud .widgettitle {
    margin-bottom: 20px;
}

.widget_top_rated_products .widgettitle, .widget_products .widgettitle {
    margin-bottom: 18px;
}

.widget_archive select[name=archive-dropdown] {
    margin-top: 11px;
    margin-bottom: 0;
}

.commentlist .review {
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    padding: 45px 0;
    overflow: hidden;
}

.widget .urus_product_list_widget.urus-products-carousel {
    margin-top: 30px;
}

.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;
}

.wpcf7-form > p:last-child {
    margin-bottom: 0;
}

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

/*quick view*/
.quick-view-close::after {
    content: '\e904';
    font-family: 'Urus';
    font-size: 20px;
    display: inline-block;
}

.infload-controls.button-mode > a {
    padding: 13px 40px;
    display: inline-block;
    background: #232529;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
}

.shop-control.bottom {
    margin-bottom: 0;
}

.shop-control.bottom .infload-controls {
    margin-top: 25px;
    position: relative;
}

.infload-controls.hide-btn > a, .infload-controls > a.infload-to-top {
    display: none;
}

.infload-controls.button-mode.hide-btn > a.infload-to-top {
    display: block;
}

.all-products-loaded .infload-controls>a.infload-to-top {
    display: block;
}

/* Familan Feauture - Wishlist Drawer */
#Familab_WishlistDrawer {
    right: -320px;
    width: 320px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.admin-bar #Familab_WishlistDrawer {
    top: 32px;
}

@media screen and (max-width:782px) {
    .admin-bar #Familab_WishlistDrawer {
        top: 46px;
    }

}

#Familab_WishlistDrawer.wishlist-opened {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
}

.js-drawer-open-wishlist .site-content {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
}

#Familab_WishlistDrawer .wishlist-inner {
    padding: 10PX 25px;
}

#Familab_WishlistDrawer .wishlist-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#Familab_WishlistDrawer .wishlist-header .title {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
}

#Familab_WishlistDrawer .wishlist-header .title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 160px;
    border-bottom: 1px solid #ecebeb;
}

#Familab_WishlistDrawer .wishlist-header .js-close-wishlist {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px;
    height: 50px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Familab_WishlistDrawer .wishlist-header .wishlist-count {
    display: flex;
    min-width: 25px;
    height: 25px;
    padding: 3px;
    align-items: center;
    justify-content: center;
    background: #232529;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-top: -10px;
    top: -15px;
    right: -2px;
    position: relative;
}

#Familab_WishlistDrawer .wishlist-inner .wishlist-empty {
    margin-top: 30px;
    text-align: center;
}

#Familab_WishlistDrawer .single-wishlist-item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    opacity: 1;
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #ecebeb;
    text-align: left;
    -webkit-transition: all 0.3s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.46, 0.01, 0.32, 1);
}

#Familab_WishlistDrawer .single-wishlist-item:last-child {
    border: none;
}

#Familab_WishlistDrawer .single-wishlist-item.removed {
    opacity: 0.6;
    max-height: 0px;
    padding: 0;
}

#Familab_WishlistDrawer .single-wishlist-item .product-remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 5;
    width: 30px;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#Familab_WishlistDrawer .single-wishlist-item .product-thumbnail {
    width: 100px;
    margin-right: 20px;
}

#Familab_WishlistDrawer .single-wishlist-item .product-name {
    margin-bottom: 5px
}

#Familab_WishlistDrawer .single-wishlist-item .product-price {
    margin-bottom: 10px
}

#Familab_WishlistDrawer .single-wishlist-item .product-name a:not(hover) {
    color: #232529;
    font-weight: 500;
}

#Familab_WishlistDrawer .single-wishlist-item .product-add-to-cart a {
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    background: #83b735;
    color: #FFF;
    transition: all 150ms ease 0s;
}

#Familab_WishlistDrawer .add_to_cart_button.added {
    display: none !important;
}

@media (min-width:768px) {
    #Familab_WishlistDrawer {
        right: -380px;
        width: 380px;
    }

    #Familab_WishlistDrawer.wishlist-opened {
        -webkit-transform: translateX(-380px);
        -moz-transform: translateX(-380px);
        -ms-transform: translateX(-380px);
        -o-transform: translateX(-380px);
        transform: translateX(-380px);
    }

    .js-drawer-open-wishlist .site-content {
        -webkit-transform: translateX(-380px);
        -moz-transform: translateX(-380px);
        -ms-transform: translateX(-380px);
        -o-transform: translateX(-380px);
        transform: translateX(-380px);
    }

}

.urus-add-to-wishlist-btn a {
    font-size: 0;
}

.urus-add-to-wishlist-btn a::before {
    font-family: 'Urus';
    content: "\e915";
    font-size: 23px;
}

.urus-categories .product-category {
    list-style: none;
    margin-bottom: 51px;
}

.urus-categories .product-category .inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.urus-categories .product-category .cat-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
}

.urus-categories .product-category .cat-name {
    font-size: 20px;
    color: #232529;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 3px;
    margin-top: 25px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.urus-categories .product-category .count {
    font-size: 16px;
    color: #868686;
    font-weight: 400;
    margin-bottom: 0;
}

.urus-categories .product-category .thumb {
    display: block;
    margin: -1px;
    overflow: hidden;
}

.urus-categories .product-category .thumb img {
    -webkit-transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.urus-categories .product-category:hover .thumb img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

.category-description {
    margin-bottom: 40px;
}

/* THEME FEATURES */
@media (min-width:992px) {
}

#urus-compare {
    position: fixed;
    z-index: 1999;
    width: 100%;
    bottom: -400px;
    left: 0;
    right: 0;
    opacity: 0;
    max-height: 0;
    background: #FFF;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.07);
}

#urus-compare.active {
    bottom: 0;
    max-height: 500px;
    opacity: 1;
    overflow: auto;
}

#urus-compare tr.add-to-cart > td {
    min-width: 230px;
}

#urus-compare .compare-table .tbody {
    min-width: 850px;
    overflow-x: auto;
}

#urus-compare .product-title {
    font-size: 16px;
    font-weight: 500;
}

#urus-compare .product-thumb {
    margin-bottom: 15px;
}

#urus-compare table {
    table-layout: fixed;
    min-width: 950px;
    overflow-x: auto;
}

#urus-compare table th {
    width: 130px;
}

.urus-compare .button {
    padding-top: 11px;
    padding-bottom: 11px;
}

.compare-heading {
    padding: 20px;
    margin: 0 !important;
}

.compare_heading_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.compare_heading_title h4 {
    margin-bottom: 12px;
    font-size: 24px;
    text-transform: uppercase;
}

.compare_heading_title h4::after {
    display: block;
    content: '';
    height: 1px;
    width: 100px;
    background-color: #c3c7cf;
    margin: 15px auto 0;
}

.compare_heading_title .begin-compare-btn:hover {
    cursor: pointer;
    text-decoration: underline;
}

.comparing-products::before {
}

.comparing-products::after {
}

#urus-compare.extended.active {
    height: 100%;
    max-height: 2000px;
}

#urus-compare .urus-compare-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

#urus-compare .compare-loader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
}

#urus-compare .compare-loader.active {
    opacity: 1;
    visibility: visible;
}

#urus-compare .compare-close-btn, #urus-compare .compare-minimize-btn {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

#urus-compare .compare-minimize-btn {
    top: 0;
    right: 0;
}

#urus-compare .compare-table {
    display: none;
    position: relative;
}

#urus-compare .single-compare-item {
    position: relative;
}

#urus-compare .single-compare-item .product-thumbnail-hover {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 20px);
    width: 230px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 20px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    padding: 10px 10px 5px 10px;
    text-align: center;
    background: #fff;
}

#urus-compare .single-compare-item .product-small-thumbnail {
    overflow: hidden;
}

#urus-compare .single-compare-item .product-small-thumbnail img {
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

#urus-compare .single-compare-item:hover .product-small-thumbnail img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#urus-compare .single-compare-item .product-thumbnail-hover .product-title {
    margin-top: 5px
}

#urus-compare .single-compare-item.placeholder .compare-remove {
    display: none;
}

#urus-compare .single-compare-item:not(.placeholder):hover .product-thumbnail-hover {
    opacity: 1;
    visibility: visible;
}

.logged-in.admin-bar .compare-table {
    margin-top: 35px
}

.compare-toggle {
    font-size: 0;
    position: fixed;
    bottom: 105px;
    right: 0;
    height: 35px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 50%;
}

.compare-toggle.show {
    right: 40px;
    opacity: 1;
    visibility: visible;
}

.compare-panel-btn::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    font-family: Urus;
    vertical-align: middle;
    content: "\e906";
    color: #000;
    border: 1px solid #bbb;
}

.single-compare-item {
    margin: 0 5px
}

.single-compare-item .compare-remove {
    text-align: center;
}

.single-compare-item .remove_from_compare {
    font-size: 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#urus-compare .compare-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 290px;
}

#urus-compare .compare-buttons .clear-btn {
    color: #999;
    line-height: 40px;
    border: 1px solid #dedede;
    padding: 4px 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: border-color 250ms ease, color 250ms ease;
    -moz-transition: border-color 250ms ease, color 250ms ease;
    transition: border-color 250ms ease, color 250ms ease;
}

#urus-compare .compare-buttons .clear-btn:hover {
    border-color: #000;
    color: #000
}

#urus-compare .compare-buttons .clear-btn, #urus-compare .compare-buttons .begin-compare-btn {
    margin: 5px;
    min-width: 200px;
    letter-spacing: 2px;
}

@media (max-width:1200px) {
    .compare_heading_title h4 {
        font-size: 20px
    }

    #urus-compare .compare-buttons {
        align-items: flex-end;
    }

}

@media (max-width:991px) {
    #urus-compare .compare-heading {
        padding: 30px 0
    }

    #urus-compare .compare-heading, #urus-compare .compare_heading_title + .col-9 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    #urus-compare .compare_heading_title + .col-9 {
        position: static;
    }

    .compare_heading_title {
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%
    }

    .compare_heading_title h4 {
        margin-bottom: 0;
        font-size: 18px;
    }

    .compare_heading_title .begin-compare-btn {
        display: none;
    }

    #urus-compare .compare-buttons {
        padding-left: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    #urus-compare .compare-close-btn {
        top: 0;
    }

}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.single-promo li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: #ff2222;
    margin-bottom: 2px;
}

.single-promo li:last-child {
    margin-bottom: 0;
}

.single-promo ul {
    margin-bottom: 22px;
}

.single-promo li::before {
    content: '\e91d';
    font-family: Urus;
    font-size: 10px;
    color: inherit;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
}

.single-promo img:not(:last-child) {
    margin-bottom: 20px;
}

.single-promo {
    margin-bottom: 23px;
}

.pswp__button--arrow--left:hover, .pswp__button--arrow--right:hover {
    background-color: transparent;
}

/*Sidebar shop page*/
.sidebar-button {
    display: none;
}

.shop-sidebar .urus-widget-active_filters {
    margin-bottom: 0;
}

.shop-sidebar .urus-widget-active_filters .button.reset {
    margin-bottom: 40px;
}

.shop-sidebar .urus-filter-active {
    display: block;
}

/* Woo Pages */

/*==================REPONSIVE=========================*/
@media (max-width:1500px) {
    .urus-single-product-top .urus-product-gallery__wrapper, .urus-single-product-top .summary, .single-product-layout-gallery .urus-single-product-top .urus-product-gallery__wrapper, .single-product-layout-gallery  .urus-single-product-top .summary, .single-product-layout-gallery2 .urus-single-product-top .urus-product-gallery__wrapper, .single-product-layout-gallery2  .urus-single-product-top .summary {
        width: 50%;
    }

    .no-sidebar .urus-single-product-top .summary, .no-sidebar .single-product-layout-large .urus-single-product-top .summary, .no-sidebar .single-product-layout-gallery .urus-single-product-top .summary, .no-sidebar .single-product-layout-gallery2 .urus-single-product-top .summary {
        padding-left: 40px;
    }

    .no-sidebar .single-product-layout-large .urus-single-product-top .urus-product-gallery__wrapper, .single-product-layout-large .urus-single-product-top .urus-product-gallery__wrapper {
        width: 50%;
    }

    .no-sidebar .single-product-layout-large .urus-single-product-top .summary, .single-product-layout-large .urus-single-product-top .summary, .no-sidebar .single-product-layout-large .urus-single-product-top .summary:not(.not-grid) {
        width: 50%;
    }

}

@media (max-width:1199px) {
    .single .urus-add-to-wishlist-btn.hint--top-right:after {
        left: -100%;
    }

    .single-product-deal-countdown .box-count .num {
        font-size: 28px !important;
    }

}

@media (max-width:1024px) {
    .single-product-layout-vertical .urus-product-gallery__wrapper .swiper-thumbs-left, .single-product-layout-background  .urus-product-gallery__wrapper .swiper-thumbs-left, .single-product-layout-extra-sidebar .swiper-thumbs-left {
        width: 60px;
    }

    .single-product-layout-vertical .urus-product-gallery__wrapper .woocommerce-product-gallery, .single-product-layout-background  .urus-product-gallery__wrapper .woocommerce-product-gallery, .single-product-layout-extra-sidebar .woocommerce-product-gallery {
        padding-left: 70px;
    }

    .sticky-layout .urus-product-gallery__wrapper .woocommerce-product-gallery {
        padding-left: 0px;
    }

    .single-product-layout-large .urus-product-gallery__wrapper .swiper-pagination {
        bottom: 50px;
    }

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

    .products.urus-masonry {
        margin: 0 -10px;
    }

    .products.urus-masonry .grid-item {
        padding: 0 10px;
    }

    .single-product-layout-vertical .product-360-button, .single-product-layout-vertical .product-video-button {
        left: 90px;
    }

}

@media (max-width:991px) {
    .single-nav-wrapper {
        display: none;
    }

    .shop-control > .urus-shop-column, .shop-control > .filter-by-categories {
        display: none;
    }

    table.variations .data-val a.color {
        min-width: auto;
    }

    table.variations .data-val .change-value:not(.text) > span {
        font-size: 8px;
    }

    table.variations .data-val a.text {
        min-width: 35px;
        line-height: 35px;
    }

    .summary .woocommerce-product-details__short-description {
        line-height: 24px;
    }

    table.variations .reset_variations {
        line-height: 35px;
    }

    .woocommerce-product-gallery__trigger {
        right: 15px;
        bottom: 15px;
    }

    .products.urus-masonry .grid-sizer, .products.urus-masonry .grid-item, .products.urus-masonry .grid-item--width2x {
        width: 33.33333%;
    }

    .summary .product_title {
        margin-bottom: 12px;
    }

    .single-product-deal-countdown .box-count .num {
        font-size: 24px !important;
        margin: 0 auto;
    }

    /*Sidebar shop page*/
    body:not(.single-product) .sidebar-button {
        display: inline-flex;
        align-items: center;
        font-weight: 600;
        color: #000000;
        max-width: 120px;
        text-align: center;
        border: 1px solid #000;
        min-height: 36px;
        justify-content: center;
    }

    body:not(.single-product) .shop-page .sidebar {
        position: fixed;
        top: 0;
        background-color: #fff;
        margin-top: 0;
        width: 320px;
        height: 100vh;
        padding-top: 80px;
        overflow-y: auto;
        -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
        -o-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
        -moz-transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
        transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
        visibility: hidden;
        z-index: 10000;
    }

    body.admin-bar:not(.single-product) .shop-page .sidebar {
        margin-top: 32px;
    }

    body:not(.single-product) .left-sidebar.shop-page .sidebar {
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    body:not(.single-product) .right-sidebar.shop-page .sidebar {
        right: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    body:not(.single-product) .left-sidebar.shop-page .opened.sidebar {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    body:not(.single-product) .right-sidebar.shop-page .opened.sidebar {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

    body:not(.single-product) .shop-page .sidebar-head {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        background: #000;
        color: #FFF;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        padding: 0 15px;
        font-weight: 600;
        right: 0;
    }

    .shop-page .sidebar-head > * {
        color: inherit;
        font-weight: inherit;
    }

    .woocommerce-product-gallery .flex-direction-nav a.flex-next {
        margin-right: 0;
    }

    .woocommerce-product-gallery .flex-direction-nav a.flex-prev {
        margin-left: 0;
    }

    .compare-toggle.show {
        right: 15px;
    }

    body:not(.single-product) .shop-page .sidebar + .mobile-sidebar-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;
    }

    body:not(.single-product) .shop-page .sidebar.opened + .mobile-sidebar-overlay {
        opacity: 1;
        visibility: visible;
    }

    /* Account page   */
    .woocommerce-MyAccount-navigation {
        width: auto;
        float: none;
        margin-bottom: 40px;
    }

    .woocommerce-MyAccount-content {
        overflow: auto;
        padding-left: 0;
    }

}

@media (max-width:767px) {
    .products.row.grid {
        margin-left: -7px;
        margin-right: -7px;
    }

    .products.row > .product-item {
        padding-left: 7px;
        padding-right: 7px;
    }

    .urus-single-product-top .urus-product-gallery__wrapper, .urus-single-product-top .summary, .no-sidebar .urus-single-product-top .summary, .no-sidebar .single-product-layout-large .urus-single-product-top .summary, .no-sidebar .single-product-layout-large .urus-single-product-top .urus-product-gallery__wrapper, .single-product-layout-large .urus-single-product-top .urus-product-gallery__wrapper, .single-product-layout-gallery .urus-single-product-top .urus-product-gallery__wrapper, .single-product-layout-gallery  .urus-single-product-top .summary, .no-sidebar .single-product-layout-gallery  .urus-single-product-top .summary, .single-product-layout-gallery2 .urus-single-product-top .urus-product-gallery__wrapper, .no-sidebar .single-product-layout-gallery2 .urus-single-product-top .summary, .single-product-layout-gallery2 .urus-single-product-top .summary, .no-sidebar .single-product-layout-large .urus-single-product-top .summary:not(.not-grid), .single-product-layout-large .urus-single-product-top .summary:not(.not-grid) {
        width: 100%;
        padding: 0;
    }

    .urus-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;
        padding-left: 0;
        padding-right: 0;
    }

    .wc-tabs .active {
        margin-bottom: 10px;
    }

    .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: 35px 10px;
        float: left;
        width: 100%;
    }

    .yith-wfbt-section .yith-wfbt-form-title {
        margin-bottom: 35px;
    }

    .yith-wfbt-section .yith-wfbt-items {
        margin-top: 35px;
    }

    .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 .urus-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;
    }

    .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;
    }

    .single-product-layout-large .urus-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 .product-remove {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        border: none;
    }

    table.cart .product-quantity {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    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: 0;
    }

    .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: 50px
    }

    .cart-collaterals .cart_totals .shop_table th {
        padding: 6px 0
    }

    .wishlist_table tr td.product-thumbnail a {
        margin: 0 auto;
    }

    table.wishlist_table tr td.product-name {
        text-align: center;
    }

    table.wishlist_table .product-thumbnail {
        margin-bottom: 0;
    }

    table.wishlist_table .product-remove {
        position: static;
        width: auto;
        height: auto;
        line-height: normal;
    }

    table.wishlist_table .product-remove a.remove {
        width: 35px;
        height: 35px;
        -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);
        line-height: 35px;
        font-size: 18px;
        font-weight: 600;
    }

    table.wishlist_table .product-remove {
        padding-top: 0 !important;
    }

    table.wishlist_table tfoot {
        display: block;
    }

    /* account page */
    .woocommerce-MyAccount-content .select2-container .select2-selection--single, .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 50px;
    }

    /*==============Contact form ===================*/
    .wpcf7-form .wpcf7-form-control-wrap input {
        height: 50px;
    }

    .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap textarea {
        padding: 11px 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;
    }

    .quantity .qty {
        padding: 11px 0;
    }

    .summary .cart .button, .urus-deal-add-to-cart .urus-single-add-to-cart-deal {
        padding: 13px 30px;
    }

    .urus-box-products .slick-arrow {
        width: 20px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .urus-box-products .slick-arrow.next {
        right: 0px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .urus-box-products .slick-arrow.prev {
        left: 0px;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .single .urus-countdown .box-count .num {
        margin-right: 5px;
    }

    .products.urus-masonry .grid-sizer, .products.urus-masonry .grid-item, .products.urus-masonry .grid-item--width2x {
        width: 50%;
    }

    .single .summary {
        max-width: none;
    }

    .compare-button {
        display: none !important;
    }

    .urus-box-products .box-head {
        margin-bottom: 30px;
    }

    .woocommerce-tabs, .urus-box-products {
        margin-top: 40px;
    }

    .woocommerce-tabs .tabs {
        margin-bottom: 40px;
    }

    .urus-box-products .swiper-pagination {
        margin-top: 10px;
    }

    .single-product .urus-box-products .swiper-pagination {
        margin-top: 15px
    }

    .sticky-layout .summary__inner__wapper {
        position: static !important;
        transform: none !important;
    }

    table.variations .data-val .change-value:not(.text) {
        margin-right: 10px;
    }

    .single-product-layout-gallery  .urus-single-product-top .summary, .single-product-layout-gallery2  .urus-single-product-top .summary {
        max-width: none;
    }

    .single-product-deal-countdown .urus-countdown .box-count .num {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .urus-categories .product-category {
        margin-bottom: 45px;
    }

    .product-item .product-loop-variations_swatch_attribute, .product-item .variations_form, .product-item .info-bottom, .product-item .urus-add-to-wishlist-btn, .product-item .product-inner .buttons {
        display: none !important;
    }

    .compare-toggle.show {
        display: none;
    }

    /*Sidebar shoppage*/
    .admin-bar .shop-page .sidebar {
        margin-top: 46px;
    }

    .sidebar-button  ~ .woocommerce-result-count {
        display: none;
    }

    .summary .compare-button a {
        font-size: 0;
    }

    .product-360-button, .product-video-button {
        left: 25px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 0;
        padding: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        letter-spacing: 0;
        top: 15px;
    }

    .product-360-button::before, .product-video-button::before {
        display: inline-block;
        margin-right: 0;
        font-size: 22px;
    }

    .admin-bar .filter-canvas-content {
        margin-top: 46px;
    }

}

@media (max-width:480px) {
    .single-product .main-container {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .single-product .urus_single_top_bar >:first-child {
        margin-top: 30px;
    }

    .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: 23px
    }

    .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%;
    }

    .product-item.list .product-inner {
        padding-bottom: 20px;
    }

}

@media (max-width:320px) {
    .product-item.overlay_info .buttons > div a {
        width: 39px;
    }

    .product-item.overlay_info .buttons > div {
        line-height: normal;
        padding: 6px 0;
    }

}

/* Catalog mode */
.urus_catalog_mode .header-control-menu>li.menu-cart-item, .urus_catalog_mode a.cart-link, .urus_catalog_mode .add_to_cart_button, .urus_catalog_mode .price {
    display: none !important;
}

.urus_catalog_mode .product-item.cart_and_icon:hover:not(.select_exend_opened) .price-wrap {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
@media (min-width:992px) {
    .single-product .mobile-sidebar-overlay {display: none;}
}