:root {
    --green: #3cb54c;
}

@font-face {
    font-family: "Moderat-Bold";
    src: url("../m-fonts/Moderat-Bold.eot");
    src: local("☺"), url("../m-fonts/Moderat-Bold.woff2") format("woff2"),
        url("../m-fonts/Moderat-Bold.woff") format("woff"),
        url("../m-fonts/Moderat-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Moderat-Black";
    src: url("../m-fonts/Moderat-Black.eot");
    src: local("☺"), url("../m-fonts/Moderat-Black.woff2") format("woff2"),
        url("../m-fonts/Moderat-Black.woff") format("woff"),
        url("../m-fonts/Moderat-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Moderat-Medium";
    src: url("../m-fonts/Moderat-Medium.eot");
    src: local("☺"), url("../m-fonts/Moderat-Medium.woff2") format("woff2"),
        url("../m-fonts/Moderat-Medium.woff") format("woff"),
        url("../m-fonts/Moderat-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Moderat-Regular";
    src: url("../m-fonts/Moderat-Regular.eot");
    src: local("☺"), url("../m-fonts/Moderat-Regular.woff2") format("woff2"),
        url("../m-fonts/Moderat-Regular.woff") format("woff"),
        url("../m-fonts/Moderat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Moderat-Light";
    src: url("../m-fonts/Moderat-Light.eot");
    src: local("☺"), url("../m-fonts/Moderat-Light.woff2") format("woff2"),
        url("../m-fonts/Moderat-Light.woff") format("woff"),
        url("../m-fonts/Moderat-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.labelHeading {
    cursor: pointer;
}

.labelHeading.active {
    background: #3cb54c;
    color: white;
    cursor: auto;
}

.forgotlabelHeading {
    cursor: pointer;
}

.forgotlabelHeading.active {
    background: #3cb54c;
    color: white;
    cursor: auto;
}

.form-group label {
    margin-bottom: 3px;
    font-size: 17px;
}

.form-control {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 50px;
}

.form-control::placeholder {
    color: #bdbdbd;
    font-size: 18px;
    font-weight: normal;
    font-family: "Moderat-Regular";
}

.form-control,
.form-control:hover,
.form-control:focus,
.form-control:active {
    box-shadow: none;
    outline: none;
}

.form-control:focus {
    border: 1px solid #e0e0e0;
}

input[type="search"]::-webkit-search-cancel-button {
    background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
    cursor: pointer;
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
}

input[type="search"]::-ms-clear {
    color: red;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    color: #000;
    font-size: 17px;
    /* font-family: "Moderat-Regular"; */
}

body.backdrop_active {
    overflow: hidden;
}

a,
a:hover,
a:active,
a:focus {
    color: unset;
    text-decoration: unset;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

figure {
    margin: 0;
    line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Moderat-Bold" !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.form-control,
.form-control:hover,
.form-control:focus {
    box-shadow: none;
    outline: none;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: none;
    border: none;
}

.btn-an {
    background: #3cb54c;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-an:hover,
.btn-an:focus,
.btn-an:active {
    background: #24732e !important;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-red {
    background: #ed0006;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background: #c70005 !important;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.btn-danger {
    background: #e46060;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #c70005 !important;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.btn-dark-an {
    background: #757575;
    color: #fff !important;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.btn-dark-an:hover,
.btn-dark-an:focus,
.btn-dark-an:active {
    background: #4c4c4c !important;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.btn_border_normal,
.btn_border_normal:hover,
.btn_border_normal:focus,
.btn_border_normal:active {
    border: 1px solid #e1e1e1 !important;
    background-color: #fff !important;
    color: #333 !important;
}

.pending_btn {
    background: #ffe6cf;
    color: #e76926;
}

.confirmed_btn {
    background: #d1ffd5;
    color: #3cb54c;
}

.btn_border {
    background: #fff;
    border: 1px solid #3cb54c;
    color: #3cb54c;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.btn_border:hover,
.btn_border:focus,
.btn_border:active {
    background: #3cb54c;
    color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    box-shadow: none;
    outline: none;
}

.dark_submit_btn {
    width: 180px;
    height: 47px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;

}

.text_green {
    color: var(--green);
}

.bb_10 {
    border-bottom: 1px solid rgba(0 0 0 / 10%) !important;
}

.cursor_pointer {
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.page_heading {
    text-align: center;
    font-size: 33px;
}

.page_subheading {
    text-align: center;
    color: #757575;
    font-family: "Moderat-Medium";
}

.pr_20 {
    padding-right: 20px !important;
}

.pl_20 {
    padding-left: 20px !important;
}

.pt_10 {
    padding-top: 10px !important;
}

.carousel_outer {
    position: relative;
}

.btn_bordered {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    font-family: "Moderat-Medium";
    color: #3cb54c;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 30px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.btn_bordered:hover,
.btn_bordered:focus,
.btn_bordered:active {
    color: #24732e;
    border: 1px solid #24732e !important;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_25 {
    margin-top: 25px !important;
}

.ml_20 {
    margin-left: 20px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mx_-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.mx_-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.mx_-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.mr_10 {
    margin-right: 10px !important;
}

.mr_20 {
    margin-right: 20px !important;
}

.mr_25 {
    margin-right: 25px !important;
}

.mr_8 {
    margin-right: 8px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.px_8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p_25 {
    padding: 25px !important;
}

.p_12 {
    padding: 12px !important;
}

.col_20 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.bb_10 {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.select-hidden {
    display: none;
}

.color_green {
    color: #3cb54c;
}

.oc_status {}

.oc_status.paid,
.oc_status_confirmed {
    background-color: rgba(60, 181, 76, 0.1);
    color: #3cb54c;
}

/* input controll */

.items_input {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0 0 0 / 15%);
    border-radius: 5px;
}

.items_input .btn,
.items_input input {
    height: 40px;
    width: 40px;
    border: none;
    text-align: center;
    border-radius: 0;
}

.items_input input {
    cursor: auto;
    font-family: "Moderat-Medium";
    font-size: 21px;
}

.items_input input:hover,
.items_input input:focus,
.items_input input:active {
    outline: none;
    border: none;
}

.items_input button.less {
    background: url("../images/minus.svg") no-repeat center;
    border-right: 1px solid rgba(0 0 0 / 15%);
}

.items_input button.more {
    background: url("../images/plus.svg") no-repeat center;
    border-left: 1px solid rgba(0 0 0 / 15%);
}

input.search_bg_right::-webkit-search-cancel-button {
    display: none;
}

input.search_bg_right {
    background: url("../images/search.svg") no-repeat calc(100% - 15px) center;
    background-size: 15px;
}

/* header */

header {
    padding: 10px 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
    box-shadow: rgb(95 95 95 / 10%) 0px 1px 2px 0px;
}

header.nav-up {
    top: -90px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
}

header.nav-down {
    box-shadow: 0px 2px 20px rgba(0 0 0 / 4%);
}

header .logo img {
    width: 65px;
}

header .right_menus {
    margin-left: auto;
    display: flex;
    align-items: center;
}

header .right_menus ul {
    display: flex;
    align-items: center;
}

header .right_menus li,
header .right_menus li a {
    display: flex;
    align-items: center;
}

header .right_menus li a {
    font-family: "Moderat-Medium";
}

header .right_menus li:not(:last-child) {
    margin-right: 30px;
}

header .right_menus li.show a:first-child {
    color: #3cb54c;
}

header .right_menus .icon {
    margin-right: 7px;
}

header .right_menus .icon img {
    height: 18px;
    width: auto;
}

header .right_menus .icon img.active {
    display: none;
}

/* header .right_menus li.show .icon img{display:none;} */
header .right_menus li.show .icon img.active {
    display: block;
}

header .right_menus .login {
    padding-right: 10px;
}

header .right_menus .signup {
    padding-left: 10px;
    position: relative;
}

header .right_menus .signup:before {
    height: 15px;
    width: 1px;
    background-color: #000;
    display: block;
    content: "";
    left: 0;
    position: absolute;
}

header.header_overlay {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

header .right_menus .cart {
    position: relative;
}

header .right_menus .cart .icon {
    position: relative;
}

header .right_menus .cart img {
    width: 24px;
    height: auto;
}

/* header .right_menus .cart .count {
	position: absolute;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	background: #3cb54c;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	/* font-weight: bold;
	top: -15px;
	right: -15px;
} */

header .right_menus .cart .count {
    height: 21px;
    width: 21px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    margin-left: 7px;
    margin-top: -1px;
    line-height: 11px;
}

header .right_menus .cart.dropdown .only_a {
    padding: 10px 20px;
    border-radius: 100px;
}

header .right_menus .cart.dropdown .only_a:hover {
    background: #3cb54c;
    color: white !important;
}

header .right_menus .cart.dropdown .only_a:hover .count {
    background: white;
    color: #3cb54c !important;
}

header .right_menus .cart.dropdown .only_a:hover i {
    color: white !important;
}

header .right_menus .cart.dropdown.show .only_a {
    background: #3cb54c;
    color: white !important;
}

header .right_menus .cart.dropdown.show .count {
    background: #fff;
    color: #3cb54c;
}



header .right_menus #cart_dropdown:after {
    display: none;
}

header .right_menus .cart .dropdown-menu {
    right: 0;
    transform: unset !important;
    left: unset !important;
    top: 100% !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
    margin-top: 15px;
    padding: 20px;
    width: auto;
    display: none !important;
}

header .right_menus .open .dropdown-menu {
    display: block !important;
}

header .right_menus .cart.show .dropdown-menu {
    display: block !important;
}

header .right_menus .cart .dropdown-menu ul {
    display: block;
}

header .right_menus .cart .dropdown-menu li {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

/* header .right_menus .cart .dropdown-menu li:not(:last-child){border-bottom:1px solid rgba(0 0 0 / 10%)} */
header .right_menus .cart .dropdown-menu img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 15px;
}

header .right_menus .cart .dropdown-menu .names {
    width: 150px;
}

header .right_menus .cart .dropdown-menu .names h6 a {
    font-weight: bold;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #000;
}

header .right_menus .cart .dropdown-menu .names p {
    color: rgba(0 0 0 / 50%);
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-top: 2px;
}

header .right_menus .cart .dropdown-menu .items_input {
    margin: 0 10px;
}

header .right_menus .cart .dropdown-menu .items_input .btn,
header .right_menus .cart .dropdown-menu .items_input input {
    height: 28px;
    width: 33px;
}

header .right_menus .cart .dropdown-menu .items_input .btn {
    background-size: 7px;
}

header .right_menus .cart .dropdown-menu .items_input input {
    font-size: 15px;
}

header .right_menus .cart .dropdown-menu .price {
    color: #000000;
    font-weight: bold;
    font-size: 19px;
    margin-left: auto;
}

header .right_menus .cart .dropdown-menu .btns_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

header .right_menus .cart .dropdown-menu .btns_row .button {
    width: calc(50% - 5px);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 16px;
    text-transform: uppercase;
}

header .right_menus #account_dropdown::after {
    display: none;
}

header .right_menus .dropdown-menu {
    left: unset !important;
    right: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    width: 180px;
    padding: 5px 17px;
}

header .right_menus .dropdown-menu:before {
    content: "";
    display: block;
    width: 20px;
    background: #fff;
    height: 20px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    top: -8px;
    position: absolute;
    right: 10px;
    z-index: -1;
}

header .right_menus .dropdown-menu .dropdown-item {
    font-family: "Moderat-Medium";
    font-size: 16px;
    padding: 7px 0;
}

header .right_menus .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

header .right_menus .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa;
    color: #16181b;
}

/*  start home main section */

.home_main_section {
    padding: 10px 0 60px;
}

.home_main_section .left_col .heading {
    font-size: 26px;
    line-height: 36px;
}

.home_main_section .left_col .sub_heading {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #757575;
    font-family: "Moderat-Medium";
}

.home_main_section .tab_box {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 40px;
    width: 100%;
    position: relative;
    z-index: 9;
    background-color: #fff;
    margin-bottom: 40px;
}

.home_main_section .tab_box .nav-tabs {
    padding: 0 15px;
}

.home_main_section .tab_box .nav-tabs .nav-link {
    padding: 15px;
    line-height: initial;
    text-transform: uppercase;
    color: #757575;
    border: none;
    color: #757575;
    position: relative;
}

.home_main_section .tab_box .nav-tabs .nav-link.active {
    color: #3cb54c;
    font-family: "Moderat-Medium";
}

.home_main_section .tab_box .nav-tabs .nav-link.active:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 3px;
    background-color: #3cb54c;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home_main_section .tab_box .tab-content {
    padding: 20px;
}

.home_main_section .tab_box .tab-content .form-control {
    border: 1px solid #dfe3dc;
}

.home_main_section .tab_box .tab-content .search_group .form-control {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 10px 40px 10px 20px;
    background: url(../images/location.png) no-repeat calc(100% - 20px) center;
}

.home_main_section .search_form .input_group {
    display: flex;
    align-items: center;
}

.home_main_section .search_form .input_group .form-control {
    height: 45px;
}

.home_main_section .search_form .search_group {
    width: calc(100% - 250px);
}

.home_main_section .search_form .search_group .form-control {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home_main_section .search_form .search_group .form-control::placeholder {
    color: #757575;
    font-size: 17px;
}

.home_main_section .search_form .category_group {
    position: relative;
    width: 320px;
}

.home_main_section .search_form .category_group .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: url(../images/type.png) no-repeat calc(100% - 80px) center;
    padding-right: 150px;
}

.home_main_section .search_form .category_group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 100px;
    width: 150px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 17px;
}

.home_main_section .right_col img {
    height: 100%;
    object-fit: cover;
}

.home_main_section .right_col .map {
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
}

/* start video section */

.video_section {
    position: relative;
    display: flex;
}

.video_section video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.video_section .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* end of video section */

/* start work section */

.works_section .page_heading {
    margin: 60px 0;
}

.works_section .image_col figure {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.works_section .image_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_section .text_col {
    display: flex;
    align-items: center;
}

.works_section .text_col .content_col {
    padding-top: 20px;
    padding-bottom: 20px;
}

.works_section .text_col .content_col .title {
    font-size: 21px;
    margin-bottom: 15px;
}

.works_section .text_col .content_col p {
    color: #757575;
    line-height: 24px;
}

.works_section .row {
    margin-bottom: 80px;
}

/* end of works section */

/* features section */

.features_section {
    background: #e5efe6;
    padding: 50px 0;
}

.features_section .page_heading {
    margin-bottom: 30px;
}

.features_section .box {
    background-color: #fff;
    height: 100%;
    border-radius: 15px;
    text-align: center;
    padding: 30px 20px;
}

.features_section .box .icon {
    width: 90px;
    height: 90px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.features_section .box .title {
    margin: 15px 0 10px;
}

.features_section .box p {
    color: #757575;
}

.features_section.no_bg {
    background: transparent;
    padding: 50px 0;
}

.features_section.no_bg .box {
    padding: 0;
}

/* end of features section */

/* start testimonial_section */

.testimonial_section {
    padding: 40px 0;
}

.testimonial_section .page_subheading {
    margin-top: 5px;
}

.testimonial_section .testimonial_swiper {
    margin-top: 40px;
    overflow: hidden;
}

.testimonial_section .testimonial_swiper .swiper-slide {
    text-align: center;
    padding: 0 15px;
}

.testimonial_section .testimonial_swiper .swiper-slide .card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 18px 30px rgb(0 0 0 / 10%);
    border: none;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    min-height: 200px;
}

.testimonial_section .testimonial_swiper .swiper-slide .card:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 16px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial_section .testimonial_swiper .swiper-slide .card .msg_title {
    font-size: 19px;
    margin-bottom: 15px;
}

.testimonial_section .testimonial_swiper .swiper-slide .card .msg {
    color: #757575;
    font-size: 17px;
}

.testimonial_section .testimonial_swiper .swiper-slide .name {
    font-family: "Moderat-Bold";
    font-size: 18px;
    margin-top: 5px;
}

.testimonial_section .testimonial_swiper .swiper-slide .desg {
    color: #757575;
    font-size: 15px;
}

.testimonial_section .testimonial_swiper .swiper-pagination {
    bottom: 0;
    position: relative;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_section .testimonial_swiper .swiper-pagination .swiper-pagination-bullet {
    height: 5px;
    width: 5px;
    background: #3cb54c;
    border: 3px solid #3cb54c;
    opacity: 1;
}

.testimonial_section .testimonial_swiper .swiper-pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 11px;
    background-color: #fff;
}

/* end of testimonial_section */

/* start partners_section */

.partners_section {
    border: 1px solid rgba(0 0 0 / 0.15);
    padding: 50px 0;
}

.partners_section .left_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.partners_section .left_col .page_heading {
    text-align: left;
}

.partners_section .left_col p {
    color: #757575;
    margin-top: 5px;
}

.partners_section .right_col .box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.partners_section .right_col .box img {
    max-width: 100%;
}

/* end of partners_section */

/* start app_section */

.app_section {
    background: #3cb54c;
    padding: 70px 0;
    overflow: hidden;
}

.app_section .content_col .page_heading {
    color: #fff;
    text-align: left;
}

.app_section .content_col p {
    color: #fff;
    margin: 10px 0 40px;
}

.app_section .content_col .get_app p {
    margin: 0 0 5px;
}

.app_section .content_col .get_app ul {
    display: flex;
}

.app_section .content_col .get_app ul li:first-child {
    margin-right: 10px;
}

.app_section .images_col {
    position: relative;
}

.app_section .images_col figure {
    position: absolute;
    top: -80%;
}

.app_section .images_col figure img {
    width: 100%;
}

/* end of app_section */

/* start footer top */

.footer_top {
    padding: 40px 0;
}

.footer_top .box .footer_logo {
    margin-bottom: 5px;
    width: 75px;
}

.footer_top .box p {
    font-size: 17px;
    color: #1E1E1E;
}

.footer_top .box .foot_title {
    font-size: 21px;
    margin-bottom: 10px;
}

.footer_top .box ul li {
    margin: 10px 0px;
}

.footer_top .box ul li a {
    color: #1E1E1E;
    font-size: 17px;
}

.footer_top .box .social_links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer_top .box .social_links li {
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.footer_top .box .social_links li:not(:last-child) {
    margin-right: 15px;
}

.footer_top .box .contact_details li,
.footer_top .box .contact_details li a {
    position: relative;
}

.footer_top .box .contact_details li a {
    padding-left: 30px;
    line-break: anywhere;
    display: flex;
    align-items: center;
    line-height: 18px;
}

.footer_top .box .contact_details li a:hover {
    color: #1E1E1E;
}

.footer_top .box .contact_details li img {
    position: absolute;
    left: 0;
}

.footer_top .box .contact_details li:not(:last-child) {
    margin-bottom: 20px;
}

.footer_top .btns {
    margin-top: 10px;
    display: flow-root;
}

.footer_top .btns .btn {
    max-width: 175px;
    width: 100%;
    border-radius: 100px;
    font-size: 15px;
    height: 35px;
    text-transform: capitalize;
    font-family: "Moderat-Medium";
    margin-top: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 14px;
}

/* end of footer top */

/* start footer bottom */

.footer_bottom {
    background: #ecf3ed;
    padding: 20px 0;
}

.footer_bottom .left_col p {
    font-size: 17px;
}

.footer_bottom .right_col ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.footer_bottom .right_col ul li {
    padding: 0 10px;
    position: relative;
}

.footer_bottom .right_col ul li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #000;
}

.footer_bottom .right_col ul li a {
    font-size: 17px;
}

/* end of footer bottom */

/* start modal */

.modal {
    padding-right: 0 !important;
}

.modal .modal-header {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.modal .modal-header .modal-title {
    margin: auto;
    font-size: 25px;
    font-family: "Moderat-Bold";
}

.modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 50%;
    opacity: 1;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus,
.modal .modal-header .close:active {
    outline: none;
    border: none;
}

.modal .modal-header .close img {
    width: 13px;
    height: auto;
}

.modal .modal-dialog {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.modal .submit_btn {
    width: 100%;
    background: #3cb54c;
    border-radius: 100px;
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Moderat-Medium";
    font-size: 21px;
}

.modal .submit_btn:hover,
.modal .submit_btn:focus,
.modal .submit_btn:active {
    box-shadow: none;
    outline: none;
}

.modal.active {
    overflow: auto;
}

.modal.active .modal-dialog {
    margin: 30px auto;
    top: unset;
    transform: unset !important;
    -webkit-transform: unset !important;
}

/* end of modal */

/* start login modal */

.modal .modal-body {
    padding: 40px;
    position: relative;
}

.modal .modal-body .close {
    top: 20px;
    right: 20px;
    position: absolute;
    line-height: 0;
    opacity: 1;
}

.modal .modal-body .close:focus {
    outline: none;
}

.modal .modal-body .modal-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.modal .modal-body .remember_row {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    font-family: "Moderat-Medium";
}

.modal .modal-body .remember_row .forgot_col {
    margin-left: auto;
}

.modal .modal-body .remember_row .remember_label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 35px;
    margin: 0;
    cursor: pointer;
}

.modal .modal-body .remember_row .remember_label:before {
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 3px;
    display: block;
    border: 1px solid #ccc;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
}

.modal .modal-body .remember_row .remember_col input[type="checkbox"]:checked+label:before {
    background: #3cb54c;
    border-color: #3cb54c;
}

.modal .modal-body .remember_row .remember_col input[type="checkbox"]:checked+label:after {
    width: 5px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    left: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.modal .modal-body .switch_account {
    margin-top: 25px;
}

.modal .modal-body .switch_account p {
    text-align: center;
    font-family: "Moderat-Medium";
    font-size: 18px;
}

.modal .modal-body .switch_account p a {
    color: #3cb54c;
}

/* end of login modal */

/* signup modal */

.signupModal .modal-body .form-group {
    margin-bottom: 8px;
}

.signupModal .modal-body .accepts label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 17px;
    font-family: "Moderat-Medium";
}

.signupModal .modal-body .accepts label a {
    text-decoration: underline;
    color: #3cb54c;
}

.signupModal .modal-body .accepts label:before {
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 3px;
    display: block;
    border: 1px solid #ccc;
    left: 0;
    position: absolute;
    top: 0;
}

.signupModal .modal-body .accepts input[type="checkbox"]:checked+label:before {
    background: #3cb54c;
    border-color: #3cb54c;
}

.signupModal .modal-body .accepts input[type="checkbox"]:checked+label:after {
    width: 5px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    left: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    top: 5px;
}

.signupModal .modal-body .switch_account {
    margin-top: 15px;
}

/* start page title */

.page_title_section {
    padding: 120px 0 60px;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(225, 235, 226, 0.3) 50%,
            #e1ebe2 100%);
}

.page_title_section h1 {
    text-align: center;
    font-size: 36px;
}

/* end of page title */

/* about us page */

.about_content_section {
    padding: 50px 0;
}

.about_content_section .thumbnail {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.about_content_section .thumbnail img {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.about_content_section .content .title {
    font-size: 27px;
    margin-bottom: 20px;
}

.about_content_section .content p {
    color: #757575;
    line-height: 24px;
    font-size: 17px;
    margin-bottom: 10px;
}

/* end of about us page */

/* start why use section */

.why_use_section .box .title {
    margin-top: 0;
}

/* end of why use section */

/* start search location section */

.search_store_section {
    padding: 20px 0 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e1ebe2 100%);
}

.search_store_section .content {
    text-align: center;
}

.search_store_section h1 {
    font-size: 32px;
    margin-bottom: 8px;
}

.search_store_section .sub_heading {
    margin-bottom: 25px;
    font-size: 21px;
    font-family: "Moderat-Medium";
    color: #757575;
}

.search_store_section form .input_group {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.search_store_section form .input_group input[type="submit"] {
    position: absolute;
    right: 4px;
    top: 4px;
    height: calc(100% - 8px);
    border-radius: 100px;
    width: 120px;
    text-transform: uppercase;
    font-family: "Moderat-Medium";
    font-size: 17px;
}

.search_store_section form .input_group .form-control {
    border-radius: 100px;
    border: none;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 5%);
    padding: 15px 20px;
}

.search_store_section .location {
    margin-top: 15px;
    font-family: "Moderat-Medium";
    color: #3cb54c;
}

.search_store_section .location .location_icon {
    margin-right: 8px;
}

.search_store_section .location .arrow {
    margin-left: 10px;
}

/* end of search location section */

/* start round_categories_carousel */

.round_categories_carousel {
    padding: 40px 0 10px;
}

.round_categories_carousel .single {
    text-align: center;
}

.round_categories_carousel .single img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
}

.round_categories_carousel .single p {
    font-family: "Moderat-Medium";
    font-size: 19px;
}

.round_categories_carousel .swiper-button {
    height: 24px;
    width: 24px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    color: #000;
}

.round_categories_carousel .swiper-button:after {
    font-size: 9px;
    color: #000;
    font-weight: bold;
    opacity: 1;
}

.round_categories_carousel .swiper-button-prev {
    left: -20px;
}

.round_categories_carousel .swiper-button-next {
    right: -20px;
}

/* end of round_categories_carousel */

/* start stores_lists */

.stores_lists {
    padding: 20px 0px 40px;
}

.stores_lists .store {
    margin: 20px 0;
}

.stores_lists .store .box {
    position: relative;
}

.stores_lists .store .box .store_img {
    width: 100%;
    border-radius: 5px;
}

.stores_lists .store .box .wishlist {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 0px;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff url(../images/wishlist.png) no-repeat center center;
    background-size: 16px;
}

.stores_lists .store .box .wishlist.active {
    background-image: url("../images/wishlist_active.png");
}

.stores_lists .store .box .content {
    background-color: #fff;
    width: calc(100% - 20px);
    margin: auto;
    margin-top: -45px;
    position: relative;
    padding: 12px 20px;
    box-shadow: 0px 0px 24px rgb(3 5 77 / 8%);
    border-radius: 5px;
}

.stores_lists .store .box .content h5 {
    font-size: 21px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stores_lists .store .box .content .types {
    font-size: 17px;
    display: block;
    margin: 4px 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stores_lists .store .box .content .del_time {
    display: block;
    font-size: 17px;
    color: #757575;
}

.stores_lists button.view_more {
    display: table;
    margin: 20px auto 0px;
}

/* end of stores_lists */

/* start store landing page */

.store_content_section {
    background: #f1f6f2;
    padding: 20px 0;
}

.store_content_section .store_details {
    background-color: #fff;
    border-radius: 5px;
}

.store_content_section .store_details .store_row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.store_content_section .store_row .thumbnail {
    /* max-width: 205px; */
    flex: 0 0 205px;
}

.store_content_section .store_row .thumbnail img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
}

.store_content_section .store_row .main_content {
    max-width: calc(100% - 300px - 205px);
    flex: 0 0 calc(100% - 300px - 205px);
    position: relative;
    padding-right: 50px;
}

.store_content_section .store_row .main_content .name {
    font-size: 25px;
    line-height: 28px;
}

.store_content_section .store_row .main_content .total_ratings {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.store_content_section .store_row .total_stars {
    position: relative;
    width: 88px;
}

.store_content_section .store_row .total_stars .stars {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-flex;
}

.store_content_section .store_row .total_stars .stars img:not(:last-child) {
    margin-right: 2px;
}

.store_content_section .store_row .total_stars .stars_fill {
    position: absolute;
    overflow: hidden;
}

.store_content_section .store_row .main_content .total_ratings .totalCount {
    font-size: 17px;
    color: #222222;
    margin-left: 10px;
}

.store_content_section .store_row .main_content .contact {
    margin-top: 15px;
}

.store_content_section .store_row .main_content .contact li {
    color: #757575;
    font-family: "Moderat-Regular";
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 5px;
    display: flex;
    /* flex-wrap: wrap; */
}

.store_content_section .store_row .main_content .contact li span {
    font-family: "Moderat-Medium";
    font-size: 17px;
    color: #000;
    max-width: 80px;
    flex: 0 0 80px;
    display: inline-block;
}

.store_content_section .store_row .main_content .contact li p {
    max-width: calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    line-height: 22px;
}

.store_content_section .store_row .main_content .btns {
    margin-top: 20px;
}

.store_content_section .store_row .main_content .btns .btn {
    border-radius: 100px;
    font-family: "Moderat-Medium";
    text-transform: uppercase;
    font-size: 17px;
    padding: 7px 10px;
    width: 135px;
}

.store_content_section .store_row .main_content .btns .btn:not(:last-child) {
    margin-right: 7px;
}

.store_content_section .store_row .main_content .wishlist {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: 50px;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #fff url("../images/wishlist.png") no-repeat center;
    cursor: pointer;
}

.store_content_section .store_row .main_content .wishlist.active {
    background-image: url("../images/wishlist_active.png");
}

.store_content_section .store_row .opening_hours {
    max-width: 300px;
    flex: 0 0 300px;
}

.store_content_section .store_row .opening_hours .top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.store_content_section .store_row .opening_hours .top h6 {

    font-family: "Moderat-Medium";
    font-size: 21px;
}

.store_content_section .store_row .opening_hours .top .status {
    margin-left: auto;
    opacity: 1;
}

.store_content_section .store_row .opening_hours .status span {
    font-size: 19px;
    line-height: 22px;
    font-family: "Moderat-Medium";
    opacity: 1;
    position: relative;
    padding-left: 10px;
    text-align: right;
}

.store_content_section .store_row .opening_hours .status span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    display: block;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    left: 0;
}

.store_content_section .store_row .opening_hours .status.open .open {
    color: #3cb54c;
}

.store_content_section .store_row .opening_hours .status.close .close {
    color: #dc3545;
}

.store_content_section .store_row .opening_hours .status.open .close,
.store_content_section .store_row .opening_hours .status.close .open {
    display: none;
}

.store_content_section .store_row .opening_hours .status.open .open,
.store_content_section .store_row .opening_hours .status.close .close {
    display: block;
}

.store_content_section .store_row .opening_hours .status.open .open:before {
    background-color: #3cb54c;
}

.store_content_section .store_row .opening_hours .status.close .close:before {
    background-color: #dc3545;
}

.store_content_section .store_row .opening_hours .times li span {
    font-size: 16px;
    line-height: 27px;
}

.store_content_section .store_row .opening_hours .times li .time {
    float: right;
}

.store_content_section .store_row .opening_hours .times li.active span {
    color: #3cb54c;
}

.store_content_section .about_row {
    padding: 20px;
    border-top: 1px solid rgba(0 0 0 / 10%);
}

.store_content_section .about_row h6 {
    font-family: "Moderat-Medium";
    font-size: 21px;
    margin-bottom: 10px;
}

.store_content_section .about_row p {
    color: #757575;
    font-size: 19px;
    line-height: 28px;
}

.store_carousel_section {
    margin-top: 15px;
    padding: 0px;
    position: relative;
    border-radius: 5px;
}

.store_carousel_section .swiper-slide img {
    border-radius: 5px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.store_content_section .store_carousel_section .store_swiper {
    width: calc(100% - 90px);
}

.store_carousel_section .swiper_btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.store_carousel_section .swiper_btn:after {
    font-size: 17px;
    color: #18191f;
    font-weight: bold;
}

.store_carousel_section .swiper_btn.swiper-button-prev {
    left: 15px;
}

.store_carousel_section .swiper_btn.swiper-button-next {
    right: 15px;
}

.store_content_section .product_category_section {
    margin-top: 30px;
    border-radius: 5px;
}

.product_category_section .top_search {
    padding: 25px;
}

.top_search .input_group {
    position: relative;
}

.top_search .input_group input.search {
    background: #f1f6f2;
    border-radius: 100px;
    border: none;
    box-shadow: none;
    color: #757575;
    font-family: "Moderat-Regular";
    padding: 10px 145px 10px 20px;
}

.top_search .input_group input.search::placeholder {
    color: #757575;
    font-family: "Moderat-Regular";
}

.top_search input[type="submit"] {
    border-radius: 100px;
    width: 130px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: "Moderat-Medium";
    text-transform: uppercase;
    font-size: 17px;
    height: 48px;
}

#searchInput {
    border-radius: 25px !important;
}

.items_input input {
    border: none !important;
}

.btn.less,
.btn.more {
    max-width: 53px !important;
    min-width: 53px !important;
}

header .items_input button.btn.less,
header .items_input button.btn.more {
    max-width: 43px !important;
    min-width: 34px !important;
}

header h5.price {
    width: 74px;
}

.top_search .search_modal {
    position: absolute;
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    z-index: 99;
    padding: 30px;
    width: calc(100% + 50px);
    margin: 0 auto;
    left: -25px;
    display: none;
}

.top_search .search_modal.show {
    display: block;
}

.top_search .search_modal .title {
    font-size: 21px;
    line-height: 21px;
}

.top_search .search_modal ul {
    margin: 20px 0;
}

.top_search .search_modal li a {
    width: 100%;
    display: block;
}

.top_search .search_modal .old_searches a {
    background: url("../images/time.svg") no-repeat 0 center;
    background-size: 20px;
    padding: 10px 10px 10px 30px;
}

.top_search .search_modal .old_searches a:hover {
    background-color: rgba(0 0 0 / 5%);
}

.top_search .search_modal .popular_searches a {
    background: url("../images/search.svg") no-repeat 0 center;
    background-size: 16px;
    padding: 10px 10px 10px 25px;
}

.top_search .search_modal .popular_searches a:hover {
    background-color: rgba(0 0 0 / 5%);
}

.top_search .search_modal .categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px -7px;
}

.top_search .search_modal .categories li {
    margin: 7px;
}

.top_search .search_modal .categories .btn_border {
    border-radius: 100px;
    width: 133px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: "Moderat-Medium";
}

.store_content_section .category_content {
    border-top: 1px solid rgba(0 0 0 / 10%);
    display: flex;
    flex-wrap: wrap;
}

.product_category_section .category_content .left_categories {
    padding: 25px;
    max-width: 25%;
    flex: 0 0 25%;
    border-right: 1px solid rgba(0 0 0 / 10%);
}

.product_category_section .category_content .left_categories .title {
    font-size: 21px;

    font-family: "Moderat-Medium";
    margin-bottom: 15px;
}

.product_category_section .categories_lists .parent_li {
    margin: 0px 0;
}

.product_category_section .categories_lists li.has-menus a, .categories_lists li.has-menus a {
    width: 100%;
    display: block;
}

.product_category_section .categories_lists li.has-menus .arrow {
    position: relative;
}

/* .product_category_section .categories_lists li.has-menus .arrow:before {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: rotate(45deg) translateY(-50%);
    content: "";
    height: 8px;
    width: 8px;
    background-color: transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: 0.4s all;
} */

.product_category_section .categories_lists li.has-menus.show .arrow:before {
    transform: rotate(-135deg);
    transition: 0.4s all;
}

.product_category_section .categories_lists li a.parent {

    font-family: "Moderat-Medium";
}

.product_category_section .categories_lists li a.active {
    color: #3cb54c;
}

.product_category_section .categories_lists li.has-menus .active.arrow:before {
    border-color: #3cb54c;
}

/* .product_category_section .categories_lists li.has-menus.show .parent{} */

.product_category_section .categories_lists .sub-menu {
    margin-left: 20px;
}

.product_category_section .categories_lists .sub-menu li {
    margin: 10px 0;
}

.product_category_section .categories_lists .sub-menu a {
    /* font-size: 18px; */
}

.product_category_section .category_content .filter_contents {
    max-width: 75%;
    flex: 0 0 75%;
    padding: 25px;
}

.product_category_section .filter_contents .single_category .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0px;
}

.product_category_section .filter_contents .single_category .top .title {
    font-size: 21px;
    font-family: "Moderat-Medium";
}

.product_category_section .filter_contents .single_category .top .view {
    margin-left: auto;
    color: #3cb54c;
    font-size: 17px;
    font-family: "Moderat-Medium";
}

.product_lists .single_product {
    border: 1px solid white;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin: 10px 0;
}

/* .product_lists .single_product:hover {
	border: 1px solid #dfdfdf;
} */

.product_lists .single_product .label {
    background: #f88d20;
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: -0.0008em;
    font-weight: normal;
    padding: 2px 8px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.product_lists .single_product .thumbnail img {
    height: 148px;
    width: 100%;
    object-fit: contain;
}

.product_lists .single_product .name {
    font-size: 17px;
    line-height: 20px;
    margin-top: 5px;
}

.product_lists .single_product .type {
    font-size: 15px;
    line-height: 18px;
    color: #8a8a8e;
    margin: 5px 0;
}

.product_lists .single_product .price {
    margin-bottom: 4px;
}

.product_lists .single_product .price .new,
.product_lists .single_product .price .old {
    font-family: "Moderat-Regular";
}

.product_lists .single_product .price .new {
    font-size: 17px;
    color: #22292e;
}

.product_lists .single_product .price .new .each {
    font-family: "Moderat-Bold";
    margin-left: 7px;
    text-transform: uppercase;
}

.product_lists .single_product .price .old {
    color: #a9a9a9;
    font-size: 15px;
    /* margin-top: 7px; */
    margin-top: 4px;
}

.product_lists .single_product .price .old .each {
    /* margin-left: 7px; */
    font-family: "Moderat-Medium";
}

.product_lists .single_product .qty select {
    border: none;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    border-radius: 0;
    padding: 6px 0;
    line-height: 25px;
    height: auto;
    font-family: "Moderat-Regular";
    font-weight: bold;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    background: url("../images/arrow_down.svg") no-repeat 100% center;
    background-size: 8px;
}

.product_lists .single_product .qty select::-ms-expand {
    display: none;
}

.product_lists .single_product button.add_btn,
.product_lists .single_product button.add_product_btn {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: #3cb54c;
    letter-spacing: 0.003em;
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
    padding: 7px 10px;
    outline: none;
}

.product_lists .single_product button.add_btn_inverse {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #3cb54c;
    color: #ffffff;
    letter-spacing: 0.003em;
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
    padding: 7px 10px;
    outline: none;
}

.product_lists .single_product button.add_btn_inverse.variant_button_color {
    background: #f87d5b;
}

.product_lists .single_product button.add_btn:hover,
.product_lists .single_product button.add_btn:focus,
.product_lists .single_product button.add_btn:active {
    outline: none;
    box-shadow: none;
}

.product_lists .single_product .total_qty {
    /* margin-top: 21px; */
    margin-top: 6px;
    border: none;
    flex-wrap: wrap;
}

.product_lists .single_product .total_qty .btn {
    /* height: 38px;
	width: 38px; */
    height: 41px;
    width: 41px;
    border: none;
    border-radius: 3px;
}

.product_lists .single_product .total_qty .btn.less {
    background-color: #e5e5ea;
}

.product_lists .single_product .total_qty .btn.less.green {
    background-color: #3cb54c;
    color: white;
}

.product_lists .single_product .total_qty .btn.more.disabled {
    filter: grayscale(1);
    pointer-events: none;
    cursor: not-allowed;
}

.product_lists .single_product .total_qty .btn.more {
    background-color: #3cb54c;
    background-image: url(../images/plus_white.svg);
}

.product_lists .single_product .total_qty input {
    height: 38px;
    width: calc(100% - 109px) !important;
    font-size: 19px;
    color: #22292e;
    font-weight: normal;
}

.product_category_section .categories_lists .single_product {
    border: none;
    padding: 0;
    text-align: center;
}

.product_category_section .categories_lists .single_product .thumbnail {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
}

.product_category_section .categories_lists .single_product .thumbnail img {
    height: 80px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
}

.product_category_section .categories_lists .single_product .name {
    margin-top: 10px;
    font-family: "Moderat-Medium";
    font-size: 17px;
}

.product_category_section .category_content .categories_right_contents {
    padding: 0;
}

.product_category_section .category_content .categories_right_contents .all_contents {
    padding: 25px;
}

.product_category_section .categories_right_contents .all_contents .top .title {
    font-size: 27px;
    line-height: 29px;
    display: block;
    font-family: "Moderat-Bold";
    margin-bottom: 5px;
}

.product_category_section .categories_right_contents .all_contents .top p {
    width: 100%;
    margin-bottom: 10px;
}

/* end of store landing page */

.custom_select {
    position: relative;
    width: 160px;
}

.custom_select .select {
    height: 36px;
    text-align: left;
    background: url("../images/arrow_down.svg") no-repeat calc(100% - 10px) center;
    background-size: 10px;
    font-size: 17px;
    color: #000;
    padding: 5px 20px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom_select .select.dropdown-toggle::after {
    display: none;
}

.custom_select .dropdown-menu {
    padding: 20px;
    border-radius: 9px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    border: none;
}

.custom_select.sort_select .dropdown-menu {
    min-width: 250px;
    margin-top: 8px;
    position: relative;
}

.custom_select.sort_select .dropdown-menu li {
    padding: 0;
    border: none !important;
}

.custom_select.sort_select .dropdown-menu label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    width: 100%;
    font-family: "Moderat-Medium";
    color: #000;
    font-size: 17px;
}

.custom_select.sort_select .dropdown-menu label:before {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    content: "";
    border-radius: 50%;
    left: 0;
}

.custom_select.sort_select .dropdown-menu input[type="radio"]:checked+label:after {
    width: 16px;
    background: #3cb54c;
    height: 16px;
    display: block;
    position: absolute;
    left: 3px;
    content: "";
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.custom_select.sort_select .dropdown-menu li:not(:last-child) label {
    margin-bottom: 20px;
}

/* .custom_select.sort_select .dropdown-menu:before {
    position: absolute;
    left: 15px;
    top: -8px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    content: "";
} */

.custom_select.filter_select .dropdown-menu {
    min-width: 410px;
    margin-top: 8px;
}

.custom_select.filter_select .dropdown-menu.open {
    display: block !important;
}

.custom_select.filter_select .dropdown-menu .top {
    font-family: "Moderat-Medium";
    color: #000000;
    line-height: 22px;
    /* background: url("../images/arrow_down.svg") no-repeat 100% center; */
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
}

.custom_select.filter_select .dropdown-menu .top:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 20px;
    background-color: #ffe0e0;
    content: "";
    background: url("../images/arrow_down.svg") no-repeat 100% center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
}

.custom_select.filter_select .dropdown-menu .top.open:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
}

.custom_select.filter_select .dropdown-menu .options {
    display: none;
}

.custom_select.filter_select .dropdown-menu .options.show {
    display: block;
}

.custom_select.filter_select .dropdown-menu .options ul {
    display: flex;
}

.custom_select.filter_select .dropdown-menu .options li {
    flex-grow: 1;
}

.custom_select.filter_select .dropdown-menu .options li:not(:last-child) {
    margin-right: 10px;
}

.custom_select.filter_select .dropdown-menu .options label {
    border: 1px solid #c8c8c8;
    width: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
}

.custom_select.filter_select .dropdown-menu .size_option li label {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    height: 44px;
    color: #000000;
    font-family: "Moderat-Medium";
    margin-bottom: 0;
}

.custom_select.filter_select .dropdown-menu .options li input[type="checkbox"]:checked+label {
    background: #3cb54c;
    color: #fff;
    border-color: #3cb54c;
}

.custom_select.filter_select .dropdown-menu .size_option label {
    width: 44px;
}

.custom_select.filter_select .dropdown-menu hr {
    margin: 15px 0;
}

.custom_select.filter_select .dropdown-menu .color_options label {
    border-radius: 50% !important;
    border: 1px solid #c8c8c8;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: "Moderat-Medium";
}

.custom_select.filter_select .dropdown-menu .color_options input[type="checkbox"]:checked+label {
    border: 2px solid #000000 !important;
}

.custom_select.filter_select .dropdown-menu .brand_options label {
    height: 40px;
}

.custom_select.filter_select .dropdown-menu .fit_options label {
    height: 40px;
    width: 115px;
}

.filter_btns {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.filter_btns button {
    text-transform: uppercase;
    font-family: "Moderat-Medium";
    letter-spacing: 0.05rem;
    border-radius: 100px;
    border: none;
    height: 46px;
}

.filter_btns button:focus,
.filter_btns button:active {
    border: none;
}

.filter_btns button:not(:last-child) {
    margin-right: 12px;
}

/* start breadcrumb */

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    padding: 15px 0;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

.breadcrumb ol li {
    font-family: "Moderat-Medium";
    color: #000000 !important;
}

.breadcrumb ol li a {
    color: #000000;
    font-family: "Moderat-Regular";
}

/* end of breadcrumb */

/* start product_detail_section */

.product_detail_section {
    background: #f1f6f2;
    padding: 30px 0;
}

.product_detail_section .product_detail {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.product_detail_section .product_detail .product_content {
    margin-top: 20px;
}

.product__carousel {
    display: block;
    max-width: 700px;
}

.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}

.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
    width: auto;
    object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #3cb54c;
}

.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border 0.15s linear;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px);
    border-radius: 10px;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.product__carousel .swiper_arrow::after {
    font-size: 23px;
}

.product_detail_section .product_name {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 41px;
}

.product_detail_section .type {
    color: #8a8a8e;
}

.product_detail_section .product_content .price {
    margin-top: 10px;
}

.product_detail_section .product_content .price .new {
    color: #22292e;
}

.product_detail_section .product_content .price .old {
    color: #a9a9a9;
    margin-top: 5px;
}

.product_detail_section .product_content .price .new .total,
.product_detail_section .product_content .price .old .total {
    letter-spacing: 0.0038em;
    line-height: 25px;
    width: 80px;
    display: inline-flex;
}

.product_detail_section .product_content .price .new .deposit {
    display: block;
    color: #a9a9a9;
    letter-spacing: 0.0038em;
}

.product_detail_section .product_content .price .new .each {
    font-size: 21px;
    font-family: "Moderat-Bold";
    text-transform: uppercase;
}

.product_detail_section .product_content .price .old .each {
    font-size: 21px;
    font-family: "Moderat-Medium";
}

.product_detail_section label {
    letter-spacing: 0.0038em;
    color: #111111;
    font-size: 21px;
    font-family: "Moderat-Medium";
}

.product_detail_section .description {
    margin-top: 30px;
}

.product_detail_section .description p {
    color: #666666;
    letter-spacing: 0.0038em;
    line-height: 28px;
}

.product_detail_section .qty_row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product_detail_section .qty_row .qty {
    display: flex;
    align-items: center;
}

.product_detail_section .qty_row .qty label {
    margin-right: 20px;
}

.product_detail_section .qty_row .cart_btn {
    width: 250px;
    margin-left: auto;
    border-radius: 100px;
    text-transform: uppercase;
    font-family: "Moderat-Medium";
    font-size: 21px;
    line-height: 26px;
    height: 60px;
}

/* end of product_detail_section */

/* start similar products */

.similar_products {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.similar_products .top {
    margin-bottom: 5px;
}

.similar_products .top .title {
    font-size: 27px;
}

/* end of similar products */

/* search result */

.product_category_section .search_results {
    padding: 25px !important;
}

.product_category_section .search_results .categories_lists h6 {
    font-size: 19px;
}

.product_category_section .search_results .all_contents,
.product_category_section .search_results .all_contents {
    padding: 0 !important;
}

/* further_information modal */

#further_information .modal-dialog {
    max-width: 800px;
}

#further_information .modal-body {
    padding: 20px;
}

#further_information .map_col {
    display: flow-root;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

#further_information .detail {
    padding: 20px 0;
}

#further_information .detail:not(:last-child) {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

#further_information .detail .title {
    font-size: 21px;
    line-height: 21px;
    position: relative;
}

#further_information .detail p {
    color: #676767;
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px;
}

#further_information .map_col .map {
    height: 200px;
    object-fit: cover;
    border-radius: 9px;
    overflow: hidden;
}

#further_information .map_col .address_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 0 15px;
}

#further_information .map_col .right {
    margin-left: auto;
}

#further_information .map_col .left p {
    font-family: "Moderat-Medium";
    font-size: 17px;
    color: #000;
}

#further_information .map_col .left .ratings {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

#further_information .map_col .left .ratings img {
    margin-right: 2px;
}

#further_information .map_col .left .ratings .total_rating {
    font-size: 17px;
    color: #222222;
    margin-left: 5px;
}

#further_information .map_col .right p {
    font-size: 18px;
    font-family: "Moderat-Medium";
    color: #000;
}

#further_information .map_col .right label {
    margin: 0;
    margin-right: 10px;
}

#further_information .accordion .detail .title {
    position: relative;
}

#further_information .accordion .detail .title:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 16px;
    background: url("../images/accordion_arrow.svg") no-repeat 100% center;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

#further_information .accordion .detail .title.collapsed:before {
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

/* start page section */

.page_section {
    background: #f1f6f2;
}

.page_section .page_title {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 10px;
}

/* end of page section */

/* start checkout page */

.checkout_page {
    padding: 28px 0px;
}

.checkout_page .left_col {
    background-color: #fff;
    border-radius: 5px;
}

.checkout_page .cart_products {
    padding: 30px 25px;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.checkout_page .top {
    display: flex;
    align-items: center;
}

.checkout_page .top h4 {
    font-size: 21px;
    line-height: 23px;
}

.checkout_page .top a.button,
.name .button {
    padding: 4px 14px;
    border-radius: 3px;
    font-size: 17px;
    font-family: "Moderat-Medium";
}

.checkout_page .products_row {
    margin-top: 15px;
}

.checkout_page .products_row .product {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
}

.checkout_page .products_row .product .thumbnail {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.checkout_page .products_row .product .title {
    font-size: 17px;
    line-height: inherit !important;
    white-space: normal !important;
    text-overflow: inherit !important;
    overflow: hidden !important;
    line-clamp: 2 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.checkout_page .products_row .product .type {
    color: #8a8a8e;
    font-size: 15px;
    line-height: 18px;
    margin-top: 4px;
}

.checkout_page .products_row .product .content {
    padding: 10px 15px 20px 15px;
}

.checkout_page .user_details {
    padding: 25px;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.checkout_page .user_details li:not(:last-child) {
    margin-bottom: 20px;
}

.checkout_page .user_details li span {
    font-size: 18px;
}

.checkout_page .user_details li span.right {
    font-weight: bold;
}

.checkout_page .order_status {
    padding: 25px;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.checkout_page .order_status .status {
    margin-left: auto;
    padding: 5px 20px;
    font-size: 17px;
    font-family: "Moderat-Medium";
    border-radius: 3px;
    cursor: default;
    text-transform: capitalize;
}

.checkout_page .order_status ul {
    margin-top: 20px;
}

.checkout_page .order_status li {
    font-size: 18px;
    line-height: 18px;
}

.checkout_page .order_status li:not(:last-child) {
    margin-bottom: 25px;
}

.checkout_page .order_status li .view_btn {
    float: right;
    color: #3cb54c;
    font-size: 18px;
    font-weight: bold;
}

.checkout_page .order_status li .time {
    float: right;
    font-size: 18px;
    font-family: "Moderat-Medium";
}

.checkout_page .reviews {
    padding: 15px 25px;
}

.checkout_page .reviews .title {
    font-size: 18px;
    font-family: "Moderat-Medium";
    line-height: 18px;
}

.checkout_page .reviews ul {
    margin-top: 20px;
}

.checkout_page .reviews li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.checkout_page .reviews li p {
    max-width: 200px;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
}

.checkout_page .reviews .total_stars {
    position: relative;
    width: 142px;
}

.checkout_page .reviews .stars {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-flex;
}

.checkout_page .reviews .stars_fill {
    overflow: hidden;
}

.checkout_page .reviews .stars img {
    width: 24px;
    opacity: 0.5;
}

.checkout_page .reviews .stars img:not(:last-child) {
    margin-right: 5px;
}

.checkout_page .reviews .stars_fill img {
    opacity: 1;
}

.checkout_page .reviews form label {
    font-size: 16px;
    font-family: "Moderat-Medium";
}

.checkout_page .reviews form textarea {
    height: 100px;
}

.checkout_page .reviews form input[type="submit"] {
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.checkout_page .about_product {
    padding: 25px;
}

.checkout_page .about_product img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.checkout_page .about_product p {
    font-size: 17px;
    line-height: 24px;
    color: #5a5a5a;
}

.checkout_page .confirmation_status {
    padding: 25px;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.checkout_page .confirmation_status .status {
    font-size: 17px;
    font-family: "Moderat-Medium";
    padding: 4px 14px;
    border-radius: 3px;
}

.checkout_page .confirmation_status .content {
    text-align: center;
    max-width: 300px;
    margin: 40px auto 0;
}

.checkout_page .confirmation_status .loader {
    animation: loaderan 3s linear infinite;
    margin-bottom: 15px;
}

.checkout_page .confirmation_status .time {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 5px;
}

.checkout_page .confirmation_status .content small {
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.checkout_page .confirmation_status .msg {
    font-size: 18px;
    line-height: 18px;
    font-family: "Moderat-Medium";
    margin-top: 7px;
}

.checkout_page .confirmation_status .note {
    margin-top: 20px;
}

.checkout_page .confirmation_status .note p {
    font-size: 17px;
    line-height: 24px;
    color: #e32121;
}

@keyframes loaderan {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

.checkout_page .products_status {
    padding: 25px;
}

.checkout_page .products_status .thumbnail {
    width: 90px;
}

.checkout_page .products_status .thumbnail figure {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #ffffff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.checkout_page .products_status .thumbnail img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.checkout_page .products_status .name {
    padding-left: 20px;
}

.checkout_page .products_status .name h5 {
    font-size: 19px;
    font-weight: bold;
}

.checkout_page .products_status .total h4 {
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

.checkout_page .products_status .total .single {
    text-align: right;
    color: #838383;
    font-size: 17px;
}

.checkout_page .products_status table .qty {
    text-align: center;
}

.checkout_page .products_status table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.checkout_page .products_status table tr td {
    padding: 20px 8px;
}

.checkout_page .products_status table td.color span {
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 5px;
}

.checkout_page .products_status table td.color .orange {
    background-color: antiquewhite;
}

.checkout_page .products_status table .total {
    text-align: center;
    position: relative;
    width: 200px;
}

.checkout_page .products_status .total label {
    position: absolute;
    top: 20px;
    right: 0;
    width: max-content;
    font-size: 16px;
}

.checkout_page .products_status .total label.unavailable {
    color: #ef0909;
}

.checkout_page .products_status .total label.available {
    color: #3cb54c;
}

.checkout_page .products_status .btn_row {
    text-align: Right;
}

.checkout_page .products_status .btn_row button {
    height: 36px;
    width: 107px;
    border: none;
    outline: none;
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.checkout_page .products_status .btn_row button:first-child {
    margin-right: 10px;
}

.checkout_page .payment_section {
    padding: 30px 25px;
}

.checkout_page .payment_section .payment_options {
    margin-top: 20px;
}

.checkout_page .payment_section .payment_options label {
    width: 100%;
    padding: 15px 22px;
    cursor: pointer;
}

.checkout_page .payment_section li {
    border-radius: 5px;
    border: 1px solid #dfdfdf;
}

.checkout_page .payment_section li:not(:last-child) {
    margin-bottom: 15px;
}

.checkout_page .payment_section li .card_img {
    margin-right: 8px;
    width: 34px;
    height: auto;
}

.checkout_page .payment_section li .card_no {
    font-size: 17px;
    color: rgba(38, 38, 40, 0.5);
}

.checkout_page .payment_section li .bottom {
    display: none;
    align-items: center;
    margin-top: 10px;
}

.checkout_page .payment_section .payment_options .top:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    border: 1px solid #929292;
    display: block;
    right: 0px;
    border-radius: 50%;
}

.checkout_page .payment_section .payment_options input:checked+label .top:after {
    position: absolute;
    content: "";
    width: 17px;
    background: #3cb54c;
    height: 17px;
    display: block;
    border-radius: 50%;
    right: 3px;
}

.checkout_page .payment_section .payment_options input:checked+label .top:before {
    border-color: #3cb54c;
}

.checkout_page .payment_section .payment_options input:checked+label .bottom {
    display: inline-flex;
}

.checkout_page .payment_section .bottom input {
    width: 150px;
    height: 38px;
    border-color: #e0e0e0;
}

.checkout_page .payment_section .bottom input::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
}

.checkout_page .payment_section li .bottom small {
    margin-left: 10px;
    font-size: 16px;
}

.checkout_page .payment_section .payment_options .top {
    position: relative;
}

.checkout_page .live_tracking {
    padding: 15px 25px;
}

.checkout_page .live_tracking p {
    font-size: 18px;
    font-family: "Moderat-Medium";
}

.checkout_page .live_tracking .map {
    margin-top: 15px;
}

.checkout_page .right_col {
    background-color: #fff;
    border-radius: 5px;
}

.checkout_page .right_col .coupon {
    padding: 20px 20px 0;
}

.checkout_page .right_col .coupon .btn_border {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.checkout_page .coupon .coupon_enter {
    margin-top: 10px;
    display: none;
}

.checkout_page .coupon .coupon_enter .input-group {
    position: relative;
}

.checkout_page .coupon .coupon_enter input.form-control,
.checkout_page .coupon .coupon_enter input.form-control:focus {
    background: transparent;
    border-color: #e0e0e0;
    padding-right: 80px;
}

.checkout_page .coupon .coupon_enter input[type="submit"] {
    position: absolute;
    right: 4px;
    top: 4px;
    height: calc(100% - 8px);
    border: none;
    padding: 5px 15px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-family: "Moderat-Medium";
    border-radius: 4px;
    background-color: #3cb54c;
    color: #fff;
    z-index: 9;
}

.checkout_page .coupon .coupon_enter input[type="submit"]:disabled {
    background-color: #e9e9e9;
    color: #7d7d7d;
}

.checkout_page .right_col .cost {
    padding-top: 20px;
}

.checkout_page .right_col .cost .title {
    font-size: 21px;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 8px;
}

.checkout_page .right_col .cost table {
    width: 100%;
}

.checkout_page .right_col .cost table td {
    padding: 13px 20px;
    font-size: 18px;
}

.checkout_page .right_col .cost table tr {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.checkout_page .right_col .cost table tr td:last-child {
    text-align: right;
    font-family: "Moderat-Medium";
}

.checkout_page .right_col .cost table tr:last-child td {
    font-weight: bold;
}

.checkout_page .right_col .bottom_section {
    padding: 0 20px 20px;
}

.checkout_page .right_col .bottom_section .note {
    color: #e32121;
    font-size: 17px;
    line-height: 22px;
}

.checkout_page .right_col .bottom_section button {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    height: 50px;
}

.modal#delivery_type .modal-header {
    padding: 15px;
}

.modal#delivery_type .modal-title {
    font-size: 23px;
}

.modal#delivery_type ul.type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.modal#delivery_type ul.type li {
    margin: 0 15px;
}

.modal#delivery_type ul.type label {
    height: auto !important;
    width: auto !important;
    padding: 18px;
    /* width: 140px;
    height: 85px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 25px;
    font-family: "Moderat-Medium";
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
}

.modal#delivery_type ul.type input[type="radio"]:checked+label {
    background: #3cb54c;
    border-color: #3cb54c;
    color: #fff;
    box-shadow: 0px 4px 15px rgba(27, 111, 38, 0.32);
}

.modal#delivery_type input.continue_btn,
#BootstrapLoader {
    margin: 40px auto 0px;
    display: table;
    padding: 14px 45px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

.modal#whichSlotNeedToSee .modal-header {
    padding: 15px;
}

.modal#whichSlotNeedToSee .modal-title {
    font-size: 23px;
}

.modal#whichSlotNeedToSee ul.type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.modal#whichSlotNeedToSee ul.type li {
    margin: 0 15px;
}

.modal#whichSlotNeedToSee ul.type label {
    height: auto !important;
    width: auto !important;
    padding: 18px;
    /* width: 140px;
    height: 85px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 25px;
    font-family: "Moderat-Medium";
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
}

.modal#whichSlotNeedToSee ul.type input[type="radio"]:checked+label {
    background: #3cb54c;
    border-color: #3cb54c;
    color: #fff;
    box-shadow: 0px 4px 15px rgba(27, 111, 38, 0.32);
}

.modal#whichSlotNeedToSee input.continue_btn,
#BootstrapLoader {
    margin: 40px auto 0px;
    display: table;
    padding: 14px 45px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

/* end of checkout page */

/* start all_category_page */

.all_category_page {
    padding: 28px 0px;
}

.all_category_page .categories_row {
    margin-top: 15px;
}

.all_category_page .categories_row .box {
    background-color: #fff;
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
}

.all_category_page .categories_row .title {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.all_category_page .categories_row .title h6 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 23px;
    line-height: 23px;
    font-family: "Moderat-Medium";
}

.all_category_page .categories_row .title:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.24);
}

.all_category_page .box li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    background: url("../images/right_arrow.svg") no-repeat calc(100% - 20px) center;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.all_category_page .box li a:hover {
    background-color: rgba(0 0 0 / 5%);
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.all_category_page .box li:not(:last-child) {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.all_category_page .box .fruit {
    background-image: url("../images/categories/fruits_bg.png");
}

.all_category_page .box .vegetables {
    background-image: url("../images/categories/vegetables_bg.png");
}

.all_category_page .box .chilled {
    background-image: url("../images/categories/chilled_bg.png");
}

.all_category_page .box .pantry {
    background-image: url("../images/categories/pantry_bg.png");
}

.all_category_page .box .meat {
    background-image: url("../images/categories/meat_bg.png");
}

.all_category_page .box .frozen {
    background-image: url("../images/categories/frozen_bg.png");
}

.all_category_page .box .alcohol {
    background-image: url("../images/categories/alcohol_bg.png");
}

.all_category_page .box .drinks {
    background-image: url("../images/categories/drinks_bg.png");
}

.all_category_page .box .sweets {
    background-image: url("../images/categories/sweets_bg.png");
}

.all_category_page .box .bakery {
    background-image: url("../images/categories/bakery_bg.png");
}

.all_category_page .box .luggage {
    background-image: url("../images/categories/luggage_bg.png");
}

.all_category_page .box .clothing {
    background-image: url("../images/categories/clothing_bg.png");
}

/* end of all_category_page */

/* address list modal */

#address_list.modal .modal-title {
    font-size: 23px;
}

#address_list.modal .modal-body {
    padding: 20px;
}

#address_list.modal .modal-body .title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

#address_list.modal .delivery_address li {
    display: flex;
}

#address_list.modal .delivery_address li {
    margin-bottom: 20px;
}

#address_list.modal .delivery_address label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

#address_list.modal .delivery_address label:before {
    border: 1px solid #3cb54c;
    /* background: #ffffff; */
    height: 22px;
    width: 22px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#address_list.modal .delivery_address input[type="radio"]:checked+label:after {
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    background: #3cb54c;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#address_list.modal .delivery_address label h6 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3px;
}

#address_list.modal .delivery_address label p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 20px;
}

#address_list.modal .delivery_address .edit_icon {
    width: 100px;
    text-align: right;
}

#address_list.modal .delivery_address .edit_icon img {
    cursor: pointer;
}

#address_list.modal .billing_address li {
    display: flex;
    align-items: center;
}

#address_list.modal .billing_address label {
    margin: 0;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

#address_list.modal .billing_address label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    display: block;
    border: 1px solid #3cb54c;
}

#address_list.modal .billing_address input[type="checkbox"]:checked+label:before {
    background: #3cb54c;
}

#address_list.modal .billing_address input[type="checkbox"]:checked+label:after {
    position: absolute;
    width: 5px;
    height: 10px;
    content: "";
    left: 8px;
    top: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}

#address_list.modal .billing_address .btn_border {
    margin-left: auto;
    height: 55px;
    max-width: 150px;
    width: 150px;
    border-radius: 100px;
    font-size: 17px;
    font-family: "Moderat-Medium";
    display: flex;
    align-items: center;
    justify-content: center;
}

#address_list.modal .billing_address .btn_border img {
    margin-right: 2px;
}

#address_list.modal .billing_address .btn_border img.white {
    display: none;
}

#address_list.modal .billing_address .btn_border:hover img.white,
#address_list.modal .billing_address .btn_border:focus img,
#address_list.modal .billing_address .btn_border:active img {
    display: block;
}

#address_list.modal .billing_address .btn_border:hover img.green,
#address_list.modal .billing_address .btn_border:focus img.green,
#address_list.modal .billing_address .btn_border:active img.green {
    display: none;
}

#address_list.modal input.continue_btn {
    display: table;
    margin: 20px auto 10px;
    width: 180px;
    height: auto;
    padding: 14px 45px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

/* edit address modal */

#edit_address.modal .modal-title,
#add_address.modal .modal-title {
    font-size: 23px;
}

#edit_address.modal .modal-body,
#add_address.modal .modal-body {
    padding: 10px 30px;
}

#edit_address.modal .modal-body label,
#add_address.modal .modal-body label {
    font-size: 19px;
    font-family: "Moderat-Medium";
}

#edit_address.modal .form-control,
#add_address.modal .form-control {
    color: #000;
}

#edit_address.modal .form-control::placeholder,
#add_address.modal .form-control::placeholder {
    font-size: 19px;
    color: #000000;
}

#edit_address.modal .btns_row,
#add_address.modal .btns_row {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

#edit_address.modal .btns_row button,
#add_address.modal .btns_row button {
    flex-grow: 1;
    max-width: calc(50% - 10px);
    height: 53px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Moderat-Medium";
}

#add_address.modal .btns_row button {
    max-width: 100%;
}

/* edlivery slots modal */

#delivery_slots.modal .modal-title,
#delivery_slots_listing.modal .modal-title {
    font-size: 23px;
}

#delivery_slots.modal .modal-body,
#delivery_slots_listing.modal .modal-body {
    padding: 20px 25px;
}

#delivery_slots.modal .days,
#delivery_slots_listing.modal .dayss {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    overflow: auto;
}

/* #delivery_slots.modal .days li {
    /* flex-grow: 1;
    max-width: calc(33% - 10px);
    flex: 0 0 calc(33% - 10px); */

#delivery_slots.modal .days li,
#delivery_slots_listing.modal .dayss li {
    margin: 0px 10px;
}

#delivery_slots.modal .days label,
#delivery_slots_listing.modal .dayss label {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    width: 144px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#delivery_slots.modal .days input:checked+label,
#delivery_slots_listing.modal .dayss input:checked+label {
    background: #3cb54c;
    border-color: #3cb54c;
    box-shadow: 0px 4px 15px rgba(27, 111, 38, 0.32);
    border: none;
    color: #fff;
}

#delivery_slots.modal .days label .name,
#delivery_slots_listing.modal .dayss label .name {
    font-size: 20px;
    line-height: 25px;
    font-family: "Moderat-Medium";
}

#delivery_slots.modal .days label .date,
#delivery_slots_listing.modal .dayss label .date {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.0038em;
}

#delivery_slots.modal .schedule_lists,
#delivery_slots_listing.modal .schedule_lists {
    margin-top: 20px;
}

#delivery_slots.modal .schedule_lists label,
#delivery_slots_listing.modal .schedule_lists label {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 2px 15px;
    margin: 0;
    cursor: pointer;
    position: relative;
    justify-content: flex-start;
}

#delivery_slots_listing.modal .schedule_lists label {
    cursor: default;
}

#delivery_slots.modal .schedule_lists input:checked+label {
    background: #3cb54c;
    box-shadow: 0px 4px 15px rgba(27, 111, 38, 0.32);
    color: #fff;
}

/* #delivery_slots.modal .schedule_lists input:checked+label,
#delivery_slots_listing.modal .schedule_lists input:checked+label {
	background: #3cb54c;
	box-shadow: 0px 4px 15px rgba(27, 111, 38, 0.32);
	color: #fff;
} */

#delivery_slots.modal .schedule_lists input:checked+label .cutoff {
    background: gray;
    border: gray;
}

#delivery_slots.modal .schedule_lists input:disabled+label,
#delivery_slots_listing.modal .schedule_lists input:disabled+label {
    color: rgba(0 0 0 / 50%);
    cursor: auto;
}

#delivery_slots.modal .schedule_lists li,
#delivery_slots_listing.modal .schedule_lists li {
    margin-bottom: 10px;
}

#delivery_slots.modal input[type="submit"],
#delivery_slots_listing.modal input[type="submit"] {
    display: table;
    margin: 30px auto 0;
    width: 180px;
    height: 57px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

/* add card modal */

#add_card_modal .modal-title {
    font-size: 23px;
}

#add_card_modal .modal-header {
    padding: 15px 10px;
}

#add_card_modal .modal-body {
    padding: 20px 30px;
}

#add_card_modal form label {
    font-size: 18px;
    font-family: "Moderat-Medium";
    margin-bottom: 5px;
}

#add_card_modal form .form-control::placeholder,
#add_card_modal form .form-control {
    font-size: 18px;
    font-weight: normal;
}

#add_card_modal form .save_card label {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0;
}

#add_card_modal form .save_card label:before {
    width: 21px;
    height: 21px;
    position: absolute;
    content: "";
    left: 0;
    display: block;
    border: 1px solid #3cb54c;
    border-radius: 3px;
}

#add_card_modal form .save_card input:checked+label:before {
    background: #3cb54c;
}

#add_card_modal form .save_card input:checked+label:after {
    position: absolute;
    left: 8px;
    top: 4px;
    height: 10px;
    width: 5px;
    display: block;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#add_card_modal form .card_accepted {
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    display: flex;
    align-items: center;
}

#add_card_modal form .card_accepted label {
    margin-bottom: 0;
}

#add_card_modal form .card_accepted .logos {
    margin-left: auto;
}

#add_card_modal form .card_accepted .logos img:not(:last-child) {
    margin-right: 15px;
}

#add_card_modal form .accepted_card input {
    background-color: transparent;
    font-family: "Moderat-Medium";
    color: #000;
    background: url("../images/cards/paypal.svg") no-repeat calc(100% - 15px) center,
        url("../images/cards/mastercard.svg") no-repeat calc(100% - 75px) center,
        url("../images/cards/amex.svg") no-repeat calc(100% - 135px) center,
        url("../images/cards/visa.svg") no-repeat calc(100% - 195px) center;
    cursor: auto;
    border-color: #e0e0e0;
}

#add_card_modal form .accepted_card input:hover,
#add_card_modal form .accepted_card input:focus,
#add_card_modal form .accepted_card input:active {
    border-color: #e0e0e0;
}

#add_card_modal form input[type="submit"] {
    width: 180px;
    height: 57px;
    border-radius: 5px;
    outline: none;
    border: none;
    box-shadow: none;
    display: table;
    margin: 25px auto 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

/* my account page */

.my-account {
    padding: 30px 0;
}

.my-account .sidebar {
    background-color: #fff;
    border-radius: 5px;
}

.my-account .sidebar .user-detail {
    padding: 10px 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.my-account .sidebar .user-detail .name {
    font-size: 25px;
    line-height: 27px;
}

.my-account .sidebar .user-detail .email {
    font-size: 17px;
}

.my-account .sidebar .menus {
    padding: 20px;
}

.my-account .menus a {
    padding: 14px 20px;
    display: block;
    border-radius: 100px;
    font-size: 17px;
    font-family: "Moderat-Medium";
    position: relative;
}

.my-account .menus a:hover {
    background-color: rgba(0 0 0 / 5%);
}

.my-account .menus a.parent:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    background: url("../images/dropdown_arrow_dark.svg") no-repeat center;
    right: 15px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.my-account .menus a.parent.active:before {
    background-image: url("../images/dropdown_arrow.svg");
}

.my-account .menus a.parent.open:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.my-account .menus a.active {
    background-color: #3cb54c;
    color: #fff;
    font-family: "Moderat-Medium";
}

.my-account .menus .sub-menus {
    padding-left: 15px;
}

.my-account .menus .sub-menus a {
    font-family: "Moderat-Medium";
    font-size: 15px;
    padding: 10px 20px;
}

.my-account .menus .sub-menus a:hover {
    background: transparent;
    color: #3cb54c;
}

.my-account .menus .sub-menus a:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 9px;
    background-color: rgba(0 0 0 / 30%);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.my-account .menus .sub-menus .active a {
    color: #3cb54c;
}

.my-account .menus .sub-menus .active a:before {
    background-color: #3cb54c;
}

.my-account .right_content {
    background-color: #fff;
    border-radius: 5px;
}

.my-account .right_content .top {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.my-account .right_content .top .title {
    font-size: 27px;
}

.my-account .right_content .content {
    padding: 20px 25px;
}

.my-account .account_information .thumbnail label {
    cursor: pointer;
    margin: 0;
}

.my-account .account_information .thumbnail button {
    outline: None;
    box-shadow: none;
    border: none;
    width: 76px;
    height: 30px;
    border-radius: 4px;
    font-size: 16px;
}

.my-account .account_information form label {
    font-size: 17px;
    font-family: "Moderat-Medium";
    position: relative;
}

.my-account .account_information .form-control {
    font-size: 17px;
    padding: 5px 20px;
}

.my-account .account_information .notification label {
    padding-left: 30px;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}

.my-account .account_information .notification label:before {
    position: absolute;
    content: "";
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid rgba(0 0 0 / 10%);
    display: block;
    border-radius: 3px;
}

.my-account .account_information .notification input:checked+label:before {
    background: #3cb54c;
    border-color: #3cb54c;
}

.my-account .account_information .notification input:checked+label:after {
    content: "";
    position: absolute;
    height: 9px;
    width: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    left: 8px;
    top: 5px;
}

.my-account .account_information .btns button {
    border: none;
    width: 180px;
    height: 47px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.my-account .account_information .btns .btn_border_normal {
    color: #757575 !important;
}

/* address list page */

.my-account .content .title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

.my-account .address_list li {
    border-top: 1px solid rgba(0 0 0 / 10%);
    padding: 25px 0;
    display: flex;
    align-items: center;
}

.my-account .address_list li:last-child {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.my-account .address_list li label {
    margin-right: 20px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin-bottom: 0;
}

.my-account .address_list li label:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    left: 0;
}

.my-account .address_list li input:checked+label:before {
    border-color: #3cb54c;
}

.my-account .address_list li input:checked+label:after {
    position: absolute;
    content: "";
    width: 16px;
    background: #3cb54c;
    height: 16px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
}

.my-account .address_list li h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}

.my-account .address_list li p {
    font-size: 16px;
    color: #5a5a5a;
}

.my-account .address_list li .edit {
    margin-left: auto;
}

.my-account .address_list .same label {
    padding-left: 30px;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}

.my-account .address_list .same label:before {
    position: absolute;
    content: "";
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid rgba(0 0 0 / 10%);
    display: block;
    border-radius: 3px;
}

.my-account .address_list .same input:checked+label:before {
    background: #3cb54c;
    border-color: #3cb54c;
}

.my-account .address_list .same input:checked+label:after {
    content: "";
    position: absolute;
    height: 9px;
    width: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    left: 8px;
    top: 5px;
}

.my-account .address_list .add_address {
    width: 180px;
    height: 47px;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;

}

.my-account .payment_methods li {
    margin-bottom: 15px;
}

.my-account .payment_methods li label {
    margin: 0;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.my-account .payment_methods li label:before {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    border: 1px solid #929292;
    background: #ffffff;
    border-radius: 50%;
    right: 20px;
}

.my-account .payment_methods li label p {
    color: rgba(38, 38, 40, 0.5);
    font-family: "Moderat-Medium";
    font-size: 17px;
    margin-left: 5px;
}

.my-account .payment_methods li input:checked+label:before {
    border-color: #3cb54c;
}

.my-account .payment_methods li input:checked+label:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #3cb54c;
    border-radius: 50%;
    right: 23px;
}

/* preferences page */

.my-account .preferences label {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    padding: 25px 0;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    margin: 0;
}

.my-account .preferences label h6 {
    font-size: 19px;
    font-weight: bold;
}

.my-account .preferences label p {
    font-size: 17px;
    line-height: 22px;
    color: #5a5a5a;
    margin-top: 5px;
}

.my-account .preferences label:before {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    border: 1px solid #929292;
    background: #ffffff;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.my-account .preferences input:checked+label:before {
    border-color: #3cb54c;
}

.my-account .preferences input:checked+label:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #3cb54c;
    border-radius: 50%;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.filter_row {
    display: flex;
    align-items: center;
}

.filter_row .form-control {
    height: 36px;
}

.filter_row .search input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 5px 36px 5px 15px;
    font-size: 16px;
    color: rgba(0 0 0 / 70%);
}

.filter_row .search input::placeholder {
    font-size: 16px;
    color: rgba(0 0 0 / 70%);
}

.filter_row select {
    width: 150px;
}

.filter_row select::placeholder,
.filter_row select {
    font-size: 17px;
    padding: 2px 10px;
    appearance: none;
    -webkit-appearance: none;
    background: url("../images/arrow_down.svg") no-repeat calc(100% - 10px) center;
    background-size: 11px;
}

/* orders page */

.my-account .orders li {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0 0 0 / 10%);
}

.my-account .orders li a:hover {
    background-color: rgba(0 0 0 / 2%);
}

.my-account .orders li:last-child {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.my-account .orders li .thumbnail img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.my-account .orders li .contents {
    margin-left: 15px;
    max-width: calc(100% - 330px);
    flex: 0 0 calc(100% - 330px);
}

.my-account .orders li .prod_id {
    font-size: 17px;
    font-family: "Moderat-Medium";
    line-height: 19px;
}

.my-account .orders li .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.my-account .orders li .status {
    font-size: 17px;
    line-height: 19px;
    color: rgba(0 0 0 / 50%);
}

.my-account .orders li .total {
    font-size: 17px;
    line-height: 19px;
    margin-top: 5px;
}

.my-account .orders li .total .price {
    font-family: "Moderat-Medium";
}

.my-account .orders li .btns {
    margin-left: auto;
    display: flex;
}

.my-account .orders .btns .btn_border_normal {
    width: 88px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-account .orders .btns .btn-an {
    width: 110px;
    height: 38px;
}

.my-account .orders .btns .button {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.my-account .orders .filter_select .top {
    padding: 0;
    border: none;
}

.my-account .orders .filter_select li {
    padding: 0;
    border: none;
}

.my-account .orders .sort_select {
    margin-left: auto;
}

.my-account .orders .filter_select .dropdown-menu {
    left: unset !important;
    right: 0 !important;
    transform: unset !important;
    top: 100% !important;
}

/* order detail */

.my-account .order_detail .top .title {
    font-family: "Moderat-Medium";
}

.my-account .order_detail .top span {
    font-family: "Moderat-Bold";
}

.order_detail .nav-tabs {
    border-bottom: 1px solid rgba(0 0 0 / 10%) !important;
}

.order_detail .nav-tabs .nav-item {
    margin: 0;
}

.order_detail .nav-tabs .nav-link {
    border: none;
    font-size: 19px;
    text-transform: uppercase;
    color: #757575;
    position: relative;
    padding: 12px 5px;
    width: 150px;
    text-align: center;
}

.order_detail .nav-tabs .nav-link.active {
    color: #3cb54c;
    font-family: "Moderat-Medium";
}

.order_detail .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #3cb54c;
}

.order_detail #summary .product {
    display: flex;
    align-items: center;
    padding: 20px 0;
    /* flex-wrap: wrap; */
}

.order_detail #summary .product .thumbnail {
    margin-right: 15px;
}

.order_detail #summary .product .thumbnail img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.order_detail #summary .product_detail {
    max-width: calc(100% - 230px);
    flex: 0 0 calc(100% - 230px);
}

.order_detail #summary .product_detail .prod_id {
    font-size: 17px;
    line-height: 25px;
    font-family: "Moderat-Medium";
}

.order_detail #summary .product_detail .name {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 10px);
    position: relative;
    padding-right: 30px;
    width: fit-content;
}

.order_detail #summary .product_detail .name .call {
    margin-left: 20px;
    position: absolute;
    right: 0;
}

.order_detail #summary .product_detail .address {
    color: #757575;
    font-size: 17px;
    line-height: 22px;
    margin: 3px 0 5px;
}

.order_detail #summary .product_detail .price {
    font-size: 17px;
}

.order_detail #summary .product_detail .price .total {
    font-family: "Moderat-Medium";
}

.order_detail #summary .btns {
    margin-left: auto;
    text-align: right;
}

.order_detail #summary .btns .status {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

.order_detail #summary .btns .reorder {
    width: 110px;
    height: 38px;
    border-radius: 5px;
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: 10px;
}

.order_detail .other_information .single_row {
    border-top: 1px solid rgba(0 0 0 / 10%);
    padding: 25px 0;
}

.order_detail .other_information .single_row:last-child {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.order_detail .other_information .title {
    font-size: 19px;
    margin-bottom: 5px;
}

.order_detail .other_information p {
    color: #757575;
    font-size: 16px;
}

.order_detail table {
    width: 100%;
    margin-top: 15px;
}

.order_detail table td,
.order_detail table th {
    padding: 12px 8px;
}

.order_detail table thead th {
    font-weight: bold;
    font-size: 19px;
}

.order_detail table tbody tr,
.order_detail table tfoot tr {
    border-top: 1px solid rgba(0 0 0 / 10%);
    position: relative;
}

.order_detail table tbody tr.remove:before {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 16px);
    background-color: #fc1a1a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}

.order_detail table tfoot tr:last-child {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.order_detail table tbody td,
.order_detail table tfoot th {
    font-size: 18px;
}

.order_detail table tfoot th:last-child {
    text-align: right;
}

.order_detail table tbody tr td:last-child {
    text-align: right;
    font-family: "Moderat-Medium";
}

.order_detail .items_table tr.substitute {
    border-top: none;
}

.order_detail .items_table thead {
    background: #263238;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
}

.order_detail .items_table thead th {
    text-align: left;
    position: relative;
    font-size: 19px;
    font-family: "Moderat-Medium";
}

.order_detail .items_table tr:last-child {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.order_detail .items_table tbody td {
    text-align: left;
}

.order_detail .items_table thead th:not(:last-child):before {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    right: 0;
}

.order_detail .items_table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: left;
}

.order_detail .items_table tbody th:first-child {
    text-align: left;
}

.order_detail .items_table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: left;
}

.order_detail .items_table tbody td.price {
    text-align: left;
}

.order_detail .items_table tbody td.price .total {
    font-family: "Moderat-Bold";
    font-size: 21px;
}

.order_detail .items_table tbody td.price .single {
    color: #838383;
    font-size: 17px;
}

.order_detail .items_table tbody td:first-child {
    /* display: flex; */
    align-items: center;
    position: relative;
}

.order_detail .items_table tbody td:first-child label {
    position: absolute;
    top: 0;
    left: 0;
    color: #3cb54c;
    letter-spacing: 0.1px;
    font-size: 16px;
}

.order_detail .items_table .thumbnail {
    border: 1px solid #dfdfdf;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
}

.order_detail .items_table tbody tr.substitute .thumbnail {
    margin-top: 5px;
}

.order_detail .items_table tbody td.color ul {
    display: flex;
    flex-wrap: wrap;
}

.order_detail .items_table tbody td.color span {
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 5px;
}

.order_detail .items_table tbody td.color span.orange {
    background-color: antiquewhite;
}

.order_detail .items_table .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.order_detail .items_table .det {
    margin-left: 20px;
}

.order_detail .items_table .name {
    font-size: 19px;
    font-weight: bold;
    text-align: left;
}

.order_detail .items_table .btn-an {
    width: 110px;
    height: 38px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Moderat-Medium";
    margin-top: 10px;
    float: left;
}

.order_detail .other_information .proof_row .image figure {
    border-radius: 5px;
    overflow: hidden;
}

.order_detail .other_information .proof_row .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.order_detail .other_information .proof_row .message textarea {
    height: 200px;
}

/* cart page */

.cart_content table {
    width: 100%;
    margin-top: 15px;
}

.cart_content table td,
.cart_content table th {
    padding: 12px 0;
}

.cart_content table thead th {
    font-weight: bold;
    font-size: 19px;
}

.cart_content table tbody tr,
.cart_content table tfoot tr {
    border-top: 1px solid rgba(0 0 0 / 10%);
}

.cart_content table tfoot tr:last-child {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.cart_content table tbody td,
.cart_content table tfoot th {
    font-size: 16px;
}

.cart_content table tfoot th:last-child {
    text-align: right;
}

.cart_content table tbody tr td:last-child {
    text-align: right;
    font-family: "Moderat-Medium";
}

.cart_content .items_table tr.substitute {
    border-top: none;
}

.cart_content .items_table thead {
    background: #263238;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
}

.cart_content .items_table thead th {
    text-align: center;
    position: relative;
    font-size: 17px;
    font-family: "Moderat-Medium";
}

.cart_content .items_table tr:last-child {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.cart_content .items_table tbody td {
    text-align: center;
}

.cart_content .items_table thead th:not(:last-child):before {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    right: 0;
}

.cart_content .items_table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: left;
    padding: 0 25px;
}

.cart_content .items_table tbody th:first-child {
    text-align: left;
}

.cart_content .items_table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: right;
    padding: 0 25px;
}

.cart_content .items_table thead .price {
    min-width: 100px;
}

.cart_content .items_table tbody td.price {
    font-family: "Moderat-Bold";
    font-size: 18px;
}

.cart_content .items_table tbody td:last-child {
    text-align: right;
}

.cart_content .items_table tbody td:first-child {
    display: flex;
    align-items: center;
    position: relative;
}

.cart_content .items_table tbody td:first-child label {
    position: absolute;
    top: 0;
    left: 0;
    color: #3cb54c;
    letter-spacing: 0.1px;
    font-size: 16px;
}

.cart_content .items_table .thumbnail {
    border: 1px solid #dfdfdf;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 90px;
}

.cart_content .items_table tbody td:first-child .thumbnail {
    margin-top: 5px;
}

.cart_content .items_table .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.cart_content .items_table .det {
    margin-left: 20px;
}

.cart_content .items_table .name {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.cart_content .items_table .det p {
    color: rgb(0 0 0 / 50%);
    font-size: 16px;
    text-align: left;
}

.cart_content .items_table .btn-an {
    width: 110px;
    height: 38px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Moderat-Medium";
    margin-top: 10px;
    float: left;
}

.cart_content .items_table button.close {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0 0 0 / 20%);
    overflow: hidden;
}

.cart_content .items_table button.close:active,
.cart_content .items_table button.close:focus {
    border: 1px solid rgba(0 0 0 / 20%);
    outline: none;
    box-shadow: none;
}

.cart_content .qty {
    display: inline-flex;
}

.cart_content .total_price {
    text-align: right;
    margin: 20px 0 10px;
}

.cart_content .total_price p {
    font-size: 23px;
}

.cart_content .total_price .price {
    font-weight: bold;
}

.cart_content .btns_row {
    margin-top: 20px;
}

.cart_content .btns_row .button {
    width: 180px;
    height: 47px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart_content .btns_row .button:not(:last-child) {
    margin-right: 10px;
}

/* pagination */

.pagination ul {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.pagination li {
    border: none !important;
}

.pagination li a {
    border: 1px solid #dfe3e8 !important;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    height: 32px;
    width: 32px;
    font-size: 17px;
    font-weight: bold;
    background-color: #fff;
}

.pagination li a:hover {
    background-color: #fff !important;
    border: 1px solid #3cb54c;
    color: #3cb54c;
}

.pagination li.active a {
    border: 1px solid #3cb54c;
    color: #3cb54c;
}

.pagination li:not(:last-child) {
    margin-right: 8px;
}

.pagination .left_arrow {
    background-image: url("../images/pagination_arrow.svg");
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.pagination .right_arrow {
    background-image: url("../images/pagination_arrow.svg");
}

.pagination .button {
    background-repeat: no-repeat;
    background-position: center;
}

.pagination .button.disabled {
    background-color: rgba(145, 158, 171);
    cursor: not-allowed;
}

.pagination .button.disabled:hover {
    background-color: rgba(145, 158, 171) !important;
    border-color: #dfe3e8 !important;
}

/* favourites page */

.favourites .stores_lists {
    padding: 0;
}

.favourites .stores_lists .store {
    margin: 15px 0;
}

.favourites .store .store_img {
    height: 150px;
    object-fit: cover;
}

.favourites .store .content {
    padding: 8px 11px !important;
}

.favourites .store h5 {
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.favourites .store .del_time {
    font-size: 16px !important;
}

.favourites .store .wishlist {
    width: 28px !important;
    height: 28px !important;
    background-size: 13px !important;
}

.favourites .store .content {
    width: calc(100% - 14px) !important;
}

.favourites .prev_page_link {
    display: Flex;
    align-items: center;
    margin: 2px 0 5px;
}

.favourites h6 .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 11px;
    margin-right: 10px;
}

/* product_return modal */

#product_return .modal-body {
    padding: 20px 35px;

}

#product_return table .thumbnail {
    width: 60px;
    height: 60px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

#product_return table .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

#product_return table td:first-child {
    display: flex;
    align-items: center;
}

#product_return table .det {
    margin-left: 15px;
}

#product_return table .name {
    font-weight: bold;
}

#product_return table td:last-child {
    text-align: right;
    font-weight: bold;
    font-size: 21px;
}

#product_return form {
    border-top: 1px solid rgba(0 0 0 / 10%);
    margin-top: 20px;
    padding-top: 10px;
}

#product_return form label {
    font-family: "Moderat-Medium";
    font-size: 18px;
}

#product_return .form-control {
    border: 1px solid rgba(0 0 0 / 10%);
    font-size: 18px;
    color: #000;
}

#product_return select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background: url("../images/dropdown_arrow_dark.svg") no-repeat calc(100% - 15px) center;
    background-size: 9px;
}

#product_return select::-ms-expand {
    display: none;
}

#product_return .upload {
    border: 1px dashed #a2a2a2;
    height: 100px;
    border-radius: 4px;
    background: url("../images/upload.svg") no-repeat center;
}

#product_return .btns_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

#product_return .btn {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    height: 57px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "Moderat-Medium";
}

/* end of product_return modal */

/* faq page */

.faq .search input {
    max-width: 300px;
    border-radius: 100px;
    height: 36px;
}

.faq .search input,
.faq .search input::placeholder {
    font-size: 16px;
    line-height: 18px;
    color: rgba(0 0 0 / 70%);
}

.faq ul {
    margin-top: 7px;
    margin-left: 35px;
}

.faqtextmove {
    margin-left: 20px;
    /* text-transform: capitalize; */
}


.mainHeddingContext {
    padding-top: 12px;
    padding-bottom: 12px;
    /* text-transform: capitalize; */
}

.faq li {
    /* border-top: 1px solid rgba(0 0 0 / 10%);
	padding: 20px 0; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.faq li .content_col {
    max-width: calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
}

.faq li .btn_col {
    max-width: 100px;
    flex: 0 0 100px;
    text-align: right;
}

.faq li .btn_col .btn-an {
    width: 96px;
    height: 33px;
    font-size: 17px;
    font-family: "Moderat-Medium";
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-left: auto;
}

.faq li h5 {
    font-size: 21px;
}

.faq li h5 img {
    margin-right: 10px;
}

.faq li p {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0;
}

.faq li .user {
    display: flex;
    align-items: center;
}

.faq li .user img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 8px;
}

.faq li .user p {
    margin: 0;
    font-size: 17px;
    font-family: "Moderat-Medium";
    font-style: italic;
}

/* help page */

.help .content {}

.help .content .welcome {
    font-size: 17px;
    font-family: "Moderat-Medium";
    border-top: 1px solid rgba(0 0 0 / 10%);
    margin-top: 20px;
    padding: 30px 0 10px;
}

.help .conversation,
.help .questions {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px 30px;
    margin-top: 20px;
}

.help .questions ul {
    margin-top: 15px;
}

.help .questions li {
    border: none;
    padding: 10px 0;
}

.help .questions li .count {
    height: 22px;
    width: 22px;
    background: #3cb54c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}

.help .questions li a {
    font-size: 18px;
}

.help .sub_title {
    font-size: 18px;
    font-weight: bold;
}

.help .message_btn {
    height: 37px;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 17px;
    font-family: "Moderat-Medium";
    margin-top: 15px;
}

.custom_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0 0 0 / 80%);
    z-index: 999;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    opacity: 0;
    visibility: hidden;
}

.custom_backdrop.show {
    opacity: 1;
    visibility: visible;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

/* 15-oct-21 */

.products_lists {
    padding: 40px 0;
}

.pages_tabs_section {
    padding: 20px 0 0;
}

.pages_tabs_section .pages_tabs {
    background: #eef7ef;
    border-radius: 100px;
    display: inline-block;
    padding: 5px;
}

.pages_tabs_section .pages_tabs .tab {
    width: 120px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: "Moderat-Medium";
    border-radius: 100px;
}

.pages_tabs_section .pages_tabs .tab.active {
    background: #3cb54c;
    color: #fff;
}

/* account backdrop */

.account_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0 0 0 / 80%);
    z-index: 99;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
}

/* breadcrumb */

.breadcrumb {
    padding: 15px 0 0px;
}

.breadcrumb.dark_bg {
    background-color: #f1f6f2;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
}

.breadcrumb li,
.breadcrumb li a {
    font-size: 16px;
}

.breadcrumb li {
    color: #333;
}

.breadcrumb li a {
    color: #adadad;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\00BB";
    font-size: 23px;
    line-height: 20px;
    color: #adadad;
    font-weight: 100;
}

/* dropdown backdrop */

.dropdown_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: Rgba(0 0 0 / 50%);
    z-index: 999;
}

.name_section .name {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

.cost_breakdown li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 21px;
}

.cost_breakdown {
    padding: 10px 16px;
}

.cost_breakdown li label {
    margin: 0;
}

.textarea_input {
    border: 1px solid #dfdfdf;
    padding: 10px;
}

.name h5 {
    font-size: 17px;
    font-weight: normal;
}

.disabled-text {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.name .button {
    display: flex;
    align-items: center;
}

/* .colorSelectionDiv,
.sizeSelectionDiv,
.materialSelectionDiv {
    border-radius: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 4px;
} */

.color_heading {
    font-size: 21px;
    font-weight: bold;
}

/* .sizeSelectionDiv,
.materialSelectionDiv {
    border: 1px solid black;
    border-radius: 8px;
    min-width: 77px;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
} */

.sizeSelectionDiv input,
.materialSelectionDiv input {
    display: none;
}

figure.thumbnail.no.count {
    min-height: 372px;
}

.singleImg img {
    /* max-height: 400px;
    min-height: 400px; */
}

.activeColor::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #a39090;
}

/* .sizeSelectionDiv.activeSize,
.materialSelectionDiv.activeSize {
    background: #3bc33b;
    color: white;
    font-weight: bold;
} */

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

div#myModal2 .modal-dialog {
    width: 400px;
    max-height: 100vh;
}

span.variant_text {
    position: absolute;
    right: -1px;
    top: 0px;
    background: #3cb54c;
    color: white;

    line-height: 15px;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 17px;
}

.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right,
            #f6f7f8 0%,
            #edeef1 20%,
            #f6f7f8 40%,
            #f6f7f8 60%,
            #edeef1 80%,
            #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;

    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.Loading_div box {
    height: 104px;
    width: 100%;
}

.Loading_div div {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    vertical-align: top;
}

.Loading_div lines {
    height: 10px;
    margin-top: 10px;
    width: 100%;
}

.Loading_div photo {
    display: block !important;
    width: 100%;
    height: 100px;
    margin-top: 15px;
}

.diabledSlots {
    pointer-events: none;
    background: lightgray;
    border: none;
    color: black !important;
    border-radius: 9px;
}

.delivery_address {
    overflow: hidden;
}

.delivery_address ul {
    max-height: 270px;
    overflow-y: scroll;
    width: 104%;
    padding-right: 14px;
}

.qty>label,
.colors>label {
    width: 95px;
    max-width: none;
}

.color-btn input:checked+label {
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.color-btn label {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ddd;
    border-radius: 50%;
}

.product_detail_section label {
    margin: 0;
}

.color-btn input,
.select-btn input {
    display: none;
}

.color-btn {
    display: inline-block;
    vertical-align: middle;
}

.color-btn.colorSelectionDiv {
    text-align: center;
    min-width: 75px;
    font-size: 15px;
}

.selection-sec {
    margin: 0 0 0 10px;
    display: flex;
}

.colors {
    margin: 1px 3px;
}

.select-btn label {
    display: inline-block;
    background: #3cb54c;
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: normal;
    font-family: "Moderat-Regular";
    letter-spacing: 0.5px;
    border-radius: 30px;
    min-width: 80px;
    text-align: center;
}

.select-btn input:checked+label {
    background: #389544;
}

.pac-container.pac-logo {
    z-index: 999999;
}

.catActive {
    border: 1px solid #3cb54c !important;
}

input#loginPhone {
    padding: 0 47px;
}

a.btn.btn-an {
    height: 34px;
    line-height: 22px;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 7px 7px !important;
    min-width: 120px;
}

tr.linethorughdanger ::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #c00;
    content: "";
    width: 100%;
    display: block;
}

.orderHeadingDiv {
    text-align: left;
    position: relative;
    font-size: 19px;
    font-family: "Moderat-Medium";
}

.headingHead {
    background: #263238;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 8px;
    color: #fff;
}

.btn-sec .android,
.btn-sec .ios,
.btn-sec .web {
    display: flex;
    flex: 1;
    width: auto;
    height: 50px;
}

.btn-sec .android {
    background: url(/coming-soon/assets/img/playstore.png) no-repeat center center / contain;
}

.btn-sec .ios {
    background: url(/coming-soon/assets/img/app-store.png) no-repeat center center / contain;
}

.btn-sec.d-flex {
    display: flex;
    margin: 0px auto;
    margin-top: 15px;
    width: 200px;
}

.status.close,
.status.close .close {
    float: none !important;
    /* width: 100%; */
}

.cutoff {
    border: 1px solid lightgray;
    background: lightgray;
    border-radius: 7px;
    padding: 0px 6px;
    font-size: 15px;
}

span.spinner-border.spinner-border-sm.loader {
    position: absolute;
    top: 38%;
    left: 45%;
    /* transform: translate(-50%,-50%); */
}

.fw-bold {
    font-weight: bold;
}

.contact span.label {
    /* min-width: 162px; */
    min-width: 200px;
}

.contact li {
    align-items: center;
}

.ShowMore {
    min-width: 75px;
    text-align: center;
}

.ShowMore label {
    text-align: center;
    vertical-align: middle;
    font-size: 33px;
    font-weight: bold;
    line-height: 30px;
    background: black;
    color: white;
    margin-bottom: 5px;
    cursor: pointer;
}

.ShowMore p {
    font-size: 15px;
    text-align: center;
}

.colorSelectOuterDiv {
    overflow: hidden;
}

.appendColorList .colorSelectionDiv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid lightgray;
    cursor: pointer;
}

.appendColorList .colorSelectionDiv label {
    background-color: #072ff2;
    margin: 10px 20px;
}

.appendColorList .colorSelectionDiv p {
    font-size: 18px;
}

.appendColorList {
    height: 355px;
    overflow-y: scroll;
    width: 104%;
}

.product_detail .wishlist {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff url("../images/wishlist.png") no-repeat center center;
    background-size: 16px;
    border: 1px solid #24732e;
}

.product_detail .wishlist.active {
    background-image: url("../images/wishlist_active.png");
}

.favourites section.product_lists span.wishlist.active {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff url(../images/wishlist.png) no-repeat center center;
    background-size: 16px;
    background-image: url("../images/wishlist_active.png");
    border: 1px solid #24732e;
    z-index: 99;
}

.status.open .open {
    color: #3cb54c;
}

.status.close .close,
.status.open .open {
    display: block;
}

.status.close .open,
.status.open .close {
    display: none;
}

.status span {
    line-height: 22px;
    opacity: 1;
    position: relative;
    text-align: left;
    font-size: 16px;
}

.status.open .open {
    color: #3cb54c;
}

.status.close .close {
    color: #dc3545;
}

.status.close,
.status.close .close {
    float: none !important;
    width: 100%;
}

.stores_lists img.store_img {
    max-height: 280px;
    object-fit: cover;
    min-height: 280px;
}

.optionBaseProduct .modal-body .thumbnail .main_image {
    max-height: 400px;
    min-height: 400px;
}

.optionBaseProduct .similarProductImage {
    height: 148px;
    width: 100%;
    object-fit: contain;
}

.optionBaseProduct .title {
    text-transform: capitalize;
    font-size: 38px;
    line-height: 41px;
}

.optionSelectionDiv p.quantity,
.optionSelectionDiv p.price {
    font-size: 19px;
}

.optionBaseProduct .optionSelectionDiv button {
    width: 150px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: #3cb54c;
    letter-spacing: 0.003em;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 10px;
    outline: none;
}

.products_lists .loaderBtn {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: #3cb54c !important;
    color: white !important;
    padding: 4.2px 10px !important;
    margin-top: 10px !important;
}

.products_lists .spinner-border {
    display: inline-block !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.optionBaseProduct .btn.less {
    height: 38px;
    width: 38px;
    border: none;
    border-radius: 3px;
    background-color: #e5e5ea;
    background: url(../images/minus.svg) no-repeat center;
    background-color: #e5e5ea !important;
}

.optionBaseProduct .btn.more {
    height: 38px;
    width: 38px;
    border: none;
    border-radius: 3px;
    background: url("../images/plus.svg") no-repeat center;
    background-color: #3cb54c !important;
}

.optionBaseProduct .col-md-6 input[type="number"] {
    height: 38px;
    max-width: calc(100% - 76px);
    flex: 0 0 calc(100% - 76px);
    font-size: 19px;
    color: #22292e;
    font-weight: normal;
    outline: none;
    border: none;
    text-align: center;
}

.row.optionsContentHere input[type="number"] {
    outline: none;
    border: none;
    text-align: center;
}

.optionBaseProduct .col-md-6 input[type="number"]:hover {
    outline: none;
    border: none;
}

.optionBaseProduct .close-btn {
    position: absolute;
    border: 1px solid #0000009e;

    padding: 6px 12px;

    border-radius: 50%;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffff;
    opacity: 1;
    box-sizing: border-box;
}

.product_category_section.newStyle .categories_lists .single_product .thumbnail {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    padding: 0px !important;
    height: 120px !important;
    width: 120px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product_category_section.newStyle .categories_lists .single_product .thumbnail img {
    height: 100% !important;
    object-fit: cover !important;
    width: auto !important;
    max-width: 100% !important;
}

.product_category_section.newStyle .categories_lists li.has-menus .arrow {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    padding-top: 12px;
    padding-bottom: 12px;
}

.product_categories_listing.newStyle .single_product .thumbnail {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    padding: 0px !important;
    height: 110px !important;
    width: 110px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product_categories_listing.newStyle .single_product .thumbnail img {
    height: 100% !important;
    object-fit: cover !important;
    width: auto !important;
    max-width: 100% !important;
}

.product_categories_listing.newStyle li.has-menus .arrow {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.sticky-top.Top {
    top: 84px !important;
    margin-bottom: 20px;
    z-index: 0;
}

@media (min-width: 1024px) {
    .col_20.newCol_20 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (max-width: 767px) {
    .productDisPrice {
        display: block !important;
    }

    .sticky-top.Top {
        position: inherit !important;
        top: 0px !important;
        margin-bottom: 10px;
        z-index: 0;
    }
}

@media (min-width: 1024px) {
    .col_20.newCol_20 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

.productDisPrice {
    color: #3cb54c !important;
}

.priceColorChangeEle {
    color: #3cb54c !important;
}

@media (max-width: 767px) {
    .productDisPrice {
        display: block !important;
    }

    .sticky-top.Top {
        position: inherit !important;
        top: 0px !important;
        margin-bottom: 10px;
        z-index: 0;
    }
}


.sidebar-left {
    padding: 25px;
    border-right: 1px solid rgba(0 0 0 / 10%);
}

.sidebar-left .title {
    font-size: 21px;
    font-family: "Moderat-Medium";
    margin-bottom: 8px !important;
}

.sidebar-left li.has-menus .arrow {
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    padding-top: 12px;
    padding-bottom: 12px;
}

.sidebar-left li.has-menus .arrow {
    position: relative;
}

.sidebar-left li a.active, .sidebar-left li button.active {
    color: #3cb54c;
}

.sidebar-left li a.parent, .sidebar-left li button.parent {
    font-family: "Moderat-Medium";
}

.sidebar-left li.has-menus a. .sidebar-left li.has-menus button {
    width: 100%;
    display: block;
}

.sidebar-left .parent_li {
    margin: 0px 0;
}

.sidebar-left .sub-menu {
    margin-left: 18px;
}

.sidebar-left .sub-menu li {
    margin: 10px 0;
}

.sidebar-left .sub-menu li a {
    font-size: 16px;
}

.BorderTop {
    border-top: 1px solid rgba(0 0 0 / 10%);
}

/* Filter */

.SortButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #dfdfdf;
}

.SortButton:focus {
    border: 1px solid #dfdfdf !important;
}

.SortButton:hover {
    border: 1px solid #dfdfdf !important;
}

.SortButton:focus-visible {
    outline: none !important;
}

.FilterDropdown .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3cb54c;
    background-color: #3cb54c;
}

.blueColor {
    background-color: #0000ff !important;
}

.brownColor {
    background-color: #a52a2a !important;
}

.coralColor {
    background-color: #ff7f50 !important;
}

.cyanColor {
    background-color: #00ffff !important;
}

.goldColor {
    background-color: #ffd700 !important;
}

.greenColor {
    background-color: #008000 !important;
}

.magentaColor {
    background-color: #ff00ff !important;
}

.orangeColor {
    background-color: #ffa500 !important;
}

.FilterDropdown .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
}

.button-group-pills {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

.text-black {
    color: black;
}

.FilterDropdown .dropdown-item:hover {
    background-color: transparent;
}

.filDrop .dropdown-item {
    cursor: default;
}

.button-group-pills .btn {
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #000;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 6px 20px;
}

.button-group-pills .btn.active {
    border: 1px solid #3cb54c;
    background-color: #3cb54c !important;
    color: #fff;
    box-shadow: none;
}

.button-group-pills .btn:hover {
    background-color: #ebebeb;
}

.button-group-pills .btn-default:focus {
    box-shadow: none !important;
    outline: none !important;
}

.button-group-pills-colors {
    overflow-x: auto;
    white-space: nowrap;
    height: 75px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0px 14px;
}

.textcolor {
    position: relative;
    top: 42px;
}

.button-group-pills-colors .btn {
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #000;
    padding: 6px 20px;
}

.button-group-pills-colors .btn:hover {
    background-color: #ebebeb;
}

.button-group-pills-colors .btn-default:focus {
    box-shadow: none !important;
    outline: none !important;
}

.button-group-pills-colors input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.ColorItem {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    padding: 0px !important;
}

.button-group-pills-colors .btn.active {
    border: 2px solid black;
    color: black;
    box-shadow: none;
}

.w-160 {
    width: 195px !important;
}

.FilterDropdown .dropdown-menu {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    border: none;
}

.button-group-pills input {
    position: absolute;
    display: none;
}

.button-group-pills-colors input {
    position: absolute;
    display: none;
}

/* .button-group-pills::-webkit-scrollbar{
    display: none;
} */

.button-group-pills::-webkit-scrollbar {
    height: 7px !important;
}

/* Handle */
.button-group-pills::-webkit-scrollbar-thumb {
    background: #eeeded;
}

.button-group-pills-colors::-webkit-scrollbar {
    height: 7px !important;
}

/* Handle */
.button-group-pills-colors::-webkit-scrollbar-thumb {
    background: #eeeded;
}

.FilterDropdown .dropdown-menu .dropdown-item:focus {
    background: none !important;
    box-shadow: none;
}

.FilterDropdown .sticky-top {
    top: 0px !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .w-160 {
        width: 150px !important;
    }
}

@media (max-width: 767px) {
    .w-160 {
        width: 100% !important;
    }
}

/* New */

header .NewPrice h5.price {
    width: auto !important;
    white-space: nowrap;
}

header h5.newP {
    width: auto !important;
    white-space: nowrap;
}

.Optionbasemodal .NewQnty {
    width: 150px;
    justify-content: center;
    margin-left: auto;
}

.Optionbasemodal .product_lists .NewQnty.buttonWidthProp {
    width: 100% !important;
}

/* .newSlide .NewQnty {
    width: auto;
    justify-content: center;
    margin-left: auto;
} */

.single_product.single_product_div .name {
    height: 44px;
}

.product_lists .name {
    height: 44px;
}

/* comflict here */
/* pagination new */

.page-item.active .page-link {
    background-color: #3cb54c;
    border-color: #3cb54c;
}

.page-link {
    color: #3cb54c;
}

.stores_lists.products_lists .card-footer {
    background: none;
    padding-left: 0px;
}

/* ========================== */
.product_lists .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.storenameInGreen {
    color: #3cb54c;
}

/* New*/

.qty.Newqnty>label {
    width: 100px;
}

.price.prom .new {
    font-weight: bold;
    font-size: 22px;
}

.price.Mute {
    margin-top: 5px !important;
}

.price.Mute .new .total {
    color: #a9a9a9;
    font-size: 17px;
}

.items_table.textWraps .total.wrapping {
    white-space: nowrap;
}

.items_table.textWraps .det {
    margin-left: 0px;
}

.billing_address.NewBtnns li .add_address_btn {
    height: auto !important;
    max-width: 175px !important;
    margin-top: 5px;
    padding: 8px 15px;
}

.newStyle .top_search .search_modal.show {
    height: calc(100vh - 200px);
    overflow: auto;
}

/* Handle */
.newStyle .top_search .search_modal.show::-webkit-scrollbar-thumb {
    background: #eeeded;
}

.newStyle .top_search .search_modal.shows::-webkit-scrollbar {
    height: 7px !important;
}

/* Handle */
.newStyle .top_search .search_modal.show::-webkit-scrollbar-thumb {
    background: #eeeded;
}

.new-sm {
    /* font-size: 28px; */
    font-weight: bold;
    color: white !important;
}

/*
  .bg-image.sm{
    height: 225px;
  } */

.Padding_Btn .form-control {
    height: 50px !important;
}

.Padding_Btn .category_group input[type="submit"] {
    right: 5px !important;
    top: 5px !important;
    height: 40px !important;
    width: 140px !important;
}

#cartItemList li {
    display: block;
}

.NewPrice.dd .names h6 a {
    font-weight: bold;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #000;
    /* white-space: nowrap; */
}

.NewPrice.dd .names {
    width: auto !important;
}

.bg-none {
    background: none !important;
}

#cartItemList {
    padding: 0px 15px;
    max-height: 65vh;
    overflow: auto;
}

/* #cartItemList:hover{
    overflow: auto;
  } */

#cartItemList li {
    display: block;
    padding-right: 10px;
}

.btns_row.cartTotalAmount.New {
    padding: 0px 20px;
    flex-wrap: nowrap !important;
    margin-bottom: 20px;
}

.NewPrice.dd .names h6 a {
    -webkit-line-clamp: 2 !important;
    /* white-space: nowrap; */
}

.NewPrice.dd .names p {
    -webkit-line-clamp: 2 !important;
}

.NewPrice.dd .names {
    width: auto !important;
}

.NewPrice.dd figure img {
    margin-right: 6px !important;
}

#rangeValue {
    position: relative;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.range {
    width: 100%;
    height: 15px;
    -webkit-appearance: none;
    background: #c1c1c1;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0 0 5px rgb(217 217 217);
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3cb54c;
    cursor: pointer;
    border: 4px solid #333;
    box-shadow: -407px 0 0 400px #3cb54c;
}



.product_lists .single_product .price .old .each.text-dark {
	font-size: 15px !important;
}

.continueNew {
    width: auto !important;
}

.orderStatus.badge {
    font-size: 15px;
    padding: 5px 12px !important;
}

#cartItemList li {
    padding-right: 15px;
}

#setSlotDateForOrder {
    margin: 20px auto 10px;
    padding: 14px 45px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

.cartTotalAmount.New .btn-dark-an.button {
    height: auto !important;
    white-space: nowrap;
    width: auto !important;
    padding: 8px 20px;
    margin-right: 8px;
}

.cartTotalAmount.New .btn-an.button {
    height: auto !important;
    white-space: nowrap;
    width: auto !important;
    padding: 8px 20px;
}

/* Style for the infowindow content */
#infowindow-content {
    background-color: #fff;
    padding: 10px;
    width: 250px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Style for the place name */
#place-name {
    font-size: 17px;
    margin: 0;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Style for the place address */
#place-address {
    font-size: 14px;
    margin: 8px 0;
    color: #777;
}

.gm-ui-hover-effect {
    display: none !important;
}

.FilterDropdown .dropdown-menu {
    max-height: 370px;
    overflow: auto;
    z-index: 9;
}

.FilterDropdown .button-group-pills .btn {
    margin-right: 10px !important;
    margin-bottom: 5px !important;
    padding: 4px 12px !important;
    font-size: 14px;
}

.FilterDropdown .ColorItem {
    width: 40px !important;
    height: 40px !important;
}

.FilterDropdown .sticky-top {
    background: white !important;
}

/* .new__Filters .button-group-pills{
    overflow-x: inherit;
    display: inline;
} */

.new__Filters .button-group-pills .btn-default {
    display: none;
}

.brand-lable {
    display: block !important;
}

#storeBannerLoader {
    height: 175px;
    margin: auto;
    text-align: center;
}

.single_category .top p.small {
    margin-top: 6px;
}

.single_category .top p.small span {
    background: #cff3d4 !important;
    border-radius: 3px;
    color: #3cb54c !important;
    font-size: 16px;
    padding: 3px 12px 3px;
    position: relative;
}

.single_category .top p.small span::after {
    text-align: center;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 14px;
    background-color: white !important;
    color: #3cb54c !important;
    position: absolute;
    right: -9px;
    top: -9px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #cff3d4;
}

.stores_lists p.small.mb-2 span {
    background: #3cb54c !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 15px;
    padding: 3px 12px 4px;
    position: relative;
}

.stores_lists p.small.mb-2 span::after,
.store_content_section.other_page.New_Profiles p.small.mb-2 span::after {
    text-align: center;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 14px;
    background-color: white !important;
    color: #3cb54c !important;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #3cb54c;
    line-height: 18px;
    text-align: center;
}

#cartBagList .names h6 a {
    font-weight: bold;
    font-size: 17px;
    overflow: inherit !important;
    color: #000;
    -webkit-line-clamp: inherit !important;
    display: inherit !important;
    text-overflow: inherit !important;
    -webkit-box-orient: inherit !important;
}

#cartBagList figure img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 6px !important;
}

#cartBagList figure img {
    margin-right: 6px !important;
}

#cartBagList .j-btw {
    justify-content: space-between;
    align-items: center;
}

#cartBagList .NewPrice.dd {
    margin-bottom: 25px;
}

.close-times {
    position: absolute;
    right: 130px;
    top: 0px;
    border-radius: 100px;
    background-color: black;
    height: 18px;
    width: 18px;
    color: white;
    font-weight: bold;
    top: 15px;
    line-height: 15px;
    text-align: center;
    /* display: none; */
}

.stores_lists .store .box .content h5.text-clmp {
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 52px;
}

#address_list.modal .delivery_address li {
    justify-content: space-between;
}

.footer_top .btns .btn {
    padding: 7px !important;
    height: 35px !important;
}

.preOrderButtonDisable {
    color: rgb(184, 184, 184) !important;
    border: 1px solid rgb(184, 184, 184) !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.preOrderButtonProductDetailDisable {
    color: rgb(43, 41, 41) !important;
    border: 1px solid rgb(184, 184, 184) !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background: rgb(184, 184, 184) !important;
}

.d-none {
    display: none !important;
}

.boxxs {
    position: relative;
    overflow: hidden;
    margin-top: 0px !important;
}

.boxxs:before {
    content: "";
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.corner-ribbon {
    width: 200px;
    background: grey;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-size: 14px;
}

.flexslider.newHeights .slides:after {
    visibility: visible !important;
}

.flexslider.newHeights .flex-direction-nav a {
    opacity: 1 !important;
}

.flexslider.newHeights .flex-direction-nav .flex-next {
    right: 0px !important;
}

.flexslider.newHeights .flex-direction-nav .flex-prev {
    left: 0px !important;
}

@media (max-width: 767px) {
    .product_lists .single_product button.add_btn_inverse {
        font-size: 14px;
    }

    /* .product_lists .single_product button.add_btn, .product_lists .single_product button.add_product_btn{
        font-size: 14px ;
    } */

    #cartItemList {
        max-height: 55vh;
    }

    .order_detail .items_table.textWraps .d-flex h5.mt-3 {
        font-size: 15px;
    }

    .order_detail .items_table .thumbnail {
        object-fit: contain;
    }

    #productIsses {
        padding: 0px !important;
    }

    .modal .nn .float-right.d-flex.w-100 {
        justify-content: end;
        margin-right: 5px;
    }

    .modal .nn .float-right.d-flex.w-100 .names.w-75.text-right {
        width: 50% !important;
        margin-bottom: 15px;
    }

    #cartItemList li:not(:last-child) {
        margin-right: 0px !important;
    }

    .order_detail .title .text-success.float-right {
        float: inherit !important;
        margin-bottom: 10px;
    }

    .order_detail .title .text-danger.float-right {
        float: inherit !important;
        margin-bottom: 10px;
    }

    #cartBagList .text-right.p-2.border.border-top-0 {
        border: none !important;
    }

    .page_section.my-account .right_content .order_detail #myTabContent .other_information p {
        font-size: 15px;
    }
}

@media (min-width: 280px) and (max-width: 330px) {
    .product_lists .single_product button.add_btn_inverse {
        font-size: 12px;
    }

    #cartItemList {
        max-height: 45vh;
    }

    /* .product_lists .single_product button.add_btn, .product_lists .single_product button.add_product_btn{
        font-size: 12px ;
    } */
}

/* Login Css */

.login-or {
    border-top: 1px solid #c7c7c7;
    position: relative;
    margin: 24px 0px;
}

.login-or .login-line {
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.login-or .login-line .text {
    padding: 0px 12px;
    background: rgb(255, 255, 255);
    transform: translateY(-60%);
}

.login-social-accounts a {
    padding: 10px;
    background-color: white;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    width: 100%;
    color: black;
    font-weight: 500;
}

.login-social-accounts a img {
    width: 25px;
    float: left;
    margin-left: 4px;
}

.login-social-accountss a img {
    width: 35px;
}

.login-social-accounts a:hover {
    border: 1px solid #c7c7c7;
}

/* new home page css */

.home_main_section {
    padding-top: 0px;
}


.signup.class {
    border-radius: 10px;
    background: #3cb54c;
    color: white;
    padding: 10px 21px !important;
}

.home_main_section .search_form .search_group {
    width: 100%;
}

.store_group_image {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    right: 20px;
    bottom: 10px;
    min-width: 50px;
    border-radius: 10px !important;
    margin-right: 5px;
    border: 0 !important;
    z-index: 9;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .nhme-text {
        font-size: 17px;
    }

    .home_main_section .search_form .category_group {
        position: relative;
        width: 215px;
    }

    .home_main_section.pb-0.ml-xl-auto {
        margin-left: 6px;
    }

    .home_main_section .search_form .category_group .form-control {
        padding-right: 0px !important;
    }

    .nhme-text-2 {
        font-size: 35px !important;
    }

    .home_main_section {
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .choose-store-card .Common_Image_Size {
        width: 80px !important;
        height: 80px;
        max-width: 80px !important;
        margin-right: 10px;
    }

    .choose-store-card h5.font-weight-bold {
        font-size: 16px;
    }

    .choose-store-card p.text-muted {
        font-size: 13px;
    }

    .home_main_section .search_form .category_group .form-control {
        padding-right: 0px !important;
    }

    .signup.class {
        font-size: 15px;
        padding: 8px 12px !important;
    }

    .home_main_section .search_form .search_group {
        width: 60%;
    }

    header input::placeholder {
        font-size: 12px !important;
    }

    .home_main_section .search_form .category_group {
        position: relative;
        width: 125px;
    }

    header .right_menus li:not(:last-child) {
        margin-right: 10px;
    }

    body {
        font-size: 16px;
    }

    form .input_group .button.btn-sms {
        width: 37px !important;
        height: 37px !important;
    }

    .home_main_section.pb-0.ml-xl-auto {
        margin-left: 15px;
    }

    .home_main_section .search_form .category_group .form-control {
        background: url(../images/type.png) no-repeat calc(100% - 45px) center;
    }

    header .logo img {
        width: 60px;
        margin-right: 8px;
    }

    .nhme-flex {
        flex-wrap: nowrap;
    }

    .search_group .form-control {
        padding: 10px 15px 10px 20px !important;
        background: url(../images/location.png) no-repeat calc(100% - 12px) center !important;
    }

    .home_main_section .search_form .input_group .form-control {
        height: 45px !important;
    }

    .home_main_section {
        padding-top: 0px;
    }

    .LoggedInuserLocation {
        width: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .signup.class {
        font-size: 15px;
        padding: 8px 12px !important;
    }

    .LoggedInuserLocation {
        max-width: 60px;
        width: 60px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .m-button {
        margin-top: 10px;
    }

    .choose-store-card h5.font-weight-bold {
        font-size: 16px;
    }

    .choose-store-card p.text-muted {
        font-size: 13px;
    }

    .choose-store-card .Common_Image_Size {
        width: 80px !important;
        height: 80px;
        max-width: 80px !important;
        margin-right: 10px;
    }

    .home_main_section.pb-0.ml-xl-autoo {
        order: 2;
    }

    .home_main_section .search_form .category_group .form-control {
        background-position: calc(100% - 45px) center !important;
    }

    .home_main_section .search_form .category_group {
        width: auto !important;
    }

    .home_main_section .search_form .search_group {
        width: 100% !important;
    }

    header input::placeholder {
        font-size: 12px !important;
    }
}


form .input_group .button.btn-sms {
    position: absolute;
    right: 4px;
    top: 4px;
    height: calc(100% - 8px);
    border-radius: 100px;
    width: 50px;
    text-transform: uppercase;
    font-family: "Moderat-Medium";
    font-size: 17px;
}

.search_group .form-control {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 10px 40px 10px 20px;
    background: url(../images/location.png) no-repeat calc(100% - 20px) center;
}


.bx-new .Common_Image_Size {
    width: 85px !important;
    height: 85px !important;
    max-width: 85px !important;
    margin-right: 15px;
    min-width: 85px !important;
    object-fit: inherit !important;
    border: 1px solid #EAEAEA;
    border-radius: 15px !important;
}

.stores_lists .store .box.bx-new .content {
    background-color: transparent;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    position: relative;
    padding: 0px;
    box-shadow: none;
    border-radius: none;
}

.stores_lists .store .card.c {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.stores_lists .store .box.bx-new .content .del_time {
    font-size: 13px;
    font-weight: normal !important;
}

/* .stores_lists .store .box.bx-new .content h5{
    font-size: 18px;
  } */

.fs-text-18 {
    font-size: 18px !important;
    height: 43px !important;
}

.fs-text-16 {
    font-size: 15px !important;
    margin-top: 2px;
}


header .right_menus .signup.class:before {
    content: '';
    display: none;
}


@media (min-width: 1201px) and (max-width: 1440px) {
    .mob-product-w-50 {
        /* width: 60% !important; */
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .mob-product-w-50 input::placeholder {
        font-size: 15px;
    }

    .mob-product-w-50 {
        /* width: 60% !important; */
    }

    .mob-product-w-50 .input_group input.search {
        padding-right: 0px;
    }

    .store_content_section.New_Profiles .store_row .thumbnail img {
        width: 120px !important;
        height: 120px !important;
        border-radius: 100%;
    }

    .i-stores.sidebar-left .store_row .thumbnail img {
        width: 85px !important;
        height: 85px !important;
        border-radius: 15px;
    }

    .New_Profiles .info-2 {
        right: 90px !important;
    }

    .New_Profiles .info-1 {
        right: 140px !important;
    }

    .store_content_section .store_row .main_content .name {
        font-size: 18px !important;
    }

    .product_category_section .category_content.new .left_categories {
        padding: 15px 15px !important;
    }
}


@media (max-width: 1023px) {
    .product_category_section .category_content .left_categories.new {
        position: static;
        top: 0;
        right: inherit;
        z-index: 1;
        height: auto;
        max-width: 100%;
    }

    .store_content_section .category_content.new {
        display: block;
    }

}

@media (max-width: 767px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0px;
        /* Height of navbar */
        bottom: 0;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        background-color: #e8ffeb;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 999;
        right: 0px;
    }

    .offcanvas-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        /* Account for horizontal padding on navbar */
    }

    .Mobile_Canvas {
        display: none;
    }

    .sidebar-left {
        padding: 0px;
    }

    .FilterDropdown .dropdown-menu {
        top: 200% !important;
    }

    .FilterDropdown .dropdown-menu.show {
        top: auto !important;
    }

    .FilterDropdown .sticky-top {
        top: 0px !important;
        position: relative !important;
    }
}

@media (min-width: 768px) {
    .Mobile_Ipad_Canvas {
        display: none;
    }
}

.card-footer.bg-none.border-0.pt-0 .status.close {
    opacity: 1 !important;
}

.close {
    font-weight: 400 !important;
}

.open {
    font-weight: 400 !important;
}

.card-footer.bg-none.border-0.pt-0 .status.close .close .b {
    background: #ff0000;
    color: white;
    padding: 3px 12px;
    font-size: 14px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-shadow: none;
}

.card-footer.bg-none.border-0.pt-0 .status span {
    text-align: right !important;
}

/* .card-footer.bg-none.border-0.pt-0{
  padding-top: 8px !important;
} */

.card-footer.bg-none.border-0.pt-0 .status.open .open .a {
    background: #3cb54c;
    color: white;
    padding: 3px 12px;
    font-size: 14px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-shadow: none;
}

/* .card-footer.bg-none.border-0.pt-0 .status.open .open , .card-footer.bg-none.border-0.pt-0 .status.close .close{
    margin-bottom: 4px !important;
} */

.status.close .close span {
    color: #343a40;
    font-size: 14px;
}

.status.open .open span {
    font-size: 14px !important;
    color: #343a40;
}

.sidebar-left::-webkit-scrollbar {
    width: 4px;
}

.sidebar-left::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebar-left::-webkit-scrollbar-thumb {
    background: #888;
}

.sidebar-left::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (min-width: 1024px) {
    .sidebar-left {
        overflow: auto;
        top: 83px !important;
        height: calc(100vh - 110px);
        z-index: 0;
        position: sticky;
    }
}

@media (max-width: 767px) {
    .product_category_section .categories_lists ul.ipad-grid.navbar-nav {
        overflow: initial;
    }
}

.store_carousel_section .row.align-items-center.my-4 div img.img-fluid.rounded-circle {
    border-radius: 15px !important;
}

.choose-store-card .text-center.text-dark {
    font-size: 14px;
    margin-right: 10px;
}

.status.close {
    opacity: 1;
}

.close.text-uppercase.text-danger.text-right {
    color: #ff0000 !important;
    font-size: 14px;
}

.open.text-uppercase.text-success.text-right {
    font-size: 14px;
}


.main_line {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.line {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #c7c7c7;
    position: relative;
    margin-top: 20px;
}

.line-text {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 0 10px;
}

.font-weight-bold-600 {
    font-weight: 500 !important;
}

.card-radio {
    display: none;
}

.card-body {
    position: relative;
}

.card-radio:checked+.card {
    content: '';
    color: #fff !important;
    background-color: #389544;

}

.width-alert-35 {
    width: 35px;
}


@media (max-width: 767px) {
    .small-stc {
        font-size: 19px;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .width-alert-35 {
        width: 27px;
    }

    .get-text {
        font-size: 15px;
    }

    .m-furinfo-none {
        display: none !important;
    }

    .navbar-toggler.p-0.border-0 svg {
        color: green !important;
    }
}


.carousel_outer.nn {
    margin-bottom: 10px;
}

.carousel_outer.nn .single p {
    font-size: 17px;
}

@media (min-width: 1201px) {
    .carousel_outer.nn .single a img {
        width: 140px !important;
        height: 140px !important;
    }
}

.slotNotAvalibaleAtThisPoint .card {
    background-color: #d1d1d1;
    pointer-events: none;
    cursor: not-allowed;
}


.product_lists.nnn {
    overflow: inherit !important;
}

.newSlideNewIn,
.newSlideSpecialOffer,
.newSlidePopularProducts,
.discountList,
.cltp-new,
.cltp-new2 {
    overflow: auto !important;
    margin-bottom: 15px !important;
    /* scrollbar-width: thin; */
}

.newSlideNewIn::-webkit-scrollbar,
.newSlideSpecialOffer::-webkit-scrollbar,
.newSlidePopularProducts::-webkit-scrollbar,
.discountList::-webkit-scrollbar,
.cltp-new::-webkit-scrollbar,
.cltp-new2::-webkit-scrollbar {
    display: none;
}




.product_lists.nnn .store_carousel_section .swiper_btn {
    width: 35px;
    height: 35px;
}


.product_lists.nnn.Alignment .store_carousel_section .swiper_btn {
    width: 35px;
    height: 35px;
}

.product_lists.nnn.Alignment .store_carousel_section .swiper_btn:after {
    font-size: 11px !important;
}

.product_lists.nnn .store_carousel_section .swiper_btn:after {
    color: white !important;
    font-size: 13px !important;
}

.product_lists.nnn .store_carousel_section .swiper_btn:hover:after {
    color: white !important;
}

.product_lists.nnn .swiper_btn.swiper-button-next {
    right: 0px !important;
    top: -29px !important;
    /* background: #e8e9eb !important; */
    background: #3cb54c !important;
    /* border: 1px solid #e1e1e1 !important; */
}

.product_lists.nnn.Alignment .swiper_btn.swiper-button-next {
    top: -26px !important;
}

.product_lists.nnn.n .swiper_btn.swiper-button-next {
    top: 48px !important;
}

.product_lists.nnn .swiper_btn.swiper-button-next:hover {
    background: #3cb54c !important;
    /* border: 1px solid #e1e1e1 !important; */
}

.product_lists.nnn .swiper_btn.swiper-button-prev {
    top: -29px !important;
    left: inherit !important;
    right: 50px !important;
    background: #3cb54c !important;
    /* border: 1px solid #e1e1e1 !important; */
}

.product_lists.nnn.Alignment .swiper_btn.swiper-button-prev {
    top: -26px !important;
}

.product_lists.nnn.n .swiper_btn.swiper-button-prev {
    top: 48px !important;
}

.product_lists.nnn .swiper_btn.swiper-button-prev:hover {
    background: #3cb54c !important;
    /* border: 1px solid #e1e1e1 !important; */
}

.product_lists.nnn .swiper-button-prev.swiper-button-disabled {
    display: flex !important;
}

.product_lists.nnn .single_product {
    margin-top: 0px !important;
}

/*@media (min-width: 1401px) and (max-width: 1500px){
  .product_lists.nnn .swiper_btn.swiper-button-prev {
    left: 89% !important;
  }
}

@media (min-width: 1201px) and (max-width: 1400px){
.product_lists.nnn .swiper_btn.swiper-button-prev {
  left: 87% !important;
}
}

@media (min-width: 768px) and (max-width: 1200px){
  .product_lists.nnn .swiper_btn.swiper-button-prev {
    left: 85% !important;
  }
}*/

@media (max-width: 767px) {
    .product_lists.nnn .swiper_btn {
        display: none !important;
    }

    .product_lists.nnn .swiper-button-prev.swiper-button-disabled {
        display: none !important;
    }

    .New_Profiles .product_category_section .category_content .left_categories {
        padding: 15px 15px 0px 15px !important;
    }

    .New_Profiles .category_content.new .filter_contents .single_category.mt_20 {
        margin-top: 5px !important;
    }
}

.minheightCard {
    min-height: 160px;
}

.product_lists.nnn .boxxs {
    margin-top: 0px !important;
}

.textGreen {
    color: #3cb54c;
}

.wishlist.nnn {
    top: -25px !important;
    right: -15px !important;
    border: 1px solid #e1e1e1 !important;
}

.color-closed .status span {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.color-closed .status .text-danger {
    color: #ff0000 !important;
}


.ModalBody_Padding_0 {
    max-width: 100% !important;
    border-radius: 0px !important;
}

.slotNotAvalibaleAtThisPoint .card {
    background-color: #d1d1d1;
    pointer-events: none;
    cursor: not-allowed;
}

.sum_plus_icon {
    width: 45px;
    height: 45px;
    background: #3cb54c;
    border-radius: 50%;
    color: #ffffff;
}

.carousel_outer.nn .swiper-button-next {
    right: 0px !important;
    top: -15px !important;
    background: #3cb54c !important;
    border: 1px solid #3cb54c !important;
    display: flex !important;
}

.carousel_outer.nn .swiper-button-prev {
    top: -15px !important;
    left: inherit !important;
    right: 50px !important;
    background: #3cb54c !important;
    border: 1px solid #3cb54c !important;
    display: flex !important;
}

.carousel_outer.nn .swiper-button:after {
    color: white !important;
}

@media (max-width: 767px) {

    .Mobile_storedetail_hamburger {
        display: flex;
        align-items: center;
    }

    .product_category_section .top_search.Mobile_storedetail_hamburger {
        padding: 10px 0px !important;
    }

    .product_category_section .top_search form {
        width: 100%;
    }
}


.close {
    text-shadow: none !important;
}

.open {
    text-shadow: none !important;
}

.margin-15-right {
    margin-right: 15px;
}

#sidebarOpenBut:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

#sidebarOpenBut:focus {
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .product_lists.nnn .store_carousel_section {
        padding: 0px !important;
    }

    .swiper-button {
        display: none !important;
    }

    .carousel_outer.nn .swiper-button {
        display: none !important;
    }

    .wishlist.nnn {
        right: 0px !important;
    }

    header .right_menus .cart.dropdown.show .only_a {
        background: white !important;
        color: #3cb54c !important;
    }

    header .right_menus .cart.dropdown.show .count {
        background: #3cb54c;
        color: #fff;
    }

    header .right_menus .cart.dropdown .only_a:hover i {
        color: #3cb54c !important;
    }

    header .right_menus .cart.dropdown .only_a {
        padding: 0px;
        border-radius: 0px;
    }

    header .right_menus .cart.dropdown .only_a:hover {
        background: transparent;
        color: #389544 !important;
    }

    header .right_menus .cart.dropdown .only_a:hover .count {
        background: #3cb54c;
        color: #fff !important;
    }

    .search_store_section {
        padding: 10px 0 !important;
    }

    .Padding_Btn .form-control {
        height: 39px !important;
    }

    .only_mobile_Flex {
        display: flex;
        align-items: center;
    }

    .ptt-0 {
        padding-top: 0px !important;
    }

    .pbb-0 {
        padding-bottom: 0px !important;
    }

    .pll-0 {
        padding-left: 0px !important;
    }

    .w-50 {
        width: 100% !important;
    }

    .search_form.new_Border_Radius {
        width: 100% !important;
    }
}


.badge-GreenColor {
    background: #3cb54c;
    color: white;
    padding: 3px 12px;
    float: right;
    font-size: 12px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}


.badge-RedColor {
    background: #ff0000;
    color: white;
    padding: 3px 12px;
    float: right;
    font-size: 12px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.choose-store-card .card {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.choose-store-card .card img.rounded-circle {
    border: 1px solid #EAEAEA;
}


.NewHoverEff {
    padding: 8.2px 18px;
}


.NewHoverEff:hover {
    color: #fff;
    /* color: #3cb54c; */
    background: #3cb54c;
    border-radius: 100px;
}

.location-Hovers {
    padding: 8.2px 18px;
}

.location-Hovers:hover {
    color: #fff;
    /* color: #3cb54c; */
    background: #3cb54c;
    border-radius: 100px;
}

.dropdown.show .NewHoverEff {
    color: #fff !important;
    background: #3cb54c;
    border-radius: 100px;
}

.fa-cart-shopping.carts {
    font-size: 22px;
}

.fa-user.users {
    font-size: 20px;
}

.mr-12 {
    margin-right: 12px !important;
}


@media (min-width: 1024px) and (max-width: 1440px) {
    .NewHoverEff .text.new {
        max-width: 55px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .NewHoverEff {
        padding: 8.2px 15px;
    }

    header .right_menus .cart.dropdown .only_a {
        padding: 10px 15px;
    }

    .LoggedInuserLocation {
        max-width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .NewHoverEff {
        padding: 8.2px 12px;
    }

    header .right_menus .cart.dropdown .only_a {
        padding: 10px 12px;
    }

    .NewHoverEff .text.new {
        max-width: 55px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .location-Hovers {
        padding: 8.2px 12px;
    }
}

@media (max-width: 767px) {
    .mt_20.phone {
        margin-top: 0px !important;
    }

    .fa-cart-shopping.carts {
        font-size: 18px;
    }

    .fa-user.users {
        font-size: 18px;
    }

    .NewHoverEff {
        padding: 6px;
    }

    .location-Hovers {
        padding: 6px;
    }


}




.new_Border_Radius input {
    border: 1px solid #e0e0e0 !important;
    /* width: 553px; */
    border-radius: 100px !important;
}


form.new_Border_Radius .input_group input[type="submit"] {
    position: absolute;
    right: 4px;
    top: 4px;
    height: calc(100% - 8px);
    border-radius: 100px;
    width: 120px;
    text-transform: uppercase;
    font-family: "Moderat-Medium";
    font-size: 17px;
}


@media (min-width: 300px) and (max-width: 1200px) {
    .fs-text-18 {
        height: inherit !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    form.new_Border_Radius .input_group input[type="submit"] {
        font-size: 0;
        background-image: url(../images/search_light.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 37px;
        background-size: 14px;
    }

    .close-times {
        right: 45px !important;
        top: 12px !important;
    }

    .new_Border_Radius .search_group {
        width: 100% !important;
    }

    .only_mobile_Flex.w-50 {
        width: 42% !important;
    }

}


@media (max-width: 767px) {
    form.new_Border_Radius .input_group input[type="submit"] {
        font-size: 0;
        background-image: url(../images/search_light.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        background-size: 14px;
    }

    .close-times {
        right: 40px !important;
    }

    .Line_Clampps {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .h3_categories_Size {
        font-size: 20px;
    }

    .intro_cards_padding {
        padding: 10px !important;
    }

    .intro_cards_padding img.card-img-top {
        width: 40px;
        height: 40px;
    }

    .pages_tabs_section.nn {
        padding-top: 0px;
    }

    .search_group .form-control {
        padding-right: 0px;
        padding-left: 10px;
    }

    form .input_group .button.btn-sms {
        width: 31px;
        font-size: 14px;
    }


}


@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}


.supercat_list_Images {
    height: 150px;
    width: 150px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .supercat_list_Images {
        width: 115px;
        height: 115px;
    }
}

.modal .newModalClassPadding {
    padding: 0px !important;
}

.newModalClassPadding .delivery_address .clearfix {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.newModalClassPadding .ul-new li {
    padding: 10px 20px;
}


.newModalClassPadding label {
    margin-bottom: 0px !important;
}


.newModalClassPadding ul {
    overflow-y: auto !important;
    width: 100% !important;
    padding-right: 0px !important;
}

.newModalClassPadding ul::-webkit-scrollbar {
    width: 0px !important;
}

.modal .newModalClassPadding .newButtons {
    padding: 10px 20px !important;
}


@media (max-width: 767px) {
    .newModalClassPadding .delivery_address .clearfix {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
    }

    .newModalClassPadding .ul-new li {
        padding: 10px 12px;
    }

    .modal .modal-body.newModalClassPadding {
        padding: 0px !important;
    }

    .modal .newModalClassPadding .newButtons {
        padding: 10px 12px !important;
    }

    .fontCommonsze {
        font-size: 10px !important;
    }

    .height_36 {
        height: 36px !important;
    }

    .height_36_none {
        height: inherit !important;
    }

    .cutoff {
        font-size: 12px;
    }

    .cutoff img {
        width: 16px !important;
    }

    .mr-1-mobile {
        margin-right: 5px !important;
    }
}


.km-text {
    top: 15px;
    left: 30px;
    color: #495057;
    font-size: 15px;
}


@media (min-width: 1024px) and (max-width: 1200px) {
    .home_main_section .search_form .category_group .form-control {
        background: url(../images/type.png) no-repeat calc(100% - 64px) center;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .km-text {
        top: 13px;
        left: 31px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .km-text {
        top: 10px;
        left: 30px;
        color: #495057;
        font-size: 14px;
    }
}

.Categories_ScrollBar_product {
    overflow: auto !important;
}

.Categories_ScrollBar_product::-webkit-scrollbar {
    display: none !important;
}

.checkout_page .top a.button,
.name .button {
    font-size: 15px;
}

@media (min-width: 1024px) and (max-width: 1450px) {

    .checkout_page .top a.button,
    .name .button {
        padding: 4px 8px;
        white-space: nowrap;
    }
}

/* Shimmer Effect */

.Loading_div box.new {
    height: 112px;
}

.Loading_div box.new.banner {
    height: 352px;
}

.shine.new {
    background-size: 2000px 404px !important;
}

.shine.new.rounded-circle {
    height: 140px;
    width: 140px !important;
}

lines.shine.w-100 {
    height: 20px;
}

.shine.new.card-store {
    width: 85px !important;
    height: 85px;
    max-width: 85px !important;
    margin-right: 10px;
    min-width: 85px;
    border-radius: 15px !important;
}

.Loading_div.card-store {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    overflow: hidden;
}

.Loading_div.card-store .padding {
    padding: 10px 20px 20px;
}

.Loading_div.card-store .shine.line-head {
    height: 43px !important;
}

.Loading_div lines {
    height: 13px !important;
}

.shine.card-status {
    width: 65px;
    height: 24px;
}


.content-shimmer {
    display: none;
}

.shine.new.rounded-circle.w-120 {
    height: 120px;
    width: 120px !important;
}

.shine.new.rounded-circle.w-150 {
    height: 150px;
    width: 150px !important;
}

.shine.new.rounded-circle.w-hundred {
    height: 100px;
    width: 100px !important;
}

.Loading_div.product_image box.shine.h-148 {
    height: 148px;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 160px !important
}

.Loading_div.product_image lines.shine {
    height: 44px;
}

.Loading_div.product_image box.shine.button {
    height: 43px;
}

.mt-95 {
    margin-top: 95px !important;
}


@media (min-width: 1201px) and (max-width: 1400px) {
    .Loading_div box.new.banner {
        height: 286px;
    }

    .Loading_div box.new {
        height: 95px;
    }
    .above_footer .btn-div button {
        width: 12% !important;
    }
    .above_footer h1 {
        font-size: 56px !important;
    }
    .above_footer p {
        font-size: 40px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {

    .Loading_div box.new.banner {
        height: 230px;
    }

    .Loading_div box.new {
        height: 81px;
    }

    .shine.new.rounded-circle {
        height: 150px;
        width: 150px !important;
    }
    .above_footer .btn-div button {
        width: 14% !important;
    }
    .above_footer h1 {
        font-size: 46px !important;
    }
    .above_footer p {
        font-size: 32px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .Loading_div box.new.banner {
        height: 172px;
    }

    .Loading_div box.new {
        height: 75px;
    }

    .shine.new.rounded-circle {
        height: 110px;
        width: 110px !important;
    }
    .above_footer .btn-div button {
        width: 20% !important;
    }
    .above_footer h1 {
        font-size: 34px !important;
    }
    .above_footer p {
        font-size: 26px !important;
    }
}


@media (max-width: 767px) {
    .Loading_div box.new.banner {
        height: 85px;
    }

    .Loading_div box.new {
        height: 60px;
    }

    .shine.new.rounded-circle {
        height: 60px;
        width: 60px !important;
    }

    .shine.new.rounded-circle.w-120 {
        height: 90px;
        width: 90px !important;
    }

    .Loading_div.product_image box.shine.h-148 {
        height: 110px;
    }

    .product_category_section.newStyle .categories_lists.sze .single_product .thumbnail {
        height: 85px !important;
        width: 85px !important;
    }

    .shine.new.rounded-circle.w-hundred {
        height: 85px;
        width: 85px !important;
    }

    .Loading_div.product_image box.shine.h-148 {
        min-width: 140px !important;
    }

    .shine.new.rounded-circle.w-150 {
        height: 115px;
        width: 115px !important;
    }
    .above_footer .btn-div button {
        width: 30% !important;
        font-size: 16px !important;
    }
    .above_footer h1 {
        font-size: 22px !important;
    }
    .above_footer p {
        font-size: 18px !important;
    }
    .footer-above-img {
        max-width: 20%;
        width: 20%;
    }
}

@media (max-width: 431px) {
    .above_footer .btn-div button {
        width: 35% !important;
        font-size: 14px !important;
    }
}

.iti {
    display: block !important;
}


.optionBaseProduct .optionSelectionDiv button:hover {
    background: #3cb54c;
    color: white;
}

.product_lists .single_product button.add_btn:hover {
    background: #3cb54c;
    color: white;
}

.product_lists .single_product button.add_btn.variant_button_color:hover{
    background: #f87d5b !important;
    color: white;
}

.product_lists .single_product button.add_product_btn:hover {
    background: #3cb54c;
    color: white;
}



@media (max-width: 767px) {
    .product_lists.categories_lists.hgt .name {
        height: auto !important;
    }
}

/* Apple button ui */

.signin-button {
    width: 100% !important;
}
.signin-button div:first-child {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    outline: 1px solid #c7c7c7 !important;
    border-radius: 50px !important;
    overflow: hidden;
    box-sizing: border-box !important;
}
#appleid-signin svg:first-child {
    transform: scale(1.2);
    padding-top: 3px;
}
.signin-button div svg text {
    font-size: 30px !important;
    display: none;

}
.relative-apple {
    position: relative;
}
.absolute-apple {
    position: absolute;
    top: 50%;
    font-size: 16px;
    left: 53%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    pointer-events: none;
    white-space: nowrap;
}
#appleid-signin2-container {
    padding: 10px;
    background-color: white;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    width: 100%;
    color: black;
    font-weight: 500;
}
.apple-image {
    width: 25px;
    float: left;
    margin-left: 4px;
}
#appleid-signin2 {
    text-align: center;
}
#appleid-signin2-container {
    cursor: pointer;
    user-select: none;
}


/* Customization */

.customizable-button{
    background: #ffffff !important;
    color: #3cb54c !important;
}

.customizable-button:hover{
    background:  #3cb54c !important;
    color: #ffffff !important;
}

.customizable-button svg #mypath{
    stroke-width: 0px;
}

.customizable-button:hover svg #mypath{
    fill: #fff !important;
}

.modifierloaderBtn{
    background: #3cb54c;
    padding: 7px 10px;
    width: 100%;
    border: none;
}

.modifierloaderBtn .spinner-border{
    width: 22px;
    height:22px;
}

#product-modifier-modal-popup .modal-body, #checkstore-slot-modal .modal-body {
  padding: 1rem !important;
}

.customizable-list .text {
    font-weight: bold;
    font-size: 20px;
}

.euro-green {
    color: #3cb54c !important;
    font-weight: bold;
}

#product-modifier-modal-popup .font-16{
    font-size: 16px;
}

.modifier-bottom{
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 10px;
}

#button-container{
    float: right;
}

.sum {
    border: 1px solid #D9D9D9;
    background-color: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sum:focus{
    outline: none !important;
    box-shadow: none !important;
}

.sum i {
    color: #808080;
    font-size: 16px;
}

.quantity-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input {
    margin: 0px 8px;
    width: 22px;
    text-align: center;
    border: none;
    font-size: 19px;
    font-weight: bold;
    pointer-events: none;
}

.quantity-button:hover{
    outline: none !important;
    box-shadow: none !important;
}

.quantity-button:focus{
    outline: none !important;
    box-shadow: none !important;
}

.quantity-input:focus-visible{
    border: none;
    box-shadow: none;
    outline: none;
}

.quantity-button {
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #3CB54C;
    border: 1px solid #3CB54C;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.euro-green .custom-control-input:checked~.custom-control-label::before{
    border-color: #3CB54C   !important;
    background: #fff !important;
}

.euro-green .custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%233CB54C'/%3E%3C/svg%3E") !important;
}

.euro-green .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%233cb54c' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E") !important;
}

.euro-green .custom-radio:focus{
    box-shadow: none !important;
}

.custom-control-label::after{
    width: 22px;
    height: 22px;
}

.euro-green .custom-control-label::before{
    width: 22px;
    height: 22px;
}

.euro-green .custom-control-input:focus~.custom-control-label::before{
    box-shadow: none !important;
}

.modifier-cart{
    border-radius: 50px;
    padding: 11px 8px;
    font-size: 18px;
}

#product-modifier-modal-popup .modal-header, #checkstore-slot-modal .modal-header {
    padding: 16px  16px 0px;
    background:  transparent !important;
    border: none !important;
}

.modifier-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    margin: auto;
    display: block;
    border-radius: 10px;
}

.margin-bottom-16{
    padding-bottom: 16px;
    padding-top: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.customization-close .close-btn {
    position: absolute !important;
    border: 1px solid #0000009e !important;
    padding: 6px 12px !important;
    border-radius: 50% !important;
    top: -43px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #ffff !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    right: auto !important;
}


#product-modifier-modal-popup .list-group-item{
  padding-top: 6px;
  padding-bottom: 6px;
}

.mtop-10{
    margin-top: 10px;
}

.mtop-14{
    margin-top: 14px;
}


#product-modifier-modal-popup .modal-dialog-scrollable .modal-content{
  overflow: inherit;
}

.small-alert {
    width: auto !important;
    border-radius: 10px !important;
    background: black !important;
    padding: 12px 20px !important;
}


  .small-alert .swal2-title{
    font-size: 15px !important;
    color: white !important;
   padding: 0px !important;
  }

  .swal2-container.swal2-bottom>.swal2-popup.small-alert {
    justify-self: center !important;
    align-self: center !important;
}


.items_input.button-quantity .btn.less, .items_input.button-quantity .btn.more {
    max-width: 40px !important;
    min-width: 40px !important;
}

.link-customization{
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: underline;
    color: #28a745 !important;
}


.small-modal{
    max-width:415px !important;
    font-size: 15px;
}

.small-modal .modal-body{
   padding: 20px !important;
}

.small-modal .modal-header{
    background-color: transparent !important;
    padding: 0px !important;
    border: none  !important;
}



#product-modifier-modal-popup .modal-content, #checkstore-slot-modal .modal-content {
    border-radius: 20px;
}


/* new Customization Design */

.new-list-style {
    display: ruby-text !important;
    width: 90%;
 }

 .new-list-style li {
    margin-right: 6px;
 }

.new-list-style li::before {
    content: '';
   margin-right: 5px;
   display: inline-block;
   vertical-align: middle;
   width: 6px;
   height: 6px;
   border-radius: 100%;
   background: #898989;
}


.border-0{
    border: none !important;
}


.new-list-style.account{
    width: 85%;
    text-align: left !important;
}

.price.Account{
   white-space: nowrap;
   padding: 20px;
}


header .right_menus .cart .dropdown-menu .new-list-style li{
    padding: 0px;
    border: none;
}

#cartItemList .new-list-style li{
  padding-right: 8px;
}

#cartItemList .new-list-style {
    width: 97%;
  }

  .checkout_page.new .products_row .product .title{
    height: 50px;
  }

  .checkout_page.new .products_row .product .thumbnail{
    object-fit: contain;
  }


  .detail-customization{
    background: #3cb54c  !important;
    color: #fff  !important;
    transition: 0.3s all  !important;
    -webkit-transition: 0.3s all  !important;
    border: none  !important;
    outline: none  !important;
    box-shadow: none  !important;
    width: 250px  !important;
    /* margin-left: auto  !important; */
    float: right;
    border-radius: 100px  !important;
    text-transform: uppercase  !important;
    font-family: "Moderat-Bold"  !important;
    font-size: 18px  !important;
    line-height: 26px  !important;
    height: 60px  !important;
    opacity: 1  !important;
    pointer-events: all  !important;
    filter: none  !important;
  }

  .modifierloaderBtn.productdetailcustomLoader{

    width: 250px  !important;
    line-height: 26px  !important;
    height: 60px  !important;
    float: right;
    border-radius: 100px  !important;

  }

  .customUiDetailUi .items_input{
    float: right;
  }

  .detail-customization svg #mypath{
    fill: #fff !important;
}



  .detail-customization:hover svg #mypath{
    fill: #fff !important;
}

@media (min-width: 1201px) and (max-width: 1500px){
    .new-list-style.account{
        width: 95%;
    }
}

@media (min-width: 1024px) and (max-width: 1200px){
    .new-list-style.account{
        width: 95%;
    }
    .checkout_page.new .products_row .product{
        height: 100% !important;
    }

    .checkout_page.new .link-customization{
        font-size: 11px !important;
        margin-top: 4px;
    }
    .checkout_page .products_row .product .content {
        padding: 10px 10px 20px 10px;
    }

}

@media (min-width: 768px) and (max-width: 1023px){
    .new-list-style.account{
        width: 98%;
    }
    .checkout_page.new .products_row .product{
        height: 100% !important;
    }
    .checkout_page.new .link-customization{
        margin-top: 4px;
    }

}

@media (max-width: 767px){
    .cart_content.new table tbody tr:first-child{
        display: flex;
    }
    .new-list-style.account {
        width: 98%;
    }
}
.product_lists .single_product button.add_btn_inverse.customizable-button{
    border: 1px solid #3CB54C;
}


.buildClass .each{
    margin-left: 0px !important;
}



.det{
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    font-size: 13px;
}


.items_table  td{
    text-align: left !important;
}

.ss{
    width: 50px;
}

.removeItemFromCart{
    background: white !important;
    color: black !important;
    border-radius: 50%;
    padding: 0px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    margin-top: -10px;
    margin-right: -10px;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
}

.removeItemFromCart:hover{
   background: #28a745 !important;
   color: white !important;
}


.badge-GreenColor.Asap {
    background: #f87d5b !important;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 0px;
     border-bottom-left-radius: 0px;
}

.set-gradient .modal-content{
    border-radius: 20px;
}

.set-gradient .hide{
    display: none !important;
}

.set-gradient .modal-header{
    height: 70px;
    background: linear-gradient(45deg, #28a745, #007c1c);
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: none !important;
}

.set-gradient .modal-footer button{
    width: 100% !important;
    text-transform: capitalize !important;
    padding: 12px;
    margin-bottom: 10px !important;
}

.set-gradient .small-text{
    font-size: 14px !important;
}

.set-gradient .form-group{
    position: relative;
}

.set-gradient .form-group i{
    position: absolute;
    top: 42px;
    right: 12px;
}

.incHeightSpan{
    display: inline-block;
    height: 18px;
}


.oops-image{
    width: 400px;
    margin-top: 30px;
}


.asap-detail{
    background:  #f87d5b;
    padding: 2px 12px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    width: fit-content;
    font-weight: 400;
}

.product_lists .single_product .label.dealtag {
    background: #3cb54c;
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: -0.0008em;
    font-weight: normal;
    padding: 2px 8px;
    position: absolute;
    right: 15px;
    top: 15px;
    left: inherit !important;
}

@media (max-width: 767px){
    .add_btn_inverse.customizable-button svg{
        width: 18px;
    }

    .without_discount{
        height: 36px !important;
    }

    .productDisPrice{
        display: inline !important;
        white-space: nowrap;
    }
    .preOrderButtonDisable{
        font-size: 14px !important;
    }
}
.NewQnty.buttonWidthProp .dec_prod_quant_but:hover{
    color: black !important;
    background: url(../images/minus.svg) no-repeat center !important;
    background-color: #e5e5ea !important;
}


.NewQnty.buttonWidthProp .inc_prod_quant_but:hover{
    color: black !important;
    background: url(../images/plus.svg) no-repeat center !important;
    background-color: #3cb54c !important;
}


@media (min-width: 768px) and (max-width: 1400px){
    .cart_content.new .items_table.border-0 .det{
        width: inherit !important;
        min-width: inherit !important;
    }
}

.slot_image {
    height: 100%;
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    overflow-y: scroll;
    margin-left: 1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.slot_image img {
    margin-left: 5px;
    border-radius: 10px;
}
.slot_price {
    margin-left: auto;
    font-weight: 700;
}
.badge-mp-order {
    color: #fff;
    background-color: #964B00;
}
.cart-custom-prod li {
    padding: 0 !important;
    border-bottom: none !important;
}

.badge-pb-order {
    background-color: #000 !important;
    color: #fff !important;
}

#coupon-msg {
    font-size: 13px;
}

#coupon-msg.error {
    color: #e32121;
    width: 100%;
}

#coupon-msg.success {
    color: #28a745;
    width: 100%;
}

#removeBtn {
    display: none;
}

@media (max-width: 575.98px) {
    .slot_image {
        display: block;
        margin-left: 0;
    }

    .slot_image img {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-bottom: 3px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .slot_image {
        display: block;
        margin-left: 0;
    }

    .slot_image img {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-bottom: 3px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slot_image {
        display: block;
        margin-left: 0;
    }

    .slot_image img {
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-bottom: 3px;
    }
}

@media (min-width: 992px) {
    .slot_image img {
        width: 48px;
        height: 48px;
        display: inline-block;
    }
}

.no-btn {
    background: none;
    border: none;
}
.no-btn-link{
    color: #3cb54c;
}
.footer-addr .foot_title {
    margin-bottom: 10px !important;
}
.eighteen_plus_logo {
    width: 35px !important;
    height: 20px !important;
    position: absolute;
    bottom: 57%;
    right: 0;
    border-radius: 5px;
    z-index: 99;
}
.eighteen_plus_logo_detail {
    top: 0;
}
.eighteen_plus_logo_cart {
    width: 35px !important;
    height: 20px !important;
    border-radius: 5px;
    margin-right: 0 !important;
}
.eighteen_plus_logo_order_detail {
    width: 35px !important;
    height: 20px !important;
    position: absolute;
    right: 15px;
    border-radius: 5px;
    top: 3%;
}
.eighteen_plus_logo_view_bag {
    width: 35px !important;
    height: 20px !important;
    border-radius: 5px;
}
#eighteen_plus_modal .modal-body {
    padding-top: 10px;
}
#eighteen_plus_modal .eighteen_plus_modal_logo {
    width: 100px !important;
    height: 60px !important;
    margin: auto;
}
#eighteen_plus_modal h2 {
    margin-top: 10px;
    font-size: 26px;
    text-align: left;
}
#eighteen_plus_modal p {
    text-align: left;
    margin-top: 10px;
}
#eighteen_plus_modal .ftr-p {
    font-size: 15px;
}
#eighteen_plus_modal ul {
    text-align: left;
    margin: 15px 0;
    padding-left: 20px;
}
#eighteen_plus_modal ul li {
    margin-bottom: 10px;
    list-style: disc;
}
#eighteen_plus_modal strong {
    font-weight: bold;
}
#eighteen_plus_modal .btn-an {
    margin: auto;
    display: table;
    padding: 14px 45px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
.store_content_section.other_page.New_Profiles {
    background-color: #fff;
}
.store_content_section.New_Profiles .store_row .thumbnail img {
    width: 120px;
    height: 120px;
}
.asap-detail {
    margin: 0;
    margin-right: 5px;
    display: block !important;
    float: left;
}
.asap-logo {
    display: flex;
}
.store_content_section.New_Profiles
.filter_contents .card-footer {
    background-color: #fff;
}
.store_content_section.other_page.New_Profiles p.small.mb-2 span {
    background: #3cb54c !important;
    border-radius: 3px;
    color: #fff !important;
    font-size: 15px;
    padding: 3px 12px 4px;
    position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .store_content_section.New_Profiles .store_row .thumbnail {
        max-width: 100% !important;
    }
}
#clear-all {
    padding: 0px 15px;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 15px;
    cursor: pointer;
    color: #218838;
}
.edit-address-suggestion,
.address-suggestion {
    white-space: normal;
    word-break: break-word;
}
.deposit_return_price_order_detail {
    width: 30px !important;
    height: 25px !important;
    position: absolute;
    border-radius: 5px;
    top: 3%;
}
.deposit_return_price_view_bag {
    width: 30px !important;
    height: 25px !important;
    border-radius: 5px;
}
.deposit_return_logo {
    width: 30px !important;
    height: 25px !important;
    position: absolute;
    bottom: 25%;
    right: 0;
    border-radius: 5px;
    z-index: 99;
}
.deposit_return_option_logo {
    width: 40px !important;
    height: 35px !important;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: 999;
}
.depositReturnPriceOptionBased {
    font-size: 16px;
    color: #a9a9a9;
}
.deposit_return_logo_cart {
    width: 35px !important;
    height: 30px !important;
    border-radius: 5px;
    margin-right: 0 !important;
}
.deposit_return_logo_detail {
    width: 30px !important;
    height: 25px !important;
    border-radius: 5px;
}
.fa-envelope {
    color: #3CB54C;
}
.f-address {
    padding-left: 25px;
}
.above_footer {
    background-color: #E9F6E8;
}
.above_footer .btn-div button {
    width: 10%;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    background-color: #3CB54C;
}
.above_footer h1 {
    text-align: center;
    color: #3CB54C;
    font-size: 64px;
}
.above_footer p {
    color: #585858;
    font-size: 44px;
    text-align: center;
    margin-bottom: 18px;
}
.footer-above-img {
    position: absolute;
    bottom: 0;
}
.why-tap-retail h6 {
    font-size: 22px;
}
.why-tap-retail p {
    font-size: 18px;
}
.feature-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #28a745;
}

.coupon-scroll {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    margin-top: 20px;
    padding-bottom: 8px;
}

.coupon-card {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.coupon-icon {
    font-size: 24px;
    color: green;
    margin-right: 12px;
}

.coupon-info {
    display: flex;
    flex-direction: column;
}

.coupon-code {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.coupon-description {
    font-size: 14px;
    color: #555;
}

.coupon-scroll::-webkit-scrollbar {
    height: 6px;
}

.coupon-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.discountList {
    cursor: pointer;
}
.discountList img {
    height: 40px !important;
}
.discountList .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}
#couponDetailModal .modal-header {
    padding: 0 0 5px 0;
    background-color: #fff;
}
#couponDetailModal .modal-title {
    margin-left: 5px;
}
#couponDetailModal .modal-body {
    padding: 0 0 0 5px !important;
}
#couponDetailText {
    text-align: left;
    color: #717171;
}
#couponModalCloseBtn {
    background-color: #fff;
    border: none;
}
#couponDetailCondition, #couponMPAvailOrNot {
    color: #717171;
    font-weight: 400;
    text-align: left;
}

.apply-coupon-box,
.remove-coupon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    cursor: pointer;
}

.apply-coupon-box .icon img,
.remove-coupon-box .icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.apply-coupon-box .text,
.remove-coupon-box .coupon-applied-name {
    flex-grow: 1;
    margin-left: 15px;
    font-size: 16px;
    color: #000;
}
.remove-coupon-box .coupon-applied-name {
    font-size: 18px;
}
.apply-coupon-box .arrow {
    font-size: 22px;
    color: #333;
}
.remove-coupon-box .coupon-applied-msg{
    color: #3cb54c;
    font-size: 12px;
    margin-left: 15px;
}

.remove-text {
    font-size: 16px;
    color: #3cb54c;
    font-weight: 600;
}

.apply-coupon-box.disable {
    display: none;
}

.custom-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    height: 100vh;              /* Full height of viewport */
    background: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;           /* Enable vertical scroll */
    -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
}

.custom-sidebar.open {
    right: 0;
}
.custom-sidebar .close-btn {
    background-color: #ffffff;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    display: none;
}

.sidebar-overlay.show {
    display: block;
}

.i-stores .store_details {
    position: absolute;
    left: -25px;
}
.i-stores .mp-side-logo {
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.i-stores .wishlist.nnn {
    top: 0 !important;
}
.i-stores .store_row {
    margin-top: 50px;
}
.i-stores .store_row .thumbnail img {
    width: 85px !important;
    height: 85px !important;
}
.i-stores .main_content .name {
    font-size: 16px !important;
    line-height: 20px !important;
}
.i-stores .status.open .open,
.i-stores .status.close .close {
    color: #ffffff !important;
    width: 70px;
    padding: 3px 3px 3px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #3cb54c;
}
.i-stores .status.close .close {
    background-color: #ff0000;
    width: 80px;
}
.coupon-not-available {
    border: 1px dashed #7d7575;
    background-color: #e8e8e8;
    pointer-events: none;
}
.coupon-available {
    background-color: #e9f7e8;
    border: 1px dashed #28a745;
}
.coupon-not-available .coupon-detail-click {
    pointer-events: auto;
    text-decoration: underline;
    cursor: pointer;
}
.sb-coupon-name, .sb-coupon-description {
    color: #717171;
}
.remove-coupon-box {
    display: none;
}

.badge-GreenColors {
    background: #3cb54c;
    color: white;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
}
.badge-RedColors {
    background: #ff0000;
    color: white;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
}
.asap-delivery-badge {
    color: white;
    background-color: #f87d5b !important;
    font-size: 12px;
    padding: 5px;
}
.badge-free {
    position: absolute;
    z-index: 1;
    background-color: #3cb54c;
    color: white;
    padding: 8px;
    border-radius: 0;
    border-top-left-radius: 10px;
}
.badge-multiple {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1a1a1a;
    border-radius: 0;
    border-top-right-radius: 5px;
    color: #ffffff;
    padding: 5px;
}
.img-fluid-store {
    max-width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.coupon-banner-img {
    border-radius: 15px;
}
.my-coupon .coupon-banner-img {
    position: absolute;
    top: 10px;
    right: 10px;
}
.custom-clear-cart-yes {
    background-color: #3cb54c !important;
}
.distance-li {
    margin-top: 5px;
}
.ml-3p {
    margin-left: 3px;
}
.mr-6p {
    margin-right: 6px !important;
}
.mr-7p {
    margin-right: 7px !important;
}
.items_input.customization {
    width: fit-content;
}
