/*==================================

Green - #f2707f
Blue - #a3898c

====================================*/

/*------ Common -----*/

.text-green {
    color: #f2707f;
}

.list-inline li {
    display: inline-block;
}

.label_error {
    font-size: 15px;
    line-height: 23px;
    color: red;
    margin: 0 0 5px 0;
}

.min_height {
    min-height: 450px;
}

.checkbox_group {
    margin: 0;
}

.checkbox_group label {
    font-weight: normal !important;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding: 7px 10px;
    cursor: pointer;
    margin: 0;
}

.checkbox_group input {
    display: inline-block;
    width: 22px;
    float: left;
}

.radio_group {
    margin: 0 0 0px 0;
}

.radio_group label {
    font-weight: normal !important;
    display: inline-block;
    float: left;
    line-height: 15px;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0;
}

.radio_group input {
    display: inline-block;
    width: 22px;
    height: 25px;
    float: left;
}

.slider-area {
    background: #fff;
    /*background: #f6f7fb;*/
}


/*.owl-item img {
    width: auto;
    margin: 0 auto;
}
*/
.mobile_banner {
    display: none;
}

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

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

    .owl-item img {
        width: 100%;
    }

    .web_banner {
        display: none;
    }

    .mobile_banner {
        display: block;
    }

    .mobile_banner a {
        display: block;
    }

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .owl-item img {
        width: 100%;
    }

    .web_banner {
        display: block;
    }

    .mobile_banner {
        display: none;
    }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .owl-item img {
        width: 100%;
    }

    .web_banner {
        display: block;
    }

    .mobile_banner {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .owl-item img {
        width: 100%;
    }

    .web_banner {
        display: block;
    }

    .mobile_banner {
        display: none;
    }
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .owl-item img {
        width: 100%;
    }

    .web_banner {
        display: block;
    }

    .mobile_banner {
        display: none;
    }
}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .owl-item img {
        width: 100%;
    }

    .web_banner {
        display: block;
    }

    .mobile_banner {
        display: none;
    }
}


/*------ header -----*/

.header-area {
    /*border-bottom: 1px solid #ddd;*/
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    border-bottom: 1px solid rgba(54, 74, 99, 0.09);
}

.page_banner {
    width: 100%;
    height: 250px;
    display: none;
}

.cart-wrap {
    position: relative;
}

.cart-wrap span {
    position: absolute;
    top: 0px;
    right: 0;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

/*---- Footer -----*/

.footer_social li {
    display: inline-block;
    margin: 0 10px 20px 0;
}

.footer_social li a {
    font-size: 2em;
    color: #5d5d5d;
}

.single-banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    bottom: 0;
    z-index: 2;
}

.copyright_text {
    font-size: 12px;
    opacity: 0.7;
}

.single-banner .banner-position-hm15-2 {
    z-index: 3;
}

.single-banner .banner-content-4 h5 {
    color: #fff;
    line-height: 33px;
}

.help_text {
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.45);
    line-height: 18px;
    margin: 5px 0 0 0;
}

/*----- Page Loading  --------*/

.page_loading {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    /*
background: rgba(95, 190, 170,0.5);
background: rgba(255, 255, 255,0.7);
background: rgba(168, 183, 199,0.7);
background: rgba(0, 0, 0,0.7);*/
    background: rgba(46, 60, 84, 0.6);
    display: none;
}

.overlay {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.loading_image {
    background: rgba(255, 255, 255, 1);
    width: 250px;
    height: 250px;
    position: fixed;
    top: 33%;
    left: 41%;
    z-index: 11;
    border-radius: 20px;
}

.load_img {
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
}

.load_img img {
    width: auto;
    overflow: hidden;
    margin: 45px auto 0 auto;
}

.load_text {
    text-align: center;
    margin: 0px 0 18px 0;
    font-size: 18px;
    position: absolute;
    font-weight: bold;
    bottom: 10px;
    width: 100%;
}

@media (max-width: 748px) {

    .label_error {
        font-size: 14px;
        line-height: 18px;
        color: red;
    }

    .loading_image {
        background: #FFF;
        width: 180px;
        height: 180px;
        position: fixed;
        top: 33%;
        left: 27%;
        z-index: 11;
        border-radius: 10px;
    }

    .load_img img {
        width: 55%;
        overflow: hidden;
        margin: 25px auto 0 auto;
    }

    .load_text {
        text-align: center;
        margin-top: 0px;
        font-size: 14px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
}


/*--------- Pop Up Style ----------*/


.popup_bg {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    background: rgba(46, 60, 84, 0.6);
}


.pop_bg_wrap {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    background: rgba(46, 60, 84, 0.1);
    display: block;
    transition: .5s;
    transform: translateX(0);
}

.pop_bg_wrap .pop_up_body {
    background: #fff;
    width: 36%;
    position: relative;
    top: 10%;
    left: 32%;
    box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.3);
}

.pop_bg_wrap .pop_up_body img {
    width: 100%;
}

.pop_bg_wrap .pop_up_body .close_popup {
    position: absolute;
    top: -20px;
    right: -20px;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.pop_bg_wrap .pop_up_body .close_popup a {
    display: block;
    font-size: 1.9em;
    line-height: 1.4em;
    color: #fff;
    margin-top: 1px;
}


@media (max-width: 748px) {

    .pop_bg_wrap {
        margin: 0px auto;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 10000;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.1);
        display: block;
        transition: .5s;
        transform: translateX(0);
    }

    .pop_bg_wrap .pop_up_body {
        background: #fff;
        width: 80%;
        position: relative;
        top: 10%;
        left: 10%;
        box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.3);
    }

    .pop_bg_wrap .pop_up_body img {
        width: 100%;
    }


    .pop_bg_wrap .pop_up_body .close_popup {
        position: absolute;
        top: -15px;
        right: -15px;
        background: rgba(0, 0, 0, 0.5);
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
    }

    .pop_bg_wrap .pop_up_body .close_popup a {
        display: block;
        font-size: 1.5em;
        line-height: 1.4em;
        color: #fff;
        margin-top: 1px;
    }
}


.noty_body p {
    color: inherit;
}

/*----- Masonary Grid --------*/

.autocomplete_form {
    position: relative;
}

.autocomplete_form .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
}

.autocomplete_form li.dropdown-header {
    font-size: 14px;
    color: #6c757d;
    padding: 10px;
}

.autocomplete_form .dropdown-menu li {
    font-size: 14px;
    color: #6c757d;

}

.autocomplete_form .dropdown-menu li a {
    padding: 10px;
    display: block;
    font-size: 16px;
}

.autocomplete_form .dropdown-menu li a:hover {
    background: #ebeef2;
    color: #333;
}

/*----- Masonary Grid --------*/

.no_display {
    display: none;
}

.count-style.no_display {
    display: none !important;
}

@media only screen and (max-width:767px) {
    .hidden-sm {
        display: none;
    }

    .hidden-xs {
        display: none;
    }
}


@media only screen and (min-width:1024px) {
    .masonary_grid {
        width: 31.5%;
        margin: 0 20px 20px 0;
    }
}


@media only screen and (max-width:767px) {
    .masonary_grid {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    .masonary_grid {
        width: 47%;
        margin: 0 20px 20px 0;
    }
}

.load_more_wrap p {
    text-align: center;
}

.load_more_wrap .btn {
    border-color: #f2707f;
    color: #f2707f;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 500;
}

.load_more_wrap .btn:hover {
    background: #a3898c;
    color: #fff;
    background: #a3898c;
    border: 1px solid #a3898c;
}

/*------- Legal Pages style  ---------*/

.legal_page_wrap {
    font-size: 16px;
    line-height: 23px;
}

.legal_page_wrap ul {
    margin: 0 0 0 15px;
}

.legal_page_wrap ul li {
    list-style-type: disc;
    font-size: 15px;
    line-height: 23px;
}

.legal_page_wrap p {
    font-size: 16px;
    line-height: 25px;
}

.legal_page_wrap h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin: 10px 0 5px 0;
}

.legal_page_wrap ul {
    margin: 0 0 15px 20px;
}

.legal_page_wrap ul li {
    font-size: 15px;
}

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


    .legal_page_wrap {
        padding: 0 10px;
        font-size: 15px;
        line-height: 23px;
    }

    .legal_page_wrap ul {
        margin: 0 0 0 15px;
    }

    .legal_page_wrap ul li {
        list-style-type: disc;
        font-size: 15px;
        line-height: 23px;
    }
}

/*------- Text Colors   ---------*/

.green_txt {
    color: #f2707f;
}


/*------- button style  ---------*/

.custom_btn {
    width: auto;
    margin: 0 0 0 0;
    text-align: center;
    padding: 8px 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer !important;
    display: inline-block;
    border-radius: 5px;
    box-shadow: none;
}

.custom_btn.sm {
    padding: 5px 15px;
    font-size: 13px;
}

.custom_btn.full {
    width: 100%;
}

.custom_btn.green_btn.outline {
    border: 1px solid #f2707f;
    color: #f2707f;
    background: transparent;
}

.custom_btn.blue_btn.outline {
    border: 1px solid #a3898c;
    color: #a3898c;
    background: transparent;
}

.custom_btn.green_btn {
    /*background: #f2707f;
    border: 1px solid #f2707f;*/
    background: #f2707f;
    border: 1px solid #f2707f;
    color: #fff;
}

.custom_btn.grey_btn {
    background: #b6b6b6;
    border: 1px solid #b6b6b6;
    color: #fff;
}

.custom_btn.grey_btn:focus {
    background: #b6b6b6;
    border: 1px solid #b6b6b6;
    color: #fff;
}

.custom_btn.red_btn {
    /*background: #ff0000;
    border: 1px solid #ff0000;*/
    background: #f2707f;
    border: 1px solid #f2707f;
    color: #fff;
}

.custom_btn.green_btn i,
.custom_btn.red_btn i {
    margin: 0 10px 0 0;
}

.custom_btn.green_btn:hover {
    background: #a3898c;
    border: 1px solid #a3898c;
    color: #fff;
    cursor: pointer;
}

.custom_btn.green_btn.outline:hover {
    background: #f2707f;
    border: 1px solid #f2707f;
    color: #fff;
    cursor: pointer;
}

.custom_btn.blue_btn.outline:hover {
    background: #a3898c;
    border: 1px solid #a3898c;
    color: #fff;
    cursor: pointer;
}

.custom_btn.blue_btn {
    /*background: #a3898c;
    border: 1px solid #a3898c;*/
    border: 1px solid #a3898c;
    background: #a3898c;
    color: #fff;
}

.custom_btn.blue_btn i {
    margin: 0 10px 0 0;
}

.custom_btn.blue_btn:hover,
.custom_btn.red_btn:hover {
    background: #f2707f;
    border: 1px solid #f2707f;
    color: #fff;
    cursor: pointer;
}

.custom_btn.gray_btn {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #555555;
}

.custom_btn.gray_btn:hover {
    background: #ddd;
    border: 1px solid #ddd;
}

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

    .custom_btn {
        width: auto;
        margin: 0 5px 0 0;
        text-align: center;
        padding: 7px 15px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 25px;
        cursor: pointer !important;
        display: inline-block;
        border-radius: 5px;
    }
}

/*------- Form Control  ---------*/

em {
    color: red;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #3c3c3c;
}

.form-control {
    background: #fff;
    border: 1px solid #e6e6e6;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    width: 100%;
    /*border-top: 0;
    border-right: 0;
    border-left: 0;*/
    font-size: 16px;
    border-radius: 5px;
    font-weight: normal;
}

input[type="file"].form-control {
    border: none;
    padding: 5px 0;
}

.form-control:focus {
    box-shadow: none;
    /*border: 2px solid #eceff8;*/
    border: 1px solid #f2707f;
}

.form-control.error {
    border-color: red;
}

.form-group label.error,
label.error {
    color: red;
    font-weight: normal;
    font-size: 14px;
}

textarea.form-control {
    min-height: 200px;
}


.page_header {
    margin: 0px 0 0px 0;
}

.page_header h1 {
    font-size: 28px;
    font-weight: 500;
    position: relative;
    padding: 15px 0 0px 0;
}

.page_header h1:before {
    content: "";
    width: 70px;
    height: 6px;
    border-radius: 10px;
    background: #f2707f;
    position: absolute;
    top: 0;
    left: 0;
}

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


    .form-group label {
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 5px 0;
        color: #3c3c3c;
    }

    .page_header h1 {
        font-size: 23px;
        font-weight: 500;
        position: relative;
        padding: 10px 0 0px 0;
    }
}

/*------- Header Offer bar  ---------*/


.header_offer {
    /*background: #2c2c2c;*/
    /*background: #ff1a75;*/
    background: linear-gradient(to right, #f57c00, #f2707f);
    /*background: linear-gradient(to right, #fbc02d, #f57c00);*/
    /*background: linear-gradient(to right, #f2707f, #D48B33);*/
    /*background: linear-gradient(to right, #f2707f, #C94E10);*/
    /*background: linear-gradient(to right, #f2707f, #C96B00);*/

    padding: 0 10px;
    position: relative;
}

.header_offer h2 {
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin: 0;
}

.header_offer h2 span {
    font-weight: 500;
}

.header_offer .close_offer {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 1.2em;
    opacity: 0.6;
}

.header_offer.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*------- Mini Cart Item  ---------*/


.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    background: #000;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: 0.65;
    visibility: visible;
}

.mini_cart {
    position: fixed;
    width: 430px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    right: 0;
    top: 0;
    transition: .5s;
    visibility: hidden;
    transform: translateX(100%);
}

.mini_cart.active {
    transform: translateX(0);
    transition: .5s;
    visibility: visible;
}

.mini_cart .mini_cart_header {
    padding: 0px 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 60px;
}

.mini_cart .mini_cart_header h3 {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    margin: 0;
    line-height: 60px;
}

.mini_cart .mini_cart_header h3 span {
    color: #f2707f;
}

.mini_cart .mini_cart_header .mini_cart_close {
    position: absolute;
    right: 5px;
    top: 7px;
}

.mini_cart .mini_cart_header .mini_cart_close a {
    padding: 10px;
    display: block;
    font-size: 1.6em;
    color: #555252;
}

.mini_cart .mini_cart_body {
    overflow-y: scroll;
}

.mini_cart .mini_cart_body_no_items {
    padding: 20px;
    text-align: center;
    margin: 100px auto 0 auto;
}

.mini_cart .mini_cart_body_no_items h1 i {
    font-size: 3em;
    opacity: 0.5;
}

.mini_cart .mini_cart_body_no_items h2 {
    font-size: 18px;
}

.mini_cart .mini_cart_body .cart_item {
    overflow: hidden;
    width: 95%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    position: relative;
    min-height: 105px;
}

.mini_cart_body .cart_item .cart_img {
    width: 20%;
    float: left;
    padding: 10px;
}

.mini_cart_body .cart_item .cart_img img {
    width: 100%;
}

.mini_cart_body .cart_item .cart_info {
    width: 80%;
    float: left;
    padding: 10px;
    overflow: hidden;
}

.mini_cart_body .cart_item .cart_info h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.mini_cart_body .cart_item .cart_info p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0;
}


.mini_cart_body .cart_item .gift_unlock h4 {
    font-size: 15px;
    color: #3cb878;
    margin: 10px 0 0 0;
}

.mini_cart_body .cart_item .free_tag {
    position: absolute;
    left: -40px;
    bottom: 42px;
    background: #DBFCE7;
    transform: rotate(-90deg);
    display: block;
}

.mini_cart_body .cart_item .free_tag p {
    color: #3cb878;
    margin: 0;
    padding: 0px;
    width: 105px;
    text-align: center;
    line-height: 24px;
    overflow: auto;
    font-size: 15px;
}

.cart_item .cart-plus-minus {
    border: 1px solid #8e8e8e;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;
}

.cart_item .pro-details-quality {
    margin: 10px auto;
}

.cart_item .cart-plus-minus .qtybutton {
    color: #8e8e8e;
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}

.cart_item .cart-plus-minus .dec.qtybutton {
    height: 30px;
    left: 0;
    padding-top: 4px;
    top: 0;
}

.cart_item .cart-plus-minus .inc.qtybutton {
    height: 30px;
    padding-top: 4px;
    right: 0;
    top: 0
}

.cart_item .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #8e8e8e;
    float: left;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80px;
}

.cart_item .cart_info .price {
    margin: 2px 0 3px 0;
}

.cart_item .cart_info .price span.actual {
    font-size: 16px;
    position: relative;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #555252;
}

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

.cart_item .cart_info .price span.offer {
    font-size: 12px;
    border-radius: 10px;
    padding: 2px 3px;
    color: #ff6666;
}

.cart_item .cart_info .price .tax {
    font-size: 13px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
}

.cart_item .cart_info .savings {
    padding: 0px 0 0 0;
}

.cart_item .cart_info .savings h4 {
    font-size: 12px;
    font-weight: 400;
    color: #555252;
    margin: 0 0 0 0;
}

.cart_item .cart_info .savings h4 span {
    /*color: #f2707f;*/
    color: #3cb878;
    font-weight: 500;
}

.cart_item .cart_remove {
    position: relative;
    width: auto;
    float: right;
    text-align: center;
}

.cart_item .cart_remove button {
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
}

.mini_cart .mini_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #f6f6f8;
    width: 100%;
    height: 135px;
}

.mini_cart .mini_cart_footer h1 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 5px 0 10px 0;
    line-height: 20px;
}

.mini_cart .mini_cart_footer h1 span.actual {
    color: #222;
}

.mini_cart .mini_cart_footer h1 span.old {
    color: #8e8e8e;
    font-weight: 400;
    text-decoration: line-through;
}

.mini_cart .mini_cart_footer p {
    text-align: center;
}

.mini_cart .mini_cart_footer h4 {
    font-size: 14px;
    text-align: center;
}

.mini_cart .mini_cart_footer h4 span {
    color: #f2707f;
}

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


    .mini_cart {
        width: 90%;
        height: 100%;
    }

    .mini_cart .mini_cart_body .cart_item {
        overflow: hidden;
        width: 100%;
        border-bottom: 1px solid #ddd;
        margin: 0 auto;
        position: relative;
        min-height: 100px;
    }

    .mini_cart_body .cart_item .cart_img {
        width: 25%;
        float: left;
        padding: 0px;
    }

    .mini_cart_body .cart_item .cart_info {
        width: 75%;
        float: left;
        padding: 5px;
        overflow: hidden;
    }

    .mini_cart_body .cart_item .cart_info h5 {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }

    .cart_item .pro-details-quality {
        margin: 5px auto;
    }

    .mini_cart_body .cart_item .cart_info .price {
        margin: 2px 0 0px 0;
    }

    .mini_cart_body .cart_item .cart_info .price span.actual {
        font-size: 14px;
        position: relative;
        font-weight: 500;
        margin: 0 5px 0 0;
        color: #555252;
        line-height: 18px;
    }

    .mini_cart_body .cart_item .cart_info .price span.old {
        font-size: 13px;
        position: relative;
        color: #8e8e8e;
        font-weight: 400;
        text-decoration: line-through;
        line-height: 18px;
    }

    .mini_cart_body .cart_item .cart_info .price span.offer {
        font-size: 12px;
        border-radius: 10px;
        padding: 2px 3px;
        color: #ff6666;
        line-height: 18px;
    }

    .mini_cart_body .cart_item .cart_info .price .tax {
        font-size: 13px;
        font-style: italic;
        color: rgba(0, 0, 0, 0.6);
    }

    .mini_cart_body .cart_item .cart_info .savings {
        padding: 0px 0 0 0;
    }

    .mini_cart_body .cart_item .cart_info .savings h4 {
        font-size: 12px;
        font-weight: 400;
        color: #555252;
        margin: 0 0 0 0;
    }

    .mini_cart_body .cart_item .cart_info .savings h4 span {
        /*color: #f2707f;*/
        color: #3cb878;
        font-weight: 400;
    }

    .mini_cart_body .cart_item .free_tag {
        position: absolute;
        left: -40px;
        bottom: 39px;
        background: #DBFCE7;
        transform: rotate(-90deg);
        display: block;
    }

    .mini_cart_body .cart_item .free_tag p {
        color: #3cb878;
        margin: 0;
        padding: 0px;
        width: 100px;
        text-align: center;
        line-height: 21px;
        overflow: auto;
        font-size: 14px;
    }

}


/*------- Pop up Box  ---------*/


.pop_up_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    background: #000;
    transition: .15s;
    top: 0;
}

.pop_up_overlay.active {
    opacity: 0.65;
    transition: .15s;
    visibility: visible;
}

.pop_up_wrap {
    position: absolute;
    width: 40%;
    height: auto;
    background: #fff;
    z-index: 9999;
    right: 30%;
    top: 40px;
    transition: .3s;
    visibility: hidden;
    transform: translateY(-100%);
}

.pop_up_wrap.active {
    transform: translateX(0);
    transition: .5s;
    visibility: visible;
}

.pop_up_wrap .pop_up_head {
    padding: 0px 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 60px;
}

.pop_up_wrap .pop_up_head h3 {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    margin: 0;
    line-height: 60px;
}

.pop_up_wrap .pop_up_head h3 span {
    color: #f2707f;
}

.pop_up_wrap .pop_up_head .pop_up_close {
    position: absolute;
    right: 5px;
    top: 7px;
}

.pop_up_wrap .pop_up_head .pop_up_close a {
    padding: 10px;
    display: block;
    font-size: 1.6em;
    color: #555252;
}

.pop_up_wrap .pop_up_body {
    padding: 20px;
}

.pop_up_wrap .pop_up_footer {
    position: relative;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    width: 100%;
    background: #fff;
}

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

    .pop_up_wrap {
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        z-index: 9999;
        right: 0;
        top: 0;
        transition: .3s;
        visibility: hidden;
        transform: translateY(-100%);
        margin: 0 0 50px 0;
    }
}

@media only screen and (max-width:1024px) and (orientation: landscape) {

    .pop_up_wrap {
        position: absolute;
        width: 70%;
        height: auto;
        background: #fff;
        z-index: 9999;
        right: 15%;
        top: 0;
        transition: .3s;
        visibility: hidden;
        transform: translateY(-100%);
        margin: 0 0 50px 0;
    }

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .pop_up_wrap {
        position: absolute;
        width: 70%;
        height: auto;
        background: #fff;
        z-index: 9999;
        right: 15%;
        top: 50px;
        transition: .3s;
        visibility: hidden;
        transform: translateY(-100%);
        margin: 0 0 50px 0;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}


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

.product_item {
    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 30px 0;
    overflow: hidden;
    border: 1px solid #ddd;

}

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

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

.product_item .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_item .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_item:hover .hover-img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

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

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

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

.product_item .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_item .product_img span.popular {
    /*background: #ff1a75;*/
    background: #f2707f;
}

.product_item .product_img span.new {
    /* background: #f2707f;*/
    background: #f2707f;
}

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

.product_item .product_img span.deals {
    background: #ff0000;
    /*background: #f2707f;*/
}

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

.product_item .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_item .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_item .product_img .add_to_favourite .fa-heart {
    display: none;
}


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

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

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

.product_item .content .name {
    min-height: 100px;
}

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

.product_item .content h1 {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    font-weight: 500;
}

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

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

.product_item .content h5 {
    font-size: 16px;
    color: #000;
    opacity: 0.5;
    font-weight: normal;
    margin: 10px 0 15px 0;
    line-height: 23px;
}

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

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

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

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

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

.product_item .ratings {
    position: relative;
}

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

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

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

.product_item .add_to_cart {
    background: #f2707f;
    border: 1px solid #f2707f;
    color: #fff;
    width: 49%;
    margin: 0 5px 0 0;
    text-align: center;
    padding: 10px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer !important;
    display: inline-block;
}

.product_item .add_to_cart.red,
.product_related_item .add_to_cart.red {
    background: #f2707f;
    border: 1px solid #f2707f;
}

.product_item .buy_now.red,
.product_related_item .buy_now.red {
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
}

.product_item .add_to_cart.red:hover,
.product_related_item .add_to_cart.red:hover {
    background: #f2707f;
    border: 1px solid #f2707f;
}

.product_item .buy_now.red:hover,
.product_related_item .buy_now.red:hover {
    background: #f2707f;
    border: 1px solid #f2707f;
}


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

.product_item .add_to_cart:hover {
    background: #a3898c;
    border: 1px solid #a3898c;
    color: #fff;
    cursor: pointer;
}

.product_item .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_item .buy_now:hover {
    background: #a3898c;
    color: #fff;
    background: #a3898c;
    border: 1px solid #a3898c;
    cursor: pointer;
}

.product_item .buy_now.dark {
    border-color: #a3898c;
    color: #fff;
    background: #a3898c;
}

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


.sp-wrap .offer_tag {
    position: absolute;
    background: rgba(0, 0, 0, 0.5) !important;
    background: linear-gradient(to right, #3cb878, #028f49) !important;
    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;
}

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

    .product_item {
        margin: 0 0 20px 0;
    }

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

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

    .product_item .content h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        font-weight: 500;
        margin: 0;
    }

    .product_item .content h5 {
        font-size: 14px;
        color: #000;
        opacity: 0.5;
        line-height: 20px;
        font-weight: normal;
        margin: 5px 0 10px 0;
    }

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

    .product_item .content .price span.rs {
        font-size: 1.3em;
        position: relative;
        font-weight: 500;
        margin: 0 0px 0 0;
    }

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

    .product_item .content .price span.old {
        color: #8e8e8e;
        font-size: 1.3em;
        font-weight: 400;
        text-decoration: line-through;
    }

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

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


    .product_item .add_to_cart {
        width: 56%;
        margin: 0 2px 0 0;
        padding: 8px 5px;
        font-size: 14px;
    }

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

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

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}


/*------- Combo Items  ---------*/


.combo_wrap {
    margin: 20px 0 0 0;
}

.combo_wrap h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.combo_item {
    background: #fff;
    border-radius: 5px;
    transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
    margin: 0 10px 10px 0px;
    overflow: hidden;
    border: 1px solid #ddd;
    min-height: 60px;
    width: 65%;
    position: relative;
    overflow: auto;
    float: left;
}

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

.combo_item .product_img {
    position: relative;
    overflow: hidden;
    width: 20%;
    float: left;
    padding: 2px 0 2px 10px;
}

.combo_item .product_img img {
    width: 45px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.combo_item .product_img p {
    position: absolute;
    top: 3px;
    left: 4px;
    background: #f2707f;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

.combo_item .content {
    float: left;
    width: 80%;
    position: relative;
    padding: 2px 10px 5px 0;
}

.combo_item .content .name h1 {
    font-size: 15px;
    font-weight: normal !important;
    line-height: 15px;
    font-weight: 500;
    margin: 7px 0 0 0px;
}

.combo_item .content .name h1 a {
    color: #555252;
}

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


.combo_item .content .price {
    padding: 3px 0 0 0;
    position: relative;
}

.combo_item .content .price span.actual {
    font-size: 1em;
    position: relative;
    font-weight: normal;
    margin: 0 5px 0 0;
    color: #555252;
}



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


    .combo_wrap {
        margin: 20px 0 0 0;
    }

    .combo_wrap h6 {
        font-size: 17px;
        font-weight: 500;
        margin: 0 0 20px 0;
    }

    .combo_item {
        background: #fff;
        border-radius: 5px;
        transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
        margin: 0 0 10px 0px;
        overflow: hidden;
        border: 1px solid #ddd;
        min-height: 70px;
        width: 100%;

    }

    .combo_item:hover {
        border: 1px solid #fff;
        box-shadow: 0px 3px 13px 5px rgba(54, 74, 99, 0.05);
    }

    .combo_item .product_img {
        position: relative;
        overflow: hidden;
        width: 23%;
        float: left;
        padding: 5px 0 0 10px;
    }

    .combo_item .product_img img {
        width: 55px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .combo_item .content {
        float: left;
        width: 77%;
        position: relative;
        padding: 2px 0px;
    }

    .combo_item .content .name h1 {
        font-size: 14px;
        line-height: 21px;
        margin: 7px 0 0 0;
    }

    .combo_item .content .name h1 a {
        color: #555252;
    }

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

    .combo_item .content .price {
        padding: 0px 0 0 0;
    }

    .combo_item .content .price span.actual {
        font-size: 1em;
        position: relative;
        font-weight: normal;
        margin: 0 5px 0 0;
        color: #555252;
    }

}

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

.product_related_item {
    background: #fff;
    border-radius: 5px;
    transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
    margin: 0 0 30px 0;
    overflow: hidden;
    border: 1px solid #ddd;

}

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

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

.product_related_item .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_related_item .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_related_item:hover .hover-img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

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

.product_related_item .product_img span.popular {
    /*background: #ff1a75;*/
    background: #f2707f;
}

.product_related_item .product_img span.new {
    background: #f2707f;
}

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

.product_related_item .product_img span.deals {
    /*background: #ff0000;*/
    background: #f2707f;
}

.product_related_item .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_related_item .product_img .add_to_favourite .fa-heart {
    display: none;
}


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

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

.product_related_item .content {
    padding: 10px;
    position: relative;

}

.product_related_item .content .name {}

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

.product_related_item .content h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

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

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

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

.product_related_item .content .price {
    padding: 0px 0 0 0;
}

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

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

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

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

.product_related_item .ratings {
    position: relative;
}


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

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

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

.product_related_item .add_to_cart {
    background: #f2707f;
    border: 1px solid #f2707f;
    color: #fff;
    width: 49%;
    margin: 0 5px 0 0;
    text-align: center;
    padding: 10px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer !important;
    display: inline-block;
}

.product_related_item.survey .add_to_cart {
    width: 100%;
}

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

.product_related_item .add_to_cart:hover {
    background: #a3898c;
    border: 1px solid #a3898c;
    color: #fff;
    cursor: pointer;
}

.product_related_item .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_related_item .buy_now:hover {
    background: #a3898c;
    color: #fff;
    background: #a3898c;
    border: 1px solid #a3898c;
    cursor: pointer;
}

.product_related_item .buy_now.dark {
    border-color: #a3898c;
    color: #fff;
    background: #a3898c;
}

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


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

    .product_related_item {
        margin: 0 0 20px 0;
    }


    .product_related_item .content .name {
        min-height: 30px;
    }

    .product_related_item .content h1 {
        font-size: 19px;
        font-weight: 400;
        line-height: 25px;
        font-weight: 500;
        margin: 0;
    }

    .product_related_item .content h5 {
        font-size: 15px;
        color: #000;
        opacity: 0.5;
        font-weight: normal;
        margin: 5px 0 10px 0;
    }

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

    .product_related_item .content .price span.rs {
        font-size: 1.3em;
        position: relative;
        font-weight: 500;
        margin: 0 0px 0 0;
    }

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

    .product_related_item .content .price span.old {
        color: #8e8e8e;
        font-size: 1.3em;
        font-weight: 400;
        text-decoration: line-through;
    }

    .product_related_item .content .price span.offer {
        font-size: 1.1em;
        padding: 2px 1px;
        color: #ff6666;
    }

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


    .product_related_item .add_to_cart {
        width: 56%;
        padding: 8px 5px;
        font-size: 14px;
    }

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

}

/*------- Product List Survey ---------*/

.survey_product_list_wrap h5 {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.survey_product_list {
    background: #fff;
    border-radius: 5px;
    transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
    margin: 0 0 20px 0;
    overflow: hidden;
    border: 1px solid #ddd;
}

.survey_product_list .product_img {
    position: relative;
    overflow: hidden;
    width: 29%;
    float: left;
}

.survey_product_list .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;
    margin: 0 0 15px 0;
}


.survey_product_list .content {
    padding: 10px 0 10px 10px;
    position: relative;
    width: 70%;
    float: left;
}

.survey_product_list .content .name {}

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

.survey_product_list .content h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

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

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

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

.survey_product_list .content .price {
    padding: 0px 0 0 0;
}

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

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

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

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

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

.survey_product_list .add_to_cart {
    background: #f2707f;
    border: 1px solid #f2707f;
    color: #fff;
    width: auto;
    margin: 0 5px 0 0;
    text-align: center;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer !important;
    display: inline-block;
}

.survey_product_list.survey .add_to_cart {
    width: 100%;
}

.survey_product_list .add_to_cart i,
.survey_product_list .buy_now i {
    margin: 0 7px 0 0;
}

.survey_product_list .add_to_cart:hover {
    background: #a3898c;
    border: 1px solid #a3898c;
    color: #fff;
    cursor: pointer;
}

.survey_product_list_footer {
    position: fixed;
    padding: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
}

.survey_product_list_footer h2 {
    font-size: 16px;
    font-weight: 500;
    float: left;
    margin: 0;
    line-height: 45px;
    font-style: italic;

}

.survey_product_list_footer p {
    text-align: right;
    float: right;
    margin: 0;
}

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


    .survey_product_list_footer h2 {
        font-size: 15px;
        font-weight: 500;
        float: none;
        margin: 0;
        line-height: 45px;
        text-align: center;
    }

    .survey_product_list_footer p {
        text-align: center;
        float: none;
        margin: 0;
    }

}

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

.home_category {}

.home_category img {
    width: 100%;
}

/*------- Doctor Consulation ---------*/


.doctor_consultation img {
    width: 200px;
}

.doctor_consultation h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 28px;
}

.doctor_consultation h1 span {
    color: #f2707f;
}

.doctor_consultation h3 {
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto 20px auto;
    width: 85%;
}

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

    .doctor_consultation h1 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px 0;
        line-height: 25px;
    }

    .doctor_consultation h1 span {
        color: #f2707f;
    }

    .doctor_consultation h3 {
        font-size: 14px;
        line-height: 23px;
        margin: 0 auto 20px auto;
        width: 85%;
    }

}

/*------- Success Stories  ---------*/

.success_stories {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    border-radius: 5px;
}

.success_stories:hover {
    box-shadow: 0px 3px 13px 5px rgba(54, 74, 99, 0.1);
    /*background: rgba(183, 205, 40,0.05);*/
}

.success_stories .customer_info {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.success_stories .customer_info .pic {
    float: left;
    width: 16%;
}

.success_stories .customer_info .pic h2 {
    font-weight: 500;
    font-size: 1.6em;
    width: 50px;
    height: 50px;
    background: #fff3f4;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 0;
}

.success_stories .customer_info .name {
    float: left;
    margin: 0 0 0 10px;
    width: 77%;
}

.success_stories .customer_info .name h3 {
    font-weight: 500;
    font-size: 16px;
    margin: 4px 0 4px 0;
    line-height: 18px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.success_stories .customer_info .name p {
    font-size: 13px;
    color: #8e8e8e;
    display: inline-block;
    margin: 0;
}

.success_stories .customer_info span.verified {
    color: #3cb878;
    padding: 0 0 0 10px;
}

.success_stories .ratings ul.rated {
    width: 100%;
    margin: 0;
}

.success_stories .ratings ul.rated li {
    display: inline-block;
    font-size: 18px;
    list-style-type: none;
    line-height: 27px;
}

.success_stories .ratings ul.rated li.full {
    color: #f2707f;
}

.success_stories .ratings ul.rated li.half {
    color: #ccc;
}

.success_stories .content {
    padding: 10px;
}

.success_stories .content h4 {
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 5px 0;
    line-height: 25px;
}

.success_stories .content p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}

.success_stories .content h6 {
    font-size: 14px;
    color: #8e8e8e;
    line-height: 21px;
}

.success_stories .content h6 a {
    color: #8e8e8e;
}

.success_stories .content h6 a:hover {
    color: #f2707f;
}

.success_stories .image img {
    width: 100%;
}

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


    .success_stories .customer_info .pic {
        float: left;
        width: 16%;
    }

    .success_stories .customer_info .pic h2 {
        font-weight: 500;
        font-size: 1.5em;
        width: 45px;
        height: 45px;
        background: #fff3f4;
        border-radius: 50%;
        text-align: center;
        line-height: 45px;
        margin: 0;
    }

    .success_stories .customer_info .name {
        float: left;
        margin: 0 0 0 10px;
        width: 77%;
    }

    .success_stories .customer_info .name h3 {
        font-weight: 500;
        font-size: 15px;
        margin: 4px 0 2px 0;
        line-height: 17px;
    }

    .success_stories .customer_info .name p {
        font-size: 13px;
    }


    .success_stories .content h4 {
        font-weight: 500;
        font-size: 15px;
        margin: 0 0 5px 0;
        line-height: 21px;
    }

    .success_stories .content p {
        font-size: 14px;
        line-height: 21px;
        margin: 10px 0;
    }

    .success_stories .content h6 {
        font-size: 14px;
        color: #8e8e8e;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}


/*------- Product Details  ---------*/

.floating_cart_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 15px 10px 15px;
    z-index: 101;
    box-shadow: 10px 5px 10px 12px rgba(0, 0, 0, 0.12);
}

.floating_cart_bar h2 {
    font-size: 16px;
    padding: 0 0 0 40px;
    line-height: 47px;
    color: #010101;
    font-weight: 500;
    margin: 0;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    display: inline-block;
}

.floating_cart_bar img {
    width: 45px;
    margin: 0 0px 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0;
}

.floating_cart_bar h3 {
    font-size: 14px;
    margin: 0 0 0 0;
    line-height: 12px;
}

.floating_cart_bar p {
    text-align: left;
}

.floating_cart_bar .price {
    padding: 11px 0 0 0;
    float: right;
}

.floating_cart_bar .price span.rs {
    font-size: 1.35em;
    position: relative;
    font-weight: 500;
    margin: 0 0px 0 0;
    color: #555252;
}

.floating_cart_bar .price span.actual {
    font-size: 1.35em;
    position: relative;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #555252;
}

.floating_cart_bar .price span.old {
    font-size: 1.1em;
    position: relative;
    color: #8e8e8e;
    font-weight: 400;
    text-decoration: line-through;
}

.floating_cart_bar .price span.offer {
    font-size: 1em;
    border-radius: 10px;
    padding: 2px 3px;
    color: #ff6666;
}

.floating_cart_bar button {
    margin: 0 0 0 10px;
}

.mobile_floating_cart_bar {
    display: none;
    visibility: hidden;
}

.product_details h2 {
    font-weight: 500;
    font-size: 23px;
    margin: 0 0 10px 0;
    color: #555252;
    line-height: 32px;
}

.product_details p {
    font-size: 18px;
    margin: 0 0 0 0;
}

.product_details p.closing_soon {
    font-size: 16px;
    color: red;
}

.product_details span.rating_count {
    font-size: 15px;
    opacity: 0.7;
    padding: 3px 0 0 0;
    line-height: 28px;
}

.product_details h3 {
    font-size: 16px;
    margin: 10px 0 0px 0;
}

.product_details h3 span {
    font-weight: 500;
}

.product_details .price {
    padding: 20px 0 0px 0;
}

.product_details .price span.rs {
    font-size: 1.8em;
    position: relative;
    font-weight: 500;
    margin: 0 0px 0 0;
    color: #555252;
}

.product_details .price span.actual {
    font-size: 1.8em;
    position: relative;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #555252;
}

.product_details .price span.old {
    font-size: 1.5em;
    position: relative;
    color: #8e8e8e;
    font-weight: 400;
    text-decoration: line-through;
}

.product_details .price span.offer {
    font-size: 1.1em;
    border-radius: 10px;
    padding: 2px 3px;
    color: #ff6666;
}

.product_details .price .tax {
    font-size: 13px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
}

.product_details .savings {
    padding: 5px 0 10px 0;
}

.product_details .savings h4 {
    font-size: 16px;
    font-weight: 400;
    color: #555252;
}

.product_details .savings h4 span {
    color: #f2707f;
    font-weight: 500;
}


.product_description {
    margin: 30px 0 40px 0;
}

.product_description p {
    font-size: 16px;
    line-height: 28px;
}

.product_description h2 {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
}

.product_description h1 {
    font-size: 23px;
    font-weight: 500;
    position: relative;
    padding: 15px 0 10px 0;
    line-height: 28px;
}

.product_description h1:before {
    content: "";
    width: 70px;
    height: 5px;
    border-radius: 10px;
    background: #f2707f;
    position: absolute;
    top: 0;
    left: 0;
}

.product_description ul,
.product_description ol {
    margin: 10px 0 15px 40px;
}

.product_description ul li,
.product_description ol li {
    font-size: 16px;
    line-height: 28px;
    list-style-type: disc;
}

.product_description .accordion {
    margin: 0 0 0 30px;
}

.product_description .accordion .card {
    background: #fff;
    border: none;
    margin: 10px 0;
}

.product_description .accordion .card .card-header {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 20px;
    position: relative;
    margin: 0px 0 1px 0;
}

.product_description .accordion .card .card-header h2 {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-weight: 500;
    color: #555252;
}

.product_description .accordion .card .card-header h2 a {
    color: #555252;
}

.product_description .accordion .card .card-header h2 a:hover {
    color: #f2707f;
}

.product_description .accordion .card .card-header button {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #555252;
}

.product_description .accordion .card .card-header button:hover {
    color: #f2707f;
}

.product_description .accordion .card .card-header button:focus {
    border: none;
    box-shadow: none;
}

.product_description .accordion .card p {
    font-size: 16px;
    line-height: 28px;
}

.review_wrap {
    width: 100%;
}

.review_wrap .counter {
    width: 28%;
    float: left;
    position: relative;
    padding: 50px 40px 40px 40px;
    border-right: 1px solid #ddd;
    min-height: 150px;
}

.review_wrap .counter h3 {
    font-size: 3em;
    width: 75px;
    float: left;
    font-weight: 500;
}

.review_wrap .counter .stars_list {
    margin: 0;
    width: 150px;
    float: left;
}

.review_wrap .counter .stars_list li {
    list-style-type: none;
    display: inline-block;
    font-size: 2em;
    color: #ffa900;
}

.review_wrap .counter p {
    font-size: 15px;
}

.review_wrap .rated_stars {
    width: 36%;
    float: left;
    padding: 0 10px;
    margin: 0 0 0 10px;
    border-right: 1px solid #ddd;
}

.review_wrap .rated_stars .rating_list {
    margin: 5px 0 5px 0;
}

.review_wrap .rated_stars .rating_list .rated {
    margin: 0;
    padding: 0;
    float: left;
    width: 110px;
}

.review_wrap .rated_stars .rating_list .progress {
    width: 200px;
    float: left;
    margin: 10px 10px 7px 0;
    border-radius: 0 !important;
    background: #f1f1f1;
    height: 7px;
}

.review_wrap .rated_stars .rating_list .progress .progress-bar.green {
    border-radius: none !important;
    background-color: rgb(114, 225, 128);
}

.review_wrap .rated_stars .rating_list .progress .progress-bar.orange {
    border-radius: none !important;
    background-color: rgb(251, 178, 91);
}

.review_wrap .rated_stars .rating_list .progress .progress-bar.red {
    border-radius: none !important;
    background-color: rgb(236, 102, 102);
}

.review_wrap .rated_stars .rating_list p {
    float: left;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

.review_wrap .rated_stars .rating_list p .percent {
    color: #f2707f;
    margin: 0 10px 0 0;
    width: 30px;
    display: inline-block;
    text-align: right;
}

.review_wrap .write_wrap {
    width: 30%;
    float: left;
    min-height: 175px;
}

.review_wrap .write_wrap p {
    vertical-align: middle;
    text-align: right;
    margin: 50px 0 0 0;
}

.review_form h3 {
    font-size: 18px;
}

.review_form .help_text {
    font-size: 13px;
    line-height: 18px;
}

.grid_wrap {
    margin: 20px 0;
}

.consulation_wrap {
    background: #f1f1f1;
    padding: 7px 25px 10px 95px;
    position: relative;
    border-radius: 80px;
    min-height: 80px;
    width: 60%;
    margin: 0 0 20px 0;
    /*border: 2px solid #ddd;*/
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
}

.consulation_wrap a {
    display: block;
}

.consulation_wrap:hover {
    background: #f9fbea;
    color: #fff !important;
}

.consulation_wrap img {
    width: 75px;
    position: absolute;
    top: 6px;
    left: 7px;
}

.consulation_wrap h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 3px 0;
    line-height: 21px;
}

.consulation_wrap h3 {
    font-size: 14px;
    margin: 0;
    line-height: 21px;
}

.consulation_wrap p {
    text-align: right;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}

.mobile_slider .carousel-indicators {
    margin: 20px 0 0 0;
    bottom: -40px;
}

.mobile_slider .carousel-indicators li {
    list-style-type: none;
    background-color: #ccc;
    height: 4px;
}

.mobile_slider .carousel-control-prev-icon {
    /* background-color: #ccc;
    padding: 10px;*/
}


.mobile_slider_wrap {
    display: none;
}

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

.review_rating p {
    font-size: 16px;
    margin: 0 0 0 0;
}

.review_rating h2 {
    margin: 0 0 0px 0;
    font-size: 2em;
}

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

    .floating_cart_bar {
        display: none;
    }

    .floating_cart_bar p {
        text-align: center;
    }

    .mobile_floating_cart_bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        /* background: #f2707f;*/
        /*background: #a3898c;*/
        background: #a3898c;
        padding: 0;
        z-index: 101;
        box-shadow: 10px 5px 10px 12px rgba(0, 0, 0, 0.12);
        display: block;
        visibility: visible;
    }

    .mobile_floating_cart_bar button.green_btn {
        border-radius: 0px;
        margin: 0;
        width: 49%;
        font-size: 14px;
        padding: 12px 0;
    }

    .mobile_floating_cart_bar button.blue_btn {
        border-radius: 0px;
        margin: 0;
        width: 49%;
        font-size: 14px;
        padding: 12px 0;
        float: right;
    }

    .mobile_floating_cart_bar button.red_btn {
        border-radius: 0px;
        margin: 0;
        width: 49%;
        font-size: 14px;
        padding: 12px 0;
        float: right;
    }

    .product_details .price {
        padding: 20px 0 0px 0;
    }

    .product_details .savings {
        padding: 5px 0 10px 0;
    }

    .consulation_wrap {
        background: #f1f1f1;
        padding: 7px 24px 7px 110px;
        position: relative;
        border-radius: 80px;
        min-height: 100px;
        width: 100%;
        margin: 0 0 20px 0;
        /*border: 2px solid #ddd;*/
        box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
        transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
    }

    .consulation_wrap img {
        width: 90px;
        position: absolute;
        top: 6px;
        left: 7px;
    }

    .consulation_wrap h2 {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 5px 0;
        line-height: 19px;
    }

    .consulation_wrap h3 {
        font-size: 14px;
        margin: 0;
        line-height: 20px;
    }

    .consulation_wrap p {
        text-align: left;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 13px;
    }

    .product-details-content .pro-details-quality .pro-details-cart a {
        font-size: 14px;
    }

    .product_details h2 {
        font-size: 18px;
    }

    .product_details p {
        font-size: 15px;
        margin: 0 0 0 0;
        line-height: 21px;
    }

    .product_details h3 {
        font-size: 15px;
        margin: 5px 0;
    }

    .product_details .price {
        padding: 5px 0 0px 0;
    }

    .product_details .price span.rs,
    .product_details .price span.actual {
        font-size: 1.5em;
    }

    .product_details .price span.old {
        font-size: 1.2em;
    }

    .product_details .price span.offer {
        font-size: 1.1em;
        border-radius: 10px;
        padding: 2px 3px;
        color: #ff6666;
    }

    .product_details .price .tax {
        font-size: 13px;
        font-style: italic;
        color: rgba(0, 0, 0, 0.6);
    }

    .product_details .savings {
        padding: 5px 0 5px 0;
    }

    .product_details .savings h4 {
        font-size: 14px;
        font-weight: 400;
        color: #555252;
        line-height: 21px;
        margin: 0;
    }

    .product_details .savings h4 span {
        color: #f2707f;
        font-weight: 500;
    }

    .product_description {
        margin: 20px 0 30px 0;
    }

    .product_description p {
        font-size: 15px;
        line-height: 23px;
    }

    .product_description h1 {
        font-size: 20px;
        font-weight: 500;
        position: relative;
        padding: 10px 0 10px 0;
    }

    .product_description h1:before {
        content: "";
        width: 70px;
        height: 6px;
        border-radius: 10px;
        background: #f2707f;
        position: absolute;
        top: 0;
        left: 0;
    }

    .product_description ul,
    .product_description ol {
        margin: 10px 0 15px 25px;
    }

    .product_description ul li,
    .product_description ol li {
        font-size: 15px;
        line-height: 22px;
        list-style-type: disc;
    }

    .product_description .accordion {
        margin: 0 0 0 0px;
    }

    .product_description .accordion .card {
        background: #fff;
        border: none;
        margin: 10px 0;
    }

    .product_description .accordion .card .card-header {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px 10px;
        position: relative;
        margin: 0px 0 1px 0;
    }

    .product_description .accordion .card .card-header h2 {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
        font-weight: 500;
        color: #555252;
        padding: 0 20px 0 0;
    }

    .product_description .accordion .card .card-header button {
        position: absolute;
        right: 0px;
        top: 10px;
        color: #555252;
    }

    .product_description .accordion .card .card-header button:hover {
        color: #f2707f;
    }

    .product_description .accordion .card .card-body {
        padding: 5px;
    }

    .product_description .accordion .card p {
        font-size: 14px;
        line-height: 21px;
    }

    .review_wrap {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .review_wrap .counter {
        width: 100%;
        float: left;
        position: relative;
        padding: 10px;
        border-right: none;
        border-bottom: 1px solid #ddd;
        min-height: 105px;
        margin: 0 0 10px 0;
    }

    .review_wrap .counter h3 {
        font-size: 2.8em;
        width: 75px;
        float: left;
        font-weight: 500;
    }

    .review_wrap .counter .stars_list {
        margin: 0;
        width: 150px;
        float: left;
    }

    .review_wrap .counter .stars_list li {
        list-style-type: none;
        display: inline-block;
        font-size: 2em;
        color: #ffa900;
    }

    .review_wrap .counter p {
        font-size: 15px;
    }

    .review_wrap .rated_stars {
        width: 100%;
        float: left;
        padding: 0 0 20px 0;
        margin: 0 0 0 0;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .review_wrap .rated_stars .rating_list {
        margin: 0 0 5px 0;
    }

    .review_wrap .rated_stars .rating_list .rated {
        margin: 0;
        padding: 0;
        float: left;
        width: 105px;
    }

    .review_wrap .rated_stars .rating_list .rated li {
        display: inline-block;
        font-size: 16px;
        color: #555252;
        opacity: 0.7;
    }

    .review_wrap .rated_stars .rating_list .progress {
        width: 110px;
        float: left;
        margin: 9px 5px 7px 0;
        border-radius: 0 !important;
        background: #f1f1f1;
    }

    .review_wrap .rated_stars .rating_list .progress .progress-bar {
        border-radius: none !important;
        background-color: #f2707f;

    }

    .review_wrap .rated_stars .rating_list p {
        float: right;
        margin: 0;
        font-size: 14px;
        line-height: 29px;
    }

    .review_wrap .rated_stars .rating_list p span {
        color: #f2707f;
        margin: 0 5px 0 0;
    }

    .review_wrap .write_wrap {
        width: 100%;
        float: left;
        min-height: 85px;
    }

    .review_wrap .write_wrap p {
        vertical-align: middle;
        text-align: center;
        margin: 30px 0 0 0;

    }

    .mobile_slider_wrap {
        display: block;
    }

}


/*------- Regiter and Login  ---------*/

.auth_form {
    padding: 20px 15%;
}

.auth_form h2,
.register_form h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.register_form {
    border-left: 1px solid #ddd;
    padding: 20px 15%;
}


/*------- Account Page  ---------*/

.account_menu li {
    /* list-style-type: none;
    display: inline-block;*/
    margin: 0px 10px 5px 0;
}

.account_menu li a {
    padding: 15px 20px;

    font-size: 15px;
    display: block;
    text-transform: uppercase;
    border-left: 5px solid transparent;
}

.account_menu li.active a {
    border-left: 5px solid #f2707f;
    color: #f2707f;
    background: #fff;
}

.account_menu li a:hover {
    border-left: 5px solid #f2707f;
    background: #fff;
}

.no_orders {
    text-align: center;
    padding: 20px;
    margin: 40px auto;
    width: 50%;
}

.no_orders h1 i {
    font-size: 2.5em;
    opacity: 0.8;
}

.no_orders p {
    font-size: 16px;
}

.address_item {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    border-radius: 5px;
    position: relative;
    margin: 0 0 30px 0;
}

.address_item h4 {
    font-size: 17px;
    font-weight: 500;
}

.address_item h5 {
    font-size: 15px;
}

.address_item p {
    font-size: 14px;
    margin: 0 0 5px 0;
    line-height: 20px;
    position: relative;
}

.address_item .content {
    padding: 15px;
    min-height: 180px;
}

.address_item .content h6 {
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
    color: #555252;
}

.address_item .content h6 i {
    color: #f2707f;
    font-size: 1.2em;
}


.address_item ul {
    margin: 0px 0 0 0;
    border-top: 1px solid #ddd;
}

.address_item ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin: 0;
}

.address_item ul li button {
    font-size: 13px;
    color: #555252;
    padding: 12px 10px;
    background: #fff;
    display: block;
    box-shadow: none;
    border: none;
    width: 100%;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
}

.address_item ul li button:hover {
    color: #f2707f;
    text-decoration: underline;
}

.add_address_wrap {
    width: 100%;
}

.add_address_wrap p {
    text-align: center;
}

.profile_forms {
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    border-radius: 5px;
}

.profile_forms .form-group:last-child {
    margin: 0;
}

.profile_forms h2 {
    font-size: 18px;
    font-weight: 500;
}

/*------- Order list  ---------*/

.order_list_item {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    margin: 0 0 20px 0;
}

.order_list_item .order_header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    position: relative;
}

.order_list_item .order_header h2 {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 21px;
    font-weight: 500;
}

.order_list_item .order_header p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
    line-height: 14px;
}

.order_list_item .order_header .price {
    position: absolute;
    right: 10px;
    top: 10px;
}

.order_list_item .order_header h3 {
    font-size: 19px;
    margin: 0;
    text-align: right;
    font-weight: 500;
}

.order_list_item .order_header h5 {
    font-size: 14px;
    margin: 0;
    text-align: right;
    color: rgba(0, 0, 0, 0.5);
}


.order_list_item .order_header h5 span {
    color: #f2707f;
}

.order_list_item .item_list_wrap {
    padding: 10px;
}

.order_list_item .order_sub_items {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.order_sub_items .free_tag {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: #DBFCE7;
    display: block;
}

.order_sub_items .free_tag p {
    color: #3cb878;
    margin: 0;
    padding: 0px 20px;
    text-align: center;
    line-height: 25px;
    overflow: auto;
    font-size: 15px;
}

.order_list_item .order_sub_items:last-child {
    border-bottom: none;
}

.order_sub_items .image {
    float: left;
    width: 12%;
}

.order_list_item .order_sub_items .image img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.order_sub_items .content {
    float: left;
    width: 88%;
    padding: 0 0 0 15px;
}

.order_sub_items .content h2 {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 23px;
}

.order_sub_items .content h1 {
    font-size: 16px;
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0;
    line-height: 23px;
}

.order_sub_items .content h1 span {
    font-size: 14px;
    opacity: 0.7;
    text-decoration: line-through;
}

.order_sub_items .content p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.order_sub_items .content .rating_group {
    width: 100%;
    text-align: right;
    margin: 5px 0 0 0;
}

.order_sub_items .content .rating_group p {
    line-height: 40px;
    font-size: 15px;
}

.order_sub_items .content .rating_group button {
    margin-left: 10px;
}

.order_list_item .order_footer {
    padding: 15px;
    border-top: 1px solid #ddd;
}


.order_sub_items .content .rating_item {
    width: 100%;
    margin: 10px auto;
}

.order_sub_items .content .rating_item textarea {
    margin: 10px 0 0 0;
    min-height: 70px;
}

.order_list_item .order_footer h2 {
    font-size: 15px;
    float: left;
    margin: 0 10px 0 0;
    line-height: 30px;
}

.order_list_item .order_footer h5 {
    font-size: 15px;
    float: left;
    margin: 0 10px 0 0;
    line-height: 30px;
}

.order_list_item .order_footer h3 {
    font-size: 14px;
    float: right;
    margin: 0 0px 0 0;
    line-height: 30px;
    text-transform: uppercase;
}

.order_summary {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}

.order_summary h3 {
    font-size: 16px;
    text-align: right;
}

.order_summary h3 .price,
.order_summary h2 .price {
    font-weight: 500;
    margin: 0 0 0 20px;
}

.order_summary h2 {
    font-size: 19px;
    text-align: right;
}

.order_address {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    margin: 0 0 20px 0;
    padding: 10px;
}

.order_address h1 {
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 21px;
    text-decoration: underline;
}

.order_address h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0;
    line-height: 21px;
}

.order_address h5 {
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 21px;
}

.order_address p {
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 21px;
}

.review_coupon_wrap {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    margin: 0 0 20px 0;
}


.review_coupon_wrap .content {
    padding: 10px;
}

.review_coupon_wrap .content h2 {
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    margin: 0;
}

.review_coupon_wrap .content h2 i {
    color: #f2707f;
}

.review_coupon_wrap .coupon {
    padding: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.review_coupon_wrap .coupon h3 {
    font-size: 18px;
    text-align: center;
    background: #fff;
}

.review_coupon_wrap .coupon h5 {
    text-align: center;
    margin: 20px 0 0 0;
}


.review_coupon_wrap .coupon p {
    text-align: center;
    margin: 0 0 5px 0;
}

.review_coupon_wrap .coupon h1 {
    text-align: center;
    font-size: 25px;
    background: #fff;
    display: block;
    margin: 0 auto;
    border: 2px dashed #f2707f;
    border-radius: 5px;
    width: 50%;
    font-weight: 500;
}

.review_coupon_wrap .coupon h1 span {
    background: #f2707f;
    display: inline-block;
    width: 50%;
}

.review_coupon_wrap .coupon_terms {
    padding: 20px;
}

.review_coupon_wrap .coupon_terms h5 {
    font-weight: 500;
    font-size: 16px;
}

.review_coupon_wrap .coupon_terms ul {
    margin: 0 0 0 15px;
}

.review_coupon_wrap .coupon_terms ul li {
    list-style-type: disc;
}

@media (min-device-width: 1024px) and (max-device-width: 1124px) {}

/* ----------- Mobile App  ----------- */

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

    .order_list_item .order_header .price {
        position: relative;
    }

    .order_list_item .order_header h3 {
        font-size: 17px;
        margin: 0 0 0 10px;
        text-align: left;
        font-weight: 500;
    }

    .order_list_item .order_header h5 {
        font-size: 14px;
        margin: 0 0 0 10px;
        text-align: left;
        color: rgba(0, 0, 0, 0.5);
    }

    .order_sub_items .image {
        float: left;
        width: 18%;
    }

    .order_list_item .order_sub_items .image img {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 10px;
    }

    .order_sub_items .content {
        float: left;
        width: 80%;
        padding: 0 0 0 10px;
    }

    .order_sub_items .content h2 {
        font-size: 16px;
        margin: 0 0 5px 0;
        line-height: 23px;
    }

    .order_sub_items .content h1 {
        font-size: 16px;
        position: relative;
        margin: 0 0 0 10px;
        line-height: 23px;
    }

    .order_sub_items .content p {
        font-size: 14px;
        margin: 0;
        line-height: 20px;
    }


    .order_sub_items .free_tag {
        position: absolute;
        right: 0;
        bottom: 30px;
        background: #DBFCE7;
        display: block;
    }

    .order_sub_items .free_tag p {
        color: #3cb878;
        margin: 0;
        padding: 0px 10px;
        text-align: center;
        line-height: 23px;
        overflow: auto;
        font-size: 14px;
    }

    .order_sub_items .content .rating_group {
        text-align: left;
    }

    .order_sub_items .content .rating_group p {
        line-height: 40px;
        font-size: 15px;
    }

    .order_sub_items .content .rating_group button {
        margin-left: 10px;
    }

    .order_summary {
        border-top: 1px solid #ddd;
        padding: 5px 15px;
    }

    .order_summary h3 {
        font-size: 15px;
        text-align: right;
    }


    .order_summary h2 {
        font-size: 17px;
        text-align: right;
    }

    .order_summary h3 .price,
    .order_summary h2 .price {
        font-weight: 500;
        margin: 0 0 0 20px;
    }
}


/*------ Survey Login -----*/


.survey_landing_mobile {
    width: 100%;
    position: relative;
}

.survey_landing_mobile img {
    width: 100%;
}

.survey_landing_mobile .start_survey_mobile {
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 0px;
    width: 100%;
}

.survey_check_wrap {
    background: #fff;
}

.survey_check_wrap img {
    width: 100%;
}

.survey_login_form {
    background: #fff;
    padding: 20px 20px 20px 0;
}

.survey_login_form h2 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.survey_login_form h1 {
    font-size: 18px;
    line-height: 28px;
}


.password_group {
    position: relative;
}

.password_group p {
    position: absolute;
    right: 0;
    top: 0;
}

/*------ Survey -----*/

.survey_header {
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    padding: 10px 0 15px 0;
}

.survey_header img {
    width: 130px;
    float: left;
}

.survey_header p {
    float: right;
    text-align: right;
    width: auto;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    text-decoration: underline;
}

.survey_header p a {
    color: inherit;
}

.survey_header p a:hover {
    color: #f2707f;
}

.survey_landing_mobile {
    display: none;
}

.survey_login_mobile {
    display: none;
}

.survey_landing_web {
    display: block;
}

.survey_wrap {
    width: 100%;
    margin: 20px auto 110px auto;
    /*background: #fff;
    padding: 30px;*/
}

.survey_wrap h3 {
    font-size: 23px;
    margin: 0 0 30px 0;
}

.survey_wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0 5px 0;
    line-height: 19px;
    padding: 0 0 0 0px;
}

.survey_wrap h5 {
    font-size: 16px;
    margin: 20px 0;
}

.survey_radio_list {
    margin: 20px 0 0 0;
}

.survey_radio_list li {
    display: list-item;
    list-style-type: none;
    margin: 0 0 10px 0;
}

.survey_radio_list_full {
    width: 100%;
    margin: 10px 0 0 0;
}


.survey_radio_list_full li {
    display: list-item;
    list-style-type: none;
    margin: 0 0 10px 0;
}

.survey_radio_list_full li label {
    width: auto;
}


.survey_checklist_list {
    width: 100%;
    margin: 0px 0 0 0;
}

.survey_checklist_list .checkbox_group {
    position: relative;
    padding-left: 15px;
}

.survey_checklist_list .checkbox_group input {
    height: 22px;
    margin: 0px 0 0 0;
    position: absolute;
    top: 7px;
    left: -7px;
}

.survey_checklist_list li {
    display: list-item;
    background: #fff;
    padding: 2px 10px 5px 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 0 0 15px 0;
    list-style-type: none;
}

.survey_checklist_list li .checkbox_group label {
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 5px 10px 0 5px;
}

.survey_checklist_list li label: hover {
    background: #ddd;
}

.radio_wrapper {
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: space-evenly;
}

.help_option {
    font-size: 12px;
}

.radio_wrapper .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 15px 0 0;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px 10px 15px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

.radio_wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    margin: 0 10px 0 0;
}

.radio_wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.radio_wrapper input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    border-color: #f2707f;
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
    background: #f2707f;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span {
    font-size: 20px;
    color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: #f2707f;
}

.close_survey_mobile {
    display: none;
}

.get_free_product_web {
    margin: 50px;
    text-align: right;
}


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

    .close_survey_mobile {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
    }

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

    .close_survey_mobile a {
        font-size: 1.5em;
        color: #ccc;
    }

    .survey_login_mobile_overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 102;
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        background: #000;
        top: 0;
    }

    .survey_login_mobile_overlay.active {
        opacity: 0.65;
        visibility: visible;
    }

    .survey_login_mobile {
        position: fixed;
        width: 90%;
        height: auto;
        background: #fff;
        z-index: 9999;
        right: 5%;
        top: 10%;
        transition: .5s;
        visibility: hidden;
        transform: translateY(-100%);
        display: block;
        padding: 10px;
    }

    .survey_login_mobile.active {
        transform: translateY(0);
        transition: .5s;
        visibility: visible;
    }

    .close_survey_login_mobile {
        position: absolute;
        right: 5px;
        top: 5px;
        padding: 3px;
        background: transparent;
        box-shadow: none;
        border: none;
        font-size: 1.5em;
        color: #ccc;
    }

    .survey_header {
        display: none;
    }

    .get_free_product_web {
        display: none;
    }

    .survey_landing_web {
        display: none;
    }

    .survey_landing_mobile {
        width: 100%;
        position: fixed;
        display: block;
    }

    .survey_landing_mobile img {
        width: 100%;
    }

    .survey_landing_mobile .start_survey_mobile {
        position: absolute;
        text-align: center;
        bottom: 30px;
        left: 0px;
        width: 100%;
    }

    .survey_wrap {
        width: 100%;
        margin: 10px auto 70px auto;
        /* background: #fff;
        padding: 10px;*/
    }

    .survey_wrap h3 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .survey_wrap h4 {
        font-size: 16px;
        font-weight: 500;
        margin: 0px 0 5px 0;
        line-height: 25px;
        padding: 0 0 0 0px;
    }

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

    .survey_radio_list li {
        display: inline-block;
    }

    .survey_login_form {
        background: #fff;
        padding: 15px;
    }

}

/*--- Cart page ---*/


.cart_header {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    /*box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);*/
    padding: 10px 0 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.cart_header p {
    float: left;
    width: auto;
    margin: 5px 10px 0 0;
    line-height: 30px;
}

.cart_header p i {
    font-size: 2em;
}

.cart_header h2 {
    float: left;
    width: auto;
    font-size: 21px;
    line-height: 40px;
    margin: 0;
    font-weight: 500;
}

.cart_header h2 span {
    color: #f2707f;
}

.cart_body {
    margin: 0 0 70px 0;
}

.cart_body .cart_item {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px auto;
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    border-radius: 5px;
}

.cart_body .cart_item .cart_img {
    width: 20%;
    float: left;
    padding: 10px;
}

.cart_body .cart_item .cart_img img {
    width: 100%;
}

.cart_body .cart_item .cart_info {
    width: 80%;
    float: left;
    padding: 10px;
    overflow: hidden;
}

.cart_body .cart_item .pro-details-quality {
    margin: 5px auto;
}

.cart_body .cart_item .cart_info .price {
    margin: 2px 0 0px 0;
}

.cart_body .cart_item .cart_info h5 {
    font-size: 16px;
    margin: 5px 0 5px 0;
    font-weight: 500;
}

.cart_body .cart_item .cart_info p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.cart_body .cart_item .gift_unlock h4 {
    font-size: 15px;
    color: #3cb878;
    margin: 10px 0 0 0;
}

.cart_body .cart_item .free_tag {
    position: absolute;
    left: -57px;
    bottom: 55px;
    background: #DBFCE7;
    transform: rotate(-90deg);
    display: block;
}

.cart_body .cart_item .free_tag p {
    color: #3cb878;
    margin: 0;
    padding: 0px;
    width: 140px;
    text-align: center;
    line-height: 30px;
    overflow: auto;
    font-size: 17px;
}

.cart_item.no_stock_item {
    background: #fcf3f3;
}

.cart_item .out_of_stock {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ff6666;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
}


.cart_no_items {
    padding: 20px;
    text-align: center;
    margin: 0px auto 80px auto;
}

.cart_no_items h1 i {
    font-size: 3em;
    opacity: 0.5;
}

.cart_no_items h2 {
    font-size: 18px;
}

.cart_footer {
    background: #fff;
    padding: 20px;
}

.cart_footer h1 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 5px 0 10px 0;
    line-height: 20px;
}

.cart_footer h1 span.actual {
    color: #222;
}

.cart_footer h1 span.old {
    color: #8e8e8e;
    font-weight: 400;
    text-decoration: line-through;
}

.cart_footer p {
    text-align: center;
}

.cart_footer h4 {
    font-size: 14px;
    text-align: center;
}

.cart_footer h4 span {
    color: #f2707f;
}


.cart_product_suggestion_wrap {
    background: #fff3f4;
    padding: 10px;
    /*box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.39);*/
    border-radius: 5px;
    margin: 20px 0 0 0;
}

.cart_product_suggestion_scroll {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding: 0px 0 10px 0;
}

.cart_product_suggestion_wrap h2 {
    font-size: 16px;
    margin: 0 0 0px 0;
    line-height: 18px;
    font-weight: 500;
    display: block;
}

.cart_product_suggestion_wrap h6 {
    font-size: 13px;
    margin: 5px auto;
    line-height: 18px;
}

.cart_product_suggestion {
    width: 170px;
    background: #ddd;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.39);
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    float: left;
    flex: 0 0 auto;
    position: relative;
}

.cart_product_suggestion .image {
    padding: 10px;
}

.cart_product_suggestion .image img {
    width: 100%;
}

.cart_product_suggestion .content {
    padding: 5px;
    min-height: 135px;
}

.cart_product_suggestion .content h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px 0;
    display: block;
}

.cart_product_suggestion .content .price {
    margin: 2px 0 3px 0;
}


.cart_product_suggestion .content .rs {
    font-size: 14px;
    position: relative;
    font-weight: 500;
    margin: 0 0px 0 0;
    color: #555252;
    line-height: 18px;
}

.cart_product_suggestion .content .actual {
    font-size: 14px;
    position: relative;
    font-weight: 500;
    margin: 0 2px 0 0;
    color: #555252;
    line-height: 18px;
}

.cart_product_suggestion .content .old {
    font-size: 11px;
    position: relative;
    color: #8e8e8e;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 18px;
}

.cart_product_suggestion .content span.offer {
    font-size: 11px;
    border-radius: 10px;
    padding: 2px 3px;
    color: #ff6666;
    line-height: 18px;
}

.cart_product_suggestion .content button,
.cart_product_suggestion .content .option_link {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    width: 160px;
}


.cart_payment_summary_wrap {
    padding: 10px 10px 0 10px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    margin: 20px auto;
    border-radius: 5px;
}

.cart_payment_summary_wrap h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 18px;
    font-weight: 500;
}

.cart_payment_summary {
    width: 100%;
    color: #3c3c3c;
}

.cart_payment_summary tbody td {
    font-size: 15px;
    padding: 8px 0;
}

.cart_payment_summary tbody td .free_shipping_availed {
    font-size: 14px;
    width: 80%;
    line-height: 18px;
    display: block;
    font-weight: normal;
    opacity: 0.7;
}

.cart_payment_summary tbody td:last-child {
    font-weight: 500;
}

.cart_payment_summary tfoot tr {
    border-top: 1px solid #ddd;
}

.cart_payment_summary tfoot td {
    font-size: 16px;
    padding: 6px 0;
}

.cart_payment_summary tfoot td h1 {
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    color: #3c3c3c;
}

.cart_coupon_wrap {
    padding: 10px 10px 10px 80px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    margin: 20px auto;
    position: relative;
    border-radius: 5px;
}

.cart_coupon_wrap h2 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
    width: 80px;
    text-align: center;
    margin: 0;
    color: #f2707f;
}

.cart_coupon_wrap h3 {
    font-size: 16px;
    margin: 0;
    line-height: 21px;
    font-weight: 500;
}

.cart_coupon_wrap p {
    font-size: 14px;
    margin: 0;
    line-height: 21px;
    opacity: 0.7;
}


.cart_footer_action {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.cart_footer_action .shipping_alert {
    background: #fff3f4;
    /*background: #ceebb6;*/
    padding: 7px 0;
    box-shadow: 0px -3px 10px 0px rgba(54, 74, 99, 0.15);
}

.cart_footer_action .shipping_alert h1 {
    width: 15%;
    display: inline-block;
    float: left;
    padding: 0 10px;
    margin: 0;
    line-height: 25px;
    text-align: right;
}

.cart_footer_action .shipping_alert h1 i {
    font-size: 0.8em;
}

.cart_footer_action .shipping_alert p {
    font-size: 16px;
    text-align: left;
    float: left;
    width: 85%;
    padding: 0 0px 0 0;
    line-height: 28px;
    margin: 0;
}

.cart_footer_action .shipping_alert p span {
    font-weight: 500;
}


.cart_footer_action .shipping_alert.no_stock_alert {
    background: #fcf3f3;
}


.cart_footer_action .navigation {
    background: #fff;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #ddd;
}

.cart_footer_action .navigation .navigation_price {
    position: relative;
    float: left;
    width: auto;
}

.cart_footer_action .navigation .navigation_price p {
    font-size: 12px;
    line-height: 15px;
    opacity: 0.7;
}

.cart_footer_action .navigation .navigation_price h3 {
    font-size: 21px;
    float: left;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
}

.cart_footer_action .navigation .navigation_price h6 {
    font-size: 15px;
    float: left;
    text-decoration: line-through;
    margin: 4px 0 0 5px;
    line-height: 15px;
    opacity: 0.6;
}

.cart_footer_action p {
    margin: 0;
}

.cart_header h6 {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 23px;
}


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

    .cart_header {
        background: #fff;
        box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
        padding: 10px 0 10px 0;
    }

    .cart_header p {
        float: left;
        width: auto;
        margin: 6px 10px 0 0;
        line-height: 20px;
    }

    .cart_header p i {
        font-size: 2em;
    }

    .cart_header h2 {
        float: left;
        width: auto;
        font-size: 16px;
        line-height: 40px;
        margin: 0;
        font-weight: 500;
    }

    .cart_header h6 {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        line-height: 21px;
    }

    .cart_body {
        margin: 20px 0 70px 0;
    }

    .cart_body .cart_item {
        overflow: hidden;
        width: 100%;
        margin: 0 auto 10px auto;
        position: relative;
        background: #fff;
        box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
        border-radius: 5px;
    }

    .cart_body .cart_item .cart_img {
        width: 25%;
        float: left;
        padding: 0px;
        margin: 10px 0 0 0;
    }

    .cart_body .cart_item .cart_info {
        width: 75%;
        float: left;
        padding: 5px;
        overflow: hidden;
    }

    .cart_body .cart_item .cart_info h5 {
        font-size: 14px;
        margin: 0px 0 0px 0;
        font-weight: 500;
    }

    .cart_body .cart_item .cart_info p {
        margin: 0 0 0 0;
    }

    .cart_body .cart_item .cart_info .price {
        margin: 2px 0 0px 0;
    }

    .cart_item .cart_info .price span.actual {
        font-size: 14px;
        position: relative;
        font-weight: 500;
        margin: 0 5px 0 0;
        color: #555252;
        line-height: 18px;
    }

    .cart_item .cart_info .price span.old {
        font-size: 13px;
        position: relative;
        color: #8e8e8e;
        font-weight: 400;
        text-decoration: line-through;
        line-height: 18px;
    }

    .cart_item .cart_info .price span.offer {
        font-size: 12px;
        border-radius: 10px;
        padding: 2px 3px;
        color: #ff6666;
        line-height: 18px;
    }

    .cart_item .cart_info .price .tax {
        font-size: 13px;
        font-style: italic;
        color: rgba(0, 0, 0, 0.6);
    }

    .cart_item .cart_info .savings {
        padding: 0px 0 0 0;
    }

    .cart_item .cart_info .savings h4 {
        font-size: 12px;
        font-weight: 400;
        color: #555252;
        margin: 0 0 5px 0;
        line-height: 15px;
    }

    .cart_item .cart_info .savings h4 span {
        /*color: #f2707f;*/
        color: #3cb878;
        font-weight: 500;
    }

    .cart_body .cart_item:last-child {
        border-bottom: none;
    }


    .cart_body .cart_item .gift_unlock h4 {
        font-size: 14px;
        color: #3cb878;
        margin: 0px 0 0 0;
    }

    .cart_body .cart_item .free_tag {
        position: absolute;
        left: -40px;
        bottom: 37px;
        background: #DBFCE7;
        transform: rotate(-90deg);
        display: block;
    }

    .cart_body .cart_item .free_tag p {
        color: #3cb878;
        margin: 0;
        padding: 0px;
        width: 100px;
        text-align: center;
        line-height: 20px;
        overflow: auto;
        font-size: 13px;
    }


    .cart_item .cart_info h5 {
        font-size: 15px;
        line-height: 21px;
        font-weight: 500;
    }

    .cart_payment_summary_wrap {
        margin: 20px auto 50px auto;
    }

    .cart_payment_summary_wrap.show_shipping_alert {
        margin: 20px auto 120px auto;
    }

    .cart_payment_summary_wrap h2 {
        font-size: 15px;
        margin: 0 0 10px 0;
        line-height: 18px;
        font-weight: 500;
    }

    .cart_payment_summary tbody td {
        font-size: 14px;
        padding: 5px 0;
    }

    .cart_payment_summary tbody td:last-child {
        font-weight: 500;
    }


    .cart_payment_summary tbody td .free_shipping_availed {
        font-size: 12px;
        width: 80%;
        line-height: 18px;
        display: block;
        font-weight: normal;
        opacity: 0.7;
    }

    .cart_payment_summary tfoot tr {
        border-top: 1px solid #ddd;
    }

    .cart_payment_summary tfoot td {
        font-size: 15px;
        padding: 5px 0;
    }

    .cart_payment_summary tfoot td h1 {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        color: #3c3c3c;
        line-height: 35px;
    }


    .cart_coupon_wrap {
        padding: 10px 10px 10px 70px;
        background: #fff;
        box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
        margin: 20px auto;
        position: relative;
        border-radius: 5px;
    }

    .cart_coupon_wrap h2 {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 60px;
        width: 70px;
        text-align: center;
        margin: 0;
        color: #f2707f;
    }

    .cart_coupon_wrap h3 {
        font-size: 14px;
        margin: 0;
        line-height: 21px;
        font-weight: 500;
    }

    .cart_coupon_wrap p {
        font-size: 13px;
        margin: 0;
        line-height: 18px;
        opacity: 0.7;
    }


    .cart_footer_action .shipping_alert {
        background: #fff3f4;
        /*background: #ceebb6;*/
        padding: 7px 0;
        box-shadow: 0px -3px 10px 0px rgba(54, 74, 99, 0.15);
    }

    .cart_footer_action .shipping_alert h1 {
        width: 15%;
        display: inline-block;
        float: left;
        padding: 0 10px 0 0;
        margin: 0;
        line-height: 41px;
        text-align: center;
    }

    .cart_footer_action .shipping_alert h1 i {
        font-size: 0.8em;
    }

    .cart_footer_action .shipping_alert p {
        font-size: 14px;
        text-align: left;
        float: left;
        width: 85%;
        padding: 0 0px 0 0;
        margin: 0;
        line-height: 21px;
    }

    .cart_footer_action .shipping_alert p span {
        font-weight: 500;
    }

    .cart_footer_action .navigation .navigation_price {
        position: relative;
        float: left;
        width: auto;
    }

    .cart_footer_action .navigation .navigation_price p {
        font-size: 11px;
        line-height: 15px;
        opacity: 0.8;
    }

    .cart_footer_action .navigation .navigation_price h3 {
        font-size: 18px;
        float: left;
        line-height: 26px;
        margin: 0;
        font-weight: 500;
    }

    .cart_footer_action .navigation .navigation_price h6 {
        font-size: 13px;
        float: left;
        text-decoration: line-through;
        margin: 2px 0 0 5px;
        line-height: 17px;
        opacity: 0.6;
    }

}

/*------ Product Details Survey -----*/

.survey_special_price_popup {
    /*display: none;*/
}

.survey_special_price_popup {
    position: fixed;
    width: 30%;
    height: auto;
    background: #fff;
    z-index: 9999;
    right: 35%;
    top: 10%;
    visibility: hidden;
    transition: .5s;
    transform: translateY(-100%);
    display: block;
    padding: 10px;
}

.survey_special_price_popup.active {
    transform: translateY(0);
    transition: .5s;
    visibility: visible;
}

.close_survey_special_price_popup {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 1.5em;
    color: #ccc;
}

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

.survey_special_price_popup .title {
    text-align: center;
}

.survey_special_price_popup .title .survey {
    font-weight: 500;
}

.survey_special_price_popup .title .actual {
    font-weight: 500;
    color: #ff6666;
}

.survey_special_price_popup .title .free {
    font-weight: 500;
    /*color: #f2707f;*/
}

.special_item {
    padding: 0px 0 0px 0;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
    border-radius: 5px;
}

.special_item .image {
    width: 25%;
    float: left;
}

.special_item img {
    width: 100%;
    border-radius: 5px;
}

.special_item .content {
    width: 75%;
    float: left;
}

.special_item .content h2 {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 5px 0;
    font-weight: 500;
}

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

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

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

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

.survey_special_price_popup .total h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.survey_special_price_popup .total h5 span {
    color: #f2707f;
}

.survey_special_price_popup .footer {
    padding: 10px 0 0 0;
}

.survey_special_price_popup .footer .terms {
    font-size: 12px;
    font-style: italic;
    opacity: 0.7;
}

.survey_special_price_popup .footer p {
    text-align: center;
    margin: 0;
    line-height: 15px;
}

.special_price_block {
    border: 2px dashed #ddd;
    padding: 20px 10px;
    margin: 10px 0;
}

.special_price_block h1 {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    font-weight: 500;
}

.special_price_block h6 {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
}

.special_price_block .price {
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
    padding: 0 0 0px 0;
}

.special_price_block h5 {
    text-align: center;
    margin: 10px auto 10px auto;
}

.special_price_block .price span.rs {
    font-size: 23px;
    position: relative;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #555252;
}

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

.special_price_block .price span.actual.label_error {
    color: #ff6666;
}

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

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

.special_price_block .free_item {
    text-align: center;
}

.special_price_block .free_item h6 {
    font-size: 16px;
    margin: 0 0 0px 0;
}

.special_price_block .free_item h6 .free {
    font-weight: 500;
    color: #ff6666;
}

.special_price_block .free_item h6 .cost {
    font-weight: 500;
}

.special_price_block .action_btn {
    text-align: center;
    margin: 10px 0 5px 0;
}

.special_price_block .free_product {
    border: 1px solid #ddd;
}

.special_price_block .free_product .image {
    width: 70px;
    float: left;
}

.special_price_block .free_product .image img {
    width: 100%;
    border-radius: 5px;
}

.special_price_block .free_product .content {
    width: 75%;
    float: left;
}

.special_price_block .free_product .content h2 {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 0px 0;
    font-weight: 500;
}

.special_price_block .free_product .content .price {
    text-align: left;
}

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


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

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

/*------ Survey Product  -----*/

.survey_popup_product {
    position: fixed;
    width: 30%;
    height: auto;
    background: #fff;
    z-index: 9999;
    right: 35%;
    top: 10%;
    transition: .5s;
    visibility: hidden;
    transform: translateY(-100%);
    display: block;
    padding: 10px;
}

.survey_popup_product.active {
    transform: translateY(0);
    transition: .5s;
    visibility: visible;
}

.survey_popup_product_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    background: #000;
    top: 0;
}

.survey_popup_product_overlay.active {
    opacity: 0.65;
    visibility: visible;
}

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

.close_survey_popup_product {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 1.5em;
    color: #ccc;
}

.survey_special_price_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    background: #000;
    top: 0;
}

.survey_special_price_overlay.active {
    opacity: 0.65;
    visibility: visible;
}

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

    .survey_special_price_overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 102;
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        background: #000;
        top: 0;
    }

    .survey_special_price_overlay.active {
        opacity: 0.65;
        visibility: visible;
    }

    .survey_special_price_popup {
        position: fixed;
        width: 90%;
        height: auto;
        background: #fff;
        z-index: 9999;
        right: 5%;
        top: 10%;
        visibility: hidden;
        transition: .5s;
        transform: translateY(-100%);
        display: block;
        padding: 10px;
    }

    .survey_special_price_popup.active {
        transform: translateY(0);
        transition: .5s;
        visibility: visible;
    }

    .close_survey_special_price_popup {
        position: absolute;
        right: 5px;
        top: 5px;
        padding: 3px;
        background: transparent;
        box-shadow: none;
        border: none;
        font-size: 1.5em;
        color: #ccc;
    }

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

    .survey_special_price_popup .title {
        text-align: center;
    }

    .survey_special_price_popup .title .survey {
        font-weight: 500;
    }

    .survey_special_price_popup .title .actual {
        font-weight: 500;
        color: #ff6666;
    }

    .survey_special_price_popup .title .free {
        font-weight: 500;
        /*color: #f2707f;*/
    }

    .special_item {
        padding: 0px 0 0px 0;
        border: 1px solid #ddd;
        margin: 0 0 10px 0;
        border-radius: 5px;
    }

    .special_item .image {
        width: 25%;
        float: left;
    }

    .special_item img {
        width: 100%;
        border-radius: 5px;
    }

    .special_item .content {
        width: 75%;
        float: left;
    }

    .special_item .content h2 {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 5px 0;
        font-weight: 500;
    }

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

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

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

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

    .survey_special_price_popup .total h5 {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }

    .survey_special_price_popup .total h5 span {
        color: #f2707f;
    }

    .survey_special_price_popup .footer {
        padding: 10px 0 0 0;
    }

    .survey_special_price_popup .footer .terms {
        font-size: 12px;
        font-style: italic;
        opacity: 0.7;
    }

    .survey_special_price_popup .footer p {
        text-align: center;
        margin: 0;
        line-height: 15px;
    }


    /*------ Survey Product  -----*/

    .survey_popup_product {
        width: 90%;
        right: 5%;
    }

}

/*------ Shipment Tracking -----*/

.tracking_iframe {
    width: 100%;
}


.tracking_iframe iframe {
    width: 100%;
    height: 1000px;
    border: none;
}

/*------- Free product Alert  ---------*/


.free_product_offer {
    margin: 20px 0 0 0;
    border: 2px dashed #28a745;
    border-radius: 5px;
    padding: 0 20px 0px 20px;
    /*background: #DBFCE7;*/
    background: #FDFDFD;
}

.free_product_offer .offer_icon {
    width: 25px;
}

.free_product_offer h2 {
    text-align: left;
    /*color: #28a745;*/
    font-size: 18px;
    margin: 15px 0 10px 0;
}

.free_product_offer h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.free_product_offer h4 .worth {
    /*color: #3cb878;*/
    font-weight: 500;
}

.free_item {
    background: #fff;
    border-radius: 5px;
    /*box-shadow: 0px 3px 13px 5px rgba(54, 74, 99, 0.05);*/
    transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
    margin: 0 10px 20px 0px;
    overflow: hidden;
    border: 1px solid #ddd;
    min-height: 60px;
    width: 80%;
    position: relative;
    overflow: auto;
    float: left;
}

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

.free_item .product_img {
    position: relative;
    overflow: hidden;
    width: 25%;
    float: left;
    padding: 0px 0 2px 10px;
}

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

.free_item .content {
    float: left;
    width: 75%;
    position: relative;
    padding: 2px 10px 5px 0;
}

.free_item .content .name h1 {
    font-size: 15px;
    font-weight: normal !important;
    line-height: 21px;
    font-weight: 500;
    margin: 10px 5px 0px 0px;
}

/*
.free_item p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #3cb878;
    margin: 0;
    padding: 0px 20px;
    text-align: center;
    line-height: 25px;
    overflow: auto;
    font-size: 15px;
    background: #DBFCE7;
    border-radius: 3px;
    text-transform: uppercase;
}*/

.free_item .content .name h1 a {
    color: #555252;
}

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

.free_item .content .price {
    padding: 3px 0 0 0;
    position: relative;
}

.free_item .content .price span.old {
    font-size: 1.1em;
}

.free_item .content .price span.actual {
    font-size: 1.1em;
    position: relative;
    font-weight: normal;
    margin: 0 5px 0 0;
    color: #555252;
}


.free_item .free_tag {
    position: absolute;
    left: -40px;
    bottom: 38px;
    background: #DBFCE7;
    transform: rotate(-90deg);
    display: block;
}

.free_item .free_tag {
    color: #3cb878;
    margin: 0;
    padding: 0px;
    width: 105px;
    text-align: center;
    line-height: 28px;
    overflow: auto;
    font-size: 14px;
}


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

    .free_product_offer {
        margin: 20px 0 0 0;
        border: 2px dashed #28a745;
        border-radius: 5px;
        padding: 0 15px 0px 15px;
        /*background: #DBFCE7;*/
        background: #F5F4F4;
    }

    .free_product_offer .offer_icon {
        width: 20px;
    }

    .free_product_offer h2 {
        text-align: left;
        /*color: #28a745;*/
        font-size: 17px;
        margin: 15px 0 10px 0;
        line-height: 30px;
    }

    .free_product_offer h4 {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 20px 0;
    }

    .free_item {
        background: #fff;
        border-radius: 5px;
        transition: box-shadow .2s linear, border-color .2s linear, background-color .2s linear;
        margin: 0 10px 20px 0px;
        overflow: hidden;
        border: 1px solid #ddd;
        min-height: 60px;
        width: 100%;
        position: relative;
        overflow: hidden;
        float: left;
    }

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

    .free_item .product_img {
        position: relative;
        overflow: hidden;
        width: 30%;
        float: left;
        padding: 0px 0 2px 10px;
    }

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

    .free_item .content {
        float: left;
        width: 70%;
        position: relative;
        padding: 2px 0px;
    }

    .free_item .content .name h1 {
        font-size: 14px;
        line-height: 19px;
        margin: 7px 5px 2px 0;
    }

    .free_item .content .name h1 a {
        color: #555252;
    }

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


    .free_item .content .price span.old {
        font-size: 1em;
    }

    .free_item .content .price span.actual {
        font-size: 1em;
        position: relative;
        font-weight: normal;
        margin: 0 5px 0 0;
        color: #555252;
    }

    .free_item .free_tag {
        position: absolute;
        left: -33px;
        bottom: 30px;
        background: #DBFCE7;
        transform: rotate(-90deg);
        display: block;
    }

    .free_item .free_tag {
        color: #3cb878;
        margin: 0;
        padding: 0px;
        width: 88px;
        text-align: center;
        line-height: 23px;
        overflow: auto;
        font-size: 14px;
        text-transform: uppercase;
    }

}

/*------- Free product Alert  ---------*/


.offer_header_offer {
    width: 100%;
    margin: 20px auto 25px auto;
    padding: 0 0 0px 0;
    background: #FDFDFD;
    /*box-shadow: 0px 3px 13px 5px rgba(54, 74, 99, 0.05);*/
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    border: 1px solid #ddd;
}

.offer_header_offer .image {
    width: 38%;
    float: left;
}

.offer_header_offer .image img {
    width: 100%;
}

.offer_header_offer .offer_text {
    float: left;
    width: 62%;
    padding: 0 50px 0 50px;
    margin: 35px 0 0 0;
}

.offer_header_offer .offer_text h1 {
    font-size: 26px;
    font-weight: 500;
}

.offer_header_offer .offer_text h1 img {
    width: 50px;
}

.offer_header_offer .offer_text h3 {
    font-size: 18px;
    margin: 20px 0 20px 0;
}

.offer_header_offer .offer_text h2 {
    font-size: 18px;
    border: 2px dashed #3cb878;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    text-transform: uppercase;
    /*background: #DBFCE7;*/
    background: #FDFDFD;
}

.title_offer {
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 20px 0;
}


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


    .offer_header_offer {
        width: 100%;
        margin: 20px auto 25px auto;
        padding: 0 0 0px 0;
        background: #FDFDFD;
        /*box-shadow: 0px 3px 13px 5px rgba(54, 74, 99, 0.05);*/
        box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
        border: 1px solid #ddd;
    }

    .offer_header_offer .image {
        width: 100%;
        float: left;
    }

    .offer_header_offer .image img {
        width: 100%;
    }

    .offer_header_offer .offer_text {
        float: left;
        width: 100%;
        padding: 20px 20px 20px 20px;
        margin: 0px 0 0 0;
    }

    .offer_header_offer .offer_text h1 {
        font-size: 20px;
        font-weight: 500;
    }

    .offer_header_offer .offer_text h1 img {
        width: 30px;
    }

    .offer_header_offer .offer_text h3 {
        font-size: 16px;
        margin: 10px 0 20px 0;
    }

    .offer_header_offer .offer_text h2 {
        font-size: 18px;
        border: 2px dashed #3cb878;
        display: inline-block;
        padding: 0 20px;
        border-radius: 3px;
        text-transform: uppercase;
        /*background: #DBFCE7;*/
        background: #FDFDFD;
    }

}


/*------- Instagram Influncer list  ---------*/


.insta_influencer_wrap {
    margin: 50px 0 0 0;
}

.insta_influencer_list {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.09);
    padding: 10px;
    background: #fff;
}

.insta_influencer_list img {
    width: 100%;
}

.insta_influencer_list .content {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    padding: 10px;
    text-align: center;
}

.insta_influencer_list .content h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.insta_influencer_list .content h5 {
    font-size: 13px;
}


/*----- Contact Us ------*/

.contact_us_wrap {
    padding: 0 0px;
}

.contact_us_wrap h2 {
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 15px 0;
}

.contact_us_wrap h3 {
    font-size: 18px;
    font-weight: 500;
}

.contact_us_wrap p {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 23px;
}

.contact_us_wrap h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0 20px 0;
}

.contact_us_wrap h3 a {
    text-decoration: underline;
    color: #f2707f;
}

.contact_us_wrap h3 a:hover {
    color: #a3898c;
}

.contact_us_wrap ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.contact_us_wrap ul li a {
    font-size: 2em;
    color: #a3898c;
}

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

    .contact_us_wrap {
        padding: 0 10px;
    }
}