* {
    margin: unset;
}

.product-box.woocommerce .variable-prices{
    display:none;
}

.woocommerce span.onsale{
    font-weight: 500;
}

/*--------------------------------------------------------------
#Product Box element one
--------------------------------------------------------------*/
.product-box.element-one .product-item {
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}

.product-box.element-one.row {
    margin-right: 0;
    margin-left: 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);
}

.product-box.element-one .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: .42s ease-out;
    -webkit-transition: .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(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);

}

.product-box.element-one .product-item .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(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}

.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: 30px 0 15px 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    /*height: 139px;*/
}

.product-box.element-one .product-item .holder:hover .product-description {
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%);
}

.product-box.element-one .product-item .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;
}

.product-box.element-one .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist {
    margin: 0px;
}

.product-box.element-one .product-item .holder .product-description .action-buttons .button.yith-wcqv-button,
.product-box.element-one .product-item .holder .product-description .action-buttons .tinv-wishlist a,
.product-box.element-one .product-item .holder .product-description .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-box.element-one .product-item .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: #000;
    background: #fff;
    box-shadow: 0 0 4px rgba(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;
}

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

.product-box.element-one .product-item .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;
}

.product-box.element-one .product-item .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;
}

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

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

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

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

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

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

.product-box.element-one .product-item .holder .product-description .product-brand {
    margin: 0 0 7px 0;
    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 4px;
}

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

.product-box.element-one .product-item .holder .product-description .product-price {
    margin-bottom: 10px;
    /*width: 100%;
    float: left;*/
}

.product-box.element-one .product-item .holder .product-description .meta-wrapper {
    margin-bottom: 10px;
}

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

.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: 0.6;
    padding-right: 8px;
}

.product-box.element-one .product-item .holder .product-description .product-price .price {
    margin-bottom: 0px;
}

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

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

.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 .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 6.9em;
    font-family: star;
    margin-bottom: 15px;
    letter-spacing: 4.3px;
    display: none;
}

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

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

.product-box.element-one .product-item .holder .product-description .add-bag {
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

.product-box.element-one .product-item .holder .product-description .add-bag a,
.product-box.element-one .product-item .holder .add-bag .button {
    background: #363940;
    color: #fff;
    padding: 11px 33px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #363940;
    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;
}

.product-box.element-one .product-item .holder .product-description .add-bag a:hover,
.product-box.element-one .product-item .holder .add-bag .button:hover {
    color: #272727;
    background: #fff;
    border: 1px solid #272727;
}

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

.product-box.element-one .product-item .holder .product-description .add-bag a:before,
.product-box.element-one .product-item .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce-white.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-one .product-item .holder .product-description .add-bag a:hover:before,
.product-box.element-one .product-item .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce-black.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

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

.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: 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-one .product-item .holder .color-swatch .color:hover,
.product-box.element-one .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    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 #272727;
    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;
}

/*pagination*/

.product-navigation-style-one .swiper-button-prev,
.product-navigation-style-one .swiper-button-next {
    background-image: none;
}

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

.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 {
    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 {
    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%;
}

@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% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
        flex-direction: row;
    }
}

@media screen and (max-width: 767px) {
    .product-box.element-one .product-item .holder .product-description .add-bag a {
        padding: 11px 11px;
    }

    .product-box.element-one .col-md-3,
    .product-box.element-one .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.element-one .col-md-3:nth-child(odd),
    .product-box.element-one .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.element-one .col-md-3:nth-child(even),
    .product-box.element-one .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 Two
--------------------------------------------------------------*/
.product-box.element-two .col-md-6,
.product-box.element-two .col-md-3 {
    padding: 0;
}

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

.product-box.element-two .product-item {
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*display: flex;*/
    -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;
    /*box-shadow: 0 0px 20px rgba(0, 0, 0, 0.03);*/
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

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

.product-box.element-two .product-item .holder {
    position: relative;
    overflow: hidden;
    margin: 15px 15px;
    transition: all 0.3s ease-in-out;
    background: #f6f6f3;
}

.product-box.element-two .product-item .holder:hover {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.22);
}

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

.product-box.element-two .product-item .holder .pic img {
    width: 100%;
    float: left;
    transform: translate3d(0px, 0px, 0px);
    transition: .42s ease-out;
    -webkit-transition: .42s ease-out;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}

.product-box.element-two .product-item .holder:hover .pic img {
    -webkit-transform: scale(.70) translate3d(0px, 0px, 0px);
    -ms-transform: scale(.70) translate3d(0px, 0px, 0px);
    transform: scale(.70) translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
    -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93), -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
}

.product-box.element-two .product-item .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 .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;*/
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    /*transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;*/
    /*height: 139px;*/
}

.product-box.element-two .product-item .holder:hover .product-description {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

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

.product-box.element-two .product-item .holder .action-buttons .button.yith-wcqv-button,
.product-box.element-two .product-item .holder .action-buttons .tinv-wishlist a,
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-box.element-two .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, .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;
}

.product-box.element-two .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-two .product-item .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;
}

.product-box.element-two .product-item .holder:hover .action-buttons .button.yith-wcqv-button,
.product-box.element-two .product-item .holder:hover .action-buttons .tinv-wishlist a,
.product-box.element-two .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-box.element-two .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;
}

.tinvwl-tooltip {
    display: none;
}

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

.product-box.element-two .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.product-box.element-two .product-item .holder .action-buttons .button.yith-wcqv-button:hover,
.product-box.element-two .product-item .holder .action-buttons .tinv-wishlist a:hover,
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse 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-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback,
.product-box.element-two .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

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

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

.product-box.element-two .product-item .holder .product-description .product-brand {
    margin: 0 0 10px;
}

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

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

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

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

.product-box.element-two .product-item .holder .product-description .product-price del,
.product-box.element-two .product-item .holder .product-description .price del {
    margin-left: 5px;
    opacity: 0.6;
}

.product-box.element-two .product-item .holder .product-description .meta-wrapper {
    margin-bottom: 10px;
}

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

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

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

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

.product-box.element-two .product-item .holder .product-description .add-bag {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

.product-box.element-two .product-item .holder .product-description .add-bag a,
.product-box.element-two .product-item .holder .product-description .add-bag .button {
    position: relative;
    border: 1px solid #272727;
    background: #272727;
    color: #fff;
    padding: 11px 33px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    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;
}

.product-box.element-two .product-item .holder .product-description .add-bag a:hover,
.product-box.element-two .product-item .holder .product-description .add-bag .button:hover {
    color: #363940;
    background: #fff;
    border: 1px solid #363940;
}

.product-box.element-two .product-item .holder .product-description .add-bag a:before,
.product-box.element-two .product-item .holder .product-description .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce-white.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-two .product-item .holder .product-description .add-bag a:hover:before,
.product-box.element-two .product-item .holder .product-description .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce-black.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

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

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

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

.product-box.element-two .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-two .product-item .holder .color-swatch .color:hover,
.product-box.element-two .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-two .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-two .product-item .holder .color-swatch div {
    position: relative;
}

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

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

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

.product-box.element-two .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-two .product-item .holder .color-swatch .color:hover,
.product-box.element-two .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-two .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-two .product-item .holder .color-swatch div {
    position: relative;
}

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

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

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

}


@media screen and (max-width: 767px) {
    .product-box.element-two .product-item .holder:hover .product-description {
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }

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

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

    .product-box.element-two .product-item .holder .product-description {
        padding: 15px;
    }

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

    .product-box.element-two .col-md-3,
    .product-box.element-two .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-two .col-md-3:nth-child(odd),
    .product-box.element-two .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

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

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

    .product-box.element-two .product-item .holder .action-buttons,
    .product-box.element-two .product-item .holder .add-bag,
    .woocommerce.element-two span.onsale,
    .woocommerce.element-eight span.onsale,
    .woocommerce.element-three span.onsale {
        display: none;
    }
}

/*--------------------------------------------------------------
# Product box element three
--------------------------------------------------------------*/
.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;
}

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

.product-box.element-three .product-item .holder {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 40px;*/
    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, .44, 1.18);
}

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

.product-box.element-three .product-item .holder .pic:hover img.primary-img {
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 0.5s ease, transform 2s cubic-bezier(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;
    /*-ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
    transition: 0.5s ease, transform 2s cubic-bezier(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, .44, 1.18);
    background-color:#efddc1;
}

.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: 10px 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;
    right: 22px;
    margin: 0 auto;
    top: 20px;
}

.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, .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-woocommerce.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 .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-woocommerce-black.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;
}

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

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

.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-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.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: 14px;
    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 10px;
}

.product-box.element-three .product-item .holder .product-description .product-price,
.product-box.element-three .product-item .holder .product-description .price {
    word-break: break-word;
}

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

.product-box.element-three .product-item .holder .product-description .product-title a:hover{
	color:#30353b;
}

.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: 0.6;
    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 #272727;
    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 #272727;
    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 four
--------------------------------------------------------------*/
.product-box.element-four .product-item {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    /*height: 550px;*/
}

@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;
    /*display: flex;
    justify-content: space-between;*/
}

.row.product-box.element-four .product-item-box.colmd2,
.row.product-box.element-four .product-item-box-dummy-5 {
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

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

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

.product-box.element-four .product-item .holder,
.product-box.element-four .product-item .content-wrapper {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 40px;*/
    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;
}

.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, .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, .44, 1.18);
    transform: translate3d(0px, 0px, 0px);
    background-color:#f3f3f3;
}

.product-box.element-four .product-item .holder .pic:hover img.primary-img,
.product-box.element-four .product-item .content-wrapper .thumbnail-wrapper .pic:hover img.primary-img {
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(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, .44, 1.18);
    background-color:#f3f3f3;
}

.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, .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 #272727;
    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: #363940;
    background: #fff;
    box-shadow: 0 0 4px rgba(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;
    outline: 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-woocommerce.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-woocommerce-black.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: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);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

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

.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-white.svg);
    width: 16px;
    height: 16px;
    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: #363940;
    border: 1px solid #363940;
    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;
}

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

.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: 0.6;
    padding-right: 8px;
}

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

.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 #272727;
}

.product-box.element-four .product-item .holder .product-description .add-bag {
    border: none;
    background: #272727;
    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;
    }

}

/*--------------------------------------------------------------
# Product box element five
--------------------------------------------------------------*/
.product-box.element-five .col-md-6,
.product-box.element-five .col-md-4,
.product-box.element-five .col-md-3 {
    padding: 0;
}

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

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

/*.product-box.element-five .product-item .holder:hover {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.11);
}*/
.product-box.element-five .product-item .holder {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 40px;*/
    transition: all 0.3s ease-in-out;
    /*margin: 15px 15px;*/
    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 span.onsale {
    position: absolute;
    text-align: center;
    background-color: #77a464;
    height: 45px;
    width: 45px;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    z-index: 3;
}
.product-box.element-five .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.3s ease;
}

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

.product-box.element-five .product-item .holder .pic:hover img.primary-img {
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0, 0, .44, 1.18);
}

.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;
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0, 0, .44, 1.18);
    background: #f6f6f6;
    transform:scale(1);
}

.product-box.element-five .product-item .holder .pic:hover img.primary-hover-img {
    opacity: 1;
    visibility: visible;
    transform:scale(1.3);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(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 span.variable-prices.hidden {
    display: none;
}

.product-box.element-five .product-item .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 .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    /*height: 139px;*/
}

.product-box.element-five .product-item .holder .action-buttons {
    position: absolute;
    right: 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: #272727;
    background: #f3f3f3;
    box-shadow: 0 0 4px rgba(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);
}

.product-box.element-five .product-item .holder .action-buttons .tinv-wishlist a:before {
    position: absolute;
    content: "";
    background: url(../images/view.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/star.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/view2.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.product-box.element-five .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/star2.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.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: #141414;
    border: 1px solid #141414;
    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: #141414;
    border: 1px solid #141414;
}

.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: #30353b;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.product-box.element-five .product-item .holder .product-description .price {
    color: #30353b;
    font-size: 16px;
    line-height: 30px;
}

.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;
    /*    display: none;*/
}

.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: 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: 0.6;
}

.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: 12px;
    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: #272727;
    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: #272727;
}

.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: #ffffff;
    color: #272727;
    border: 0;
    padding: 11px 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    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:before,
.product-box.element-five .product-item .holder .add-bag .button:before{
    content: "";
    background: url(../images/shopping-bag-woocommerce-black.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-white.svg);
    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 a:hover,
.product-box.element-five .product-item .holder .add-bag .button:hover {
    background: #141414;
    color: #fff;
}

.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-white.svg);
    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-woocommerce-black.svg);
    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: 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 #272727;
    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: flex;
    flex-direction: row;
    justify-content: center;
    display: none;
}

.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 #272727;
    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: 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-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 .product-item {
        width: 100%;
    }

    .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 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        flex-direction: row;
    }


    .product-box.element-five .col-md-4:nth-child(odd),
    .product-box.element-five .col-md-6:nth-child(odd) {
        padding-right: 0px !important;
        padding-left: 0px !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: 0px !important;
        padding-right: 0px !important;
    }

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

@media screen and (max-width:767px) {
    .product-box.element-five .product-item {
        width: 100%;
    }

    .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 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        flex-direction: row;
    }


    .product-box.element-five .col-md-4:nth-child(odd),
    .product-box.element-five .col-md-6:nth-child(odd) {
        padding-right: 0px !important;
        padding-left: 0px !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: 0px !important;
        padding-right: 0px !important;
    }

}



/*--------------------------------------------------------------
# Product box element six
--------------------------------------------------------------*/
.product-box.element-six .product-item {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}

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

.product-box.element-six .col-md-3 {
    padding: 0 15px;
}

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

.product-box.element-six .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-six .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.1s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.product-box.element-six .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    transition: opacity 0.1s ease;
}

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

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

.product-box.element-six .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-six .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-six .product-item .holder .product-description {
    background: #fff;
    text-align: center;
    padding: 10px 0 15px 0;
}

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

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

.product-box.element-six .product-item .holder .action-buttons {
    position: absolute;
    left: 20px;
    margin: 0 auto;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.product-box.element-six .product-item .holder .action-buttons .button-area {
    list-style: none;
    display: contents;
    margin: 0;
    border-radius: 50px;
    overflow: hidden;
}

.product-box.element-six .product-item .holder .action-buttons .button-area .button.yith-wcqv-button,
.product-box.element-six .product-item .holder .action-buttons .button-area a.rt-add-to-cart,
.product-box.element-six .product-item .holder .action-buttons .button-area .tinv-wishlist a {
    z-index: 9;
    background: #fff;
    color: #272727;
    border: 1px solid #f1f1f1;
    margin: 0 0 15px 0;
    padding: 12px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    border-radius: 50px;
    white-space: nowrap;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}

.product-box.element-six .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;
}

.product-box.element-six .product-item .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;
}

.product-box.element-six .product-item .holder .action-buttons a:before {
    position: absolute;
    content: "";
    background: url(../images/shopping-bag-woocommerce-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.product-box.element-six .product-item .holder:hover .action-buttons .button-area .button.yith-wcqv-button,
.product-box.element-six .product-item .holder:hover .action-buttons .button-area a.rt-add-to-cart,
.product-box.element-six .product-item .holder:hover .action-buttons .button-area .tinv-wishlist a {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.product-box.element-six .product-item .holder:hover .action-buttons .quick-view,
.product-box.element-six .product-item .holder:hover .action-buttons a.rt-add-to-cart,
.product-box.element-six .product-item .holder:hover .action-buttons .tinv-wishlist a {
    opacity: 1;
    -webkit-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .95s cubic-bezier(.18, .74, .58, 1);
    transition: all .95s cubic-bezier(.18, .74, .58, 1);
}

.product-box.element-six .product-item .holder .action-buttons .button.yith-wcqv-button:hover: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;
}

.product-box.element-six .product-item .holder .action-buttons a:hover:before {
    position: absolute;
    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;
}

.product-box.element-six .product-item .holder .action-buttons a:hover:before {
    display: none
}

.product-box.element-six .product-item .holder .action-buttons .button-area .yith-wcwl-wishlistaddedbrowse span.feedback,
.product-box.element-six .product-item .holder .action-buttons .button-area .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.product-box.element-six .product-item .holder .action-buttons .button-area i {
    display: none;
}

.product-box.element-six .product-item .holder .action-buttons .button-area .yith-wcwl-add-to-wishlist {
    margin: 0px;
}

.product-box.element-six .product-item .holder .action-buttons .button-area .button.yith-wcqv-button,
.product-box.element-six .product-item .holder .action-buttons .button-area a.rt-add-to-cart,
.product-box.element-six .product-item .holder .action-buttons .button-area .tinv-wishlist {
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
    outline: none;
}

.product-box.element-six .product-item .holder .action-buttons .button-area:hover .button.yith-wcqv-button,
.product-box.element-six .product-item .holder .action-buttons .button-area:hover a.rt-add-to-cart,
.product-box.element-six .product-item .holder .action-buttons .button-area:hover .tinv-wishlist a {
    color: #fff;
    background: #272727;
    border: 1px solid #272727;
    max-width: 200px;
    width: 100%;
    padding-right: 15px;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
    outline: none;
}

.product-box.element-six .product-item .holder .action-buttons .tinv-wishlist:hover a {
    color: #fff;
    /*background: #272727;*/
}

.product-box.element-six .product-item .holder .action-buttons .button-area a span,
.product-box.element-six .product-item .holder .action-buttons .button-area .tinv-wishlist a span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}

.product-box.element-six .product-item .holder .action-buttons .button-area:hover a span,
.product-box.element-six .product-item .holder .action-buttons .button-area .tinv-wishlist a:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
    transition: all .45s cubic-bezier(.18, .74, .58, 1);
}

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

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

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

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

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

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

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

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

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

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

.product-box.element-six .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-six .product-item .holder .color-swatch .color:hover,
.product-box.element-six .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-six .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;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 30%);
}

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

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

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

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

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

    .product-box.element-six .col-md-3,
    .product-box.element-six .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-six .col-md-3:nth-child(odd),
    .product-box.element-six .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

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

    .product-box.element-six .product-item {
        margin-bottom: 16px;
    }
}

/*--------------------------------------------------------------
# Product Box element seven
--------------------------------------------------------------*/
.product-box.element-seven.row {
    margin-right: 0px;
    margin-left: 0px;
}

.product-box.element-seven .product-item {
    margin-bottom: 16px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    background: #f1f1f1;
    padding: 6px 12px 6px 6px;
    width: 100%;
    margin-left: 0px;
    transition: all 0.3s ease-in-out;
}

.product-box.element-seven.row .product-item:last-child {
    margin-bottom: 0px;
}

.product-box.element-seven .product-item:hover {
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
}

.product-box.element-seven .product-item .holder {
    position: relative;
    overflow: hidden;
    /*margin-bottom: 40px;*/
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-box.element-seven .product-item .holder .pic {
    flex-shrink: 0;
    margin: 0 5px 0 0;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    height: 100px;
    width: 100px;
}

.product-box.element-seven .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
    overflow: hidden;
    /*height: 100%;*/
    object-fit: cover;
}

.product-box.element-seven .product-item .holder .pic img.primary-img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

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

.product-box.element-seven .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-seven .product-item .holder .product-description {
    text-align: left;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    vertical-align: top;
    margin-left: 15px;
}

.product-box.element-seven .product-item .holder .product-description .product-description-inner {
    margin: 0px;
}

.product-box.element-seven .product-item .holder .action-buttons {
    /*position: absolute;*/
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 30px;
}

.product-box.element-seven .product-item .holder .action-buttons a.button,
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart,
.product-box.element-seven .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist {
    position: relative;
    display: inline-block;
    color: #272727;
    font-size: 14px;
    line-height: 24px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9;

}

.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart {
    position: relative;
    display: inline-block;
}

.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart span:after,
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart:hover span::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart:hover span:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

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

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

.product-box.element-seven .product-item .holder .action-buttons a.button:focus,
.product-box.element-seven .product-item .holder .action-buttons a.rt-add-to-cart:focus,
.product-box.element-seven .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist:focus,
.product-box.element-seven .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist a:before {
    outline: none;
    border: none;
}

.product-box.element-seven .product-item .holder .product-description .product-brand a {
    /*margin: 0;*/
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
}

.product-box.element-seven .product-item .holder .product-description .product-title a {
    margin: 0 0 10px;
    font-weight: 500;
    text-transform: capitalize;
    color: #272727;
    font-size: 16px;
    line-height: 27px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
}

.product-box.element-seven .product-item .holder .product-description .product-title {
    transition: all 0.3s ease-in-out;
    margin: 0px;
    line-height: 1;
}

.product-box.element-seven .product-item .holder .product-description .product-price,
.product-box.element-seven .product-item .holder .product-description .price {
    margin: 0px;
    font-size: 15px;
    line-height: 27px;
    word-break: break-word;
}

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

.product-box.element-seven .product-item .holder .product-description .product-price del,
.product-box.element-seven .product-item .holder .product-description .price del {
    margin-right: 8px;
    opacity: 0.6;
}

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

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

.product-box.element-seven .product-item .holder .product-description .add-bag {
    border: none;
    background: #000;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-style: italic;
    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-seven .product-item .holder:hover .product-description .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

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

/*--------------------------------------------------------------
# Product box element eight
--------------------------------------------------------------*/
.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;
}

.row.product-box.element-eight .product-item-box.colmd2,
.row.product-box.element-eight .product-item-box-dummy-5 {
    width: 247px;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 0 0 247px;
    max-width: 100%;
}

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

.product-box.element-eight .product-item {
    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);
}

.product-box.element-eight .product-item .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)
}

.product-box.element-eight .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-eight .product-item .holder .pic img {
    width: 100%;
    float: left;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

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

.product-box.element-eight .product-item .holder .pic:hover img.primary-img {
    opacity: 0;
    transition: opacity 0.3s ease,transform 2s cubic-bezier(0,0,.44,1.18);
}

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

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

.product-box.element-eight .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-eight .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-eight .product-item .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 .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

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

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

.product-box.element-eight .product-item .holder .action-buttons .button.yith-wcqv-button,
.product-box.element-eight .product-item .holder .action-buttons .tinv-wishlist a,
.product-box.element-eight .product-item .holder .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-box.element-eight .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: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(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);
}

.product-box.element-eight .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-eight .product-item .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;
}

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

.product-box.element-eight .product-item .holder:hover .action-buttons .button,
.product-box.element-eight .product-item .holder:hover .action-buttons .tinv-wishlist a,
.product-box.element-eight .product-item .holder:hover .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-box.element-eight .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-eight .product-item .holder .action-buttons .tinv-wishlist:hover a:before {
    background: url(../images/heart-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.product-box.element-eight .product-item .holder .action-buttons .button.yith-wcqv-button:hover:before {
    background: url(../images/eye-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-box.element-eight .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-eight .product-item .holder:hover .add-bag {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateY(0px);
}

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

.product-box.element-eight .product-item .holder .add-bag a,
.product-box.element-eight .product-item .holder .add-bag .button {
    background: rgba(255, 255, 255, 0.8);
    color: #272727;
    border: none;
    padding: 11px 11px;
    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;
}

.product-box.element-eight .product-item .holder .add-bag a:hover,
.product-box.element-eight .product-item .holder .add-bag .button:hover {
    background: #272727;
    color: #fff;
    border: none;
}

.product-box.element-eight .product-item .holder .add-bag a:before,
.product-box.element-eight .product-item .holder .add-bag .button:before {
    content: "";
    background: url(../images/shopping-bag-woocommerce-black.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-eight .product-item .holder .add-bag a:hover:before,
.product-box.element-eight .product-item .holder .add-bag .button:hover:before {
    background: url(../images/shopping-bag-woocommerce-white.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
}

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

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

.product-box.element-eight .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-eight .product-item .holder .color-swatch .color:hover,
.product-box.element-eight .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-eight .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-eight .product-item .holder .color-swatch div {
    position: relative;
}

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

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

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

.product-box.element-eight .product-item .holder .color-swatch .color {
    border: 1px solid #d2d1d1;
    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-eight .product-item .holder .color-swatch .color:hover,
.product-box.element-eight .product-item .holder .color-swatch .color.active {
    border: 1px solid #272727;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.076, 1);
}

.product-box.element-eight .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-eight .product-item .holder .color-swatch div {
    position: relative;
}

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

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

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .product-box.element-eight .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-eight .product-item .holder .action-buttons {
        display: none;
    }
}

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

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

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

    .product-box.element-eight .col-md-3,
    .product-box.element-eight .col-md-6,
    .product-box.element-eight .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-eight .col-md-3:nth-child(odd),
    .product-box.element-eight .col-md-6:nth-child(odd) {
        padding-right: 8px !important;
        padding-left: 0px !important;
    }

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

/*--------------------------------------------------------------
#Product Box Element Nine Start
--------------------------------------------------------------*/
.swiper.product-box.element-nine {
    width: 100%;
    height: 100%;
}

.swiper.product-box.element-nine .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper.product-box.element-nine .swiper-wrapper .swiper-slide .holder {
    display: flex;
    flex-direction: column;
}

.swiper.product-box.element-nine .holder .pic {
    position: relative;
    background: #ffffff;
}

.swiper.product-box.element-nine .holder .pic img {
    display: block;
/*    width: 317px;*/
    height: auto;
    object-fit: cover;
}

.swiper.product-box.element-nine .holder .onsale {
    display: none;
}

.swiper.product-box.element-nine .holder .action-buttons {
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: 50px;
}

.swiper.product-box.element-nine .swiper-wrapper .holder .button.yith-wcqv-button,
.swiper.product-box.element-nine .swiper-wrapper .holder .tinv-wishlist a,
.swiper.product-box.element-nine .swiper-wrapper .holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.swiper.product-box.element-nine .swiper-wrapper .holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #272727;
    background: #fff;
    box-shadow: 0 0 4px rgba(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;
    visibility: hidden;
    transform: translateX(0);
    -webkit-transform: translateX(-12px);
    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(0);
}

.swiper.product-box.element-nine .swiper-wrapper .holder:hover .button.yith-wcqv-button,
.swiper.product-box.element-nine .swiper-wrapper .holder:hover .tinv-wishlist a,
.swiper.product-box.element-nine .swiper-wrapper .holder:hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.swiper.product-box.element-nine .swiper-wrapper .holder:hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-25px);
}

.swiper.product-box.element-nine .holder .action-buttons .button:hover,
.swiper.product-box.element-nine .holder .action-buttons .tinv-wishlist a:hover {
    color: #fff;
    background: #141414;
    border: 1px solid #141414;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.swiper.product-box.element-nine .holder .action-buttons .tinv-wishlist a::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/03/view.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0px;
}

.swiper.product-box.element-nine .holder .action-buttons .tinv-wishlist:hover a::before {
    background: url(/wp-content/uploads/2022/03/view2.svg);
    background-size: auto;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.swiper.product-box.element-nine .holder .action-buttons .button.yith-wcqv-button::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/03/star.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.swiper.product-box.element-nine .holder .action-buttons .button.yith-wcqv-button:hover::before {
    background: url(/wp-content/uploads/2022/03/star2.svg);
    background-size: auto;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.swiper.product-box.element-nine .holder .action-buttons .tinvwl-tooltip {
    display: none;
}

.swiper.product-box.element-nine .holder .add-bag {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    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(0);
}

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



.swiper.product-box.element-nine .holder .add-bag a {
    background: rgba(255, 255, 255, 1);
    color: #272727;
    border: 0;
    padding: 14px 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    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;
}

.swiper.product-box.element-nine .holder .add-bag a {
    background: #30353b;
    color: #fff;
}

.swiper.product-box.element-nine .holder .add-bag .quantity {
    display: none;
}


.swiper.product-box.element-nine .holder .product-description .product-title {
    padding: 15px 0 10px;
}

.swiper.product-box.element-nine .holder .product-description .product-title a {
    word-wrap: break-word;
    text-decoration: none;
    color: #30353b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.swiper.product-box.element-nine .holder .product-description .price {
    word-wrap: break-word;
    color: #30353b;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.swiper.product-box.element-nine .holder .product-description .price del,
.swiper.product-box.element-nine .holder .product-description .price .percent-off {
    display: none;
}

.swiper.product-box.element-nine .swiper-button-prev,
.swiper.product-box.element-nine .swiper-button-next {
    top: 40%;
}

.swiper.product-box.element-nine .swiper-button-prev:after,
.swiper.product-box.element-nine .swiper-button-next:after {
    display: none;
}

.product-navigation-style-one .swiper-button-next:before {
    content: "";
    position: absolute;
    top: -100%;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2022/04/arrw-right.svg) no-repeat center;
    border: 1px solid #a4a7aa;
    border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.product-navigation-style-one .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(/wp-content/uploads/2022/04/arrw-left.svg) no-repeat center;
    border: 1px solid #a4a7aa;
    border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.swiper.product-box.element-nine .swiper-pagination {
    display: none;
}

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

    .swiper.product-box.element-nine {
        width: 100% !important;
    }

}

/*--------------------------------------------------------------
		#Product Box Element Nine End
		--------------------------------------------------------------*/
