/*------- Product Items  ---------*/

.product_list_row .col-xl-3,
.product_list_row .col-md-6,
.product_list_row .col-md-12,
.product_list_row .col-lg-3,
.product_list_row .col-sm-6,
.product_list_row .col-xs-6,
.product_list_row .col-6 {
    padding-right: 7px !important;
    padding-left: 7px !important;
}


.product_grid {
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);*/
    /* box-shadow: rgba(211, 212, 213, 0.5) 0px 6px 24px 0px;*/
    transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
    margin: 0 0 15px 0;
    overflow: hidden;
    border: 1px solid #ddd;
}

.product_grid:hover {
    /* border: 1px solid #f2707f;*/
    /*background: #f9fbea;*/
    border: 1px solid #fff;
    box-shadow: 0px 3px 13px 5px rgba(54, 74, 99, 0.1);
}

.product_grid .product_img {
    position: relative;
    overflow: hidden;
}

.product_grid .product_img img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product_grid .product_img .hover-img {
    position: absolute;
    top: 0px;
    visibility: hidden;
    left: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.product_grid:hover .hover-img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.product_grid .product_img span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 7px 10px;
    font-weight: normal;
    z-index: 5;
    transform: rotate(-45deg);
    width: calc(170px);
    top: calc(23.2px);
    left: calc(-51.2px);
    /*top: 0;
    left: 0;*/
    text-align: center;
}

.product_grid .product_img .offer_tag,
.product_related_item .product_img .offer_tag {
    position: absolute;
    background: #ff1a75;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 3px;
}

.product_grid .product_img .offer_tag p,
.product_related_item .product_img .offer_tag p {
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    font-weight: normal;
}

.product_grid .product_img .offer_tag p i,
.product_related_item .product_img .offer_tag p i {
    font-size: 11px !important;
}

.product_grid .product_img .cta_percent {
    position: absolute;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    line-height: 19px;
    padding: 5px 10px;
    font-weight: 500;
    z-index: 5;
    top: 10px;
    right: 0px;
    background: #ff0000;
    text-align: center;
}

.product_grid .product_img span.popular {
    /*background: #ff1a75;*/
    background: linear-gradient(to right, #ffbd69, #ff914d);

}

.product_grid .product_img span.new {
    /* background: #f2707f;*/
    /*background: linear-gradient(to right, #3cb878, #1e5631);*/
    background: linear-gradient(to right, #028f49, #3cb878);
}

.product_grid .product_img span.featured {
    /* background: #ffbb33;*/
    background: #f2707f;
}

.product_grid .product_img span.deals {
    /*background: #ff0000;*/
    background: linear-gradient(to right, #ff6a00, #ee0979);
    /*background: #f2707f;*/
}

.product_grid .product_img span.combo {
    /*background: #ff1a75;*/
    background: #f2707f;
}

.product_grid .product_img p.combo {
    background: #ffbb33;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    z-index: 5;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    margin: 0;
    text-transform: uppercase;
}

.product_grid .product_img .add_to_favourite {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    background: transparent;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 18px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #f2707f;
    line-height: 40px;
    box-shadow: 0px 3px 3px 0px rgba(54, 74, 99, 0.09);
}

.product_grid .product_img .add_to_favourite .fa-heart {
    display: none;
}


.product_grid .product_img .add_to_favourite:hover>.fa-heart-o {
    display: none;
}

.product_grid .product_img .add_to_favourite:hover>.fa-heart {
    display: block;
}

.product_grid .content {
    padding: 15px;
    position: relative;
}

.product_grid .content .name {
    min-height: 50px;
}

.product_grid:hover>.content h1 a {
    color: #f2707f;
}

.product_grid .content h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-weight: 500;
    margin: 0;
}

.product_grid .content h1 a {
    color: #555252;
}

.product_grid .content h1 a:hover {
    color: #f2707f;
}

.product_grid .content h5 {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    font-weight: normal;
    margin: 0px 0 3px 0;
    line-height: 18px;
}

.product_grid .content .price {
    padding: 0px 0 10px 0;
}

.product_grid .content .price span.rs {
    font-size: 15px;
    position: relative;
    font-weight: 500;
    margin: 0 0px 0 0;
    color: #555252;
}

.product_grid .content .price span.actual {
    font-size: 17px;
    position: relative;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #555252;
}

.product_grid .content .price span.old {
    font-size: 14px;
    position: relative;
    color: #8e8e8e;
    font-weight: 400;
    text-decoration: line-through;
}

.product_grid .content .price span.offer {
    font-size: 14px;
    border-radius: 10px;
    padding: 2px 3px;
    color: #ff6666;
}

.product_grid .ratings {
    position: relative;
}

.product_grid .ratings p {
    line-height: 29px;
    font-weight: normal;
    font-size: 15px;
    color: #8e8e8e;
}

.product_grid .content .action {
    margin: 20px 0 0 0;
}

.product_grid .content .action p {
    text-align: left;
}

.product_grid .add_to_cart {
    /*background: #f2707f;
    border: 1px solid #f2707f;*/
    background: #f2707f;
    border: 1px solid #f2707f;

    /* background: #c88f48;
    border: 1px solid #c88f48;*/
    border-radius: 7px !important;
    color: #fff;
    margin: 0 5px 0 0;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer !important;
    display: inline-block;
    width: 100%;
}

.product_grid .add_to_cart.select_option,
.product_related_item .add_to_cart.select_option {
    background: #a3898c !important;
    border: 1px solid #a3898c !important;
}

.product_grid .add_to_cart:hover,
.product_related_item .add_to_cart:hover {
    background: #a3898c;
    border: 1px solid #a3898c;
}

.product_grid .add_to_cart.select_option:hover,
.product_related_item .add_to_cart.select_option:hover {
    background: #f2707f !important;
    border: 1px solid #f2707f !important;
}


.product_grid .add_to_cart i,
.product_grid .buy_now i {
    margin: 0 10px 0 0;
}

.product_grid .buy_now {
    border-color: #f2707f;
    color: #f2707f;
    width: 48%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.product_grid .buy_now:hover {
    background: #141246;
    color: #fff;
    background: #141246;
    border: 1px solid #141246;
    cursor: pointer;
}

.product_grid .buy_now.dark {
    border-color: #141246;
    color: #fff;
    background: #141246;
}

.product_grid .buy_now.dark:hover {
    border-color: #f2707f;
    color: #f2707f;
    background: #fff;
}


.sp-wrap .offer_tag {
    position: absolute;
    background: #ff1a75;
    right: 15px;
    top: 15px;
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 100;
}

.sp-wrap .offer_tag p {
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    font-weight: 500;
}

.sp-wrap .offer_tag p i {
    font-size: 12px;
}

/*------- Home Category -------*/

.subcategory_block {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.subcategory_block .content {
    width: 48%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}

.subcategory_block .image {
    width: 48%;
    height: 200px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
    float: right;
}

.subcategory_wrap h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.subcategory_item {
    width: 18%;
    height: 250px;
    border-radius: 7px;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px -1px;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* base */
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.subcategory_item:hover {
    transform: translateY(-12px);
    /*box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 5px;*/
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}


.subcategory_item h3 {
    /*background: rgba(0, 0, 0, 0.5);*/
    background: linear-gradient(to right, #ff6a00, #ee0979);
    font-size: 16px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 0 0 7px 7px;
}



.category_home {
    width: 18%;
    display: inline-block;
    margin: 10px 10px 0px 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px -1px;
}

.category_home img {
    width: 100%;

}

.category_home h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}


.gold_covering_block {
    height: 580px;
    margin: 50px 0 0 0;
    padding: 20px 0;
}

.gold_covering_block .gold_covering_inner {
    /*background: rgba(255, 255, 255, 0.5);
    padding: 20px 50px;
    width: 100%;
    margin: 50px 0 0 0;*/
}

.gold_covering_block h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.section-image img {
    width: 100%;
    border: 1px solid #ddd;
}

.section-image.no-border img {
    border: none;
}

.deal_banner {
    text-align: center;
}

/*-- Deals page--*/

.deals_page_banner p {
    text-align: center;
    width: 100%;
    width: auto;
}

/*------ Home Sub categoy ---*/

.blog-wrap.category_item_home .blog-content-wrap .blog-content h3 {
    line-height: 20px;
}

.blog-wrap.category_item_home .blog-content {
    padding: 14px;
    width: 80%;
}

/*------ Product Variants -----*/

.product_variants {}

.product_variants h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 5px 0 !important;
}

.product_variants ul li {
    display: inline-block;
    text-align: center;
}

.product_variants ul li p {
    font-size: 12px;
}

.product_variants ul li p.instock {
    color: #fff;
}

.product_variants ul li p.outofstock {
    color: #ccc;
}

.product_variants ul li p.closing {
    color: red;
}

.product_variants ul li button {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    border: 2px solid #ddd;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0 5px 0 0;
    padding: 0;
}

.product_variants ul li button.no_stock {
    opacity: 0.5;
}

.product_variants ul li button.selected {
    border: 2px solid #3cb878;
    background: #3cb878;
    color: #fff;
}

.product_variants li button:hover {
    border: 2px solid #f2707f;
}

#product_variant_error p {
    font-size: 16px;
    line-height: 23px;
    color: red;
    margin: 0px 0 0 0;
}

/*---- Responsive ----*/

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

    .product_list_row .col-xl-3,
    .product_list_row .col-md-12,
    .product_list_row .col-md-6,
    .product_list_row .col-lg-3,
    .product_list_row .col-sm-6,
    .product_list_row .col-xs-6,
    .product_list_row .col-6 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .subcategory_item {
        width: 46%;
        height: 200px;
        margin: 5px 5px 0 5px;
    }

    .subcategory_item h3 {
        font-size: 14px;
        line-height: 30px;
    }

    .product_grid {
        margin: 0 0 10px 0;
    }

    .product_grid .content {
        padding: 10px;
        position: relative;
    }

    .product_grid .content .name {
        min-height: 61px;
    }

    .product_grid .content h1 {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        font-weight: 500;
        margin: 0 0 4px 0;
    }

    .product_grid .content h5 {
        font-size: 14px;
        color: #000;
        opacity: 0.5;
        line-height: 21px;
        font-weight: normal;
        margin: 0 0 3px 0;
    }

    .product_grid .content .price {
        padding: 0px 0 5px 0;
    }

    .product_grid .content .price span.rs {
        font-size: 14px;
        position: relative;
        font-weight: 500;
        margin: 0 0px 0 0;
    }

    .product_grid .content .price span.actual {
        font-size: 16px;
        position: relative;
        font-weight: 500;
        margin: 0 5px 0 0;
    }

    .product_grid .content .price span.old {
        color: #8e8e8e;
        font-size: 16px;
        font-weight: 400;
        text-decoration: line-through;
    }

    .product_grid .content .price span.offer {
        font-size: 13px;
        padding: 2px 1px;
        color: #ff6666;
    }

    .product_grid .content .action {
        margin: 10px 0 0 0;
    }


    .product_grid .add_to_cart {
        margin: 0 2px 0 0;
        padding: 5px 15px;
        font-size: 14px;
    }

    .product_grid .buy_now {
        width: 40%;
        padding: 8px 0px;
        font-size: 14px;
    }

    .sp-thumbs a {
        width: 50px;
        height: 50px;
    }

    .product_grid .product_img .offer_tag,
    .product_related_item .product_img .offer_tag {
        display: none;
    }

    .product_grid .product_img span {
        transform: none !important;
        top: auto;
        bottom: 0 !important;
        left: 0 !important;
        width: auto !important;
    }


    /*------ Home Sub categoy ---*/

    .blog-wrap.category_item_home .blog-content-wrap .blog-content h3 {
        line-height: 20px;
        font-size: 17px;
        margin: 0;
    }

    .blog-wrap.category_item_home .blog-content-wrap .blog-content h3 a,
    .blog-wrap.category_item_home .blog-content-wrap .blog-content span {
        /*color: #fff !important;*/
    }

    .blog-wrap.category_item_home .blog-content {
        padding: 7px 14px;
        width: 100%;
        /*background: linear-gradient(to right, #ff6a00, #ee0979);*/
        /*background: rgba(255, 255, 255, 0.7);*/
    }
}