.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1290px;
}
.woocommerce .container, .woocommerce .container-lg, .woocommerce .container-md, .woocommerce .container-sm, .woocommerce .container-xl, .woocommerce .container-xxl {
    max-width: 100%;
    width: 1290px;
}

@media (min-width: 1520px) {
    .wraper_shop_main .container, .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 1720px;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.wraper_shop_main .container {
    max-width: 100%;
/*    width: 1290px;*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 110px;
    padding-bottom: 45px;
}
.wraper_shop_main.shop-style-three .container {
    padding-bottom: 98px;
}

del, del * {
    text-decoration: line-through !important;
    display: inline-block;
}
img {
    filter: blur(0);
}
.emart-sale-box {
    animation: ani 5s linear;
}

@keyframes ani {
 0% {
    height: 0;
    width: 0;
    opacity: 0;
 }
 99% {
    height: 0;
    width: 0;
    opacity: 0;
 }
 100% {
    height: auto;
    width: auto;
    opacity: 1;
 }
}
.woocommerce .blockUI.blockOverlay {
    position: fixed !important;
    background: rgba(255, 255, 255, 0.7) !important;
    background-image: none !important;
}

.woocommerce .blockUI.blockOverlay:after {
    display: none;
}

.woocommerce .blockUI.blockOverlay:before {
    border-radius: 100px;
    display: inline-block;
    background-image: none;
    background-color: #000a12;
    height: 15px;
    width: 15px;
    -webkit-animation: loading-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: loading-scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    content: "";
    z-index: -1;
    color: transparent !important;
    font-size: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    display: none;
}

@keyframes loading-scale {
    30% {
        transform: scale(0.3);
    }

    100% {
        transform: scale(1);
    }
}

.no-padding {
    padding: 0px;
}

.hidden {
    display: none;
}

.wraper_shop_main.shop-rightsidebar .order-lg-12.order-sm-12 {
    order: 1;
}

.wraper_shop_main .col-lg-9 {
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.wraper_shop_main .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 300px;
}

.wraper_shop_main.shop-leftsidebar [class*="col-"] {
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.wraper_shop_main.shop-nosidebar [class*="col-"] {
    padding: 0px;
}

.order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
}

.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.wraper_shop_main.shop-nosidebar .rt-shop-filters.rt-sticky-filters {
    padding-right: 0;
}

.rt-top-filter button.rt-show-filter, .rt-top-filter button.rt-hide-filter, .rt-side-filter button.rt-fly-filter, .rt-side-filter button.rt-fly-hide-filter {
    background: none;
    width: 100px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #6b6b6b;
    padding-left: 0px;
    border: none;
}

.rt-top-filter svg {
    width: 16px;
    margin-left: 7px;
}

.woocommerce .woocommerce-result-count {
    padding-top: 0px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 28px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
    background: #fff;
    margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 0 0 0 10px;
    border-right: 1px solid #d1d1d1;
    margin-right: 0px;
    padding-right: 15px;
}

.wraper_shop_main .rt-shop-filters select {
    -webkit-appearance: none;
}

.wraper_shop_main .rt-shop-filters select.orderby {
    border: 0;
    color: inherit;
    background-color: transparent;
    background-image: none;
    width: 100%;
    max-width: 130px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 28px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg {
    width: 16px;
    height: 16px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view {
    display: none;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button {
    background: transparent;
    color: #000a12;
    fill: currentColor;
    opacity: 0.3;
    padding: 0 4px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button:hover, .wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button.active {
    opacity: 1;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button svg {
    width: 16px;
    height: 16px;
}

.row.product-box {
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.wide-column-one.elementor-section-boxed .row.product-box .product-item-box.colmd2, .wide-column-one.elementor-section-boxed .row.product-box .product-item-box-dummy-5 {
    width: 344px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wide-column-one.elementor-section-boxed .row.product-box .product-item-box.col-md-3, .wide-column-one.elementor-section-boxed .row.product-box .product-item-box-dummy-4, .wide-column-one.elementor-section-boxed .product-box.element-two .col-md-6, .wide-column-one.elementor-section-boxed .product-box.element-two .product-item-box-dummy-2 {
    width: 415px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.wide-column-one.elementor-section-boxed .row.product-box .product-item-box.col-md-4, .wide-column-one.elementor-section-boxed .row.product-box .product-item-box-dummy-3 {
    width: 554px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.yoga-mat .row.product-box.woocommerce.element-five .product-item-box.col-md-4, .yoga-mat .row.product-box.woocommerce.element-five .product-item-box-dummy-3, .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4, .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box-dummy-3 {
    width: auto;
    flex: auto;
    max-width: 33.333333%;
}

.row.product-box .product-item-box.colmd2, .row.product-box .product-item-box-dummy-5 {
    width: 240px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row.product-box .product-item-box.col-md-3, .row.product-box .product-item-box-dummy-4, .product-box.element-two .col-md-6, .product-box.element-two .product-item-box-dummy-2 {
    width: 308px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.row.product-box .product-item-box.col-md-4, .row.product-box .product-item-box-dummy-3 {
    width: 415px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .wraper_shop_main.shop-leftsidebar [class*="col-"],
    .wraper_shop_main.shop-rightsidebar [class*="col-"] {
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .wraper_shop_main .container .row .col-md-6 {
        padding: 0px !important;
    }
    .wraper_shop_main .container .row {
        padding-left: 0px !important; 
        padding-right: 0px !important;
    }
    .woocommerce .woocommerce-result-count {
        margin: 0 0px 15px 0px !important;
    }

    .product-box.element-one .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }

    .product-box .colmd2, .product-box .col-md-3, .product-box .col-md-4, .product-box .col-md-6, .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4, .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box-dummy-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }

    .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4:nth-child(odd), .product-box .col-md-3:nth-child(odd), .product-box .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    .yoga-mat .row.product-box.woocommerce.element-eight .product-item-box.col-md-4:nth-child(even), .product-box .col-md-3:nth-child(even), .product-box .col-md-6:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }

    .cd-user-modal.is-visible:before {
        height: auto !important;
    }

    #cd-login.is-selected .woocommerce-form-login.login, #cd-signup.is-selected .woocommerce-form-register.register {
        width: 100%;
        padding: 40px 20px !important;
        margin: 0;
        border: none;
    }

    .product-box.element-one .product-item .holder .product-description .add-bag, .product-box.element-one .product-item .holder .product-description .action-buttons {
        display: none;
    }
}

@media screen and (max-width: 782px) {
    .cd-user-modal.is-visible:before {
        height: auto !important;
    }
}

.product-box.element-one .product-item {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.product-box.element-one .product-item-box {
    transition: 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    background-color: #fff;
}

.product-box.element-one .product-item-box:hover {
    transition: 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    background-color: #fff;
    box-shadow: 0px 0px 60px 20px rgb(87 102 116 / 22%);
    z-index: 9;
}

.product-box.element-one.row {
    margin-right: 0;
    margin-left: 0;
}

.product-box.element-one .col-md-3, .product-box.element-one .col-md-6, .product-box.element-one .col-md-4 {
    padding: 20px 20px 0;
}

.product-box.element-one .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.product-box.element-one .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.product-box.element-one .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-one .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}

.product-box.element-one .product-item .holder .pic:hover img.primary-img {
    opacity: 1;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-one .product-item .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-box.element-one .product-item-box:hover .product-item .holder .pic img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-one .product-item .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    z-index: 1;
}

.product-box.element-one .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #ef5c5c;
    z-index: 1;
}

.product-box.element-one .product-item .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 20px 0 15px 0;
}

.product-box.element-one .product-item .holder .product-description .product-price span.percent-off {
    display: none;
}

.product-box.element-one .product-item .holder .product-description .product-price .price ins {
    margin-right: 8px;
}

.product-box.element-one .product-item .holder .action-buttons {
    position: absolute;
    left: 30px;
    margin: 0 auto;
    top: 30px;
}

.product-box.element-one .product-item .holder .action-buttons .button.yith-wcqv-button, .product-box.element-one .product-item .holder .action-buttons .rt-add-to-cart button, .product-box.element-one .product-item .holder .action-buttons a.rt-add-to-cart, .product-box.element-one .product-item .holder .action-buttons .tinv-wishlist a, .product-box.element-one .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0px 10px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}

.product-box.element-one .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.product-box.element-one .product-item .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}
.tinv-wishlist .wishlist_item .product-price del {
    padding-right: 10px;
}
.product-box.element-one .product-item .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 18px;
    background-size: 17px;
}

.product-box.element-one .product-item .holder .action-buttons .rt-add-to-cart button:before, .product-box.element-one .product-item .holder .action-buttons a.rt-add-to-cart:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce01.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.product-box.element-one .product-item .holder:hover .action-buttons .button.yith-wcqv-button, .product-box.element-one .product-item .holder:hover .action-buttons .rt-add-to-cart button, .product-box.element-one .product-item .holder:hover .action-buttons a.rt-add-to-cart, .product-box.element-one .product-item .holder:hover .action-buttons .tinv-wishlist a, .product-box.element-one .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.product-box.element-one .product-item .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 14px;
    background-size: 16px;
}

.product-box.element-one .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 12px;
    background-size: 17px;
}

.product-box.element-one .product-item .holder .action-buttons .rt-add-to-cart button:hover:before, .product-box.element-one .product-item .holder .action-buttons a.rt-add-to-cart:hover:before {
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 17px;
    background-size: 15px;
}

.product-box.element-one .product-item .holder .action-buttons .button:hover, .product-box.element-one .product-item .holder .action-buttons a.rt-add-to-cart:hover, .product-box.element-one .product-item .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.product-box.element-one .product-item .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #000;
}

.product-box.element-one .product-item .holder .action-buttons .button:focus, .product-box.element-one .product-item .holder .action-buttons a:focus {
    outline: none;
    border: none;
}

.product-box.element-one .product-item .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .quantity, .product-box.element-one .product-item .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .added_to_cart {
    display: none;
}

.product-box.element-one .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}

.product-box.element-one .product-item .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}

.product-box.element-one .product-item .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.product-box.element-one .product-item .holder .product-description .product-title {
    margin: 0 0 10px;
    font-weight: 500;
}

.product-box.element-one .product-item .holder .product-description .product-price, .product-box.element-one .product-item .holder .product-description .price {
    margin-bottom: 5px;
    word-break: break-word;
}

.product-box.element-one .product-item .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    color: #333;
}

.product-box.element-one .product-item .holder .product-description .product-price ins, .product-box.element-one .product-item .holder .product-description .price ins {
    padding-right: 8px;
    padding-left: 0px;
}

.product-box.element-one .product-item .holder .product-description .product-price del, .product-box.element-one .product-item .holder .product-description .price del {
    opacity: 1;
    padding-right: 8px;
}

.product-box.element-one .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.product-box.element-one .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 43px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-one .product-item .holder .color-swatch .color:hover, .product-box.element-one .product-item .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-one .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.product-box.element-one .product-item .holder .color-swatch div {
    position: relative;
}

.product-box.element-one .product-item .holder .color-swatch div:hover:after, .product-box.element-one .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.product-box.element-one .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}

.product-box.element-one .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-box.element-one .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-one .product-item .holder .color-swatch .color:hover, .product-box.element-one .product-item .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-one .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.product-box.element-one .product-item .holder .color-swatch div {
    position: relative;
}

.product-box.element-one .product-item .holder .color-swatch div:hover:after, .product-box.element-one .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.product-box.element-one .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box.element-one .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        flex-direction: row;
    }

    .product-box.element-one .product-item .holder .action-buttons {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .product-box.element-one .product-item .holder .action-buttons {
        display: none;
    }

    .product-box.element-one .col-md-3, .product-box.element-one .col-md-6, .product-box.element-one .product-item-box-dummy-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }

    .product-box.element-one .col-md-3:nth-child(odd), .product-box.element-one .col-md-6:nth-child(odd) {
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-top: 10px;
    }

    .product-box.element-one .col-md-3:nth-child(even), .product-box.element-one .col-md-6:nth-child(even) {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top:10px;
    }
}

.product-box.element-three .product-item {
    margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.product-box.element-three.row {
    margin-right: 0;
    margin-left: 0;
}

.product-box.element-three .col-md-3, .product-box.element-three .col-md-6 {
    padding: 0 8px;
}

.product-box.element-three .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.product-box.element-three .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.product-box.element-three .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-three .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}

.product-box.element-three .product-item .holder .pic:hover img.primary-img {
    opacity: 1;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-three .product-item .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-three .product-item .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-three .product-item .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    z-index: 1;
}

.product-box.element-three .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #ef5c5c;
    z-index: 1;
}

.product-box.element-three .product-item .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 20px 0 10px 0;
}

.product-box.element-three .product-item .holder .product-description .product-price span.percent-off {
    display: none;
}

.product-box.element-three .product-item .holder .product-description .product-price .price ins {
    margin-right: 8px;
}

.product-box.element-three .product-item .holder .action-buttons {
    position: absolute;
    left: 30px;
    margin: 0 auto;
    top: 30px;
}

.product-box.element-three .product-item .holder .action-buttons .button.yith-wcqv-button, .product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart button, .product-box.element-three .product-item .holder .action-buttons a.rt-add-to-cart, .product-box.element-three .product-item .holder .action-buttons .tinv-wishlist a, .product-box.element-three .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0px 10px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}

.product-box.element-three .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.product-box.element-three .product-item .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.product-box.element-three .product-item .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 18px;
    background-size: 17px;
}

.product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart button:before, .product-box.element-three .product-item .holder .action-buttons a.rt-add-to-cart:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce01.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.product-box.element-three .product-item .holder:hover .action-buttons .button.yith-wcqv-button, .product-box.element-three .product-item .holder:hover .action-buttons .rt-add-to-cart button, .product-box.element-three .product-item .holder:hover .action-buttons a.rt-add-to-cart, .product-box.element-three .product-item .holder:hover .action-buttons .tinv-wishlist a, .product-box.element-three .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.product-box.element-three .product-item .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 14px;
    background-size: 16px;
}

.product-box.element-three .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 12px;
    background-size: 17px;
}

.product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart button:hover:before, .product-box.element-three .product-item .holder .action-buttons a.rt-add-to-cart:hover:before {
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 17px;
    background-size: 15px;
}

.product-box.element-three .product-item .holder .action-buttons .button:hover, .product-box.element-three .product-item .holder .action-buttons a.rt-add-to-cart:hover, .product-box.element-three .product-item .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.product-box.element-three .product-item .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #000;
}

.product-box.element-three .product-item .holder .action-buttons .button:focus, .product-box.element-three .product-item .holder .action-buttons a:focus {
    outline: none;
    border: none;
}

.product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .quantity, .product-box.element-three .product-item .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .added_to_cart {
    display: none;
}

.product-box.element-three .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}

.product-box.element-three .product-item .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}

.product-box.element-three .product-item .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.product-box.element-three .product-item .holder .product-description .product-title {
    margin: 0 0 3px;
    font-weight: 500;
}

.product-box.element-three .product-item .holder .product-description .product-price, .product-box.element-three .product-item .holder .product-description .price {
    margin-bottom: 5px;
    word-break: break-word;
    font-size:16px;
}

.product-box.element-three .product-item .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    color: #333;
}

.product-box.element-three .product-item .holder .product-description .product-price ins, .product-box.element-three .product-item .holder .product-description .price ins {
    padding-right: 8px;
    padding-left: 0px;
}

.product-box.element-three .product-item .holder .product-description .product-price del, .product-box.element-three .product-item .holder .product-description .price del {
    opacity: 1;
    padding-right: 8px;
}

.product-box.element-three .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.product-box.element-three .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 43px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-three .product-item .holder .color-swatch .color:hover, .product-box.element-three .product-item .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-three .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.product-box.element-three .product-item .holder .color-swatch div {
    position: relative;
}

.product-box.element-three .product-item .holder .color-swatch div:hover:after, .product-box.element-three .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.product-box.element-three .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}

.product-box.element-three .product-item .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-box.element-three .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-three .product-item .holder .color-swatch .color:hover, .product-box.element-three .product-item .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-three .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.product-box.element-three .product-item .holder .color-swatch div {
    position: relative;
}

.product-box.element-three .product-item .holder .color-swatch div:hover:after, .product-box.element-three .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.product-box.element-three .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box.element-three .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        flex-direction: row;
    }

    .product-box.element-three .product-item .holder .action-buttons {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .product-box.element-three .product-item .holder .action-buttons {
        display: none;
    }

    .product-box.element-three .col-md-3, .product-box.element-three .col-md-6, .product-box.element-three .product-item-box-dummy-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }

    .product-box.element-three .col-md-3:nth-child(odd), .product-box.element-three .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    .product-box.element-three .col-md-3:nth-child(even), .product-box.element-three .col-md-6:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
    .product-box.element-three .product-item .holder .product-description .product-price, .product-box.element-three .product-item .holder .product-description .price {
    font-size:inherit;
    }

}

.product-box.element-four .product-item {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    ;
}

@media screen and (max-width: 767px) {
    .product-box.element-four .product-item {
        margin-bottom: 0px;
    }
    
}

.product-box.element-four.row {
    margin-right: 0;
    margin-left: 0;
    ;
}

.product-box.element-four.row .col-md-3, .product-box.element-four.row .col-md-4, .product-box.element-four.row .colmd2, .product-box.element-three.row .col-md-3, .product-box.element-three.row .col-md-4, .product-box.element-three.row .colmd2 {
    padding: 0 8px;
}

.product-box.element-four .product-item .holder, .product-box.element-four .product-item .content-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.product-box.element-four .product-item .holder .pic, .product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}
.square-product .product-box .product-item .pic img.primary-img {
    height: 400px;
    object-fit: cover;
}

.product-box.element-four .product-item .holder .pic img, .product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-four .product-item .holder .pic img.primary-img, .product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}

.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic:hover img.primary-img {
    opacity: 1;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: scale(1.06) translate3d(0px, 0px, 0px);
}

.product-box.element-four .product-item .holder .pic:hover img.primary-img {
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: scale(1.06) translate3d(0px, 0px, 0px);
}

.product-box.element-four .product-item .holder .pic img.primary-hover-img, .product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-four .product-item .holder .pic:hover img.primary-hover-img, .product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    margin-left: 0px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color:hover, .product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 30%);
}

.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch div {
    position: relative;
}

.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch div:hover:after, .product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .color-swatch .color:hover {
    cursor: pointer;
}

.product-box.element-four .product-item .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    z-index: 9;
}

.product-box.element-four .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #ef5c5c;
    z-index: 9;
}

.product-box.element-four .product-item .holder .product-description, .product-box.element-four .product-item .content-wrapper .product-description {
    background: #fff;
    text-align: left;
    padding: 15px 0 15px 0;
}

.product-box.element-four .product-item .holder .product-description .percent-off, .product-box.element-four .product-item .content-wrapper .product-description .percent-off {
    display: none;
}

.product-box.element-four .product-item .holder .action-buttons, .product-box.element-four .product-item .content-wrapper .action-buttons {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wraper.tinv-wishlist {
    margin: 0px;
}

.product-box.element-four .product-item .content-wrapper .action-buttons .button.yith-wcqv-button, .product-box.element-four .product-item .content-wrapper .action-buttons a.rt-add-to-cart, .product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart button, .product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist a, .product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0px 5px 0px 5px;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    outline: none;
    border: none;
}

.product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.product-box.element-four .product-item .content-wrapper .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.product-box.element-four .product-item .content-wrapper .action-buttons a.rt-add-to-cart:before, .product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart button:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce01.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 15px;
    height: 14px;
    background-size: 14px;
}

.product-box.element-four .product-item .content-wrapper:hover .action-buttons .button, .product-box.element-four .product-item .content-wrapper:hover .action-buttons a.rt-add-to-cart, .product-box.element-four .product-item .content-wrapper:hover .action-buttons .rt-add-to-cart button, .product-box.element-four .product-item .content-wrapper:hover .action-buttons .tinv-wishlist a, .product-box.element-four .product-item .content-wrapper:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 14px;
    background-size: 16px;
}

.product-box.element-four .product-item .content-wrapper .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 13px;
    background-size: 17px;
}

.product-box.element-four .product-item .content-wrapper .action-buttons a.rt-add-to-cart:hover:before, .product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 18px;
    background-size: 16px;
}

.product-box.element-four .product-item .content-wrapper .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.product-box.element-four .product-item .content-wrapper .action-buttons .button:hover, .product-box.element-four .product-item .content-wrapper .action-buttons a.rt-add-to-cart:hover, .product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart button:hover, .product-box.element-four .product-item .content-wrapper .action-buttons .tinv-wishlist a:hover, .product-box.element-four .product-item .content-wrapper .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #fff;
    background: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    outline: none;
}

.button-area.quick-view .blockUI, .yith-wcqv-button .blockUI.blockOverlay, .blockUI.blockOverlay {
    display: none !important;
}
.tinv-wishlist .tinvwl-buttons-group button {
    width: 100%;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 28px;
    background-color: #000a12;
    color: #fff;
    padding: 11px 33px 11px 33px;
    border: none;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
}
.tinv-wishlist .tinvwl-buttons-group button:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    background-color: #000a12;
}

.product-box.element-four .product-item .content-wrapper .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
}

.product-box.element-four .product-item .content-wrapper .action-buttons button:focus, .product-box.element-four .product-item .content-wrapper .action-buttons a:focus {
    outline: none;
    border: none;
}

.product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart .radiantthemes-cart .quantity, .product-box.element-four .product-item .content-wrapper .action-buttons .rt-add-to-cart .radiantthemes-cart .added_to_cart {
    display: none;
}

.product-box.element-four .product-item .content-wrapper .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.9em;
    font-family: star;
    margin: 0 0 15px 0;
    letter-spacing: 4.3px;
    display: none;
}

.product-box.element-four .product-item .content-wrapper .product-description .star-rating::before {
    color: #000;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    right: 0;
}

.product-box.element-four .product-item .content-wrapper .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000;
}

.product-box.element-four .product-item .content-wrapper .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.product-box.element-four .product-item .content-wrapper .product-description .product-title {
    margin: 0 0 2px 0;
}

.product-box.element-four .product-item .content-wrapper .product-description .price, .product-box.element-four .product-item .content-wrapper .product-description .product-price {
    margin: 0 0 10px 0;
    word-break: break-word;
    font-size: 16px;
}
.product-box.element-four .product-item .content-wrapper .product-description .product-price {
        margin-top: -10px !important;
    }

.product-box.element-four .product-item .content-wrapper .product-description .price ins, .product-box.element-four .product-item .content-wrapper .product-description .product-price ins {
    padding-right: 8px;
    padding-left: 0px;
}

.product-box.element-four .product-item .content-wrapper .product-description .price del, .product-box.element-four .product-item .content-wrapper .product-description .product-price del {
    opacity: 1;
    padding-right: 8px;
    display: inline-block;
}

.product-box.element-four .product-item .content-wrapper .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    color: #333;
}

.product-box.element-four .product-item .content-wrapper .product-description .product-price span {
    margin-right: 2px;
}

.product-box.element-four .product-item .holder .product-description .rt-color-variation .rt-size-chart, .product-box.element-four .product-item .holder .product-description .rt-color-variation .woocommerce-variation-add-to-cart, .product-box.element-four .product-item .holder .product-description .rt-color-variation .yith-wcqv-button, .product-box.element-four .product-item .holder .product-description .rt-color-variation .yith-wcwl-add-button, .product-box.element-four .product-item .holder .product-description .rt-color-variation .rt-simple-add-cart, .product-box.element-four .product-item .holder .product-description .rt-color-variation .variations tr .label, .product-box.element-four .product-item .holder .product-description .tinv-wraper.woocommerce.tinv-wishlist {
    display: none !important;
}

.product-box.element-four .product-item .holder .product-description .rt-color-variation table.variations tr:last-child {
    display: none;
}

.product-box.element-four .product-item .holder .product-description .rt-color-variation .wvs-has-image-tooltip:before, [data-wvstooltip]:before, .product-box.element-four .product-item .holder .product-description .rt-color-variation .wvs-has-image-tooltip:after, [data-wvstooltip]:after {
    display: none;
}

.product-box.element-four .product-item .holder .product-description .rt-color-variation .woo-variation-swatches.wvs-show-label .variations td {
    padding-bottom: 0;
}

.product-box.element-four .product-item .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item {
    box-shadow: none !important;
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 20px;
    padding: 2px !important;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.product-box.element-four .product-item .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item.selected {
    padding: 0 !important;
    border: none;
}

.product-box.element-four .product-item .holder .product-description .rt-color-variation .variations li.variable-item.color-variable-item:hover {
    border: 1px solid #000a12;
}

.product-box.element-four .product-item .holder .product-description .add-bag {
    border: none;
    background: #000a12;
    color: #fff;
    padding: 11px 33px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}

.product-box.element-four .product-item .holder:hover .product-description .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.product-box.element-four .product-item .holder .product-description .add-bag .ti {
    padding-right: 8px;
}

@media screen and (max-width: 767px) {
    .product-box.element-four .product-item .holder .action-buttons, .product-box.element-four .product-item .content-wrapper .action-buttons {
        display: none;
    }

    .product-box.element-four .col-md-3, .product-box.element-four .col-md-4, .product-box.element-four .colmd2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }

    .product-box.element-four .col-md-3:nth-child(odd), .product-box.element-four .col-md-4:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

    .product-box.element-four .col-md-3:nth-child(even), .product-box.element-four .col-md-4:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
    .square-product .product-box .product-item .pic img.primary-img {
        height: auto;
        object-fit: cover;
    }
}

.product-box.element-five .col-md-6, .product-box.element-five .col-md-4, .product-box.element-five .col-md-3 {
    padding: 0 15px;
}

.product-box.element-five.row {
    margin-right: 0;
    margin-left: 0;
}

.product-box.element-five .product-item {
    margin-bottom: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    width: 100%;
}

.product-box.element-five .product-item .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.product-box.element-five .product-item .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.product-box.element-five .product-item .holder .pic .onsale {
    right: 0px;
    left: auto;
    top: 20px;
    z-index: 9;
}

.product-box.element-five .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-five .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}

.product-box.element-five .product-item .holder .pic:hover img.primary-img {
    opacity: 1;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}

.product-box.element-five .product-item .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-five .product-item .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-box.element-five .product-item .holder .pic .tag {
    position: absolute;
    background: #000;
    padding: 0px 6px 0px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    z-index: 9;
}

.product-box.element-five .product-item .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #ef5c5c;
    z-index: 9;
}

.product-box.element-five .product-item .holder .product-description {
    background: transparent;
    text-align: center;
    padding: 15px 0 15px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    ;
}

.product-box.element-five .product-item .holder .action-buttons {
    position: absolute;
    left: 15px;
    margin: 0 auto;
    top: 17px;
}

.product-box.element-five .product-item .holder .action-buttons button:focus {
    outline: none;
}

.product-box.element-five .product-item .holder .action-buttons .button.yith-wcqv-button, .product-box.element-five .product-item .holder .action-buttons .tinv-wishlist a, .product-box.element-five .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .product-box.element-five .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000a12;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 8px 0px 5px 10px;
    border: transparent;
    font-size: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
}

.product-box.element-five .product-item .holder .action-buttons .tinv-wishlist a:before {
/*    position: absolute;*/
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.product-box.element-five .product-item .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.product-box.element-five .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback, .product-box.element-five .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}

.product-box.element-five .product-item .holder:hover .action-buttons .button, .product-box.element-five .product-item .holder:hover .action-buttons .tinv-wishlist a, .product-box.element-five .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .product-box.element-five .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.product-box.element-five .product-item .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 14px;
    background-size: 16px;
}

.product-box.element-five .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 13px;
    background-size: 17px;
}

.product-box.element-five .product-item .holder .action-buttons .button:hover, .product-box.element-five .product-item .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #000a12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.product-box.element-five .product-item .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
}

.product-box.element-five .product-item .holder .product-description .product-brand {
    display: none;
}

.product-box.element-five .product-item .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.product-box.element-five .product-item .holder .product-description .product-title {
    margin: 0 0 5px;
}

.product-box.element-five .product-item .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    color: #1c313a;
}

.product-box.element-five .product-item .holder .product-description .product-price, .product-box.element-five .product-item .holder .product-description .price {
    margin-bottom: 5px;
    word-break: break-word;
    font-size:1rem;
   /*margin-top: 10px;*/ 
}

.product-box.element-five .product-item .holder .product-description .product-price ins, .product-box.element-five .product-item .holder .product-description .price ins {
    padding-right: 0px;
    padding-left: 8px;
}

.product-box.element-five .product-item .holder .product-description .product-price del, .product-box.element-five .product-item .holder .product-description .price del {
    opacity: 1;
}

.product-box.element-five .product-item .holder .product-description .product-price span {
    margin-right: 2px;
}

.product-box.element-five .product-item .holder .product-description .product-price span.percent-off {
    display: none;
}

.product-box.element-five .product-item .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
    display: none;
}

.product-box.element-five .product-item .holder .product-description .star-rating::before {
    color: #000a12;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.product-box.element-five .product-item .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: -1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000a12;
}

.product-box.element-five .product-item .holder .add-bag {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}

.product-box.element-five .product-item .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(-25px);
}

.product-box.element-five .product-item .holder .add-bag .radiantthemes-cart .quantity, .product-box.element-five .product-item .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}

.product-box.element-five .product-item .holder .add-bag a, .product-box.element-five .product-item .holder .add-bag .button {
    background: rgba(255, 255, 255, 1);
    color: #000a12;
    border: none;
    padding: 11px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: auto;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.product-box.element-five .product-item .holder .add-bag a:hover, .product-box.element-five .product-item .holder .add-bag .button:hover {
    background: #000a12;
    color: #fff;
}

.product-box.element-five .product-item .holder .add-bag a:before, .product-box.element-five .product-item .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce01.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.product-box.element-five .product-item .holder .add-bag a:hover:before, .product-box.element-five .product-item .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.yoga-mat .product-box.element-five .product-item .holder .add-bag a:hover:before, .yoga-mat .product-box.element-five .product-item .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce01.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.product-box.element-five .product-item .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}

.product-box.element-five .product-item .holder .color-swatch {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
}

.product-box.element-five .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-five .product-item .holder .color-swatch .color:hover, .product-box.element-five .product-item .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-five .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.product-box.element-five .product-item .holder .color-swatch div {
    position: relative;
}

.product-box.element-five .product-item .holder .color-swatch div:hover:after, .product-box.element-five .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.product-box.element-five .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}

.product-box.element-five .product-item .holder .color-swatch {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}

.product-box.element-five .product-item .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-five .product-item .holder .color-swatch .color:hover, .product-box.element-five .product-item .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-five .product-item .holder .color-swatch .color span {
    padding: 3px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
  /*box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);*/
}

.product-box.element-five .product-item .holder .color-swatch div {
    position: relative;
}

.product-box.element-five .product-item .holder .color-swatch div:hover:after, .product-box.element-five .product-item .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.product-box.element-five .product-item .holder .color-swatch .color:hover {
    cursor: pointer;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box.element-five .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        flex-direction: row;
    }

    .product-box.element-five .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }

    .product-box.element-five .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }
}

@media screen and (max-width: 767px) {
    .product-box.element-five .product-item .holder .action-buttons, .product-box.element-five .product-item .holder .add-bag, .woocommerce.element-five span.onsale, .woocommerce.element-eight span.onsale, .woocommerce.element-three span.onsale {
        display: none;
    }

    .product-box.element-five .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }

    .product-box.element-five .product-item .holder {
        margin: 0px;
    }

    .product-box.element-five .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }

    .product-box.element-five .col-md-3, .product-box.element-five .col-md-4, .product-box.element-five .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        flex-direction: row;
    }

    .product-box.element-five .col-md-3:nth-child(odd), .product-box.element-five .col-md-4:nth-child(odd), .product-box.element-five .col-md-6:nth-child(odd) {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .product-box.element-five .col-md-3:nth-child(even), .product-box.element-five .col-md-4:nth-child(even), .product-box.element-five .col-md-6:nth-child(even) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.Wplgnite-shop {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wraper_shop_main {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: -1;
}

.Wplgnite-shop.three-column > .Wplgnite-shop-box {
    width: 33.33%;
    margin: 0px;
}
.Wplgnite-shop.four-column > .Wplgnite-shop-box {
    width: 25%;
    margin: 0px;
}
.Wplgnite-shop.five-column > .Wplgnite-shop-box {
    width: 20%;
    margin: 0px;
}
.Wplgnite-shop.six-column > .Wplgnite-shop-box {
    width: 16.66%;
    margin: 0px;
}
@media screen and (min-width:768px) and (max-width:989px) {

    .Wplgnite-shop.three-column > .Wplgnite-shop-box,
    .Wplgnite-shop.four-column > .Wplgnite-shop-box,
    .Wplgnite-shop.five-column > .Wplgnite-shop-box,
    .Wplgnite-shop.six-column > .Wplgnite-shop-box {
        width: 33.33%;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view {
        display: none !important;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        border-right: none !important;
        margin-right: 0px !important;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {

    .Wplgnite-shop.three-column > .Wplgnite-shop-box,
    .Wplgnite-shop.four-column > .Wplgnite-shop-box,
    .Wplgnite-shop.five-column > .Wplgnite-shop-box,
    .Wplgnite-shop.six-column > .Wplgnite-shop-box {
        width: 50%;
    }
    .Wplgnite-shop .Wplgnite-shop-box:nth-child(odd) {
        padding-left: 0px !important;
    }
    .Wplgnite-shop .Wplgnite-shop-box:nth-child(even) {
        padding-right: 0px !important;
    }
    .Wplgnite-shop.style-six .Wplgnite-shop-box:nth-child(odd),
    .Wplgnite-shop.style-six .Wplgnite-shop-box:nth-child(even) {
        padding: 20px 15px 0 !important;
    }
    .wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb {
        margin-left: 0px !important;
    }
}

@media screen and (min-width:321px) and (max-width:479px) {
    .rt-list-view .Wplgnite-shop .Wplgnite-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .Wplgnite-shop .Wplgnite-shop-box,
    .rt-grid-view .Wplgnite-shop .Wplgnite-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

}

@media screen and (max-width:320px) {

    .rt-list-view .Wplgnite-shop .Wplgnite-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
    }
    .Wplgnite-shop > .Wplgnite-shop-box
    .rt-grid-view .Wplgnite-shop .Wplgnite-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }
    
}

/*.wraper_shop_main .Wplgnite-shop {
    padding-bottom: 58px;
}*/

@media (max-width: 1024px) {
    .wraper_shop_main .container {
        padding-top: 50px;
    }

    /*.wraper_shop_main .Wplgnite-shop {
        padding-bottom: 45px;
    }*/
    /*.wraper_shop_main.shop-nosidebar .container .col-lg-12.col-md-12.col-sm-12.col-xs-12, 
    .wraper_shop_main.shop-rightsidebar .container .col-lg-12.col-md-12.col-sm-12.col-xs-12, 
    .wraper_shop_main.shop-leftsidebar .container .col-lg-12.col-md-12.col-sm-12.col-xs-12, 
    .wraper_shop_main.shop-topsidebar .container .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }*/
}

@media (max-width: 480px) {
    .wraper_shop_main .container {
        padding-top: 50px;
    }
}

.woocommerce .woocommerce-result-count {
    margin: 0 0px 15px 8px;
}

.wraper_shop_main.shop-topsidebar.shop-style-four .woocommerce-pagination {
    margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current {
    display: inline-block !important;
    float: none;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #fff;
    background: #060a33;
    border-radius: 50%;
    margin: 0 4px;
    text-align: center;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span, .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers {
    display: inline-block !important;
    float: none;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #30353b;
    background: #eaede3;
    border-radius: 50%;
    margin: 0 4px;
    text-align: center;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #2f2f2f;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: none;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    padding-bottom: 65px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    display: block;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers:hover {
    background: #060a33;
    color: #fff;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span:hover:after, .woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover:after {
    content: "";
    width: 27px;
    height: 2px;
    background: #2f2f2f;
    position: absolute;
    bottom: 0;
    left: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #000a12;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers, .woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers {
    padding: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 5px 10px;
    padding: 7px 10px;
    font-size: 0px;
    display: none !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers:before {
    position: absolute;
    content: "";
    background: url(../images/customizer/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background-size: 20px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.next.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers li a.prev.page-numbers:after {
    display: none;
}

@media only screen and (max-width: 1350px) {
    .wraper_shop_main .container .row .col-md-6 {
        padding: 0px;
    }

    /*.wraper_shop_main .container .row {
        padding-right: 15px;
        padding-left: 15px;
    }*/

    .wraper_shop_main .container .row .row {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_main .container .row .col-md-6 {
        padding: 0px;
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .wraper_shop_main .container .row .col-md-6 {
        padding: 0px;
        width: 100%;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters {
        justify-content: flex-start;
    }
}

.wraper_shop_single.style-one {
    background: #ffffff;
    z-index: -1;
}

.wraper_shop_single.style-one .row {
    margin-left: 0px;
    margin-right: 0px;
}

.wraper_shop_single .container {
    padding-top: 90px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
} 
.wraper_shop_single.style-one .container {
    padding-top: 36px;  
}
.wraper_shop_single.style-one .container .rt-single-product-breadcrumb {
    padding-top: 75px;  
}
.single.single-product .wraper_shop_single .container {
    padding-right: 15px;
    padding-left: 15px;
}
.wraper_shop_single.style-one .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0px;
    padding-right: 0;
}

.shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 52%;
    margin: 0;
    float: left;
    padding-right: 7px;
    padding-left: 0px;
    padding-top: 0px;
}

.rt-product-gallery .flex-direction-nav {
    position: absolute;
    bottom: 100px;
    width: 100%;
    display: inline-block;
}

.rt-product-gallery .flex-direction-nav .flex-nav-next, .rt-product-gallery .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    line-height: 42px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background: #fff !important;
    background: no-repeat 50%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.rt-product-gallery:hover .flex-direction-nav .flex-nav-next, .rt-product-gallery:hover .flex-direction-nav .flex-nav-prev {
    opacity: 1;
    visibility: visible;
    transition: all cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rt-product-gallery .flex-direction-nav .flex-nav-next svg, .rt-product-gallery .flex-direction-nav .flex-nav-prev svg {
    width: 22px;
}

.rt-product-gallery .flex-direction-nav .flex-nav-next {
    right: 0px;
    left: auto;
}

.rt-product-gallery .flex-direction-nav .flex-nav-prev {
    left: 0px;
    right: auto;
}

.description ul {
    padding-left: 20px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.description ul li {
    list-style: disc;
}
.wraper_shop_single.style-one .rt-single-product-breadcrumb {
    padding-right: 15px;
    padding-left: 0px;
    padding-top: 90px;
    padding-bottom: 45px;
}
.woocommerce #content div.product .pdetail-gallery div.images, .woocommerce div.product .pdetail-gallery div.images, .woocommerce-page #content div.product .pdetail-gallery div.images, .woocommerce-page div.product .pdetail-gallery div.images {
    width: calc(100% - 116px);
    position: relative;
    display: inline-block;
    left: 116px;
    height: auto;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: calc(100% - 116px);
    position: relative;
    display: inline-block;
    left: 116px;
    height: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0px;
}

.woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -116px;
    top: 0px;
    width: 100px;
}
.woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
    height: 570px;
    overflow-y: auto;
}
.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav > li {
    margin-bottom: 16px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    height: auto;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 0px;
    padding: 7px;
    border: 1px solid rgba(0, 10, 18, 0);
    height: 150px;
    object-fit: cover;
}
.wraper_shop_single.style-one div.product div.images .flex-control-thumbs li img {
    border-radius: 0px;
    padding: 7px;
    border: 1px solid rgba(0, 10, 18, 0);
    height: 100px;
    object-fit: cover;
    object-position: 100% 0%;
}

.woocommerce div.product div.images img {
    border-radius: 0px;
    transform: translate3d(0px, 0px, 0px);
    background: #fff;
}

.woocommerce .wraper_shop_single.style-one .shop_single span.onsale {
    background: #000a12;
    padding: 5px 15px 5px 15px;
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    z-index: 3;
    border-radius: 0px;
    min-height: auto;
    min-width: auto;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 1;
    margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border: 1px solid #000A12;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border: 1px solid #000A12;
}
.woocommerce span.onsale,
.Wplgnite-emart span.onsale {
    background: #000a12;
    padding: 4px 10px 4px 10px;
    position: absolute;
    left: auto;
    right: 25px;
    top: 20px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    z-index: 3;
    border-radius: 0px;
    min-height: auto;
    min-width: auto;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
}
.woocommerce-products-search__title {
    margin-left: 0px;
    margin-bottom: 20px;
}
.woocommerce.element-five span.onsale, .woocommerce.element-eight span.onsale, .woocommerce.element-three span.onsale {
    right: 20px;
    left: auto;
    top: 20px;
    z-index: 9;
}

#yith-quick-view-content .onsale {
    top: 15px;
    right: auto;
    left: 15px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48% !important;
    padding-top: 0px;
    clear: none;
    right: 0px;
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    padding: 0px 40px 45px 60px;
}


.shop_single .summary a.woocommerce-review-link {
    float: left;
    line-height: normal;
    margin-left: 10px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.3px;
    color: #6b6b6b;
}

.shop_single .summary a.woocommerce-review-link:hover {
    color: #6b6b6b;
}

.rt-single-product-breadcrumb, .rt-single-product-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-transform: capitalize;
    width: 1290px;
    max-width: 100%;
    margin: 0 auto;
}
.rt-single-product-breadcrumb {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 90px;
    padding-bottom: 20px;
}

.rt-single-product-breadcrumb a, .rt-single-product-breadcrumb .woocommerce-breadcrumb a {
    color: #000A12;
}

.rt-single-product-breadcrumb #crumbs span.gap:after {
    content: "/";
    top: 0;
    margin: 0 10px;
}
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart.tinvwl-woocommerce_single_product_summary {
    position: absolute;
    top: 0;
    right: 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    position: initial;
    top: 50%;
    left: 50%;
    margin-right: 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, 
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    margin-top: 0;
    margin-left: 0;
    color: #000A12;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-product-in-list:before {
    color: #e04949;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: sub;
    width: 60px;
    height: 60px;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 24px;
}
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-woocommerce_after_add_to_cart_button {
    display: none;
}
.shop_single .summary .product_title {
    color: #000a12;
    margin-bottom: 18px;
    margin-top: 0px !important;
    margin-left: 0px;
}

.shop_single .summary .in-stock {
    display: flex;
    align-items: center;
    line-height: 28px;
}

.shop_single .summary .in-stock svg {
    width: 16px;
    margin: 0 8px 0 0;
    fill: #95e158;
    display: none;
}

.shop_single .summary .price, .shop_single .summary .woocommerce-variation-price, .shop_single .summary .product-price {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
    font-size: 25px !important;
    line-height: 38px !important;
    font-weight: 500 !important;
    color: #000a12 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.shop_single .summary .price .percent-off, .wraper_shop_single .summary .product-price .percent-off {
    color: #309013;
    margin: 0;
    border-left: 1px solid #d7d7d7;
    line-height: 24px;
    padding-left: 10px;
    margin-left: 3px;
    font-size: 18px;
    font-weight: 600;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 0.9;
}

.shop_single .summary .price span.amount, .shop_single .summary .woocommerce-variation-price span.amount, .shop_single .summary .product-price span.amount {
    margin: 0px;
}

.shop_single .summary .woocommerce-variation-availability {
    margin-bottom: 20px;
    margin-top: -10px;
}

.shop_single .summary .product-price del .woocommerce-Price-amount {
    font-size: 17px !important;
    outline-width: 40px;
}

.wraper_shop_single .summary .product-price ins, .wraper_shop_single .summary .price ins {
    padding-right: 10px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 600 !important;
    margin: 0;
    letter-spacing: 0.08rem;
    color: #000a12;
}

.wraper_shop_single .summary .price span.woocommerce-Price-amount {
    margin: 0;
}

.wraper_shop_single .summary .product-price del, .wraper_shop_single .summary .price del, .wraper_shop_single .summary del {
    padding-right: 10px;
    margin: 0;
    font-size: 18px;
}

.woocommerce div.product form.cart table {
    margin: 0px;
    margin-bottom: 1em;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: 0.5em;
    border: 0;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a:hover {
    color: #000a12;
}

.shop_single > .summary select {
    border: 0;
    color: inherit;
    background-color: transparent;
    background-image: none;
    width: 60% !important;
    padding: 10px 10px;
    min-width: 90% !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
}

.shop_single > .summary select {
    height: 55px;
    padding: 0px 10px 0px 10px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    font-weight: 400;
    font-size: 15px;
    border-radius: 4px;
    color: #6b6b6b;
}

.shop_single .summary .variations td {
    padding: 0px 0;
    font-size: .9em;
    line-height: 1.6em !important;
}

.shop_single .summary .woocommerce-product-rating {
    margin-bottom: 18px !important;
    margin-left: 0px;
}

.shop_single .summary .woocommerce-product-rating .star-rating {
    float: left;
}

.woocommerce .star-rating::before {
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}
.wraper_shop_single.style-one .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
}

.shop_single .summary .star-rating {
    margin: 8px 0 0 0;
    float: left;
}

.wraper_shop_single.style-one .star-rating::before {
    color: #242879;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.woocommerce .star-rating span::before {
    top: 0;
    position: absolute;
    left: 2px;
}

.shop_single .summary .woocommerce-product-details__short-description {
    border-top: 1px solid #e5e5e5;
    padding-top: 18px;
    margin-top: 17px;
}

.shop_single .summary .product_meta {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
    float: left;
    display: flex;
}

.shop_single .summary .product_meta a {
    color: #565656;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 28px;
}
.shop_single .summary .payment-option {
    background: #EFEFEF;
    width: 100%;
    float: left;
    padding: 30px;
    text-align: center;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 50px;
}
.shop_single .summary .payment-option p {
    color: #000a12;
    padding-bottom: 8px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 3px 10px 3px 0 !important;
}

.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
border-radius: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50px;
}
.variable-product-price {
    margin: 0;
    color: #000a12;
}
li.variable-item.color-variable-item {
    box-shadow: none !important;
    border: 1px solid transparent;
    width:  40px !important;
    height: 40px !important;
    padding: 0px !important;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-image: url(../images/check-select.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
li.variable-item.button-variable-item {
    min-width: 44px !important;
    height: 44px !important;
    border-radius: 0px !important;
    background: #fff !important;
    box-shadow: none !important;
    border: 1px solid #D9D9D9;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    text-align: left;
    color: #000a12;
    margin: 0;
    margin-top: 12px;
}

li.variable-item.button-variable-item:hover {
    border: 1px solid #6b6b6b;
}

li.variable-item.button-variable-item.selected {
    border: 1px solid #6b6b6b;
}

li.variable-item.button-variable-item .variable-item-span-button {
    font-size: 16px;
    line-height: 28px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
    border: 0;
    width: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.shop_single .summary .product_meta > .sku_wrapper {
/*    width: 100%;*/
    padding-right: 20px;
}

.shop_single .summary .product_meta > .sku_wrapper, .shop_single .summary .product_meta > .posted_in, .shop_single .summary .product_meta > .tagged_as {
    margin-bottom: 3px;
    margin-right: 20px;
    color: #000a12;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    display: block;
    margin: 0px;
    flex: 1;
}
.shop_single .summary .product_meta > .sku_wrapper .sku, .shop_single .summary .product_meta > .posted_in a {
    font-weight: 500;
}

.shop_single .summary .product_meta > .posted_in a:hover, .shop_single .summary .product_meta > .tagged_as a:hover {
    color: #000a12;
}

.shop_single .summary .product_meta > .posted_in a:first-child, .shop_single .summary .product_meta > .tagged_as a:first-child {
    padding-left: 5px !important;
}

.shop_single .woocommerce-variation-add-to-cart {
    display: inline-block;
    width: 100%;
    position: relative;
}
.shop_single .woocommerce-variation-add-to-cart #sbw_wc-adding-button,
.shop_single .cart #sbw_wc-adding-button {
    width: 100%;
    margin-top: 20px;
    background: #000a12;
}
.single_add_to_cart_button.button.alt {
    width: calc(100% - 126px);
}
.shop_single .single_variation_wrap #rtsizechart {
    display: none;
}
.single_add_to_cart_button.button.alt {
    background-color: #ffffff !important;
    color: #000a12 !important;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #000a12;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0px 16px 0px 0px;
    display: inline-flex;
}

.woocommerce div.product form.cart div.quantity {
    border: 1px solid #f3f2f2;
    border-radius: 0px;
    background: #f3f2f2;
}

.shop_single .summary .quantity {
    width: 110px;
    border: 1px solid #f3f2f2;
    border-radius: 0px;
    background: #fff;
    height: calc(52px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}

.cart .plus, .cart .minus {
    display: flex;
    cursor: pointer;
}

.quantity.input-group .minus {
    position: absolute;
    left: 11px;
    opacity: 0;
}

.quantity.input-group .plus {
    position: absolute;
    right: 11px;
    opacity: 0;
}

.shop_single .quantity.input-group .minus, .shop_single .quantity.input-group .plus {
    display: none;
}

.shop_single .summary .quantity .input-group-addon.quantity-decrease {
    font-size: 0px;
}

.shop_single .summary .quantity .input-group-addon.quantity-increase {
    font-size: 0px;
}

.shop_single .summary .quantity > .input-group-addon {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
    transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
    margin: 0;
}

.shop_single .summary .quantity .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/customizer/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.shop_single .summary .quantity .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/customizer/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.shop_single .summary .quantity .qty {
    padding: 0;
    width: 25%;
    min-width: 30px;
    max-height: 30px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    margin: 0px;
    color: #000a12;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: 0 0;
}

.shop_single .summary .quantity .qty::-webkit-inner-spin-button, .shop_single .summary .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-group .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: inherit;
    flex: inherit;
    min-width: 0;
    margin-bottom: 0;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    margin-left: 1.53em;
    vertical-align: bottom;
}

.single_add_to_cart_button.button.alt.added:before {
    content: "Added to Cart";
}

.single_add_to_cart_button.button.alt.added span {
    display: none;
}

.single_add_to_cart_button.button.alt.added .mask {
    display: none;
}

.shop_single_tabs #review_form #respond input[type="submit"] {
    font-family: inherit;
    color: #fff;
    padding: 11px 50px 11px 50px;
    border: none;
    background: #000a12;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}

.woocommerce a.added_to_cart {
    display: none;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #CDCDCD;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce .woocommerce-tabs ul.tabs li.active {
    background: #000A12;
    color: #ffffff;
    z-index: 2;
    border-bottom-color: #fff;
    border-radius: 0px;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 500;
    color: #515151;
    text-decoration: none;
    text-transform: none;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
    display: inline-block;
    padding:  0;
    color: #fff;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce .woocommerce-tabs ul.tabs li::after,
.woocommerce .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: 0;
    width: 0px;
    height: 0px;
    content: " ";
    box-sizing: border-box;
    right: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding-top: 11px;
    padding-right: 33px;
    padding-bottom: 11px;
    padding-left: 33px;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
    color: #515151;
    padding: .5em 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background: #000A12;
}
.woocommerce .woocommerce-tabs ul.tabs li:hover {
    background: #000A12;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce .woocommerce-tabs ul.tabs li:hover a {
    color: #ffffff;
}
.wraper_shop_single.style-six .woocommerce-tabs.wc-tabs-wrapper {
    max-width: 100%;
    width: 1290px;
    padding-top: 110px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}
.woocommerce-tabs .woocommerce-Tabs-panel h4 {
    display: none;
}
.shop_related > .related.products > h2 {
    color: #000a12;
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
    margin-left: 0px;
}

.shop_single .summary button.woosw-btn {
    border: none;
    background: none;
    font-size: 14px;
    line-height: 24px;
    display: inline-flex;
    padding: 0;
    color: #6b6b6b;
    font-weight: 400;
    margin-right: 30px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.wraper_shop_single.style-one .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 44px;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
    color: #565656;
    line-height: 28px;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-content p a:hover {
    color: #6b6b6b;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs {
    margin-bottom: 35px;
    padding-left: 0px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    overflow: hidden;
    display: block;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 60px;
    margin-bottom: -1px;
}

.woocommerce table.shop_attributes th {
    color: #000a12;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
}

.woocommerce table.shop_attributes td {
    line-height: 28px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li:last-child {
    margin-right: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > button {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 14px;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000a12;
    padding: 0px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border-radius: 0px;
    margin: 0px;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 60px;
    height: auto;
    background: #ebe9eb;
    border: none;
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.wraper_shop_single .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 13px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
}

.wraper_shop_single.style-one .star-rating::before {
    color: #000a12;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.woocommerce .star-rating span::before {
    top: 0;
    position: absolute;
    left: 2px;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.wraper_shop_single.style-one #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 59px;
    border: none;
    border-radius: 4px;
    padding: 4px 15px 0;
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
    width: 920px;
}

.wraper_shop_single.style-one #review_form #respond .comment-reply-title, .wraper_shop_single.style-two #review_form #respond .comment-reply-title {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #000a12;
    font-size: 1.5em;
    line-height: 1.5em;
    text-transform: capitalize;
    font-weight: 500;
    font-family: inherit;
}

.wraper_shop_single.style-one #review_form #respond p.stars a::before {
    color: #000a12;
}

.comment-respond .comment-form-rating label {
    display: none;
}

.wraper_shop_single.style-one #review_form #respond .stars {
    display: inline-block;
    margin-top: 11px;
}

.wraper_shop_single.style-one #review_form #respond p {
    margin: 0 0 10px;
}
.wraper_shop_single #reviews #comments ol.commentlist {
    padding: 0px;
}
.wraper_shop_single.style-one #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}

.wraper_shop_single.style-one #reviews #comments ol.commentlist li::last-child {
    margin: 0 0 15px;
}

.wraper_shop_single #review_form #respond input[type="submit"] {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    background: #000a12 !important;
    color: #fff;
    border: 1px solid #000a12;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.wraper_shop_single #review_form #respond input[type="submit"]:hover {
    background: #fff !important;
    color: #000a12 !important;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    border-radius: 0px;
    padding: 12px 15px 12px 15px;
    font-size: 1.125rem;
    line-height: 1.75re;
}
.wraper_shop_single #review_form #respond .comment-form-author,
.shop_single_tabs #review_form #respond .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 8px !important;
}

.wraper_shop_single #review_form #respond .comment-form-email,
.shop_single_tabs #review_form #respond .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 8px !important;
}
.wraper_shop_single #review_form #respond input[type="text"], 
.wraper_shop_single #review_form #respond input[type="email"], 
.shop_single_tabs #review_form #respond input[type="text"], 
.shop_single_tabs #review_form #respond input[type="email"] {
    padding: 5px 12px 5px 12px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: #000a12;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 50px;
}
.wraper_shop_single #review_form #respond textarea, 
.shop_single_tabs #review_form #respond textarea {
    padding: 5px 12px 5px 12px;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: #000a12;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    width: 100%;
    height: 150px;
}
.wraper_shop_single #review_form #respond .comment-form-cookies-consent, .shop_single_accordion #review_form #respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
}

.wraper_shop_single #review_form #respond .comment-form-cookies-consent label, .shop_single_accordion #review_form #respond .comment-form-cookies-consent label {
    display: inline-block;
}

.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"], 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"], 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"], 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    visibility: hidden;
}

.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    margin-top: 1px;
    padding-left: 30px;
}

.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:before, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:before, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:before, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:before {
    background-color: #fff;
    border: 1px solid #6b6b6b;
    box-shadow: none !important;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:before, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:before, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:before, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:after, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:before, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    top: 12px;
    clear: none;
    cursor: pointer;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: 0.05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #000a12;
    margin-right: 10px;
}

.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:after, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:after {
    transition: opacity 0.1s;
}

.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ span:before, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ label:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ span:before, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after {
    content: "";
    background: url(../images/customizer/check-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}

.tinv-wishlist table input[type="checkbox"]:checked:after, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ span:after, 
.wraper_shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ label:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ span:after, 
.shop_single_accordion #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > button p {
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: capitalize;
    letter-spacing: -0.01px;
    color: #5f6065;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > button:hover p {
    color: #000a12 !important;
    transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > button.active p {
    color: #000a12 !important;
}

.tab-content .tab-pane.active {
    display: block;
}

.tab-content .tab-pane {
    display: none;
}

.shop_single #review_form #respond input[type="text"], .shop_single #review_form #respond input[type="email"], .shop_single_tabs #review_form #respond input[type="text"], .shop_single_tabs #review_form #respond input[type="email"] {
    font-style: Regular;
    font-size: 17px;
    line-height: 28px;
    outline: 0;
    padding: 12px 20px;
    margin-bottom: 30px;
    height: 50px;
    width: 100%;
    color: #000a12;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
    font-family: inherit;
}

.shop_single #review_form #respond .comment-form-comment, .shop_single_tabs #review_form #respond .comment-form-comment {
    margin-bottom: 15px;
}

.shop_single #review_form #respond textarea, .shop_single_tabs #review_form #respond textarea {
    font-size: 17px;
    line-height: 28px;
    outline: 0;
    padding: 12px 20px;
    margin-bottom: 30px;
    height: 150px;
    width: 100%;
    color: #000a12;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
    font-family: inherit;
}

.shop_single #review_form #respond textarea::placeholder, .shop_single_tabs #review_form #respond textarea::placeholder, .shop_single #review_form #respond input[type="text"]::placeholder, .shop_single #review_form #respond input[type="email"]::placeholder, .shop_single_tabs #review_form #respond input[type="text"]::placeholder, .shop_single_tabs #review_form #respond input[type="email"]::placeholder {
    color: #000a12;
}

.shop_single #review_form #respond .comment-form-author, .shop_single_tabs #review_form #respond .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 8px !important;
}

.shop_single #review_form #respond .comment-form-email, .shop_single_tabs #review_form #respond .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 8px !important;
}

.shop_single #review_form #respond .comment-form-cookies-consent, .shop_single_tabs #review_form #respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.shop_single #review_form #respond .comment-form-cookies-consent label, .shop_single_tabs #review_form #respond .comment-form-cookies-consent label {
    display: inline-block;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"], .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"], .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"], .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    visibility: hidden;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    margin-top: 1px;
    padding-left: 30px;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:before {
    background-color: #fff;
    border: 1px solid #6b6b6b;
    box-shadow: none !important;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    top: 15px;
    clear: none;
    cursor: pointer;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: 0.05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #000a12;
    margin-right: 10px;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="radio"] ~ span:after {
    transition: opacity 0.1s;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ span:before, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ label:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ span:before, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"] ~ span:after {
    content: "";
    background: url(../images/customizer/check-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}

.tinv-wishlist table input[type="checkbox"]:checked:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ span:after, .shop_single #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ label:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ span:after, .shop_single_tabs #review_form #respond .comment-form-cookies-consent input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}

.single-product #review_form #respond label, .shop_single_tabs #review_form #respond label {
    display: none;
}

.shop_single #review_form #respond .form-submit, .shop_single_tabs #review_form #respond .form-submit {
    float: left;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group li {
    margin: 0;
    padding: 0 0 10px 35px;
    display: block;
    width: 100%;
    background: url(../images/tick.png) no-repeat 0 4px;
    background-size: 20px;
}

.wraper_shop_single.style-one .shop_single_tabs .tab-pane ul.rt-ul-group li:last-child {
    padding: 0 0 0 35px;
}

/*.woocommerce div.product form.cart div.quantity {
    border: 1px solid #d0d0d0;
}*/
.shop_single .entry-summary .efdetails ul {
    list-style: none;
    padding: 0;
}
.shop_single .entry-summary .efdetails ul li {
    list-style: none;
    padding: 0;
    padding-bottom: 5px;
    font-size: 1rem;
    padding-left: 40px;
}
.shop_single .entry-summary .efdetails ul li:nth-child(1) {
    background-image: url(../images/delivery.svg);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    background-size: 26px;
}
.shop_single .entry-summary .efdetails ul li:nth-child(2) {
    background-image: url(../images/cart-shipping-icon.svg);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    background-size: 26px;
}
.shop_single .entry-summary .efdetails ul li .edelivery {
    color: #000a12;
    font-weight: 600;
}
.shop_single .entry-summary .efdetails {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.single_variation_wrap .tinvwl_add_to_wishlist_button {
    display: none;
}

.shop_related .products h4, .shop_related .products h5 {
    padding: 0px;
    margin-bottom: 10px;
    color: #000a12;
    text-transform: capitalize;
}

.wraper_shop_single.style-one .shop_single_tabs {
    background: #fff;
    padding: 40px 50px 25px 50px;
    margin-bottom: 55px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.wraper_shop_single.style-one .shop_single_tabs {
    padding: 20px 0px 10px 0px;
}

@media screen and (max-width: 1304px) {
    .wraper_shop_single.style-one .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wraper_shop_single.style-one .shop_single_tabs {
        margin-bottom: 0;
    }

    .wraper_shop_single.style-one .shop_single_tabs {
        margin-top: 0;
    }

    .wraper_shop_single.style-one .shop_single_tabs {
        padding: 0px 0px 10px 0px;
    }

    .woocommerce #review_form #respond {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-one .shop_single_tabs {
        margin-top: 0;
    }

    .woocommerce #review_form #respond {
        width: 100%;
    }

    .shop_single #review_form #respond input[type="text"], .shop_single #review_form #respond input[type="email"], .shop_single_tabs #review_form #respond input[type="text"], .shop_single_tabs #review_form #respond input[type="email"], .shop_single #review_form #respond textarea, .shop_single_tabs #review_form #respond textarea {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce span.onsale {
        display: none;
    
    }
}
#review_form .comment-form > p {
    padding-right: 0px;
}

.shop_single_tabs .tab-content h4 {
    display: none;
}

.shop_single_tabs .tab-content .description {
    margin-bottom: 17px;
}

.shop_single_tabs .tab-content .description h6 {
    margin-bottom: 10px;
}

.woocommerce .wraper_shop_single .shop_single_accordion {
    background: #fff;
    padding: 40px 50px 25px 50px;
    margin-bottom: 55px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 45px;
}

.woocommerce .wraper_shop_single .shop_single_accordion_item h4 {
    padding: 0 15px;
    display: none;
}

.woocommerce .wraper_shop_single .shop_single_accordion_item button.btn {
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    color: #000a12;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce .wraper_shop_single .shop_single_accordion_item .collapse {
    margin-bottom: 15px;
    display: block;
}

.woocommerce div.product form.cart .reset_variations {
    display: none;
}

.woocommerce div.product form.cart .reset_variations {
    padding-left: 0px;
    color: #000a12;
}

.woocommerce div.product form.cart .reset_variations:hover {
    color: #000a12;
}

.woocommerce .wraper_shop_single.style-one .shop_single_accordion_item #accordion-description ul {
    padding-left: 45px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.woocommerce .wraper_shop_single.style-one .shop_single_accordion_item #accordion-description ul li {
    list-style: disc;
}

.woocommerce .wraper_shop_single .shop_related {
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 17px;
    margin-top: 96px; 
    float: left;
}
.woocommerce .wraper_shop_single .shop_related h5 {
    margin-left: 8px;
}
.woocommerce .wraper_shop_single .shop_related .Wplgnite-shop {
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    .woocommerce .wraper_shop_single .shop_related .Wplgnite-shop {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 44% !important;
        margin-top: 0px;
        margin-left: 0px;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: right;
        width: 44% !important;
        padding-top: 0px;
        clear: none;
        right: 0px;
        position: relative;
        display: inline-block;
        margin-top: 0px;
        margin-left: 0px;
        background: #fff;
        padding: 50px 40px;
    }

    .woocommerce .wraper_shop_single .shop_related {
        margin-right: 0px;
        margin-left: 0px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
        width: 100%;
        position: relative;
        display: inline-block;
        left: 0;
        height: auto;
        float: left;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        left: 0px !important;
        height: auto !important;
        width: 100% !important;
    }

    .wraper_shop_single.style-one div.summary {
        width: 100% !important;
        padding-left: 0;
    }

    .woocommerce-product-gallery .flex-viewport {
        object-fit: cover;
        width: 100%;
        height: 100% !important;
    }

    .wraper_shop_single.style-three div.summary {
        width: 100% !important;
        padding-left: 0;
    }

    .woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: auto;
        top: auto;
        z-index: 2;
        width: 100%;
        margin: 0 !important;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        text-align: center;
        position: absolute !important;
        bottom: 10px;
        left: auto !important;
        top: auto !important;
        z-index: 2;
        width: 100%;
        margin: 0 !important;
    }

    .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
        width: 100%;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none !important;
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        max-width: 80px;
        vertical-align: middle;
        margin-bottom: 0 !important;
        cursor: pointer;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px !important;
        margin: 0 8px;
        padding: 6px 6px 0 0 !important;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #000a12 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li img, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px !important;
        height: 6px !important;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #afafaf;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce .wraper_shop_single.style-two div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li img.flex-active {
        width: 8px;
        height: 8px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        background: #000a12;
    }

    .wraper_shop_single.style-one .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0px 0 5px 0;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: left;
        width: 100% !important;
        max-width: 100%;
        clear: none;
        padding-left: 0px;
        margin-left: 0px;
        padding: 0px 0 0 0;
    }

    .shop_single .summary .product_meta > .sku_wrapper {
        width: auto;
        margin-right: 18px;
    }

    .woocommerce .shop_single span.onsale {
        top: 14px;
        left: 30px;
    }

    .shop_single .entry-summary .rt-size-chart {
        margin-bottom: 20px;
    }

    .woocommerce .wraper_shop_single.style-one .shop_single span.onsale {
        left: auto;
        top: 65px;
    }

    #yith-quick-view-content div.images {
        padding-right: 0;
    }

    .woocommerce div.product div.images {
        margin-bottom: 0px;
    }

    .wraper_shop_main.shop- .col-lg-9.col-md-12.col-sm-12.col-xs-12.order-lg-1.order-sm-1, .wraper_shop_main.shop- .col-lg-3.col-md-12.col-sm-12.col-xs-12.order-lg-12.order-sm-12.widget-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .woocommerce .wraper_shop_single .shop_related {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_main .container .row {
        margin: 0;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        left: 0px !important;
        height: auto !important;
        width: 100% !important;
    }

    .woocommerce div.product div.images {
        margin-bottom: 0px;
    }

    .wraper_shop_single.style-one div.summary {
        width: 100% !important;
        padding-left: 0;
    }

    .woocommerce-product-gallery .flex-viewport {
        object-fit: cover;
        width: 100%;
    }

    .wraper_shop_single.style-three div.summary {
        width: 100% !important;
        padding-left: 0;
    }

    .shop_single .summary .woocommerce-product-rating .star-rating {
    }

    .shop_single .summary a.woocommerce-review-link {
        display: none;
    }

    .wraper_shop_single.style-one .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0px 0 25px 0;
    }

    .woocommerce-product-gallery .flex-viewport {
        object-fit: cover;
        width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 16px;
        left: auto;
        top: auto;
        z-index: 2;
        width: 100%;
        margin: 0;
    }

    .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        text-align: center;
        position: absolute !important;
        bottom: 10px;
        left: auto !important;
        top: auto !important;
        z-index: 2;
        width: 100%;
        margin: 0 !important;
    }

    .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs {
        width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }

    .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none !important;
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        max-width: 80px;
        vertical-align: middle;
        margin-bottom: 0 !important;
        cursor: pointer;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #afafaf;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px !important;
        height: 6px !important;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #afafaf;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce .wraper_shop_single div.product div.images .flex-control-thumbs li img.flex-active {
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        background: #000a12;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: right;
        width: 100% !important;
        clear: none;
        padding: 0;
    }

    .wraper_shop_single.style-one .shop_single_tabs {
        padding: 0;
    }

    #review_form .comment-form > p {
        padding-right: 0px;
    }

    .wraper_shop_single.style-one #review_form #respond p {
        margin-bottom: 15px;
    }

    .shop_single .summary .product_meta > .sku_wrapper {
        width: auto !important;
        margin-right: 18px;
    }

    .shop_single .summary .product_meta > ul.social {
        float: left !important;
        display: inline-block;
        margin-top: 20px !important;
    }

    .shop_single .summary .product_meta > ul.social li {
        margin: 0px 10px 0 0px !important;
    }

    .woocommerce .shop_single span.onsale {
        top: 14px;
        left: 30px;
    }

    .shop_single .entry-summary .rt-size-chart {
        margin-bottom: 20px;
        bottom: 41.5% !important;
        left: 47% !important;
    }

    .single_variation_wrap {
        margin: 0;
    }

    .woocommerce .shop_single .summary form.cart .button {
        padding: 11px 30px 11px 30px;
    }

    .shop_single .summary .quantity {
        margin: 0 15px 0px 0 !important;
    }

    /*.woocommerce div.product form.cart div.quantity {
        width: 20%;
    }*/

    .shop_single .woocommerce-variation-add-to-cart {
        flex-direction: row;
    }

    .woocommerce div.product form.cart {
        margin-bottom: 40px;
        flex-direction: column;
       /*display: flex;*/
        width: 100%;
    }

    .woocommerce div.product form.cart div {
        margin: 0;
    }

    .shop_single .summary button.woosw-btn {
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0px;
    }

    .shop_single .summary .quantity > .qty {
        width: 32% !important;
    }

    /*.woocommerce .wraper_shop_single.style-one .shop_single span.onsale {
        left: auto;
        top: 65px;
    }*/
    .woocommerce .wraper_shop_single .shop_single span.onsale {
        display: none !important;
    }
    #yith-quick-view-content div.images {
        padding-right: 0;
    }

    .woocommerce .wraper_shop_single .shop_related {
        margin-right: -8px;
        margin-left: -8px;
    }

    .shop_single .summary .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 25px;
        height: 25px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        margin: 0;
    }

    .shop_single .summary .quantity .qty {
        padding: 0;
        width: 25%;
        min-width: 20px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #000a12;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
    }

    .woocommerce .wraper_shop_single .shop_related {
        padding-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce div.product form.cart div.quantity {
        margin: 0 auto 16px;
    }

    .woocommerce .shop_single .summary form.cart .button {
/*        width: 100%;*/
    }

    .shop_single .summary .quantity > .qty {
        width: 15% !important;
    }

    .shop_single .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }
}

@media screen and (max-width: 320px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: right;
        width: 100% !important;
        clear: none;
    }

    .shop_table.woocommerce-checkout-review-order-table tbody tr {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        display: flex;
        flex-direction: column;
        width: 150%;
    }

    .woocommerce .wraper_shop_single .shop_related {
        margin-right: 0px;
        margin-left: 0px;
    }

    .shop_single .summary .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        margin: 0;
    }

    .shop_single .summary .quantity .qty {
        padding: 0;
        width: 25%;
        min-width: 20px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #000a12;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
    }
}

.wraper_shop_single .shop_single {
    width: 100%;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .woocommerce-cart .wraper_blog_main.default-page {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.Wplgnite-cart .woocommerce-cart-form {
    padding-right: 0px;
}

.woocommerce-cart .row.Wplgnite-cart {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

.row.Wplgnite-cart .col-lg-8 {
    background: #fff;
    padding: 30px 30px;
    max-width: 65%;
    flex: 0 0 auto;
    margin-left: 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}

.row.Wplgnite-cart .col-lg-4 {
    background: #fff;
    padding: 30px 30px;
    max-width: 32.5%;
    flex: 0 0 auto;
    margin-right: 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}

@media screen and (max-width: 1024px) {
    .row.Wplgnite-cart .col-lg-8, .row.Wplgnite-cart .col-lg-4 {
        max-width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100% !important;
        overflow: visible;
    }
}

.Wplgnite-cart .woocommerce-cart-form h4 {
    background: #f5f5f5;
    padding: 25px 30px;
    color: #000a12;
}

.woocommerce-cart .entry .entry-header .entry-title {
    padding-left: 15px;
    margin-bottom: 30px;
    text-align: left;
}

.shop_table.cart {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: left;
    border: none !important;
}

.shop_table.cart tbody tr {
    width: 100%;
}

.shop_table.cart tbody tr td.product-thumbnail {
    padding-right: 10px;
    margin: 0;
    min-width: auto;
    display: flex;
}

.woocommerce a.remove {
    color: #30353b !important;
    margin: 0px;
}

.woocommerce a.remove:hover {
    color: #30353b !important;
    background: transparent;
}

.shop_table tbody tr:first-child th, .shop_table tbody tr:first-child td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}

.shop_table.cart tbody tr td {
    padding: 25px 0;
    padding-right: 8px;
    vertical-align: middle;
    margin: 0px auto;
}

.shop_table.cart tbody tr td.product-name {
    padding-right: 50px;
    width: 35%;
}

.shop_table.cart tbody tr td.product-quantity {
    padding-right: 20px;
}

.shop_table.cart tbody tr td.product-name a {
    color: #000a12;
}

.shop_table.cart tbody tr td.actions {
    padding: 25px 0 0 0;
    vertical-align: top;
    margin: 0px auto;
}

.shop_table tbody tr th, .shop_table tbody tr td {
    padding: 0 0 15px;
    vertical-align: middle;
}

.shop_table.cart tbody tr td.product-thumbnail a {
    display: inline-block;
    margin: 0px;
}

.shop_table.cart tbody tr td.product-thumbnail img {
    width: 102px;
    max-width: 102px;
}

.shop_table.cart tbody tr td.product-details {
    padding-right: 0;
    position: relative;
    width: 100%;
}

.shop_table.cart tbody tr td.product-details dl.variation {
    display: flex;
    margin: 0;
}

.shop_table.cart tbody tr td.product-details dl.variation .variation-Color {
    padding-right: 8px;
}

.shop_table.cart tbody tr td.product-details dl.variation dt.variation-Size {
    margin: 0 10px 0 0;
}

.shop_table.cart tbody tr td.product-details dl.variation dd.variation-Size {
    margin: 0;
}

.shop_table.cart tbody tr td.product-details .product-name a {
    color: #000a12;
}

.shop_table.cart .product-price {
    margin-bottom: 10px;
    margin-top: 5px;
    padding-right: 15px;
    text-align: right;
}

.shop_table.cart .product-subtotal {
    text-align: right;
    padding-left: 0;
    color: #000a12;
    padding-right: 0px;
}

.woocommerce table.shop_table th {
    font-weight: 500;
    padding: 0px 12px 9px;
}

.shop_table.cart tbody tr td .product-remove {
    text-align: right;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 95px;
    padding: 0px;
}

.shop_table.cart tbody tr td .product-remove .remove {
    display: block;
    position: relative;
    float: right;
    color: #000a12 !important;
}

.shop_table.cart tbody tr td .product-remove .remove:hover {
    background: none;
}

.shop_table.cart th.product-quantity {
    text-align: right;
}

.shop_table.cart th.product-quantity {
    text-align: right;
    padding-right: 20px;
}

.shop_table.cart .quantity {
    width: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(40px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-right: 0;
}

.shop_table.cart .quantity > .input-group-addon {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
    transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
    margin: 0;
    ;
}

.shop_table.cart .quantity > .input-group-addon.quantity-decrease {
    font-size: 0px;
}

.shop_table.cart .quantity > .input-group-addon.quantity-decrease:before {
    content: "";
    background: url(../images/customizer/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.shop_table.cart .quantity > .input-group-addon.quantity-increase {
    font-size: 0px;
}

.shop_table.cart .quantity > .input-group-addon.quantity-increase:before {
    content: "";
    background: url(../images/customizer/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.shop_table.cart .quantity > .qty:focus {
    box-shadow: none;
}

.shop_table.cart .quantity > .qty {
    padding: 0;
    width: 25%;
    min-width: 30px;
    max-height: 30px;
    text-align: center;
    border: 0;
    color: #000a12;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: 0 0;
    font-size: 16px;
}

.shop_table.cart .quantity > .qty::-webkit-inner-spin-button, .shop_table.cart .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop_table.cart .quantity > .qty:focus {
    border: none;
}

.woocommerce .cart button#update_cart {
    background: #000a12 !important;
    color: #fff !important;
    background-color: #000a12;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 16px ;
    line-height: 28px ;
    background-color: #000a12;
    color: #fff ;
    padding: 11px 33px 11px 33px;
    border: 1px solid #000a12;
    border-radius: 0px;
/*    height: 50px;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-image: none;
    color: #000a12;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    background-color:#fff;
}

.woocommerce-checkout .checkout_coupon .button .mask, .single-product.woocommerce .single_add_to_cart_button .mask, .single-product.woocommerce .single_add_to_cart_button_grouped .mask, .woocommerce-checkout .woocommerce-checkout-payment .button .mask {
    position: relative;
    padding: 0;
    height: 28px;
    overflow: hidden;
}

.single-product.woocommerce .single_add_to_cart_button .mask .add-to-cart-first, .single-product.woocommerce .single_add_to_cart_button .mask .add-to-cart-second, 
.single-product.woocommerce .single_add_to_cart_button_grouped .mask .add-to-cart-first, .single-product.woocommerce .single_add_to_cart_button_grouped .mask .add-to-cart-second, 
.woocommerce-checkout .checkout_coupon .button .mask .ckeckout-coupon-first, .woocommerce-checkout .checkout_coupon .button .mask .ckeckout-coupon-secnd, 
.woocommerce-checkout .woocommerce-checkout-payment .button .mask .ckeckout-first, .woocommerce-checkout .woocommerce-checkout-payment .button .mask .ckeckout-second {
    display: block;
    margin: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: inherit;
    transition: transform 0.4s ease;
/*    color: #000a12;*/
}
.single-product.woocommerce .single_add_to_cart_button .mask .add-to-cart-second {
    display: none;
}
.single-product.woocommerce .single_add_to_cart_button .mask .link-container, .single-product.woocommerce .single_add_to_cart_button_grouped .mask .link-container, .woocommerce-checkout .checkout_coupon .button .mask .link-container, .woocommerce-checkout .woocommerce-checkout-payment .button .mask .link-container {
    transition: transform 0.4s ease;
}

/*.single-product.woocommerce .single_add_to_cart_button:hover .mask .link-container, .single-product.woocommerce .single_add_to_cart_button_grouped:hover .mask .link-container, .woocommerce-checkout .checkout_coupon .button:hover .mask .link-container, .woocommerce-checkout .woocommerce-checkout-payment .button:hover .mask .link-container {
    transform: translateY(-30px);
    transition: transform 0.4s ease;
}*/

.single-product.woocommerce .single_add_to_cart_button:hover .mask .add-to-cart-first, .single-product.woocommerce .single_add_to_cart_button_grouped:hover .mask .add-to-cart-first, .woocommerce-checkout .checkout_coupon .button:hover .mask .ckeckout-coupon-first, .woocommerce-checkout .woocommerce-checkout-payment .button:hover .mask .ckeckout-first {
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}

.single-product.woocommerce .single_add_to_cart_button:hover .mask .add-to-cart-second, .single-product.woocommerce .single_add_to_cart_button_grouped:hover .mask .add-to-cart-second, .woocommerce-checkout .checkout_coupon .button:hover .mask .ckeckout-coupon-second, .woocommerce-checkout .woocommerce-checkout-payment .button:hover .mask .ckeckout-second {
    transform: rotate(0);
    transition: transform 0.4s ease;
}

.Wplgnite-cart .cart-collaterals .cart_totals {
    float: none;
    width: auto;
    background: #fff;
    padding-bottom: 0px;
}

.Wplgnite-cart .cart-collaterals .cart_totals h4 {
    background: #fff;
    padding: 0px 0px 9px;
    margin-bottom: 0px;
    color: #000a12;
    font-size: 16px !important;
    line-height: 28px !important;
    text-transform: capitalize;
}

.Wplgnite-cart .cart-collaterals .cart_totals table.shop_table {
    border: none;
    padding: 15px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.Wplgnite-cart .wc-proceed-to-checkout {
    padding: 0 0px;
}

.Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button .mask {
    position: relative;
    padding: 0;
    height: 28px;
    overflow: hidden;
}

.Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button .mask .checkout-first, .Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button .mask .checkout-second {
    display: block;
    margin: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    transition: transform 0.4s ease;
    color: #fff;
}
.Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button .mask .checkout-second {
    display: none;
}
.Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button .mask .link-container {
    transition: transform 0.4s ease;
}

/*.Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button:hover .mask .link-container {
    transform: translateY(-30px);
    transition: transform 0.4s ease;
}*/

.Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button:hover .mask .checkout-first {
    transform: rotate(0deg);
    transition: transform 0.4s ease;
    color: #000a12;
}

.Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button:hover .mask .checkout-second {
    transform: rotate(0);
    transition: transform 0.4s ease;
}

.Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button {
    margin-bottom: 0px;
    width: 100%;
    background: #000A12;
    color: #fff;
    border: 1px solid #000a12
}
.Wplgnite-cart .wc-proceed-to-checkout .checkout-button.button:hover {
    background: #fff;
    color: #000a12;
    border: 1px solid #000a12;
}

.Wplgnite-cart .cart-collaterals .cart_totals tr {
    border: 1px solid #e4e4e4;
}

.Wplgnite-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping p {
    color: #000a12;
    font-size: 16px;
    padding-bottom: 10px;
}

.Wplgnite-cart .cart-collaterals .shipping th {
    display: none;
}

.Wplgnite-cart .cart-collaterals tr.cart-subtotal td, .Wplgnite-cart .cart-collaterals tr.order-total td {
    text-align: right;
}

.Wplgnite-cart .cart-collaterals .cart_totals tr th {
    padding-left: 0;
}

.Wplgnite-cart table thead tr th, .Wplgnite-cart table tbody tr td, .Wplgnite-cart table tbody tr th, .Wplgnite-cart table tfoot tr td, .Wplgnite-cart table tfoot tr th {
    border: none !important;
}

.Wplgnite-cart table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 18px 12px;
}

.Wplgnite-cart table.shop_table tbody:first-child tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals tbody:first-child tr:first-child th {
    border-top: 0px !important;
}

.Wplgnite-cart table.shop_table tbody:first-child tr:first-child td {
    padding: 18px 12px;
}

.cart_totals table.shop_table tr th, .cart_totals table.shop_table tr td span {
    font-size: 17px;
    font-weight: 400;
    color: #000a12;
}

.Wplgnite-cart .cart-collaterals .coupon {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
}

.Wplgnite-cart .cart-collaterals .coupon label {
    display: none;
}

.shop_table.cart .actions .coupon .input-text {
    line-height: 1.6;
    outline: 0;
    padding: 8px;
    height: 52px;
    color: #000a12;
    border-radius: 0px;
    background-clip: padding-box;
    background-clip: padding-box;
    border-width: 1px;
    border-color: #d9d9d9 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    width: auto !important;
    display: block;
    padding: 6px 15px 6px 30px !important;
    margin-bottom: 15px;
    margin-right: 0px !important;
}

.shop_table.cart .actions .coupon .input-text::placeholder {
    color: #000a12;
}

.Wplgnite-cart .cart-collaterals .coupon button {
    border-radius: 0px;
    position: absolute;
    right: 20px;
    padding: 11px 20px !important;
}

.shop_table.cart .actions .button.update-cart {
    background: #fff !important;
    border: 1px solid #000a12 !important;
    color: #000a12 !important;
}

.shop_table .actions .continue_shopping {
    float: left;
    vertical-align: middle;
    color: #6b6b6b;
}

.shop_table .actions .continue_shopping svg {
    width: 16px;
    margin-top: -3px;
}

.woocommerce-shipping-methods input[type="checkbox"], .woocommerce-shipping-methods input[type="radio"] {
    clear: none;
    cursor: pointer;
    margin: -0.25rem 0.25rem 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: 0.05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #000a12;
    margin-right: 8px;
    position: relative;
}

.woocommerce ul#shipping_method li input {
    margin: 3px 0.4375em 0 0;
    vertical-align: top;
    float: left;
}

.woocommerce-shipping-methods input[type="radio"] {
    border-radius: 50%;
}

.woocommerce-shipping-methods input[type="radio"]:checked:before {
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #000a12;
}

.woocommerce-shipping-calculator a.shipping-calculator-button {
    color: #000a12;
}

.woocommerce .woocommerce-shipping-calculator .form-row {
    padding: 10px 0px;
}

.woocommerce .woocommerce-shipping-calculator .form-row input.input-text, .woocommerce .woocommerce-shipping-calculator .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    line-height: 1.6;
    outline: 0;
    padding: 12px 20px;
    height: 48px;
    color: #6b6b6b;
    background-clip: padding-box;
    background-color: transparent;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    display: block;
}

.shipping-calculator-form button.button {
    width: 100%;
    background: #000a12;
    border-radius: 0px;
    border: 1px solid #000a12;
    color: #fff;
    padding: 11px 50px;
    border-radius: 0px;
    letter-spacing: 0.3px;
    font-weight: 400;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.shipping-calculator-form button.button:hover {
    background: #fff;
    color: #000a12;
    border: 1px solid #000a12;
}

.select2-container .select2-selection {
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    outline: 0;
    padding: 12px 20px;
    margin-bottom: 0px;
    height: 50px;
    width: 100%;
    color: #000a12;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 0px;
    width: 20px;
}

.select2-container .select2-selection > .select2-selection__arrow {
    top: 20px;
}

.select2-container .select2-selection > .select2-selection__arrow:before {
    content: "";
    background: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    right: 0px;
    position: absolute;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000a12;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000a12;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000a12;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    padding: 15px 50px 15px 50px;
}

p.return-to-shop {
    margin-bottom: 40px;
}

p.return-to-shop a.wc-backward {
    color: #fff !important;
}

p.return-to-shop a.wc-backward:hover {
    color: #fff !important;
    background: #000a12;
}

.woocommerce-cart .wraper_blog_main.default-page {
    padding-top: 120px;
    padding-bottom: 120px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    font-size: 16px;
    line-height: 28px;
}
.woocommerce-page table.cart td.actions .coupon label {
    display: none;
}

.woocommerce-cart .wraper_blog_main .container {
    max-width: calc(100% - 0%) !important;
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce-cart .wraper_blog_main.default-page, .woocommerce-checkout .wraper_blog_main.default-page {
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient( 226.69deg, rgba(229, 248, 255, 0.55) 38.63%, rgba(249, 224, 176, 0.08) 82.88% );
}

.wraper_blog_main .container, .wraper_blog_banner_image .container {
    width: 1290px;
    max-width: calc(100%);
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce-cart .entry .entry-header .entry-title {
    padding-left: 15px;
    margin-bottom: 30px;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .woocommerce-cart .entry .entry-header .entry-title {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce #content table.cart td.actions .coupon button.button, .woocommerce table.cart td.actions .coupon button.button, .woocommerce-page #content table.cart td.actions .coupon button.button, .woocommerce-page table.cart td.actions .coupon button.button {
        border-radius: 0px !important;
    }

    .shop_table.cart .actions .coupon .input-text {
        border-radius: 0px !important;
    }
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
    border-radius: 0px;
}

.woocommerce #content table.cart td.actions .coupon button.button, .woocommerce table.cart td.actions .coupon button.button, .woocommerce-page #content table.cart td.actions .coupon button.button, .woocommerce-page table.cart td.actions .coupon button.button {
    font-family: inherit;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 28px;
    background: #000A12;
    color: #fff !important;
    padding: 11px 33px 11px 33px;
    border: none;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #000a12 !important;
}
.woocommerce-cart .coupon button:hover {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    background: #fff !important;
    color: #000a12 !important;
    border: 1px solid #000a12 !important;
}
.woocommerce-cart .button .mask {
    position: relative;
    padding: 0;
    height: 28px;
    overflow: hidden;
}
.woocommerce-cart .button .mask .coupon-first, .woocommerce-cart .button .mask .coupon-second {
    display: block;
    margin: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    transition: transform 0.4s ease;
    color: #fff;
}

.woocommerce-cart .button .mask .link-container {
    transition: transform 0.4s ease;
}

/*.woocommerce-cart .button:hover .mask .link-container {
    transform: translateY(-30px);
    transition: transform 0.4s ease;
}*/

.woocommerce-cart .button:hover .mask .coupon-first {
    transform: rotate(0deg);
    transition: transform 0.4s ease;
     color: #000a12 !important;
}

.woocommerce-cart .button:hover .mask .coupon-second {
    transform: rotate(0);
    transition: transform 0.4s ease;
}

@media screen and (max-width: 1220px) {
    .woocommerce .cart .button, .woocommerce .cart input.button {
        float: left;
    }

    .woocommerce-cart .coupon {
        margin-bottom: 15px;
        width: 100%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .woocommerce-cart .wraper_blog_main.default-page {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-cart .wraper_blog_main.default-page {
        padding: 40px 15px 10px 15px;
    }
}

.woocommerce-checkout .wraper_blog_main.default-page {
    padding-top: 120px;
    padding-bottom: 95px;
}

.woocommerce-checkout .woocommerce form .form-row label {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #000a12;
    letter-spacing: 0;
    line-height: 28px;
    text-shadow: none;
    text-transform: capitalize;
    width: 100%;
    float: left;
    display: none;
}
.woocommerce-checkout .woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row label {
    display: block;
}
.woocommerce-billing-fields__field-wrapper label {
    display: none;
}
.woocommerce-checkout .woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row label .woocommerce-terms-and-conditions-link {
    color: #515151;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce .woocommerce-form label {
    margin: 0;
    margin-bottom: 8px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    font-style: Regular;
    font-size: 16px;
    line-height: 28px !important;
    outline: 0;
    padding: 12px 20px;
    margin-bottom: 0px;
    height: 50px;
    width: 100%;
    color: #000a12;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    font-family: inherit;
}

.woocommerce-account .woocommerce form .form-row .input-text, .woocommerce-account .woocommerce-page form .form-row .input-text {
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    outline: 0;
    padding: 0px 15px;
/*    margin-bottom: 20px;*/
    height: 50px;
    width: 100%;
    color: #000a12;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    font-family: inherit;
}
.woocommerce-lost-password input#user_login {
    margin-bottom: 15px;
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea, .woocommerce form .form-row textarea.input-text, .woocommerce-page form .form-row textarea.input-text {
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    outline: 0;
    padding: 12px 20px;
    margin-bottom: 0px;
    height: 130px;
    width: 100%;
    color: #000a12;
    display: block;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    font-family: inherit;
}

.woocommerce form .form-row textarea::placeholder, .woocommerce-page form .form-row textarea::placeholder, .woocommerce form .form-row textarea.input-text::placeholder, .woocommerce-page form .form-row textarea.input-text::placeholder, .woocommerce-account .woocommerce form .form-row .input-text::placeholder, .woocommerce-account .woocommerce-page form .form-row .input-text::placeholder, .woocommerce form .form-row .input-text::placeholder, .woocommerce-page form .form-row .input-text::placeholder {
    color: #000a12;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea, .woocommerce form .form-row textarea.input-text, .woocommerce-page form .form-row textarea.input-text {
        margin-bottom: 0px;
    }
}

.woocommerce .woocommerce-billing-fields__field-wrapper form .form-row {
    padding: 0px;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
}

#ship-to-different-address input[type="checkbox"], .woocommerce-form-login__rememberme input[type="checkbox"] {
    clear: none;
    cursor: pointer;
    margin: 0px 0 0 0;
    outline: 0;
    padding: 0 !important;
    border-radius: 0px;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: 0.05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #d6d6d6;
    margin-right: 10px;
    position: relative;
}

#ship-to-different-address input[type="checkbox"]:checked, .woocommerce-form-login__rememberme input[type="checkbox"]:checked {
    background: #191d27;
    border-color: #191d27 !important;
}

#ship-to-different-address input[type="checkbox"]:checked:before, .woocommerce-form-login__rememberme input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    height: 11px;
    width: 5px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 5px;
}

.create-account input[type="checkbox"]:checked {
    background: #000a12;
    border-color: #000a12 !important;
}

.create-account input[type="checkbox"] {
    clear: none;
    cursor: pointer;
    display: inline-block !important;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: 0.05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #000a12;
    margin-right: 8px;
    position: relative;
}

.create-account input[type="checkbox"]:checked:before {
    position: absolute;
    font-size: 10px;
    font-family: "themify";
    content: "\e64c";
    line-height: 16px;
    text-align: center;
    color: #fff;
}

.woocommerce-shipping-fields #ship-to-different-address span {
    margin: 0px;
    font-size: 16px;
    line-height: 28px;
}

.woocommerce-shipping-fields #ship-to-different-address {
    margin-bottom: 20px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 48.8%;
    overflow: visible;
}

.woocommerce form .form-row {
    padding: 0px;
    margin-bottom: 0px;
}

.woocommerce-checkout .woocommerce form .form-row {
    padding: 0px;
    margin-bottom: 15px;
}

.woocommerce form.checkout.woocommerce-checkout {
    display: inline-block;
    width: 100%;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    width: 100%;
    background: #000a12;
    border: 1px solid #000a12;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    float: left;
    width: 100%;
    background: #fff !important;
    color: #000a12;
    border: 1px solid #000a12;
}

.col2-set#customer_details {
    width: 65%;
    float: left;
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}

.woocommerce-checkout-review-order {
    width: 32.5%;
    float: right;
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .col2-set#customer_details {
        padding: 30px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .col2-set#customer_details, .woocommerce-checkout-review-order {
        width: 100%;
    }
}

.col2-set#customer_details .col-1 {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
}

.col2-set#customer_details .col-2 {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}

.woocommerce-checkout .col2-set#customer_details .col-2 {
    padding-right: 0px;
}

.woocommerce-billing-fields h4, .woocommerce-checkout-review-order h4, .woocommerce-additional-fields h4 {
    margin-bottom: 20px;
    color: #000a12;
}

.woocommerce-checkout-review-order .woocommerce-cart .woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 0px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-spacing: 0px;
}

.checkout.woocommerce-checkout {
    padding-bottom: 15px;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-spacing: 0px;
}

.woocommerce-form-login-toggle {
    display: inline-flex;
    width: 100%;
    background: #f5f5f5;
}

.woocommerce-form-login-toggle .woocommerce-info {
    width: 100%;
}

.woocommerce-form-coupon-toggle {
    display: inline-flex;
    width: 100%;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    width: 100%;
}

.rt-coupon .woocommerce-error {
    padding: 10px 0px 15px 20px !important;
}

.woocommerce-error li {
    padding-left: 35px !important;
}

.woocommerce-error, .woocommerce-info {
    border-top: none;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 20px;
}

.shop_single .woocommerce-message {
    margin-right: 0px;
    margin-left: 0px;
}

.woocommerce-message {
    border-top: none;
    margin-right: 0px;
    margin-left: 0px;
}

.woocommerce-checkout .entry .entry-header .entry-title {
    padding-left: 0px;
    margin-bottom: 25px;
    text-align: left;
}

.cart-added {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-added .cart-added-text {
    margin: 0;
    flex: 1;
    margin-right: 30px;
}

.woocommerce-info::before, .woocommerce-message::before {
    display: inline-block;
    position: absolute;
    top: 28%;
    left: 1.5em;
    display: none;
}

.woocommerce-error::before {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 1.5em;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 1.5em;
}

.cd-user-modal-container .woocommerce-form .form-actions, .woocommerce-privacy-policy-text {
    text-align: left;
}

.woocommerce-privacy-policy-text p {
    font-size: 13px;
    line-height: 24px !important;
    margin-bottom: 20px;
}

.woocommerce-button.button.woocommerce-form-login__submit {
    color: #fff;
    padding: 11px 50px 11px 50px;
    border: 1px solid #000a12;
    background: #000a12;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0px;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: #fff;
    color: #000a12;
}
.woocommerce-account .woocommerce-button.button.woocommerce-form-login__submit {
    color: #fff;
    padding: 11px 50px 11px 50px;
    border: 1px solid #000a12;
    background: #000a12;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}
.woocommerce-account .woocommerce-button.button.woocommerce-form-login__submit:hover {
    background: #fff;
    color: #000a12;
    transform: translateY(0px);
}
span.lost_password {
    margin: 0;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

span.lost_password a {
    color: #000a12;
    font-size: 15px;
    margin: 0px;
}

.rt-login-coupon input[type="checkbox"], .rt-login-coupon input[type="radio"] {
    clear: none;
    cursor: pointer;
    margin: -2px 0 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: 0.05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #000a12;
    margin-right: 10px;
    position: relative;
}

.rt-login-coupon input[type="checkbox"]:checked {
    background: #000a12;
    border-color: #000a12 !important;
}

.rt-login-coupon {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    padding-right: 0px;
}

.woocommerce-checkout .woocommerce {
    position: relative;
}
.woocommerce-checkout .woocommerce p a.button.wc-backward{
    margin-top: 30px;
}
.rt-login-coupon .woocommerce-info {
    border: none;
    margin: 0px;
    padding: 15px 25px;
    color: #565656;
}

.rt-login-coupon .woocommerce-info a {
    color: #565656;
}

.rt-login-coupon .woocommerce-info a:hover {
    color: #000a12;
}

.rt-login-coupon .woocommerce form .form-row label {
    cursor: pointer;
    margin-bottom: 0px;
}

.rt-login-coupon .rt-login, .rt-login-coupon .rt-coupon {
    margin-bottom: 15px;
}

.rt-login-form, .rt-coupon {
    background: #f5f5f5;
}

.rt-login-form form.woocommerce-form-login, .rt-coupon form.woocommerce-form-coupon {
    border: none;
    margin: 0px;
    padding: 25px;
}
.woocommerce-checkout .woocommerce form.login, .woocommerce-checkout .woocommerce form.register {
    max-width: 100%;
}
.woocommerce-checkout .woocommerce-button.button.woocommerce-form-login__submit {
    width: auto;
}
.woocommerce-checkout span.lost_password {
    margin: 0;
    display: flex;
    flex: 1;
    justify-content: flex-start;
}
.woocommerce-checkout .woocommerce #respond input#submit:hover, .woocommerce-checkout .woocommerce a.button:hover, .woocommerce-checkout .woocommerce button.button:hover, .woocommerce-checkout .woocommerce input.button:hover {
    background-image: none;
    color: #000a12;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    background-color: #fff;
    border: 1px solid #000a12;
}
.woocommerce form.login, .woocommerce form.register {
    padding: 25px;
    border-radius: 0px;
    margin-top: 0px;
    background: #fff;
    margin: 0px;
    max-width: 450px;
    position: relative;
    border: none;
}

.woocommerce form.checkout_coupon {
    border-radius: 0px;
    padding-bottom: 5px;
    background: #fff;
}

.woocommerce form.checkout_coupon p {
    line-height: 28px;
    padding-bottom: 15px;
}
.woocommerce form.woocommerce-form p {
    padding-bottom: 15px;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both;
    position: relative;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.woocommerce #cd-signup form .show-password-input, .woocommerce-page #cd-signup form .show-password-input {
    top: 50px;
}

.woocommerce-account fieldset {
    margin-bottom: 30px;
}

.woocommerce-info::before {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
    background: #fff;
    box-shadow: none;
}
.woocommerce-cart .woocommerce-message {
    background: #50a679;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    padding: 11px 30px 12px 30px;
    color: #fff;
}
.woocommerce-cart .woocommerce-message .cart-added-button a.rt-button-added-cart:hover {
    color: #000a12;
}
.woocommerce-cart .woocommerce-message[role="alert"] a {
    color: #fff;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    box-shadow: none;
    padding: 0px;
}

.woocommerce-message a:hover {
    color: #242879;
}

.woocommerce-checkout .woocommerce-error {
    padding: 15px 50px;
}

.woocommerce-checkout .woocommerce-error::before {
    left: 15px;
}

.shop_table.woocommerce-checkout-review-order-table .product-thumbnail {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    overflow: hidden;
    padding: 25px 12px;
}

.shop_table.woocommerce-checkout-review-order-table .product-total {
    margin-top: 4px;
}

.shop_table.woocommerce-checkout-review-order-table .amount {
    color: #000a12;
    font-weight: 600;
}

.shop_table.woocommerce-checkout-review-order-table .rt-product-ckeckout-name {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.shop_table.woocommerce-checkout-review-order-table .rt-product-ckeckout-name {
    padding-left: 20px;
    width: 80%;
}

.shop_table.woocommerce-checkout-review-order-table .product-thumbnail img {
    height: auto;
    max-width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
    margin-bottom: 0px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    font-weight: 400;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 12px;
}

.default-page .checkout table tfoot tr th, .default-page .checkout table tbody tr td, .default-page .checkout table tfoot tr td {
    border: none !important;
    border-top: 1px rgba(84, 84, 111, 0.3) solid !important;
}

.default-page .checkout table tbody tr td.cqname {
    text-align: right;
    color: #191d27;
    font-weight: 600;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .shipping th {
    display: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .shipping td p {
    font-weight: 600;
    text-align: left;
    float: left;
    padding-right: 40px;
    color: #000a12;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 400;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals.shipping td {
    border: none !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td span {
    font-weight: 700;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 400;
    flex-grow: 1;
    text-align: right;
    position: absolute;
    right: 38px;
}

.woocommerce ul#shipping_method li label {
    display: flex;
    width: 100%;
}

td.product-total, th.product-total {
    text-align: right;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0px;
    padding: 0 0px 0px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px 20px 20px;
    margin: 0 16px 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: transparent;
    color: #515151;
}

.wc_payment_method label {
    color: #191d27;
    font-weight: 600;
}

.wc_payment_method .payment_box.payment_method_cheque p {
    color: #787a81;
    font-size: 13px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 1em;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 15px 0px;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 15px 0px;
    margin: 0px;
}

.shop_table thead tr th, .shop_table thead tr td, .shop_table tbody tr th, .shop_table tbody tr td, .shop_table tfoot tr th, .shop_table tfoot tr td {
    padding-left: 0px !important;
    color: #000a12;
    font-size: 16px;
    line-height: 28px !important;
}

.shop_table tbody tr td.cqname {
    text-align: right;
}

.place-order button#place_order {
    flex-grow: 1;
}

.wc_payment_method input[type="radio"] {
    clear: none;
    cursor: pointer;
    margin: -0.25rem 0.25rem 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: 0.05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #0e1552;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    margin-top: -3px !important;
}

.wc_payment_method input[type="radio"]:checked:before {
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #0e1552;
}

.woocommerce-privacy-policy-text a {
    color: #000a12;
}

.rt-login-form form .form-row-first, .rt-login-form form .form-row-last, .rt-coupon form .form-row-first, .rt-coupon form .form-row-last {
    width: 100%;
    float: left;
}

.rt-login-form form .form-row .input-text, .rt-coupon form.checkout_coupon .input-text {
    width: 25% !important;
}

form.woocommerce-ResetPassword .form-row label {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
}

.cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000a12;
    color: #fff;
    font-size: 16px;
}

.required {
    color: #f00;
}

.woocommerce-account .wraper_blog_main.default-page {
    background: #f6f6f6;
}

.woocommerce-account .wraper_blog_main.default-page {
    padding-top: 110px;
    padding-bottom: 120px;
}

.woocommerce-account .wraper_blog_main.default-page .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce-account .wraper_blog_main.default-page .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 1024px) {
    .woocommerce-account .wraper_blog_main.default-page {
        padding-top: 50px !important;
        padding-bottom: 60px !important;
    }
}

.woocommerce-account .wraper_blog_main.default-page .container .woocommerce form.login {
    margin: 0;
}

.woocommerce-account .entry .entry-header .entry-title {
    padding-left: 15px;
    margin-bottom: 25px;
    text-align: left;
}

.woocommerce-account .wraper_blog_main .entry-header {
    display: none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 50%;
    max-width: 50%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding-right: 30px;
    width: calc(50%);
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding-left: 30px;
    width: calc(50%);
}

.rt-login-form .woocommerce form.login, .rt-login-form .woocommerce form.register {
    border-radius: 0px;
    border: none;
    padding: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    margin: 0px;
}

.woocommerce-LostPassword.lost_password a {
    color: #000a12;
    font-size: 16px;
    position: absolute;
    bottom: 125px;
    right: 30px;
    font-size: 16px;
    color: #6b6b6b;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    margin: 0;
    border: 1px solid #000a12;
    background: #000a12;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 11px 50px;
    width: 100%;
    border-radius: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background: #fff;
    color: #000a12;
    transform: translateY(0px);
}

.woocommerce .woocommerce-Addresses.col2-set .col-2, .woocommerce-page .woocommerce-Addresses.col2-set .col-2 {
    float: right;
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.woocommerce .woocommerce-Addresses.col2-set .col-1, .woocommerce-page .woocommerce-Addresses.col2-set .col-1 {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.woocommerce-account .woocommerce h4 {
    font-size: 1.5625rem;
    line-height: 1.4375rem !important;
    letter-spacing: -0.035rem;
    padding-bottom: 30px;
}
.woocommerce-account .addresses .title .edit {
    background: #000a12;
    color: #fff;
    border: 1px solid #000a12;
    padding: 5px 38px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.woocommerce-account .addresses .title h4 {
    float: left;
    font-size: 20px;
    line-height: 30px;
}

.woocommerce-MyAccount-content h3 {
    font-size: 24px;
    line-height: 34px;
}

.woocommerce-MyAccount-navigation ul li {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 15px !important;
    list-style: none;
    box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.08);
}

.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    width: 100%;
    color: #000a12;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
    background: #fff;
    padding: 50px;
}

.woocommerce-MyAccount-content .woocommerce-info, .woocommerce-MyAccount-content .woocommerce-message {
    background: #f5f5f5;
    color: #000a12;
    padding: 15px 20px;
    justify-content: center;
    vertical-align: middle;
    line-height: 50px;
}

.woocommerce-MyAccount-content .woocommerce-info a, .woocommerce-MyAccount-content .woocommerce-message a {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px !important;
    letter-spacing: 0.001em;
    background-color: #242879;
    color: #ffffff;
    padding-top: 15px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
}

.woocommerce-MyAccount-content .woocommerce-info a:hover, .woocommerce-MyAccount-content .woocommerce-message a:hover {
    background: #242879;
    color: #fff;
}

.woocommerce-MyAccount-content p a {
    color: #000a12;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    margin: 0;
    width: 100%;
}

.woocommerce form.edit-account .form-row label {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    color: #000a12;
    letter-spacing: 0;
    line-height: 28px;
    text-shadow: none;
    text-transform: capitalize;
    display: block;
}

.edit-account .woocommerce-Button.button {
    background: #000a12;
    color: #fff;
    border-radius: 0px;
    padding: 11px 50px;
    font-size: 14px;
    line-height: 28px;
    border: none;
}

.edit-account .woocommerce-Button.button:hover {
    background: #000a12;
    color: #fff;
}

.woocommerce-ResetPassword button.woocommerce-Button {
    background: #000a12;
    color: #fff;
    border-radius: 0px;
    font-size: 16px;
    line-height: 28px;
    padding: 11px 50px;
    width: 49%;
}

.woocommerce-ResetPassword button.woocommerce-Button:hover {
    background: #000a12;
    color: #fff;
}

.woocommerce .woocommerce-MyAccount-content button.button, a.woocommerce-button.button.view {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    padding: 13px 50px 15px 50px;
    border: none;
    background: #000a12;
    border-radius: 0px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    text-align: center;
    border-radius: 0px;
}

.woocommerce .woocommerce-MyAccount-content button.button:hover, a.woocommerce-button.button.view:hover {
    background: #242879;
    color: #fff;
}

.shop_table.my_account_orders thead tr th, .shop_table.my_account_orders thead tr td, .shop_table.my_account_orders tbody tr th, .shop_table.my_account_orders tbody tr td, .shop_table.my_account_orders tfoot tr th, .shop_table.my_account_orders tfoot tr td {
    padding-left: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry-content .woocommerce {
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-account .entry-content .woocommerce {
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce-cart .entry-content .woocommerce, .woocommerce-checkout .entry-content .woocommerce {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 1201px) and (max-width: 1365px) {
    .woocommerce-checkout .entry-content .woocommerce {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .woocommerce-checkout .entry-content .woocommerce {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .post-navigation {
        margin-bottom: 30px !important;
    }

    .woocommerce-checkout .entry-content .woocommerce {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .woocommerce-checkout .wraper_blog_main.default-page {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .blog-style-one .wraper_blog_main .blog_single {
        padding-top: 32px !important;
    }

    .blog-style-one .wraper_blog_main div.comments-area {
        padding: 20px 0 45px 0 !important;
    }

    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 0px !important;
        padding-right: px !important;
        padding-left: 15px !important;
    }

    .woocommerce-checkout .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page {
        max-width: calc(100% - 0%) !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .woocommerce-cart .wraper_blog_main .container {
        max-width: calc(100% - 0%) !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .wraper_blog_main.default-page {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .woocommerce-checkout .wraper_blog_main.default-page {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-top: 70px !important;
        padding-bottom: 46px !important;
    }

    .woocommerce-cart .wraper_blog_main.default-page {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-top: 32px !important;
        padding-bottom: 16px !important;
    }

    .entry-content .woocommerce {
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce-cart .entry-content .woocommerce {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .woocommerce-customer-details .woocommerce-column--billing-address.col-1, .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0px;
        padding-top: 20px;
    }

    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: -15px !important;
        padding-left: -15px !important;
    }

    .blog-style-one .wraper_blog_main .blog_single {
        padding-top: 32px !important;
    }

    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 0px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .blog-style-one .wraper_blog_main div.comments-area {
        padding: 20px 0 0px 0 !important;
    }

    .woocommerce-cart .wraper_blog_main .container {
        max-width: calc(100% - 0%) !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .wraper_blog_main .container.rt-wishlist-page {
        max-width: calc(100% - 0%) !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    .woocommerce-checkout .wraper_blog_main .container {
        max-width: calc(100% - 0%) !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wraper_blog_main.default-page {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 30px !important;
    }

    .woocommerce-checkout .wraper_blog_main.default-page {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 70px !important;
        padding-bottom: 46px;
    }

    .woocommerce-cart .wraper_blog_main.default-page {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-top: 40px !important;
        padding-bottom: 10px;
    }

    .entry-content .woocommerce {
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce-cart .entry-content .woocommerce {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout .wraper_blog_main.default-page {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 70px !important;
        padding-bottom: 46px;
    }
}

@media screen and (max-width: 320px) {
    .woocommerce-checkout .wraper_blog_main .container, .woocommerce-cart .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page {
        max-width: calc(100% - 0%) !important;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .wraper_blog_main .container {
        max-width: calc(100%);
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .blog-style-one .wraper_blog_main .blog_single {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .blog-style-one .wraper_blog_main .blog_single {
        padding-top: 32px !important;
    }

    .blog-style-one .wraper_blog_main .widget-area {
        padding-top: 0px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .single-post .wraper_blog_main .container {
        max-width: calc(100%);
    }

    .woocommerce-checkout .wraper_blog_main .container, .woocommerce-cart .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page, .woocommerce-account .wraper_blog_main .container {
        max-width: calc(100%);
    }

    .woocommerce-cart .wraper_blog_main .container {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .woocommerce-MyAccount-content .woocommerce-info a, .woocommerce-MyAccount-content .woocommerce-message a {
        background: #000a12;
        color: #fff;
        border-radius: 0px;
        padding: 11px 33px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 15px;
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 100%;
        margin-top: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
    }

    .shop_table.woocommerce-checkout-review-order-table .product-thumbnail {
        display: table-cell;
        vertical-align: middle;
        width: 100px;
        overflow: hidden;
        margin: 0px;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0px;
        margin-bottom: 20px;
    }

    .blog-style-one .wraper_blog_main .blog_single {
        padding-top: 32px !important;
    }

    .blog-style-one .wraper_blog_main div.comments-area {
        padding: 20px 0 0px 0 !important;
    }

    .woocommerce-checkout .wraper_blog_main .container, .wraper_blog_main .container.rt-wishlist-page {
        max-width: calc(100% - 0%) !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .row.Wplgnite-cart .col-lg-8, .row.Wplgnite-cart .col-lg-4 {
        width: 100%;
    }

    .row.Wplgnite-cart .col-lg-4 {
        width: 100%;
    }

    .Wplgnite-cart .cart-collaterals .cart_totals table.shop_table {
        border: none;
        padding: 15px 0px;
    }
}

@media screen and (max-width: 320px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 100%;
        margin-top: 30px;
    }

    .shop_table.woocommerce-checkout-review-order-table .product-thumbnail {
        border: none;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
    }

    .shop_table tbody tr td.cqname {
        text-align: right;
        margin: 0;
        text-align: left;
    }
}

.woocommerce-customer-details .woocommerce-column--billing-address.col-1, .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
    max-width: 50%;
    width: 50%;
}

.woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
    padding-left: 0;
}

.woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
    padding-right: 0px;
}

table.shop_table.order_details tr th, table.shop_table.order_details tr td {
    padding-left: 15px !important;
    font-weight: 400;
}

table.shop_table.order_details tr td a {
    color: #6b6b6b;
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 20px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.woocommerce .woocommerce-customer-details address {
    min-height: 215px;
    border-radius: 0px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    text-align: left;
}

.product-box.element-eight .col-md-6, .product-box.element-eight .col-md-4, .product-box.element-eight .col-md-3, .product-box.element-eight .colmd2 {
    padding: 0 15px;
}

/*.wraper_shop_main.shop-nosidebar .container, .wraper_shop_main.shop-rightsidebar .container, .wraper_shop_main.shop-leftsidebar .container, .wraper_shop_main.shop-topsidebar .container {
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}*/

.wraper_shop_main.shop- .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0px;
}

.wraper_shop_main.shop-nosidebar .container .row {
    margin-right: 0px;
    margin-left: 0px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 12px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin: 0px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: translate3d(0px, 0px, 0px);
    background: #f6f6f6;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic:hover img.primary-img {
    opacity: 1;
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    background: #f6f6f6;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic .tag {
    position: absolute;
    background: #242879;
    padding: 0px 6px 0px 6px;
    left: 15px;
    top: 15px;
    color: #fff;
    line-height: 13px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 5px 8px;
    z-index: 9;
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #ef5c5c;
    z-index: 9;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description {
    text-align: left;
    padding: 15px 0 15px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons {
    position: absolute;
    right: 15px;
    margin: 0 auto;
    top: 15px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons button:focus {
    outline: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000a12;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 5px 0px 5px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .action-buttons .button, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .button:hover, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-brand {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 6px;
    text-transform: capitalize;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-title {
    margin: 0 0 5px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-price, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .price {
    margin-bottom: 10px;
    float: left;
    color: #000a12;
    font-size: 1em;
    line-height: 28px;
    font-weight: 400;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-price ins, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .price ins {
    font-weight: 400;
    padding-right: 8px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .price .percent-off {
    color: #599d23;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-price span.percent-off {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .star-rating::before {
    color: #000a12;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: -1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000a12;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateX(-15px);
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .add-bag-text .add-bag-text-content:after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #171930;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    right: -6px;
    top: 12px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .add-bag-text {
    overflow: hidden;
    margin-right: 40px;
    height: 40px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .add-bag-text .add-bag-text-content {
    font-family: inherit;
    font-size: 0.95em;
    line-height: 40px;
    font-weight: 600;
    background: #171930;
    display: block;
    height: 40px;
    text-align: left;
    padding-left: 20px;
    padding-right: 26px;
    margin-right: 12px;
    line-height: 40px;
    color: #fff;
    border-radius: 50px;
    transform: translate3d(112%, 0, 0);
    transition: transform 0.5s ease;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag:hover .add-bag-text .add-bag-text-content {
    transform: translate3d(0, 0, 0);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .add-bag-icon {
    position: absolute;
    background: #fff;
    border-radius: 15px;
    right: 0;
    top: 50%;
    margin-top: -20px;
    border-radius: 50px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag:hover .add-bag-icon {
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .Wplgnite-cart .quantity, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .Wplgnite-cart .added_to_cart {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .Wplgnite-cart {
    margin-bottom: 0px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .button {
    margin: 0 auto;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px !important;
    letter-spacing: 0.01em;
    background-color: #fff !important;
    color: #191d27 !important;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag a:hover, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .button:hover {
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .add-bag-text a {
    width: 100%;
    background-color: transparent !important;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag a svg, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .button svg {
    width: 15px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .Wplgnite-cart .button:after {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .meta-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-eight .Wplgnite-shop-box.holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

button[name="update_cart"] {
    display: none !important;
}

@media screen and (max-width: 1350px) {
    .Wplgnite-shop.style-eight .Wplgnite-shop-box {
        margin-right: 0px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters, .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters {
        padding-right: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .wraper_shop_main.shop-topsidebar .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .Wplgnite-shop .Wplgnite-shop-box, .rt-grid-view .Wplgnite-shop .Wplgnite-shop-box, .Wplgnite-shop.four-column > .Wplgnite-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .wraper_shop_main.shop-topsidebar .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    /*.Wplgnite-shop .Wplgnite-shop-box:nth-child(even), .rt-grid-view .Wplgnite-shop .Wplgnite-shop-box:nth-child(even) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .Wplgnite-shop .Wplgnite-shop-box:nth-child(odd), .rt-grid-view .Wplgnite-shop .Wplgnite-shop-box:nth-child(odd) {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }*/
    .woocommerce nav.woocommerce-pagination {
        text-align: center;
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 321px) and (max-width: 479px) {
    .Wplgnite-shop .Wplgnite-shop-box, .rt-grid-view .Wplgnite-shop .Wplgnite-shop-box, .Wplgnite-shop.four-column > .Wplgnite-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .wraper_shop_main.shop-topsidebar .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .Wplgnite-shop .Wplgnite-shop-box:nth-child(1) {
        margin-left: 0px;
    }
    /*.Wplgnite-shop .Wplgnite-shop-box {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }*/
    .Wplgnite-shop.style-six .Wplgnite-shop-box:nth-child(odd),
    .Wplgnite-shop.style-six .Wplgnite-shop-box:nth-child(even) {
        padding: 20px 15px 0 !important;
    }
    .Wplgnite-shop .Wplgnite-shop-box:nth-child(odd) {
        padding-left: 0px !important;
    }
    .Wplgnite-shop .Wplgnite-shop-box:nth-child(even) {
        padding-right: 0px !important;
    }
    /*.Wplgnite-shop .Wplgnite-shop-box:nth-child(even), .rt-grid-view .Wplgnite-shop .Wplgnite-shop-box:nth-child(even) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .Wplgnite-shop .Wplgnite-shop-box:nth-child(odd), .rt-grid-view .Wplgnite-shop .Wplgnite-shop-box:nth-child(odd) {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }*/
    .woocommerce nav.woocommerce-pagination {
        text-align: center;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 320px) {
    .Wplgnite-shop .Wplgnite-shop-box, .rt-grid-view .Wplgnite-shop .Wplgnite-shop-box, .Wplgnite-shop.four-column > .Wplgnite-shop-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
    }
    .Wplgnite-shop .Wplgnite-shop-box {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .wraper_shop_main.shop-topsidebar .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

}


/*======================================== DESKTOP BURGER MENU (STARTS) ========================================*/

.menu-mobile-icon:hover {
    cursor: pointer;
}

span.burger-top,
span.burger-mid,
span.burger-bot {
    border-radius: 10px;
    width: 20px;
    height: 1px;
    margin: 2px 0;
    /*background-color: #fff;*/
}

/* Filter on main content when mobile menu open */
.filter {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
}

/*  Mobile Slider Styling */
.admin-bar .mobile-slider {
    top: 32px;
}

.mobile-slider {
    visibility: hidden;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 450px;
    height: 100%;
    background-color: #fff;
    will-change: transform;
    transition: width 1s ease-in;
}

.mobile-slider-top {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px 15px 35px;
    margin: 0px;
    background-color: #dcdcdc;
    -webkit-transition: left 1s, opacity 1s;
    transition: left 1s, opacity 1s;
    color: #000a12;
    font-size: 16px;
}

.mobile-slider-top h2 {
    font-size: 1em;
    color: #f2f2f2;
}

.mobile-slider-top h2 span {
    color: orange;
    font-weight: 400;
    font-size: 0.9em;
}

.mobile-slider-top .close-menu {
    color: #000;
    font-size: 1.3em;
    position: relative;
    float: right;
}

.mobile-slider-top .close-menu svg {
    width: 24px;
}

.mobile-slider-top .ti-close:before {
    display: none;
}

.close-menu:hover {
    cursor: pointer;
}

.mobile-navigation {
    list-style: none;
}

.mobile-navigation i {
    padding-right: 15px;
}

.mobile-navigation li a,
.mobile-navigation li a:visited {
    padding: 30px;
    color: #ddd;
    text-decoration: none;
    border-bottom: 1px solid #555;
    display: block;
    width: 100%;
    transition: 0.2s;
}

.mobile-navigation li a:hover {
    background-color: #111111;
}

.rt-hamburger-menu-logo {
    width: auto;
    max-width: 340px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.rt-hamburger-about-text {
    width: auto;
    max-width: 340px;
    margin: 0 auto;
}

.rt-hamburger-about-text p {
    margin: 0;
    color: #545454;
}

.rt-hamburger-about-text p span {
    text-decoration: line-through !important;
    color: #FD406A;
}

.rt-hamburger-social-link {
    width: auto;
    max-width: 340px;
    margin: 0 auto;
}

.rt-hamburger-social-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

.rt-hamburger-social-link ul li {
    margin-right: 10px;
    font-size: 15px;
    float: left;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.rt-hamburger-social-link ul li i {
    color: #fff;
}

.rt-hamburger-social-link ul li.facebook {
    background: #1d6dff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px;
}

.rt-hamburger-social-link ul li.twitter {
    background: #0ea8f0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px;
}

.rt-hamburger-social-link ul li.pinterest {
    background: #e60023;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px;
}

.rt-hamburger-social-link ul li.instagram {
    background: #f00;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px;
}

.header-list-one {
    margin: 30px 0 20px 0;
    padding: 0;
    overflow: hidden;
}

.header-list-one ul {
    list-style-type: none;
}

.header-list-one ul li {
    float: left;
    margin: 0 10px 10px 0;
}

.rt-timings {
    margin-bottom: 20px;
}

/*======================================== DESKTOP BURGER MENU (ENDS) ========================================*/

/*======================================================================================
CART STARTS / Cart Side Bar Open
======================================================================================*/
.rt-header .cart-icon svg {
    color: #000a12;
}

.rt-header.fixed .cart-icon svg {
    color: #000a12;
}

.cart-icon {
    position: relative;
    vertical-align: top;
    margin-left: 0;
}

.cart-icon .cart-count, .rt-header.mobile-header-style1.fixed .rt-header-holder .rt-search-cart-holder .rt-cart-box .header-cart-bar .cart-count {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height: 20px;
    width: 20px;
    line-height: 18px;
    background: transparent;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
    color: #000a12;
    position: absolute;
    left: 22px;
    top: -4px;
    font-weight: 600;
}

.rt-cart-box {
    display: inline-block;
    margin-right:10px;
}

.cart-btn {
    position: absolute;
    top: 1em;
    right: 1em;
    color: #000;
}

.cart-btn:hover {
    cursor: pointer;
}

.cart-btn.fa-2x {
    font-size: 18px;
}

.rt-cart-btn .header-cart-bar {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    position: relative;
    vertical-align: top;
}

.rt-cart-btn.fa-2x {
    font-size: 18px;
}

.cart-block {
    position: relative;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    padding: 35px 35px 59px 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0px;
}
.cart-block .cart-total,
.Wplgnite-cart .shipping-progress-area .cart-total.t {
    font-size: 15px;
    margin: 0;
    color: #000A12;
    text-align: left;
}
.cart-block .cart-total i,
.Wplgnite-cart .shipping-progress-area .cart-total.t i {
    color: #DF4141;
    font-style: normal;
}
.cart-total.t {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .6s;
    animation-delay:.6s
}
@-webkit-keyframes t {
    0%, to {
        -webkit-transform: translateZ(0);
        transform:translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
}

@keyframes t {
    0%, to {
        -webkit-transform: translateZ(0);
        transform:translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
}
.cart-block .hamburger-group {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px;
}
.cart-block .progress-area ,
.Wplgnite-cart .shipping-progress-area .progress-area{
    width: 100%;
    background-color: #f1f1f1;
    transition: background-color .25s ease;
    height: 7px;
    border-radius: 0px;
    margin-top: 10px;
    position: relative;
}
.cart-block .progress-area .cart-shipping,
.Wplgnite-cart .shipping-progress-area .progress-area .cart-shipping{
/*    background: #C8F031;*/
    background: #DF4141;
    background-image: linear-gradient(135deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-size: 15px 15px;
    position: absolute;
    height: 6px;
    left: 0px;
}
.cart-block .progress-area .cart-shipping.progress-area-done,
.Wplgnite-cart .shipping-progress-area .progress-area .cart-shipping.progress-area-done {
    background: #c8f031;
}

.cart-block .progress-area .cart-shipping.progress-area-done::after,
.Wplgnite-cart .shipping-progress-area .progress-area .cart-shipping.progress-area-done::after {
    height: 5px;
    width: 5px;
    top: 100px;
    right: 50%;
    border-radius: 50%;
}
.cart-block .progress-area .cart-shipping.progress-area-done::after,
.Wplgnite-cart .shipping-progress-area .progress-area .cart-shipping.progress-area-done::after {
    content: "";
    position: absolute;
}
.cart-block .progress-area .cart-shipping.progress-area-done::after,
.Wplgnite-cart .shipping-progress-area .progress-area .cart-shipping.progress-area-done::after {
/*  animation: firework 0.5s ease forwards 0.1s;*/
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 
  0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 
  0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  animation: 1s bang ease-out  backwards;
}
@keyframes bang {
  to {
    box-shadow: 71px -91.6666666667px hsl(200, 100%, 50%), 246px -70.6666666667px hsl(269, 100%, 50%), 8px -343.6666666667px hsl(0, 100%, 50%), -153px -185.6666666667px hsl(15, 100%, 50%), -46px -152.6666666667px hsl(236, 100%, 50%), 66px 65.3333333333px hsl(131, 100%, 50%), -100px -156.6666666667px hsl(100, 100%, 50%), 179px -76.6666666667px hsl(155, 100%, 50%), -233px -215.6666666667px hsl(44, 100%, 50%), 165px -215.6666666667px hsl(127, 100%, 50%), -76px -295.6666666667px hsl(51, 100%, 50%), -138px -305.6666666667px hsl(136, 100%, 50%), 157px 56.3333333333px hsl(310, 100%, 50%), -232px -209.6666666667px hsl(317, 100%, 50%), -3px 73.3333333333px hsl(250, 100%, 50%), -62px -356.6666666667px hsl(233, 100%, 50%), 26px -185.6666666667px hsl(15, 100%, 50%), 146px -350.6666666667px hsl(133, 100%, 50%), 86px -68.6666666667px hsl(190, 100%, 50%), -179px 58.3333333333px hsl(246, 100%, 50%), 110px -245.6666666667px hsl(22, 100%, 50%), 210px -316.6666666667px hsl(225, 100%, 50%), -28px -35.6666666667px hsl(122, 100%, 50%), -90px -380.6666666667px hsl(201, 100%, 50%), -80px -349.6666666667px hsl(340, 100%, 50%), 218px -408.6666666667px hsl(231, 100%, 50%), 127px -377.6666666667px hsl(331, 100%, 50%), 72px 80.3333333333px hsl(218, 100%, 50%), 32px -13.6666666667px hsl(218, 100%, 50%), -232px -408.6666666667px hsl(312, 100%, 50%), 218px 12.3333333333px hsl(121, 100%, 50%), 204px -312.6666666667px hsl(236, 100%, 50%), 195px -264.6666666667px hsl(258, 100%, 50%), -107px 15.3333333333px hsl(172, 100%, 50%), -88px -160.6666666667px hsl(109, 100%, 50%), -144px -60.6666666667px hsl(205, 100%, 50%), 68px -182.6666666667px hsl(203, 100%, 50%), 7px -307.6666666667px hsl(281, 100%, 50%), 46px 12.3333333333px hsl(58, 100%, 50%), 187px -298.6666666667px hsl(88, 100%, 50%), -54px -303.6666666667px hsl(232, 100%, 50%), 50px -91.6666666667px hsl(173, 100%, 50%), -22px -402.6666666667px hsl(277, 100%, 50%), -124px -74.6666666667px hsl(359, 100%, 50%), 201px 50.3333333333px hsl(270, 100%, 50%), 148px -77.6666666667px hsl(322, 100%, 50%), 81px -7.6666666667px hsl(358, 100%, 50%), 228px -237.6666666667px hsl(0, 100%, 50%), -5px -281.6666666667px hsl(40, 100%, 50%), 38px -84.6666666667px hsl(156, 100%, 50%), 184px -227.6666666667px hsl(105, 100%, 50%);
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes firework {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px hsl(251, 87%, 55%), 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
  }
}
.Wplgnite-cart .shipping-progress-area {
    margin-bottom: 50px;
    padding: 20px;
    border: 2px dashed #e9e9e9;
    border-radius: 0px;
}
.cart-block .emptycart {
    margin: 0;
    z-index: 99;
    text-align: center;
}
.cart-block .emptycart svg {
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    margin-top: -15px;
}

.Wplgnite-cart .shipping-progress-area .cart-total {
    color: #000a12;
}
.Wplgnite-cart .shipping-progress-area .cart-total i {
    color: #DF4141;
    font-style: normal;
}
.emptycart .btn {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 28px;
    background-color: #000a12;
    color: #fff;
    padding: 11px 33px 11px 33px;
    border: none;
    border-radius: 0px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    width: 100%;
}
.emptycart .btn:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.cart-block .hamburger-minicart {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.cart-block .hamburger-minicart .minicart {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px;
}

.cart-block .hamburger-minicart .widget_shopping_cart_content {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 20px 0px;
}

.cart-block .hamburger-minicart .widget_shopping_cart_content .woocommerce-mini-cart {
    flex-grow: 1;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.cart-block .hamburger-minicart .widget_shopping_cart_content .woocommerce-mini-cart::-webkit-scrollbar {
    display: none;
}

.cart-block .hamburger-minicart .widget_shopping_cart_content .woocommerce-mini-cart {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.rt-minicart-button-holder {
    overflow-y: auto;
    margin-top: 20px;
    margin: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.rt-minicart-button-holder::-webkit-scrollbar {
    display: none;
}

.fixed .cart-block {
    left: auto;
    opacity: 0;
    position: absolute;
    right: 5%;
    text-align: left;
    top: 56px;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    -o-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
    visibility: hidden;
    background: #f9f9f9;
    width: 310px;
    border-radius: 0px;
    z-index: 999;
}

.cart-center {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    float: left;
    padding: 0;
    color: #000;
    border: none;
    background: transparent;
}

#cart-box {
    position: relative;
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #cart-box input[type="text"] {
        width: 83%;
    }

    #cart-box input[type="submit"] {
        width: 17%;
    }

}

@media screen and (max-width: 767px) {
    .cart-center {
        width: 100%;
    }

    .cart-btn.fa-2x {
        font-size: 16px;
    }

    .rt-cart-btn.fa-2x {
        font-size: 16px;
    }

    #close-btn.fa-2x {
        font-size: 16px;
    }

    .rt-cart-btn {
        position: absolute;
        top: 10px;
        right: 0;
        color: #FFF;
    }

    .mobile-slider {
        width: 100%;
    }

    .mobile-slider-top {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 4%;
        padding-left: 4%;
    }

    .cart-block {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 4%;
        padding-left: 4%;
    }
}

@media screen and (max-width: 320px) {
    .cart-block {
        left: 0px;
    }

    .mobile-slider {
        width: 100%;
    }
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item {
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
    border-top: 1px solid #d3d3d3;
    /*display: flex;*/
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item:first-child {
    border-top-color: transparent !important;
    padding-top: 0;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li {
    padding-bottom: 16px;
    float: left;
    display: block;
    width: 100%;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    text-align: center;
    color: #676666;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li img {
    width: 72px;
    height: 90px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 0px;
    margin-top: 0px;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
    color: #000a12;
    font-weight: 500;
    margin-top: -7px;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
    float: right;
    width: 50px;
    text-align: right;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #000a12 !important;
    background: transparent;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove:hover {
    background: transparent;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity {
    text-align: left;
    display: block;
    font-size: 14px;
    color: #000;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart .minicart_price {
    display: flex;
    justify-content: flex-end;
    /*top: -30px;*/
    position: relative;
    z-index: -1;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li span.woocommerce-Price-amount {
    font-size: 14px;
    color: #000a12;
    margin: 0px;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    margin: 0;
    padding: 0;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward {
    text-align: center;
    display: block;
    width: 100%;
    padding: 11px 30px !important;
    font-size: 16px;
    line-height: 28px !important;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    border-radius: 0px;
    border: 1px solid #EAEAEB;
    background: #EAEAEB !important;
    color: #000a12 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:hover {
    background: #000a12 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
    text-align: center;
    display: block;
    width: 100%;
    padding: 11px 30px !important;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    line-height: 24px !important;
    letter-spacing: 1.5px;
    border-radius: 0px;
    border: 1px solid #000a12;
    background: #000a12 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout:hover {
    background: #fff !important;
    color: #000a12 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total {
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
    margin: 0;
    overflow: hidden;
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #000a12;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    float: left;
    font-weight: 600;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
    float: right;
    font-weight: 600;
}

.rt-cart-box .widget_shopping_cart_content .rt-minicart-button-holder .woocommerce-Price-amount.amount {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    color: #000a12;
    font-size: 16px;
}

.rt-cart-box .widget_shopping_cart_content .rt-minicart-button-holder .woocommerce-Price-amount.amount bdi {
    margin: 0;
}

.blockUI.blockOverlay:hover {
    display: none !important;
}

.header-cart-bar .header-cart-bar {
    float: right;
    margin-top: 7px;
    text-align: center;
    font-size: 0;
}

.header-cart-bar .header-cart-bar-icon {
    position: relative;
    vertical-align: top;
    margin-left: 0;
    color: #fff;
}

.header-cart-bar .lnr-cart {
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.header-cart-bar .cart-count {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height: 16px;
    width: 16px;
    line-height: 16px;
    background: #000a12;
    border-radius: 50px;
    font-size: 10px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: -3px;
    color: #fff;
    position: absolute;
    left: 15px;
    top: -5px;
}

.rt-cart-box .minicart dl.variation {
    display: flex;
    margin: 0;
    align-items: center;
    padding-left: 0px;
    border-left: none;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #000a12;
}

.rt-cart-box .minicart dl.variation dt.variation-Color {
    font-size: 14px;
    font-weight: 400;
    color: #000a12;
}

.rt-cart-box .minicart dl.variation dd.variation-Color {
    font-size: 14px;
    margin: 0px;
}

.rt-cart-box .minicart dl.variation dd p {
    margin: 0px;
    margin-left: 5px;
}

.rt-cart-box .minicart .minicart_qty .quantity {
    display: flex;
    border: 1px solid #ef2828;
    border-radius: 0px;
    float: left;
}

.rt-cart-box .minicart .minicart_qty .quantity .qty::-webkit-inner-spin-button,
.rt-cart-box .minicart .minicart_qty .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rt-cart-box .minicart .minicart_qty .quantity {
    width: 70px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(32px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}

.rt-cart-box .minicart .minicart_qty .quantity .minus,
.rt-cart-box .minicart .minicart_qty .quantity .plus {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
    transition: background .3s cubic-bezier(.33, 1, .40, 1);
    margin: 0;
    background: transparent;
}

.rt-cart-box .minicart .minicart_qty .quantity .minus {
    font-size: 0px;
}

.rt-cart-box .minicart .minicart_qty .quantity .plus {
    font-size: 0px;
}

.rt-cart-box .minicart .minicart_qty .quantity .qty {
    padding: 0;
    width: 25%;
    min-width: 22px;
    max-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 0;
    color: #000a12;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: 0 0;
}

.rt-cart-box .minicart .minicart_qty input {
    border-radius: 0px;
    /*border: 1px solid;*/
    outline: none;
}

.rt-cart-box .minicart dl.variation dt.variation-Size {
    margin: 0 10px 0 0;
    font-weight: 400;
}

.rt-cart-box .minicart dl.variation dd.variation-Size,
.rt-cart-box .minicart dl.variation dd.variation-Size p {
    margin: 0;
}


/*======================================================================================
CART ENDS
======================================================================================*/
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .Wplgnite-cart .cart-collaterals .cart_totals tr {
        border: none;
    }

    .wraper_shop_single.style-one .container {
        padding-top: 50px;
    }

    .wraper_shop_single.style-one .shop_single_tabs {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }

    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        margin: 0;
    }

    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #000a12;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }

    .Wplgnite-cart .cart-collaterals .cart_totals tr {
        border: none !important;
    }

    .woocommerce .shop_table td.actions {
        width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #6b6b6b;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Wplgnite-cart .woocommerce-cart-form {
        padding-right: 0px;
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: inline-flex;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #6b6b6b;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Wplgnite-cart .woocommerce-cart-form {
        padding-right: 0px;
    }

    .Wplgnite-cart .cart-collaterals .coupon {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        width: 100%;
        margin-bottom: 5px;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100% !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin: 0 0 15px 0;
        width: 100% !important;
        text-align: center;
        padding: 6px 15px 6px 15px !important;
    }

    .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
        text-align: center !important;
    }

    .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
        width: 100%;
        margin: 0 auto;
    }

    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: left;
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }

    .shop_table.cart tbody tr td.product-name {
        padding-right: 50px;
        width: 100%;
    }

    .shop_table.cart tbody tr.woocommerce-cart-form__cart-item.cart_item {
        display: inline-flex;
    }

    .shop_table.cart .product-price, .shop_table.cart tbody tr td.product-details .product-name {
        text-align: left;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }

    .shop_table .actions .continue_shopping {
        float: left;
        vertical-align: middle;
        color: #6b6b6b;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .woocommerce-checkout-review-order {
        width: 100%;
        margin-top: 30px;
    }

    .col2-set#customer_details {
        width: 100%;
    }

    .col2-set#customer_details .col-1 {
        padding-left: 0;
        padding-right: 0px;
    }

    .col2-set#customer_details .col-2 {
        padding-left: 0;
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .wraper_shop_single .shop_single {
        width: 100%;
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
    }

    .shop_related .products h4 {
        padding: 0px;
        margin-bottom: 10px;
    }

    .Wplgnite-shop .Wplgnite-shop-box .holder .action-buttons, .Wplgnite-shop .Wplgnite-shop-box .holder .add-bag, .Wplgnite-shop .Wplgnite-shop-box .holder .product-description .add-bag {
        display: none !important;
    }

    .wraper_shop_single.style-one .container {
        padding-top: 50px;
    }

    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
        display: none;
    }

    .shop_table.cart tbody tr.woocommerce-cart-form__cart-item.cart_item {
        display: inline-flex;
        flex-direction: column;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left;
        margin: 0px !important;
        padding-right: 20px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }

    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        margin: 0;
    }

    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #000a12;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }

    .Wplgnite-cart .cart-collaterals .cart_totals tr {
        border: none !important;
    }

    .woocommerce .shop_table td.actions {
        width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs, .woocommerce .wraper_shop_single.style-one div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        margin: 0;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #6b6b6b;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Wplgnite-cart .woocommerce-cart-form {
        padding-right: 0px;
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: inline-flex;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 80px;
        vertical-align: middle;
        margin: 0;
        cursor: pointer;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        padding: 6px 6px 0 0;
        opacity: 1;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        background: #6b6b6b;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Wplgnite-cart .woocommerce-cart-form {
        padding-right: 0px;
    }

    .Wplgnite-cart .cart-collaterals .coupon {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        width: 100%;
        margin-bottom: 5px;
    }

    .Wplgnite-cart .cart-collaterals .cart_totals tr {
        border: none !important;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100% !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin: 0 0 15px 0;
        width: 100% !important;
        text-align: center;
        padding: 6px 15px 6px 15px !important;
    }

    .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
        text-align: center !important;
    }

    .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
        width: 100%;
        margin: 0 auto;
    }

    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: left;
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: inline-flex;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left !important;
        margin: 0px !important;
        padding-right: 20px;
    }

    .shop_table.cart tbody tr td.product-name {
        padding-right: 50px;
        width: 100%;
    }

    .shop_table.cart tbody tr td.product-thumbnail a {
        display: inline-block;
        margin: 0;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }

    .shop_table.cart tbody tr.woocommerce-cart-form__cart-item.cart_item {
        display: inline-flex;
        flex-direction: column;
    }

    .shop_table.cart .product-price, .shop_table.cart tbody tr td.product-details .product-name {
        text-align: left;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
        width: 100%;
    }

    .shop_table .actions .continue_shopping {
        float: left;
        vertical-align: middle;
        color: #6b6b6b;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .woocommerce-checkout-review-order {
        width: 100%;
        padding: 30px !important;
        margin-top: 30px;
    }

    .col2-set#customer_details {
        width: 100%;
    }

    .col2-set#customer_details .col-1 {
        padding-left: 0;
        padding-right: 0px;
    }

    .col2-set#customer_details .col-2 {
        padding-left: 0;
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .wraper_shop_single .shop_single {
        width: 100%;
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
    }

    .shop_related .products h4 {
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .Wplgnite-shop .Wplgnite-shop-box .holder .action-buttons, .Wplgnite-shop .Wplgnite-shop-box .holder .add-bag, .Wplgnite-shop .Wplgnite-shop-box .holder .product-description .add-bag {
        display: none !important;
    }

    .shop_table.cart tbody tr td .product-remove {
        text-align: right;
        margin-right: 15px;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 23px;
    }

    .shop_table.cart .product-subtotal {
        bottom: 29px;
        right: 15px;
    }

    .Wplgnite-cart .cart-collaterals tr.order-total td, .Wplgnite-cart .cart-collaterals tr.cart-subtotal td {
        flex-grow: 1;
        padding-right: 0px !important;
        text-align: right !important;
    }

    .rt-login-form form .form-row .input-text, .rt-coupon form.checkout_coupon .input-text {
        width: 100% !important;
    }

    .wraper_shop_single.style-one .container {
        padding-top: 0px;
    }
    .wraper_shop_single.style-one .container .rt-single-product-breadcrumb {
        padding-top: 60px;
    }
    .shop_single .summary .product_title {
        margin-right: 40px;
    }
}

@media screen and (min-width: 321px) and (max-width: 479px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }

    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        margin: 0;
    }

    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #000a12;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }

    .Wplgnite-cart .cart-collaterals .cart_totals tr {
        border: none !important;
        display: flex;
    }

    .woocommerce-checkout-review-order {
        width: 100%;
        padding: 70px;
        margin-top: 30px;
    }

    .woocommerce .shop_table td.actions {
        width: 100%;
    }

    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
        padding-left: 0;
    }

    .wraper_shop_single.style-one .shop_related .related {
        margin: 0px;
    }

    .wraper_shop_single .container {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .wraper_shop_single.style-one .container {
        padding-top: 20px;
    }
    .rt-single-product-breadcrumb {
        padding-top: 48px;
    }
    .wraper_shop_single.style-one .container .rt-single-product-breadcrumb {
        padding-top: 12px;
        padding-bottom: 13px;
    }

    .shop_related {
        padding-left: 0px;
        padding-right: 0px;
    }

    .comments-area ol.comment-list li .reply {
        position: initial;
        margin-bottom: 20px;
    }

    .comments-area ol.comment-list li .comment-body {
        padding: 0 0 0px 85px;
    }

    .Wplgnite-cart .woocommerce-cart-form {
        padding-right: 0px;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: inline-block;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .shop_table.cart tbody tr td.product-name {
        padding-right: 50px;
        width: 100%;
    }

    .shop_table.cart tbody tr {
        flex-direction: inherit;
    }

    .shop_table.cart tbody tr td.product-thumbnail {
        padding-right: 15px;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .shop_table.cart tbody tr td.product-thumbnail img {
        width: 65px;
        max-width: 65px;
    }

    .shop_table.cart tbody tr td .product-remove {
        margin-right: 0px;
        position: absolute;
        top: 23px;
        right: 0;
    }

    .shop_table.cart tbody tr td.product-details .product-name {
        flex: 0 0 70%;
        max-width: 70%;
        margin: 0px;
    }

    .shop_table.cart .product-subtotal {
        bottom: 29px;
        right: 15px;
    }

    .shop_table.cart .actions .coupon {
        flex-direction: column;
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px !important;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100% !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin: 0 0 15px 0;
        width: 100% !important;
        text-align: center;
        padding: 6px 15px 6px 15px !important;
    }

    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: inline-block;
    }

    .woocommerce table.shop_table_responsive tbody td, .woocommerce-page table.shop_table_responsive tbody td {
        margin-right: 0px;
        padding-right: 0px;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        border: none !important;
    }

    .Wplgnite-cart .cart-collaterals tr.order-total td, .Wplgnite-cart .cart-collaterals tr.cart-subtotal td {
        flex-grow: 1;
        text-align: right !important;
        padding-right: 0px !important;
    }

    .woocommerce table.shop_table tbody:first-child tr:first-child th, .Wplgnite-cart .cart-collaterals .cart_totals tr th {
        margin: 0;
        width: 50%;
    }

    .Wplgnite-cart .wc-proceed-to-checkout {
        padding: 0 0px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
        margin: 0;
        width: 100%;
    }

    .shop_table .actions .continue_shopping {
        float: left;
        vertical-align: middle;
        color: #6b6b6b;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .woocommerce-checkout-review-order {
        width: 100%;
        padding: 30px !important;
        margin-top: 30px;
    }

    .col2-set#customer_details {
        width: 100%;
        padding: 25px;
    }

    .col2-set#customer_details .col-1 {
        padding-left: 0;
        padding-right: 0px;
    }

    .col2-set#customer_details .col-2 {
        padding-left: 0;
        padding-right: 0px;
    }

    .rt-login-coupon {
        width: 100%;
        padding-right: 0px;
    }

    .rt-login-form form .form-row .input-text, .rt-coupon form.checkout_coupon .input-text {
        width: 100% !important;
    }

    .woocommerce-customer-details .woocommerce-column--billing-address.col-1, .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        max-width: 100%;
        width: 100%;
    }

    .woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
        padding: 0px;
        margin-bottom: 25px;
    }

    .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        padding: 0px;
    }

    .woocommerce ul.order_details li {
        display: contents;
    }

    .shop_single #review_form #respond .comment-form-author, .shop_single_tabs #review_form #respond .comment-form-author, .shop_single #review_form #respond .comment-form-email, .shop_single_tabs #review_form #respond .comment-form-email {
        width: 100%;
        padding: 0px !important;
    }

    .widget-area > #search-2 {
        margin-top: 15px;
    }

    .shop_table.wishlist_view .product-thumbnail {
        margin-bottom: 30px;
    }

    .shop_table.wishlist_view .item-details .item-details-table {
        margin: 0px;
        width: 100%;
    }

    .shop_table.wishlist_view tbody tr td {
        margin: 0px;
        padding: 15px 0px;
    }

    .shop_table.wishlist_view .additional-info {
        margin: 0px;
    }

    .shop_table.wishlist_view .product-add-to-cart {
        text-align: left;
    }

    .shop_table.wishlist_view .additional-info-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 52px;
    }

    .shop_table.wishlist_view .product-remove {
        position: absolute;
        top: 15px;
        left: auto;
        right: -100%;
    }

    .woocommerce-cart .woocommerce table.shop_table {
        margin: 0 -1px 30px 0;
    }

    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .wraper_shop_single .shop_single {
        width: 100%;
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
    }

    .shop_related .products h4 {
        padding: 0px;
        margin-bottom: 10px;
    }

    .Wplgnite-shop .Wplgnite-shop-box .holder .action-buttons, .Wplgnite-shop .Wplgnite-shop-box .holder .add-bag, .Wplgnite-shop .Wplgnite-shop-box .holder .product-description .add-bag {
        display: none !important;
    }
    .shop_single .summary .product_title {
        margin-right: 40px;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: left;
        width: 100%;
        margin-bottom: 8px;
    }

    .shop_table.cart tbody tr td.product-name {
        padding-right: 50px;
        width: 100%;
    }
    .shop_single .summary .product_title {
        margin-right: 40px;
    }
}

@media screen and (max-width: 350px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }

    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        margin: 0;
    }

    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #000a12;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }

    .woocommerce .shop_table td.actions {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        flex-direction: row;
    }

    .shop_table.cart tbody tr td.product-details .product-name a {
        color: #000a12;
        width: 80%;
        float: left;
    }

    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .woocommerce .wraper_shop_single .shop_single_accordion {
        background: #fff;
        padding: 30px 30px 25px 30px;
        margin-bottom: 110px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .shop_related .products h4 {
        padding: 0px;
        margin-bottom: 10px;
    }

    .Wplgnite-shop .Wplgnite-shop-box .holder .action-buttons, .Wplgnite-shop .Wplgnite-shop-box .holder .add-bag, .Wplgnite-shop .Wplgnite-shop-box .holder .product-description .add-bag {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {
    .shop_table.cart .quantity {
        width: 80px;
        border: 1px solid #d0d0d0;
        background: #fff;
        height: calc(34px);
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0px 16px 0px 0px;
    }

    .shop_table.cart .quantity > .input-group-addon {
        display: flex;
        outline: 0;
        justify-content: center;
        align-items: center;
        border: 0;
        width: 20px;
        height: 20px;
        border-radius: 0px;
        text-decoration: none;
        overflow: visible;
        text-decoration: none;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        transition: background 0.3s cubic-bezier(0.33, 1, 0.4, 1);
        margin: 0;
    }

    .shop_table.cart .quantity > .qty {
        padding: 0;
        width: 25%;
        min-width: 25px;
        max-height: 25px;
        text-align: center;
        border: 0;
        color: #000a12;
        outline: 0;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        background: 0 0;
        font-size: 14px;
    }

    .woocommerce .shop_table td.actions {
        width: 100%;
    }

    .comments-area ol.comment-list li .reply {
        position: initial;
        margin-bottom: 20px;
    }

    .comments-area ol.comment-list li .comment-body {
        padding: 0 0 0px 85px;
    }

    .wraper_blog_main.style-default .blog_main .entry-blog-content .entry-extra-item .comments-no {
        padding-left: 0;
    }

    .wraper_shop_single.style-one .shop_related .related {
        margin: 0px;
    }

    .blog .content-area .container {
        max-width: calc(100%);
    }

    .wraper_shop_single .container {
        padding-top: 50px;
    }

    .Wplgnite-cart .woocommerce-cart-form {
        padding-right: 0px;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: inline-flex;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .shop_table.cart tbody tr {
        display: flex;
        flex-direction: row;
        margin-bottom: 0px;
    }

    .shop_table.cart tbody tr td.product-thumbnail {
        padding-right: 15px;
    }

    .woocommerce table.shop_table_responsive tbody td, .woocommerce-page table.shop_table_responsive tbody td {
        margin-right: 0px;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
        margin: 0px;
    }

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: none !important;
    }

    .shop_table.cart tbody tr td {
        padding: 15px 0;
    }

    .shop_table.cart tbody tr td.product-thumbnail img {
        width: 65px;
        max-width: 65px;
    }

    .shop_table.cart tbody tr td .product-remove {
        margin-right: 5px;
        position: absolute;
        top: 20px;
        right: 0;
    }

    .shop_table.cart .product-subtotal {
        padding-right: 0;
    }

    .shop_table .actions .continue_shopping {
        float: left;
        vertical-align: middle;
        color: #6b6b6b;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .shop_table.cart .actions .coupon {
        flex-direction: column;
        max-width: 400px;
        width: 100%;
        margin-bottom: 5px;
    }

    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        width: 100% !important;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin: 0 0 15px 0;
        width: 100% !important;
        text-align: center;
        padding: 6px 15px 6px 15px !important;
    }

    .woocommerce-checkout-review-order {
        width: 100%;
    }

    .col2-set#customer_details {
        width: 100%;
    }

    .col2-set#customer_details .col-1 {
        padding-left: 0;
        padding-right: 0px;
    }

    .col2-set#customer_details .col-2 {
        padding-left: 0;
        padding-right: 0px;
    }

    .rt-login-coupon {
        width: 100%;
        padding-right: 0px;
    }

    .rt-login-form form .form-row .input-text, .rt-coupon form.checkout_coupon .input-text {
        width: 100% !important;
    }

    .woocommerce-customer-details .woocommerce-column--billing-address.col-1, .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        max-width: 100%;
        width: 100%;
    }

    .woocommerce-customer-details .woocommerce-column--billing-address.col-1 {
        padding: 0px;
        margin-bottom: 25px;
    }

    .woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
        padding: 0px;
    }

    .woocommerce ul.order_details li {
        display: contents;
    }

    .shop_single #review_form #respond .comment-form-author, .shop_single_tabs #review_form #respond .comment-form-author, .shop_single #review_form #respond .comment-form-email, .shop_single_tabs #review_form #respond .comment-form-email {
        width: 100%;
        padding: 0px !important;
    }

    .widget-area > #search-2 {
        margin-top: 15px;
    }

    .shop_table.wishlist_view .product-thumbnail {
        margin-bottom: 30px;
    }

    .shop_table.wishlist_view .item-details .item-details-table {
        margin: 0px;
        width: 100%;
    }

    .shop_table.wishlist_view tbody tr td {
        margin: 0px;
        padding: 15px 0px;
    }

    .shop_table.wishlist_view .additional-info {
        margin: 0px;
    }

    .shop_table.wishlist_view .product-add-to-cart {
        text-align: left;
    }

    .shop_table.wishlist_view .additional-info-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 52px;
    }

    .shop_table.wishlist_view .product-remove {
        position: absolute;
        top: 15px;
        left: auto;
        right: -100%;
    }

    .woocommerce-cart .woocommerce table.shop_table {
        margin: 0 -1px 30px 0;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        border: none !important;
    }

    .Wplgnite-cart .cart-collaterals tr.order-total td, .Wplgnite-cart .cart-collaterals tr.cart-subtotal td {
        flex-grow: 1;
        text-align: right !important;
    }

    .woocommerce table.shop_table tbody:first-child tr:first-child th, .Wplgnite-cart .cart-collaterals .cart_totals tr th {
        margin: 0;
    }

    .Wplgnite-cart .wc-proceed-to-checkout {
        padding: 0 20px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: inline-flex;
        border: none !important;
        flex-direction: column;
    }
}

@media all and (max-width: 767px) {
    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        padding-bottom: 0;
    }
    .shop_single .summary .product_title {
        margin-bottom: 7px;
    }
}

@media all and (max-width: 480px) {
    .shop_related .products h4 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: inline-block;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }
}

.woocommerce-account .wraper_blog_main .container .entry-title {
    margin-bottom: 40px;
}

.wraper_blog_main.default-page .container {
    padding-top: 110px;
    padding-bottom: 120px;
}

.wraper_footer.custom-footer {
    clear: both;
}

.elementor-icon-list-items.elementor-inline-items li {
    list-style: none;
}

.tinv-wishlist .product-action {
    width: auto;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}

.shop_table.wishlist_table td.product-remove .remove {
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #000a12 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.tinv-wishlist .tinv-header {
    display: none;
}

.shop_table.wishlist_table td.product-remove .remove:hover {
    color: #000a12 !important;
    background: none;
}

.shop_table.wishlist_view .product-add-to-cart {
    text-align: center;
}

.shop_table.wishlist_view .product-name a {
    color: #000a12;
}

.shop_table.wishlist_view .product-name .yith-wcqv-button {
    display: none;
}

.wishlist-title {
    display: inline-block;
}

.shop_table.wishlist_view .product-add-to-cart .radiantthemes-cart-border {
    margin-top: 0px;
}

.yith-wcwl-form .wishlist-title {
    margin: 0 0 20px;
}

.woocommerce .wishlist-title h2 {
    font-size: 24px;
    color: #000a12;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 0;
}

.wishlist-title h2 {
    display: inline-block;
    padding: 5px;
}

.wishlist-title a.show-title-form {
    cursor: pointer;
    visibility: hidden;
}

.wishlist-title:hover a.show-title-form {
    visibility: visible;
}

.yith-wcwl-form a.show-title-form, .yith-wcwl-form a.hide-title-form {
    background: 0 0;
    color: inherit;
    border-color: inherit;
    cursor: pointer;
}

.yes-js .hidden-title-form {
    display: none;
}

.hidden-title-form {
    position: relative;
    margin: 25px 0 39px;
}

.hidden-title-form > input[type="text"] {
    padding-right: 65px;
    line-height: 1;
}

.hidden-title-form .edit-title-buttons {
    position: absolute;
    right: 5px;
    top: calc(50% - 15px);
}

.wishlist-title .button.show-title-form {
    background: #000a12;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 0px;
    margin-left: 15px;
    text-transform: capitalize;
}

.wishlist-title .button.show-title-form:hover {
    background: #000a12;
    color: #fff;
}

.tinv-wishlist .tinv-header h2 {
    font-size: 24px;
    line-height: 34px;
    background: #f5f5f5;
    padding: 10px 20px;
}

.tinv-wishlist .tinvwl-table-manage-list th.product-name, .tinv-wishlist .tinvwl-table-manage-list th.product-price, .tinv-wishlist .tinvwl-table-manage-list th.product-date, .tinv-wishlist .tinvwl-table-manage-list th.product-stock {
/*    font-weight: 400;*/
    color: #000a12;
    font-size: 16px;
    text-align: left;
}

.tinv-wishlist .tinvwl-table-manage-list thead tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item {
    border-bottom: 1px solid #ddd;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button, .tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-right button, .tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-left button {
    border: 1px solid #000a12;
    border-radius: 0px;
    background: #000a12;
    color: #fff;
    padding: 11px 20px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    letter-spacing: 1.3px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button.added:after, .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action .added_to_cart {
    display: none;
}

.tinv-wishlist tfoot .tinvwl-to-right > * + * {
    margin-left: 16px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action button:hover, .tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-right button:hover, .tinv-wishlist .tinvwl-table-manage-list .tinvwl-to-left button:hover {
    border: 1px solid #000a12;
    color: #000a12;
    background: #fff;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    letter-spacing: 1.3px;
}
.tinv-wishlist .wishlist_item .product-stock {
/*    display: flex;*/
    flex-direction: column;
}
.tinv-wishlist .product-stock span {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
}
.tinv-wishlist .wishlist_item .product-stock .stock {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action {
    width: 230px;
    text-align: right;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-price .price ins {
    margin-right: 8px;
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-price .price del {
    opacity: 0.8;
}

.tinv-wishlist .tinvwl-table-manage-list tfoot {
    display: none;
}

.tinv-wishlist table.tinvwl-table-manage-list {
    margin-bottom: 0px;
}

.tinv-wishlist .tinvwl-table-manage-list .tinvwl-input-group select#tinvwl_product_actions {
    height: 48px;
    border-radius: 0px;
    border: 1px solid #000a12;
    outline: none;
    width: 100%;
}

.tinv-wishlist .tinvwl-table-manage-list .tinvwl-input-group select#tinvwl_product_actions:focus {
    outline: none;
    box-shadow: none;
}

.tinv-wishlist table input[type="checkbox"] {
    clear: none;
    cursor: pointer;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    transition: 0.05s border-color ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    width: 17px;
    height: 17px;
    border: 1px solid #000a12;
    border-radius: 0px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.tinv-wishlist table input[type="checkbox"]:checked {
    background: #000a12 !important;
    border-color: #000a12 !important;
}

.tinv-wishlist table input[type="checkbox"]:before, .tinv-wishlist table input[type="checkbox"]:after {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: none !important;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tinv-wishlist table input[type="checkbox"]:before, .tinv-wishlist table input[type="checkbox"]:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 48%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.tinv-wishlist table input[type="checkbox"]:after {
    transition: opacity 0.1s;
}

.tinv-wishlist table input[type="checkbox"]:checked:before {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

.tinv-wishlist table input[type="checkbox"]:after {
    content: "";
    background: url(../images/check-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
}

.tinv-wishlist table input[type="checkbox"]:checked:after {
    opacity: 1;
    visibility: visible;
    border: 1px solid #000a12;
}

.tinv-wishlist .product-remove button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 auto;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: #e9e9e9;
    color: #000a12;
    font-size: 20px;
    padding-right: 1px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item td {
        margin: 0;
        float: left;
        text-align: left;
        padding-left: 0px;
    }

    .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-action {
        padding-top: 5px;
        padding-bottom: 14px;
    }

    .tinv-wishlist .product-remove button {
        margin: 0px;
    }

    .tinv-wishlist .product-stock p {
        text-align: left;
        margin: 0px !important;
    }

    .tinv-wishlist .product-remove button {
        padding-right: 0;
        padding-bottom: 1px;
    }
    .tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item {
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    .tinv-wishlist .tinvwl-table-manage-list tbody tr.wishlist_item td {
        margin: 0;
        float: none;
        text-align: left;
    }

    .tinv-wishlist .product-remove button {
        margin: 0px;
    }

    .tinv-wishlist .product-stock p {
        text-align: left;
        margin: 0px !important;
    }
}

table.tinvwl-table-manage-list {
    border-collapse: collapse;
}

.tinv-wishlist .product-stock p {
    display: inline-block;
}

table.tinvwl-table-manage-list tbody tr td a {
    color: inherit;

}

.wraper_blog_main.default-page .container .entry-content h2.entry-title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-left: 0px;
    margin-right: px;
}

@media only screen and (max-width: 768px) {
    .tinv-wishlist table.tinvwl-table-manage-list tbody td {
        width: auto !important;
    }
}

.Wplgnite-shop.style-one .Wplgnite-shop-box {
    margin-bottom: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: 0.42s ease-out;
    -webkit-transition: 0.42s ease-out;
    -webkit-transform: scale(1.06) translate3d(0px, 0px, 0px);
    -ms-transform: scale(1.06) translate3d(0px, 0px, 0px);
    transform: scale(1.06) translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    -o-transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .pic:hover img {
    -webkit-transform: scale(1.06) translate3d(-3%, 0px, 0px);
    -ms-transform: scale(1.06) translate3d(-3%, 0px, 0px);
    transform: scale(1.06) translate3d(-3%, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    -o-transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #000a12;
    z-index: 1;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #ef5c5c;
    z-index: 1;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 25px 0 0px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder:hover .product-description {
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -12%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000a12;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 3px 0px 3px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    opacity: 0;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder:hover .product-description .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder:hover .product-description .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder:hover .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder:hover .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .button:hover, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .tinv-wishlist a:hover, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .action-buttons button:focus {
    outline: none;
    border: none;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description a .product-brand {
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 1.3px;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description a .woocommerce-loop-product__title {
    margin: 0 0 6px;
    text-transform: capitalize;
    color: #000a12;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .price {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    color: #676666;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .price span.percent-off {
    font-size: 16px;
    line-height: 27px;
    color: #676666;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .price ins {
    color: #000a12;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .price span.woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.3em;
    font-family: star;
    margin: 0 auto 15px;
    letter-spacing: 2.3px;
    display: none;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .star-rating::before {
    color: #000a12;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
    right: 0;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
/*    top: 0;*/
    left: 1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000a12;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .product-price {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 27px;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .add-bag {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .quantity, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .add-bag a, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .add-bag .button {
    background: #000a12;
    color: #fff;
    padding: 11px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #000a12;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .add-bag a:hover, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .add-bag .button:hover {
    color: #000a12;
    background: #fff;
    border: 1px solid #000a12;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder:hover .product-description .add-bag a, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder:hover .add-bag .button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .add-bag a:before, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .add-bag a:hover:before, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart {
    margin-bottom: 0px;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart button {
    float: none;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .add-bag .woosq-btn, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .add-bag .yith-wcwl-add-to-wishlist, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .add-bag .wooscp-btn {
    display: none;
}

.product-box .colmd2 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce .wraper_inner_banner {
    background-image: none;
}

.Wplgnite-shop.five-column.style-one .Wplgnite-shop-box {
    margin-bottom: -30px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.five-column.style-one .Wplgnite-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .product-description .meta-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-one .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .product-box .colmd2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        flex-direction: row;
    }

    .product-box .colmd2:nth-child(odd),
    .product-box .colmd2:last-child {
        padding-right: 8px !important;
        padding-left: 0px !important;
        margin: 0px;
    }
    .product-box .colmd2:last-child {
        margin: 0px;
    }

    .product-box .colmd2:nth-child(even) {
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
}

.Wplgnite-shop.style-two .Wplgnite-shop-box {
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder {
    position: relative;
    overflow: hidden;
    margin: 0px;
    transition: all 0.3s ease-in-out;
    background: #f6f6f3;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder:hover {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.22);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transform: translate3d(0px, 0px, 0px);
    transition: 0.42s ease-out;
    -webkit-transition: 0.42s ease-out;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    -o-transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder:hover .pic img {
    -webkit-transform: scale(0.7) translate3d(0px, 0px, 0px);
    -ms-transform: scale(0.7) translate3d(0px, 0px, 0px);
    transform: scale(0.7) translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    -o-transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description {
    text-align: center;
    padding: 15px 0 20px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder:hover .product-description {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 6px;
    text-transform: capitalize;
    color: #000a12;
    /*font-size: 16px;
    line-height: 27px;*/
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .price {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    line-height: 20px;
    color: #676666;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-price .price {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    line-height: 27px;
    color: #676666;
    float: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .price ins {
    color: #000a12;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .price span.woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-price {
    margin-bottom: 13px;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: #000a12;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons {
    position: absolute;
    left: 20px;
    margin: 0 auto;
    top: 20px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000a12;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0px 10px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder:hover .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder:hover .action-buttons .tinv-wishlist a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .action-buttons button:focus {
    outline: none;
    border: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-brand {
    margin: 0 0 10px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-title {
    margin: 0 0 2px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-price {
    margin-bottom: 15px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-price .percent-off {
    display: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .product-price .price ins {
    margin-right: 8px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.3em;
    font-family: star;
    margin-bottom: 15px;
    letter-spacing: 2.5px;
    display: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag .radiantthemes-cart .quantity, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag a, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag button {
    border: 1px solid #000a12;
    background: #000a12;
    color: #fff;
    padding: 11px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    float: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag a:hover, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag button:hover {
    color: #000a12;
    background: #fff;
    border: 1px solid #000a12;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag a:before, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag a:hover:before, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag button:hover:before {
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder:hover .product-description .add-bag a, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder:hover .product-description .add-bag button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag .woosq-btn, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .add-bag .yith-wcqv-button {
    display: none;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .meta-wrapper {
    margin-bottom: 10px;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .Wplgnite-shop.style-two .Wplgnite-shop-box .holder:hover .product-description {
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}

.Wplgnite-shop.style-three .Wplgnite-shop-box {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    padding: 0 8px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    transform: scale(1) translate3d(0px, 0px, 0px);
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .pic:hover img.primary-img {
    opacity: 1;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #000a12;
    z-index: 1;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #ef5c5c;
    z-index: 1;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 10px 0 15px 0;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .product-price span.percent-off {
    display: none;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .product-price .price ins {
    margin-right: 8px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .product-price p.product-price {
    margin-bottom: 0px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons {
    position: absolute;
    left: 20px;
    margin: 0 auto;
    top: 20px;
}
.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .add-bag {
    display: none;
}
.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000a12;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0px 10px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateY(0px);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart:before, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce01.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:hover:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart:hover:before, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder:hover .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder:hover .action-buttons a.rt-add-to-cart, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder:hover .action-buttons .rt-add-to-cart button, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder:hover .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart:hover, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button:hover, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:hover, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:focus, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons a:focus {
    outline: none;
    border: none;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .quantity, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .added_to_cart {
    display: none;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 0px;
    text-transform: capitalize;
    color: #000a12;
    /*font-size: 16px;
    line-height: 27px;*/
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .product-price, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .price {
    font-size: 16px;
    margin-bottom: 7px;
    width: 100%;
    float: left;
    line-height: 27px;
    color: #000a12;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .price {
    margin-bottom: 0px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .price ins {
    color: #000a12;
    font-weight: 400;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .price del {
    opacity: 1;;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .product-title {
    margin: 0 0 10px;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .product-description .meta-wrapper {
    width: 100%;
    float: left;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-three .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .pic:hover img.primary-img {
    opacity: 1;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #000a12;
    z-index: 9;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #000a12;
    z-index: 9;
}

.Wplgnite-shop.style-two .Wplgnite-shop-box .holder .product-description .price ins {
    color: #000a12;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description {
    background: #fff;
    text-align: left;
    padding: 15px 0 0px 0;
    float: left;
    width: 100%;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .percent-off {
    display: none;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .more-action {
    margin: 0;
    display: flex;
}
.Wplgnite-shop.style-four .Wplgnite-shop-box.product-type-simple .holder .action-buttons .rt-add-to-cart {
    margin: 0px;
}
.Wplgnite-shop.style-four .Wplgnite-shop-box.product-type-simple .holder .action-buttons .rt-add-to-cart .Wplgnite-cart {
    margin: 0;
}
.Wplgnite-shop.style-four .Wplgnite-shop-box.product-type-simple .holder .action-buttons .rt-add-to-cart .Wplgnite-cart .quantity {
    display: none;
}
.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist {
    margin: 0;
}
.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000a12;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0px 5px 0px 5px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart:before, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce01.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder:hover .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder:hover .action-buttons a.rt-add-to-cart, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder:hover .action-buttons .rt-add-to-cart button, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder:hover .tinv-wishlist a, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart:hover:before, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .button:hover, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart:hover, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button:hover, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:hover, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons button:focus, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons a:focus {
    outline: none;
    border: none;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .radiantthemes-cart .quantity, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .radiantthemes-cart .added_to_cart {
    display: none;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .action-buttons .radiantthemes-cart {
    margin-bottom: 0px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.9em;
    font-family: star;
    margin: 0 0 15px 0;
    letter-spacing: 4.3px;
    display: none;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .star-rating::before {
    color: #000a12;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    right: 0;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000a12;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 6px;
    text-transform: capitalize;
    color: #000a12;
    /*font-size: 16px;
    line-height: 27px;*/
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .product-price, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .price {
    font-size: 16px;
    margin-bottom: 21px;
    width: 100%;
    float: left;
    line-height: 27px !important;
    color: #676666;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .price ins {
    color: #676766;
    font-weight: 400;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .product-title {
    margin: 0 0 2px 0;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .product-price {
    margin: 0 0 7px 0;
}

.shop_single .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .product-price {
    margin: 0 0 0px 0;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .price {
    margin: 0 0 7px 0;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .price ins {
    padding-right: 8px;
}

.Wplgnite-shop-box .holder .product-description .product-price del, .Wplgnite-shop-box .holder .product-description .price del {
    font-size: 16px;
    margin-right: 10px;
    opacity: 1;
    font-weight: 400;
    opacity: 1;;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .add-bag {
    border: none;
    background: #000a12;
    color: #fff;
    padding: 12px 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder:hover .product-description .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .product-description .add-bag .ti {
    padding-right: 8px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .meta-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    margin: 0px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-four .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-four .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box {
    margin-bottom: 11px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box {
    padding: 0 8px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .pic:hover img.primary-img {
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .pic .tag {
    position: absolute;
    background: #000a12;
    padding: 5px 10px 5px 10px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    z-index: 9;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #ef5c5c;
    z-index: 9;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 10px 0 0px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 6px;
    text-transform: capitalize;
    color: #000a12;
    /*font-size: 16px;
    line-height: 27px;*/
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .product-price, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .price {
    font-size: 16px;
    width: 100%;
    float: left;
    line-height: 27px !important;
    color: #000a12;
    margin: 0 0 7px 0;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .product-price p {
    margin-bottom: 0;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons {
    position: absolute;
    left: 15px;
    margin: 0 auto;
    top: 20px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons button:focus {
    outline: none;
}
.search-results.Wplgnite-shop .onsale {
    display: none;
}
.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000a12;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 5px 0px 5px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:before {
/*    position: absolute;*/
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder:hover .action-buttons .button, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder:hover .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .button:hover, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #000a12;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .product-brand {
    display: none;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .product-title {
    margin: 0 0 0px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .product-price span.percent-off {
    display: none;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
    display: none;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .star-rating::before {
    color: #000a12;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: -1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000a12;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .quantity, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart {
    margin-bottom: 0px;
}
.Wplgnite-shop.style-five .Wplgnite-shop-box.product-type-simple .holder .add-bag .quantity {
    display: none;
}
.Wplgnite-shop.style-five .Wplgnite-shop-box .holder form.cart {
    margin-bottom: 0px;
    margin-left: 0px;
    left: 0;
    right: 0;
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: inline-flex;
}
.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag a, 
.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag .button,
.Wplgnite-shop.style-five .Wplgnite-shop-box.product-type-simple .holder .add-bag .button {
    background: rgba(255, 255, 255, 1);
    color: #000a12;
    border: none;
    padding: 11px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: auto;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0px);
}
.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .single_add_to_cart_button.button.added {
    display: none !important;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(-25px);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag a:hover, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag .button:hover {
    background: #000a12;
    color: #fff;
    text-decoration: none;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag a:before, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce01.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag a:hover:before, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .button {
    float: none;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .product-description .meta-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 6px 0;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-five .Wplgnite-shop-box.holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-five .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .Wplgnite-shop.style-five .Wplgnite-shop-box .holder {
        position: relative;
        overflow: hidden;
        transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
        margin: 0px;
    }

    .Wplgnite-shop.style-five .Wplgnite-shop-box .holder:hover {
        box-shadow: none;
    }

    .shop_related {
        padding-bottom: 0px;
    }

    .Wplgnite-shop.style-five .Wplgnite-shop-box {
        margin-bottom: 20px;
    }
}

.Wplgnite-shop.style-six .Wplgnite-shop-box {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
/*    padding: 0 8px;*/
    padding: 20px 15px 0;
}
.Wplgnite-shop.style-six .Wplgnite-shop-box:hover {
    transition: 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
    background-color: #fff;
    box-shadow: 0px 0px 60px 20px rgb(87 102 116 / 22%);
    z-index: 9;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    transform: scale(1) translate3d(0px, 0px, 0px);
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .pic:hover img.primary-img {
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transition: 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box:hover .holder .pic img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.02);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .pic .tag {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #000a12;
    z-index: 1;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #ef5c5c;
    z-index: 1;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 10px 0 15px 0;
    float: left;
    width: 100%;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .product-price span.percent-off {
    display: none;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .product-price .price ins {
    margin-right: 8px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .product-price p.product-price {
    margin-bottom: 0px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons {
    position: absolute;
    left: 11px;
    margin: 0 auto;
    top: 14px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000a12;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 0px 10px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0px !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateY(0px);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce1.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart:before, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce01.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:hover:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce1-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart:hover:before, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder:hover .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder:hover .action-buttons a.rt-add-to-cart, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder:hover .action-buttons .rt-add-to-cart button, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder:hover .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons a.rt-add-to-cart:hover, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart button:hover, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:hover, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist:hover a {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:focus, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons a:focus {
    outline: none;
    border: none;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .quantity, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .action-buttons .rt-add-to-cart .radiantthemes-cart .added_to_cart {
    display: none;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 15px;
    display: none;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .product-brand {
    margin: 0 0 3px;
    display: none;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .woocommerce-loop-product__title {
    margin: 0 0 0px;
    text-transform: capitalize;
    color: #000a12;
    /*font-size: 16px;
    line-height: 27px;*/
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    float: left;
    width: 100%;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .product-price, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .price {
    font-size: 16px;
    margin-bottom: 7px;
    width: 100%;
    float: left;
    line-height: 27px;
    color: #000a12;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .price {
    margin-bottom: 0px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .price ins {
    color: #000a12;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .price del {
    opacity: 1;;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .product-title {
    margin: 0 0 10px;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .product-description .meta-wrapper {
    width: 100%;
    float: left;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-six .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.product-box.element-eight .col-md-6, .product-box.element-eight .col-md-4, .product-box.element-eight .col-md-3, .product-box.element-eight .colmd2 {
    padding: 0 8px;
}

.wraper_shop_main.shop-nosidebar .container, .wraper_shop_main.shop-rightsidebar .container, .wraper_shop_main.shop-leftsidebar .container, .wraper_shop_main.shop-topsidebar .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.wraper_shop_main.shop-rightsidebar.shop-style-six .container,
.wraper_shop_main.shop-leftsidebar.shop-style-five .container {
    padding-bottom: 105px;
}

.wraper_shop_main.shop-nosidebar .container .row {
    margin-right: 0px;
    margin-left: 0px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box {
    padding: 0 8px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box {
    margin-bottom: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin: 0px;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
    text-align: center;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transform: translate3d(0px, 0px, 0px);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic:hover img.primary-img {
    opacity: 0;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic img.primary-hover-img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic .tag {
    position: absolute;
    background: #000;
    padding: 0px 6px 0px 6px;
    left: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    z-index: 9;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .pic .offer {
    position: absolute;
    background: #fff;
    padding: 6px 6px 4px 6px;
    right: 15px;
    top: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #ef5c5c;
    z-index: 9;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description {
    text-align: center;
    padding: 15px 0 15px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons {
    position: absolute;
    right: 15px;
    margin: 0 auto;
    top: 15px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons button:focus {
    outline: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000a12;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    margin: 5px 0px 5px 0px;
    border: 1px solid #f1f1f1;
    font-size: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/heart-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:before {
    position: absolute;
    content: "";
    background: url(../images/eye-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .action-buttons .button, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .action-buttons .tinv-wishlist a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .button:hover, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    background: #000a12;
    border: 1px solid #000a12;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-brand {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-brand a {
    text-decoration: none;
    text-transform: uppercase;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-title {
    margin: 0 0 5px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-title a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-price, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .price {
    margin-bottom: 8px;
    color: #000a12;
    font-size: 16px;
    line-height: 27px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-price span {
    margin-right: 2px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .product-price span.percent-off {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 25px;
    letter-spacing: 2.5px;
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .star-rating::before {
    color: #000a12;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: -1px;
    position: absolute;
    padding-top: 1.5em;
    color: #000a12;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transform: translateY(12px);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .quantity, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .added_to_cart {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart {
    margin-bottom: 0px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag a, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .button {
    background: rgba(255, 255, 255, 0.8);
    color: #000a12;
    border: none;
    padding: 11px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag a:hover, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .button:hover {
    background: #000a12;
    color: #fff;
    border: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag a:before, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin-right: 10px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag a:hover:before, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .add-bag .radiantthemes-cart .button:after {
    display: none;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .product-description .meta-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color {
    border: transparent;
    width: auto;
    display: flex;
    margin-right: 4px;
    border-radius: 50%;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color:hover, .Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color.active {
    border: 1px solid #000a12;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color span {
    padding: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 15%);
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div {
    position: relative;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch div:hover:after, .Wplgnite-shop.style-eight .Wplgnite-shop-box.holder .color-swatch div.active:after {
    opacity: 1;
    visibility: visible;
}

.Wplgnite-shop.style-eight .Wplgnite-shop-box .holder .color-swatch .color:hover {
    cursor: pointer;
}
.wraper_shop_main .rt-shop-filters.rt-sticky-filters {

}

@media screen and (max-width: 1024px) {
    .Wplgnite-shop .Wplgnite-shop-box .holder .action-buttons, 
    .Wplgnite-shop .Wplgnite-shop-box .holder .add-bag, 
    .Wplgnite-shop .Wplgnite-shop-box .holder .product-description .add-bag {
        display: none !important;
    }
    .wraper_shop_main .container .row .col-md-6 {
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 991px) {
    .wraper_shop_main.shop-rightsidebar.shop-style-six .container,
    .wraper_shop_main.shop-leftsidebar.shop-style-five .container {
        padding-bottom: 45px;
    }
}

/*--------------------------------------------------------------
# Shop Box shop top sidebar start
--------------------------------------------------------------*/
.wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb {
    margin-bottom: 20px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #989898;
    text-transform: capitalize;
}

.wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb .woocommerce-breadcrumb,
.wraper_shop_main.shop-leftsidebar.shop-style-eight .rt-shop-product-breadcrumb {
    font-size: 14px;
    line-height: 24px;
    color: #989898;
}

.woocommerce-breadcrumb {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000A12 !important;
}


.wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb .woocommerce-breadcrumb a,
.wraper_shop_main.shop-leftsidebar.shop-style-eight .rt-shop-product-breadcrumb .woocommerce-breadcrumb a,
.woocommerce-breadcrumb a {
    color: #000A12;
}

.wraper_shop_main.shop-topsidebar .woocommerce-result-count,
.wraper_shop_main.shop-leftsidebar.shop-style-eight .woocommerce-result-count,
.woocommerce-result-count {

    width: 100%;
}


.wraper_shop_main.shop-topsidebar .widget.woocommerce {
    width: 24%;
    float: left;
    margin: 0px 0px 0px 8px;
    padding-right: 30px;
    border: none !important;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
    margin: 0;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
.wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
    margin: 0;
    margin: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 0 0 0 10px;
    border-right: 1px solid #d1d1d1;
    margin-right: 10px;
    padding-right: 10px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view {
    display: flex;
    margin: 0px;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
    content: "";
    background: #d1d1d1;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
}

.topsidebar {
    width: 100%;
    float: left;
    clear: both;
    background: #fff;
    margin-bottom: 20px;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters,
.wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    /*    line-height: 1;*/
    background: #fff;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button {
    background: transparent;
    border: none;
    color: #000a12;
    fill: currentColor;
    opacity: 0.3;
    padding: 0 4px;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button:last-child {
    padding-right: 8PX;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button:hover,
.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button.active {
    opacity: 1;
}

.wraper_shop_main .rt-shop-filters.rt-sticky-filters .rt-display-view button svg {
    width: 16px;
    height: 16px;
}
.wraper_shop_main.shop-rightsidebar .woocommerce-breadcrumb,
.wraper_shop_main.shop-nosidebar .woocommerce-breadcrumb {
    margin: 0 0 1em 8px;
    padding: 0;
    font-size: .92em;
    color: #767676;
}
.rt-hide-filter,
.rt-fly-hide-filter,
.rt-fly-filter {
    display: none;
}

#topsidebar {
    display: none;
}
.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter, .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter, .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter {
    margin: 0;
}
.rt-top-filter button.rt-show-filter,
.rt-top-filter button.rt-hide-filter,
.rt-side-filter button.rt-fly-filter,
.rt-side-filter button.rt-fly-hide-filter {
    background: none;
    width: 100px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #676766;
    padding-left: 0px;
}

.rt-top-filter svg {
    width: 16px;
    margin-left: 7px;
    margin-right: 0px;
    overflow: hidden;
    vertical-align: middle;
}
.wraper_shop_main .wc-blocks-filter-wrapper h6,
.wraper_shop_main .wc-blocks-filter-wrapper h3 {
    font-size: 18px;
}
.wraper_shop_main .widget_block .wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input-wrapper:before {
    background: #1C313A;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 2px;
}
.wraper_shop_main .wc-block-components-price-slider__range-input {
    -webkit-appearance: none;
     -moz-appearance: none; 
    appearance: none;
    background: 0 0;
    outline: none;
    outline: none!important;
    padding: 0!important;
    pointer-events: none;
    position: relative;
    position: absolute;
    top: -2px;
    width: 100%;
}

/* shop price filter start */
.wraper_shop_main .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(90deg,rgba(233, 233, 233, 1) var(--low),var(--range-color) 0,var(--range-color) var(--high),rgb(233, 233, 233) 0) no-repeat 0 100%/100% 100%;
    --range-color: #000a12;
    background: var(--track-background);
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.wraper_shop_main .wc-block-components-price-slider__range-input {
    -webkit-appearance:none; 
    -moz-appearance:none; 
    appearance: none;
    background:0 0; 
    border:0!important; 
    display:block; 
    height:0; 
    left:0; 
    margin:0; 
    outline:none; 
    outline:none!important; 
    padding:0!important; 
    pointer-events:none; 
    position:relative; 
    position:absolute; 
    top:0; 
    width:100%; 
    cursor: ew-resize; 
}
.wraper_shop_main .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline:0
}

.wraper_shop_main .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff !important;
    background-position: 0 0;
    border: 2px solid #1e1e1e !important;
    border-radius: 0px !important; 
    box-sizing: content-box;
    cursor: pointer;
    height: 7px;
    margin: -5px 0 0;
    padding: 0;
    pointer-events: auto;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 7px;
    z-index:20;
    cursor: ew-resize !important
}

.wraper_shop_main .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background: #fff !important;
    border: 2px solid #1e1e1e !important;
    cursor: ew-resize !important;
}

.wraper_shop_main  .wc-block-components-price-slider__range-input::-webkit-slider-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    margin: 0;
    outline: none;
    padding:0 !important
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
    border:0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline:0
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    margin: 0;
    outline: none;
    padding:0 !important
}
.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background: #1e1e1e;
    border-color:#fff
}
.wc-block-components-price-slider__range-input::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index:20
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background: #1e1e1e;
    border-color:#fff
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index:21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    background-position-x: left;
    margin-left:-2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    background-position-x: left;
    transform:translate(-2px, 2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
    background-position-x:left
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
    z-index:20
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
    background-position-x: right;
    margin-left:2px
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    background-position-x: right;
    transform:translate(2px, 2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x:right
}
/* shop price filter end */
.wraper_shop_main .topsidebar .widget.widget_block {
    width: 24%;
    float: left;
    margin: 0px 0px 0px 8px;
    padding-right: 30px;
    border: none !important;
}
.wraper_shop_main .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 60px;
    font-size: 11px;
    text-align: center;
    border-radius: 0px !important;
    padding: 8px 0px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 1em;
    height: 14px;
    width: 14px;
    margin: 0 1em 0 0;
    min-height: 14px;
    min-width: 14px;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    
}
.wc-block-components-checkbox label {
    align-items: flex-start;
    display: flex;
    font-size: 15px;
    position: relative;
    align-items: center;
    padding-bottom: 7px;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border: 1px solid #50575e;
border-radius: 0px;
box-sizing: border-box;
font-size: 1em;
height: 15px;
margin: 0 1em 0 0;
/* min-height: 1.5em; */
/* min-width: 1.5em; */
overflow: hidden;
position: static;
vertical-align: middle;
width: 15px;
color: #fff;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
background: #1C313A;
/* border-color: #000000; */
box-shadow: inset 0 0 0 2px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:hover {
background: #1C313A;
box-shadow: inset 0 0 0 2px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
fill: #000;
height: 1.125em;
margin-left: .1875em;
margin-top: .0625em;
pointer-events: none;
position: absolute;
width: 1.125em;
display: none;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
line-height: 1.5em;
vertical-align: middle;
margin: 0px;
display: inline-flex;
color: #000a12;
}

.editor-styles-wrapper .wc-block-components-checkbox, .wc-block-components-checkbox {
    margin-top: 5px;
}

.wraper_shop_main.shop-leftsidebar .wc-block-product-categories,
.wraper_shop_main.shop-rightsidebar .wc-block-product-categories {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.wraper_shop_main.shop-leftsidebar .wp-block-woocommerce-filter-wrapper,
.wraper_shop_main.shop-rightsidebar .wp-block-woocommerce-filter-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 15px;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li {
    padding-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.wc-block-product-categories-list .wc-block-product-categories-list-item ul {
    padding-left: 15px !important;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li a {
    margin: 0;
    padding-right: 6px;
}
.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li .wc-block-product-categories-list-item-count {
    font-size: 12px;
    margin: 0;
}
.wc-block-components-checkbox__label .wc-filter-element-label-list-count {
    font-size: 12px;
    padding-left: 6px;
    color: #666666;
}
.radiantthemes-shop {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wraper_shop_single.style-one .shop_single .rt-product-gallery .flex-direction-nav {
    display: block;
    position: initial;
}
.wraper_shop_main.shop-topsidebar .rt-shop-filters select.orderby,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters select.orderby,
.wraper_shop_main.shop-rightsidebar .rt-shop-filters select.orderby {
    border: 0;
    color: inherit;
    background-color: transparent;
    background-image: none;
    width: 100%;
    max-width: 130px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wraper_shop_main .rt-shop-filters select {
    -webkit-appearance: none;
}

.wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg,
.wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering svg {
    width: 16px;
    height: 16px;
}

.shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
    right: 10px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 45%;
        float: left;
        margin: 0px 0px 0px 8px;
        padding-right: 30px;
        border: none !important;
    }

    .topsidebar,
    .widget-left,
    .widget-right {
        padding-bottom: 30px;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 1024px) {

    .radiantthemes-shop.style-three .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop.style-eight .radiantthemes-shop-box .holder .add-bag {
        display: none;
    }

    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag,
    .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_main .topsidebar .widget.widget_block,
     .wraper_shop_main .widget-left .widget.widget_block,
      .wraper_shop_main .widget-right .widget.widget_block {
        width: 50%;
        float: left;
        margin: 0px 0px 0px 8px;
        padding-right: 30px;
        border: none !important;
    }
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .rt-fly-filter {
        display: inline-block;
    }
    .wraper_shop_main .rt-shop-filters .rt-display-view {
        display: none !important;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .radiantthemes-shop.style-four .radiantthemes-shop-box .holder .product-description {
        background: #fff;
        text-align: left;
        padding: 15px 0 15px 0;
        min-height: 100px;
    }

    .radiantthemes-shop.style-two .radiantthemes-shop-box .holder .product-description {
        min-height: 120px;
    }

    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons,
    .radiantthemes-shop .radiantthemes-shop-box .holder .add-bag,
    .radiantthemes-shop .radiantthemes-shop-box .holder .product-description .add-bag {
        display: none !important;
    }

    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .button.yith-wcqv-button,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons a.rt-add-to-cart,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .tinv-wishlist a,
    .radiantthemes-shop .radiantthemes-shop-box .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }

    .wraper_shop_main.shop-leftsidebar .widget-left,
    .wraper_shop_main.shop-rightsidebar .widget-right {
        display: none;
        max-width: 100%;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

}

@media screen and (max-width: 767px) and (min-width: 480px) {

    .wraper_shop_main .widget.woocommerce,
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 45%;
        float: left;
        margin: 0px 0px 0px 8px;
        padding-right: 30px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        border-right: none !important;
        width: 50%;
        display: flex;
        margin-right: 0px;
        padding-right: 0px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .topsidebar,
    .widget-left,
    .widget-right {
        padding-bottom: 30px;
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 340px;
        overflow-y: scroll;
        margin: 0;
        z-index: 99;
        padding: 30px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;
    }

    .shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        right: 31%;
    }
    .wraper_shop_main.shop-rightsidebar .woocommerce-breadcrumb {
        margin-left: 0;
    }
    .woocommerce-products-search__title {
        margin-left: 0px;
    }
}

@media screen and (max-width: 479px) and (min-width: 321px) {

    .wraper_shop_main .widget.woocommerce,
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 48%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding-right: 8px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        padding-right: 0px;
    }

    .wraper_shop_main .rt-shop-filters select.orderby {
        width: 100% !important;
        max-width: 130px !important;
        padding: 5px 0px;
        margin-left: 0px;
    }

    .wraper_shop_main .rt-shop-filters .rt-display-view {
        display: none;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 2px;
        right: 10px;
    }

    .shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        right: 75px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        margin: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: inline-block;
        width: 50%;
        position: relative;
        padding: 0 20px;
        border-right: none !important;
        margin-right: 0px !important;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb,
    .wraper_shop_main .rt-shop-product-breadcrumb {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .wraper_shop_main.shop-rightsidebar .rt-shop-product-breadcrumb {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .wraper_shop_main.shop-rightsidebar .woocommerce-breadcrumb {
        margin-left: 0;
    }
    .woocommerce-products-search__title {
        margin-left: 0px;
    }

    .wraper_shop_main.shop-leftsidebar,
    .wraper_shop_main.shop-rightsidebar {
        padding-top: 20px;
        padding-bottom: 0px !important;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-eight .woocommerce-pagination {
        margin-bottom: 42px;
    }

    .wraper_shop_main.shop-topsidebar {
        padding-top: 42px;
        padding-bottom: 42px !important;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-three {
        padding-bottom: 0px !important;
    }

    .rt-top-filter button.rt-show-filter,
    .rt-top-filter button.rt-hide-filter,
    .rt-side-filter button.rt-fly-filter,
    .rt-side-filter button.rt-fly-hide-filter {
        padding: 0;
        text-align: center;
    }

    .topsidebar,
    .widget-left,
    .widget-right {
        padding-bottom: 30px;
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 340px;
        overflow-y: scroll;
        margin: 0;
        z-index: 99;
        padding: 30px 16px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;

    }

    .wraper_shop_main.shop-topsidebar .woocommerce-result-count {
        margin: 0 0px 15px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 320px) {

    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters .rt-top-filter {
        display: block;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-filters.rt-sticky-filters,
    .wraper_shop_main.shop-leftsidebar .rt-shop-filters.rt-sticky-filters,
    .wraper_shop_main.shop-rightsidebar .rt-shop-filters.rt-sticky-filters {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 590;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wraper_shop_main .widget.woocommerce,
    .wraper_shop_main.shop-topsidebar .widget.woocommerce {
        width: 100%;
        float: left;
        margin: 0px 0px 15px 0px;
        padding-right: 15px;
        border: none !important;
    }

    .rt-top-filter,
    .rt-side-filter {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 50%;
        padding-right: 12px;
    }

    .wraper_shop_main.shop-topsidebar .rt-shop-product-breadcrumb {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .wraper_shop_main .rt-shop-filters select.orderby {
        width: 100% !important;
        max-width: 120px !important;
        padding: 5px 0px;
        margin-left: 0px;
    }

    .wraper_shop_main .rt-shop-filters .rt-display-view {
        display: none;
    }

    .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        top: 2px;
        right: 8px;
    }

    .shop-topsidebar .rt-shop-filters .woocommerce-ordering:not(.select2-styled):after {
        right: 0;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering {
        margin: 0 !important;
        border-right: none !important;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: inline-block;
        width: 50%;
        position: relative;
        padding: 0 20px;
    }

    .wraper_shop_main .rt-shop-filters.rt-sticky-filters .woocommerce-ordering:before {
        content: "";
        background: #d1d1d1;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .wraper_shop_main.shop-topsidebar,
    .wraper_shop_main.shop-leftsidebar,
    .wraper_shop_main.shop-rightsidebar {
        padding-top: 20px;
    }

    .rt-top-filter button.rt-show-filter,
    .rt-top-filter button.rt-hide-filter,
    .rt-side-filter button.rt-fly-filter,
    .rt-side-filter button.rt-fly-hide-filter {
        padding: 0;
        text-align: center;
    }

    .topsidebar,
    .widget-left,
    .widget-right {
        padding-bottom: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        z-index: 99;
        padding: 10px 20px !important;
        background: #fff;
        box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 30%);
        border-bottom: 0;
        margin-bottom: 60px !important;
    }

    .topsidebar,
    .widget-left,
    .widget-right {
        padding-bottom: 30px;
        height: 350px;
        overflow-y: scroll;
    }

    .wraper_shop_main.shop-topsidebar .woocommerce-result-count {
        margin: 0 0px 15px 0px;
    }
}

/*--------------------------------------------------------------
# Shop Box shop top sidebar End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page Style Six Start
--------------------------------------------------------------*/
.tinvwl_add_to_wishlist-text {
    display: none;
}
.wraper_shop_single.style-six .rt-single-product-breadcrumb {
display: none;
}
.wraper_shop_single.style-six .shop_single .summary .rt-single-product-breadcrumb {
    display: block;
}
.wraper_shop_single.style-six .rt-single-product-breadcrumb {
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
}

.wraper_shop_single.style-six .rt-single-product-breadcrumb {
    background: #F6F6F6;
    width: 100%;
}
.wraper_shop_single.style-six .rt-single-product-breadcrumb .woocommerce-breadcrumb {
    padding-left: 0px;
    padding-right: 15px;
}
.woocommerce .wraper_shop_single.style-six .container {
    width: 100%;
    padding-top: 0px;
}
.woocommerce .wraper_shop_single.style-six .container .shop_single .container {
    max-width: 100%;
    width: 1290px;
    padding-top: 0px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 24px;
    margin-right: 0px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    color: #ba2d1d;
}
.woocommerce .wraper_shop_single.style-six .container .shop_single .container .row {
    margin-right: 0px;
    margin-left: 0px;
}
.single.single-product .wraper_shop_single .container .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
}
.wraper_shop_single.style-six .woocommerce-tabs.wc-tabs-wrapper {
    max-width: 100%;
    width: 1290px;
    padding-right: 15px;
    padding-left: 15px;
}
.woocommerce .wraper_shop_single.style-six .shop_single {
    background: #F6F6F6;
}
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart {
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: sub;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    margin-right: 0px;
}
.woocommerce .wraper_shop_single .summary .product-brand {
    display: none;
}

.woocommerce .wraper_shop_single.style-six .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 59%;
    margin: 0;
    float: left;
    padding-left: 60px;
    padding-right: 0px;
}

.woocommerce #content .wraper_shop_single.style-six div.product div.images,
.woocommerce .wraper_shop_single.style-six div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-six div.product div.images,
.woocommerce-page .wraper_shop_single.style-six div.product div.images {
    width: calc(100% - 116px);
    position: relative;
    display: inline-block;
    right: 116px;
    height: auto;
    left: 0;
}

.woocommerce .wraper_shop_single.style-six div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -116px;
    top: 0px;
    width: 100px;
}

.woocommerce .wraper_shop_single.style-six div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity {
    width: 110px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(52px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .input-group-addon {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
    transition: background .3s cubic-bezier(.33, 1, .40, 1);
    margin: 0;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .input-group-addon.quantity-decrease {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .input-group-addon.quantity-increase {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .qty {
    padding: 0;
    width: 25%;
    min-width: 30px;
    max-height: 30px;
    text-align: center;
    border: 0;
    color: #000a12;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: 0 0;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .qty::-webkit-inner-spin-button,
.woocommerce .wraper_shop_single.style-six .shop_single .summary .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .wraper_shop_single.style-six .shop_single .summary form.cart .button {
    border: 1px solid #000a12 !important;
    border-radius: 0px !important;
    background: #000a12;
    color: #fff;
    padding: 11px 33px !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize !important;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    letter-spacing: 1.3px;
    font-weight: 400;
}

.woocommerce #content .wraper_shop_single.style-six div.product div.summary,
.woocommerce .wraper_shop_single.style-six div.product div.summary,
.woocommerce-page #content .wraper_shop_single.style-six div.product div.summary,
.woocommerce-page .wraper_shop_single.style-six div.product div.summary {
    float: right;
    width: 41% !important;
    max-width: 500px;
    padding-top: 0px;
    clear: none;
    right: 0px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
/*    justify-content: center;*/
    margin-top: 100px;
    padding-right: 17px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0px;
    margin-bottom: 0px;
    background: transparent;
    padding-left: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single .woocommerce-notices-wrapper {
    margin: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs {
    padding-top: 45px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .row {
    margin-right: 0px;
    margin-left: 0px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs ul.nav-tabs {
    display: none;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content h4:after {
    content: "";
    width: 70px;
    height: 2px;
    background: #969696;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description,
.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information,
.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
    width: 33.333%;
    flex: 33.333%;
    float: left;
}

.woocommerce .wraper_shop_single.style-six .comment-text .description {
    width: 100% !important;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews {
    width: 100%;
    flex: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 0px;
}

.shop_related {
    padding-bottom: 35px;
}

.wraper_shop_single.style-two .shop_related {
    padding-bottom: 20px;
}   

.wraper_shop_single.style-six .shop_related {
/*    padding-top: 62px;*/
    width: 1290px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 7px;
    padding-right: 7px;
    float: none;
}
.wraper_shop_single.style-six .shop_related .Wplgnite-shop {
    padding-bottom: 40px;
}
.wraper_shop_single.style-six .shop_related .related.products h5 {
    padding-left: 0px;
}

@media screen and (max-width:1024px) {
    .wraper_shop_single.style-two .shop_related {
        padding-bottom: 20px;
    }

    .wraper_shop_single.style-four .shop_related {
        padding-bottom: 25px;
    }

    .wraper_shop_single.style-three .shop_related {
        padding-bottom: 35px;
    }

    .wraper_shop_single.style-six .shop_related {
        padding-top: 55px;
        padding-right: 7px;
        padding-left: 7px;
    }
    .wraper_shop_single.style-six .woocommerce-tabs.wc-tabs-wrapper {
        Padding-top: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_shop_single.style-one .shop_related {
        padding-bottom: 8px;
    }
}

@media screen and (max-width:767px) {
    .wraper_shop_single.style-four .shop_related {
        padding-bottom: 25px;
    }

    .wraper_shop_single.style-one .shop_related {
        padding-bottom: 35px;
    }

    .wraper_shop_single.style-two .shop_related {
        padding-bottom: 0px;
    }
}

.wraper_shop_single.style-five .shop_related .related {
    margin: 0 -8px;
}

.wraper_shop_single.style-five .shop_related {
    padding-bottom: 22px;
    width: 100%;
}

@media screen and (max-width:1024px) {
    .wraper_shop_single.style-five .shop_related {
        padding-bottom: 7px;
    }
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description {
    padding-right: 40px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information {
    padding: 0 20px;
}

.woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
    padding-left: 40px;
}

.wraper_shop_single.style-six #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #000a12;
    font-size: 24px; 
}

.wraper_shop_single.style-six .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
    color: #676666;
}

.shop_single_tabs #review_form #respond label {
    display: none;
}

.wraper_shop_single.style-six #review_form #respond .stars {
    display: inline-block;
    margin-top: 10px;
}

.wraper_shop_single.style-six #review_form #respond p.stars a::before {
    color: #000a12;
}

.shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    border-radius: 0px;
    background: #000a12 !important;
    color: #fff;
    border: 1px solid #000a12;
    padding: 11px 50px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #000a12 !important;
}

/* gallery style*/
.product-gallery-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rt-gallery-main {
    width: 100%;
    height: 800px;
}

.rt-gallery-main .swiper-slide.swiper-slide-prev img,
.rt-gallery-main .swiper-slide.swiper-slide-next img {
    opacity: 0.3;
}

.rt-gallery-main .swiper-slide img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.rt-gallery-main .swiper-button-prev,
.rt-gallery-main .swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 40px;
    color: #000a12;
}

.rt-gallery-main .swiper-button-prev::after,
.rt-gallery-main .swiper-button-next::after {
    font-size: 22px;
    display: none;
}

.rt-gallery-main .swiper-button-prev {
    right: auto;
    left: 0px
}

.rt-product-gallery .product-gallery-container .offer {
    position: absolute;
    top: 27%;
    left: 35%;
    z-index: 99;
    background: #000a12;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    box-shadow: 0px 0px 0px 20px rgb(0 0 0 / 15%);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        width: 100%;
        flex: 100%;
        float: left;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description {
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information {
        padding: 0px;
        padding-bottom: 20px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        padding-left: 0px;
        padding-bottom: 40px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews {
        padding-top: 0px;
        padding-bottom: 35px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews #comments {
        margin-bottom: 45px;
        padding-bottom: 45px;
    }

    .woocommerce #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page .wraper_shop_single.style-six div.product div.summary {
        width: 100% !important;
        max-width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        display: inline-block;
        margin-top: 62px;
    }
    .wraper_shop_single.style-six .woocommerce-tabs.wc-tabs-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single .rt-product-gallery {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }

    .wraper_shop_single.style-five .shop_single .summary {
        margin-bottom: 0px;
    }

    .wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs {
        margin-bottom: 45px;
    }

    .wraper_shop_single.style-five .shop_single_tabs {
        margin-top: 13px;
        margin-bottom: 40px;
    }
    .rt-gallery-main {
        width: 100%;
        height: 500px;
        max-height: 100%;
    }
    .rt-gallery-main .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0 auto;
        display: flex;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information,
    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        width: 100%;
        flex: 100%;
        float: left;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .description {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .additional_information {
        padding: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .information_products_tab {
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single_tabs .tab-content .reviews {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .woocommerce #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page #content .wraper_shop_single.style-six div.product div.summary,
    .woocommerce-page .wraper_shop_single.style-six div.product div.summary {
        width: 100% !important;
        max-width: 100%;
        padding-top: 0px;
        padding-right: 16px;
        padding-left: 16px;
        display: block;
    }

    .woocommerce .wraper_shop_single.style-six .shop_single .rt-product-gallery {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }

    .rt-gallery-main {
        width: 100%;
        height: 600px;
    }
}

.wraper_shop_main.shop-leftsidebar.shop-style-eight {
    padding-top: 74px;
    padding-bottom: 71px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-five {
/*    padding-top: 74px;*/
/*    padding-bottom: 30px;*/
}

.wraper_shop_main.shop-leftsidebar.shop-style-two {
    padding-top: 74px;
    padding-bottom: 50px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-three {
    /*padding-top: 74px;
    padding-bottom: 32px;*/
}

.wraper_shop_main.shop-topsidebar.shop-style-four {
    padding-top: 5px;
    padding-bottom: 40px;
}

.wraper_shop_main.shop-leftsidebar.shop-style-six {
/*    padding-top: 74px;*/
    padding-bottom: 54px;
}

.wraper_shop_main.shop-topsidebar.shop-style-one {
    padding-top: 74px;
    padding-bottom: 20px;
}

.wraper_shop_main.shop-topsidebar.shop-style-four .woocommerce-pagination {
    margin-bottom: 20px;
}
.wraper_shop_main.shop-leftsidebar .widget-area {
    float: left;
    padding-right: 30px;
}
.wraper_shop_main.shop-rightsidebar .widget-area {
    float: left;
    padding-left: 30px;
}
.search-results .wraper_shop_main.shop-rightsidebar .widget-area {
    padding-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_shop_main.shop-topsidebar.shop-style-four {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-eight {
        padding-top: 45px;
        padding-bottom: 42px;
    }

    .wraper_shop_main.shop-topsidebar.shop-style-four {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-six {
        padding-top: 44px;
        padding-bottom: 24px;
    }

    .wraper_shop_main.shop-topsidebar.shop-style-four .woocommerce-pagination {
        margin-bottom: 20px;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-three {
        padding-top: 44px;
        padding-bottom: 2px;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-five {
        padding-top: 44px;
        padding-bottom: 21px;
    }
}


@media only screen and (max-width: 767px) {
    .wraper_shop_main.shop-topsidebar.shop-style-four {
        padding-top: 15px !important;
        padding-bottom: 5px !important;
    }

    .wraper_shop_main.shop-topsidebar.shop-style-four .woocommerce-pagination {
        margin-bottom: 16px;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-six {
        padding-top: 44px;
        padding-bottom: 24px !important;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-three {
        padding-top: 44px !important;
        padding-bottom: 2px !important;
    }

    .wraper_shop_main.shop-leftsidebar.shop-style-five {
        padding-top: 44px;
        padding-bottom: 21px;
    }
}

/*--------------------------------------------------------------
## Product Single Page Style Six End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page Style Three
--------------------------------------------------------------*/
.single.single-product .wraper_shop_single.style-three .container {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 35px;
}
.wraper_shop_single.style-three .row {
    margin-right: 0px;
    margin-left: 0px;
}
.wraper_shop_single.style-three .rt-single-product-breadcrumb {
    padding-right: 15px;
    padding-left: 0px;
    padding-top: 75px;
    padding-bottom: 45px;
    text-align: center;
}
.wraper_shop_single.style-three .shop_single .rt-product-gallery {
    display: block;
    position: relative;
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 7px;
}

.woocommerce #content .wraper_shop_single.style-three div.product div.images,
.woocommerce .wraper_shop_single.style-three div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-three div.product div.images,
.woocommerce-page .wraper_shop_single.style-three div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.woocommerce .wraper_shop_single.style-three .shop_single span.onsale {
    background: #000a12;
    padding: 7px 20px 7px 20px;
    position: absolute;
    left: auto;
    right: 45px;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.3px;
    z-index: 1;
    border-radius: 0px;
    min-height: auto;
    min-width: auto;
    font-weight: 400;
    text-transform: capitalize;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    top: 0px;
    position: initial;
    left: 0;
    margin-top: 16px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li {
    width: 50%;
    float: left;
    overflow: hidden;
    justify-content: center;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
    height: 100%;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(1) {
    padding-right: 8px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(2) {
    padding-left: 8px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(3) {
    padding-right: 8px;
}

.woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(4) {
    padding-left: 8px;
}

.woocommerce .wraper_shop_single.style-three .shop_single .shop_single_accordion {
    width: 100%;
    float: left;
    border: 1px solid #E6E6E6;
    border-top: none;
}

.woocommerce .wraper_shop_single.style-three .shop_single .summary .quantity {
    width: 110px;
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background: #fff;
    height: calc(52px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}

.woocommerce .wraper_shop_single.style-three .shop_single .summary .quantity .input-group-addon {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
    transition: background .3s cubic-bezier(.33, 1, .40, 1);
    margin: 0;
}

.woocommerce .wraper_shop_single.style-three .shop_single .summary .quantity .input-group-addon.quantity-decrease {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-three .shop_single .summary .quantity .input-group-addon.quantity-increase {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-three .shop_single .summary .quantity .qty {
    padding: 0;
    width: 25%;
    min-width: 30px;
    max-height: 30px;
    text-align: center;
    border: 0;
    color: #000a12;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: 0 0;
}

.woocommerce .wraper_shop_single.style-three .shop_single .summary .quantity .qty::-webkit-inner-spin-button,
.woocommerce .wraper_shop_single.style-three .shop_single .summary .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .wraper_shop_single.style-three .shop_single .summary form.cart .button {
    border: 1px solid #000a12 !important;
    border-radius: 0px !important;
    background: #000a12;
    color: #fff;
    padding: 11px 33px !important;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize !important;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    letter-spacing: 1.3px;
    font-weight: 400;
}

.woocommerce .wraper_shop_single.style-three .shop_single_accordion_item button.btn {
    border-top: 1px solid #E6E6E6;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    padding: 12px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.woocommerce .wraper_shop_single.style-three .shop_single_accordion_item button.btn:focus {
    box-shadow: none !important;
}

.wraper_shop_single.style-three .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 62px;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs {
    margin-bottom: 35px;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    overflow: hidden;
    display: block;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    margin-bottom: -1px;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #000a12;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 14px;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000a12;
    padding: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #676666;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-three #myTabContent h6 {
    display: none;
}

.wraper_shop_single.style-three #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 60px;
    height: auto;
    background: #ebe9eb;
    border: none;
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
}

.wraper_shop_single.style-three #reviews #comments ol.commentlist li .comment-text p.meta {
    display: none;
}

.wraper_shop_single.style-three .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
}

.wraper_shop_single.style-three .star-rating::before {
    color: #000a12;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.wraper_shop_single.style-three #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.wraper_shop_single.style-three #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single.style-three #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 59px;
    border: none;
    border-radius: 4px;
    padding: 4px 15px 0;
}

.wraper_shop_single.style-three #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #000a12;
    font-size: 24px; 
}
.wraper_shop_single #review_form .comment-form p.stars a {
    color: #000a12;
}
.wraper_shop_single.style-three .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
    padding-left: 8px;
    padding-right: 8px;
}

.wraper_shop_single.style-three .shop_single_tabs .tab-content p a {
    color: #000a12;
}

.wraper_shop_single.style-three .shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    padding: 11px 50px;
    background: #000a12 !important;
    border: 1px solid #000a12 !important;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.wraper_shop_single.style-three .shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #000a12;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wraper_shop_single.style-three .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: absolute;
        right: 0;
        bottom: auto;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
    }

    /*.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity {
        margin: 0 0 0px 0;
    }*/

    /*.woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .qty {
        margin-right: 20px;
    }*/

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        padding-left: 0px;
        position: initial;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
        width: 100%;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        text-align: center;
        position: absolute !important;
        bottom: 10px;
        left: auto !important;
        top: auto !important;
        z-index: 9;
        width: 100%;
        margin: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single.style-three .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity {
        margin: 0 0 16px 0;
    }

    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .qty {
        margin-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(1) {
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(2) {
        padding-left: 0px;
        height: auto;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(3) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .woocommerce .wraper_shop_single.style-three div.product div.images .flex-control-thumbs li:nth-child(4) {
        padding-right: 0px;
        padding-left: 0px;
        position: initial;
    }
}

.woocommerce .wraper_shop_single.style-three li.variable-item.button-variable-item {
    width: auto !important;
}

/*--------------------------------------------------------------  
## Product Single Page Style Three End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Product Single Page Style Five Start
--------------------------------------------------------------*/
.single.single-product .wraper_shop_single.style-five .container {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
}
.wraper_shop_single.style-five .rt-single-product-breadcrumb {
    padding-right: 15px;
    padding-left: 0px;
}
.woocommerce .wraper_shop_single.style-five .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
}

.woocommerce .wraper_shop_single.style-five .star-rating::before {
    color: #000a12;
    float: left;
    top: 0;
    left: 3px;
    position: absolute;
}

.woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    margin-top: 16px;
    padding: 0;
    position: initial;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 150px;
}

.woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs li {
    width: 22.35%;
    float: left;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
    margin: 0 16px 0 0;
    height: 150px;
    overflow: hidden;
}

.woocommerce #content .wraper_shop_single.style-five div.product div.images,
.woocommerce .wraper_shop_single.style-five div.product div.images,
.woocommerce-page #content .wraper_shop_single.style-five div.product div.images,
.woocommerce-page .wraper_shop_single.style-five div.product div.images {
    width: calc(100% - 0px);
    position: relative;
    display: inline-block;
    left: 0;
    height: auto;
}

.wraper_shop_single.style-five .shop_single_tabs {
    margin-top: 13px;
    margin-bottom: 68px;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs {
    margin-bottom: 35px;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    overflow: hidden;
    display: block;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 15px;
    margin-bottom: -1px;

}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 14px;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000a12;
    padding: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a.active {
    background-color: #000a12;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a.active p {
    color: #fff !important;
}

.wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li > a p {
    color: #000a12;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wraper_shop_single.style-five #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single.style-five .shop_single_tabs .tab-content p {
    margin: 0px 0 0 0;
    font-style: normal;
    color: #676666;
}

.wraper_shop_single.style-five #reviews #comments {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 73px;
    padding-bottom: 38px;
}

.wraper_shop_single.style-five #review_form #respond .comment-reply-title {
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-weight: 400;
    font-style: normal;
    color: #000a12;
    font-size: 24px; 
}

.wraper_shop_single.style-five #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 60px;
    height: auto;
    background: #ebe9eb;
    border: none;
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
}

.wraper_shop_single.style-five #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0 0 59px;
    border: none;
    border-radius: 4px;
    padding: 4px 15px 0;
}

.wraper_shop_single.style-five .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 15px;
    width: 6.4em;
    font-family: star;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
}

.wraper_shop_single.style-five .shop_single_tabs #review_form #respond input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    padding: 11px 50px;
    background: #000a12 !important;
    border: 1px solid #000a12 !important;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

.wraper_shop_single.style-five .shop_single_tabs #review_form #respond input[type=submit]:hover {
    background: #fff !important;
    color: #000a12;
}

.wraper_shop_single.style-five #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}

.wraper_shop_single.style-five #reviews #comments ol.commentlist li .comment-text p.meta {
    display: block;
    float: left;
    width: 100%;
}
.rt-single-product-breadcrumb {
    padding-top: 90px;
    padding-bottom: 20px;
}
.wraper_shop_single.style-five #review_form #respond p.stars a::before {
    color: #000a12;
}

.wraper_shop_single.style-five .shop_single_tabs .tab-content p a:hover {
    color: #000a12;
}
 
.woocommerce .wraper_shop_single.style-five .shop_single .summary .product-price {
    margin-bottom: 20px;
}
/*.woocommerce .wraper_shop_single.style-five .shop_single .summary .price,
.woocommerce .wraper_shop_single.style-five .shop_single .summary .woocommerce-variation-price {
    margin-bottom: 0px;
}*/
.shop_single span.pquantity {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000a12;
    margin-top: 20px;
}
.woocommerce div.shop_single.product form.cart .variations td.label {
padding-right: 1em;
padding-bottom: 10px;
}
.woocommerce .wraper_shop_single.style-five .shop_single .summary .quantity {
    width: 110px;
    border: 1px solid transparent;
    border-radius: 0px;
    background: #EFEFEF;
    height: calc(52px);
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
}

.woocommerce .wraper_shop_single.style-five.shop_single .summary .quantity .input-group-addon {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .3s cubic-bezier(.33, 1, .40, 1);
    transition: background .3s cubic-bezier(.33, 1, .40, 1);
    margin: 0;
}

.woocommerce .wraper_shop_single.style-five .shop_single .summary .quantity .input-group-addon.quantity-decrease {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-five .shop_single .summary .quantity .input-group-addon.quantity-increase {
    font-size: 0px;
}

.woocommerce .wraper_shop_single.style-five .shop_single .summary .quantity .qty {
    padding: 0;
    width: 25%;
    min-width: 30px;
    max-height: 30px;
    text-align: center;
    border: 0;
    color: #000a12;
    outline: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: 0 0;
}

.woocommerce .wraper_shop_single.style-five .shop_single .summary .quantity .qty::-webkit-inner-spin-button,
.woocommerce .wraper_shop_single.style-five .shop_single .summary .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media screen and (max-width: 479px) {
    .wraper_shop_single .container {
        padding-top: 80px;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
        max-width: calc(100% - 30px) !important;
    }
}

@media screen and (max-width: 767px) {
    .wraper_shop_single .container {
        padding-top: 80px;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
        max-width: calc(100% - 30px) !important;
    }
    .single.single-product .wraper_shop_single.style-five .container .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .woocommerce .wraper_shop_single.style-six .container {
        padding-bottom: 30px;
    }

    .wraper_shop_single.style-two .container {
        padding-bottom: 5px;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-top: 0;
    }

    .shop_single .summary .woocommerce-product-details__short-description .product-services p,
    .shop_single .summary .woocommerce-product-details__short-description .product-highlights p {
        width: 90px !important;
    }

    .wraper_shop_single.style-five .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .wraper_shop_single.style-five .shop_single_tabs > ul.nav-tabs > li {
        width: 100%;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single span.onsale {
        left: auto;
        right: 15px;
    }

    .rt-product-gallery .flex-direction-nav {
        display: none;
    }

    .woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none !important;
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        max-width: 80px;
        vertical-align: middle;
        margin-bottom: 0 !important;
        margin: 0px;
        cursor: pointer;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-decrease,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .input-group-addon.quantity-increase,
    .woocommerce .wraper_shop_single.style-three .shop_single > .summary .quantity > .input-group-addon.quantity-increase {
        position: initial;
        right: 0;
        top: 0;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single > .summary .quantity > .qty {
        margin: 0px;
    }

   .shop_single .summary .woocommerce-variation-availability {
      margin-bottom: 20px !important;
      margin-top: 20px !important;}
   
}

@media screen and (min-width: 768px) and (max-width: 1024px) {


    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin-top: 0;
    }

    .wraper_shop_single.style-five .shop_single .rt-product-gallery {
        width: 100%;
        padding: 0;
    }

    .woocommerce .wraper_shop_single.style-five .shop_single span.onsale {
        left: auto;
        right: 15px;
    }

    .rt-product-gallery .flex-direction-nav {
        display: none;
    }

    .woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs {
        display: block;
        float: none;
        width: auto;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: auto;
        top: auto;
        z-index: 9;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .woocommerce .wraper_shop_single.style-five div.product div.images .flex-control-thumbs li {
        position: relative;
        float: none !important;
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        max-width: 80px;
        vertical-align: middle;
        margin-bottom: 0 !important;
        margin: 0px;
        cursor: pointer;
    }
}

/*--------------------------------------------------------------
## Product Single Page Style Five End
--------------------------------------------------------------*/

.Wplgnite-shop-box .holder span.percent-off {
    display: none !important;
}
.shop_single .summary .woocommerce-variation-availability .in-stock, .shop_single .summary .woocommerce-variation-availability .out-of-stock,
.shop_single .summary .in-stock, .shop_single .summary .out-of-stock{
    position: relative;
    display: inline-block;
    padding-left: 23px;
}
.shop_single .summary .woocommerce-variation-availability .in-stock:before, .shop_single .summary .woocommerce-variation-availability .out-of-stock:before, .shop_single .summary .in-stock:before,
.shop_single .summary .out-of-stock:before {
    content: "";
    background-image: url(../images/tick-stock.png);
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
}
 .shop_single .summary .woocommerce-variation-availability .out-of-stock:before, .shop_single .summary .out-of-stock:before{
    background-image: url(../images/cross-out-stock01.png);
 }
.shop_single .summary .woocommerce-variation-availability p.in-stock, .shop_single .summary .woocommerce-variation-availability p.out-of-stock, .shop_single .summary p.in-stock,
.shop_single .summary p.out-of-stock{
    font-size: inherit !important;
    font-weight: 500 !important;
    color: #000a12;
}
.shop_single .summary .woocommerce-variation-availability p.out-of-stock, .shop_single .summary p.out-of-stock{
    color: #b91400;
}
.shop_single .summary .woocommerce-variation-availability p.in-stock span, .shop_single .summary p.in-stock span{
    color: #4bae4f;
    font-size: 1.05rem;}

.tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
    display:none;
}
.tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart{
    margin-top: 15px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: inherit;}
.woocommerce table.shop_attributes td{
    font-style: normal;
}

/*style-five*/

.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart div.quantity .qty::-webkit-inner-spin-button,
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart div.quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart div.quantity input.input-text.qty {
    height: calc(33px);
    border: none;
}
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart div.quantity {
    margin: 0px 16px 0px 0px;
    display: inline-flex;
}
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart div.quantity {
    border-radius: 0px;
    background: #DEE9D2;
      position: absolute;
      bottom: 60px;
      right:0;
      margin-bottom: 25px;
}
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart .quantity {
    width: 95px;
    border-radius: 0px;
    background: #fff;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
      height: calc(35px);
}
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart .plus, 
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart .minus {
    display: flex;
    cursor: pointer;
}
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart .minus {
    position: absolute;
    left: 3px;   
}
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart .plus {
    position: absolute;
    right: 3px;    
}
.product-box.woocommerce.element-two .product-item .holder .product-description form.cart button.button{
    width:100%;
    background-color:#000
}
.product-box.woocommerce.element-two .product-item .holder .product-description .cart button.button.alt {
    background-color: #DEE9D2;
      color:#81B441;
      border:none;
      text-transform:uppercase;
      font-weight:500;
      font-family:inherit;
      letter-spacing:0.5px;
      margin-top: 20px;
}
.product-box.woocommerce.element-two .product-item .holder .product-description .product-title a {
    color: #000a12;
}
.product-box.woocommerce.element-two .product-item .holder .product-description .procat a {
    color: #8E8E8E;
    font-family: inherit;
    font-size: inherit;
}
.product-box.woocommerce.element-two .product-item .holder .product-description .product-price ins bdi,
.product-box.woocommerce.element-two .product-item .holder .product-description .price-holder p.main-price span bdi {
    color: #81B441;
    font-size: 1.25rem; }
.product-box.woocommerce.element-two .product-item .holder .product-description .price-holder .main-price p{
    color: #81B441;
}
.product-box.woocommerce.element-two .product-item .holder .product-description .product-price del bdi,
.product-box.woocommerce.element-two .product-item .holder .product-description .price-holder p.main-price span bdi{
    color: #8E8E8E; }
.product-box.woocommerce.element-two .product-item .holder .product-description .price-holder p:last-child{
    width:50%;
    margin:0;
}
.product-box.woocommerce.element-two .product-item-box .holder .pic {  
    margin: 15px 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.product-box.woocommerce.element-two .product-item-box .holder .pic img {
    height: 180px;
    width: 100%;
    object-fit: contain;
    align-items: center;
    display: flex;
}
.row.product-box.woocommerce.element-two .product-item-box.col-md-3, .row.product-box.woocommerce.element-two .product-item-box-dummy-4,
.product-box.element-two.woocommerce.element-two .col-md-6, .product-box.element-two.woocommerce.element-two .product-item-box-dummy-2{
    width: 308px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    flex: 0 0 308px;
    border: 1px solid #E6E6E6;
    padding: 15px;
    margin-bottom: 30px;
}
.row.product-box.woocommerce.element-two .product-item-box-dummy-4, .product-box.element-two.woocommerce.element-two .product-item-box-dummy-2{
    border:0;
    padding: 0;
    margin-bottom: 0px;
}
@media screen and (max-width:767px){
    .product-box.woocommerce.element-two .product-item-box {
      padding: 15px !important;}
    .product-box.element-two .col-md-3:nth-child(odd), .product-box.element-two .col-md-4:nth-child(odd), .product-box.element-two .col-md-6:nth-child(odd) {
    padding-right: 15px !important;
    padding-left: 15px !important;}
   .product-box.woocommerce.element-two .product-item-box .holder .pic img , .product-box.woocommerce.element-two .product-item-box .holder .pic{
    width: 100%;
    height: 120px;
    max-width: 100%;
    object-fit: contain;
    }
    .product-box.woocommerce.element-two .colmd2, .product-box.woocommerce.element-two .col-md-3, .product-box.woocommerce.element-two .col-md-4, .product-box.woocommerce.element-two .col-md-6, 
    .row.product-box.woocommerce.element-two .product-item-box.col-md-4, 
    .row.product-box.woocommerce.element-two .product-item-box-dummy-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45% !important;
        flex: 0 0 45% !important;
        max-width: 45% !important;
        flex-direction: row;}
        .product-box.woocommerce.element-two .product-item .holder .product-description .cart button.button.alt{
       padding: 11px 11px 11px 11px;}
    .product-box.woocommerce.element-two .product-item .holder .product-description p.procat {
    display: none;}
}
@media screen and (max-width:1024px){
.product-box.woocommerce.element-two .product-item-box .holder .product-description form.cart div.quantity {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 0;}
    .product-box.woocommerce.element-two .product-item .holder .product-description .price-holder p:last-child {
    width: 100%;
    margin-bottom: 15px;}
    .product-box.woocommerce.element-two .product-item .holder .product-description .cart button.button.alt{
    padding: 11px 15px 11px 15px;}
    }
}
