



 .fourcols {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.column-3 {
    width: 100%;
    padding: 0 10px;
}

.product-slider {
    padding: 100px 0 0;
    float: left;
    width: 100%;
}

.product-slider .fourcols .item {
    position: relative;
    padding: 10px !important;
}

.info-product {
    color: #000000;
    margin-bottom: 10px;
}

.info-product figure {
    margin: 0 0 20px;
    position: relative;
    float: left;
    width: 100%;
}

.info-product figure a {
    float: left;
    width: 100%;
    /*overflow: hidden;
max-height: 300px;
position: relative;*/
}

.info-product figure img {
    transition: all 0.5s;
    height: auto;
    /*width: inherit;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);*/
    max-width: 100%;
}

.section-recently-viewed {
    margin-bottom: 50px;
}

.section-recently-viewed .slick-slide img {
    width: 100%;
    max-height: 285px;
    object-fit: contain;
}

.section-recently-viewed .slick-slide>img {
    background: #f7f7f7;
}

@media screen and (max-width: 767px) {
    .section-recently-viewed .slick-slide img {
        max-height: 235px;
    }
}

@media screen and (min-width: 1550px) {
    .section-recently-viewed .slick-slide img {
        max-height: 335px;
    }
}

.product-slider .fourcols .item img {
    display: block;
    width: 100%;
}

.info-product .label-group {
    top: 0;
    min-width: 54px;
    min-height: 35px;
    float: left;
    line-height: 35px;
    position: absolute;
    right: 20px;
}

.info-product .product-label {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    min-height: 35px;
    margin-bottom: 0;
    max-width: 54px;
    margin-top: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #f43434;
    font-family: 'Rajdhani-Medium';
    text-transform: uppercase;
    padding: 8px 5px 0 5px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.info-product .product-label:after {
    content: '';
    border-top: 10px solid #f43434;
    border-left: 27px solid transparent;
    position: absolute;
    border-right: 27px solid transparent;
    top: 100%;
    left: 0;
}

.info-product .product-label.label-hot {
    background: #21b259;
}

.info-product .product-label.label-hot:after {
    border-top: 7px solid #21b259;
}

.info-product figure .btn-icon-group {
    position: absolute;
    height: auto;
    width: 49px;
    top: auto;
    bottom: 8px;
    right: 20px;
    transition: inherit;
}

.info-product figure .btn-recycle,
.info-product figure .btn-icon-wish {
    background: #fff;
    display: flex;
    opacity: 0;
    border: none;
    white-space: normal;
    overflow: inherit;
    text-overflow: inherit;
    visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    align-items: center;
    line-height: 12px;
    width: 50px;
    height: 50px;
    justify-content: center;
    margin: 0 0 10px;
    transition: inherit;
    transform: inherit;
}

.info-product figure .btn-icon {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    border: none;
    margin: 0 0 10px;
    transition: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.info-product figure .btn-recycle img,
.info-product figure .btn-icon-wish img,
.info-product figure .btn-add-cart img {
    width: 25px;
    height: auto;
    margin: 0 auto;
    transition: inherit;
    position: unset;
    transform: inherit;
}

.info-product figure .btn-recycle:hover,
.info-product figure .btn-icon-wish:hover,
.info-product figure .btn-add-cart:hover {
    background: #21b259;
}

.info-product figure .btn-recycle:hover img,
.info-product figure .btn-icon-wish:hover img,
.info-product figure .btn-add-cart:hover img {
    filter: invert(100%);
}

.info-product:hover figure {
    box-shadow: none;
}

.info-product:hover .btn-icon,
.info-product:hover .btn-recycle,
.info-product:hover .btn-icon-wish {
    background-color: #fff;
    border: none;
    visibility: visible;
    opacity: 1;
    transition: inherit;
    transform: inherit;
}

.product-carousel-actions .wishlist-button {
    width: auto;
    height: auto;
    border: unset;
    padding: 0;
    float: none;
}

.info-product .product-details {
    align-items: flex-start;
    -ms-flex-align: start;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
}

.info-product .product-title {
    font-weight: 400;
    font-size: 22px;
    font-family: 'Nexa-Book', sans-serif;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
}

.info-product .ratings-container {
    line-height: 1;
    margin: 0 0 10px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.info-product .ratings-container .product-ratings,
.info-product .ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.info-product .ratings-container .product-ratings {
    height: 11px;
}

.info-product .ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.product-default .tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #333;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 1rem 0.7rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
}

.info-product .price-box {
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1;
}

.info-product .price-box .product-price {
    color: #000000;
    font-size: 22px;
    line-height: 1.1;
    font-family: 'Nexa-Bold', sans-serif;
    margin-right: 8px;
}

.info-product .price-box .old-price {
    font-size: 22px;
    line-height: 1.1;
    font-family: 'Nexa-Book', sans-serif;
    text-decoration: none;
    position: relative;
    color: #606060;
    font-weight: 400;
}

.info-product .price-box .old-price span {
    display: inline-block;
    vertical-align: top;
}

.info-product .price-box .old-price:after {
    background: #f43434;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

.info-product .category-list,
.info-product .ratings-container,
.info-product .category-wrap {
    display: none;
}

.info-product .product-details .product-title {
    min-height: 25px;
}

.info-product .product-details .product-title a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 17px;
}

.item-best-seller .info-product .product-attributes ul li a {
    background: transparent;
    border: 1px solid #0A2240;
    padding: 10px 12px 8px 12px !important;
    color: #0A2240;
    font-size: 15px;
}

.info-product .product-attributes {
    float: left;
    width: 100%;
}

.info-product .product-attributes ul {
    list-style-type: none;
    float: left;
    width: 100%;
}

.info-product .product-attributes ul li {
    float: left;
    margin: 0 11px 5px 0;
}

.info-product .product-attributes ul li a {
    float: left;
    padding: 12px 10px 6px 10px;
    background-color: #f1f2f6;
    font-size: 17px;
    font-family: 'Nexa-Book', sans-serif;
    line-height: 18px;
}

.info-product .product-attributes ul li a:hover {
    background-color: #0A2240;
    color: #fff;
}

.slick-slider button.slick-arrow {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translate(-50%);
    margin-top: -75px;
}

.slick-slider button.slick-arrow:before {
    font-size: 35px;
    line-height: 60px;
}

.slick-slider button.slick-arrow.slick-next {
    right: -48px;
}

.slick-slider button.slick-arrow.slick-prev {
    left: 10px;
}

.product-availability {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;
}

/* Media Query For Laptop */
@media screen and (max-width: 1399px) {

    .product-slider .item {
        padding: 10px;
    }

    .info-product figure {
        margin-bottom: 24px;
    }

    .info-product .product-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .info-product figure .btn-icon-group {
        width: 40px;
        bottom: 8px;
        right: 15px;
    }

    .info-product figure .btn-recycle,
    .info-product figure .btn-icon-wish,
    .info-product figure .btn-add-cart {
        width: 40px;
        height: 40px;
        margin-bottom: 6px;
    }

    .info-product figure .btn-recycle img,
    .info-product figure .btn-icon-wish img,
    .info-product figure .btn-add-cart img {
        width: 20px;
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 16px;
        line-height: 1.2;
        display: inline-block;
        vertical-align: top;
    }

}

@media screen and (max-width: 1280px) {
    .product-slider {
        padding: 60px 30px 0;
    }
}

@media screen and (max-width: 1199px) {
    .product-slider .item {
        padding: 10px 7px !important;
    }

    .info-product .product-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .info-product .price-box .old-price:after {
        margin-top: -3px;
    }

    /*.info-product figure > a ){
max-height: 270px;
}*/

    .product-slider {
        padding: 50px 20px 0;
    }
}

@media screen and (max-width: 991px) {
    .fourcols {
        margin-left: 0;
        margin-right: 0;
    }

    .product-slider {
        padding: 55px 15px 10px;
    }

    .fourcols .column-3 {
        width: calc(100% / 3);
    }

    .product-slider .item {
        padding: 5px;
    }

    .info-product figure {
        margin-bottom: 14px;
    }

    .info-product .product-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .info-product .price-box {
        margin-bottom: 0;
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 14px;
    }

    .slick-slider button.slick-arrow {
        width: 56px;
        height: 56px;
        margin-top: -95px;
    }

    .slick-slider button.slick-arrow:before {
        font-size: 30px;
        line-height: 56px;
    }

    .slick-slider button.slick-arrow.slick-prev {
        left: 10px;
    }

    .slick-slider button.slick-arrow.slick-next {
        right: -47px;
    }
}

@media screen and (max-width: 639px) {
    .info-product figure {
        margin-bottom: 15px;
    }

    .info-product .product-title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .fourcols {
        margin-left: -7px;
        margin-right: -7px;
    }

    .product-slider .item {
        padding: 10px 5px !important;
        width: calc(100% / 2);
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 12px;
        margin-right: 5px;
    }
}



@media screen and (max-width:991px) {

    /*.product-slider .fourcols .info-product figure > a ){
height: calc(100vw / 3.5 );
min-height: 200px;
}*/

    .info-product .product-attributes ul li a {
        padding: 8px 8px 6px 8px;
        font-size: 12px;
    }

    .info-product .product-attributes {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .info-product .product-attributes ul li {
        margin: 0 6px 6px 0;
    }

}

@media screen and (max-width:767px) {

    /*.info-product figure > a ){
height: calc(100vw / 2.5 );
min-height: 200px;
}
*/
    .info-product .product-label {
        font-size: 18px;
        max-width: 50px;
    }

    .info-product .product-label:after {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
    }

    .info-product .label-group {
        min-width: 50px;
    }

    .section-recently-viewed {
        margin-bottom: 2rem;
    }

}


.recentlyViewed-product-attributes-2hk {
    float: left;
    width: 100%;
    margin-top: 0;
}

.recentlyViewed-product-attributes-2hk ul {
    list-style-type: none;
    float: left;
    width: 100%;
}

.recentlyViewed-product-attributes-2hk ul li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.recentlyViewed-product-attributes-2hk ul li a {
    background: transparent;
    border: 1px solid #0A2240;
    padding: 10px 12px 8px 12px !important;
    color: #0A2240;
    font-size: 15px;
    line-height: 16px;
    float: left;
    min-width: 75px;
    text-align: center;
}

.recentlyViewed-product-attributes-2hk ul li a:hover {
    background-color: #0A2240;
    color: #fff;
}


@media screen and (max-width:991px) {

    .recentlyViewed-product-attributes-2hk ul li a {
        padding: 8px 8px 6px 8px;
        font-size: 12px;
    }

    .recentlyViewed-product-attributes-2hk {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .recentlyViewed-product-attributes-2hk ul li {
        margin: 0 6px 6px 0;
    }

}

@media screen and (max-width: 767px) and (min-width: 500px) {
    .recentlyViewed-product-attributes-2hk ul li {
        margin: 0 5px 25px 0;
    }

}

@media screen and (max-width: 1100px) and (min-width: 768px) {

    .recentlyViewed-product-attributes-2hk ul li {
        margin: 0 5px 25px 0;
    }
}

        .sortItem-root-_fe {
            align-items: center;
            display: flex;
            width: 100%;
        }

        .sortItem-content-1zA {
            align-items: center;
            display: grid;
            gap: 0.75rem;
            grid-auto-flow: column;
            grid-template-columns: 1fr;
            height: 2.5rem;
            padding: 0 0.75rem;
            width: 100%;
        }

        .sortItem-text-3Sa {
            text-align: left;
            white-space: nowrap;
        }
.productSort-root-2Nf {
    position: relative;
    margin-left: 0.5rem;
}

.productSort-menu-2Rv {
    position: absolute;
    z-index: 2;
    top: 110%;
    right: 0;
    min-width: 10rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: black;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(var(--venia-global-color-gray-dark));
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.productSort-menuItem-3hG {
    border-bottom: 1px solid rgb(var(--venia-global-color-gray-dark));
}

.productSort-menuItem-3hG:last-child {
    border-bottom: none;
}

.productSort-menuItem-3hG:hover {
    background-color: rgb(var(--venia-global-color-gray));
}

.productSort-sortButton-1sm {
    min-width: 6.25rem;
}

@media screen and (max-width: 800px) {
    .productSort-menu-2Rv {
        right: -12px;
        margin-top: 5px;
    }
}
.noProductsFound-root-2-W {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    clear: both;
}

.noProductsFound-title-1et {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

.noProductsFound-categories-fWK {
    margin-top: 2rem;
}

.noProductsFound-list-2u3 {
    margin-top: 1rem;
}

.noProductsFound-listItem-3iu {
    text-align: center;
    text-decoration: underline;
}

.noProductsFound-listItem-3iu:not(:last-child) {
    margin-bottom: 0.5rem;
}

.noProductsFound-imageContainer-1Op {
    margin-bottom: 2rem;
}

.noProductsFound-image-1lt {
    height: 200px;
    width: 200px;
    max-width: 200px;
}

.pd-area {
    float: left;
    width: 70%;
    padding: 0 20px 0 0;
}

.pd-area .slick-slider .slick-arrow {
    width: 44px;
    height: 44px;
    margin-top: -46px;
}

.pd-area .slick-slider button.slick-arrow.slick-next {
    right: -34px;
}

.pd-area .slick-slider button.slick-arrow.slick-prev {
    left: 0;
}

.pd-area .slick-slider button.slick-arrow:before {
    font-size: 28px;
    line-height: 44px;
}

.pd-area.pdp-area-bundle .info-product figure img {
    max-height: 195px;
}

.fourcols {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.fourcols .column-3 {
    width: calc(100% / 3);
    padding: 0 10px;
}

.product-slider {
    padding: 100px 0 0;
}

.product-slider .fourcols .item {
    position: relative;
    padding: 10px !important;
}

.product-slider .fourcols .info-product {
    color: #000000;
    margin-bottom: 10px;
}

.pd-area .info-product {
    border: 1px solid #d7d7d7;
    padding: 10px;
    min-height: 400px;
}

.pd-area .info-product .product-item-actions {
    display: none;
}

.txt-head {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 0 0 15px;
    float: left;
    width: 100%;
    background-image: url(/ico-message-yGh.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px 2px;
    padding: 0 0 0 40px;
}

.product-slider .fourcols .info-product figure {
    margin: 0 0 20px;
    position: relative;
    float: left;
    width: 100%;
}

.product-slider .fourcols .info-product figure>a {
    float: left;
    width: 100%;
    position: relative;
}

.product-slider .fourcols .info-product figure img {
    height: auto;
    max-width: 100%;
    display: block;
}

.product-slider .fourcols .item img {
    display: block;
    width: 100%;
}

.product-slider .fourcols .info-product .label-group {
    top: 0px;
    min-width: 54px;
    min-height: 35px;
    float: left;
    line-height: 35px;
    position: absolute;
    right: 20px;
}

.product-slider .fourcols .info-product .product-label {
    color: #fff;
    font-size: 21px;
    line-height: 23px;
    min-height: 35px;
    margin-bottom: 0;
    max-width: 54px;
    margin-top: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #f43434;
    font-family: 'Rajdhani-Medium';
    text-transform: uppercase;
    padding: 8px 5px 0 5px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.product-slider .fourcols .info-product .product-label:after {
    content: '';
    border-top: 10px solid #f43434;
    border-left: 27px solid transparent;
    position: absolute;
    border-right: 27px solid transparent;
    top: 100%;
    left: 0;
}

.product-slider .fourcols .info-product .product-label.label-hot {
    background: #21b259;
}

.product-slider .fourcols .info-product .product-label.label-hot:after {
    border-top: 7px solid #21b259;
}

.product-slider .fourcols .info-product figure .btn-icon-group {
    position: absolute;
    height: auto;
    width: 49px;
    top: auto;
    bottom: 8px;
    right: 20px;
    transition: inherit;
}

.product-slider .fourcols .info-product figure .btn-recycle,
.product-slider .fourcols .info-product figure .btn-icon-wish {
    background: #fff;
    display: flex;
    opacity: 0;
    border: none;
    white-space: normal;
    overflow: inherit;
    text-overflow: inherit;
    visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    align-items: center;
    line-height: 12px;
    width: 49px;
    height: 49px;
    justify-content: center;
    margin: 0 0 10px;
    transition: inherit;
    transform: inherit;
}

.product-slider .fourcols .info-product figure .btn-icon {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    border: none;
    margin: 0 0 10px;
    transition: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.product-slider .fourcols .info-product figure .btn-recycle img,
.product-slider .fourcols .info-product figure .btn-icon-wish img,
.product-slider .fourcols .info-product figure .btn-add-cart img {
    width: 30px;
    height: auto;
    margin: 0 auto;
    transition: inherit;
    position: unset;
    transform: inherit;
}

.product-slider .fourcols .info-product figure .btn-recycle:hover,
.product-slider .fourcols .info-product figure .btn-icon-wish:hover,
.product-slider .fourcols .info-product figure .btn-add-cart:hover {
    background: #21b259;
}

.product-slider .fourcols .info-product figure .btn-recycle:hover img,
.product-slider .fourcols .info-product figure .btn-icon-wish:hover img,
.product-slider .fourcols .info-product figure .btn-add-cart:hover img {
    filter: invert(100%);
}

.product-slider .fourcols .info-product:hover figure {
    box-shadow: none;
}

.product-slider .fourcols .info-product:hover .btn-icon,
.product-slider .fourcols .info-product:hover .btn-recycle,
.product-slider .fourcols .info-product:hover .btn-icon-wish {
    background-color: #fff;
    border: none;
    visibility: visible;
    opacity: 1;
    transition: inherit;
    transform: inherit;
}

.info-product .product-details {
    align-items: flex-start;
    -ms-flex-align: start;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
}

.info-product .product-title {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Nexa-Book', sans-serif;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info-product .ratings-container {
    line-height: 1;
    margin: 0 0 10px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.info-product .ratings-container .product-ratings,
.info-product .ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.info-product .ratings-container .product-ratings {
    height: 11px;
}

.info-product .ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.info-product .product-default .tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #333;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 1rem 0.7rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
}

.info-product .price-box {
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Nexa-Book', sans-serif;
    line-height: 1;
}

.info-product .price-box .product-price {
    color: #000000;
    font-size: 16px;
    line-height: 1.1;
    font-family: 'Nexa-Bold', sans-serif;
    margin-right: 8px;
}

.info-product .price-box .old-price {
    font-size: 16px;
    line-height: 1.1;
    font-family: 'Nexa-Book', sans-serif;
    text-decoration: none;
    position: relative;
    color: #999;
}

.info-product .price-box .old-price>span {
    display: inline-block;
    vertical-align: top;
}

.info-product .price-box .old-price:after {
    background: #f43434;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

.info-product .category-list,
.info-product .ratings-container,
.info-product .category-wrap {
    display: none;
}

.info-product .product-details h3.product-title {
    min-height: 10px;
}

.info-product .product-details h3.product-title a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.price-container .price {
    font-weight: 500;
    font-size: 16x;
}

.info-product .product-attributes {
    float: left;
    width: 100%;
}

.info-product .product-attributes ul {
    list-style-type: none;
    float: left;
    width: 100%;
}

.info-product .product-attributes ul li {
    float: left;
    margin-right: 12px;
}

.info-product .product-attributes ul li a {
    float: left;
    padding: 10px 10px 8px 10px;
    background-color: #f1f2f6;
    font-size: 14px;
    font-family: 'Nexa-Book', sans-serif;
    line-height: 16px;
}

.info-product .product-attributes ul li a:hover {
    background-color: #21b259;
    color: #fff;
}

.form-prod,
.form-field,
.chek-area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.input-checkbox {
    visibility: hidden;
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 19px;
}

.form-field {
    padding-top: 35px;
    padding-bottom: 10px;
}

.form-field label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    line-height: 19px;
}

.checkstat {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.checkstat:before {
    content: '';
    background: #fff;
    border: 1px solid #d7d7d7;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    margin-left: -19px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.input-checkbox:checked+.checkstat:after {
    content: '\e84e';
    font-family: 'Porto';
    font-weight: 400;
    font-size: 25px;
    color: #21b259;
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    position: absolute;
    top: 0;
    left: -15px;
}

/* Media Query For Laptop */
@media screen and (max-width: 1399px) {
    .product-slider .item {
        padding: 10px;
    }

    .info-product figure {
        margin-bottom: 12px;
    }

    .info-product .product-title {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .product-slider .fourcols .info-product figure .btn-icon-group {
        width: 40px;
        bottom: 8px;
        right: 15px;
    }

    .product-slider .fourcols .info-product figure .btn-recycle,
    .product-slider .fourcols .info-product figure .btn-icon-wish,
    .product-slider .fourcols .info-product figure .btn-add-cart {
        width: 40px;
        height: 40px;
        margin-bottom: 6px;
    }

    .product-slider .fourcols .info-product figure .btn-recycle img,
    .product-slider .fourcols .info-product figure .btn-icon-wish img,
    .product-slider .fourcols .info-product figure .btn-add-cart img {
        width: 20px;
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 16px;
        line-height: 1.2;
        display: inline-block;
        vertical-align: top;
    }

}

@media screen and (max-width: 1280px) {
    .product-slider {
        padding: 60px 30px 0;
    }
}

@media screen and (max-width: 1199px) {
    .product-slider .item {
        padding: 10px 7px !important;
    }

    .info-product .product-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 14px;
    }

    .info-product .price-box .old-price:after {
        margin-top: -3px;
    }

    .product-slider {
        padding: 50px 20px 0;
    }
}

@media screen and (max-width: 991px) {
    .fourcols {
        margin-left: 0;
        margin-right: 0;
    }

    .product-slider {
        padding: 55px 15px 10px;
    }

    .fourcols .column-3 {
        width: calc(100% / 3);
    }

    .product-slider .item {
        padding: 5px;
    }

    .info-product .product-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .info-product .price-box {
        margin-bottom: 0;
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    .info-product figure {
        margin-bottom: 15px;
    }

    .info-product .product-title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .fourcols {
        margin-left: -7px;
        margin-right: -7px;
    }

    .product-slider .item {
        padding: 10px 5px !important;
        width: calc(100% / 2);
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 12px;
        margin-right: 5px;
    }
}

@media screen and (max-width:991px) {
    .info-product .product-attributes ul li a {
        padding: 8px 8px 6px 8px;
        font-size: 12px;
    }

    .info-product .product-attributes {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .info-product .product-attributes ul li {
        margin: 0 6px 6px 0;
    }
}

@media screen and (max-width:767px) {
    .product-slider .fourcols .info-product .product-label {
        font-size: 18px;
        max-width: 50px;
    }

    .product-slider .fourcols .info-product .product-label:after {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
    }

    .product-slider .fourcols .info-product .label-group {
        min-width: 50px;
    }
}

/* Summary section */

.summary-bundle {
    float: left;
    width: 30%;
}

@media screen and (max-width: 767px) {
    .summary-bundle {
        width: 100%;
        margin-bottom: 20px;
    }
}

.summary-wrap {
    float: left;
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px 15px;
}

.summary-wrap h2 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    color: #000;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.list-summary {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-summary li {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    color: #000;
    margin: 0 0 10px;
    float: left;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #c7c7c7;
}

.list-summary strong {
    display: block;
    font-family: 'Nexa-Bold', sans-serif;
}

.qty-wrapper {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 8px;
}

.wrap-qty {
    display: inline-block;
    vertical-align: top;
}

.input-number {
    height: 48px;
    font-size: 18px;
    font-weight: 400;
    width: 112px !important;
    max-width: inherit;
    padding: 4px 0 0;
    flex: inherit;
    font-family: 'Poppins', sans-serif;
    line-height: 48px;
    margin: 0 8px;
    text-align: center;
    border: 1px solid #21b259 !important;
}

.input-number-decrement,
.input-number-increment {
    width: 48px;
    height: 48px;
    text-align: center;
    background: #21b259;
    border: 1px solid #21b259;
    display: inline-block;
    vertical-align: top;
    line-height: 46px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.btn .btn-down-icon:after,
.btn .btn-up-icon:before,
.btn .btn-up-icon:after {
    width: 8px;
    height: 1px;
    margin-left: 0;
    background: #000;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.btn .btn-up-icon:before {
    transform: rotate(90deg);
    margin-right: -8px;
}

/* Subtotal Price */
.subtotal strong,
.subtotal .product-price {
    font-size: 20px;
    line-height: 48px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #000;
}

.subtotal .product-price {
    font-weight: 500;
    font-size: 20px;
    margin-left: 5px;
}

/* Call To Action */
.product-action {
    float: left;
    width: 100%;
    margin: 5px 0 10px;
}

.add-cart {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    line-height: 1.8;
    margin-right: 10px;
    background: #21b259;
    color: #fff;
    height: 48px;
    padding: 9px 25px;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.add-cart:before {
    display: none;
}

.add-cart:hover,
.add-cart:focus {
    border: none;
    color: #fff;
    opacity: 0.9;
    transition: all ease-in 0.3s;
}

.add-compare {
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    background: #fff;
    height: 48px;
    width: 48px;
    vertical-align: top;
    margin-right: 10px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border: 1px solid #ededed;
}

.add-compare:before {
    content: '';
    transform: inherit;
    margin: 0;
    background-image: url(/compare-h3p.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.add-compare:hover {
    background: #21b259;
}

.add-compare:hover:before {
    transition: all ease-in 0.3s;
    filter: invert(100%);
}

/*********
Wishlist Icon
*******************/
.add-wishlist {
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    background: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #efefef;
}

.add-wishlist:before {
    content: '';
    font-size: 0;
    line-height: 0;
    transform: inherit;
    margin: 0;
    background-image: url(/heart-ruo.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.add-wishlist:hover {
    color: #fff;
    background: #21b259;
    transition: all ease-in 0.3s;
}

.add-wishlist:hover:before {
    filter: invert(100%);
}

.price-box .subtotal {
    float: left;
    width: 100%;
    padding-top: 18px;
}

.old-price {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    color: #606060;
    margin-right: 0;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.old-price:after {
    background: #f00;
    width: 100%;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}
