span.line {
    width: 140px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 18px;
    left: 33px;
    border-top: 1px solid #f69b9e;
}
.imgcircle {
    text-align: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    border: 1px solid #f69b9e;
}
.imgcircle img {
    text-align: center;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.order-status-text {
    text-align: left;
    font-size: 12px;
}
.confirm {
    text-align: center;
    width: 15%;
    position: relative;
    float: left;
}
.process {
    position: relative;
    width: 15%;
    text-align: center;
    float: left;
}
.quality {
    position: relative;
    width: 15%;
    text-align: center;
    float: left;
}
.dispatch {
    position: relative;
    width: 15%;
    text-align: center;
    float: left;
}
.delivery {
    position: relative;
    width: 15%;
    text-align: center;
    float: left;
    margin-right: -9%;
}
.customer_add_name {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px;
}
.grand_total_color {
    color: #f69b9e;
}
.border_bottom_orders {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.order_deatils.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border: 0px !important;
    padding: 6px !important;
}
.delvered_class {
    font-weight: 700;
    margin-right: 20px;
    display: block;
    margin-bottom: 10px;
}
.delvered_class_div {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.delivery_boy_div {
}
.payment_method_div {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.delivery_boy {
    font-weight: 600;
    margin-right: 20px;
    display: block;
    margin-bottom: 10px;
}
.items_count_heading {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    padding-left: 15px !important;
    padding-top: 7px;
}
.product_img {
    border: 1px solid #e6e6e6;
    padding: 8px 7px;
    vertical-align: baseline;
    margin-right: 15px;
    border-radius: 4px;
    background: #f8f8f8;
}
.delvrd_icon {
    display: inline;
    color: #fff;
    padding: 2px 10px;
}
.Rounded_Rectangle_3_copy_6_delvrd_icon {
    border-radius: 8px;
    background-color: rgb(248, 203, 0);
    position: absolute;
    left: 130px;
    top: 630px;
    width: 147px;
    height: 41px;
    z-index: 22;
}
.product_details {
    display: inline-block;
}
p.item_qty {
    font-size: 13px;
    padding: 5px;
}
h4.product_title {
    display: inline-block;
}
.item_counts_number {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    padding-top: 10px;
}
.item_counts_number:last-child {
    border-bottom: 0px;
}
.padding_left_34px {
    padding-left: 34px;
}
.td_text_right_rates {
    text-align: right;
}
.order_deatils.table .td_text_right_rates {
    text-align: right;
    font-size: 15px;
}
.order_deatils.table > tbody > tr > td {
    text-align: left;
    padding-left: 0px !important;
}
.order_number {
    display: inline-block;
    margin-right: 30px;
}
.button_add_pref {
    border: none;
    color: white;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 700;
    height: 41px;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    border: 1px solid #d4d4d4;
    -webkit-transition: -webkit-box-shadow ease-in-out 0.35s;
    transition: -webkit-box-shadow ease-in-out 0.35s;
    transition: box-shadow ease-in-out 0.35s;
    transition:
        box-shadow ease-in-out 0.35s,
        -webkit-box-shadow ease-in-out 0.35s;
}
.button_add_pref:hover {
    -webkit-box-shadow: 3px 2px #88888847;
    box-shadow: 3px 2px #88888847;
}
.button_add_pref:hover {
    color: #fff;
}
.button_add_pref:focus {
    color: #fff;
}
.items_grid div p {
    font-weight: 700;
}
.col-md-12.items_grid {
    margin-top: 42px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 23px;
    margin-bottom: 20px;
}
.shopping_preferecensss input[type="checkbox"] + .label-text:before {
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.shopping_preferecensss input[type="checkbox"] {
    position: absolute;
    right: 9000px;
}
.shopping_preferecensss input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #e94f19;
    -webkit-animation: effect 250ms ease-in;
    animation: effect 250ms ease-in;
}
.shopping_preferecensss input[type="checkbox"]:disabled + .label-text {
    color: #aaa;
}
.shopping_preferecensss input[type="checkbox"]:disabled + .label-text:before {
    content: "\f0c8";
    color: #ccc;
}
@-webkit-keyframes effect {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    75% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes effect {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    75% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.shopping_preferecensss .form-check {
    text-align: right;
    position: absolute;
    right: 20px;
}
.shopping_preferecensss span.label-text {
    font-size: 25px;
    cursor: pointer;
}
#shopng_prefrncModal .fstElement,
.shopping_preferecensss .fstElement {
    width: 100% !important;
    font-size: 10px !important;
}
.shopping_preferecensss .fstMultipleMode .fstControls {
    width: 100% !important;
    font-size: 10px !important;
}
.shopping_preferecensss .fstChoiceItem {
    display: inline-block;
    font-size: 1.2em;
    position: relative;
    margin: 0 0.41667em 0.41667em 0;
    padding: 0.33333em 0.33333em 0.33333em 1.5em;
    float: left;
    border-radius: 0.25em;
    border: 1px solid #fdeaea !important;
    cursor: auto;
    color: #000;
    background-color: #fdeaea !important;
    -webkit-animation: fstAnimationEnter 0.2s;
    animation: fstAnimationEnter 0.2s;
}
.shopping_preferecensss .fstChoiceRemove {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    font-size: 1.16667em;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.28571em;
    line-height: 1.28571em;
    margin-top: -0.64286em;
    text-align: center;
    color: #000 !important;
}
.shopping_preferecensss .fstResultItem.fstSelected {
    color: #000;
    background-color: #fdeaea;
    border-color: #fdeaea;
}
.shopping_preferecensss .fstResultItem.fstFocused {
    color: #000;
    background-color: #e2c9c9;
    border-color: #fdeaea;
}
.fstChoiceItem {
    color: #000 !important;
}
.sp_img_div {
    max-width: 160px;
    min-width: 161px;
    max-height: 111px;
    min-height: 111px;
    margin-top: 15px;
}
.sp_main_div {
    padding: 5px;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 1px 1px #1f1f1f1f;
    box-shadow: 1px 1px 1px 1px #1f1f1f1f;
    min-height: 198px;
    max-height: 198px;
    margin-bottom: 10px;
}
.absolute_links {
    position: absolute;
    right: 140px;
    z-index: 1;
}
.resp_img {
    position: relative;
}
.absolute_links div.quick_links_head {
    background: #da002ae8;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.absolute_links div.quick_links_head > span {
    margin-left: 7px;
}
.absolute_links div {
    padding: 10px 20px 7px 5px;
    border-bottom: 1px solid #e5371ea6;
    text-align: left;
    width: 180px;
}
.absolute_links div > a {
    color: #1f1f1f;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
}
.absolute_links div > a:hover {
    color: #ea1241;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .header-link ul li {
        color: #84c225;
    }
    .brand-filter-div,
    .category_patch_div1,
    .responsive_filter {
        display: block !important;
    }
    .responsive_filter {
        border: 1px solid #cccccc80;
        background: #cccccc4a;
        margin: 0 12px;
    }
    .brand-div-web,
    .column-left-subcat,
    .sort_by_subcat {
        display: none;
    }
    .sorting_select_web {
        display: none !important;
    }
}
::-moz-selection {
    background-color: #e03333;
    color: white;
}
::selection {
    background-color: #e03333;
    color: white;
}
::-webkit-selection {
    background-color: #e03333;
    color: white;
}
::-o-selection {
    background-color: #e03333;
    color: white;
}
::-moz-selection {
    background-color: #e03333;
    color: white;
}
::-ms-selection {
    background-color: #e03333;
    color: white;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    overflow-x: hidden;
}
.pt-70 {
    padding-top: 70px !important;
}
.about_us_banner {
    background-image: url(../../images/icons/about-us.jpg);
    background-size: 100% 100%;
}
.blog_banner {
    background-image: url(../../images/icons/blog.jpg);
    background-size: 100% 100%;
}
.banner_head {
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
}
.banner_head h3,
.contact_us_head h3,
.locate_us_head h3 {
    font-size: 42px;
    font-weight: bolder;
    color: #fff;
}
.locate_us_head h3 {
    color: #3c3937;
}
ul.breadcrumb {
    padding: 0px 0px;
    list-style: none;
    background-color: transparent;
    margin-bottom: 5px;
    margin-top: 15px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    text-transform: capitalize;
}
ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: ">";
}
ul.breadcrumb li a {
    color: #000;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: none;
}
.about_mb h3 {
    font-size: 20px;
    font-weight: 600;
}
.about_mb_para p,
.refund_policy p {
    font-size: 16px;
    line-height: 1.7em;
    text-align: start;
}
.achieve_1 {
    width: 7%;
    text-align: right;
    display: table-cell;
}
.avhieve_type {
    width: 90%;
    display: table-cell;
}
.avhieve_type p {
    padding-left: 10px;
    font-size: 20px;
}
.refund h3 {
    font-size: 20px;
}
.refund_policy p {
    margin-bottom: 0px;
}
.contact_us_banner {
    background-image: url(../../images/icons/contact_us.jpg);
    background-size: 100% 100%;
}
.locate_us_banner {
    background-image: url(../../images/icons/store_Location.jpg);
    background-size: 100% 100%;
}
.contact_us_head,
.locate_us_head {
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
}
.contact_support {
    background-image: url(../../images/icons/contact_support_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.mb_name h3 {
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 15px;
}
.mb_name P {
    font-size: 20px;
    font-weight: 400;
    color: #ff0000;
    margin-top: 0px;
}
.location_img {
    width: 5%;
    display: inline-block;
}
.head_office {
    width: 80%;
    display: inline-block;
}
.head_office p {
    font-size: 20px;
    color: #1f1f1f;
}
.address_type p {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.my_button {
    padding: 10px 50px;
    border-radius: 50px;
    border: 0px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
}
.my_button:hover {
    -webkit-box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    color: #fff;
}
.query_form .form-group {
    margin-top: 15px;
}
.query_form .form-group label {
    color: #c6c6c6;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}
.query_form .form-control {
    border: 1px solid #dddddd;
    height: auto;
    padding: 10px 12px;
}
.query_form .form-group:first-of-type label {
    color: #000;
}
.query_form .form-group:first-of-type {
    margin-bottom: 0px;
}
.query_form {
    border: 1px solid #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 20px -6px;
    box-shadow: 0px 3px 20px -6px;
    margin-bottom: 20px;
}
.store_div {
    background: #fdf0ea;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fdf0ea),
        color-stop(98%, #000),
        color-stop(99%, #000)
    );
    background: linear-gradient(to right, #fdf0ea 0%, #000 98%, #000 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf0ea',endColorstr='#0ed8558a   ',GradientType=1);
    border-radius: 8px;
    -webkit-box-shadow: -2px 4px 7px -5px;
    box-shadow: -2px 4px 7px -5px;
}
.store_addr h3 {
    font-size: 20px;
    margin-top: 5px;
    color: #1f1f1f;
    margin-bottom: 15px;
}
.store_clock_img,
.store_cursor_img {
    width: 5%;
    display: inline-block;
    vertical-align: top;
}
.mb_store {
    width: 80%;
    display: inline-block;
    padding-left: 10px;
}
.mb_store p,
.store_no p {
    font-size: 17px;
}
.store_mobile_img {
    width: 5%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.store_mobile_img img {
    margin-right: 10px;
}
.store_no {
    width: 80%;
    display: inline-block;
}
.google_maps {
    position: relative;
}
.map_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.google_maps h3 {
    position: absolute;
    top: calc(50% - 40px);
    left: 43%;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}
.product_view_div {
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
.product_view_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 400px;
    -ms-flex-line-pack: center;
    align-content: center;
}
.product_view_desc > .product_desc {
    position: relative;
    width: 100%;
}
.product_name h3 {
    font-size: 21px;
    color: #1f1f1f;
}
.product_name h3 > span.veg_nonveg {
    vertical-align: super;
}
.product_price {
    font-size: 16px;
    color: #ed3035;
}
.product_price h3 {
    font-size: 16px;
    color: #ed3035;
}
.product_price h3 span {
    font-size: 24px;
}
.add_cart {
    width: 50%;
    display: inline-block;
}
.add_cart h3 {
    width: 30%;
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
}
.add_item,
.less_item {
    margin: 0;
    border: none;
    background-color: #fde8e9;
    font-weight: bold;
    width: 22px;
    height: 23px;
    border-radius: 3px;
    font-size: 17px;
    line-height: 11px;
}
.add_cart input,
.add_cart2 input {
    width: 30px;
    margin: 0;
    border: none;
    background-color: #fff;
    font-weight: bold;
    color: #3b3b3b;
    text-align: center;
}
.add_to_cart {
    width: 46%;
    display: inline-block;
    text-align: center;
    background-color: #fff200;
    border-radius: 50px;
    padding: 4px;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.add_to_cart:focus,
.add_to_cart:hover {
    background-color: #ed3035;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    cursor: pointer;
}
.add_to_cart:focus > a,
.add_to_cart:hover > a {
    color: #fff;
}
.add_to_cart a {
    color: #1f1f1f;
}
.spl_discount {
    width: 23%;
    text-align: center;
    border: 1px solid #ed1c24;
    background-color: #fef3f4;
    padding: 3px;
    border-radius: 50px;
    position: absolute;
    top: -20px;
}
.spl_discount p,
.spl_discount1 p,
.spl_discount2 p {
    margin-bottom: 0px;
    color: white;
}
.my_cart {
    border: 1px solid #e6e6e6;
    margin-right: 0px;
    background-color: #fff;
    height: auto;
}
.your_cart {
    padding: 10px 10px;
    background-color: #fdebec;
}
.cart_head {
    width: 50%;
    display: inline-block;
}
.cart_head h3 {
    font-size: 16px;
    margin-top: 10px;
}
.cart_items_count {
    width: 48%;
    display: inline-block;
    text-align: right;
}
.cart_items_count h3 {
    font-size: 16px;
    margin-top: 10px;
}
.cart_menu {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.cart_img,
.cart_img1 {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    max-width: 76px;
    min-width: 70px;
    max-height: 100px;
    min-height: 100px;
}
.cart_no {
    position: absolute;
    border-radius: 8px;
    top: 8px;
    left: 38px;
    width: 22px;
    height: 22px;
    text-align: center;
    background-color: #fed10a;
    padding-top: 1px;
}
.cart_no a {
    color: #1f1f1f;
    font-size: 11px;
}
.cart_menu_item,
.cart_menu_item1 {
    width: 30%;
    display: table-cell;
    padding-bottom: 10px;
}
.cart_item_desc h3 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.cart_item_desc a {
    color: #1f1f1f;
}
.cart_item_price h3 {
    font-size: 14px;
    margin-top: 10px;
}
.view_details a {
    padding-left: 5px;
    color: #ef5055;
}
.cat_img_dv {
    width: 2%;
    position: relative;
}
.cat_img_dv > span {
    position: absolute;
    top: 3px;
    right: 23px;
}
.cat_img_dv > span > img {
    width: 10px;
}
.cat_itm_des_div {
    width: 40%;
}
.add_cart2 {
    width: 18%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 6px;
    text-align: center;
}
.product_price2 {
    width: 18%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.product_price2 h3 {
    font-size: 16px;
    color: #ed3035;
}
.product_price2 h3 span {
    font-size: 20px;
}
.product_price2 h3 i {
    font-size: 14px;
}
.total {
    width: 49%;
    display: inline-block;
    padding-left: 10px;
}
.favourite_div.baskets_vew {
    min-height: 310px;
    max-height: 310px;
}
#myCarousel-2 .carousel-inner > .item > a > img {
    height: 250px;
    width: 100%;
}
.total h3,
.total_cart h3,
.total_price h3,
.total_price_cart h3 {
    font-size: 17px;
    line-height: 60px;
}
.total_cart {
    width: 73%;
    display: inline-block;
    padding-left: 10px;
    text-align: left;
}
.total_price_cart {
    width: 25%;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}
.total_price h3,
.total_price_cart h3 {
}
.total_price {
    width: 49%;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}
.cart_button {
    padding: 10px 50px;
    text-align: center;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 50px;
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
}
.cart_button:hover {
    -webkit-box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    color: #fff;
}
.close_button {
    padding: 0px 0px;
    text-align: center;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 36px;
    text-transform: uppercase;
    color: #ea1241;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
    background: none;
    font-weight: 100;
    height: 0px;
}
.close_button:hover {
    color: #fff;
}
.pad_top_0 {
    padding-top: 0px;
}
.checkout_btn {
    text-align: center;
}
.cart_button:focus {
    outline: none;
}
.cart_button a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.cut_price {
    text-decoration: line-through;
}
.product_view_row {
}
.nutrition_fact {
    border-bottom: 2px solid #1f1f1f;
}
.nutrition_fact h3 {
    font-size: 20px;
}
.nutrition_fact p {
    font-size: 14px;
    margin-bottom: 5px;
}
.amount_per_serving h3:first-of-type {
    font-size: 16px;
    color: #1f1f1f;
}
.amount_per_serving h3 {
    font-size: 14px;
}
.amount_per_serving h3 span {
    font-size: 14px;
}
.amount_per_serving P {
    margin-bottom: 0px;
}
.nutrition_count {
    margin-top: 5px;
    border: 1px solid #e6e6e6;
    border-left: none;
}
.product_view_top {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}
.item_details h3 {
    font-size: 20px;
}
.item_details p {
    font-size: 16px;
    color: #1f1f1f;
}
.item_details a {
    font-size: 14px;
    color: #e32a3c;
    cursor: pointer;
}
.product_feature h3 {
    font-size: 20px;
}
.product_feature p {
    font-size: 16px;
    color: #1f1f1f;
}
#bestslr_crsl {
}
#bestslr_crsl .owl-item img,
#bestslr_crsl2 .owl-item img,
#bestslr_crsl4 .owl-item img {
    width: auto;
    display: inline-block;
}
#bestslr_crsl .owl-nav.disabled,
#bestslr_crsl2 .owl-nav.disabled,
#bestslr_crsl4 .owl-nav.disabled {
    display: block;
}
#bestslr_crsl .owl-dots,
#bestslr_crsl2 .owl-dots,
#bestslr_crsl4 .owl-dots {
    display: none;
}
#bestslr_crsl .owl-nav button.owl-prev,
#bestslr_crsl2 .owl-nav button.owl-prev,
#bestslr_crsl4 .owl-nav button.owl-prev {
    width: 47px;
    height: 72px;
    position: absolute;
    left: -5px;
    top: calc(50%-40px);
    top: 26%;
    background-color: #e7e7e7;
    outline: none;
}
#bestslr_crsl .owl-nav button.owl-next,
#bestslr_crsl2 .owl-nav button.owl-next,
#bestslr_crsl4 .owl-nav button.owl-next {
    width: 47px;
    height: 72px;
    position: absolute;
    right: -5px;
    top: calc(50%-40px);
    top: 26%;
    background-color: #e7e7e7;
    outline: none;
}
#bestslr_crsl .owl-nav span,
#bestslr_crsl2 .owl-nav span,
#bestslr_crsl4 .owl-nav span {
    font-size: 40px;
    vertical-align: middle;
}
#bestslr_crsl4 .owl-item img {
    width: 100%;
    display: inline-block;
}
#bestslr_crsl4 .owl-nav.disabled {
    display: block;
}
#bestslr_crsl4 .owl-dots {
    display: none;
}
#bestslr_crsl4 .owl-nav button.owl-prev {
    width: 47px;
    height: 72px;
    position: absolute;
    left: -5px;
    top: calc(50%-40px);
    top: 26%;
    background-color: #e7e7e7;
    outline: none;
}
#bestslr_crsl4 .owl-nav button.owl-next {
    width: 47px;
    height: 72px;
    position: absolute;
    right: -5px;
    top: calc(50%-40px);
    top: 26%;
    background-color: #e7e7e7;
    outline: none;
}
#bestslr_crsl4 .owl-nav span {
    font-size: 40px;
    vertical-align: middle;
}
.bestslr_crsl5 .owl-item img {
    width: auto;
    display: inline-block;
    height: 160px;
    cursor: initial;
}
.bestslr_crsl5 .owl-nav.disabled {
    display: block;
}
.bestslr_crsl5 .owl-dots {
    display: none;
}
.bestslr_crsl5 .owl-nav button.owl-prev {
    width: 47px;
    height: 72px;
    position: absolute;
    left: -26px;
    top: calc(50%-40px);
    top: -10%;
    background-color: none;
    outline: none;
}
.bestslr_crsl5 .owl-nav button.owl-next {
    width: 47px;
    height: 72px;
    position: absolute;
    right: -25px;
    top: calc(50%-40px);
    top: -10%;
    background-color: none;
    outline: none;
}
.bestslr_crsl5 .owl-nav button.owl-next,
.bestslr_crsl5 .owl-nav button.owl-prev {
    color: #848484;
}
.bestslr_crsl5 .owl-nav button.owl-next:hover,
.bestslr_crsl5 .owl-nav button.owl-prev:hover {
    background: none;
    color: #000;
    text-decoration: none;
}
.bestslr_crsl5 .owl-nav span {
    font-size: 70px;
    vertical-align: middle;
}
.bestslr_crsl5 .owl-item .item {
    text-align: center;
}
.pagination-nav-wallet {
    width: 100%;
    text-align: right !important;
}
.product_weight {
    width: 32%;
    display: inline-block;
    float: right;
    margin-right: 9%;
    margin-top: 0px;
}
.weight {
    text-align: left;
}
.weight select {
    font-size: 16px;
    color: #1f1f1f;
}
.product_weight select {
    background-color: #fff;
}
.best_seller_delivery {
    text-align: center;
    padding: 0px 0px;
    border-radius: 50px;
    width: 23.5%;
    display: inline-block;
    position: relative;
}
.best_seller_delivery > .information {
    position: absolute;
    bottom: 33px;
    right: 0;
    width: 205px;
    height: 100px;
    background: #fff;
    border: 1px solid #e84f1a;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ff4401;
}
.best_seller_delivery:hover > .information {
    opacity: 1;
    visibility: visible;
}
.best_seller_delivery > .information .info_1 {
    position: absolute;
    right: 16px;
    bottom: -13px;
    width: 13px;
    height: 13px;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #ff4401;
}
.best_seller_delivery > .information .info_2 {
    position: absolute;
    right: -7px;
    bottom: -1px;
    width: 12px;
    height: 14px;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #ffffff;
}
.best_seller_delivery img {
    width: auto !important;
    max-height: 20px;
}
.best_seller_delivery p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    margin-bottom: 0px;
    color: #00a204;
    font-size: 12px;
}
.best_seller_slider .product_qty {
    width: 58%;
    display: inline-block;
    margin-top: 3px;
}
.best_seller_slider .product_qty .add_cart {
    width: 100%;
}
.best_seller_price span.rupee {
    font-size: 20px;
}
.best_seller_slider .product_qty .add_cart h3 {
    margin-top: 10px;
    font-size: 15px;
    text-transform: uppercase;
}
.best_seller_div {
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
    min-height: 325.5px;
}
.best_seller_head {
    padding-left: 10px;
}
.best_seller_head div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
}
.best_seller_head div h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.best_seller_head div a {
    font-size: 16px;
    color: #f05e62;
}
.spl_discount1,
.spl_discount2 {
    text-align: center;
    background-color: #980707;
    height: 36px;
    width: 36px !important;
    line-height: 36px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    color: white;
}
.spl_discount2 {
}
.favourite_logo {
    right: 20px;
    top: 13px;
    position: absolute;
}
.default_color {
    color: #1f1f1f !important;
}
.favourite_div {
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    min-height: 322px;
    max-height: 355px;
}
.favourite_div.basket_div {
    min-height: 275px;
}
.favourite_div.combo_div {
}
.favourite_div:hover {
    -webkit-box-shadow: 2px 2px 6px 1px #b6b6b666;
    box-shadow: 2px 2px 6px 1px #b6b6b666;
}
.favourite_div .spl_discount1 {
    width: auto;
    left: 15px;
    top: 5px;
}
.favourite_div .best_seller_price h3:nth-of-type(2) {
    padding-left: 5px;
    width: 35%;
    margin-top: 0px;
    font-size: 12px;
    color: #a2a2a2;
}
.favourite_div .best_seller_price h3:first-of-type {
    text-align: center;
    width: 100%;
}
.favourite_div .product_qty {
    width: 49%;
    display: inline-block;
    margin-top: 3px;
}
.favourite_div .product_qty .add_cart {
    width: 100%;
    display: inline-block;
}
.favourite_div .product_weight {
    width: 47%;
    float: right;
    padding: 0 0px 0 10px;
    margin-top: 2.5px;
    margin-right: 0;
}
.favourite_div .product_qty .add_cart input {
    width: 18px;
    text-align: center;
}
.favourite_div .add_cart h3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8.5px;
}
margin-top: 10px;
.fav_heading h3 {
    font-size: 20px;
    color: #adacac;
}
.fav_count h3 {
    font-size: 16px;
    color: #919191;
    margin-top: 0px;
    margin-bottom: 40px;
}
.refine_by {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
}
.sort_by {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    float: right;
}
.refine h3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
.refine span {
    display: inline-block;
    width: 1px;
    height: 27px;
    vertical-align: middle;
    color: #000;
    background-color: #e6e6e6;
    margin-left: 5px;
    margin-right: 5px;
}
.refine select {
    border: none;
    background-color: #fff;
    margin-left: 10px;
    font-size: 16px;
}
.refine select:focus {
    outline: none;
}
.notification {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 8px #00000014;
    box-shadow: 0px 4px 8px #00000014;
}
.notification_head,
.wishlist_head {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    padding-top: 10px;
}
.notification_head:last-child {
    border-bottom: 0px;
}
.not_div,
.ticket_div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.notification_content {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0px;
    padding-right: 0px;
}
.notification_content h4 {
    color: #525252;
}
.pending {
    color: #fc5252;
}
.notification_date {
    text-align: right;
}
.notification_date h5 {
    color: #929292;
}
#myProgress {
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 50px;
}
#myBar {
    width: 65%;
    height: 12px;
    background-color: #ed3035;
    border-radius: 50px;
}
.cmplt_profile {
    width: 100%;
    height: 2px;
    background-color: #e6e6e6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}
.progress_bar_cont {
    width: 100%;
    display: inline-block;
}
.progress_per {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.marital_status h4,
.personal_details h4,
.progress_report h4 {
    font-size: 20px;
    color: #5f5f5f;
}
.marital_status h4,
.personal_details h4 {
    margin-top: 30px;
}
.personal_detail_form input,
.personal_detail_form select {
    width: 100%;
    border: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    color: #929292;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.personal_detail_form input #image {
    width: 100%;
    border: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    color: #929292;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.personal_detail_form input:focus,
.personal_detail_form select:focus {
    outline: none;
}
.personal_detail_form input[placeholder] {
    font-size: 15px;
    color: #929292;
}
.input_container {
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
}
#add_walletModal1 .input_container {
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}
#add_walletModal1 .input_container input {
    font-size: 18px;
    font-weight: 600;
}
.calender_logo {
    position: absolute;
    top: 0;
    right: 13px;
}
.personal_detail_form {
    float: left;
}
.marital_status .checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}
.marital_status .checkbox .cr {
    border: none;
    background-color: #fc0f08;
}
.marital_status .checkbox .glyphicon-ok:before {
    content: "\e013";
    color: #fff;
    font-size: 9px;
}
.marital_status .checkbox label {
    font-size: 15px;
    color: #1f1f1f;
}
.wishlist_head {
    margin-bottom: 20px;
}
.ticket_div {
    margin-top: 20px;
}
.ticket_div .radio .cr {
    border-radius: 50%;
    border-color: #ea1241;
}
.fa-circle:before {
    content: "\f111";
    color: #ea1241;
}
.ticket_radio label {
    font-size: 18px;
    color: #1f1f1f;
}
.ticket_form {
    margin-top: 0px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn--browse {
    border-left: 0;
    border-radius: 0 2px 2px 0;
    color: black;
    position: absolute;
    height: 42px;
    padding: 10px 14px;
    right: 10px;
    background-image: url(../../images/icons/browse.png);
    background-repeat: no-repeat;
    background-position: center;
}
.btn--browse.active,
.btn--browse:active {
    border-left: 0;
    border-radius: 0 2px 2px 0;
    color: black;
    position: absolute;
    height: 42px;
    padding: 10px 14px;
    right: 10px;
    background-image: url(../../images/icons/browse.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.f-input {
    height: 42px;
    background-color: white;
    border: 1px solid gray;
    width: 100%;
    float: left;
}
.submit_ticket {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.submit_ticket button {
    border: none;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 5px;
    padding: 10px 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
}
.submit_ticket a {
    border: none;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 5px;
    padding: 10px 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
}
.submit_ticket button:hover {
    -webkit-box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    color: #fff;
}
.refer_div {
    width: 50%;
    margin: 0 auto;
}
.refer_text {
    text-align: center;
    margin-top: 50px;
}
.refer_text h3 {
    font-size: 20px;
}
.refer_text span {
    color: #df1024;
}
.refer_para,
.voucher {
    text-align: center;
    width: 50%;
    margin: 30px auto;
}
.referral_code {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.referral_code_container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.referral_code h4 {
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    color: #e11622;
    width: 100%;
}
.referral_share {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.code_share {
}
.code_share a {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 5px;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
}
.code_share a:hover {
    text-decoration: none;
}
.refer_para p {
    font-size: 12px;
    color: #a2a2a2;
}
.pagination-container {
    margin: 50px auto;
    text-align: center;
}
.pagination {
    position: relative;
}
.pagination a {
    position: relative;
    display: inline-block;
    color: #2c3e50;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 8px 16px 10px;
    font-size: 16px;
}
.pagination-inner a:hover {
    background: #fff200;
    border-radius: 50%;
}
.pagination a .pagination-active,
.pagination a:hover {
    color: #1f1f1f;
}
.pagination a .pagination-active:before,
.pagination a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pagination .pagination-active {
    color: #1f1f1f;
    background: #fff200;
    border-radius: 50%;
}
.pagination .pagination-active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pagination-newer {
    margin-right: 0px;
}
.pagination-newer:hover {
    border-radius: 10px;
    background: #fff200;
}
.pagination-older {
    margin-left: 0px;
}
.pagination-older:hover {
    border-radius: 10px;
    background: #fff200;
}
.empty_cart {
    margin: 100px auto 200px auto;
    text-align: center;
}
.ticket_list h3 {
    width: 50%;
    display: inline-block;
}
.ticket_list .add_ticket {
    width: 49%;
    display: inline-block;
    text-align: right;
}
.ticket_list .add_ticket a {
    font-size: 16px;
    color: #1f1f1f;
    border: 1px solid #f1f1f1;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}
.ticket_list .add_ticket a:hover {
    text-decoration: none;
}
.ticket_left,
.ticket_right {
    width: 49%;
    display: inline-block;
}
.ticket_right {
    text-align: right;
}
.ticket_left {
    text-align: left;
}
.ticket_left h4,
.ticket_right h4 {
    font-size: 18px;
    color: #1f1f1f;
}
.product_issue h4 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
    background-color: #f4f4f4;
    border-radius: 50px;
}
.ticket_listing p {
    font-size: 16px;
    color: #1f1f1f;
    padding-bottom: 10px;
}
.issue_subject,
.ticket_id {
    width: 50%;
    display: inline-block;
}
.issue_date,
.pending_issue {
    width: 49%;
    display: inline-block;
    text-align: right;
}
.pending_issue a {
    padding: 10px 20px;
    background-color: #f8cb00;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.pending_issue a:hover,
.ticket_details a:hover,
.ticket_pdf a:hover {
    text-decoration: none;
}
.details_issue_subject span,
.issue_subject span {
    color: #ed3035;
}
.ticket_details a {
    padding: 10px 30px;
    border: 1px solid #ef7f82;
    border-radius: 10px;
    color: #e96466;
    cursor: pointer;
}
.id_no {
    font-weight: bold;
    color: #1f1f1f;
}
.ticket_listing {
    border-bottom: 0px;
}
.ticket_pdf {
    margin-bottom: 50px;
    margin-top: 30px;
}
.ticket_pdf a {
    padding: 20px 40px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    color: #1f1f1f;
    font-size: 16px;
}
.rupees {
    font-weight: bold;
}
.table > tbody > tr > td {
    border: none;
    text-align: center;
    vertical-align: middle;
}
.table > tbody > tr > td a img {
    border-radius: 5px;
    width: 70px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
a .view_order {
    width: 30px;
    height: 30px;
    background: #49c1ff;
    border-radius: 60px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 30px;
}
a .reorder {
    width: 30px;
    height: 30px;
    background: #16e1ea;
    border-radius: 60px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 30px;
}
a .cancel_order {
    width: 30px;
    height: 30px;
    background: #ff6284;
    border-radius: 60px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 30px;
}
a .download_invoice {
    width: 30px;
    height: 30px;
    background: #1fce22;
    border-radius: 60px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 30px;
}
a .raise_ticket {
    width: 30px;
    height: 30px;
    background: #ffa749;
    border-radius: 60px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 30px;
}
a .reschedule {
    width: 30px;
    height: 30px;
    background: #a576e2;
    border-radius: 60px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 30px;
}
.order_detail_ul {
    margin: 0;
    padding: 0;
    float: right;
}
.order_detail_ul ul {
    margin: 0;
    padding: 0;
}
.order_detail_ul ul li {
    list-style: none;
    display: inline-block;
}
.order_detail_ul ul li a {
    text-align: center;
}
.order_detail_ul ul li img {
    height: 17px;
}
a .cancel_order:hover,
a .download_invoice:hover,
a .raise_ticket:hover,
a .reorder:hover,
a .reschedule:hover,
a .view_order:hover {
    -webkit-box-shadow: 1px 4px 8px #a5a5a5;
    box-shadow: 1px 4px 8px #a5a5a5;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.order-status.order-list span {
    padding: 5px;
}
.table > tbody > tr > td:first-of-type {
    font-size: 15px;
}
.table > thead > tr > th {
    padding: 10px 15px;
    border: none;
    text-align: center;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fffafa;
}
.cancelled {
    color: #ee464a;
}
.processing {
    color: #33b79d;
}
.pending {
    color: #f69639;
}
.shipped {
    color: #1a9614;
}
.marital_status {
}
.marital_status .radio .cr .cr-icon {
    margin-left: -0.1em;
}
.my_account_main {
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: block;
    border-radius: 4px;
    border: 1px #ddd solid;
    background-color: #fff;
}
.my_account_main .logo_container img {
    width: 100%;
}
.my_account_main .my_account_head h2.my_account_title {
    color: #111;
    font-size: 17px;
    margin-bottom: 0 !important;
}
.my_account_main:hover {
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    background: #eee;
}
.my_account_main:hover > .logo_container div {
    top: -5px;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
}
.my_account_main a {
    display: block;
    text-decoration: none;
    color: #1f1f1f;
}
.my_account_head p {
    font-size: 15px;
}
.logo_container div {
    max-width: 78px;
    min-width: 78px;
    max-height: 77px;
    min-height: 77px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    -webkit-transition: ease all 0.4s;
    transition: ease all 0.4s;
}
.notification_count {
    position: absolute;
    right: 3px;
    top: 11px;
    height: 25px;
    width: 25px;
    background-color: #ea1241;
    color: #fff;
    border-radius: 50%;
    padding-top: 3px;
}
.ui-switcher {
    background-color: #c86627;
    display: inline-block;
    height: 20px;
    width: 38px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.ui-switcher:before {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 6px;
    height: 12px;
    width: 20px;
    text-align: center;
}
.ui-switcher[aria-checked="false"]:before {
    right: 7px;
}
.ui-switcher[aria-checked="true"]:before {
    left: 7px;
}
.ui-switcher[aria-checked="true"] {
    background-color: #13ad1d;
}
.ui-switcher:after {
    background-color: #ffffff;
    content: "\0020";
    display: inline-block;
    position: absolute;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.ui-switcher[aria-checked="false"]:after {
    left: 2px;
}
.ui-switcher[aria-checked="true"]:after {
    left: 20px;
}
.default_address {
    padding: 14px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 2px 10px -1px #e6e6e6;
    box-shadow: 0px 2px 10px -1px #e6e6e6;
    border-radius: 8px;
    min-height: 175px;
}
.default_address_head p {
    font-size: 18px;
    color: #ee3f33;
}
.adress_pointer,
.pointer_logo {
    width: 4%;
    display: table-cell;
    vertical-align: top;
}
.adress_pointer {
    padding-top: 8px;
}
.address,
.address_place {
    width: 94%;
    display: table-cell;
}
.address h4 {
    margin-top: 0px;
}
.address p,
.address_place p,
.adress_name p {
    font-size: 16px;
}
.address_place p {
    margin-bottom: 0px;
}
.add_address {
    text-align: center;
    padding: 30px;
    padding: 20px;
}
.my_address_ico {
    text-align: center;
    margin: 30px 0px 10px 0px;
}
.my_address_ico img {
}
.my_address_ico label {
    font-size: 22px;
    margin: 6px 10px 0px 10px;
    padding: 0;
}
.offer_head h4 {
    color: #4c4c4c;
}
.earn_para p {
    color: #525252;
    font-size: 17px;
}
.offer_div {
    padding: 15px 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 12px 1px #e7e7e7;
    box-shadow: 1px 1px 12px 1px #e7e7e7;
    background-color: #fffbfb;
}
.offer_details {
    width: 75%;
    display: inline-block;
}
.offer_details p {
    margin-bottom: 0px;
    font-size: 17px;
    color: #525252;
}
.offer_details p span,
.offer_para p span {
    color: #ee3f33;
}
.offer_link {
    width: 24%;
    display: inline-block;
    text-align: right;
}
.offer_link a {
    padding: 10px 15px;
    background-color: #ee3f33;
    color: #fff;
    border-radius: 8px;
    font-size: 17px;
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
}
.offer_link a:hover {
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    color: #fff;
}
.loyality_div,
.lp_div,
.lp_div_2 {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px #00000014;
    box-shadow: 0px 4px 8px #00000014;
}
.loyality_div {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.lp_div {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.lp_div_2 {
    border-radius: 4px;
}
.offer_logo {
    width: 4%;
    display: inline-block;
    vertical-align: bottom;
}
.offer_para {
    width: 80%;
    display: inline-block;
}
.offer_para p {
    margin-bottom: 0px;
    font-size: 17px;
}
.offer_date {
    width: 14%;
    display: inline-block;
    text-align: right;
}
.offer_date span {
    font-size: 15px;
    color: #9c9c9c;
}
.lb_div {
    background: #fff;
}
.lp p {
    font-size: 20px;
    color: #ee3f33;
    margin-bottom: 0px;
}
.wallet_div {
    padding: 40px 20px;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 12px 27px 7px #e6e6e6;
    box-shadow: 0px 12px 27px 7px #e6e6e6;
    background-image: url(../../images/icons/wallet_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.loyalty_div {
    padding: 40px 20px;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 12px 27px 7px #e6e6e6;
    box-shadow: 0px 12px 27px 7px #e6e6e6;
    background-image: url(../../images/icons/loyalty_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.wallet_logo {
    width: 34%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.lp,
.wallet_details {
    width: 50%;
    display: table-cell;
    padding-left: 10px;
}
.wallet_details p {
    font-size: 16px;
    color: #ee3f33;
    margin-bottom: 0px;
}
.lp h4,
.wallet_details h4 {
    font-size: 28px;
    margin-top: 5px;
}
.lp a,
.wallet_details a {
    font-size: 12px;
    color: #ee3f33;
    text-decoration: underline;
}
.wallet_btn {
    position: absolute;
    top: 7px;
    right: 15px;
}
.generate_new_pin {
    padding-left: 38px;
    font-size: 16px;
}
.generate_button a {
    border: none;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 5px;
    padding: 10px 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
}
.generate_button a:hover {
    -webkit-box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    color: #fff;
}
.generate_button a:hover {
    text-decoration: none;
}
.generate_button {
    padding-left: 30px;
}
.generate_button p {
    margin-top: 20px;
    color: #868686;
    font-size: 16px;
    margin-bottom: 20px;
}
.wallet_head h4 {
    font-size: 20px;
    color: #4c4c4c;
}
.trans_logo_container {
    width: 5%;
    display: inline-block;
}
.refund {
    width: 80%;
    display: inline-block;
}
.refund p {
    font-size: 14px;
    color: #5a5a5a;
}
.refund_amt {
    width: 13%;
    text-align: right;
    display: inline-block;
}
.refund_amt p {
    font-size: 14px;
    color: #ee3f33;
}
.refund_date {
    padding-left: 55px;
}
.refund_date p {
    font-size: 12px;
    color: #8a8a8a;
}
.trans_details {
    border-bottom: 1px solid #e4e4e4;
}
.my_cart_btn {
    text-align: right;
}
.my_cart_button {
    padding: 10px 30px;
    border: none;
    margin: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: -moz-linear-gradient(left, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 10px;
    background-color: #e11a22;
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
}
.my_cart_button:hover {
    -webkit-box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    box-shadow: 1px 1px 8px 1px #1f1f1f8c;
    color: #fff;
}
.chng_pswd {
    margin-bottom: 0px;
}
.cart_menu_scroll {
    overflow-y: auto;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    max-height: 57vh;
}
.custom_scroll::-webkit-scrollbar {
    width: 5px;
    height: 20px;
}
.custom_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.custom_scroll::-webkit-scrollbar-thumb {
    background: #6aa510;
    border-radius: 10px;
}
.custom_scroll::-webkit-scrollbar-thumb:hover {
    background: #d12c28;
}
.strtshop_dum > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.strtshop_dum:hover > img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
}
.cat_dum,
.pop_service_div,
.recipee_img_container {
    overflow: hidden;
}
.recipee_img_container > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.recipee_img_container:hover > img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
}
.cat_dum > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.cat_dum:hover > img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
}
.pop_service_div > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}
.pop_service_div:hover > img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
}
.fa.heart {
    color: #000;
    cursor: pointer;
}
input:focus ~ .label-box label,
input:valid ~ .label-box label {
    font-size: 14px;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    color: rgba(52, 152, 219, 0.7);
}
.label-box:after,
.label-box:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 0;
    background-color: rgb(248 6 150);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.label-box:before {
    left: 48%;
}
.label-box:after {
    right: 49%;
}
input:focus ~ .label-box:after,
input:focus ~ .label-box:before {
    width: 50%;
}
.cart_item_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
}
.address_block {
    display: none;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    margin: auto;
}
#myCarousel {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 10px;
}
#myCarousel .carousel-inner {
    position: relative;
    width: 82%;
    overflow: hidden;
    display: inline-block;
    max-height: 386px;
}
#myCarousel .carousel-inner .item img {
    min-width: 370px;
    min-height: 250px !important;
    max-width: 370px;
    max-height: 360px;
    padding: 15px;
}
#thumbCarousel {
    width: 18%;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    padding: 10px 0;
    float: left;
    margin-top: 20px;
    height: 370px;
    overflow: scroll;
    overflow-x: hidden;
}
#thumbCarousel .thumb {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    width: 60px;
    height: 60px;
    margin: 5px auto;
}
#thumbCarousel .thumb:last-child {
    margin-right: 0;
}
.thumb:hover {
    cursor: pointer;
}
.thumb img {
    opacity: 0.5;
    width: 100%;
}
.thumb img:hover {
    opacity: 1;
}
.thumb.active img {
    opacity: 1;
    border: 1px solid #d9002b;
    width: 100%;
    height: 100%;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
#myCarousel .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
    color: #e01223;
}
#myCarousel .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-right: -10px;
    color: #e01223;
}
#myCarousel > .custom_scroll::-webkit-scrollbar {
    display: none;
}
.prd_variant {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 5px 22px;
    cursor: pointer;
}
.icon_cont i.fa.fa-dashboard {
    font-size: 20px;
    margin-left: -7px;
    vertical-align: text-bottom;
}
.category_patch_div {
    margin: 0px 0px 0px 0px;
}
#bestslr_crsl6 div.item {
    padding: 10px 0px;
}
#bestslr_crsl6 div.item .category_patch.selected_patch {
    background: #fff;
    border: 1px solid #ff1a1a;
}
#bestslr_crsl6 div.item .category_patch.selected_patch > a {
    color: #ff1a1a;
}
.category_patch_div .category_patch {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #efefef;
    border-radius: 5px;
    background: #ffffff;
}
.category_patch_div .category_patch > a {
    color: #1f1f1f;
    cursor: pointer;
}
.blog_banner .banner_head {
    text-align: center;
    padding-top: 117px;
    padding-bottom: 117px;
}
.blog_main_div {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 12px 1px #c4c4c4;
    box-shadow: 0px 5px 12px 1px #c4c4c4;
    margin-bottom: 25px;
    min-height: 298px;
}
.blog_main_div .blog_img {
    min-height: 211px;
    max-height: 211px;
    width: auto;
}
.blog_main_div .blog_img > img {
    width: 100%;
    min-height: 211px;
    max-height: 211px;
}
.blog_main_div .blog_desc {
    padding: 10px 12px;
    text-align: justify;
}
.blog_main_div .blog_desc > p {
    font-weight: 500;
    color: #151515;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
}
.blog_main_div .blog_desc > span.date {
    color: #b1b0b0;
}
.blog_details_page {
    width: 100%;
    float: left;
    margin: 25px 0px;
}
.selected_blog {
    min-height: 405px;
    max-height: 405px;
    overflow: hidden;
    width: 100%;
}
.selected_blog > img {
    width: 100%;
    min-height: 405px;
    max-height: 405px;
}
.select_blog_head {
    border-bottom: 1px solid #e6e6e6;
}
.select_blog_head h3 {
    color: #1f1f1f;
}
.select_blog_head p.select_text_footer {
    width: 49%;
    display: inline-block;
    color: #b1b0b0;
}
.select_blog_head p.select_text_footer2 {
    width: 49%;
    display: inline-block;
    text-align: right;
    color: #1f1f1f;
}
.select_blog_head p.select_text_footer2 > span {
    color: #b1b0b0;
    margin-left: 6px;
}
.selected_blog_para {
    padding: 15px 0px;
    line-height: 27px;
    font-size: 16px;
    color: #1f1f1f;
}
.select_img {
    text-align: center;
    margin: 20px 0px;
}
.select_img > img {
    min-width: 350px;
    max-width: 350px;
    min-height: 200px;
    max-height: 200px;
}
div.select_list {
    margin: 20px 0px;
    font-size: 16px;
}
div.select_list > ol {
    padding-left: 20px;
}
div.select_list > ol > li {
    padding: 4px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.footer_para p {
    font-size: 15px;
    line-height: 21px;
    color: #1f1f1f;
    font-weight: 500;
}
.recent_blog_head h4 {
    margin-top: 0px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
.recent_blog_list ul {
    list-style-type: none;
    padding: 0px;
}
.recent_blog_list ul > li {
    padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}
.recent_blog_list ul > li > div.recent_img {
    width: 28%;
    display: inline-block;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}
.recent_blog_list ul > li > div.recent_img > img {
    width: 100%;
    min-height: 90px;
    max-height: 90px;
}
.recent_blog_list ul > li > .recent_text {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}
.recent_blog_list ul > li > .recent_text > h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0px 20px 0px;
    text-align: justify;
}
.recent_blog_list ul > li > .recent_text > span {
    color: #b1b0b0;
    font-size: 13px;
}
.basket_limit {
    text-align: center;
}
.basket_limit > h4 {
    color: #a7a7a7;
    font-size: 15px;
}
.best_seller_name.custom_basket_name {
    text-align: center;
}
.add_to_custom_cart1.custom_basket_view {
    text-align: left;
    width: 50%;
    margin: auto 0px;
}
.add_to_custom_cart {
    text-align: center;
    width: 70%;
    margin: 10px auto;
}
.add_to_custom_cart > button {
    border: none;
    background: #84c225;
    padding: 5px 12px;
    border-radius: 50px;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 600;
}
.add_to_custom_cart1 > button {
    border: none;
    background: #fef101;
    width: 100%;
    padding: 5px 0px;
    border-radius: 50px;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 600;
}
.total_items_basket > h4 {
    font-size: 16px;
    margin: 20px 0px;
    font-weight: 500;
}
.total_basket_price > h4 {
    font-size: 16px;
    margin: 20px 0px;
    font-weight: 500;
}
.total_basket_price > h4 > span > p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    color: #ed3035;
}
.total_basket_price > h4 > span > p > span {
    font-size: 24px;
}
.custom_basket_more {
    margin: 5px 0px;
}
.basket_details {
    min-height: 300px;
}
.basket_details > h4 {
    font-weight: 600;
    margin: 30px 0px 20px 0px;
}
.basket_details > p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
.added_rmv {
    width: 100%;
    margin: 10px auto 0px;
    text-align: center;
}
.added_rmv > button.add {
    border: none;
    background: #1a9614;
    color: #fff;
    width: 40%;
    padding: 4px 0px;
    border-radius: 30px;
}
.added_rmv > button.add > span {
    margin-right: 4px;
}
.added_rmv > button.rmv {
    border: 1px solid #e32221;
    background: #fdeeed;
    color: #e32221;
    width: 40%;
    padding: 3px 0px;
    border-radius: 30px;
}
.privacy_policy_banner {
    background-image: url(../../images/icons/privacy_policy.jpg);
    background-size: 100% 100%;
}
.service_terms > h4 {
    font-weight: 600;
    font-size: 18px;
}
.service_terms > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.service_terms > ul {
    padding: 0px;
    list-style-type: none;
}
.service_terms > ul > li {
    padding: 15px 0px;
}
.service_terms > ul > li > div:first-child {
    width: 4%;
    display: inline-block;
    vertical-align: top;
}
.service_terms > ul > li > div:nth-child(2) {
    width: 94%;
    display: inline-block;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 15px;
}
.privacy_policy_img {
    height: 250px;
    overflow: hidden;
}
.privacy_policy_img > img {
    width: 100%;
}
.terms_conditions_banner {
    background-image: url(../../images/icons/terms&conditions-bg.png);
    background-size: 100% 100%;
}
.License_access p {
    margin-bottom: 20px;
}
.testimonial_banner {
    background-image: url(../../images/icons/testimonial-bg.jpg);
    background-size: 100% 100%;
}
.testimonial_list {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 22px #00000038;
    box-shadow: 0px 6px 22px #00000038;
    padding: 10px 10px 20px 10px;
    margin: 0px 0px 30px 0px;
    position: relative;
}
.testimonial_list.bg1 {
    background: #fffdd9;
}
.testimonial_list.bg2 {
    background: #fbe0dd;
}
.testimonial_list.bg3 {
    background: #f7f7f7;
}
.under_line span {
    width: 25%;
    height: 2px;
    display: inline-block;
    background-color: red;
}
.under_line {
    text-align: center;
}
.testimonial_para p {
    padding: 23px;
    text-align: center;
    font-size: 14px;
    color: #1f1f1f;
    margin-top: 30px;
    line-height: 28px;
}
.lower_qoute_icon {
    position: absolute;
    bottom: -10px;
    right: 5px;
}
.testimonial_para {
    position: relative;
}
.upper_qoute_icon {
    position: absolute;
    top: -10px;
    left: 5px;
}
.lower_qoute_icon img,
.upper_qoute_icon img {
    width: 80%;
}
.testimonial_image {
    width: 65px;
    height: 65px;
    left: 35%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial_image img {
    width: 100%;
}
div.under_line {
    margin: 0px auto 20px;
}
.ingredient_div {
    border: 1px solid #ccc;
    padding: 10px;
}
.ingredient_div ul {
    padding: 0px;
    list-style-type: none;
}
.ingredient_div ul li:nth-child(odd) {
    padding: 10px 10px;
    background: #f1f7f7;
}
.ingredient_div ul li:nth-child(2n) {
    padding: 10px 10px;
    background: #ffffff;
}
.ingredient_text {
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}
.recipee_products {
    margin-top: 42px;
}
.checkout_btn1 {
    text-align: right;
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
}
.checkout_crt_btn {
    text-align: left;
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
}
.checkout_crt_btn a.cart_button {
    padding: 10px 35px !important;
    text-align: center;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px !important;
    margin-left: 10px;
    text-transform: uppercase;
    color: #fff !important;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 50px;
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
}
.checkout_btn1 a.cart_button {
    padding: 10px 35px !important;
    text-align: center;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #fff !important;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 50px;
    -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: -webkit-box-shadow 0.35s ease-in-out;
    transition: box-shadow 0.35s ease-in-out;
    transition:
        box-shadow 0.35s ease-in-out,
        -webkit-box-shadow 0.35s ease-in-out;
}
.offer_cart_img {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    max-width: 76px;
    min-width: 70px;
    max-height: 100px;
    min-height: 100px;
}
.offer_cat_img_dv {
    width: 2%;
    text-align: right;
}
.offer_cart_menu_item {
    display: table-cell;
}
.offer_cat_itm_des_div {
    width: 40%;
}
.offer_cart_item_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
}
.offer_cart_item_desc a {
    color: #1f1f1f;
}
.offer_cart_item_desc h3 {
    font-size: 13px;
    margin-top: 15px;
}
.offer_cart_item_price h3 {
    font-size: 12px;
    margin-top: 0px;
}
.offer_product_price2 {
    width: 18%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.offer_product_price2 h3 {
    font-size: 16px;
    color: #ed3035;
}
.offer_product_price2 h3 span {
    font-size: 24px;
}
.free_offer_image {
    position: absolute;
    top: 3px;
    left: -10px;
}
.free_offer_image img {
    width: 35%;
}
.offer_cart {
    position: relative;
}
.free_offer_head p {
    color: #f11d13;
    padding-left: 76px;
}
.offer_cart_img.offer_cat_img_dv img {
    width: 50%;
}
.free_offer_head i {
    margin-left: 100px;
    font-size: 20px;
}
.sticky-suggestion {
    top: 50px !important;
}
#showSearchDiv {
    display: none;
    width: 100%;
    position: absolute;
    margin-top: 46px;
    left: 0;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0/5%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0/5%);
    z-index: 9999;
    background: #fff;
    padding: 10px 0px;
    border-radius: 0px 0px 11px 11px;
    min-height: auto;
    max-height: 250px;
    overflow-y: auto;
}
#showSearchDiv > ul {
    padding: 0px;
    list-style-type: none;
}
#showSearchDiv > ul > li {
    padding: 10px 10px 0px 10px;
    border-bottom: 1px solid #cccccc4a;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
#showSearchDiv > ul > li > .src_img_container {
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
#showSearchDiv > ul > li > .src_img_container img {
    width: 40px;
    height: 40px;
}
#showSearchDiv > ul > li > .src_img_container > img {
    width: 40px;
    height: 40px;
}
#showSearchDiv > ul > li p.search_text {
    width: 75%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 17px;
    max-height: 17px;
    font-size: 13px;
}
#showSearchDiv > ul > li > p:last-child {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #6aa510;
    font-size: 11px;
}
#showSearchDiv > ul > li:hover {
    background: rgba(204, 204, 204, 0.3215686274509804);
    color: #de0f25;
    font-weight: 600;
}
.related_search {
    padding: 10px 20px;
    min-width: auto;
    max-width: 1000px;
    overflow: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.related_search > a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 12px;
    margin-right: 5px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 5px;
}
.related_search > a:hover {
    background: #ebadad;
    border: 1px solid #ebadad;
}
.notification_bar.success {
    width: 75%;
    margin: 0 0 0 auto;
    padding: 10px;
    border: 1px solid #4caf50;
    background: rgba(139, 195, 74, 0.16);
    border-radius: 6px;
    margin-bottom: 5px;
}
.notification_bar.success > p {
    margin-bottom: 0px;
    font-weight: 600;
    color: #009688;
}
.notification_bar.danger {
    width: 75%;
    margin: 0 0 0 auto;
    padding: 10px;
    border: 1px solid #f44336;
    background: rgba(244, 67, 54, 0.23);
    border-radius: 6px;
    margin-bottom: 0px;
}
.notification_bar.success > p {
    margin-bottom: 0px;
    font-weight: 600;
    color: #f44336;
}
.update_btn {
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
}
.update_btn > button {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 50px;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 50px;
    color: #fff;
}
.update_btn > button:focus,
.update_btn > button:hover {
    color: #fff;
}
.out_of_stock {
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 49%;
    display: inline-block;
}
.out_of_stock > button {
    border: none;
    background: #ed303540;
    padding: 2px 25px;
    color: #fff;
    border-radius: 30px;
    cursor: no-drop;
}
.out_of_stock > button:hover {
    color: #fff;
}
.new_add_btn {
    width: 49%;
    display: inline-block;
    text-align: left;
    position: relative;
}
.new_add_btn > p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    margin-top: 18px;
    padding: 0px 12px 0.5px 12px;
    background: #ef5054;
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}
.new_add_btn > button {
    border: none;
    position: relative;
    color: #1f1f1f;
    background: #fef101;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 600;
    padding: 2px 25px;
}
.new_add_btn > button:hover {
    color: #1f1f1f;
}
.my_cart_head {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.preference_div {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.preference_div > h3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.preference_div > h3:first-child {
    padding-right: 9px;
    border-right: 1px solid rgba(31, 31, 31, 0.3803921568627451);
}
.preference_div > h3:nth-child(2) {
    padding-left: 5px;
}
.preference_div > h3 > span {
    color: rgba(31, 31, 31, 0.5);
}
.free_offer_div {
    padding: 5px 0px 5px 70px;
}
.free_offer_div > .offer_img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.free_offer_div > .offer_img > span {
    position: absolute;
    top: -10px;
    right: -2px;
}
.free_offer_div > .offer_img > span > img {
    width: 10px;
}
.free_offer_div > .offer_title {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.free_offer_div > .offer_title > h4 {
    width: 88%;
    font-size: 14px;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 16px;
    max-height: 16px;
}
.free_offer_div > .offer_title > a {
    position: absolute;
    top: 9px;
    right: -8px;
    font-weight: 600;
    color: #e32f1f;
    cursor: pointer;
}
.free_items_wrapper .offer_img {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.free_items_wrapper .offer_img > span {
    position: absolute;
    top: -10px;
    right: -2px;
}
.free_items_wrapper .offer_img > span > img {
    width: 10px;
}
.free_items_wrapper .offer_img > img {
    width: 39px;
}
.free_items_wrapper .offer_title > h4 {
    width: 88%;
    font-size: 14px;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 16px;
    max-height: 16px;
}
.free_items_wrapper .offer_title {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.free_items_wrapper .free_item_container {
    padding: 5px 0px;
}
.free_item {
    padding: 20px 0px 10px 60px;
}
.free_item > .free_item_image {
    width: 50px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.free_item > .free_item_image > img {
    width: 40px;
}
.free_item > .free_item_dec {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}
.free_item > .free_item_dec > .free_item_name {
    position: relative;
}
.free_item > .free_item_dec > .free_item_name > h4 {
    color: #1f1f1f;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 20px;
    max-height: 20px;
}
.free_item > .free_item_dec > .free_item_name > span {
    position: absolute;
    top: -20px;
    right: 8px;
}
.free_item > .free_item_dec > .free_item_name > span > img {
    width: 33px;
}
.free_item_price > p {
    color: #1f1f1f;
    font-size: 14px;
}
.free_item > .free_item_total_price {
    width: 60%;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: end;
}
.free_item > .free_item_total_price > p {
    font-size: 15px;
    color: #ed3035;
}
.free_item > .free_item_total_price > p > span {
    font-size: 17px;
}
.radio {
    margin: 0.5rem;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #e22820;
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #e22820;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.nav.nav-tabs.step-anchor > li > a > span {
    border: 1px solid #fff;
    padding: 6px 12px;
    background: #fff;
    color: #000;
    top: 5px;
    border-radius: 50%;
    margin: 10px 0px;
    position: absolute;
    font-weight: 600;
}
.nav.nav-tabs.step-anchor > li.active > a > span {
    color: #ea1212;
}
.add_list > ol {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.add_list > ol > li {
    padding: 10px;
}
.add_list > ol > li:nth-child(odd) {
    background: #fff;
}
.add_list > ol > li:nth-child(2n) {
    background: #f1f1f1;
}
.add_list ol li .radio label {
    font-weight: 500;
    color: #1f1f1f;
    font-size: 15px;
}
.btn-group.mr-2.sw-btn-group {
    width: 100%;
    padding: 40px 0px;
}
.btn-group.mr-2.sw-btn-group > button.add_adress_btn {
    border: 1px solid #eb2813;
    background: rgb(233, 27, 21);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(233, 27, 21, 1)),
        color-stop(0%, rgba(233, 27, 21, 1)),
        color-stop(99%, rgba(238, 63, 15, 1)),
        color-stop(99%, rgba(238, 63, 15, 1)),
        to(rgba(238, 63, 15, 1))
    );
    background: linear-gradient(
        to right,
        rgba(233, 27, 21, 1) 0%,
        rgba(233, 27, 21, 1) 0%,
        rgba(238, 63, 15, 1) 99%,
        rgba(238, 63, 15, 1) 99%,
        rgba(238, 63, 15, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e91b15',endColorstr='#ee3f0f',GradientType=1);
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}
.btn-group.mr-2.sw-btn-group > button.add_adress_btn > span {
    margin-right: 10px;
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-next {
    float: right;
    border: 1px solid #eb2813;
    background: rgb(233, 27, 21);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(233, 27, 21, 1)),
        color-stop(0%, rgba(233, 27, 21, 1)),
        color-stop(99%, rgba(238, 63, 15, 1)),
        color-stop(99%, rgba(238, 63, 15, 1)),
        to(rgba(238, 63, 15, 1))
    );
    background: linear-gradient(
        to right,
        rgba(233, 27, 21, 1) 0%,
        rgba(233, 27, 21, 1) 0%,
        rgba(238, 63, 15, 1) 99%,
        rgba(238, 63, 15, 1) 99%,
        rgba(238, 63, 15, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e91b15',endColorstr='#ee3f0f',GradientType=1);
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-prev {
    float: left;
    border: 1px solid #eb2813;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background: rgb(233, 27, 21);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(233, 27, 21, 1)),
        color-stop(0%, rgba(233, 27, 21, 1)),
        color-stop(99%, rgba(238, 63, 15, 1)),
        color-stop(99%, rgba(238, 63, 15, 1)),
        to(rgba(238, 63, 15, 1))
    );
    background: linear-gradient(
        to right,
        rgba(233, 27, 21, 1) 0%,
        rgba(233, 27, 21, 1) 0%,
        rgba(238, 63, 15, 1) 99%,
        rgba(238, 63, 15, 1) 99%,
        rgba(238, 63, 15, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e91b15',endColorstr='#ee3f0f',GradientType=1);
    padding: 10px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-prev > span > img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-prev > span {
    margin-right: 10px;
}
.btn-group.mr-2.sw-btn-group > button.sw-btn-next > span {
    margin-left: 10px;
    float: right;
}
.accepted_pay_option {
    padding: 40px 0px;
}
.accepted_pay_option > .accept_text {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 600;
    margin-bottom: 10px;
}
.accepted_pay_option > .card_holder > img {
    width: 20%;
}
.accepted_pay_option > .card_holder > img:last-child {
    width: 9%;
}
.order_summary {
    padding: 40px 0px 0px 0px;
}
.order_summary > ul {
    border: 1px solid #ddd;
    list-style-type: none;
    padding-left: 0px;
}
.order_summary > ul > li {
    padding: 15px;
}
.order_summary > ul > li:nth-child(odd) {
    background: #fff;
}
.order_summary > ul > li:nth-child(2n) {
    background: #eee;
}
.order_summary > ul > li > p {
    margin-bottom: 0px;
    color: #1f1f1f;
    font-weight: 600;
}
.order_summary > ul > li > p > span {
    float: right;
}
.review_order_detail {
    padding: 40px 10px 40px 40px;
}
.review_order_detail.review_order_detail_2 {
    padding: 40px 40px 40px 10px;
}
.review_order_detail > .review_main {
    background: #fff;
    padding: 10px 20px;
    position: relative;
    min-height: 143px;
    -webkit-box-shadow: 0px 0px 9px 1px #ddd;
    box-shadow: 0px 0px 9px 1px #ddd;
}
.review_order_detail > .review_main > h4 {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.review_order_detail > .review_main > p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
}
.review_order_detail > .review_main > .order_edit_abs {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.review_order_main {
    width: 100%;
    float: left;
}
.review_table table tbody > tr > td:first-child .free_offer_div > .offer_title > a {
    right: -34px;
}
.review_table table tbody > tr > td:first-child .cart_menu_item.cat_itm_des_div {
    text-align: left;
}
.review_table table tbody > tr > td:first-child .free_offer_div {
    text-align: left;
}
.review_table table tbody > tr > td:nth-child(2) {
    padding: 0px;
    width: 100px;
}
.review_table table tbody > tr > td:nth-child(3) {
    padding: 0px;
    width: 150px;
}
.review_table table tbody > tr > td:nth-child(4) {
    width: 200px;
}
.review_table table tbody > tr > td:nth-child(5) h3 {
    margin-top: 0px;
}
.review_order_main p > span {
    font-weight: 400;
}
.review_table table > thead > tr > th {
    padding: 10px !important;
}
.review_table table > tbody > tr,
.review_table table > thead > tr {
    border-bottom: 1px solid #e7e7e7;
}
.review_table table {
    margin-bottom: 0px;
}
.checkbox {
    position: relative;
    margin-bottom: 20px;
}
.checkbox label {
    padding-left: 30px !important;
    display: block;
}
.checkbox input {
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
}
.checkbox input:checked + .input-helper:before {
    border-color: #ea2114;
}
.checkbox .input-helper:after,
.checkbox .input-helper:before {
    position: absolute;
    content: "";
    -webkit-transition: all 200ms;
    transition: all 200ms;
}
.checkbox .input-helper:before {
    left: 0;
    border: 1px solid #bcb5b5;
}
.checkbox input {
    width: 15px;
    height: 15px;
}
.checkbox input:checked + .input-helper:before {
    background-color: #ea2513;
}
.checkbox input:checked + .input-helper:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.checkbox .input-helper:before {
    top: -3px;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    color: #fff;
}
.checkbox .input-helper:after {
    content: "\2713";
    font-size: 16px;
    left: 2px;
    top: -2px;
    color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.payment_main {
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 30px;
}
.wallet_box {
    padding-right: 10px;
}
.wallet_box .wallet_main_div {
    background: #fff;
    padding: 20px 20px;
    min-height: 315px;
    max-height: inherit;
}
.wallet_box .wallet_main_div .boxes {
    padding: 15px 0px;
}
.wallet_box .wallet_main_div .boxes > label {
    color: #1f1f1f;
    font-weight: 600;
}
.wallet_box .wallet_main_div .checkbox_wrapper {
    padding: 15px 0px;
}
.wallet_box .wallet_main_div .checkbox_wrapper > input {
    width: 65%;
    padding: 8px;
    border: 2px solid #ccc;
}
.wallet_box .wallet_main_div .checkbox_wrapper > button {
    border: none;
    padding: 9px;
    background: rgb(233, 27, 21);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(233, 27, 21, 1)),
        color-stop(0%, rgba(233, 27, 21, 1)),
        color-stop(99%, rgba(238, 63, 15, 1)),
        color-stop(99%, rgba(238, 63, 15, 1)),
        to(rgba(238, 63, 15, 1))
    );
    background: linear-gradient(
        to right,
        rgba(233, 27, 21, 1) 0%,
        rgba(233, 27, 21, 1) 0%,
        rgba(238, 63, 15, 1) 99%,
        rgba(238, 63, 15, 1) 99%,
        rgba(238, 63, 15, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e91b15',endColorstr='#ee3f0f',GradientType=1);
    color: #fff;
    width: 25%;
    border-radius: 30px;
    margin-left: 10px;
}
.payment_option_button > button {
    width: 100%;
    margin: 10px 0px;
    border: none;
    padding: 7px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    font-weight: 600;
}
.wallet_main_div .box label {
    font-weight: 600;
}
.wallet_box.all_details {
    padding-right: 0;
    padding-left: 10px;
}
.all_details_main_div {
    background: #fff;
    min-height: 315px;
    max-height: 315px;
}
.all_details_main_div > ul {
    padding-left: 0px;
    list-style-type: none;
}
.all_details_main_div > ul > li {
    padding: 20px 20px;
}
.all_details_main_div > ul > li {
    padding: 20px 20px;
}
.all_details_main_div > ul > li > p {
    margin-bottom: 0px;
    font-weight: 600;
}
.all_details_main_div > ul > li > p:last-child {
    font-size: 17px;
}
.all_details_main_div > ul > li > p > span {
    float: right;
}
.all_details_main_div > ul > li:nth-child(odd) {
    background: #fff;
}
.all_details_main_div > ul > li:nth-child(2n) {
    background: #f3f3f3;
}
span.shipping {
    color: #e32620;
}
span.discount,
span.wallet_amt {
    color: #219d10;
}
span.read-more-footer a:hover {
    color: #ed3035;
}
.actual_net_weight_icon {
    width: 15%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}
#forgotModal1 .modal-dialog {
    width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 91vh;
}
#forgotModal1 .modal-content {
    padding: 110px 90px 30px 90px;
    position: relative;
}
span.read-more-footer a:hover {
    color: #ed3035;
}
.sp_img_div img {
    width: 100%;
}
.alert {
    width: 100%;
}
.add_btn_container {
    margin: 12px 0;
}
.recent_text > a > h4 {
    color: #1f1f1f;
    font-size: 16px;
}
.favourite_head {
    position: sticky;
    top: 0px;
    z-index: 11;
    background-color: #fff;
}
.nutrition_count h3 {
    font-size: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #de1501;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fffefe;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    border: 1px solid #de1401;
}
.new_add_btn_basket {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.new_add_btn_basket > button {
    border: none;
    position: relative;
    color: #1f1f1f;
    background: #fef101;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 600;
    padding: 5px 10px;
}
.country_flag {
    width: 10%;
    padding-left: 10px;
}
#bestslr_crsl .owl-item .best_seller_delivery img,
#bestslr_crsl2 .owl-item .best_seller_delivery img,
#bestslr_crsl4 .owl-item .best_seller_delivery img {
    width: 30%;
}
.datepicker-dropdown {
    margin: 62px 0 0;
}
#filter {
    display: inline-block;
}
.SumoSelect {
    top: 10px;
}
.SumoSelect > .CaptionCont {
    border: 0px solid #a4a4a4;
    outline: none;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    -webkit-box-shadow: 0 0 0px #7799d0;
    box-shadow: 0 0 0px #7799d0;
    border-color: transparent;
}
.refine span {
    display: inline-block;
    width: 1px;
    height: 27px;
    vertical-align: middle;
    color: #000;
    background-color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
.SumoSelect > .CaptionCont > span {
    padding-right: 85px;
    padding-top: 2px;
}
.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: rgb(225, 26, 34);
}
.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: -5px;
    right: 80px;
    bottom: 0;
    width: 30px;
}
.SumoSelect > .CaptionCont > span.placeholder {
    color: #000;
    font-style: initial;
}
.new-popmodal i {
    width: 20%;
    display: inline-block;
    font-size: 20px;
    vertical-align: -webkit-baseline-middle;
}
.new-popmodal .login_buton {
    width: 78%;
    display: inline-block;
}
span.empty-cart1 {
    font-size: 12px !important;
    margin-left: 10px !important;
    cursor: pointer;
    color: #ea1241;
}
.success-register {
    color: #11af11;
}
.add_item1,
.less_item1 {
    margin: 0;
    border: none;
    background-color: #fde8e9;
    font-weight: bold;
    width: 22px;
    height: 23px;
    border-radius: 3px;
    font-size: 17px;
    line-height: 11px;
}
.pop_service_div,
.strtshop_dum {
    max-height: 400px;
    overflow: hidden;
}
.recipee_big {
    max-height: 350px;
}
.recipee_small {
    max-height: 160px;
}
.blog_small {
    max-height: 190px;
}
.blog_big {
    max-height: 400px;
}
.blog_cat h3 {
    font-size: 22px !important;
    line-height: 20px !important;
    margin-bottom: 0px !important;
}
#smartwizard .nav-tabs li.nav-item.active a:hover {
    font-size: 14px;
}
a.view_all_btn {
    cursor: pointer;
}
.sw-theme-arrows > ul.step-anchor > li.active > a:hover {
    line-height: 1.42857143;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
}
.sw-theme-arrows > ul.step-anchor > li.active > a:hover > span {
    border: 1px solid #fff;
    padding: 6px 12px;
    background: #fff;
    color: #000;
    top: 5px;
    border-radius: 50%;
    margin: 10px 0px;
    position: absolute;
    font-weight: 600;
}
.order_type_pref {
    background-color: #f58d1e;
    color: #fff;
    margin-top: 10px;
}
.offer-offer img {
    width: 20px !important;
    position: absolute;
    top: 9px;
    left: 5px;
}
.relative {
    position: relative;
}
.rc-tooltip {
    position: absolute;
    z-index: 99999;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.9;
    top: 30px;
    left: -45px;
}
.rc-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -5px;
    left: 117px;
    right: 7%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #373737;
}
.tooltip .rc-tooltip-inner {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    width: 140px;
}
.rc-tooltip-inner {
    padding: 8px 10px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: #373737;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    min-height: 34px;
    width: 170px;
}
.absolute-message-container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333;
    width: 100%;
    z-index: 99999;
    opacity: 0.9;
}
.message-content-container {
    padding: 5px 20px;
}
.message-content {
    text-align: left;
}
.message-text-containter {
    color: white;
    margin: 0;
    padding: 10px;
}
.message-head {
    font-weight: bold;
}
.message-close-button {
    position: absolute;
    font-size: 2em;
    cursor: pointer;
    right: 20px;
    top: 5px;
}
.message-close-time-counter {
    position: absolute;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    right: 50px;
    top: 14px;
}
.product_weight .nice-select {
    border-radius: 2px !important;
    border: solid 1px #33333359 !important;
    height: 21px !important;
    line-height: 20px !important;
    padding-left: 5px !important;
    padding-right: 20px !important;
}
.product_weight .nice-select:after {
    right: 8px !important;
}
.product_weight.weight .nice-select {
    border-radius: 4px !important;
    border: solid 1px #33333359 !important;
    height: 33px !important;
    line-height: 24px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.input_container .nice-select {
    width: 100%;
    height: 28px;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0px;
}
.input_container .nice-select.open,
.input_container .nice-select:active,
.input_container .nice-select:focus {
    border-color: #ea1241;
}
.input_container .nice-select.open .list {
    width: 100%;
}
#add_contact_us .nice-select {
    border: 1px solid #dddddd;
    height: auto;
    padding: 10px 12px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
#add_contact_us .nice-select.open .list {
    width: 100%;
    height: 100px;
    overflow: hidden;
    overflow-y: auto;
}
.spl_price_div {
    text-align: center;
    background: #51aa1b;
    color: white;
    font-weight: bold;
    font-family: segoe ui;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
}
.spl_price_div p {
    margin: 0;
    font-size: inherit;
    padding: 3px 5px 2px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-top: 1px;
}
#all_products {
    width: 100%;
    float: left;
}
.product-listing {
    width: 100%;
    float: left;
}
.product_weight .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    list-style: none;
    min-height: 22px;
    outline: none;
    padding-left: 10px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 999999;
}
.responsive_filter {
    display: none;
    width: 100%;
}
.sort_by.responsive_short_by {
    width: 49%;
    float: none;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    padding: 5px 0;
    border-right: 1px solid #ccc;
}
.responsive_filter_by {
    /*width:49%;float:none;text-align:center;display:inline-block;font-size:20px*/
}
#loader.fadeOut {
    opacity: 0;
    visibility: hidden;
}
#loader {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 999999999;
    top: 0;
}
.loader-new {
    background-image: url(../images/icon.png);
    background-size: 100%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s infinite;
    animation: spin 1.5s infinite;
    position: absolute;
    top: calc(50% - 90px);
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    10% {
        -webkit-transform: scale(1.1, 0.9) translateY(0);
        transform: scale(1.1, 0.9) translateY(0);
    }
    30% {
        -webkit-transform: scale(0.9, 1.1) translateY(-40px);
        transform: scale(0.9, 1.1) translateY(-40px);
    }
    50% {
        -webkit-transform: scale(1.05, 0.95) translateY(0);
        transform: scale(1.05, 0.95) translateY(0);
    }
    57% {
        -webkit-transform: scale(1, 1) translateY(-7px);
        transform: scale(1, 1) translateY(-7px);
    }
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    to {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    10% {
        -webkit-transform: scale(1.1, 0.9) translateY(0);
        transform: scale(1.1, 0.9) translateY(0);
    }
    30% {
        -webkit-transform: scale(0.9, 1.1) translateY(-40px);
        transform: scale(0.9, 1.1) translateY(-40px);
    }
    50% {
        -webkit-transform: scale(1.05, 0.95) translateY(0);
        transform: scale(1.05, 0.95) translateY(0);
    }
    57% {
        -webkit-transform: scale(1, 1) translateY(-7px);
        transform: scale(1, 1) translateY(-7px);
    }
    64% {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
    to {
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}
.spinner1 {
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.spinner1 p {
    color: #000;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
}
#login_privacy_policy .modal-header {
    background-color: #fff200;
}
#login_privacy_policy .modal-header h4 {
    font-size: 20px;
    font-weight: 600;
}
#login_privacy_policy .service_terms {
    background-color: transparent !important;
}
#login_privacy_policy .modal-footer {
    text-align: center;
}
#login_privacy_policy .modal-footer button {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 50px;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 50px;
    color: #fff;
}
#login_privacy_policy .modal-body {
    max-height: 470px;
    overflow: hidden;
    overflow-y: auto;
}
#login_privacy_policy_2 .modal-header {
    background-color: #fff200;
}
#login_privacy_policy_2 .modal-header h4 {
    font-size: 20px;
    font-weight: 600;
}
#login_privacy_policy_2 .service_terms {
    background-color: transparent !important;
}
#login_privacy_policy_2 .modal-footer {
    text-align: center;
}
#login_privacy_policy_2 .modal-footer button {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 50px;
    background: #d02529;
    background: -webkit-gradient(linear, left top, right top, from(#d02529), to(#d64c22));
    background: linear-gradient(to right, #d02529 0%, #d64c22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02529',endColorstr='#d64c22',GradientType=1);
    border-radius: 50px;
    color: #fff;
}
#login_privacy_policy_2 .modal-body {
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
}
#login_privacy_policy_2 .modal-header button {
    display: none;
}
#login_privacy_policy .modal-header button {
    display: none;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.overflow_category {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
.submit-reschedule {
    margin-left: 40% !important;
    background: #355308 !important;
    border: 1px solid #9bf11ad9 !important;
}
.header-container {
    padding: 8px 15px;
    background: #eff4f7;
    display: none;
}
@media only screen and (min-width: 1024px) {
    .header-container {
        display: block;
    }
}
.produt-flex-right {
    min-width: 100px;
}
.brand-filter-btn {
    background: #000;
    color: white;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 3px 2px 2px 2px;
}
.brand-filter-div,
.category_patch_div1 {
    display: none;
}
.filter_head {
    padding: 0 0 0 20px;
    font-size: 17px;
    border-radius: 6px;
    color: black;
    font-weight: 700;
    margin-top: 2px;
}
.brand-list-div {
    padding: 5px 0px 3px 5px;
}
.brand_wrapper {
    max-height: 250px;
    overflow-y: auto;
}
.filter-modal-dialog {
    top: 15%;
}
.filter-modal-close {
    width: 30px;
    height: 30px;
    background-color: #000 !important;
    opacity: 1;
    color: #fff;
    font-weight: 200;
    float: none;
    line-height: 9px;
    border-radius: 50%;
    font-size: 25px;
    padding: 0px 0px 2px 1px !important;
    position: absolute;
    right: 12px;
    top: 8px;
    border: 0;
}
.filter-modal-btn-submit {
    text-align: center;
    color: #ffff;
    width: 100%;
    background-color: #000;
}
.arrow-subcat {
    font-size: 10px;
    opacity: 0.6;
}
@media only screen and (max-width: 600px) {
    .thumbnails.imgBox.targetarea {
        margin: auto;
        display: block;
    }
    .variant-img.custom_scroll::-webkit-scrollbar {
        width: 5px;
        height: 8px;
    }
}
@media screen and (max-width: 600px) ..movie--isloading {
    width: 50%;
}
.movie--isloading {
    height: 320px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}
.movie--isloading .loading-image {
    height: 190px;
    background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
    background-size: 250px;
    -webkit-animation: shine-loading-image 2s infinite ease-out;
    animation: shine-loading-image 2s infinite ease-out;
}
.movie--isloading .loading-content {
    background: #f7f7f7;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.movie--isloading .loading-content .loading-text-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.movie--isloading .loading-content .loading-main-text {
    height: 10px;
    width: 65%;
    margin-bottom: 10px;
    background: #ececec;
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 10px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}
.movie--isloading .loading-content .loading-sub-text {
    height: 10px;
    width: 50%;
    background: #ececec;
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 10px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}
.movie--isloading .loading-content .loading-btn {
    width: 60px;
    height: 25px;
    background: #ececec;
    background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
    background-size: 250px;
    border-radius: 3px;
    -webkit-animation: shine-loading-container-items 2s infinite ease-out;
    animation: shine-loading-container-items 2s infinite ease-out;
}
@-webkit-keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }
    40%,
    to {
        background-position: 208px;
    }
}
@keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }
    40%,
    to {
        background-position: 208px;
    }
}
@-webkit-keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }
    40%,
    to {
        background-position: 140px;
    }
}
@keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }
    40%,
    to {
        background-position: 140px;
    }
}
.small-container .small_img_first1 {
    width: 100%;
    height: 70px;
    cursor: pointer;
    margin: auto 0px 5px 0;
    border: 1px solid #cccccc;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: cover;
    object-fit: cover;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}
.small-container .small_img_first1 .show-small-img {
    width: 100%;
}
