@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Roboto+Condensed:wght@700&display=swap');
@import url('navigation.css');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
body {
    font-family: 'Roboto', 'Oswald', 'Roboto Condensed', sans-serif;
    font-size: 14px;
    --condensedRoboto: 'Roboto Condensed', sans-serif;
    --fontOswald: 'Oswald', sans-serif;
    --brandColor: #54Ac44;
    --hoverColor: #50d63c;
    --secondaryColor: #00adcf;
}

button:focus {
    outline: unset;
}

p {
    font-size: 14px;
}

a {
    color: #666;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.error {
    color: #e40000;
}

.brand-color{
    color: #54Ac44;
}

.site-background {
    background: #50d63c;
    color: #fff;
}

.font-light {
    font-weight: 400;
}

.site-header .nav-icon-title {
    color: white;
}

.minimized .nav-icon-title {
    color: black;
}

/* start sweet alert message */

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 420px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 0px;
}

.sweet-alert h2 {
    color: #575757;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

/* end sweet alert message */

.site-btn, .page-item.active .page-link {
    color: #fff;
    background-color: var(--brandColor);
    border-color: var(--brandColor);
}

.site-btn:hover {
    color: #fff;
    background-color: var(--hoverColor);
    border-color: var(--hoverColor);
}

.text-site-primary, a.text-site-primary, .btn.text-site-primary, .page-link {
    color: var(--brandColor) !important;
}

a:hover.text-site-primary, .btn:hover.text-site-primary, .page-link:hover {
    color: var(--hoverColor) !important;
    text-decoration: none;
}

.btn, .form-control {
    font-size: 14px;
}

.btn.focus, .btn:focus, .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .custom-control-input:focus~.custom-control-label:before {
    box-shadow: none !important;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #8d96a0;
    height: calc(1.5em + .938rem + 2px);
}

.form-control:focus {
    color: #191e23;
    border-color: var(--brandColor);
    box-shadow: 0 0 0 1px var(--brandColor);
    outline: 2px solid transparent;
    outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-control-input~.custom-control-label {
    cursor: pointer;
}

.custom-control-input:checked~.custom-control-label:before {
    border-color: var(--brandColor);
    background-color: var(--brandColor);
}

.homepage-layout {
    position: relative;
}

.scroll-top {
    position: fixed;
    bottom: 15%;
    right: 5%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.scroll-btn {
    background: #F8D323;
    color: #fff;
    font-weight: 900 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: unset;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px 2px #F8D323;
}

.scroll-active {
    opacity: 1;
}

/* DEFAULT CSS */

/* chatbox css */
.tawk-card {
    display: none;
}

h1.section-heading {
    font-size: 24px;
}

p.section-subheading {
    font-size: 16px;
}

.view-more-link .kgr {
    font-size: 12px;
}

.item-rating .star-full, .item-rating .orginal-star {
    width: 110px;
    height: 18px;
    background-image: url('../images/icons/star-gray.png');
    background-repeat: no-repeat;
}

.item-rating .star-percentage {
    background-color: #fff;
}

.item-rating .orginal-star {
    background-image: url('../images/icons/star-yellow.png');
}

.item-rating .star-value {
    line-height: 1.1;
}

.item-rating.small .star-full, .item-rating.small .orginal-star {
    width: 80px;
    height: 14px;
    background-size: contain;
}

.item-rating.small .star-value {
    font-size: 12px;
}

.rate-list .title {
    min-width: 60px;
}

.rate-list .graph {
    width: 180px;
    height: 4px;
    background-color: #dadada;
}

.rate-list .graph .scroller {
    height: 4px;
    background-color: #faca51;
}

.custom-qty {
    max-width: 150px;
    z-index: 0;
}

.custom-qty .form-control {
    border-right: 0;
    border-color: #d3d9df;
    height: calc(1.858em + .5rem + 2px);
}

.custom-qty .btn .kgr {
    font-size: 16px;
}

.custom-qty .btn .food_vendor-kgr {
    font-size: .65rem;
}

/* food add on start */

.custom-qty-food-add-on {
    z-index: 0;
}

/* food add on end */

.food_vendor-qty-input {
    font-size: .7rem;
}

.page-breadcrumb{
    background-color: #F9F9FA !important;
    box-shadow: 0px 0.5px 4px rgba(0, 0, 0, 0.25);

}

.page-breadcrumb .breadcrumb{
    background-color: #F9F9FA !important;
    margin: 0 !important;
}


.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: '/';
    font-family: 'Linearicons';
    font-size: 14px;
    font-weight: bold;
}

.page-breadcrumb .breadcrumb-item a{
    font-size: 14px;
    color: #3F3679 !important;
    font-weight: 400;
}

.page-breadcrumb .breadcrumb-item a:hover {
    color: var(--brandColor);
    text-decoration: underline;
}

.pac-container {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pac-item {
    cursor: pointer;
}

.pac-item:hover .pac-icon-marker {
    background-position: -18px -161px;
}

.hdpi.pac-logo:after, .pac-logo:after {
    content: none;
}

.ajax-performing-loading {
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 99999;
}

.lds-roller {
    display: inline-block;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #50d63c;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sold-by p {
    font-weight: 500;
}

.sold-by p a {
    color: #ff7680;
}

.kg-card-item:hover {
    -webkit-box-shadow: 0 0 30px #ccc;
    -moz-box-shadow: 0 0 30px #ccc;
    box-shadow: 0 0 30px #ccc;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.kg-card-item .item-title {
    /* height: 41px;
	margin-bottom: 0;
	overflow: hidden; */
    height: 45px;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
}

.kg-card-item .item-price .current-price {
    font-size: 16px;
    color: var(--brandColor);
    font-weight: 500;
}

.kg-card-item .item-price .orginal-price del {
    color: #9e9e9e;
}

@keyframes fadeInImg {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.img-loading {
    opacity: 0;
    width: 100%;
    height: auto;
}

.img-loaded {
    animation: fadeInImg cubic-bezier(0.23, 1, 0.32, 1) 1;
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 0.7s;
    animation-delay: 0.1s;
}

.fd-card-img, .gt-card-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-product-name {
    height: 38px;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 0;
}

.truncate-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 100%;
    transition: all .15s ease-in-out;
}

.product-cart-button {
    background: var(--brandColor);
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 5px;
    border: .1rem solid var(--brandColor);
    transition: all .3s ease-in-out;
}

.product-cart-button:hover {
    background: transparent;
    border-color: #fff;
}

.wishlist-details button {
    background: rgba(255, 255, 255, .8);
    border: .1rem solid transparent;
    color: #000;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.product-wishlist-button {
    margin-right: 27px;
}

.product-details-button {
    margin-left: 27px;
}

.wishlist-details button:hover {
    background: #50d63c;
    color: #fff;
}

.add-to-cart-wishlist {
    text-decoration: none;
    background: #50d63c;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 1px;
    border-color: #0bde0b;
    border: none;
    /* box-shadow: 0px 0px 5px 1px #ffff; */
}

.kg-card-item:hover .product-options {
    top: 0;
}

.warning-icon {
    font-size: 60px;
    color: #ff7680;
}

.warning-text {
    color: #50d63c;
}

.cart-button-section {
    border: .1rem solid var(--brandColor);
    height: 35px;
}

.cart-quantity-button {
    display: inline-block;
    width: 20%;
    height: 100%;
    border: unset;
    background: transparent;
    color: var(--brandColor);
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.cart-quantity-button:hover {
    color: var(--hoverColor);
}

.cart-quantity-button:focus {
    outline: unset;
}

.cart-quantity-input {
    display: inline;
    width: 60%;
    height: 100%;
    padding: 5px;
    color: var(--brandColor);
    font-weight: 500;
    border-left: .1rem solid var(--brandColor);
    border-right: .1rem solid var(--brandColor);
    border-top: unset;
    text-align: center;
    border-bottom: unset;
}

.cart-quantity-input:focus {
    outline: none;
}

.halal-tag {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: var(--brandColor);
    border-radius: 50px;
    box-shadow: 0px 0px 5px 1px #999;
}

.halal {
    position: relative;
    width: 100%;
    height: 100%;
}

.halal span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

/*Extra*/

.more-buttons {
    position: absolute;
    width: 30%;
    height: 55%;
    top: 0;
    right: 100%;
    text-align: right;
}

.more-buttons button {
    display: block;
    background: rgba(255, 255, 255, .8);
    border: .1rem solid transparent;
    border-radius: 50px;
    padding: 5px 9px;
    margin-top: 6px;
    margin-left: 5px;
    box-shadow: 0px 0px 2px 1px #ccc;
    /*new 17-Sep-20*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
}

.cart-button-body {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cart-button {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 15px;
    color: #5a5a5a;
    font-weight: 500;
    font-size: 13px;
}

.kg-card-item:hover .more-buttons {
    left: 0;
}

/*Extra*/

.general-banner {
    background-color: var(--brandColor);
    /* min-height: 50px; */
}

.general-banner .page-title {
    font-size: 50px;
    line-height: 60px;
}

.general-banner .subtitle {
    font-size: 16px;
    line-height: 24px;
}

.inner-slider-content {
    position: absolute;
    top: 20%;
    width: 400px;
    height: 175px;
    background: transparent;
}

.right-align {
    left: 40px;
    text-align: right;
}

.left-align {
    left: 75px;
}

.center-align {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.slider-content h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    color: #565656;
    text-shadow: 1px 2px 2px #ccc;
}

.slider-content p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: unset;
    color: #727272;
    width: 80%;
}

.slider-content a {
    text-decoration: none;
    background: #50d63c;
    color: #fff;
    padding: 10px 44px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 5px 1px #444;
}

/* HEADER */

.site-header {
    /* background-color: var(--brandColor); */
    /* border-bottom: 1px solid #EFF7FA; */
    position: relative;
}

.site-header .header-main {
    padding: 6px 0;
    background-color: var(--brandColor);
}

.site-header .header-logo .d-logo {
    max-width: calc(100% - 30px);
}

.site-header .header-logo .logo {
    margin-right: 15px;
}

.site-header .main-searchbar {
    position: relative;
}

.site-header .header-extras .main-searchbar {
    width: 100% !important;
    float: left;
    position: relative;
}

.site-header .main-searchbar .form-group {
    width: 100%;
    margin-bottom: 0;
}

.site-header .main-searchbar .searchbox-input {
    width: 100%;
    font-size: 14px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    height: calc(2em + .75rem + 2px);
    padding-right: 160px;
}

.site-header .main-searchbar .searchbox-submit {
    background-color: #F8D323;
    border: 1px solid #F8D323;
    height: 42px;
    line-height: 1;
    position: absolute;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.site-header .main-searchbar .searchbox-submit .kgr {
    font-size: 25px;
}

.site-header .main-searchbar.result-found .searchbox-input {
    border-bottom-left-radius: 0;
}

.site-header .main-searchbar.result-found .searchbox-submit {
    border-bottom-right-radius: 0;
}

.site-header .main-searchbar.result-found .search-result {
    display: block !important;
    background-color: #fff;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    position: absolute;
    z-index: 21000;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .21);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .21);
}

.site-header .main-searchbar.result-found .result-list {
    margin: 0;
    padding: 0 0 15px 0;
}

.site-header .main-searchbar.result-found .result-list>li {
    list-style-type: none;
}

.site-header .main-searchbar.result-found .result-list>li>a {
    padding: 8px 20px 0;
    display: block;
    color: #212121;
}

.site-header .main-searchbar.result-found .result-list>li>a:hover {
    color: #50d63c;
}

.site-header .extras-menu {
    margin: 0px 0 0 0px;
    padding: 0;
    position: relative;
}

.site-header .extras-menu>li {
    list-style: none;
    float: right;
    margin-bottom: 0;
    padding: 0 7px;
}

.site-header .extras-menu>li:last-child {
    padding-right: 0;
}

.site-header .extras-menu>li>a, .site-header .extras-menu>li>span>span {
    color: #000;
    display: block;
    position: relative;
    cursor: pointer;
}

.site-header .extras-menu>li .extra-icon {
    font-size: 30px;
    line-height: 1;
}

.site-header .extras-menu>li>a .mini-item-counter, .site-header .extras-menu>li>span>span .mini-item-counter {
    position: absolute;
    bottom: 14px;
    right: -9px;
    font-size: 12px;
    /* font-weight: 700; */
    color: #fff;
    background-color: #EB423F;
    border-radius: 50%;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    text-align: center;
}

@media (min-width:320px) and (max-width:545.98px) {
    .site-header .extras-menu>li>a .mini-item-counter, .site-header .extras-menu>li>span>span .mini-item-counter {
        right: -3px;
    }
}

.site-header .extras-menu .menu-item-account .extra-icon {
    position: absolute;
    top: 1px;
    left: 0;
}

.site-header .extras-menu .menu-item-account>a {
    padding-left: 42px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
}

.global-search {
    position: relative;
}

.global-search-options {
    position: absolute;
    right: 44px;
    border-left: 1px solid #ddd;
    height: 100%;
}

.suggestion-box {
    position: absolute;
    width: 100%;
    background: #ededed;
    min-height: 50px;
    max-height: 400px;
    z-index: 900;
    box-shadow: 0px 3px 4px 0px #888;
    overflow: auto;
}

.suggestion-item {
    height: 80px;
    padding: 8px;
    border-bottom: 1px solid #fff;
}

.suggestion-item-image {
    width: 12%;
    float: left;
    box-shadow: 0px 0px 3px 0px #999;
}

.suggestion-item-title {
    width: 87%;
    float: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.suggestion-item-title p {
    font-size: 16px;
}

.empty-content {
    width: 100%;
    height: 50px;
}

/* ---------------new homepage header css starts -------------- */

@media (min-width:574px) and (max-width:991px) {
    /* .brand-logo {
        height: 55px;
    } */
}






/* ---------------new homepage header css ends -------------- */

/*Cart Body*/

.cart-section-normal {
    position: fixed;
    width: 380px;
    /* height: 100; */
    background: #fff;
    z-index: 20;
    /* left: 0; */
    bottom: 0;
    right: 0;
    top: 196px;
    transition: all .3s ease-in-out;
    box-shadow: 0px 2px 2px 1px rgb(199, 199, 199);
}

.cart-section-scroll {
    position: fixed;
    width: 380px;
    background: #fff;
    bottom: 0;
    z-index: 20;
    right: 0;
    top: 57px;
    transition: all .3s ease-in-out;
    box-shadow: 0px 2px 2px 1px rgb(199, 199, 199);
}

.mini-cart-header {
    height: 12vh;
}

.mini-cart-body-normal {
    height: 40vh;
    overflow: auto;
    /* background-color: #00adcf; */
}

.mini-cart-body-scroll {
    height: 50vh;
    overflow: auto;
    /* background-color: #00adcf; */
}

.mini-cart-pickup {
    height: 20vh;
}
/* .white-space{
    height: 5vh;
} */

.mini-cart-footer {
    height: 8vh;
}


@media (min-width:992px) and (max-width: 1199.98px) {
    .cart-section-scroll {
        /* top: 61px; */
    }
}

@media (min-width:576px) and (max-width: 991.98px) {

    .cart-section-scroll {
        /* top: 76px !important; */
        z-index: 99999;
    }
     .mini-cart-header {
        height: 14vh;
    }
    .mini-cart-body-normal {
        height: 35vh;
        overflow: auto;
        /* background-color: #00adcf; */
    }
    .mini-cart-body-scroll {
        height: 40vh;
        overflow: auto;
        /* background-color: #00adcf; */
    }
    .mini-cart-pickup {
        height: 20vh;
    }
    .mini-cart-footer {
        height: 8vh;
    }
}

@media (max-width: 575.98px) {
        .login-form-body {
    height: 250px;
}
    .cart-section-normal {
        width: 100%;
        top: 0 !important;
        z-index: 10000;
        opacity: .94;
    }
    .cart-section-scroll {
        width: 100%;
        top: 0 !important;
        z-index: 10000;
        opacity: .94;
    }
    .mini-cart-header {
        height: 14vh;
    }
    .mini-cart-body-normal {
        height: 50vh;
        overflow: auto;
    }
    .mini-cart-body-scroll {
        height: 50vh;
        overflow: auto;
    }
    .mini-cart-pickup {
        height: 20vh;
    }
    .mini-cart-footer {
        height: 8vh;
    }
}

.cart-body {
    position: relative;
}

.shipping-progress {
    height: 2rem;
    border-radius: 0;
    position: relative;
    background-color: #b1b2b3;
}

.free-shipping-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    width: 100%;
    height: 16px;
}

.free-shipping-text p {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
}

.cart-shop-name {
    background: #b0b0b0;
    color: #fff;
}

.cart-shop-name p {
    margin-bottom: 5px;
    padding: 5px;
}

.cart-product {
    overflow-y: auto;
    -ms-overflow-style: none;
}

.cart-product::-webkit-scrollbar {
    display: none;
}

.hide-cart {
    right: -100%;
}

.cart-header {
    background: #F8D323;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
}

.total-count-items span {
    font-weight: 500;
    color: #3F3679;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-close-button {
    background: transparent;
    border: 1px solid #3F3679;
    border-radius: 3px;
    color: #3F3679;
    font-size: 12px;
    font-weight: 500;
}

.cart-close-button:focus {
    outline: unset;
}

.cart-product-qty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.cart-prod-qty-btn {
    background: transparent;
    border: unset;
    font-size: 18px;
}

.cart-product-details {
    display: inline-block;
}

.cart-prod-img {
    width: 80px;
    display: block;
    float: left;
}

.cart-prod-name {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    float: right;
    width: 140px;
}

.cart-table td {
    padding: 0.15rem !important;
}

.cart-product-details, .cart-prod-price, .cart-product-discart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cart-prod-price {
    width: 60px;
}

.place-order {
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: unset;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 0px;
}

.cart-footer {
    width: 100%;
}

/*new Adeed 15-Sep-20 sifat haider*/

/*-----Start-----*/

.cart-footer-continue__shopping {
    width: 100%;
    height: 80%;
    background: #3F3679;
    color: #fff !important;
    position: relative;
    transition: 0.5s all;
}

.cart-footer-continue__shopping:hover {
    background: var(--brandColor);
}

.cart-footer-continue__shopping .place-order:hover {
    color: #fff;
}

/* -------------- updated cart css --------------- */

.empty-cart-height {
    height: 61vh;
}

.empty-cart-scroll-height {
    height: 69vh;
}

.with-product-cart-height {
    height: 50vh;
    overflow-y: scroll;
}

.with-product-cart-scroll-height {
    height: 58vh;
    overflow-y: scroll;
}

@media (min-width:576px) and (max-width: 991.98px) {
    .empty-cart-scroll-height {
        height: 67vh;
    }
    .with-product-cart-scroll-height {
        height: 56vh;
    }
}

@media (max-width: 575.98px) {
    .empty-cart-height {
        height: 61vh;
    }
    .empty-cart-scroll-height {
        height: 70vh;
    }
    .with-product-cart-height, .with-product-cart-scroll-height {
        height: 58vh;
        overflow-y: scroll;
    }
}


.updated-place-order button {
    border: none;
    background: none;
    color: #fff;
    height: 60px;
}

.updated-place-order-disable-btn{
    background-color: gray !important;
    width: 100%;
}

.updated-place-order-btn button{
    background-color: #FDC26B;
    color: #3F3679;
    height: 40px;
    width: 165px;
    font-size: 18px;
    font-weight: 500;
}

.updated-place-order-price button{
    background-color: #F8D323;
    color: #3F3679;
    height: 40px;
    width: 100px;
    font-size: 18px;
    font-weight: 500;
}

.updated-cart-height {
    position: absolute;
    bottom: 175px;
    left: 0;
    right: 0;
    top: 55px;
    overflow-y: scroll;
}

.updated-cart-height::-webkit-scrollbar {
    width: 5px;

  }

  .updated-cart-height::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
  }

  .updated-cart-height::-webkit-scrollbar-thumb {
    background-color: var(--brandColor);
    border-radius: 15px;

  }

/*-----End-----*/

.cart-footer-buttons {
    width: 100%;
    height: 80%;
    background: #FDC26B;
    color: #3F3679;
    position: relative;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*Cart Body*/

.cart-pickup p {
    margin-bottom: 0;
}

.pickup-value-btn {
    border: unset;
    width: 100%;
    padding: 10px;
    background: #ff7860;
    color: #fff;
    transition: all .3s ease-in-out;
    font-weight: 500;
    height: 60px;
}

.pickup-value-btn:hover {
    background: var(--hoverColor);
}

.active-pickup {
    background: var(--brandColor);
    color: #fff;
}

.home-delivery-non-active {
    background-color: #FDC26B;
    color: #3F3679;
}

.collect-non-active {
    background-color: #F8D323;
    color: #3F3679;
}

/*Cart Login*/

.cart-login {
    display: block;
}

.hide-login {
    display: none;
}

.cart-login-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.login-form-body {
    height: 300px;
}

.cart-login-section {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    padding: 15px;
    height: 100%;

}

.cart-login-buttons {
    width: 100%;
}

.cart-login-close {
    width: 48%;
    float: left;
}

.cart-login-btn {
    width: 48%;
    float: right;
}

/*Cart Login*/

/* FOOTER */

.site-footer .footer-content {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
}

.site-footer .nav-footer .nav-title, .site-footer .apps-social .nav-title {
    font-size: 18px;
}

.site-footer .nav-footer ul {
    margin: 0;
    padding: 0;
}

.site-footer .nav-footer ul>li {
    padding: 3px 0;
    list-style: none;
}

.site-footer .nav-footer ul>li>a {
    color: #666;
    position: relative;
}

.site-footer .nav-footer ul>li>a:hover {
    color: #000;
    text-decoration: none;
}

.site-footer .nav-footer ul>li>a:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    content: "";
    transition: 0.35s;
}

.site-footer .nav-footer ul>li>a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.site-footer .apps-social>.social-icons {
    margin: 0;
    padding: 0;
}

.site-footer .apps-social>.social-icons>li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.site-footer .footer-bottom {
    background-color: var(--brandColor);
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-footer .footer-payments>ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.site-footer .footer-payments>ul>li {
    list-style: none;
    padding-right: 12px;
}

.site-footer .footer-payments>ul>li:last-child {
    padding-right: 0;
}

.payments img {
    border-radius: 4px;
}

.footer-left-column {
    color: #3F3679;
}

.promotion-input {
    margin-left: 2px;
}

.promotion-input input {
    width: 220px;
    border: 1px solid var(--brandColor);
    border-radius: 5px 0 0 5px;
    padding: 6px 5px;
    margin: 0
}

.promotion-input input:focus {
    outline: none !important;
}

.promotion-submit-btn {
    border: none;
    background: var(--brandColor);
    border: 1px solid var(--brandColor);
    border-radius: 0 5px 5px 0;
    height: 36px;
    width: 36px;
}

@media (min-width:575px) and (max-width:991px) {
    .promotion-input input {
        width: 170px;
    }
}

/* HOMEPAGE - HERO SLIDER */

.hero-slider {
    background-color: #fff;
}

.hero-slider .col-lg-2 {
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    max-width: 255px;
    padding-right: 0;
}

.hero-slider .col-lg-10 {
    -ms-flex: 0 0 915px;
    flex: 0 0 915px;
    max-width: 915px;
    padding-left: 0;
}

.hero-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hero-slider .slick-dots {
    position: relative;
    bottom: inherit;
    margin-top: -50px;
}

.hero-slider .slick-dots li {
    margin-left: 0;
    margin-right: 0;
}

.hero-slider .slick-dots li button {
    padding: 0;
}

.hero-slider .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #fff;
    text-shadow: 0px 0px 5px #999;
}

.hero-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--brandColor);
}

/* added 31-jan-21*/

.header-slider-content {
    position: absolute;
    top: 20%;
    width: 400px;
    height: 175px;
    background: transparent;
}

.header-slider-content h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    color: #565656;
    text-shadow: 1px 2px 2px #ccc;
}

.header-slider-content p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: unset;
    color: #727272;
    width: 80%;
}

.header-slider-content a {
    text-decoration: none;
    background: var(--brandColor);
    color: #fff;
    padding: 10px 44px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 3px 1px #444;
    transition: all 0.3s ease-out;
}

.header-slider-content a:hover {
    background-color: var(--hoverColor);
    box-shadow: 0px 5px 20px 1px rgb(170, 170, 170);
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #b9b6b6;
    opacity: 500;
    z-index: 10;
}

.carousel-indicators .active {
    background-color: var(--brandColor)!important;
    opacity: 500;
    z-index: 10;
}

/*Home Page Category*/

.brand-cat-image {
    border: 2px solid #50d63c;
    padding: 15px;
}

.cat-image {
    text-align: center;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.cat-image:hover img {
    transform: scale(1.1);
}

.main-cat-title {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    opacity: .8;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-cat-name {
    height: 100%;
    margin: 20px;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-cat-title h5 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #3a3a3a;
}

.cat-image img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    border-radius: 5px !important;
}

.custom-cat {
    height: 250px;
    border-radius: 5px !important;
    overflow: hidden !important;
    position: relative;
}

.custom-cat-name {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-cat-name h5 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(241, 241, 241);
    text-shadow: 1px 1px #5a5a5a;
    transition: all .5s ease-in-out;
}

.custom-cat a img {
    object-fit: cover;
    transition: all .5s ease-in-out;
    transform: scale(1);
    overflow: hidden;
}

.custom-cat:hover.custom-cat a img {
    transform: scale(1.1);
    overflow: hidden;
}

.collage-image-card {
    height: 250px;
    border-radius: 5px !important;
    overflow: hidden !important;
    position: relative;
}

@media (min-width:992px) and (max-width: 1024px) {
    .custom-cat-name h5 {
        font-size: 32px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .custom-cat {
        height: auto;
    }
    .custom-cat-name {
        left: 50%;
    }
    .custom-cat-name h5 {
        font-size: 28px;
    }
}

@media (min-width:425px) and (max-width: 767px) {
    .custom-cat {
        height: auto;
    }
    .custom-cat-name {
        top: 50%;
        left: 25%;
    }
    .food-card-title {
        position: absolute;
        top: 50%;
        left: 82%;
        transform: translate(-50%, -50%);
    }
    .custom-cat-name h5 {
        font-size: 28px;
    }
}

@media (min-width:320px) and (max-width: 424px) {
    .custom-cat {
        height: auto;
    }
    .custom-cat-name {
        top: 50%;
        left: 25%;
    }
    .food-card-title {
        position: absolute;
        top: 50%;
        left: 82%;
        transform: translate(-50%, -50%);
    }
    .custom-cat-name h5 {
        font-size: 24px;
    }
}

/*Home Page Category*/

/*Category Item Page*/

.category-search-input {
    width: 330px;
    position: relative;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 3px;
    height: 35px;
    padding: 5px 30px 5px 10px;
}

.category-search-input:focus {
    outline: #50d63c auto 1px;
}

.category-search-btn {
    position: absolute;
    right: 20px;
    border: unset;
    background: transparent;
    top: 50%;
    transform: translateY(-75%);
}

.maincat-body {
    background: #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.maincat-image {
    padding: 10px;
}

.maincat-name p {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: var(--brandColor);
    font-weight: 500;
}

.maincat-body:hover {
    box-shadow: 0px 0px 5px 1px #ccc;
}

.view-more-btn {
    padding-bottom: 2px;
}

.product-cat-button {
    background: #50d63c;
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

.collaps-area {
    height: auto;
    transition: all .3s ease;
}

.hide {
    height: 0 !important;
    overflow: hidden;
}

.collaps-btn {
    float: right;
    line-height: 18px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.collapsed::before {
    content: "\002B";
    font-size: 24px;
    font-weight: 300!important;
    font-family: 'Linearicons';
    color: gray;
}

/*Category Item Page*/

.all-categories {
    width: 45%;
    margin: 0 auto;
}

.page-left-cateogires {
    background-color: #fff;
    border: 1px solid #3F3679;
    border-radius: 5px;
}

.sidebar-category-title h5{
    color: #3F3679;
    font-size: 14px;
    border-bottom: 1px solid #3F3679;
    text-align: center;
    margin: 0;
    padding: 7px 0;
}

.sidebar-category-list img {
    height: 20px;
    width: 20px;
}

.sidebar-category-list p {
    font-size: 14px;
    color: #3F3679;
    font-weight: 400;
}


.sticky-category {
    padding-top: 20px !important;
    position: sticky !important;
    top: 60px !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #f8fafc !important;
    z-index: 10;
}

/* HOMEPAGE - FLASH DEALS */

.flash-deals .sale-countdown #flashDays {
    font-size: 28px;
    color: #db4844;
}

.flash-deals .sale-countdown #flashHours {
    font-size: 28px;
    color: #f07c22;
}

.flash-deals .sale-countdown #flashMinutes {
    font-size: 28px;
    color: #f6da74;
}

.flash-deals .sale-countdown #flashSeconds {
    font-size: 21px;
    color: #abcd58;
}

.flash-deals .sale-countdown span {
    display: block;
    font-size: 12px;
    color: #6c757d;
}

/* HOMEPAGE - FEATURED BRANDS */

.featured-brands .row-brands {
    margin-left: -5px;
    margin-right: -5px;
}

.featured-brands .row-brands .col-md-1 {
    padding-left: 5px;
    padding-right: 5px;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.featured-brands .item-brand a:hover img {
    opacity: .75;
}

.item-brand {
    height: 100%;
}

.item-brand a img {
    width: 100%;
    height: 100%;
}

/*Brands Page*/

.brand-image {
    width: 100%;
    height: 130px;
}

.show-more-btn {
    width: 200px;
    background-color: #fff;
    color: var(--brandColor);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 12px;
    transition: all .3s ease-in-out;
}

.show-more-btn:hover {
    background-color: var(--brandColor);
    color: #fff;
}

/*Brands Page*/

/* HOMEPAGE - CATEGORIES */

.item-categories .row-categories {
    padding-left: 15px;
    padding-right: 15px;
}

.item-categories .row-categories .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}

.item-categories .cat-item {
    height: 180px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.item-categories .cat-item .cat-content {
    width: 100%;
    height: 100%;
}

.item-categories .cat-item .cat-content .cat-image {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.item-categories .cat-item .cat-content .cat-name p {
    height: 36px;
}

.item-categories .cat-item .cat-content:hover .cat-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.item-categories .cat-item .cat-content:hover .cat-name p {
    color: var(--brandColor);
}

/* HOMEPAGE - RECOMMENDED */

.recommended-items .row-items .col-3 {
    margin-bottom: 20px;
}

.recommended-items .gt-card-text {
    min-height: 118px;
}

.recommended-items .view-more-btn {
    width: 200px;
    background-color: #fff;
    color: var(--brandColor);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 12px;
}

.recommended-items .view-more-btn:hover {
    background-color: var(--brandColor);
    border-color: var(--brandColor);
    color: #fff;
    box-shadow: 0px 5px 20px 1px rgb(209, 209, 209);
}

/* LIST VIEW */

.item-list-view .gt-card-img {
    max-width: 150px;
    display: inline-block;
}

.item-list-view .gt-card-text {
    display: inline-block;
}

.item-list-view .gt-card-text .item-title {
    height: auto;
}

/* WISHLIST */

.table-wishlist tr:first-child td {
    border-top: 0;
}

.table-wishlist .product-image {
    width: 100px;
    min-width: 100px;
    margin-right: 15px;
}

.table-wishlist .product-price .current-price, .followed-shop .product-price .current-price {
    font-size: 18px;
    color: var(--brandColor);
}

.table-wishlist .product-price .old-price, .followed-shop .product-price .old-price {
    margin-right: 8px;
    text-decoration: line-through;
}

.table-wishlist .btn-link {
    color: #666;
    padding: 0;
}

.table-wishlist .btn-link:hover {
    color: #000;
    text-decoration: none;
}

/* SHOPPING CART AND CHECKOUT */

.item-group-wrapper .item-group tbody td {
    border-bottom: 1px solid #dee2e6;
}

.item-group-wrapper .item-group .item-price {
    width: 150px;
}

.item-group-wrapper .item-group .item-info .item-image, .item-group-wrapper .item-group .item-info .item-image img {
    max-width: 80px;
    width: 80px;
    height: 80px;
}

.item-group-wrapper .item-group .item-info .variation {
    font-size: 12px;
}

.item-group-wrapper .item-group .item-info .item-action .kgr {
    font-size: 20px;
}

.item-group-wrapper .item-group .item-price .current-price {
    font-size: 18px;
}

.item-group-wrapper .item-group .item-price .orginal-price del {
    color: #9e9e9e;
}

.shopping-cart .item-group-wrapper:last-child .item-group, .shipping-locationout .item-group-wrapper:last-child .item-group {
    margin-bottom: 0 !important;
}

.purchase-summary .subtotal, .purchase-summary .subtotal li {
    list-style: none;
}

.purchase-summary .subtotal li span {
    width: 100px;
}

.shipping-location .shipping-form, .purchase-summary .coupon-field, .payment-method .card-payment {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}

.shipping-location .shipping-form.active, .purchase-summary .coupon-field.active, .payment-method .card-payment.active {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

.purchase-summary .coupon-field .input-group-append .btn, .purchase-summary .coupon-field .input-group-prepend .btn {
    z-index: inherit !important;
}

/*written by sifat*/

/*29-Sep-2020*/

/*Start*/

.purchase-summary .checkout-coupon-button {
    font-size: .5rem;
    margin-left: .6rem;
}

.purchase-summary .checkout-coupon-button:hover {
    background: #0bde0b;
    color: white;
}

/* Promo codes */

.promocode-section .promocode-section_body .success-coupon-text {
    color: #32b91d
}


.customer-credit-collapse .collapsed::before {
    font-size: 15px;
    content: " " !important;
}

.customer-credit-btn {
    border: none;
    background: none;
    padding: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 600;
    margin-top: 10px;
}

.customer-credit-arrow {
    height: 7px;
}

.credit-amount {
    color: var(--brandColor);
}



/*End*/

.payment-method .payment-icons img {
    width: 32px;
    height: auto;
    margin-left: 5px;
    display: inline-block;
}

.payment-method .afterpay-payment-icons img {
    width: 64px;
    height: auto;
    margin-left: 5px;
    display: inline-block;
}

/* SINGLE ITEM */

.thumbnail-list {
    width: 100%;
    height: 100px;
    text-align: center;
    overflow: hidden;
}

.slider-nav-thumbnail {
    display: inline-block;
    width: 65px;
    height: 65px;
    margin: 7px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 1px 1px #cccccc;
    border-radius: 3px;
    cursor: pointer;
}

.slider-nav-thumbnail.active-thumbnail {
    box-shadow: 0px 0px 5px 1px var(--brandColor);
}

.image-zoom {
    z-index: 1;
    display: inline-block;
    position: relative;
}

.image-zoom div {
    z-index: 100;
}

.image-zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
}

.image-zoom img {
    display: block;
}

.image-zoom img::selection {
    background-color: transparent;
}

.image-zoom img:hover {
    cursor: zoom-in;
}
.item-main-warp{
    padding-top: 20px;
}

.item-main-warp .thumbnail-list .slick-next {
    right: -4px;
}

.item-main-warp .thumbnail-list .slick-prev {
    left: -4px;
}

.item-main-warp .thumbnail-list .slick-next:before, .item-main-warp .thumbnail-list .slick-prev:before {
    content: '\e93c';
    font-family: 'Linearicons';
    font-size: 18px;
    font-weight: bold;
    color: #6c757d;
}

.item-main-warp .thumbnail-list .slick-prev:before {
    content: '\e93b';
}

.item-main-warp .thumbnail-list .slick-list {
    margin-left: 22px;
    margin-right: 22px;
}

.item-main-warp .thumbnail-list .slick-list .slick-slide {
    cursor: pointer;
    padding: 5px;
    margin: 2px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.item-main-warp .thumbnail-list .slick-list .slick-slide>div>div {
    display: block !important;
}

.item-main-warp .thumbnail-list .slick-list .slick-slide.is-active {
    border: 1px solid #50d63c;
    -webkit-box-shadow: 0 0 8px 0 #50d63c;
    -moz-box-shadow: 0 0 8px 0 #50d63c;
    box-shadow: 0 0 8px 0 #50d63c;
}

.item-main-warp .item-details .item-name {
    font-size: 25px;
}

.item-main-warp .item-details .item-meta .item-rating {
    line-height: 1.5;
}

.item-main-warp .item-details .item-meta .h5 {
    line-height: 1;
}

.item-main-warp .item-details .item-price .item-amount .current-price {
    font-size: 24px;
}

.item-main-warp .item-details .item-price .item-amount .orginal-price {
    line-height: 2.2;
}

.item-main-warp .item-details .item-price .item-amount .orginal-price del {
    font-size: 16px;
}

.item-main-warp .item-details .item-variation ul {
    list-style: none;
}

.item-main-warp .item-details .item-variation ul li {
    width: 40px;
    height: 40px;
    border: 1px solid #dee2e6;
}

.item-main-warp .item-details .item-variation ul li.active {
    border: 2px solid #50d63c !important;
}

.item-main-warp .item-details .shipping-location .shipping-calculation {
    max-width: 250px;
}

.item-main-warp .item-details .shipping-location .shipping-form {
    position: relative;
}

.item-main-warp .item-details .shipping-location .google-address .form-control {
    padding-right: 55px;
}

.item-main-warp .item-details .shipping-location .google-address .form-control.is-invalid {
    background-image: none;
}

.show_delivery_error_message {
    color: #ff0000;
}

.show_delivery_success_message {
    color: var(--brandColor);
}

.item-main-warp .item-details .shipping-location .kgr {
    position: absolute;
    font-size: 18px;
    line-height: 1.8;
}

.item-main-warp .item-details .shipping-location .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-width: 2px;
    min-width: 250px;
}

.item-main-warp .item-details .shipping-location .shipping-btn {
    position: absolute;
    top: 0;
    right: -12px;
}

.item-main-warp .item-details .item-add-cart .btn {
    font-size: 18px;
}

.shop-card .shop-logo {
    max-width: 80px;
}

.seller-recommended .row {
    margin-left: -8px;
    margin-right: -8px;
}

.seller-recommended .col-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.item-color-variation .title, .item-size-variation .title {
    vertical-align: top;
}

.color-variant-btn, .size-variant-btn {
    overflow: hidden;
    position: relative;
    padding: 2px;
    width: 32px;
    height: 32px;
    margin: 5px 5px 0 0;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ccc;
}

.color-variant-btn:before, .size-variant-btn:before {
    content: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-bottom: solid 5px #50d63c;
    ;
    border-right: solid 5px #50d63c;
    ;
    border-left: solid 5px transparent;
    border-top: solid 5px transparent;
}

.size-variant-btn {
    width: 48px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.color-variant-btn:focus, .size-variant-btn:focus {
    outline: 0;
}

.color-variant-btn:hover, .color-variant-btn:active, .color-variant-btn.active, .size-variant-btn:hover, .size-variant-btn:active, .size-variant-btn.active {
    border: 1px solid #50d63c;
    background-color: rgba(80, 214, 60, .15);
}

.color-variant-btn.active:before, .size-variant-btn.active:before {
    content: '';
}

.color-variant-btn img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.color-variant-btn .variant-color {
    width: 100%;
    height: 100%;
    display: block;
}

/* CATEGORY AND ARCHIVE */
.cat-archive-warp{
    /* padding-top: 20px; */
}
.cat-archive-warp .page-header h1 {
    font-size: 20px;
}

.page-top-filter .filter-view .btn {
    font-size: 28px;
    line-height: 0;
}

.page-top-filter .filter-view .btn.active {
    color: var(--brandColor) !important;
}

.filter-category-item {
    cursor: pointer;
}

.filter-category-item:hover {
    font-weight: 500;
    color: var(--brandColor);
}

.filter-cat-select {
    font-weight: 500;
    color: var(--brandColor);
}

/* ABOUT US */

.about-story h2 {
    font-size: 40px;
    line-height: 50px;
}

.about-story h3 {
    font-size: 18px;
}

.about-story p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* CONTACT US */

.contact-banner {
    background-image: url('/frontend/images/contact-bg.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 350px;
}

.contact-banner .page-title {
    font-size: 50px;
    line-height: 60px;
}

.contact-banner .subtitle {
    font-size: 16px;
    line-height: 24px;
}

/* TC, PRIVACY & RETURN */

.help-statement .heading h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
}

.help-statement h2.subheading {
    font-size: 21px;
    font-weight: 700;
}

/* Seller Shop */

.seller-shop {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seller-shop-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
}

.seller-shop .logo {
    width: 120px;
    height: 120px;
}

.seller-shop .general-info .name {
    font-size: 18px;
    color: #fff;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.seller-shop .general-info .followers {
    text-rendering: optimizelegibility;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

@media (min-width:850px) and (max-width:1050px) {
    .seller-shop .logo {
        width: 100px;
        height: 100px;
    }
    .seller-shop .general-info .name {
        font-size: 16px;
    }
}

@media (min-width:667px) and (max-width:849px) {
    .seller-shop .logo {
        width: 80px;
        height: 80px;
    }
    .seller-shop .general-info .name {
        font-size: 15px;
    }
}

@media (min-width:485px) and (max-width:666px) {
    .seller-shop .logo {
        width: 60px;
        height: 60px;
    }
    .seller-shop .general-info .name {
        font-size: 14px;
    }
}

@media (min-width:375px) and (max-width:484px) {
    .seller-shop .logo {
        width: 50px;
        height: 50px;
    }
    .seller-shop .general-info .name {
        font-size: 12px;
    }
}

@media (min-width:320px) and (max-width:374px) {
    .seller-shop .logo {
        width: 40px;
        height: 40px;
    }
    .seller-shop .general-info .name {
        font-size: 10px;
    }
}

/* 404 Error */

.error-page {
    min-height: calc(100vh - 448px);
}

.error-page .content {
    max-width: 560px;
}

@media (max-width: 1199.98px) {
    /* HEADER */
    .site-header .extras-menu>li {
        padding: 0 10px;
    }
    .site-header .extras-menu>li .extra-icon {
        font-size: 24px;
    }
    .site-header .extras-menu .menu-item-account>a {
        width: 24px;
        height: 29px;
        padding-top: 4px;
        overflow: hidden;
        padding-left: 0;
    }
    .site-header .extras-menu .menu-item-account>a .extra-icon {
        position: static;
        display: block;
    }
    .site-header.minimized .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 888;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        border: 0;
        -webkit-box-shadow: 0 -3px 12px 0 #000;
        -moz-box-shadow: 0 -3px 12px 0 #000;
        box-shadow: 0 -3px 12px 0 #000;
    }
    /* HOMEPAGE - FLASH DEALS */
    .flash-deals .col-3:nth-child(5) {
        display: none;
    }
    /* HOMEPAGE - RECOMMENDED */
    .recommended-items .row-items {
        padding-left: -10px;
        padding-right: -10px;
    }
    .row-items .col-6 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
}

@media(min-width:320px) and (max-width: 991px) {
    .site-header.minimized .mobile-menu {
        background-color: #535552;
    }
}

@media (max-width: 991.98px) {
    /* HEADER */
    .site-header {
        border-bottom: 1px solid #e1e1e1;
    }
    .site-header .mobile-menu {
        border-top: 1px solid #e1e1e1;
        padding: 15px 0;
    }
    .site-header .mobile-menu .kg-toggle-menu {
        font-size: 30px;
        color: #000;
        display: block;
        line-height: 1;
        padding-left: 0;
        padding-right: 20px;
    }
    .site-header .header-extras .main-searchbar {
        /* display: none; */
    }
    .site-header .main-searchbar .searchbox-submit .kgr {
        font-size: 20px;
    }
    /* FOOTER */
    .site-footer .nav-footer .nav-title, .site-footer .apps-social .nav-title {
        font-size: 16px;
    }
    /* HOMEPAGE - HERO SLIDER */
    .hero-slider {
        /* background-color: #f8f9fa; */
    }
    .hero-slider .col-lg-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
    }
    /* HOMEPAGE - FLASH DEALS */
    .flash-deals .row-items, .recommended-items .row-items {
        margin-left: -5px;
        margin-right: -5px;
    }
    .flash-deals .row-items .col-3, .recommended-items .row-items .col-3 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .flash-deals .kg-card-item .item-price .current-price {
        display: block;
    }
    .kg-card-item .item-title {
        height: 30px;
    }
    .recommended-items .gt-card-text {
        min-height: 98px;
    }
    /* HOMEPAGE - FEATURED BRANDS */
    .featured-brands .row-brands .col-md-1 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .featured-brands .row-brands .col-md-1:nth-child(n+6) {
        padding-top: 10px;
    }
    /* HOMEPAGE - RECOMMENDED */
    .recommended-items .row-items, .category-items .row-items {
        padding-left: -5px;
        padding-right: -5px;
    }
    .row-items .col-6 {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    .recommended-items .kg-card-item .item-title, .category-items .kg-card-item .item-title {
        font-size: 12px;
        line-height: 1.2;
    }
    .recommended-items .kg-card-item .item-price .current-price .category-items .kg-card-item .item-price .current-price {
        font-size: 14px;
        display: inline-block;
    }
    .all-categories {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    /*Cart*/
    .cart-section {
        width: 70%;
    }
    /* FOOTER */
    .site-footer .footer-payments>ul {
        margin-top: 15px;
    }
    .site-footer .footer-content .footer-sidebar-4 {
        margin-top: 15px;
    }
    /* HOMEPAGE - FLASH DEALS */
    .flash-deals .kg-card-item .item-price {
        text-align: center;
    }
    .kg-card-item .item-price .current-price {
        font-size: 14px;
        color: #50d63c;
    }
    .flash-deals .kg-card-item .item-price .discount {
        margin: 0 !important;
        padding: 2px 10px;
        background-color: #50d63c;
        color: #fff;
        border-radius: 10px;
    }
    /* HOMEPAGE - CATEGORIES */
    .item-categories .row-categories .col-md-2:nth-child(4n+4) .cat-item {
        border-right: 0;
    }
    .item-categories .row-categories .col-md-2:nth-child(n+9) .cat-item {
        border-bottom: 0;
    }
    /* WISHLIST */
    .table-wishlist tbody tr td {
        width: 100%;
        display: block;
    }
    .table-wishlist tbody tr td:last-child {
        border: 0;
    }
    /* SHOPPING CART AND CHECKOUT */
    .food_option_name {
        font-size: .7rem
    }
    .item-group-wrapper .item-group thead {
        display: none;
    }
    .item-group-wrapper .item-group tbody td {
        display: block;
    }
    .item-group-wrapper .item-group tbody .item-details, .item-group-wrapper .item-group tbody .item-qty {
        border-bottom-width: 0;
    }
    .item-group-wrapper .item-group .item-qty, .item-group-wrapper .item-group .item-price {
        width: auto;
        padding-left: 104px !important;
    }
    .shipping-locationout .item-group-wrapper .item-group .item-qty {
        margin-top: -30px;
    }
    .all-categories {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hide-cart {
        right: -190%!important;
    }
    .header-slider-content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 5px;
        background: transparent;
        overflow: visible;
    }
    .left-align {
        left: 0px;
    }
    .header-slider-content h1 {
        font-size: 14px;
    }
    .header-slider-content p {
        font-size: 12px;
    }
    .header-slider-content a {
        padding: 3px 25px 3px 25px;
        margin-top: 5px!important;
        font-size: 12px;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #fff;
        border: 1px solid #b9b6b6;
        /* box-shadow: 0px 0px 0px #999!important; */
        opacity: 500;
        z-index: 10;
    }
    .carousel-indicators .active {
        background-color: #50d63c!important;
        opacity: 500;
        z-index: 10;
    }
    /*Cart*/
    .hide-cart {
        right: -120%;
    }
    .cart-section {
        width: 100%;
        top: 0 !important;
        z-index: 10000;
        opacity: .94;
    }
    .cart-body {
        /* height: 64vh !important; */
    }
    .cart-prod-img {
        width: 65px;
    }
    .cart-prod-name {
        width: 120px;
    }
    .cart-button {
        padding: 5px 10px;
    }
    .cart-pickup {
        /* height: 20vh; */
    }
    /*Cart*/
    /*Slider Section*/
    .inner-slider-content {
        top: 0;
        width: 100%;
        height: 100%;
        padding: 5px;
    }
    .right-align {
        right: 0;
        text-align: right;
    }
    .left-align {
        left: 0;
        text-align: left;
    }
    .center-align {
        left: 0;
        right: 0;
        text-align: center;
    }
    .slider-content h1 {
        font-size: 14px;
    }
    .slider-content p {
        font-size: 12px;
    }
    .slider-content a {
        padding: 5px 25px;
        margin-top: 10px;
        font-size: 12px;
    }
    /*Slider Section*/
    /*Category Items Page*/
    .category-search-input {
        width: 155px;
    }
    h1.section-heading {
        font-size: 18px;
    }
    /*Category Items Page*/
    /* FOOTER */
    .site-footer .footer-content .footer-sidebar-1, .site-footer .footer-content .footer-sidebar-2 {
        padding-right: 0;
    }
    .site-footer .footer-content .footer-sidebar-3 {
        padding-left: 0;
    }
    /* HOMEPAGE - HERO SLIDER */
    .hero-slider .col-lg-10 {
        padding-left: 0;
        padding-right: 0;
    }
    /* HOMEPAGE - FLASH DEALS */
    .flash-deals .row-items, .recommended-items .row-items {
        margin-left: -15px;
        margin-right: -15px;
    }
    .flash-deals .row-items .col-3, .recommended-items .row-items .col-3 {
        padding-right: 0;
        padding-left: 0;
    }
    .kg-card-item {
        border-radius: 0 !important;
    }
    /* HOMEPAGE - FEATURED BRANDS */
    .featured-brands .row-brands {
        margin-left: -15px;
        margin-right: -15px;
    }
    .featured-brands .row-brands .col-md-1 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        border: 1px solid #f8f9fa;
    }
    .featured-brands .row-brands .col-md-1:nth-child(n+6) {
        padding-top: 0;
    }
    /* HOMEPAGE - CATEGORIES */
    .item-categories .row-categories {
        padding-left: 0;
        padding-right: 0;
    }
    .item-categories .cat-item {
        height: 160px;
    }
    .item-categories .cat-item .cat-content .cat-image {
        width: 80px;
        height: 80px;
    }
    .item-categories .row-categories .col-md-2:nth-child(4n+4) .cat-item {
        border-right: 1px solid #e2e2e2;
    }
    .item-categories .row-categories .col-md-2:nth-child(n+9) .cat-item {
        border-bottom: 1px solid #e2e2e2;
    }
    .item-categories .row-categories .col-md-2:nth-child(3n+3) .cat-item {
        border-right: 0;
    }
    .item-categories .row-categories .col-md-2:nth-child(n+10) .cat-item {
        border-bottom: 0;
    }
    /*written by sifat haider*/
    /*24-sep-20*/
    /*------Start-----*/
    .all-categories {
        font-size: .6rem;
    }
    .all-categories h4 {
        font-size: .6rem;
    }
    .all-categories .collaps-btn-category {
        float: none;
    }
    .all-categories input {
        font-size: .6rem;
    }
    .all-categories button {
        font-size: .6rem;
    }
    .all-categories .filter-price {
        width: 95%;
    }
    .collapsed::before {
        font-size: .6rem;
    }
    /*------End-----*/
}

@media (min-width: 575.98px) and (max-width: 768px) {
    .header-slider-content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 5px;
        background: transparent;
    }
    .left-align {
        left: 0px;
    }
    .header-slider-content h1 {
        font-size: 18px;
    }
    .header-slider-content p {
        font-size: 14px;
    }
    .header-slider-content a {
        padding: 5px 25px;
        margin-top: 10px;
        font-size: 12px;
    }
    /*Cart*/
    .hide-cart {
        right: -120%;
    }
    .cart-section {
        width: 100%;
        /* top: 60px; */
    }
    .cart-single-product {
        width: 100%;
    }
    .cart-prod-img {
        width: 20%;
        float: left;
    }
    .cart-prod-name {
        width: 78%;
        float: right;
    }
    .cart-button {
        padding: 5px 10px;
    }
    /*Cart*/
    /*Slider Section*/
    .inner-slider-content {
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
    }
    .right-align {
        right: 0;
        text-align: right;
    }
    .left-align {
        left: 0;
        text-align: left;
    }
    .center-align {
        left: 0;
        right: 0;
        text-align: center;
    }
    .slider-content h1 {
        font-size: 18px;
    }
    .slider-content p {
        font-size: 14px;
    }
    .slider-content a {
        padding: 5px 25px;
        margin-top: 10px;
        font-size: 12px;
    }
    /*Slider Section*/
    /*Category Items Page*/
    .cat-image {
        height: 120px;
    }
    .main-cat-title h5 {
        font-size: 24px;
    }
    .category-search-input {
        width: 200px;
    }
    h1.section-heading {
        font-size: 18px;
    }
    /*Category Items Page*/
    /* FOOTER */
    .site-footer .footer-content .footer-sidebar-1, .site-footer .footer-content .footer-sidebar-2 {
        padding-right: 0;
    }
    .site-footer .footer-content .footer-sidebar-3 {
        padding-left: 0;
    }
    /* HOMEPAGE - HERO SLIDER */
    .hero-slider .col-lg-10 {
        padding-left: 0;
        padding-right: 0;
    }
    /* HOMEPAGE - FLASH DEALS */
    .flash-deals .row-items, .recommended-items .row-items {
        margin-left: -15px;
        margin-right: -15px;
    }
    .flash-deals .row-items .col-3, .recommended-items .row-items .col-3 {
        padding-right: 0;
        padding-left: 0;
    }
    .kg-card-item {
        border-radius: 0 !important;
    }
    /* HOMEPAGE - FEATURED BRANDS */
    .featured-brands .row-brands {
        margin-left: -15px;
        margin-right: -15px;
    }
    .featured-brands .row-brands .col-md-1 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        border: 1px solid #f8f9fa;
    }
    .featured-brands .row-brands .col-md-1:nth-child(n+6) {
        padding-top: 0;
    }
    /* HOMEPAGE - CATEGORIES */
    .item-categories .row-categories {
        padding-left: 0;
        padding-right: 0;
    }
    .item-categories .cat-item {
        height: 160px;
    }
    .item-categories .cat-item .cat-content .cat-image {
        width: 80px;
        height: 80px;
    }
    .item-categories .row-categories .col-md-2:nth-child(4n+4) .cat-item {
        border-right: 1px solid #e2e2e2;
    }
    .item-categories .row-categories .col-md-2:nth-child(n+9) .cat-item {
        border-bottom: 1px solid #e2e2e2;
    }
    .item-categories .row-categories .col-md-2:nth-child(3n+3) .cat-item {
        border-right: 0;
    }
    .item-categories .row-categories .col-md-2:nth-child(n+10) .cat-item {
        border-bottom: 0;
    }
}

@media (min-width: 768px) {
    /* HOMEPAGE - FLASH DEALS */
    .flash-deals .sale-countdown {
        position: absolute;
        top: 0;
        right: 0;
    }
    /* HOMEPAGE - CATEGORIES */
    .item-categories .row-categories .col-md-2:nth-child(6n+6) .cat-item {
        border-right: 0;
    }
    .item-categories .row-categories .col-md-2:nth-child(n+7) .cat-item {
        border-bottom: 0;
    }
}

@media (min-width: 992px) {
    /* HEADER */
    .site-header.minimized .header-main {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        border: 0;
        -webkit-box-shadow: 0 -3px 12px 0 #000;
        -moz-box-shadow: 0 -3px 12px 0 #000;
        box-shadow: 0 -3px 12px 0 #000;
    }
    .site-header.minimized .header-logo .d-logo {
        display: none;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    /* HEADER */
    .site-header .extras-menu {
        margin: 5px 0 0 0;
    }
    /*Cart*/
    /* .cart-header {
        height: 7vh !important
    }
    .cart-footer {
        height: 7vh !important
    }
    .cart-body {
        height: 60vh !important;
    }
    .cart-pickup {
        height: 17vh !important;
    } */
    /*Cart*/
    /*Slider*/
    .inner-slider-content {
        top: 12%;
    }
    .right-align {
        right: 30px;
    }
    .left-align {
        left: 30px;
    }
    .slider-content h1 {
        font-size: 30px;
    }
    .slider-content a {
        padding: 5px 40px;
    }
    /*Slider*/
    /* HOMEPAGE - HERO SLIDER */
    .hero-slider .col-lg-10 {
        -ms-flex: 0 0 705px;
        flex: 0 0 705px;
        max-width: 705px;
    }
    .hero-slider .slick-slide .img-fluid {
        max-width: 100%;
        height: 240px;
    }
    /* HOMEPAGE - RECOMMENDED */
    .recommended-items .row-items .col-3 {
        margin-bottom: 30px;
    }
    /* SINGLE ITEM */
    .item-main-warp .thumbnail-list .slick-list {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    /* HOMEPAGE - FLASH DEALS */
    .flash-deals .row-items, .recommended-items .row-items {
        margin-left: -10px;
        margin-right: -10px;
    }
    .flash-deals .row-items .col-3, .flash-deals .row-items .col-6, .product-list .row-items .col-3, .recommended-items .row-items .col-6 {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .category-items .row-items .col-6 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 10px;
        padding-left: 10px;
    }
    /* HOMEPAGE - RECOMMENDED */
    .row-items .col-6 {
        padding-bottom: 20px;
    }
    /* SINGLE ITEM */
    .item-main-warp .item-details .item-meta {
        position: relative;
    }
    .item-main-warp .item-details .item-meta .item-rating:before, .item-main-warp .item-details .item-meta .question-answered:before {
        content: '';
        width: 1px;
        height: 12px;
        top: 5px;
        margin-left: -16px;
        position: absolute;
        background-color: #dee2e6;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 5.75rem auto !important;
    }
}

@media (min-width: 1199px) and (max-width: 1368px) {
    /*Cart*/
    /* .cart-header {
        height: 7.5vh !important
    }
    .cart-footer {
        height: 7.5vh !important
    }
    .cart-body {
        height: 54vh !important;
    }
    .cart-pickup {
        height: 23vh !important;
    } */
    /*Cart*/
}

.ellipsis {
    color: white !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
}

/* .ellipsis a {
    color: white !important;
    font-weight: 200 !important;
} */

@media (max-width: 460px) {
    .ellipsis {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 128px;
    }
}

/*  ----------- Customer Query CSS starts ---------- */

.customer-query-modal-header {
    background-color: var(--brandColor);
    padding: 5px 3px 5px 3px;
}

.query-modal-img img {
    height: 150px;
    width: 150px;
}

.query-modal-input {
    border: none;
    border-radius: 2px;
    background-color: #F8F9FA;
    border-bottom: 1px solid var(--brandColor);
}

.send-sms-icon {
    height: 14px;
    width: 14px;
}

.sendMessageBtn {
    background-color: var(--brandColor);
    color: white;
    padding: 8px 16px;
    border: 1px solid var(--brandColor);
    border-radius: 4px;
    transition: .2s all;
}

.sendMessageBtn:hover {
    background-color: var(--hoverColor);
    border-color: var(--hoverColor);
    box-shadow: 3px 5px 10px #9aca91;
}

.query-bg-banner {
    height: 115px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.customer-query-btn {
    position: absolute;
    left: 57%;
    transition: all 0.3s ease-out;
}

.customer-query-btn button {
    width: 190px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background: var(--brandColor);
    border-top: 1px solid var(--brandColor);
    border-bottom: #35c571 3px solid;
    border-left: #35c571 1px solid;
    border-right: #35c571 2px solid;
    border-radius: 12px;
    box-shadow: 5px 8px 15px rgb(202, 201, 201);
    transition: all 0.3s ease-out;
}

.customer-query-btn button:hover {
    background-color: #fff;
    color: var(--brandColor);
    border-top: var(--brandColor) 1px solid;
    border-bottom: var(--brandColor) 3px solid;
    border-left: var(--brandColor) 1px solid;
    border-right: var(--brandColor) 2px solid;
}

.ripple {
    box-sizing: border-box;
    position: relative;
}

.ripple:before {
    animation: ripple 2s ease-out infinite;
    border: solid 2px var(--brandColor);
    border-radius: 1em;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ripple:after {
    animation: ripple 2s 1s ease-out infinite;
    border: solid 2px var(--brandColor);
    border-radius: 1em;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@keyframes ripple {
    0% {
        opacity: .25;
    }
    100% {
        border-radius: 2em;
        opacity: 0;
        transform: scale(2.2);
    }
}

/* disable ripple effects for small devices */

@media (min-width:320px) and (max-width:991px) {
    @keyframes ripple {
        0% {
            opacity: .25;
        }
        100% {
            border-radius: 2em;
            opacity: 0;
            transform: scale(0);
        }
    }
}

@media (min-width: 830px) and (max-width: 991px) {
    .query-bg-banner {
        background-position: left -80px center;
    }
    .customer-query-btn {
        left: 75%;
    }
}

@media (min-width: 765px) and (max-width: 831px) {
    .query-bg-banner {
        background-position: left -120px center;
    }
    .customer-query-btn {
        left: 65%;
    }
}

@media (min-width: 426px) and (max-width: 574px) {
    .customer-query-btn {
        left: 50%;
    }
}

@media (min-width: 375px) and (max-width: 425px) {
    .customer-query-btn {
        left: 45%;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .customer-query-btn {
        left: 38%;
    }
}

/*  ----------- Customer Query CSS ends ---------- */

/* ---- discount section css ---- */

.discount-tag {
    position: absolute;
    bottom: 5px;
    right: 18px;
    border-radius: 15px;
    font-size: 10px;
}

/* ---- Additional note modal css ----- */

.additional-note-close-btn {
    color: var(--brandColor) !important;
    border-radius: 5px;
    opacity: 1 !important;
    padding: 20px 5px !important;
    margin-right: 2px !important;
    transition: all 0.3s ease-out;
}

.additional-note-close-btn:hover {
    color: gray !important;
}

.additional-note-modal .modal-header {
    padding: 0 !important;
}

.additional-note-modal .modal-header {
    padding: 3px !important;
}

.additional-note-modal .modal-dialog {
    margin: 8.65rem auto !important;
}

.additional-note-modal .modal-body {
    padding-top: 0 !important;
}

.terms-text-color {
    color: var(--brandColor);
    cursor: pointer;
}

/* header slider css */

.slider-left-content {
    top: 17%;
    left: 60px;
}

.free-delivery-line hr {
    width: 60px;
    border-bottom: 1px solid var(--secondaryColor);
}

.slider-one-top-tagline {
    color: var(--secondaryColor);
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-left: 10px;
}

.slider-one-middle-tagline {
    color: var(--brandColor);
    font-size: 38px;
    font-weight: bolder;
    text-transform: uppercase;
}

.slider-one-bottom-tagline {
    color: var(--secondaryColor);
    text-transform: uppercase;
    font-size: 22px;
}

.slider-main-btn {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 30%;
}

.slider-main-btn button {
    background-color: var(--brandColor);
    color: #fff;
    border: 1px solid var(--brandColor);
    width: 140px;
    padding: 8px 0;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 30px;
    letter-spacing: 2px;
    cursor: pointer;
    display: block;
}

.slider-main-btn button:hover {
    background-color: #fff;
    color: var(--brandColor);
}

@media (min-width:992px) and (max-width:1199px) {
    .slider-left-content {
        top: 17%;
    }
    .free-delivery-line hr {
        width: 50px;
    }
    .slider-one-top-tagline {
        font-size: 15px;
    }
    .slider-one-middle-tagline {
        font-size: 35px;
        margin-top: -10px;
        margin-bottom: 2px;
    }
    .slider-one-bottom-tagline {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .slider-left-content {
        top: 13%;
        left: 10px;
    }
    .free-delivery-line hr {
        width: 40px;
    }
    .slider-one-top-tagline {
        font-size: 13px;
    }
    .slider-one-middle-tagline {
        font-size: 33px;
        margin-top: -10px;
        margin-bottom: 2px;
    }
    .slider-one-bottom-tagline {
        font-size: 16px;
    }
    .slider-main-btn {
        bottom: 5px;
        left: 10px;
    }
    .slider-main-btn button {
        padding: 4px 0;
    }
}

@media (min-width:501px) and (max-width:767px) {
    .slider-left-content {
        top: 5%;
        left: 10px;
    }
    .free-delivery-line hr {
        width: 20px;
    }
    .slider-one-top-tagline {
        font-size: 12px;
        letter-spacing: 2px;
        margin-left: 2px;
    }
    .slider-one-middle-tagline {
        font-size: 22px;
        margin-top: -10px;
        margin-bottom: 2px;
    }
    .slider-one-bottom-tagline {
        font-size: 14px;
    }
    .slider-main-btn {
        bottom: 5px;
        left: 10px;
    }
    .slider-main-btn button {
        padding: 4px 0;
    }
}

@media (min-width:425px) and (max-width:500px) {
    .slider-left-content {
        top: 2%;
        left: 10px;
    }
    .free-delivery-line hr {
        width: 15px;
    }
    .slider-one-top-tagline {
        font-size: 10px;
        letter-spacing: 2px;
        margin-left: 2px;
    }
    .slider-one-middle-tagline {
        font-size: 20px;
        margin-top: -10px;
        margin-bottom: 2px;
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 14px;
        padding: 0px 20px;
        border: 1px solid var(--brandColor) !important;
    }
}
@media only screen and (max-width: 439px) and (min-width: 400px) {
    .third-slider {
        position: absolute;
        top: 0;
        left: 60px;
        right: 0;
        bottom: 0;
        width: 300px;
        display: flex;
        align-items: center;
    }
    .find-out {
        font-size: 12px;
        /* letter-spacing: 3px; */
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 16px;
    }
    .delivering {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 12px;
        padding: 0px 15px;
        border: 1px solid var(--brandColor) !important;
    }
}
@media only screen and (max-width: 399px) and (min-width: 360px) {
    .third-slider {
        position: absolute;
        top: 0;
        left: 50px;
        right: 0;
        bottom: 0;
        width: 300px;
        display: flex;
        align-items: center;
    }
    .find-out {
        font-size: 12px;
        /* letter-spacing: 3px; */
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 16px;
    }
    .delivering {
        font-size: 16px;
        font-weight: bold;
        /* letter-spacing: 3px; */
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 12px;
        padding: 0px 10px;
        border: 1px solid var(--brandColor) !important;
    }
}
@media only screen and (max-width: 360px) and (min-width: 320px) {
    .third-slider {
        position: absolute;
        top: 0;
        left: 30px;
        right: 0;
        bottom: 0;
        width: 300px;
        display: flex;
        align-items: center;
    }
    .find-out {
        font-size: 12px;
        /* letter-spacing: 3px; */
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 14px;
    }
    .delivering {
        font-size: 14px;
        font-weight: bold;
        /* letter-spacing: 3px; */
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 12px;
        padding: 0px 10px;
        border: 1px solid var(--brandColor) !important;
    }
}


/* updated header slider css */
.slider-one-content {
    top: 17%;
    left: 10px;
}

.free-delivery-line hr{
    width: 60px;
    border-bottom: 1px solid var(--secondaryColor);
}

.slider-one-top-tagline {
    color: var(--secondaryColor);
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-left: 10px;
}

.slider-one-middle-tagline{
    color: var(--brandColor);
    font-size: 38px;
    font-weight: bolder;
    text-transform: uppercase;
}

.slider-one-bottom-tagline {
    color: var(--secondaryColor);
    text-transform: uppercase;
    font-size: 22px;
}

.updated-slider-one-content {
    position: absolute;
    bottom: 48px;
    right: 85px;
}

.updated-slider-one-content h1 {
    font-family: var(--fontOswald);
    font-size: 54px;
    line-height: 48px;
    color: #141618;
}

.updated-slider-two-content h1{
    font-family: var(--fontOswald);
    font-size: 60px;
    color: #141618;
}


.updated-slider-two-content {
    position: absolute;
    bottom: 84px;
    right: 130px;
}
@media (min-width:992px) and (max-width:1199px) {
    .updated-slider-one-content {
        bottom: 44px;
        right: 85px;
    }

    .updated-slider-one-content h1{
        font-size: 44px;
        line-height: 41px;
    }

    .updated-slider-two-content {
        bottom: 60px;
        right: 76px;
    }

    .updated-slider-two-content h1{
        font-size: 52px;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .updated-slider-one-content {
        bottom: 34px;
        right: 44px;
    }

    .updated-slider-one-content h1{
        font-size: 34px;
        line-height: 26px;
    }
    .updated-slider-two-content {
        bottom: 44px;
        right: 76px;
    }

    .updated-slider-two-content h1{
        font-size: 38px;
    }

}
@media (min-width:500px) and (max-width:767px) {
    .updated-slider-one-content {
        bottom: 25px;
        right: 28px;
    }

    .updated-slider-one-content h1{
        font-size: 25px;
        line-height: 17px;
    }

    .updated-slider-two-content {
        bottom: 32px;
        right: 52px;
    }

    .updated-slider-two-content h1{
        font-size: 28px;
    }

}

@media (min-width:450px) and (max-width:499px) {
    .updated-slider-one-content {
        bottom: 20px;
        right: 16px;
    }

    .updated-slider-one-content h1{
        font-size: 21px;
        line-height: 13px;
    }

    .updated-slider-two-content {
        bottom: 28px;
        right: 46px;
    }

    .updated-slider-two-content h1{
        font-size: 24px;
    }

    .carousel-dots {
        display: none !important;
    }
}

@media (min-width:375px) and (max-width:449px) {
    .updated-slider-one-content {
        bottom: 18px;
        right: 24px;
    }

    .updated-slider-one-content h1{
        font-size: 16px;
        line-height: 10px;
    }

    .updated-slider-two-content {
        bottom: 22px;
        right: 38px;
    }

    .updated-slider-two-content h1{
        font-size: 20px;
    }
    .carousel-dots {
        display: none !important;
    }
}

@media (min-width:320px) and (max-width:374px) {
    .updated-slider-one-content {
        bottom: 13px;
        right: 8px;
    }

    .updated-slider-one-content h1{
        font-size: 14px;
        line-height: 8px;
    }

    .updated-slider-two-content {
        bottom: 14px;
        right: 38px;
    }

    .updated-slider-two-content h1{
        font-size: 14px;
    }
    .carousel-dots {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .slider-one-content {
        top: 17%;
    }

    .free-delivery-line hr{
        width: 50px;
    }

    .slider-one-top-tagline {
        font-size: 15px;
    }

    .slider-one-middle-tagline{
        font-size: 35px;
        margin-top: -10px;
        margin-bottom: 2px;
    }

    .slider-one-bottom-tagline {
        font-size: 18px;
    }


}

@media (min-width:501px) and (max-width:767px) {
    .slider-one-content {
        top: 8%;
    }

    .free-delivery-line hr{
        width: 20px;
    }

    .slider-one-top-tagline {
        font-size: 12px;
        letter-spacing: 2px;
        margin-left: 2px;
    }

    .slider-one-middle-tagline{
        font-size: 22px;
        margin-top: -10px;
        margin-bottom: 2px;
    }

    .slider-one-bottom-tagline {
        font-size: 14px;
    }
}

@media (min-width:425px) and (max-width:500px) {
    .slider-one-content {
        top: 2%;
    }

    .free-delivery-line hr{
        width: 15px;
    }

    .slider-one-top-tagline {
        font-size: 10px;
        letter-spacing: 2px;
        margin-left: 2px;
    }

    .slider-one-middle-tagline{
        font-size: 20px;
        margin-top: -10px;
        margin-bottom: 2px;
    }

    .slider-one-bottom-tagline {
        font-size: 13px;
    }
}

@media (min-width:375px) and (max-width:424px) {
    .slider-left-content {
        top: 5px;
        left: 10px;
    }
    .free-delivery-line hr {
        display: none;
    }
    .slider-one-top-tagline {
        font-size: 10px;
        letter-spacing: 2px;
        margin-left: 2px;
    }
    .slider-one-middle-tagline {
        font-size: 20px;
        margin-top: -5px;
        margin-bottom: 2px;
    }
    .slider-one-bottom-tagline {
        font-size: 10px;
    }
}

@media (min-width:320px) and (max-width:374px) {
    .slider-left-content {
        top: 5px;
        left: 10px;
    }
    .free-delivery-line hr {
        display: none;
    }
    .slider-one-top-tagline {
        font-size: 8px;
        letter-spacing: 2px;
        margin-left: 2px;
    }
    .slider-one-middle-tagline {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 2px;
    }
    .slider-one-bottom-tagline {
        font-size: 8px;
    }
    .slider-one-btn {
        width: 100px;
        left: 10px;
        bottom: 0px;
    }
}

/* slider two css */

.slider-two-top-tagline span {
    display: inline-block;
    background-color: var(--brandColor);
    color: white;
    border-radius: 30px;
    font-weight: 300 !important;
    font-size: 13px;
    padding: 6px 15px !important;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-two-middle-tagline h3 {
    color: var(--brandColor);
    font-size: 42px;
    font-weight: 400;
    margin-top: 12px;
}

.slider-two-middle-tagline-bold {
    font-weight: 900;
    text-transform: uppercase;
}

.slider-two-middle-tagline-light {
    color: var(--brandColor);
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: -10px;
    text-transform: uppercase;
}

.slider-two-bottom-tagline {
    color: var(--secondaryColor);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (min-width:992px) and (max-width:1199px) {
    .slider-two-top-tagline span {
        font-size: 13px;
        padding: 5px 15px !important;
    }
    .slider-two-middle-tagline h3 {
        font-size: 38px;
        font-weight: 400;
        margin-top: 12px;
    }
    .slider-two-middle-tagline-light {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .slider-two-bottom-tagline {
        font-size: 16px;
    }
    .slider-main-btn {
        bottom: 20px;
        left: 30%;
    }
    .slider-main-btn button {
        padding: 6px 0;
    }
    .slider-main-btn button:hover {
        background-color: #fff;
        color: var(--brandColor);
    }
}

@media (min-width:768px) and (max-width:991px) {
    .slider-two-top-tagline span {
        font-size: 12px;
        padding: 3px 15px !important;
    }
    .slider-two-middle-tagline h3 {
        font-size: 33px;
        font-weight: 400;
        margin-top: 12px;
    }
    .slider-two-middle-tagline-light {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .slider-two-bottom-tagline {
        font-size: 15px;
    }
}

@media (min-width:501px) and (max-width:767px) {
    .slider-two-top-tagline span {
        font-size: 10px;
        padding: 2px 12px !important;
    }
    .slider-two-middle-tagline h3 {
        font-size: 25px;
        margin-top: 5px;
    }
    .slider-two-middle-tagline-light {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .slider-two-bottom-tagline {
        margin-top: -6px;
        font-size: 13px;
    }
    .slider-main-btn {
        bottom: 15px;
        left: 10px;
    }
    .slider-main-btn button {
        width: 80px;
        padding: 2px 0;
        font-size: 10px;
        letter-spacing: 1px;
    }
    .slider-main-btn button:hover {
        background-color: #fff;
        color: var(--brandColor);
    }
}

@media (min-width:425px) and (max-width:500px) {
    .slider-two-top-tagline span {
        margin-top: 10px;
        font-size: 8px;
        padding: 2px 8px !important;
        letter-spacing: 0px;
    }
    .slider-two-middle-tagline h3 {
        font-size: 20px;
        margin-top: 5px;
    }
    .slider-two-middle-tagline-light {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .slider-two-bottom-tagline {
        font-size: 10px;
    }
    .slider-main-btn {
        bottom: 0px;
        left: 10px;
    }
    .slider-main-btn button {
        width: 80px;
        padding: 2px 0;
        font-size: 10px;
        letter-spacing: 1px;
    }
    .slider-main-btn button:hover {
        background-color: #fff;
        color: var(--brandColor);
    }
}

@media (min-width:375px) and (max-width:424px) {
    .slider-two-top-tagline span {
        margin-top: 5px;
        font-size: 8px;
        padding: 2px 8px !important;
        letter-spacing: 0px;
    }
    .slider-two-middle-tagline h3 {
        font-size: 18px;
        margin-top: 3px;
    }
    .slider-two-middle-tagline-light {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .slider-two-bottom-tagline {
        font-size: 9px;
    }
    .slider-main-btn {
        bottom: 0px;
        left: 10px;
    }
    .slider-main-btn button {
        width: 80px;
        padding: 2px 0;
        font-size: 10px;
        letter-spacing: 1px;
    }
    .slider-main-btn button:hover {
        background-color: #fff;
        color: var(--brandColor);
    }
}

@media (min-width:320px) and (max-width:374px) {
    .slider-two-top-tagline span {
        font-size: 8px;
        padding: 0px 10px !important;
        letter-spacing: 0px;
    }
    .slider-two-middle-tagline h3 {
        font-size: 18px;
        margin-top: 1px;
    }
    .slider-two-middle-tagline-light {
        font-size: 10px;
        margin-bottom: 0px;
    }
    .slider-two-bottom-tagline {
        font-size: 9px;
    }
    .slider-main-btn {
        bottom: 0px;
        left: 10px;
    }
    .slider-main-btn button {
        width: 80px;
        padding: 1px 0;
        font-size: 8px;
        letter-spacing: 1px;
    }
    .slider-main-btn button:hover {
        background-color: #fff;
        color: var(--brandColor);
    }
}

/* Third slider css */

.third-slider {
    position: absolute;
    top: 0;
    left: 120px;
    right: 0;
    bottom: 0;
    width: 300px;
    display: flex;
    align-items: center;
}

.find-out {
    text-align: center;
    color: var(--secondaryColor);
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 500;
}

.we-are {
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--brandColor);
    font-weight: bold;
    /* letter-spacing: 3px; */
}

.delivering {
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--brandColor);
    font-weight: bold;
    /* letter-spacing: 3px; */
}

.find-out-btn {
    margin-top: 10;
    color: white;
    text-transform: uppercase;
    background-color: var(--brandColor);
    border-radius: 15px;
    font-size: 15px;
    padding: 3px 40px;
    border: 1px solid var(--brandColor) !important;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .find-out {
        font-size: 16px;
        margin-bottom: 5px;
        /* letter-spacing: 3px; */
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 24px;
    }
    .delivering {
        font-size: 28px;
        font-weight: bold;
        /* letter-spacing: 3px; */
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 14px;
        padding: 0px 20px;
        border: 1px solid var(--brandColor) !important;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .find-out {
        font-size: 16px;
        margin-bottom: 5px;
        /* letter-spacing: 3px; */
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 24px;
    }
    .delivering {
        font-size: 24px;
        font-weight: bold;
        /* letter-spacing: 3px; */
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 14px;
        padding: 0px 20px;
        border: 1px solid var(--brandColor) !important;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 575px) and (min-width: 490px) {
    .third-slider {
        position: absolute;
        top: 0;
        left: 90px;
        right: 0;
        bottom: 0;
        width: 300px;
        display: flex;
        align-items: center;
    }
    .find-out {
        font-size: 16px;
        /* letter-spacing: 3px; */
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 20px;
    }
    .delivering {
        font-size: 20px;
        font-weight: bold;
        /* letter-spacing: 3px; */
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 12px;
        padding: 0px 20px;
        border: 1px solid var(--brandColor) !important;
    }
}

@media only screen and (max-width: 489px) and (min-width: 440px) {
    .find-out {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0px;
        letter-spacing: 2px;
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 20px;
    }
    .delivering {
        font-size: 20px;
        font-weight: bold;
        /* letter-spacing: 3px; */
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 12px;
        padding: 0px 20px;
        border: 1px solid var(--brandColor) !important;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 439px) and (min-width: 400px) {
    .find-out {
        font-size: 10px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 16px;
    }
    .delivering {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 12px;
        padding: 0px 15px;
        border: 1px solid var(--brandColor) !important;
        margin-top: 2px;
    }
}

@media only screen and (max-width: 399px) and (min-width: 360px) {
    .find-out {
        font-size: 10px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 16px;
    }
    .delivering {
        font-size: 16px;
        font-weight: bold;
        /* letter-spacing: 3px; */
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 10px;
        padding: 0px 10px;
        border: 1px solid var(--brandColor) !important;
        margin-top: 0;
    }
}

@media only screen and (max-width: 360px) and (min-width: 320px) {
    .find-out {
        font-size: 10px;
        letter-spacing: 1px;
        margin-bottom: 3px;
    }
    .we-are {
        font-weight: bold;
        /* letter-spacing: 3px; */
        font-size: 14px;
    }
    .delivering {
        font-size: 14px;
        font-weight: bold;
        /* letter-spacing: 3px; */
    }
    .find-out-btn {
        border-radius: 10px;
        font-size: 10px;
        padding: 0px 10px;
        border: 1px solid var(--brandColor) !important;
        margin-top: 0;
    }
}

@media (min-width:320px) and (max-width:574px) {
    .quick-view-modal .modal .modal-dialog .modal-content {
        margin-left: 15px;
    }
}


/* @media (min-width:320px) and (max-width:574px) {
    .updated-food-banner {

    }
} */


.mini-cart-img {
    height: 70px;
    width: 70px;
}


.three-dot {
    background: none;
    border: none;
}

.updated-mobile-menu .dropleft .dropdown-toggle::before {
    border: none !important;
}

.product-page-banner {
    object-fit: cover;
}

/* category page brand checkbox */
.brand-checkbox[type=checkbox] + label {
    display: block;
    /* margin: 0.2em; */
    cursor: pointer;
    /* padding: 0.2em; */
    color: #3F3679;
  }

  .brand-checkbox[type=checkbox] {
    display: none;
  }

  .brand-checkbox[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #3F3679;
    border-radius: 0.2em;
    padding: 0px 2px;
    margin-right: 10px;
    color: transparent;
    font-size: 12px;
    transition: .2s;
  }

  .brand-checkbox[type=checkbox] + .brand-check-label:active:before {
    transform: scale(0);
  }

  .brand-checkbox[type=checkbox]:checked + .brand-check-label:before {
    background-color: #3F3679;
    border-color: #3F3679;
    color: #fff;
  }

  .brand-checkbox[type=checkbox]:disabled + .brand-check-label:before {
    transform: scale(1);
    border-color: #aaa;
  }

  .brand-checkbox[type=checkbox]:checked:disabled + .brand-check-label:before {
    transform: scale(1);
    background-color: #F7C28F;
    border-color: #F7C28F;
  }

  .brand-category {
      background-color: #D9E0FF;
      border-radius: 5px;
  }

  @media (min-width:425px) and (max-width:767px) {
      .page-left-cateogires {
          width: 100%;
      }
  }

  @media (min-width:320px) and (max-width:424px) {
      .page-left-cateogires-wrapper {
          display: block !important;
      }
    .page-left-cateogires {
        width: 100%;
    }
}

.page-left-filter {
    position: sticky;
    top: 70px;
}

.bottom-sticky-cart {
    background-color: #FDC26B;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
    height: 60px;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}

.sticky-place-order-btn {
    background-color: #FDC26B;
    width: 80%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: unset;
}

.sticky-place-order-btn span {
    font-size: 24px;
    font-weight: 500;
    color: #3F3679;
}

.sticky-cart {
    background-color: #fff;
    width: 20%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.bottom-cart-quantity {
    position: absolute;
    background-color: #EB423F;
    color: white;
    font-size: 11px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    left: 52px;
    top: 16px;
}


.faq-title {
    color: #3F3679;
    font-weight: 500 !important;
}

.faq-question p {
    font-size: 16px;
    color: #3F3679;
}

.faq-answer {
    background-color: white;
    border-left: 4px solid var(--brandColor);
    padding: 12px 8px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 4px 0px inset;
}


.first-letter {
    color: #337c26;
    font-weight: 700 !important;
    font-size: 35px;
}

.title-text-shadow {
    text-shadow: 1px 1px var(--brandColor);
}

.video-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.web-video-box-shadow {
    box-shadow: rgb(0 0 0 / 48%) -5px 27px 25px -18px;
}

.price-line-through {
    font-size: 12px;
    color: gray;

}

.small-device-slider .slick-slide img {
    display: initial !important;
}

/* .small-device-slider .slick-next:before, .slick-prev:before {
    display: none;
} */

.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #F8D323 !important;
}


 .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #F8D323 !important;
}
 .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #F8D323 !important;
}

.slick-prev {
    left: -9px;
    z-index: 48;
    width: 50px;
    height: 50px;
    top: 47%;
}

.slick-next {
    top: 47%;
    right: -10px;
    z-index: 48;
    width: 50px;
    height: 50px;
}

.btn-indicator {
    position: relative;
    color: #3F3679;
  }

  .arrow-right {
    animation: slide1 1s ease-in-out infinite;
    font-size: 20px;
    padding-top: 2px;
  }

  @keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }

    50% {
      transform: translate(10px, 0);
    }
  }
