:root {
    scroll-behavior: auto !important;
}

body {
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    color: #000
}

figure {
    margin-bottom: 0px
}

figure img {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

figure img:hover {
    transform: scale(1.05)
}

picture img {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

picture img:hover {
    transform: scale(1.05)
}
.modal-backdrop.show {
    opacity: 0.7
}

.comman-space {
    margin-bottom: 60px;
    width: 100%
}

.btn-primary {
    background: #1C2120;
    color: #fff;
    border-color: #1C2120;
    padding: 5px 25px
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:focus-visible,.btn-primary:active,.btn:first-child:active,:not(.btn-check)+.btn:active {
    background: #1C2120;
    color: #fff;
    border-color: #1C2120;
    outline: none;
    box-shadow: none
}

#ui-datepicker-div {
    z-index: 1001 !important
}

.comman-heading {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.4;
    position: relative;
}

.small-paragrap {
    text-align: center;
    width: 80%;
    font-size: 17px;
    line-height: 25px;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #000
}

.deliver-country {
    background: #000;
    padding: 2px 0
}

.heading-home-section {
    align-items: center;
    margin-bottom: 45px;
    justify-content: center;
    text-align: center;
}

.heading-home-section .comman-heading {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 22px;
    padding-right: 15px;
    max-width: 100%;
    position: relative;
}


.comman-heading:after{
    content: "";
    background: #e9e0db;
    position: absolute;
    left: 50%;
    width: 120px;
    height: 4px;
    transform: translateX(-50%);
    bottom: -10px;
}

.heading-home-section .small-paragrap {
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    margin-left: 20px;
}

.top-strip {
    display: flex;
    min-width: 100%;
    justify-content: center;
    position: relative
}

.delivery-country-section {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center
}

.delivery-country-section a {
    color: #fff;
    margin-left: 35px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.delivery-country-section a:hover {
    color: #fff
}

.delivery-country-section a:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -16px;
    background: #fff;
    height: 12px;
    width: 1px
}

.social-links img {
    height: 22px;
    width: auto
}

.social-links {
    float: right;
    min-width: 10%;
    text-align: right
}

.social-links a {
    text-decoration: none
}

.social-links span {
    font-weight: 600;
    font-size: 12px;
    color: #fff
}

.inr-section:focus .currency-dropdown {
    display: block !important
}

.inr-section .dropdown-toggle {
    color: #fff;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
    padding-right: 15px !important
}

.inr-section .dropdown-toggle::after {
    display: none
}

.inr-section .dropdown-toggle i {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px !important;
    margin: 0px
}

.inr-section li {
    list-style: none
}

.inr-section ul {
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    max-height: 400px;
    list-style: none;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 15px;
}

.inr-section {
    position: relative
}

.inr-section:hover .currency-dropdown {
    display: inline-block
}

.currency-dropdown {
    display: none;
    position: absolute;
    width: 260px;
    right: 0;
    top: 24px;
    z-index: 9;
    padding-top: 10px;
    left: auto
}

.inr-section ul li span {
    font-weight: 600;
    padding-right: 10px;
    width: 40px;
    color: #000
}

.inr-section ul li {
    border-bottom: 1px solid #dadada;
    width: 100%;
    margin: 0px;
    font-size: 14px;
    color: #222;
    padding: 15px;
    cursor: pointer;
    display: flex
}

.inr-section ul li:last-child {
    border-bottom: none
}

.inr-section ul li:hover {
    background: #f2f2f2
}

.arrow {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    top: -6px;
    right: 38px;
    transform: rotate(45deg)
}

.navbar-section {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 12
}

.mobile-compact-header {
    display: none;
    position: sticky;
    top: 0;
    z-index: 11;
    border-bottom: 1px solid #d8d1cb;
    padding: 7px 0px;
    margin-bottom: 15px;
    background-color:#fff;
}

.mobile-compact-header-inner {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
    padding: 0 14px;
}

.mobile-compact-icon-btn {
    border: none;
    background: transparent;
    color: #2b2b2b;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
}

.mobile-compact-icon-btn img {
    height: 25px;
    width: auto;
    max-width: fit-content;
}

.mobile-compact-icon-btn i {
    font-size: 18px;
}

.mobile-compact-currency {
    margin-left: auto;
    border: 1px solid #c7c0b9;
    border-radius: 999px;
    height: 28px;
    min-width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    background: #efeae5;
    padding: 0 10px;
}

.mobile-compact-actions {
    margin-top: 0;
    margin-left: auto;
    width: auto;
    align-items: center;
    gap: 0;
}

.mobile-compact-actions li {
    width: auto;
    padding: 0 2px;
}

.mobile-compact-actions .userlink-text {
    display: none;
}

.mobile-compact-actions .important-links .useful-links {
    top: 26px;
    right: -4px;
}

.mobile-compact-actions .important-links .fa-ellipsis-vertical {
    margin-top: 0;
}

.mobile-bottom-tab {
    display: none;
}

.mobile-bottom-tab-item {
    border: 0;
    background: transparent;
}

.mobile-bottom-tab-item i {
    font-size: 20px;
    line-height: 1;
}

.mobile-bottom-tab-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6d6a6a;
}

.mobile-bottom-tab-icon-wrap {
    position: relative;
    display: inline-flex;
}

.mobile-bottom-tab-badge {
    position: absolute;
    top: 5px;
    right: 0px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 10px;
    background: #d80027;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

@media (max-width: 991px) {
    .mobile-compact-header {
        display: block;
    }
    .mobile-compact-header .user-links > li {
        padding: 0px 8px;
        width: fit-content;
    }
    .mobile-compact-header .user-links .useful-links li{
        width: 100%;
    }

    .mobile-compact-header .currency-dropdown li{
        width: 100%;
    }
}

.navbar-section-fixed {
    z-index: 9;
    transform: translatey(-125px);
    background: #e9e0db;
}

.navbar-section-fixed.show-menu {
    transform: translatey(0);
    background: #fff;
}

.navbar-section-fixed.show-menu .menu-titel {
    color: #222222
}

.logo img {
    width: auto;
    height: 64px;
    transition: inherit;
    display: block
}

.logo img:hover {
    transform: inherit
}

.menu-footer {
    display: none
}

.menu-section .col-md-3 {
    width: 25%
}

.menu-section .col-md-4 {
    width:40%
}

.menu-section .col-md-5 {
    width: 35%;
    display: flex;
    justify-content:space-between;
}

.menu-section {
    padding: 25px 0px
}

.menu-section.uae-menu {
    padding: 17px 0px
}

.menu-section.uae-menu .logo img {
    height: 80px
}

.menu-section.uae-menu .row {
    align-items: center
}

.menu li a {
    font-size: 16px;
    color: #222222;
    text-decoration: none;
    text-transform: capitalize
}

.menu li .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: FontAwesome;
    top: 15px;
    position: absolute;
    right: 0px;
    font-size: 12px
}

.red-color {
    color: #b90e20
}

.menu-col ul {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.menu-col ul li {
    line-height: 34px;
    margin-left: 10px
}

.menu-col ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    padding: 6px 10px
}

.menu-col ul li a:hover {
    background: #000;
    color: #fff
}

.menu-col ul li a i {
    color: #b90e20
}

.menu-col {
    min-width: 250px;
    padding: 15px 0px
}

.menu-grid {
    padding: 0px 10px;
    display: flex
}

.menu-heading {
    font-weight: 600;
    color: #0f1111;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 2px;
    margin-left: 20px !important
}

.occ-autofit-width {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border: none;
    border-radius: 0px;
    padding: 0px
}

.menu-grid .menu-col:nth-child(even) {
    background: #f9f5ec82
}

.menu-image img {
    width: 100%;
    height: auto
}

.menu-image {
    width: 205px;
    overflow: hidden
}

i.fa-sharp.fa-solid.fa-bolt {
    color: #bf0000
}

.dropdown-toggle.menu-titel {
    padding: 10px 0px;
    padding-right: 20px;
    position: relative;
    display: block
}

.nav-section {
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.nav-section .navbar {
    padding: 0px
}

.nav-section .dropdown-menu {
    top: 34px
}

.category-menu {
    position: static
}

.user-login-dropdown ul li {
    margin: 0px
}

.gift-to-inner {
    display: flex;
    align-items: center;
    padding-top: 23px
}

.gift-to-inner span {
    font-size: 16px;
    padding-right: 10px;
    color: #222;
    font-weight: 500;
    display: none
}

.gift-to span {
    font-size: 14px;
    padding-right: 10px;
    color: #222;
    font-weight: 500
}

.city-inner {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border-bottom: 0.1px solid #dfdfdfc4;
}

.countdown {
    margin-left: 15px;
    font-size: 15px;
    color: #6d6a6a;
    font-weight: 500;
    display: flex;
}

.subtext-timer {
    padding-left:5px;
}
.countdown span {
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    font-size: inherit;
    color: #bf0000;
    font-weight:600;
    margin-right:5px;
    /*background:#E8F4E8;*/
}

.countdown strong {
    border-radius: 20px;
    font-weight: 600;
}

.dot-blink {
    border-radius: 50%;
    animation: pulse 1.2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.8); }
}

.icon-location{
    display: none;
}

.flag-col {
    display: inline-block;
    width: 34px;
    height: 18px;
    vertical-align: middle;
    background: url(/assets/images/country-map.webp) no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto;
    background-size: 880%;
    margin-right:5px;
    margin-left: 5px;
    border: 1px solid #d5d5d5;
    box-sizing: content-box;
    border-radius: 0px;
    position: relative;
    background-position: -225px -128px;
}

.flag-col:after {
    content: "";
    background: #c79f49;
    height: 27px;
    width: 1px;
    position: absolute;
    right: -11px;
    top: -5px;
    display: none;
}

.icon-location img {
    height: 19px;
    width: auto
}

.icon-location i {
    color: #cf2428;
    font-size: 16px
}

.flag-col.lebanon {
    background-position: -263px -129px
}

.flag-col.uae {
    background-position: -115px -24px
}

.flag-col.united-arab-emirates {
    background-position: -115px -24px
}

.flag-col.bahrain {
    background-position: -188px -23px
}

.flag-col.jordan {
    background-position: -225px -66px;
}

.flag-col.cyprus {
    background-position: -151px -45px
}

.flag-col.egypt {
    background-position: -263px -45px
}

.flag-col.kuwait {
    background-position: -263px -66px
}

.flag-col.oman {
    background-position: -225px -87px
}

.flag-col.qatar {
    background-position: -40px -108px
}

.flag-col.saudi-arabia {
    background-position: -77px -24px
}

.flag-col.turkey {
    background-position: -151px -3px
}

.flag-col.india {
    background-position: -263px -3px
}

.flag-col.philippines {
    background-position: -224px -3px
}

.flag-col.indonesia {
    background-position: -151px -66px
}

.city-inner:after {
    content: "\f107";
    position: absolute;
    top: 7px;
    right: 10px;
    font-family: FontAwesome;
    font-size: 15px
}

.choose-location-popup .modal-dialog {
    width: 550px;
    margin: 30px auto;
    max-width: inherit
}

.choose-location-popup {
    top: 13%
}

.choose-location-popup .modal-content {
    width: 100%;
    padding: 0px 0px;
    border-radius: 20px
}

.choose-location-popup .modal-header {
    border: none;
    padding: 0px
}

.choose-location-popup .modal-body {
    padding: 0px
}

.choose-location-popup .btn-close {
    position: absolute;
    top: 27px;
    right: 35px;
    width: 8px;
    line-height: 14px;
    height: 8px;
    color: #000;
    opacity: 1;
    border-radius: 50%;
    z-index: 9;
    background-size: 50%
}

.city-popup-heading {
    background: #e9e0db;
    padding: 15px;
    font-weight: 600;
    color: #000000;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    text-transform: capitalize;
    border-radius: 20px 20px 0px 0px
}

.city-popup-heading img {
    width: auto;
    height: 54px;
    padding-right: 20px;
    display: none
}

.city-popup-heading .fa-location-dot {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
    display: block;
    margin-bottom: 9px;
    text-align: center;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #c79f49;
    border-radius: 50%;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 45%)
}

.city-search {
    position: relative;
    width: 395px;
    margin: 50px auto 0px
}

.city-search input {
    float: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #b5b1b1;
    outline: none;
    height: 45px;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    padding-left: 50px;
    position: relative
}

.city-search:after {
    position: absolute;
    content: "\f041";
    left: 15px;
    top: 4px;
    font-family: FontAwesome;
    font-size: 24px;
    color: #cf2428
}

.flag-section {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.flag-section img {
    height: 36px;
    display: inline-block;
    margin-top: 0;
    border-radius: 50%;
    background: #f9f5ec;
    padding: 2px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2)
}

.flag-section span {
    font-size: 17px;
    font-weight: 600;
    margin-left: 15px;
    text-transform: capitalize
}

.deliver-city-section {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0px 0px 0px
}

.deliver-city-section ul {
    list-style: circle;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    max-height: 210px;
    overflow-y: auto;
    margin-top: 32px;
    text-align: left;
    width: 100%;
    padding-left: 25px
}

.deliver-city-section ul li {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    min-width: 33.33%;
    text-align: left
}

#nav-profile {
    display: none
}

.deliver-city-section ul li a {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #000;
    text-decoration: none;
    padding-left: 15px
}

.deliver-city-section ul li a:after {
    content: "";
    background: #008000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

.deliver-city-section ul li a:hover {
    border-bottom: none
}

.hide-when-search {
    display: none
}

.popup-inner-section {
    padding: 0px 20px 20px 20px;
    min-height: 105px
}

.deliver-country-list {
    list-style: none;
    padding: 0;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0px;
    margin: 0 auto;
    text-align: center;
    margin-top: 32px
}

.deliver-country-list h4 {
    margin-bottom: 30px;
    font-size: 17px !important;
    font-weight: 600;
    margin-top: 25px;
    text-align: center;
    position: relative;
    color: #000
}

.deliver-country-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.deliver-country-list ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-bottom: 25px
}

.deliver-country-list ul li a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.deliver-country-list img {
    margin: 0 auto;
    display: block;
    height: 30px;
    width: auto;
    float: none;
    border-radius: 50%;
    margin-bottom: 13px;
    z-index: 1;
    position: relative;
    padding: 2px
}

.deliver-country-list figure {
    position: relative
}

.deliver-country-list figure:after {
    content: "";
    position: absolute;
    width: 37px;
    height: 37px;
    background: #f0f5ff;
    box-shadow: 0px 0px 3px 0px #0477d7;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 35px 34px 0px
}

.top-ciy img {
    margin: 0 auto 6px;
    height: 37px;
    float: none;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 40%);
    width: auto;
    display: none
}

.deliver-city-section ul li a.top-ciy {
    font-size: 13px;
    display: flex;
    align-items: center
}

.deliver-city-section ul li a.top-ciy i {
    color: #c79f49;
    font-size: 6px;
    padding-right: 8px
}

.deliver-city-section ul li.top-city-break {
    padding: 12px 0;
    border-top: 1px dashed #a5a5a5;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    font-size: 17px;
    color: #000;
    font-weight: 600
}

.search-box {
    position: relative;
    margin-top: 25px;
    float: left;
    margin-right:0px;
    width: 35%;
}

.search-box input {
    width: 100%;
    border-radius: 3px;
    border: none;
    border-bottom: 1px solid #d5d1d1;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    color: #222;
    float: right;
}

.search-box input:focus {
    outline: none;
    border-color: #e9e0db;
    box-shadow: none
}

.search-box button {
    position: absolute;
    top: 0;
    right: 0;
    color: #6d6a6a;
    height: 34px;
    line-height: 21px
}

.radio-style {
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5);
    position: relative;
    display: none
}

.city-pop-section .nav-tabs a {
    color: #222
}

.city-pop-section .nav-tabs .active .radio-style {
    background: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.5)
}

.city-pop-section .nav-tabs .active .radio-style:after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: green;
    border-radius: 10px
}

.city-tab-menu .nav-tabs {
    display: flex;
    justify-content: center;
    border: none
}

.city-pop-section .accordion-item {
    border: none
}

.city-pop-section .nav-tabs .active {
    background: #fff !important;
    color: #000 !important;
    border: none !important
}

.city-pop-section .nav-link:hover {
    background: #fff !important;
    color: #000 !important
}

.city-pop-section .nav-link {
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 20px 8px 28px;
    border: none !important;
    font-size: 13px;
    border-bottom: 1px solid #000 !important
}

.city-pop-section .nav-link.collapsed {
    border-bottom: 1px solid #fff !important
}

.city-tab-menu {
    margin-top: 20px
}

.city-name.selected-delivery-location {
    font-size: 15px;
    position: relative;
    font-weight: 500;
    padding-right: 25px;
    padding-top: 2px;
    padding-left: 5px;
    white-space: nowrap;
}

.city-tab-menu .nav-link:after {
    content: "-";
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 22px;
    color: #9d7623;
    font-weight: 500;
    line-height: 18px
}

.city-pop-section .nav-link.collapsed:after {
    content: "+"
}

.popup-inner-section .accordion {
    border: none
}

.deliverto-text {
    display: none;
}

.important-links {
    cursor: pointer;
    position: relative;
    margin: 0px !important
}

.important-links .fa-ellipsis-vertical {
    display: none
}

.important-links span img {
    height: 32px
}

.useful-links {
    display: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    width: 320px;
    right: 0;
    top: 24px;
    z-index: 9;
    padding-top: 10px
}

.useful-links ul {
    background: #fff;
    border: 1px solid #e9e0db;
    margin-top: 0px !important;
    float: left !important;
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
}

.important-links:hover .useful-links {
    display: inline-block
}

.important-links:focus .useful-links {
    display: inline-block
}

.useful-links ul li {
    float: none !important;
    margin: 0px !important;
    width: 100%
}

.useful-links ul li a {
    border-bottom: 1px solid #ecf1f7;
    padding: 14px;
    width: 100%;
    margin: 0px;
    text-align: left;
    font-size: 15px !important;
    color: #000 !important;
    text-transform: capitalize;
    padding-left: 95px;
    position: relative;
    display: inline-block
}

.useful-links ul li a img {
    width: 26px;
    height: auto;
    position: absolute;
    left: 40px
}

.user-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 14px;
    display: flex;
    width: 65%;
    justify-content: end;
}

.userlink-text {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #6d6a6a;
    text-align: center;
    margin-top: 5px;
    line-height: initial;
    white-space: nowrap
}

.user-links li {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    width: 20%;
}

.top-10 {
    top: -10px
}

.link-icon {
    height: 25px;
    width: auto
}

.user-links li:last-child {
    margin-right: 0px
}

.user-links li i {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600
}

.user-links li a {
    text-decoration: none;
    color: #6d6a6a;
    font-size: 13px;
    display: block
}

.user-links .dropdown-toggle {
    padding: 0px;
    background: none;
    border: none;
    color: #6d6a6a !important;
    font-size: 13px
}

.user-links .dropdown-toggle i {
    margin-bottom: 7px
}

.user-links .dropdown-toggle:focus {
    background: none
}

.user-links .dropdown-toggle::after {
    display: none
}

.user-links .dropdown-menu {
    width: 300px;
    padding: 15px;
    text-align: center
}

.user-login-dropdown input {
    border-radius: 0px;
    height: 43px;
    border: 1px solid #ccc;
    font-size: 14px
}

.user-login-dropdown .form-group {
    margin-bottom: 15px
}

.user-login-dropdown .dropdown-menu {
    border: 2px solid #eaeaea;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%)
}

.button-login {
    padding: 6px 12px;
    border: 0;
    font-size: 15px;
    color: #222;
    font-weight: 400;
    background: #a39161;
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
    border: 1px solid #a39161
}

.button-login:hover {
    background: none;
    color: #a39161
}

.user-linksa.forgot-password {
    color: #0f9ce7;
    font-size: 13px;
    float: left;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: left
}

.login-with {
    width: 100%;
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    color: #6d6d6a
}

.facebook-button {
    background: #4565a4;
    padding: 6px 22px;
    font-size: 18px;
    color: #fff !important;
    border: none;
    margin-bottom: 15px
}

.facebook-button i {
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 400 !important
}

span.user-name-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    border: 1px solid #6d6a6a;
    border-radius: 50%;
    background: #fff;
    font-weight: 700;
    color: #000;
    margin: 0 auto
}

span.user-email-login {
    background: #f9f5ec;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
    position: absolute;
    bottom: -30px;
    border: 1px solid #c79f4921;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0
}

span.user-email-login:after {
    content: "";
    background: #f9f5ec;
    width: 12px;
    height: 12px;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    box-shadow: -1px -1px 0px 0px rgb(137 112 112 / 20%)
}

.user-login-active {
    position: relative
}

.user-login-active:hover span.user-email-login {
    opacity: 1
}

.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%
}

.demo {
    width: 1100px
}

.speciality {
    list-style: none;
    display: flex;
    justify-content: space-around;
    color: #000;
    margin-bottom: 0;
    align-items: center;
    padding:0px;
    font-size: 15px;
}

.speciality i {
    color: #fdb913;
    margin-right: 5px;
    font-size: 12px
}

.speciality i:last-child {
    margin-right: 10px
}

.speciality img {
    height: 20px;
    width: auto;
    margin-right: 10px
}

.speciality .speciality-box {
    display: flex;
    align-items: center
}

.category-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.banner-section img {
    width: 100%;
    height: auto;
}

.banner-section video {
    width: 100%;
    height: auto;
}

.banner-section {
    margin-top: 25px;
    margin-bottom: 0px
}

.banner-section .carousel-control-next,.banner-section .carousel-control-prev {
    width: 40px;
    opacity: 1
}

.banner-section .carousel-control-next-icon,.banner-section .carousel-control-prev-icon {
    width: 20px;
    height: 20px
}

.banner-section picture img {
    width: 100%;
    height: auto
}

.banner-section picture img:hover {
    transform: inherit
}

.home-page-slider .slick-slide {
  padding: 0 15px;
}

.home-page-slider .slick-list {
  padding-right: 8% !important;
}

.home-page-slider .slick-track {
  margin-right:-14.28%;
  margin-left: -15px;
}
.home-page-slider a{
    outline:none;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.home-page-slider .slick-next:before,.home-page-slider .slick-prev:before {
    color: #000;
    font-size: 24px
}

.home-page-slider .slick-next:before {
    content: "\f105";
    font-family: FontAwesome;
    color:#fff;
    opacity:1;
}

.home-page-slider .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    color:#fff;
    opacity:1;
}

.home-page-slider .slick-next,.home-page-slider .slick-prev {
    z-index: 1;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50%;
}

.home-page-slider .slick-next:hover,.home-page-slider .slick-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

.home-page-slider .slick-next {
    right:15px
}

.home-page-slider .slick-prev {
    left: 15px
}

.home-page-slider.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.home-page-slider:not(.slick-initialized) {
    display: flex;
    overflow:hidden;
    margin-left:-15px;
}

.home-page-slider:not(.slick-initialized) .home-slider-box{
    width: 21.2%;
    margin: 0 15px;
    display: inline-block;
    flex: 0 0 auto;
}

.home-page-slider .slick-list {
  padding-right: 8% !important;
}

.home-page-slider .slick-track {
  margin-right:-21.2%;
  margin-left: -15px;
}

.home-page-slider.slides-to-show-2:not(.slick-initialized) .home-slider-box{
    width: 45%;
}

.home-page-slider.slides-to-show-3:not(.slick-initialized) .home-slider-box{
    width: 29%;
}

.home-page-slider.slides-to-show-4:not(.slick-initialized) .home-slider-box{
    width: 21.2%;
}

.home-page-slider.slides-to-show-5:not(.slick-initialized) .home-slider-box{
    width: 17%;
}

.home-page-slider.slides-to-show-1 .slick-list {
  padding-right: 0% !important;
}

.home-page-slider.slides-to-show-1 .slick-track {
    margin-right: 0;
    margin-left: 0;
}

.home-page-slider.slides-to-show-1 .slick-slide{
    padding:0px;
}

.home-page-slider.slides-to-show-1:not(.slick-initialized) .home-slider-box{
    width: 100%;
}

.home-page-slider.slides-to-show-4:not(.slick-initialized) .home-slider-box{
    width: 21.2%;
}

.home-page-slider.slick-initialized {
    display: block;
}

.home-heading-section .small-paragrap{
    margin-bottom:0px;
}

.no-fade {
    opacity: 1 !important;
    transition: none !important
}

.rating-strip {
    display: flex;
    justify-content: space-around;
    padding: 10px 0px;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e9e8e8;
}

.rating-box{
    text-align: center;
}

.shop-by-occassion-section {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.occasion-box {
    width: 100%;
    text-decoration: none;
}

.occasion-box img{
    width: 100%;
    height: auto;
    border-radius: 30%;
    padding: 5px;
}

.title-for-occassion {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 6px 0px;
    display: block;
    text-align: center;
    margin-top: 5px;
    padding-bottom:0px;
}

.premium-hampers {
    width: 100%;
    border: 1px solid #a3916163;
    border-radius: 0px 10px;
    overflow: hidden;
    display: block
}

.premium-hampers img {
    width: 100%;
    height: auto
}

.banner-section .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 4px;
    transition: width .6s ease-out,background-color .6s ease-out;
    border: none;
    margin: 0px 4px
}

.banner-section .carousel-indicators .active {
    width: 24px
}

.banner-section .carousel-indicators {
    margin-bottom: 10px
}

.hamper-section {
    margin-bottom: 30px
}

.icon-section {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.icon-section li {
    text-align: center;
    padding-right:15px;
    width: 12.55%;
}

.icon-section li a {
    text-decoration: none
}

.icon-box figure {
    display: inline-block
}

.icon-section li:last-child {
    padding-right: 0px
}

.icon-box {
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.icon-box img {
    width: auto;
    height: 175px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 22%;
}

.icon-section span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 6px 0px;
    display: block
}

.about-us-banner img {
    width: 100%;
    height: auto
}

.about-us-banner {
    overflow: hidden;
    border: 1px solid #a3916163;
    border-radius: 10px 0px;
    margin-top: 0px;
    margin-bottom: 30px
}

.who-we-are-box img {
    width: 100%;
    height: auto;
    border-radius: 20px 0px;
    margin-bottom: 20px
}

.about-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.about-us-row .row {
    margin-left: -30px;
    margin-right: -30px
}

.about-us-row .col-md-4 {
    padding: 0px 30px
}

.who-we-are-box p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #000;
    line-height: 1.6
}

.our-reviews-section ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.our-reviews-section ul li {
    text-align: center;
    padding: 0px 40px;
    position: relative;
}

.our-reviews-section ul li:after {
    content: "";
    background: #e9e0db;
    width: 1px;
    height: 60%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.our-reviews-section ul li a {
    text-decoration: none
}

.our-reviews-section ul li:last-child:after{
    display: none;
}

.our-reviews-section .comman-heading{
    font-size: 24px;
    font-weight: 600;
}

.review-sub-heading {
    font-size: 20px;
    color: #000;
    margin: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    display: inline-block;
}

.review-star {
    margin-top: 5px;
    margin-left: 10px;
    text-align: left;
    display: inline-block;
}

.review-star img{
    float: left; 
    width: auto;
}

.our-reviews-section ul li i {
    font-size: 16px;
    color: #ff9b00;
}

.our-reviews-section span {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

.review-counts {
    font-size: 14px;
    color: #000;
    margin-top: 0px;
    font-weight: 400;
    display: none
}

.review-counts.uae-menu {
    display: none
}

.video-section video {
    width: 100%;
    height: auto
}

.video-outside span {
    font-size: 13px;
    color: #000;
    padding-left: 10px;
    display: block;
    text-align: center
}

.topcity-home {
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px -25px
}

.topcity-home li {
    width: 25%;
    padding: 0px 25px
}

.topcity-home li a {
    display: block;
    border: 1px solid #a3916163;
    border-radius: 0px 10px;
    overflow: hidden;
    text-decoration: none;
    text-align: center
}

.topcity-home li a h3 {
    margin: 0px;
    padding: 10px 0px;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.topcity-home li a img {
    width: 100%;
    height: auto
}

.occasion-section {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px
}

.occasion-section li {
    width: 50%;
    padding: 0px 20px
}

.occasion-section li a {
    display: block;
    overflow: hidden;
    border: 1px solid #a3916163;
    text-align: center;
    border-radius: 10px 0px
}

.occasion-section li img {
    width: 100%;
    height: auto
}

.occasion-section li:first-child {
    margin-bottom: 40px
}

.occasion-section li:nth-child(2) {
    margin-bottom: 40px
}

.occasion-section h3 {
    margin: 0px;
    padding: 10px 0px;
    color: #000;
    font-size: 18px !important
}

.combo-categury {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.combo-categury li a {
    width: 100%;
    display: flex;
    background: #f9f5ec;
    padding: 5px 50px;
    border-radius: 10px 0px;
    border: 1px solid #e9dab8;
    align-items: center;
    padding-right: 0px;
    text-decoration: none
}

.combo-categury li {
    margin-bottom: 15px
}

.combo-categury li:last-child {
    margin-bottom: 0px
}

.combo-categury img {
    height: 93px;
    width: auto
}

.combo-image {
    width: 34%
}

.combo-categury h3 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding-left: 10px;
    font-style: italic
}

.shop-by-flowers-section {
    margin-top: 50px;
    margin-bottom: 80px
}

.flower-category {
    list-style: none;
    margin: 0px -15px;
    padding: 0px;
    display: flex;
    margin-bottom: 30px
}

.flower-category li {
    padding: 0px 15px;
    width: 16.66%;
}

.flower-category li a {
    border-radius: 20px;
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    background: #f9f5ec;
}

.flower-category li a img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    padding: 15px 15px 0px 15px;
}

.flower-category span {
    margin: 0px;
    font-size: 18px;
    color: #000;
    padding: 7px 26px;
    border-radius: 10px 0px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.flower-category li:nth-child(1) a{
    background: #fef7da;
}
.flower-category li:nth-child(2) a{
        background: #edf8da;
    
}
.flower-category li:nth-child(3) a{
    background:#ffeded ;
    
}
.flower-category li:nth-child(4) a{
    background:#e4eefa ;
    
}
.flower-category li:nth-child(5) a{
    background:#f0e6ff ;
    
}
.flower-category li:nth-child(6) a{
    background: #ffefd5;
    
}
.shop-by-recipient-section {
    margin-top: 30px;
    margin-bottom: 80px
}

.shop-by-recipient {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    row-gap: 40px;
}

.shop-by-recipient a {
    display: block;
    text-decoration: none;
    position: relative;
    width: 25%;
    padding: 0px 25px;
}

.shop-by-recipient img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 7px 0px #e9e0db;
    border-radius: 20px 0px;
    padding: 10px
}

.shop-by-recipient a span {
    display: block;
    color: #000;
    background: #fff;
    white-space: nowrap;
    padding: 4px 32px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e9e0db;
    border-radius: 10px 0px;
    font-size: 18px;
    font-weight: 700;
}

.new-arrival-banner {
    display: block;
    overflow: hidden;
    margin-bottom: 25px
}

.new-arrival-banner img {
    width: 100%;
    height: auto
}

.video-box {
    background: #000
}

.video-box iframe {
    width: 100%;
    height: 345px
}

.new-arrival-section {
    border: 1px solid #c79f4963;
    border-radius: 0px 10px;
    overflow: hidden
}

.new-arrival-section a {
    text-decoration: none;
    display: block;
    border-radius: 0px 10px;
    border: 1px solid #c79f4963;
    overflow: hidden;
    margin-bottom: 15px
}

.new-arrival-banner-right {
    position: relative
}

.new-arrival-section .col-md-8 {
    padding-right: 0;
    padding-left: 30px
}

.new-arrival-section .col-md-4 {
    padding-left: 0px;
    padding-right: 30px
}

.newarrival-sub-category {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    margin-left: -20px
}

.newarrival-sub-category li {
    width: 33.33%;
    padding: 0px 15px
}

.newarrival-sub-category li img {
    width: 100%;
    height: auto
}

.newarrival-sub-category span {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 15px 0px;
    text-transform: capitalize;
    margin: 0px;
    display: block
}

.arrangment-box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #a3916163;
    border-radius: 0px 10px
}

.arrangment-box img {
    width: 100%;
    height: auto
}

.overlap-text {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right
}

.overlap-text h4 {
    margin: 0;
    padding: 0px 0px 10px 0px;
    font-size: 25px;
    color: #000;
    font-weight: 600
}

.overlap-text h5 {
    padding: 0px;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px
}

.overlap-text p {
    margin: 0;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    background: #a39161
}

.category-left {
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #a3916163;
    border-radius: 0px 10px
}

.category-left img {
    width: 100%;
    height: auto
}

.category-name {
    position: absolute;
    top: 20px;
    left: 20px
}

.category-name h3 {
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 10px;
    color: #000
}

.category-name h4 {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.product-colum {
    text-align: left;
    background: #fff;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    border: 1px solid #cfcfcf63;
    border-radius: 20px;
    background: #fff;
    height: 100%;
}

.product-colum img {
    width: 100%;
    height: auto;
    border-radius: 0px 0px 20px 20px;
}

.product-details-home {
    text-align: left;
    padding: 0px 8px;
    padding-bottom: 12px
}

.product-details-home .star-rating {
    padding-top: 5px;
    margin-bottom: 5px
}

.product-details-home .price-row span {
    margin-bottom: 0
}

.product-colum .product-name {
    margin: 10px 0px;
    font-size: 17px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    margin-bottom:0px;
}

.product-details-home .star-rating {
    padding-top: 0px;
    margin-bottom: 15px;
}

.product-details-home .price-row span {
    margin-bottom: 0
}

.buynow-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 2px 10px #fff;
    padding: 5px 28px;
    border-radius: 100px;
    color: #fff;
    display: none;
    width: max-content
}

.category-name button {
    padding: 2px 20px;
    font-size: 14px
}

.product-colum:hover .buynow-button {
    display: block
}

.right-button {
    float: right
}

.product-list-slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    list-style: none;
    padding: 0px
}

.product-list-slider li {
    width: 25%;
    padding: 0px 30px
}

.category-detail {
    text-align: left;
    padding: 10px;
    background: #fff;
    border: 1px solid #e9dab8;
    height: 100%;
    border-radius: 0px 10px
}

.category-detail .comman-heading {
    text-align: left
}

.tab-section .nav-tabs .nav-link {
    border-radius: 45px;
    padding: 12px 45px;
    margin-right: 30px;
    color: #000;
    font-size: 18px;
    background: #fff;
    min-width: 175px;
    font-weight: 600;
    border: 1px solid #dadada;
}

.tab-section .nav-tabs .nav-link.active {
    background: #1C2120;
    color: #fff;
    border-color: #1C2120;
}

.tab-section .nav-tabs .nav-link:last-child {
    margin-right: 0px
}

.tab-section .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.tab-section .container:first-child {
    position: relative;
    border-radius: 10px
}

.open-product-category .btn-primary {
    margin-top: 40px;
    padding: 7px 80px;
    font-size: 20px
}

.open-product-category {
    text-align: center;
    margin-top: 30px
}

.open-product-category .small-paragrap {
    margin-bottom: 10px
}

.shop-by-budget {
    border-radius: 10px 0px;
    display: flex;
    justify-content: space-between;
    margin: 0px -15px;
    margin-top: 0;
    margin-bottom: 0;
}

.shop-by-budget a img {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 15px 0px;
}

.shop-by-budget a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: block;
    width: 25%;
    text-align: center;
    margin: 0px 15px;
    border-radius: 15px 0px;
    border: 1px solid #e9e0db;
    padding: 8px;
    overflow: hidden;
}

.shop-by-budget a span {
    display: block;
    font-weight: 600;
    color: green;
    margin-bottom: 10px
}

.shop-by-type-heading {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.blue-bg-section .container {
    background: #ffffff !important
}

.midnight-section {
    height: 120px;
    background: url(/assets/images/middnight.webp) no-repeat;
    display: block;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    padding: 15px
}

.midnight-section .btn {
    background: #a39161;
    color: #fff;
    border-color: #a39161
}

.midnight-section h3 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 15px;
    width: 100%;
    display: block
}

.luxury-box a {
    margin: 5px 20px;
    position: relative;
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding:5px;
}

.luxury-box a img {
    width: 100%;
    height: auto;
    border: 1px solid #a3916163;
    border-radius: 10px 10px;
    margin-bottom: 20px
}

.luxury-box {
    display: inline-block;
}

.luxury-collection-section {
    background: url(/assets/images/luxuryflowers-background.webp) no-repeat;
    padding: 40px;
    padding-bottom: 120px;
    background-position: center;
    margin-top: 55px;
    background-size: cover
}

.heading-luxuery {
    text-align: center;
    position: relative
}

.luxuery-heading {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 10px;
    line-height:1.2;
}

.luxuery-sub-heading {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    line-height:1.2;
}

.luxury-product-name {
    margin: 10px 0px;
    font-size: 17px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 0px;
}


.luxury-collection .slick-next:before,.luxury-collection .slick-prev:before {
    color: #000;
    font-size: 35px
}

.luxury-collection .slick-next:before {
    content: "\f105";
    font-family: "FontAwesome"
}

.luxury-collection .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome"
}

.luxury-collection .slick-next,.luxury-collection .slick-prev {
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border-radius: 50%;
    background-color: #fff !important;
    z-index: 1
}

.luxury-collection .slick-next {
    right: -10px
}

.luxury-collection .slick-prev {
    left: -10px
}

.luxury-collection-section .btn-primary {
    background: #1C2120 ;
    border-color: #ffffff;
    color: #ffffff;
    margin: 0 auto;
    font-weight: 600;
    margin-top: 40px;
    padding: 7px 80px;
    font-size: 20px;
    display: block;
    width: fit-content;
}

.luxury-collection-section .btn-primary:hover,.luxury-collection-section .btn-primary:focus {
    background: #1C2120;
    color: #ffffff
}

.plant-section {
    display: block;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #c79f4963;
    overflow: hidden
}

.plant-section img {
    width: 100%;
    height: auto
}

.fruit-box {
    border: 1px solid #a3916163;
    border-radius: 0px 10px;
    overflow: hidden;
    display: block;
    position: relative
}

.fruit-box img {
    width: 100%;
    height: auto
}

.options-text {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right
}

.options-text h4 {
    margin: 0;
    padding: 0px 0px 10px 0px;
    font-size: 25px;
    color: #000;
    font-weight: 600
}

.options-text h5 {
    padding: 0px;
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px
}

.options-text p {
    margin: 0;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    background: #a39161
}

.special-deal-section {
    display: block;
    border-radius: 5px
}

.specialdeal-box {
    display: block;
    width: 100%;
    overflow: hidden
}

.specialdeal-box img {
    width: 100%;
    height: auto
}

.special-deal-slider {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    background: #F9F5EC;
    padding-top: 20px
}

.special-deal-slider li {
    width: 33.33%;
    padding: 0px 15px
}

.special-deal-product {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    border: 1px solid #a3916163;
    border-radius: 0px 10px;
    background: #fff
}

.special-deal-product img {
    width: 100%;
    height: auto
}

.special-deal-product h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
    color: #6d6a6a;
    font-weight: 400;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 15px
}

.special-deal-product span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 10px
}

.special-deal-product:hover .buynow-button {
    display: block
}

.special-deal-section {
    border: 1px solid #a3916163;
    border-radius: 0px 10px;
    overflow: hidden
}

.loyalty-program img {
    width: 100%;
    height: auto
}

.loyalty-program {
    display: block;
    overflow: hidden
}

.story-slider {
    display: flex
}

.story-slider .mySlider__item {
    padding: 0px 12.5px
}

.story-slider .mySlider__item:first-child {
    padding-left: 0px
}

.story-slider .mySlider__item:last-child {
    padding-right: 0px
}

.story-slider img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 0px 10px
}

.story-box {
    border: 1px solid #a3916163;
    border-radius: 0px 10px;
    overflow: hidden;
    text-align: center
}

.story-box h3 {
    padding: 0px 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.story-box p {
    padding: 0px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #6d6a6a
}

.story-heading {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px dotted #6d6a6a;
    display: inline-block;
    padding-bottom: 10px
}

.subscribe-section {
    background: #f9f9f9;
    padding: 30px 50px
}

.subscribe-heading {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin: 0px;
    margin-bottom: 5px;
    line-height:1.2;
}

.subscribe-section p {
    font-size: 20px;
    color: #6d6a6a;
    margin: 0px
}

.signup-form {
    display: flex;
    width: 97%;
    float: right
}

.signup-form input {
    height: 60px;
    padding-left: 35px;
    border: 1px solid #9b9892;
    background: none;
    font-size: 18px;
    width: 78%;
    outline: none
}

.signup-form button {
    font-size: 18px;
    color: #fff;
    border: 1px solid #1C2120;
    background: #1C2120;
    padding: 0px 50px;
    border-left: none;
    white-space: nowrap
}

.signup-form button:hover {
    color: #fff
}

.our-speciellity-section {
    background: #f9f9f9;
    margin-top: 0;
    padding: 18px 0px;
    margin-bottom: 0px
}

.our-speciellity {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex
}

.our-speciellity img {
    height: 32px;
    width: 32px
}

.our-speciellity li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: 25%
}

.our-speciellity li p {
    font-size: 17px;
    margin-bottom: 0px;
    font-style: italic;
    color: #000;
    width: 67%
}

.our-speciellity li:last-child {
    margin-right: 0px
}

.icon-speciellity {
    background: #000;
    text-align: center;
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 15px
}

.delivery-country-flag h4 {
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    color: #6d6a6a;
    margin-bottom: 40px
}

.country-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px
}

.country-slider .mySlider__item {
    text-align: center;
    display: inline-block;
    width: 10%;
    padding-right: 15px;
    margin-bottom: 35px
}

.country-slider .mySlider__item a {
    text-decoration: none
}

.country-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative
}

.country-box figure {
    position: relative
}

.country-box figure:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #f0f5ff;
    box-shadow: 0px 0px 5px 0px #0477d7;
    left: 50%;
    bottom: 9px;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 35px 34px 0px
}

.country-box img {
    height: 60px;
    width: auto;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

.delivery-country-flag span {
    display: block;
    color: #000;
    font-weight: 700
}

.footer-content ul li {
    margin-bottom: 10px
}

.footer-content h2,.footer-content h3,.footer-content h4,.footer-content h5,.footer-content h6 {
    font-weight: 600;
    color: #000;
    margin: 0px;
    margin-bottom: 10px
}

.footer-content h2 {
    font-size: 18px
}

.footer-content h3 {
    font-size: 16px
}

.footer-content h4,.footer-content h5,.footer-content h6 {
    font-size: 15px
}

.footer-content a {
    color: #000
}

.footer-content a:hover {
    text-decoration: none;
    color: #a39161
}

.footer-content p {
    letter-spacing: .5px;
    font-size: 13px;
    color: #222;
    line-height: 20px
}

.left-footer .app-button {
    width: 165px;
    display: flex;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    float: left;
    border: 1px solid #fff;
    padding: 5px 10px;
    background: #fff;
    margin-right: 20px
}

.left-footer .app-button:last-child {
    margin-right: 0px
}

.left-footer .app-heading {
    color: #fff;
    font-size: 16px;
    margin-top: 70px;
    margin-bottom: 20px
}

.left-footer .app-button img {
    height: 25px;
    width: auto;
    margin-right: 10px
}

.left-footer .app-button p {
    color: #000;
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 600
}

.left-footer .app-button p span {
    font-size: 10px;
    display: block
}

.first-right-image {
    float: right;
    width: 30%
}

.first-right-image img {
    height: 335px;
    margin: 0 auto;
    display: block;
    padding: 20px;
    width: auto
}

.footer-left-image {
    width: 30%;
    float: left
}

.footer-left-image img {
    height: 305px;
    margin: 0 auto;
    display: block;
    padding: 20px;
    width: auto
}

.right-second-image {
    float: right;
    width: 30%
}

.right-second-image img {
    height: 305px;
    margin: 0 auto;
    display: block;
    padding: 20px;
    width: auto
}

.table-caption {
    font-size: 19px;
    font-weight: 400;
    color: #222;
    margin-bottom: 5px;
    padding: 10px 0px
}

.footer-content table {
    margin-bottom: 0px;
    text-align: center;
    font-size: 12px
}

.footer-content table a {
    text-decoration: none
}

.footer-content .accordion-body {
    padding: 0px
}

.footer-content {
    padding-bottom: 0px
}

.footer-content table {
    width: 100%
}

.footer-content td,.footer-content th {
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 5px;
    text-align: center
}

.open-content {
    max-height: 270px;
    overflow: hidden
}

.event {
    background: none;
    border: none;
    padding: 0px;
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: right;
    border-bottom: 1px solid #000;
    margin-right: 15px
}

.event:after {
    content: "\f107";
    position: absolute;
    right: -22px;
    top: 2px;
    font-family: FontAwesome;
    font-size: 16px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease
}

.remove ~ .event:after {
    transform: rotate(180deg)
}

.remove {
    max-height: 100%
}

.review-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    color: #000;
    margin-bottom: 20px
}

.review-inner {
    border: 1px solid #e9e0db;
    padding: 20px;
    border-radius: 10px;
    margin: 0px 15px;
    height: 240px;
    position: relative;
    background: #fff;
}

.review-inner h4 {
    font-size: 18px;
    font-weight: 500;
    color: #6d6a6a;
    text-transform: uppercase;
    display: none
}

.review-rating i {
    color: #ffb900;
    font-size: 12px;
    margin-right: 3px
}

.review-rating {
    text-align: center
}

.review-inner p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 30px
}

.name-section {
    position: absolute;
    bottom: 10px;
    width: 100%;
    float: left;
    left: 0;
    text-align: center
}

.name-section span {
    font-weight: 600
}

.bayer-name {
    margin-bottom: 6px
}

.order-on {
    display: none
}

.review-slider .slick-next:before,.review-slider .slick-prev:before {
    color: #000;
    font-size: 35px
}

.review-slider .slick-next:before {
    content: "\f105";
    font-family: "FontAwesome"
}

.review-slider .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome"
}

.review-slider .slick-next,.review-slider .slick-prev {
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    background-color: #fff !important;
    z-index: 1
}

.review-slider .slick-next {
    right: -10px
}

.review-slider .slick-prev {
    left: -10px
}

.review-section {
    width: 100%;
    display: inline-block;
    margin-bottom: 75px
}

.see-reviews {
    padding: 0px;
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    display: block
}

.review-section ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px
}

.review-section ul li img {
    width: 115px;
    height: auto
}

.review-section ul li {
    padding: 0px 45px
}

.review-inner:before {
    content: "\f10e";
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-family: FontAwesome;
    font-size: 26px;
    color: #00000024
}

.review-inner:after {
    content: "\f10d";
    position: absolute;
    left: 15px;
    top: 4px;
    font-family: FontAwesome;
    font-size: 26px;
    color: #00000024
}

footer {
    background: #000;
    padding: 40px 0
}

.address-payment-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.address-footer {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.address-footer span {
    font-weight: 300;
    margin-left: 10px;
}

.footer-logo {
    font-size: 40px;
    margin: 0px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: inline-block;
    text-decoration: none
}

.footer-logo:hover {
    color: #fff
}

.left-footer p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
    font-weight: 300
}

.left-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    margin-left: -30px;
    margin-right: -30px
}

.left-footer i {
    font-size: 40px;
    color: #fff
}

.left-footer svg {
    height: 42px;
    width: auto
}

.left-footer ul li {
    padding: 0px 30px
}

.footer-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left
}

.footer-links li a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-decoration: none
}

.footer-links li {
    margin-bottom: 15px
}

.footer-links li:last-child {
    margin-bottom: 0px
}

.footer-links li span {
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.payment-options-section {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 25px
}

.payment-options-section li {
    margin-left: 15px;
    padding: 0px 0px;
    background: #fff
}

.payment-options-section li img {
    height: 20px;
    width: auto
}

.hsbc_loader_text {
    font-size: 18px;
    color: #000000
}

.copyright {
    text-align: center;
    background: #000 !important;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1.6;
    font-weight: 300
}

.copyright .container {
    border-top: 1px solid #fff;
    padding-top: 35px;
    padding-bottom: 35px
}

.whats-app {
    width: 50px;
    height: 50px;
    line-height: 49px;
    display: block;
    color: #fff;
    background: #4dc247;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    font-size: 32px;
    text-align: center;
    right: 5px;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 25%);
    transition: all .5s ease 0s;
    z-index: 1
}

.whats-app:hover {
    color: #fff
}

.recently-view-button {
    color: #424242;
    padding: 8px 20px;
    font-size: 15px;
    position: fixed;
    right: -68px;
    bottom: 300px;
    transform: rotate(-90deg);
    z-index: 1;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    background: #f0f5ff;
    border: 1px solid #c0d5ff
}

.recently-view-button i {
    padding-left: 5px
}

.recent-view-product {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #dadada;
    text-decoration: none;
    color: #000 !important
}

.product-left {
    width: 34%;
    margin-right: 30px
}

.product-left img {
    width: 100%;
    height: auto;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #a3916163;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2)
}

.recent-view-section {
    padding: 20px
}

.recent-view-section-heading {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-weight: 600
}

.id-product {
    margin-bottom: 2px;
    font-size: 13px
}

.buy-btn {
    background: #000000;
    color: #fff;
    padding: 4px 21px;
    font-size: 12px;
    display: inline-block;
    border-radius: 18px;
    border: 1px solid #000000
}

.buy-btn:hover {
    color: #fff
}

.no-recently-product {
    font-size: 16px;
    color: #605c5c;
    background: #f0f5ff;
    padding: 10px 35px;
    font-weight: 500;
    border-radius: 5px
}

.recent-view-section-heading i {
    padding-left: 6px;
    font-size: 26px;
    color: #000000
}

.name-product {
    font-size: 18px;
    margin-bottom: 6px;
    color: #000;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.product-detail {
    width: 60%
}

.recent-view-section-heading:after {
    content: "";
    height: 2px;
    width: 58%;
    left: 50%;
    bottom: -9px;
    position: absolute;
    border-bottom: 2px dotted #d7d7d7;
    transform: translateX(-50%)
}

.product-price {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px
}

.product-price span {
    padding-right: 5px
}

#sidebar-contact {
    margin-right: -520px;
    right: 0;
    width: 500px;
    background: #fff;
    position: fixed;
    height: auto;
    bottom: 0px;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 25%);
    border-radius: 0;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s
}

#sidebar-contact.active {
    right: 515px;
    width: 500px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s
}

#sidebar-contact .closebtn-slide {
    position: absolute;
    top: 4px;
    left: 12px;
    font-size: 39px;
    margin-left: 0;
    color: #000;
    text-align: center;
    background: #fff;
    z-index: 9;
    border-radius: 50%;
    text-decoration: none
}

.products-colum {
    max-height: 800px;
    overflow-y: auto;
    padding: 2px
}

.products-colum::-webkit-scrollbar {
    width: 5px
}

.review-details {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 0px;
    min-width: 135px;
    color: #0075ff
}

.review-details i {
    margin-right: 2px;
    color: #fdb913;
    font-size: 12px
}

#review-count {
    color: #276ef1;
    cursor: pointer
}

.dot-style {
    width: 5px;
    height: 5px;
    background: #dadada;
    border-radius: 50%;
    margin: 0px 5px
}

.products-colum::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.products-colum::-webkit-scrollbar-thumb {
    background: #878683;
    border-radius: 10px;
    height: 50px
}

.products-colum::-webkit-scrollbar-thumb:hover {
    background: #000
}

.contact-strip {
    background: #222;
    text-align: right;
    padding: 2px 0px
}

.contact-strip a {
    color: #fff
}

.contact-number i {
    font-size: 18px;
    padding-right: 5px
}

.call-us {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    font-size: 31px;
    text-align: center;
    right: 5px;
    transition: all .5s ease 0s;
    z-index: 1;
    font-weight: 600;
    background: #000;
    cursor: pointer;
    box-shadow: 0px 0px 24px 0px rgba(255,255,255,1)
}

.call-us i {
    transform: rotate(-110deg)
}

.call-us:hover,.call-us:focus {
    color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(255,255,255,1)
}

#sidebar-contact-number {
    margin-right: -320px;
    right: 0;
    width: 300px;
    background: #fff;
    position: fixed;
    height: auto;
    bottom: 100px;
    z-index: 1000;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 25%);
    border-radius: 5px 0px 0px 5px;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s
}

#sidebar-contact-number.active {
    right: 315px;
    width: 300px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s
}

#sidebar-contact-number .closebtn-call {
    position: absolute;
    top: -7px;
    left: -11px;
    font-size: 26px;
    margin-left: 0;
    color: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 25%);
    border-radius: 50%;
    text-decoration: none
}

.number-slide-section {
    display: flex;
    align-items: center
}

.number-left {
    width: 19%;
    text-align: center;
    height: 100%;
    background: #a39161;
    padding: 20px 5px;
    border-radius: 0px 5px 5px 0px;
    margin-right: 9px
}

.number-left i {
    font-size: 50px;
    color: #fff
}

.call-heading {
    margin: 0;
    padding: 0px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #6d6a6a;
    font-size: 16px !important
}

.number-right {
    text-align: left;
    width: 75%;
    padding: 10px 0px
}

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

.listing-page-section .container {
    width: 1780px;
    max-width: 1780px !important
}

.breadcrumb a {
    color: #000;
    text-decoration: none
}

.breadcrumb-item {
    font-size: 14px
}

.top-content-section h1 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    width: 30%;
    line-height: 1.6
}

.top-content-section {
    margin: 10px 0px;
    margin-top: 0px
}

.top-content-section p {
    width: 80%;
    padding-left: 30px;
    border-left: 2px solid #222;
    max-height: 72px;
    overflow-y: auto;
    margin-left: 15px;
    color: #222;
    font-size: 14px;
    line-height: 23px
}

.quick-link-section ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    margin-top: 10px;
    overflow-x: auto
}

.sort-by-area .col-md-8 {
    width: 70%
}

.quick-link-section ul li {
    margin-right: 15px
}

.quick-link-section ul li:last-child {
    margin-right: 0px
}

.quick-link-section li a {
    color: #222;
    padding: 7px 25px;
    display: block;
    font-size: 14px;
    border: 1px solid #6d6a6a;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none
}

.quick-link-section li a:focus {
    background: #fff;
    color: #000
}

.high-low-section {
    display: flex;
    align-items: center
}

.high-low-section ul {
    border-radius: 5px;
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 7px 0px;
    margin-left: 0px
}

.high-low-section ul li {
    display: inline-block;
    margin-left: 20px
}

.high-low-section ul li a {
    font-weight: 400;
    color: #555;
    font-size: 15px
}

.high-low-section ul li i {
    padding-right: 5px
}

.high-low-section ul li .fa-arrow-down {
    color: #00f
}

.high-low-section span {
    display: inline-block;
    font-weight: 400;
    color: #000;
    font-size: 16px
}

.high-low-section ul li:first-child {
    margin-left: 10px;
    border-right: 1px solid #000;
    padding-right: 10px;
    font-weight: 500 !important
}

.high-low-section ul li:nth-child(2) {
    border-right: 1px solid #000;
    padding-right: 10px
}

.listing-count-show{
    display: none;
}

.sort-by-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.filter-seaction-box {
    display: flex;
    justify-content: space-between;
}

.high-low-section ul li .fa-star {
    color: #ffb30e
}

.high-low-section ul li .fa-long-arrow-up {
    color: #cf2428
}

.high-low-section ul li .fa-long-arrow-down {
    color: green
}

.listing-inner {
    display: flex
}

.listing-filter {
    min-width: 15%;
    width: 15%;
    margin-right: 65px;
    display: none
}

.product-show-section {
    width: 97% !important;
    margin: 0 auto
}

.product-listing-section {
    display: inline-block;
    width: 100%;
    background: #f6f6f6;
    padding: 15px 0;
    margin-bottom: 40px
}

.top-content-section .col-md-12 {
    display: flex
}

.product-show-section .row {
    display: flex;
    flex-wrap: wrap
}

.close-filter {
    position: absolute;
    right: 22px;
    top: 8px;
    color: #fff;
    display: none;
    cursor: pointer
}

.product-listing-section .row .col-md-3 {
    margin-bottom: 35px
}

.product-list-col {
    border-radius: 20px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background: #fff;
    position: relative;
    display: block;
    transition-duration: .3s;
    text-decoration: none;
    height: 100%
}

.product-list-col:hover {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%)
}

.product-list-col figure {
    overflow: hidden;
    display: block;
    border-radius: 20px
}

.product-list-col img {
    width: 100%;
    height: auto;
    border-radius: 20px
}

.star-rating {
    color: #222;
    font-weight: 400;
    padding-top: 0px;
    margin-bottom: 15px;
}

.star-rating i {
    color: #ff9500;
    margin-right: 12px;
    font-size: 12px
}

.product-name-listing {
    margin: 10px 0px;
    font-size: 17px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 0px;
}

.price-row {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    display: flex;
    margin: 8px 0px;
    line-height: 1.1
}

.price-row span{
    padding: 7px 10px;
}

.price-row span:first-child{
    justify-content: start;
    background: #E8F4E8;
    border-radius: 5px;
    width: fit-content;
}

.earliest-Delivery {
    color: #222;
    margin-top: 8px
}

.earliest-Delivery span {
    color: #a32e2e;
    font-weight: 600;
    font-size: 14px;
    display: inline
}

.product-tag {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size:14px;
    padding: 5px 20px;
    border-radius: 15px 0px 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-colum .product-tag {
    left: 0;
    top: 0;
}

.gallery-viewer .product-tag {
    left: auto;
    top: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
}

.buy-button {
    background: #000;
    box-shadow: 0 2px 10px #fff;
    padding: 4px 25px;
    border-radius: 100px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    visibility: hidden;
    white-space: nowrap
}

.product-list-col:hover .buy-button {
    visibility: visible
}

.price-row span.old-price {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
}

.old-price:after {
    content: "/";
    position: absolute;
    top: 0px;
    left: 5px;
    display: none;
}

.old-price:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    top: 50%;
    border-top: 2px solid #e30404;
    transform: translateY(-50%);
    pointer-events: none
}

.product-list-col .offer-tag {
    background-color: #bf0000;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 15px 0px 15px 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-list-category {
    padding: 0px !important
}

.product-list-category figure {
    height: 100%
}

.product-list-category figure img {
    height: 100%
}

.heart-box {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    color: #000;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center
}

.product-information {
    text-align: left;
    padding: 0px 8px;
    padding-bottom: 12px;
}

.offer-tag:hover {
    transform: inherit
}

.heart-box:after {
    content: "\f004";
    font-family: 'Font Awesome\ 5 Free'
}

.select-product:after {
    font-family: "FontAwesome";
    color: #a39161
}

.side-navbar {
    width: 250px;
    position: sticky;
    top: 170px;
    transition: 0.5s
}

.active-nav {
    margin-left: 0
}

#filter-button {
    color: #e30404;
    display: none;
    cursor: pointer
}

.refine-filter {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 0.5px solid #d3d3d3;
    display: inline-block;
    background: #fff;
    padding: 14px 20px;
    color: #000;
    width: 100%;
    text-align: left;
    position: relative
}

.listing-filter .accordion-button {
    padding: 14px 20px;
    text-align: left;
    background: #fff;
    font-size: 15px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    outline: none;
    color: #000;
    box-shadow: none;
    border-bottom: 1px solid #dadada
}

.listing-filter .accordion-item {
    border: none
}

.listing-filter .accordion-button:after {
    background-image: none !important;
    content: "\2b";
    font-family: 'Font Awesome\ 5 Free';
    right: 13px;
    position: absolute
}

.listing-filter .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: 'Font Awesome\ 5 Free';
    transform: inherit
}

.listing-filter .accordion-body ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.listing-filter .accordion-body ul li {
    list-style: none;
    margin-bottom: 24px
}

.listing-filter .accordion-body ul li a {
    position: relative;
    color: #000;
    font-size: 15px;
    list-style: none;
    text-decoration: none;
    display: block
}

.listing-filter .accordion-body ul li:last-child {
    margin-bottom: 0px
}

.listing-filter .accordion-body ul li a:after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #dadada;
    text-align: center;
    position: absolute;
    right: 0;
    top: 2px
}

.listing-filter .accordion-body ul li a:hover:after {
    content: "\f00c";
    color: green;
    font-size: 11px;
    font-family: FontAwesome
}

.listing-filter .accordion-body ul li a:hover {
    color: #c79f49
}

.product-detail-section {
    width: 1450px;
    margin: 0 auto;
    display: block;
    margin-top: 10px
}

.product-detail-area {
    display: flex;
    align-items: self-start
}

.product-detail-section .breadcrumb {
    margin-bottom: 5px
}

.pdp-image-gallery-block {
    display: grid;
}

.left-gallery-section {
    min-width: 40%;
    padding-right: 30px;
    position: sticky;
    top: 155px;
    height: auto
}

.left-gallery-section img {
    width: 100%;
    height: auto
}

.gallery-viewer img {
    width: 100% !important;
    height: auto
}

.product-code {
    font-weight: 500;
    font-size: 12px;
    color: #6b6b6b !important;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 10px;
    font-style: italic
}

.gallery-viewer p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #6d6a6a
}

.heighlight-note {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.heighlight-box{
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    background: #fff5f7;
    color: #9b1c26;
    border: 1px solid #ffe0e5;
    line-height: 1.3;
}

.person-view-section {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #222;
    margin-bottom: 8px;
}

.person-view-section i {
    color: #dc2626;
}

.view-count{
    font-weight:600;
}

.right-detail-section h1 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 7px;
    display: inline-block;
    color: #222;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: 1.6px;
}

.product-detail-container {
    width: 1250px;
    margin: 0 auto;
    display: block;
    margin-top: 20px
}

.right-detail-section .sorry-this-product {
    background: #fff;
    padding: 10px;
    color: #000;
    border: none;
    font-size: 15px
}

.right-detail-section .sorry-this-product span {
    color: #f00 !important;
    font-size: 18px;
    font-weight: 600
}

.right-detail-section .sorry-this-product a {
    font-weight: 600;
    color: #0477d7 !important
}

.gallery-viewer img {
    width: 100% !important;
    height: auto;
    border-radius: 10px;
}

.gallery-viewer-mobile {
    display: none;
}

.gallery-mobile-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gallery-mobile-slider::-webkit-scrollbar {
    display: none;
}

.gallery-mobile-slide {
    min-width: 100%;
    scroll-snap-align: start;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.gallery-mobile-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-mobile-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.gallery-mobile-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #c8c8c8;
    padding: 0;
}

.gallery-mobile-dot.active {
    width: 18px;
    border-radius: 999px;
    background: #111;
}

.gallery-popup-modal .modal-dialog {
    max-width: 920px;
}

.gallery-popup-modal .modal-content {
    border-radius: 14px;
    overflow: hidden;
}

.gallery-popup-main-image {
    text-align: center;
}

.gallery-popup-main-image img {
    max-height: 62vh;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
}

.gallery-popup-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-left: 15px;
    justify-content: center;
}

.gallery-popup-thumb {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 0;
    width: 90px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery-popup-thumb img {
    width:100%;
    height: auto;
}

.gallery-popup-thumb.active {
    border-color: #000000;
}

.wrapper img {
    width: 80px;
    height: auto;
    border-color: #a9a4a4 !important
}

.wrapper a {
    height: 80px !important;
    width: 80px !important;
    margin-bottom: 5px !important;
    display: block
}

.wrapper a.active img {
    border: 2px solid #a39161 !important
}

.verient-list {
    margin: 0px -10px;
    padding: 0px;
    list-style: none;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    color: #6d6a6a
}

.verient-list li {
    min-width: 33.33%;
    padding: 0px 10px;
    max-width: 50%
}

.verient-list li {
    cursor: pointer
}

.variant-box {
    border: 1px solid #d6e4d8;
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.verient-list li span {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    padding: 10px
}

.verient-list li img {
    padding-right: 0;
    width: 100%;
    height: auto
}

.verient-list li input {
    padding-right: 5px;
    margin-top: 0px
}

.verient-content h2 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #000
}

.verient-content h3 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500
}

.verient-content p {
    font-size: 14px;
    line-height: 25px
}

.verient-content {
    padding-right: 0px;
    text-align: left;
    padding-left: 10px
}

.upgrade-options {
    margin-bottom: 0px
}

.upgrade-options h4 {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    margin-bottom: 10px
}

.add-glassvase {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

.add-glassvase:last-child {
    margin-top: 20px;
    margin-bottom: 15px
}

.add-glassvase span {
    font-size: 13px;
    padding-left: 7px
}

.add-glassvase input {
    margin-right: 5px
}

.price-detail-page {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
    min-width: 105px
}

.price-section-detail {
    align-items: center;
    margin-bottom: 20px;
    position: relative
}

.price-detail-page .old-price:after{
    top:-2px;
    display: none;
}

.price-detail-page .old-price {
    padding-left: 10px;
    font-size: 17px;
    color: #6d6a6a;
    font-weight: 500;
    position: relative;
}

.price-detail-page .old-price:before {
    left: 10px;
    border-top-color: #6d6a6a;
}

.upgrade-options-heading {
    font-weight: 400;
    font-size: 16px;
    color: #222 !important;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px dotted #222;
    width: fit-content
}

.contity-box {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 5px 10px;
    border-radius: 10px
}

.verity-box img {
    height: 40px !important;
    width: auto !important
}

.change-location {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500
}

.change-location a {
    color: #0d5897;
    text-decoration: none;
    padding-left: 2px
}

 .pr-rdo {
    appearance: none;
    -webkit-appearance: none;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #d4c8be;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: grid;
    place-items: center;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.3s ease;
    outline: none;
    min-width: 16px;
}

/* Inner dot via ::before */
.pr-rdo::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1e8e3e;
    transform: scale(0);
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 3px;
    position: absolute;
}

.pr-rdo:hover {
  border-color: #1e8e3e;
}

.pr-rdo:checked {
  border-color: #1e8e3e;
  background: rgba(192, 113, 122, 0.06);
}

.pr-rdo:checked::before {
  transform: scale(1);
}


li.option.selected.focus {
    font-weight: 700 !important;
    color: #000;
    background-color: #f9f5ec !important
}

.city-select:focus {
    outline: none;
    box-shadow: none
}

.select-city-section input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px;
    padding-left: 55px;
    color: #000;
    font-size: 17px
}

.select-city-section input:focus {
    outline: none
}

.city-select:before {
    position: absolute;
    top: 2px;
    left: 20px;
    font-family: FontAwesome;
    font-size: 20px;
    color: #222;
    line-height: inherit
}

.city-select {
    position: relative;
    width: 100%
}

.city-select.nice-select {
    width: 100%;
    height: 36px;
    line-height: 38px;
    border: none;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px
}

.city-select .current {
    font-size: 16px;
    padding-left: 32px
}

.city-select .current:before {
    font-size: 20px
}

.city-select.nice-select {
    margin-bottom: 20px
}

.city-select.nice-select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-color: #222
}

.nice-select.city-select.city-select1 {
    width: 50%;
    margin-right: 15px
}

.alphabet-dropdown {
    width: 50%;
    margin-left: 15px
}

.city-select .current {
    font-size: 18px;
    padding-left: 40px;
    color: #222;
    font-weight: 500;
    border-color: #222 !important
}

.city-select.nice-select::after {
    height: 10px;
    width: 10px;
    top: 45%
}

.city-select .list {
    width: 100%;
    height: 330px;
    overflow-y: auto !important;
    box-shadow: 0 4px 10px rgba(0,0,0,.175) !important;
    margin-top: 60px;
    border-radius: 15px
}

.city-select .current:before {
    content: "\f3c5";
    position: absolute;
    top: 0px;
    left: 20px;
    font-family: FontAwesome;
    font-size: 24px;
    color: #cf2428;
    line-height: inherit
}

.city-select .list li {
    padding: 10px;
    font-size: 15px;
    min-height: inherit;
    line-height: 25px;
    color: #222;
    border-top: 1px solid #f6f6f6
}

.city-select .list li:first-child {
    font-weight: 600;
    background: #f3f3f3;
    cursor: default
}

select.city-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-color: #222;
    border-radius: 5px;
    font-size: 19px;
    padding: 0px 18px
}

.error-city {
    position: relative
}

.error-city .text-danger {
    position: absolute;
    top: -15px
}

.nice-select .option.selected {
    font-weight: normal !important
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68,88,112,.11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%!important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0!important;
    font-size: 15px
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.select-city-section {
    width: 100%;
    display: flex
}

.right-detail-section h4 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%
}

.time-variant {
    margin-bottom: 20px
}

.time-variant ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex
}

.time-variant ul li {
    width: 33.33%;
    padding: 2px 5px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 1px solid #bdbbbb;
    border-radius: 5px 0px 0px 5px;
    height: 49px
}

.time-variant ul li:nth-child(2) {
    border-left: none;
    border-radius: 0px
}

.time-variant ul li:nth-child(3) {
    border-left: none;
    border-radius: 0px 5px 5px 0px
}

.time-variant ul li h4 {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #6d6a6a;
    margin-bottom: 4px
}

.time-variant ul li span {
    color: #6d6a6a;
    font-size: 14px
}

.time-variant ul li:last-child {
    margin-right: 0px
}

.calender-box {
    padding: 0px;
    position: relative;
    cursor: pointer;
}

.calender-box.active-slot input {
    font-weight: 600
}

.calender-box input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    background: transparent;
    cursor: pointer;
    caret-color: transparent;
}

.calender-box:after {
    content: "\f073";
    position: absolute;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: #6d6a6a;
    top: 1px;
    left: 50%;
    transform: translateX(-50%)
}

.delivery-type ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex
}

.delivery-type ul li {
    width: 33.33%;
    overflow: hidden;
    padding: 11px 10px;
    font-size: 15px;
    border: 1px solid #dadada;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
    height: 49px
}

.delivery-type ul li:nth-child(2) {
    border-left: none;
    border-radius: 0px
}

.delivery-type ul li:nth-child(3) {
    border-left: none;
    border-radius: 0px 5px 5px 0px
}

.delivery-type ul li:last-child {
    margin-right: 0px
}

.delivery-type {
    margin-bottom: 20px
}

.delivery-charge {
    position: absolute;
    font-size: 11px;
    text-align: right;
    right: 2px;
    top: 9px;
    color: #000;
    font-weight: 500;
    display: none
}

.delivery-charge:after {
    content: "";
    background: #f9f5ec;
    width: 59px;
    height: 63px;
    transform: rotate(27deg);
    position: absolute;
    top: -17px;
    right: -8px;
    z-index: -1;
    border-left: 1px solid #dadada
}

.delivery-charge:before {
    content: "";
    width: 59px;
    height: 63px;
    transform: rotate(27deg);
    position: absolute;
    top: -17px;
    right: -8px;
    border-left: 1px solid #dadada
}

.select-time-slot {
    border: 1px solid #dadada;
    border-radius: 5px;
    height: 49px;
    text-align: center
}

.select-time-slot:hover {
    border: 1px solid #dadada
}

.select-time-slot:active {
    background: #fff !important;
    color: #000 !important;
    border-color: #dadada !important
}

.delivery-time-slot {
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.delivery-time-slot .dropdown-menu {
    border-radius: 0px 0px 15px 15px !important;
    overflow: hidden;
}

.delivery-time-slot .dropdown-menu li{
    border-bottom:1px solid #efefef;
}

.delivery-time-slot .dropdown-menu li a{
    padding:10px 5px;
}

.delivery-time-slot .dropdown-menu li:last-child{
    border-bottom:none;
}

.delivery-time-slot select {
    padding: 7px 10px;
    width: auto;
    border: 1px solid #dadada;
    outline: none;
    float: left;
    margin-right: 15px;
    background: #fff;
    height: 44px;
    border-radius: 5px;
    font-size: 15px
}

.mid-box-section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 20px;
    float: left
}

.time-box {
    padding: 0;
    min-width: 33.33%;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #dadada;
    color: #000;
    font-weight: 600;
    background: #F9F5EC;
    margin-right: 20px;
    float: left;
    height: 49px;
    line-height: 49px;
    font-size: 15px;
    border-radius: 5px
}

.mid-box-section span {
    padding-top: 5px;
    display: inline-block;
    font-size: 14px
}

.color-heighlight {
    color: #f00
}

.option-time-unavailable {
    position: relative
}

.option-time {
    z-index: 9
}

.delivery-time-slot .dropdown-item {
    text-align: center
}

.delivery-time-slot .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.option-time-unavailable:after {
    content: "";
    background: red;
    position: absolute;
    height: 2.5px;
    width: 155px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.add-cart-button {
    background: #1C2120;
    color: #fff;
    padding: 8px 18px;
    font-size: 19px;
    display: inline-block;
    text-decoration: none;
    margin-top: 0;
    cursor: pointer;
    margin-bottom: 25px;
    min-width: 250px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
    float: left;
    border: 2px solid #1C2120
}

.addtocart-button-section {
    display: block;
    float: right
}

.add-cart-button:hover {
    background: #000000;
    color: #fff
}

.time-variant,.delivery-type,.delivery-time-slot,.mid-box-section {
    display: none
}

.active-slot {
    background: #f5ede9;
    color: #000;
    font-weight: 600
}
.trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1.5px solid #1e8e3e;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
    width: 100%;
}
.trust-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-right: 1.5px solid #1e8e3e7a;
    background: #f7fee7;
    transition: background 0.15s;
}
.trust-icon {
    font-size: 18px;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgb(107 181 121);
}
.trust-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.1;
}
.trust-sub {
    font-size: 11.5px;
    color: #6b6b6b;
}
.trust-item:last-child {
    border-right: none;
}
.care-guidence {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #6d6a6a
}

.care-guidence .tab-content {
    padding: 15px
}

.care-guidence .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #9e9e9e;
    cursor: pointer;
    width: 33.33%
}

.care-guidence .nav-link.active {
    border-color: #1e8e3e
}

.care-guidence ul,.care-guidence ol {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    color: #6d6a6a
}

.care-guidence ul li,.care-guidence ol li {
    margin-bottom: 10px !important
}

.care-guidence ul li:last-child,.care-guidence ol li:last-child {
    margin-bottom: 0px
}

.care-guidence p,.care-guidence li,.care-guidence span,.care-guidence strong, {
    color: #6d6a6a;
    font-size: 14px !important;
    font-family: 'Lato',sans-serif !important
}

.product-review {
    display: inline-block;
    margin: 15px 0px;
    width: 100%
}

.product-review-heading {
    font-size: 19px !important;
    color: #4f4f4f;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 10px;
}

.user-review {
    font-size: 15px !important;
    color: #000;
    font-weight: 600;
    margin:0px;
    display: block;
    line-height: 1.1;
}

.user-review span {
    padding-left: 40px;
    color: #5e5555;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    display: none
}

.user-review span:after {
    content: "";
    background: #b5b3b3;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 7px
}

.review-outside-section {
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}

.inner-review {
    width: 48%;
    border: 1px solid #ebe5e2;
    padding: 10px;
    border-radius: 15px;
}

.review-field {
    padding-left: 73px;
    position: relative
}

.first-letter {
    position: absolute;
    left: 10px;
    width: 38px;
    height: 38px;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 38px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* Rating Summary Container */
.rating-summary {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0px 0px 25px 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 25px;
}

/* Left - Big Number + Stars + Label */
.rating-avg-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 190px;
}

.avg-number {
  font-size: 58px;
  font-weight: 400;
  color: #111;
  line-height: 1;
  font-family: serif;
}

.avg-label {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
  font-weight: 400;
}

/* Right - Star Bars */
.rating-bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rating-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #444;
}

.bar-label {
  min-width: 28px;
  text-align: right;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}

.bar-track {
  flex: 1;
  height: 7px;
  background: #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  max-width: 220px;
}

.bar-fill {
  height: 100%;
  background: #c79f49;
  border-radius: 10px;
  transition: width 0.4s ease;
}

.bar-count {
  min-width: 18px;
  font-size: 12px;
  color: #555;
  text-align: left;
}

.rating i {
    color: #f5a623;
    margin-right: 4px;
}

.review-field:after {
    content: "✔ Verified";
    position: absolute;
    right: 0px;
    top: 0px;
    color: #1e8e3e;
    font-size: 11px;
}

/*.review-field:after {
    content: "\f2be";
    position: absolute;
    left: 0px;
    top: 10px;
    font-family: FontAwesome;
    font-size: 41px;
    color: #dadada;
}
*/
.review-field p {
    margin: 0px;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 1.3
}

.review-field i {
    color: #fdb913;
    font-size: 9px;
    margin: 0px 1px;
}

.inner-review .rating{
    margin-bottom:10px;
}

.load-more-review {
    color: #276ef1;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none
}

.load-more-review:hover {
    color: #276ef1
}

.recommended-box img {
    width: 100%;
    height: auto
}

.recommended-box a {
    display: block;
    border: 1px solid #e9e0db;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}

.recommended-box a:focus {
    outline: none
}

.recommended-collection .slick-slide {
    margin: 0 20px
}

.recommended-collection {
    margin: 0px 0px
}

.recommended-collection .slick-next:before,.recommended-collection .slick-prev:before {
    color: #000;
    font-size: 35px
}

.recommended-collection .slick-next:before {
    content: "\f105";
    font-family: "FontAwesome"
}

.recommended-collection .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome"
}

.recommended-collection .slick-next,.recommended-collection .slick-prev {
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border-radius: 50%;
    background-color: #fff !important;
    z-index: 1
}

.recommended-collection .slick-next {
    right: -10px
}

.recommended-collection .slick-prev {
    left: -10px
}

.recommended-product-name {
    font-size: 15px !important;
    margin-top: 7px;
    margin-bottom: 5px;
    color: #6d6a6a;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 7px;
    margin-right: 7px;
    line-height: 1.1
}

.recommended-box span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 8px 7px;
    display: block
}

.product-detail-heading {
    position: relative;
    margin-bottom: 60px;
    font-size: 26px;
    text-transform: capitalize
}

.product-detail-heading:after {
    content: "";
    background: #e9e0db;
    height: 5px;
    width: 120px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%)
}

.time-variant ul li.active-slot span {
    color: #000
}

.time-variant ul li.active-slot h4 {
    color: #000
}

.sort-category-filter {
    border-bottom: 1px solid #dadada;
    display: flex;
    margin: 0px;
    margin-bottom: 10px;
    overflow-x: auto;
    top: 74px;
    background: #fff;
    z-index: 1;
    padding: 0px 15px;
    padding-top: 10px;
    position: sticky;
    flex-wrap: nowrap;
}

.sort-category-filter button {
    background: #fff;
    margin-right: 13px;
    min-width: 125px;
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 6px;
    color: #000;
    border-radius: 4px;
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600
}

.sort-category-filter button.active {
    background: #000;
    color: #fff;
    border-color: #000
}

.sort-category-filter::-webkit-scrollbar {
    width: 12px;
    height: 5px
}

.sort-category-filter::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px
}

.sort-category-filter::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px
}

.sort-category-filter::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

#addon-popup .modal-dialog {
    min-width: 1100px;
    border: none;
    border-radius: 0;
    overflow: hidden
}

#addon-popup .modal-content {
    border: none;
    border-radius: 0px
}

.addon-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px
}

.addon-list li {
    width: 20%;
    padding: 0px 15px;
    position: relative;
    margin-bottom: 25px
}

.addon-list img {
    width: 100%;
    height: auto;
    margin-bottom: 6px
}

.addon-box {
    padding: 5px;
    text-align: center;
    padding-bottom: 55px;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 35%)
}

.addon-box.selected-addon {
    box-shadow: 0 0 5px 1px #448600
}

.addon-name {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    color: #222;
    padding: 0px 5px
}

.addon-price {
    font-size: 13px;
    color: #222;
    margin-bottom: 6px
}

.add-contity {
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 25px;
    right: 25px;
    overflow: hidden;
    border: 0.5px solid #a391616b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    height: 37px;
    background: #e9e0db;
}

.continuepopup {
    font-size: 14px;
    padding: 8px 12px !important;
    width: 185px;
}

.add-contity input {
    width: 100%;
    border: none;
    outline: 0;
    text-align: center;
    height: 35px;
    padding: 0 !important;
    background: #e9e0db;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    cursor: pointer
}

.add-contity button {
    height: auto;
    width: 28px;
    line-height: inherit;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    display: none
}

.add-contity button.minus-button {
    font-size: 36px
}

.check-uncheck-box {
    position: absolute;
    top: 2px;
    right: 0px
}

.check-uncheck-box img {
    width: 31px;
    height: auto
}

.selected-addon ~ .add-contity button {
    display: block
}

.addon-check {
    display: none
}

.addon-box.selected-addon .addon-check {
    display: block
}

.addon-box.selected-addon .addon_unchecker {
    display: none
}

#addon-popup .modal-footer {
    justify-content: space-between;
    border: none;
    padding-top: 0;
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #dadada59
}

.addonprice-details {
    display: flex;
    float: left;
    align-items: center;
    text-align: center;
    margin-left: 10px
}

.price-detail {
    font-size: 18px;
    text-transform: capitalize;
    margin-right: 25px;
    font-weight: 600;
    color: #555
}

.addonprice-details h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #555;
    margin-bottom: 4px
}

.addonprice-details h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #222;
    font-weight: 600
}

.base-item {
    margin-right: 25px
}

.plus-icon {
    margin-right: 25px;
    font-size: 28px;
    color: #555
}

.eqal-icon {
    margin-right: 25px;
    font-size: 28px;
    color: #555
}

.total-price h5 {
    margin: 0;
    font-weight: 700;
    color: #1c8e3d;
    font-size: 16px
}

.add-product-pop .modal-footer {
    padding: 5px 15px 10px 15px;
    border-top: 1px solid #dadada59
}

.continuepopup {
    margin-top: 7px;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 5px;
    border: medium none;
    padding: 7px 25px !important;
    color: #fff;
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 2px 10px #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    font-weight: 600
}

.continuepopup:hover {
    color: #fff;
    background: #000
}

.addonprice-details h3 span {
    padding-right: 4px
}

#addon-popup {
    top: 0px
}

.add-gift {
    border: none;
    display: flex;
    padding: 0px 15px;
    min-width: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    background: #e9e0db;
    padding-bottom: 0px;
    position: sticky;
    top: 0;
    z-index: 1
}

.add-gift span {
    margin: 0px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.1;
    display: flex;
    align-items: center
}

.add-gift .btn-close {
    outline: none;
    font-size: 18px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 27px
}

.add-gift img {
    height: 75px;
    width: auto;
    margin-right: 21px
}

.addon-total-price {
    margin-right: 25px
}

#product-guidence h2 button {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    background: none
}

#product-guidence .accordion-item {
    border: none;
    border-top: 1px solid #c7c7c7;
    border-radius: 0
}

#product-guidence h2 button:focus {
    outline: none;
    box-shadow: none
}

#product-guidence {
    margin-top: 25px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

#product-guidence .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon)
}

.order-process-section {
    width: 1250px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px
}

.login-page .active-page .page-title {
    background: #fff;
    color: #000
}

.login-page .page-title h1 {
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 2px;
    font-size: 20px
}

.login-page .page-title img {
    filter: brightness(0)
}

.order-flow-box {
    border-radius: 10px 0px;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px
}

.hide-step-box {
    display: none
}

.order-flow-box a {
    text-decoration: none
}

.page-title {
    padding: 8px 25px;
    background: #fff;
    color: #000;
    font-size: 17px;
    border-radius: 10px 0px;
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: center
}

.page-title h1 {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0;
    color: #000
}

.active-page {
    margin-bottom: 30px
}

.active-page .page-title {
    background: #e9e0db;
    color: #000
}

.page-title:before {
    content: "\f054";
    float: right;
    top: 50%;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    font-family: "FontAwesome"
}

.active-page.page-title:before {
    content: "\f078"
}

.page-title img {
    height: 30px;
    float: left;
    margin-right: 20px;
    filter: brightness(0)
}

.order-inner-section {
    padding: 25px 20px
}

.order-inner-section h3 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase
}

.login-section-inner {
    display: flex;
}

.login-left {
    width: 60%;
    padding-right: 45px;
    position: relative;
    padding-bottom: 20px;
    min-height: 320px
}

.login-left:after {
    content: "";
    background: #0F0E0E;
    width: 1px;
    height: 310px;
    position: absolute;
    top: 0;
    right: 0
}

.button-group button.withotp-btn {
    margin-top: 20px;
    margin-right: 0 !important;
    width: 185px;
    font-size: 15px;
    background: #0477d7;
    border: 1px solid #0477d7;
    height: 42px;
    color: #fff
}

.continue-otp {
    width: 185px;
    font-size: 15px;
    background: #0477d7;
    border: 1px solid #0477d7;
    height: 42px
}

.btn-primary.continue-otp:hover,.btn-primary.continue-otp:active,.btn-primary.continue-otp:focus {
    background: #0477d7;
    color: #fff;
    border: 1px solid #0477d7
}

.button-group button.withotp-btn:hover,.button-group button.withotp-btn:focus,.button-group button.withotp-btn:active {
    background: #0477d7;
    color: #fff
}

.login-left ul {
    padding-left: 15px;
    border-color: #000
}

.login-left .nav-link {
    padding: 10px 40px;
    font-size: 18px;
    color: #000 !important
}

.login-left .nav-link.active {
    border-color: #000;
    border-bottom: 1px solid #fff;
    font-weight: 600
}

.login-left.tab-pane {
    padding: 20px 0px 0px 15px
}

.login-left .form-label {
    font-size: 14px;
    color: #000000
}

.login-left .form-control {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 42px
}

.login-left .form-group {
    margin-bottom: 20px;
    position: relative
}

.login-left .form-group .text-right {
    cursor: pointer;
    position: absolute;
    bottom: -22px;
    right: 0px;
    color: green;
}

.form-control[type="tel"] {
    padding-left: 54px
}

.button-section-login .btn-primary {
    padding: 7px 25px;
    text-align: center;
    margin: 0px 6px;
    width: 120px;
    background: #0477d7;
    border: none;
    border-radius: 5px
}

.button-section-login .btn-primary:first-child {
    background: #dadada;
    color: #333
}

.button-section-login {
    display: flex;
    justify-content: center
}

.forgot-password-order {
    float: right;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px
}

.forgot-password-order:hover {
    color: #000;
    text-decoration: underline
}

.button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.button-group button {
    padding: 6px 10px;
    width: 160px
}

.button-group button:first-child {
    margin-right: 15px
}

.black-border-button {
    border-color: #000;
    background: #fff;
    color: #000
}

.black-border-button:hover,.black-border-button:focus,.black-border-button:focus-visible,.black-border-button:active,.black-border-button.btn:first-child:active, {
    background: #000;
    color: #fff;
    border-color: #000
}

.login-right {
    text-align: center;
    width: 40%
}

.login-right h4 {
    font-size: 18px;
    color: #6d6a6a;
    margin-top: 15px
}

.login-facebook {
    background: #1778F2;
    color: #fff;
    text-decoration: none;
    display: flex;
    width: 250px;
    font-size: 15px;
    padding: 8px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #1778F2
}

.login-facebook i {
    padding-right: 10px;
    font-size: 20px
}

.login-facebook:hover {
    color: #1778F2;
    background: #fff
}

.login-google {
    background: #fff;
    display: flex;
    padding: 6px 10px;
    width: 185px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 auto;
    color: #000;
    text-transform: capitalize;
    height: 42px;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12)
}

.login-google img {
    height: 26px;
    width: auto
}

.login-google i {
    padding-right: 10px;
    font-size: 20px
}

.login-google:hover {
    color: #000
}

.or-divider {
    display: flex;
    justify-content: center
}

.or-divider p {
    text-align: center;
    margin: 12px 0px;
    font-size: 15px;
    background: #fff;
    padding: 0px 10px;
    position: relative
}

.or-divider p:after {
    content: "";
    height: 2px;
    width: 62px;
    background: #dadada;
    position: absolute;
    right: -72px;
    top: 10px
}

.or-divider p:before {
    content: "";
    height: 2px;
    width: 62px;
    background: #dadada;
    position: absolute;
    left: -72px;
    top: 10px
}

.align-right {
    float: right
}

.check-group {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start
}

.check-group input {
    margin-right: 10px
}

.login-left .nav-link:hover {
    background: #f1f1f1
}

.login-left .nav-link:focus {
    background: none
}

#otp_form p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px
}

#otp_form p span {
    color: green;
    padding-left: 5px;
    font-weight: 600
}

#otp_form {
    display: none;
    text-align: center
}

#otp_form .developer-send-otp-msg {
    background: #efefef;
    border-color: #dadada;
    color: #000
}

.otp-section {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.otp-section input {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 10px;
    border: 1px solid #0f0e0e;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    outline: none
}

.otp-section input:last-child {
    margin-right: 0px
}

.otp-section input:focus {
    border-color: #a39161
}

.resend-otp {
    text-decoration: none;
    font-size: 14px;
    color: #EE3B1A;
    width: fit-content;
    display: block
}

.not-recevive-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.not-receive {
}

.resend-otp i {
    padding-right: 5px
}

.resend-otp:hover {
    color: #EE3B1A;
    text-decoration: underline
}

#forgotpasswor_form {
    display: none
}

#forgotpasswor_form button {
    margin: 0 auto;
    display: block;
    margin-top: 25px
}

.back-order {
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    color: #EE3B1A;
    font-size: 16px
}

.back-order i {
    padding-right: 5px;
    font-size: 14px
}

.back-order:hover {
    color: #EE3B1A
}

.right-cart h4 {
    color: #000;
    font-size: 20px;
    padding: 15px 15px;
    margin-bottom: 0px;
    border-radius: 10px 0px 0px;
    border: 1px solid #e9e0db;
    border-bottom: none;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.right-cart h4:after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 26%;
    height: 3px;
    background: #e9e0db;
    left: 50%;
    transform: translateX(-50%)
}

.right-cart h4 img {
    display: none
}

.order-summary {
    border: 1px solid #e9e0db;
    border-radius: 0px 0px 10px 0px;
    padding: 12px;
    border-top: none
}

.shop-more-cart {
    background: #006ffd;
    color: #fff;
    text-decoration: none;
    padding: 5px 18px;
    font-size: 14px;
    float: right;
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    border-radius: 25px
}

.shop-more-cart i {
    padding-right: 5px
}

.shop-more-cart:hover {
    color: #fff
}

.order-flow-box .right-cart .order-summary {
    border: none !important;
    padding-top: 30px;
    position: relative
}

.col-md-8 .order-flow-box .right-section-for-cart .order-summary {
    border: 1px solid #e9e0db !important;
    border-top: none !important
}

.order-summary ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 15px;
    overflow-x: auto;
    width: 75%
}

.order-summary ul::-webkit-scrollbar {
    height: 4px;
    width: 5px
}

.order-summary ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.order-summary ul::-webkit-scrollbar-thumb {
    background: #6d6a6a;
    border-radius: 10px
}

.order-summary ul::-webkit-scrollbar-thumb:hover {
    background: #6d6a6a
}

.cart-tab {
    font-size: 16px;
    font-weight: 800;
    padding: 2px 5px;
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
    margin-right: 25px;
    white-space: nowrap
}

.cart-tab.active-cart {
    border-bottom-color: #cf2428;
    color: #cf2428
}

.date-cart {
    font-weight: 500;
    color: #000;
    padding-left: 5px;
    font-size: 13px
}

.multiple-items-info {
    padding: 5px 10px;
    margin: -15px 0px 0px;
    width: fit-content;
    color: #fff;
    border-color: #f0f5ff;
    background: #000;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    font-size: 12px
}

.multiple-items-info:after {
    content: "";
    background: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 21px;
    top: -5px;
    transform: rotate(45deg);
    z-index: -1
}

.cart-tab i {
    padding-right: 5px
}

.cart-product-row img {
    width: 120px;
    height: 120px;
    border-radius: 5px 0px
}

.productid {
    color: #6d6a6a;
    font-size: 14px;
    margin-top: 5px;
    display: block
}

.cart-product-row figure a {
    text-align: center;
    text-decoration: none
}

.cart-product-row {
    display: flex;
    align-items: center;
    justify-content: normal;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef
}

.cart-product-row h3 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px
}

.cart-product-row h5 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px
}

.right-cart-contity {
    text-align: center;
    margin-right: 25px
}

.trash-btn {
    color: #747474;
    cursor: pointer;
    text-align: center;
    padding: 2px 10px;
    font-size: 13px;
    display: inline-block;
    border-radius: 5px
}

.trash-btn:hover {
    color: #fff;
    background: #000
}

.product-description {
    width: 72%;
    margin-left: 35px
}

.cart-product-row .product-summery h5 img {
    width: 40px;
    height: auto;
    margin: 0;
    margin-left: 5px
}

.cart-total {
    margin-top: 18px
}

.price-breakup {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 0px 6px
}
.freeship-tag {
    background: #E8F4E8;
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 5px;
    margin-left: 5px;
    color: #1e8e3e;
}

.price-breakup.wallet-section {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

.wallet-section span:nth-child(1) i{
    color: #1e8e3e;
    padding-left: 5px;
    font-size: 14px;
}

.wallet-section span:nth-child(2) {
    font-size: 14px;
    padding-left: 8px;
}

#walletBalance {
    appearance: none;
    -webkit-appearance: none;
    width: 45px;
    height: 20px;
    background-color: #ccc;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
    margin-top: 2px;
    margin-right: 4px;
    border: none;
}

#walletBalance::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: white;
    top:3px;
    left: 5px;
    transition: transform 0.3s;
}

#walletBalance:checked {
  background-color: #4CAF50;
}

#walletBalance:checked::before {
  transform: translateX(21px);
}

#walletBalance:focus {
  outline: none;
  box-shadow:none;
}

#walletBalance:checked[type=checkbox]{
    background-image: none;
}

.addonprice-details .total-price {
    background: none
}

.total-price {
    background: #f9f5ec;
    padding: 6px;
    font-weight: 700
}

.no-wallet-amount {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.no-wallet-amount i {
    font-size: 22px;
    background: #f9f5ec;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    border-radius: 30px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.cart-data2,.cart-data3,.cart-data4,.cart-data5,.cart-data6,.cart-data7,.cart-data8,.cart-data9,.cart-data10 {
    display: none
}

.right-section-for-cart {
    position: sticky;
    top: 150px
}

.for-cart-page .price-breakup.discount {
    display: none
}

.user-detail .page-title i {
    padding-right: 5px
}

.user-detail .page-title {
    display: inline-block;
    width: 100%;
    line-height: 30px
}

.user-detail .page-title:before {
    display: none
}

.user-email {
    float: right
}

.shopping-cart-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    overflow-x: auto;
    padding-bottom: 7px;
    margin-bottom: 14px;
    width: 80%
}

.shopping-cart-list li {
    margin-right: 10px;
    color: #0F0E0E;
    border: 1px solid #0F0E0E;
    min-width: 100px;
    border-radius: 26px;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    position: relative
}

.shopping-cart-list li.selected-cart {
    background: #0F0E0E;
    color: #fff
}

.selected-cart:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #0F0E0E;
    position: absolute;
    bottom: -5px;
    left: 47px;
    transform: rotate(45deg)
}

.cart-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0px 20px
}

.shop-more-button {
    padding: 5px 15px;
    background: #a39161;
    border: 1px solid #a39161;
    border-radius: 26px;
    color: #fff;
    text-decoration: none
}

.shop-more-button i {
    padding-right: 4px
}

.shop-more-button:hover {
    color: #a39161;
    background: #fff
}

.cart-page {
    padding-right: 0px;
    padding-left: 0px
}

.product-image {
    width: 125px;
    margin-right: 15px;
    text-align: center
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 10px 0px;
    margin-bottom: 5px
}

.product-image span {
    color: #333333;
    font-size: 14px
}

.shopping-cart-row {
    display: flex;
    padding: 20px;
    background: #a3916117;
    justify-content: space-between;
    position: relative
}

.product-summery h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 600
}

.product-summery h5 {
    color: #333333;
    font-size: 14px;
    margin: 0px;
    position: relative;
    padding-left: 15px
}

.product-summery h5:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #008000;
    border-radius: 50%;
    left: 0px;
    top: 5px
}

.product-count h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.product-summery {
    width: 64%
}

.wrap-button {
    display: flex;
    justify-content: space-between;
    border: 1px solid #a39161;
    border-radius: 8px;
    width: 85px;
    margin: 10px 0px;
    overflow: hidden
}

.wrap-button input {
    width: 30px;
    height: 25px;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 14px
}

.wrap-button button {
    width: 25px;
    background: #a3916128;
    border: none;
    height: 25px;
    color: #000;
    font-size: 17px
}

.remove-btn {
    font-size: 14px;
    color: #333333;
    cursor: pointer
}

.product-count {
    text-align: center
}

.cart-page .shopping-cart-row:nth-child(even) {
    background: #fff
}

.delivery-details {
    margin: 0px 5px 0px 5px;
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 17px;
    color: #000;
    margin-bottom: 15px
}

.delivery-details li {
    margin-right: 50px;
    position: relative;
    color: #000
}

.delivery-details li:last-child {
    margin-right: 0px
}

.delivery-details li:after {
    content: "";
    height: 18px;
    width: 1px;
    background: #333;
    position: absolute;
    right: -15px;
    top: 2px
}

.delivery-details li:last-child:after {
    display: none
}

.shopping-cart2,.shopping-cart3,.shopping-cart4,.shopping-cart5,.shopping-cart6,.shopping-cart7,.shopping-cart8,.shopping-cart9,.shopping-cart10 {
    display: none
}

.order-summary .btn-primary {
    padding: 8px 57px;
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 15px;
    display: block
}

.apply-coupan-btn {
    display: flex;
    border: 1px dashed #000;
    border-radius: 8px;
    justify-content: center;
    width: 160px;
    height: 35px;
    align-items: center;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 5px
}

.apply-coupan-btn img {
    margin-right: 6px;
    height: 20px
}

.apply-coupan-section {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.apply-coupan-btn:hover {
    color: #333333;
    border-color: #333
}

.coupon-error-msg {
    width: 100%
}

.offer-available-btn {
    font-size: 13px;
    color: green;
    margin-left: 5px;
    cursor: pointer
}

.offer-available-btn i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    background: #f00;
    color: #fff;
    font-size: 10px;
    margin-right: 2px
}

.modal.right.fade .modal-dialog {
    right: -455px;
    -webkit-transition: opacity 0.3s linear,right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear,right 0.3s ease-out;
    -o-transition: opacity 0.3s linear,right 0.3s ease-out;
    transition: opacity 0.3s linear,right 0.3s ease-out
}

.modal.right.fade.show .modal-dialog {
    right: 0
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 455px;
    height: 100%;
    -webkit-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0)
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none
}

#apply-coupan-modal .btn-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #000;
    opacity: 1;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 12px;
    left: 15px
}

.close-btn-coupon {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    background: none;
    border: none;
    border-bottom: 1px solid #000
}

.close-btn-section {
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 10px 0px;
    position: fixed;
    bottom: 0;
    width: 365px;
    z-index: 1
}

#apply-coupan-modal .modal-title {
    margin: 0 auto;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

#apply-coupan-modal .modal-header {
    border-bottom: none;
    display: block;
    background: #e9e0db;
    padding: 10px
}

.width-mobile-coupon .offcanvas-body {
    padding: 0px
}

#coupon_form input {
    height: 50px;
    border: 0.5px solid #00000052;
    border-radius: 5px 0px 0px 5px;
    padding: 20px;
    outline: none;
    width: 80%;
    margin-right: 0
}

#coupon_form button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 6px 24px;
    height: 50px;
    border-radius: 0px 5px 5px 0px;
    font-size: 15px;
    display: flex;
    align-items: center
}

#coupon_form button:hover {
    color: #fff
}

#coupon_form {
    margin: 20px 0px 10px 0px;
    display: flex;
    flex-wrap: wrap
}

.discount-code {
    width: 140px;
    height: 42px;
    font-size: 15px;
    color: #000000;
    border: 0.5px dashed #00000080;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    margin-bottom: 20px;
    position: relative;
    background: #fff
}

.discount-code:after {
    content: "";
    background: url(/assets/images/cut-icon.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    background-size: cover;
    right: -15px;
    top: 8px
}

.offer-row h3 {
    font-size: 22px;
    color: green;
    margin-bottom: 10px;
    font-weight: 600
}

.offer-row h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px
}

.offer-row ul {
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px
}

.apply-btn {
    background: #1e8e3e;
    border: 1px solid #1e8e3e;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    padding: 6px 11px;
    font-weight: 600;
    margin: 0 auto;
    display: block
}

.apply-btn:hover {
    color: #fff;
    background: #1e8e3e
}

.offer-row {
    margin-bottom: 20px;
    background: #f9f5ec;
    padding: 10px;
    border-radius: 5px;
}

.offer-row.disable-coupon {
    opacity: 0.5;
    cursor: no-drop;
    background: #f1f0f5c4;
}

.offer-row.disable-coupon .apply-btn {
    background: #adadad;
    border: none !important;
    cursor: no-drop;
}

#apply-coupan-modal .modal-body {
    padding: 15px
}

.message-cart-list {
    padding-left: 20px;
    border-color: #0F0E0E
}

.message-cart-list .nav-link.active {
    border-color: #0F0E0E;
    border-bottom: 1px solid #ffffff;
    color: #000
}

.message-cart-list .nav-link {
    color: #000
}

.message-cart-list .nav-link:hover {
    border-bottom: 1px solid #fff;
    background: #f3f3f3
}

.message-card nav {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.message-card nav .nav-tabs {
    border: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 30px;
    display: flex;
    margin-bottom: 20px;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 10px
}

.message-card nav .nav-tabs button {
    margin-right: 10px;
    border: 1px solid #0F0E0E;
    border-radius: 25px;
    font-size: 14px;
    color: #000;
    padding: 7px 16px;
    min-width: fit-content
}

.message-card nav .nav-link.active {
    background: #000;
    color: #fff
}

.message-card nav .nav-link:hover {
    background: #000;
    color: #fff
}

.message-form-section {
    display: flex
}

.message-form-left {
    width: 100%;
    margin-top: 20px
}

.massage-form-right {
    width: 50%;
    margin-left: 15px
}

.massage-form-right ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-right: 10px
}

.massage-form-right {
    max-height: 217px;
    overflow-y: auto
}

.massage-form-right ul li {
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    border: 0.5px solid #00000052;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.massage-form-right ul li:last-child {
    margin-bottom: 0px
}

.message-form-left textarea {
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #00000052;
    border-radius: 5px;
    height: 152px;
    padding: 10px;
    margin-bottom: 15px;
    outline: none
}

.message-form-left input {
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #00000052;
    border-radius: 5px;
    padding: 10px;
    height: 50px;
    width: 100%;
    outline: none
}

.message-card {
    margin-bottom: 30px;
    padding: 0px 25px
}

.shipping-head h2 {
    font-size: 20px;
    color: #222;
    font-weight: 500;
    margin-bottom: 0px;
    border-bottom: 2px solid #000
}

.shipping-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px
}

.form-check.same-as-shipping {
    margin-left: 25px;
    display: none !important
}

.address-bookbtn {
    background: #000;
    border-radius: 8px;
    font-size: 15px;
    color: #fff;
    padding: 5px 12px;
    text-decoration: none;
    border: 1px solid #000
}

.address-bookbtn:hover {
    color: #fff
}

.address-bookbtn i {
    padding-right: 10px
}

.address-box {
    border: 0.5px solid #D5D1D1;
    border-radius: 10px;
    padding: 12px !important;
    background: #FFFAF6;
    font-size: 15px;
    color: #000;
    height: 100%;
    display: flex
}

.address-box.disable-address {
    background: #f1f1f1;
    cursor: no-drop
}

.address-box.disable-address label {
    cursor: no-drop !important
}

.address-box label span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px
}

.adress-name {
    position: absolute;
    top: -29px;
    left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 93%
}

.address-box label {
    color: #1A1824
}

.address-box [type="radio"]:checked,.address-box [type="radio"]:not(:checked) {
    opacity: 0
}

.address-box [type="radio"]:checked + label,.address-box [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    line-height: 20px;
    display: block
}

.address-box [type="radio"]:checked + label:before,.address-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #A8A8A8;
    border-radius: 100%
}

.address-box [type="radio"]:checked + label:before {
    border-color: #1e8e3e
}

.address-box [type="radio"]:checked + label:after,.address-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #1e8e3e;
    position: absolute;
    top: 6px;
    left: -11px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.address-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.address-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

#shipping-detail-form {
    margin-top: 20px
}

.group-form {
    display: flex
}

.group-form .form-group {
    width: 50%;
    margin-right: 12px;
    margin-bottom: 25px
}

.group-form .form-group:nth-child(2) {
    margin-right: 0px
}

.group-form .form-group:nth-child(3) {
    margin-left: 12px !important;
}

.group-form .form-group:last-child {
    margin-left: 12px;
    margin-right: 0px
}

#shipping-detail-form .form-group label {
    display: none;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 600;
    position: absolute;
    top: -13px;
    left: 30px;
    background: #fff;
    padding: 0 15px
}

#shipping-detail-form input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 38px;
    font-size: 14px
}

#changeBillingAddress ~ label {
    font-size: 12px;
    line-height: 1.4;
    color: #6d6a6a;
    margin-top: 0px;
}


#shipping-detail-form .recipent-address input {
    height: 80px
}

#shipping-detail-form select {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 38px;
    outline: none;
    font-size: 14px
}

li[data-value="6717522dd6788e46058ce627"] {
    color: #6d6a6a
}

.react-tel-input .search-box {
    margin: 0px;
    width: 100%
}

#shipping-detail-form .form-group {
    margin-bottom: 15px;
    position: relative
}

#shipping-detail-form .form-control:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #00000052;
    border-radius: 5px;
    background: #F4F4F4
}

#shipping-detail-form .form-control:read-only {
    border: 0.5px solid #ccc;
    background: #e9ecef
}
.note-for-mobile {
    font-size: 12px;
    display: block;
    line-height: 1.4;
    color: #6d6a6a;
}
.note-for-mobile i{
    padding-right:5px;
    color:#a19f9f;
}
.note-for-address {
    font-size: 12px;
    display: block;
    line-height: 1.4;
    color: #6d6a6a;
    margin-top:5px;
}
.note-for-address i{
    padding-right:5px;
    color:#a19f9f;
}
.billing-section {
    margin-top: 20px
}

.shipping-head.billing-section {
    margin-bottom: 35px;
    justify-content: flex-start
}

.recipent-city-country .nice-select {
    width: 100%;
    height: 38px;
    line-height: inherit;
    border: 1px solid #ccc;
    border-radius: 5px
}

.recipent-city-country .list {
    height: 350px;
    overflow-y: auto;
    width: 100%;
    margin-top: 50px
}

.recipent-city-country .list li:first-child {
    font-weight: 600;
    background: #f3f3f3;
    cursor: default
}

.recipent-city-country .nice-select:after {
    display: none
}

.privacy-terms {
    text-align: center
}

.privacy-terms p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px
}

.privacy-terms p a {
    text-decoration: underline;
    color: #000
}

.privacy-terms p a:hover {
    text-decoration: none
}

.proceed-payment {
    background: #1C2120;
    color: #fff;
    border-color: #1C2120;
    padding: 5px 40px;
    margin: 0 auto;
    display: block;
    border-radius: 5px
}

.proceed-payment:hover {
    background: #1C2120;
    color: #fff
}

#shipping-detail-form .same-as-shipping input {
    border-radius: 3px;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    border: 1px solid rgba(0,0,0,.25)
}

#shipping-detail-form .same-as-shipping label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #6d6a6a;
    line-height: 1
}

.save-to-addressbook {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    margin-bottom: 15px;
    margin-top: -10px
}

#shipping-detail-form .save-to-addressbook input {
    border-radius: 3px;
    width: 1em;
    height: 1em !important;
    margin-top: .25em;
    vertical-align: top;
    border: 1px solid rgba(0,0,0,.25);
    margin-right: 5px
}

#shipping-detail-form .save-to-addressbook label {
    font-size: 12px;
    line-height: 1.4;
    color: #6d6a6a;
    margin-top: 3px;
}

p.address-user {
    color: #1A1824;
    font-size: 15px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    float: left
}

.address-name {
    float: left
}

#add-adress .modal-dialog {
    width: 900px;
    border: 2px solid #a39161;
    border-radius: 0px 10px;
    overflow: hidden
}

#add-adress .modal-content {
    border: none;
    border-radius: 0px
}

#add-adress .modal-header {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px
}

#add-adress .btn-close {
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    opacity: 1;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 15px
}

#add-adress .btn-close i {
    padding-right: 0px;
    font-size: 22px
}

.popup-heading {
    background: #F9F5EC;
    padding: 15px 20px;
    display: flex;
    align-items: baseline;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px
}

.popup-heading i {
    padding-right: 10px;
    font-size: 24px
}

#add-adress .popup-heading {
    margin-top: 0px
}

#add-adress ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-height: 520px;
    overflow-y: auto
}

#add-adress ul li {
    width: 33.33%;
    padding: 0px 8px;
    margin-bottom: 16px;
    position: relative
}

.address-add {
    text-align: center;
    border: 0.5px dashed #0F0E0E;
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.address-add i {
    font-size: 45px;
    margin-bottom: 17px;
    display: block
}

.address-add h3 {
    font-size: 14px;
    color: #1A1824;
    text-transform: uppercase;
    font-weight: 700
}

.deliver-to-button {
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 5px;
    background: #000;
    border: 1px solid #000;
    padding: 4px 12px;
    font-size: 13px
}

.deliver-to-button:hover {
    background: #000;
    color: #fff
}

.saved-address-box [type="radio"]:checked,.saved-address-box [type="radio"]:not(:checked) {
    opacity: 0;
    display: none
}

.saved-address-box [type="radio"]:checked + label,.saved-address-box [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    line-height: 20px;
    display: block
}

.saved-address-box [type="radio"]:checked + label:before,.saved-address-box [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -26px;
    width: 22px;
    height: 22px;
    border: 1px solid #A8A8A8;
    border-radius: 100%;
    display: none
}

.saved-address-box [type="radio"]:checked + label:before {
    border-color: #a39161
}

.saved-address-box [type="radio"]:checked + label:after,.saved-address-box [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #a39161;
    position: absolute;
    top: -21px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.saved-address-box [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.saved-address-box [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.saved-address-box {
    background: #FFFAF6;
    border: 0.5px solid #D5D1D1;
    border-radius: 10px;
    padding: 12px;
    padding-bottom: 15px;
    padding-top: 15px !important;
    height: 100%
}

.saved-address-box strong {
    font-size: 14px;
    color: #1A1824;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    margin-top: 0px
}

.saved-address-box span {
    font-size: 15px;
    color: #1A1824;
    margin-bottom: 15px;
    display: block;
    margin-top: 5px
}

.saved-address-box label {
    font-size: 13px
}

#add-new-address .modal-dialog {
    min-width: 600px;
    border: 2px solid #a39161;
    border-radius: 0px 10px;
    overflow: hidden
}

#add-new-address .modal-content {
    border: none;
    border-radius: 0px 10px
}

#add-new-address .modal-header {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px
}

#add-new-address .btn-close {
    background: #000;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    opacity: 1;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px
}

#add-new-address .popup-heading {
    margin-top: 0px
}

#addnew_address .form-group {
    margin-bottom: 25px
}

#addnew_address button {
    margin: 0 auto;
    display: block
}

#addnew_address input:focus {
    outline: none;
    box-shadow: none;
    border-color: #000
}

#addnew_address select:focus {
    outline: none;
    box-shadow: none;
    border-color: #000
}

.address-input input {
    height: 65px
}

#add-new-address {
    top: 20px
}

#addnew_address .choose-city-select {
    width: 100%;
    font-size: 1rem;
    color: #212529;
    border: 1px solid #ced4da;
    height: 38px;
    line-height: 36px
}

#addnew_address .choose-city-select.nice-select:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    display: block;
    height: 7px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 7px
}

#addnew_address .choose-city-select .list {
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    margin-top: 50px
}

.choose-city-select .list li:first-child {
    font-weight: 600;
    background: #f3f3f3;
    cursor: default
}

.location-input {
    position: relative
}

.location-input:after {
    content: "\f3c5";
    position: absolute;
    top: 37px;
    right: 10px;
    color: #f00;
    font-family: "FontAwesome"
}

.discount {
    color: #008000
}

.appled-coupan {
    border: 1px dashed #a39161;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 600;
    color: #a39161;
    margin-bottom: 12px;
    font-size: 13px
}

.appled-coupan span {
    color: #1e1e1e;
    float: right;
    cursor: pointer;
    font-weight: 500;
}

.coupon-applied-text{
    display: none;
}

.appled-coupan.wallet-applied-strip {
    display: flex;
    justify-content: start;
}

span.cross-wallet {
    position: absolute;
    right: 25px;
}

.care-guidence .nav-link {
    padding: 5px 10px
}

.cart-summery-icon ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    margin-top: 14px;
    justify-content: center;
    text-align: center
}

.cart-summery-icon ul li {
    font-size: 14px;
    color: #6d6a6a;
    width: 50%
}

.cart-summery-icon ul li i {
    margin-right: 5px;
    color: #008000
}

.cart-summery-icon ul li i.fa-shield-halved {
    color: #008000
}

.payment-options-section-cart {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    list-style: none;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px
}

.payment-options-section-cart img {
    height: auto;
    width: 41px
}

.user-login .payment-options-section-cart img {
    width: 45px
}

.user-login .payment-options-section-cart {
    width: 90%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.payment-options-section-cart img.amex-image {
    height: 35px;
    width: auto;
    border-radius: 5px
}

.hide-section {
    display: none
}

@media (max-width: 991px) {
    .payment-section .tab-content>.tab-pane {
        display:block;
        opacity: 1
    }
}

.payment-section {
    display: flex;
    padding: 0px
}

.payment-section .accordion-body {
    padding: 60px 70px
}

.payment-page .page-title:before {
    display: none
}

.payment-section .nav-tabs {
    min-width: 320px;
    width: 320px;
    padding-top: 17px;
    background: #fbfbfb;
    padding-right: 15px
}

.payment-section .nav-link {
    width: 100%;
    padding: 18px 20px;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    padding-left: 50px;
    border-radius: 0px 15px 15px 0px;
    border: 1px solid #dadada;
    border-left: none;
    height: 60px;
    background: #fff
}

.payment-section .nav-link {
    border-bottom: 1px solid #dee2e6
}

.payment-section .nav-item:first-child {
    border-top: none
}

.payment-section .nav-item {
    margin-bottom: 15px
}

.payment-section .nav-link.active {
    border-color: #e9e0db;
    background: #f9f5ec;
    color: #fff;
    border-radius: 0px 15px 15px 0px
}

.payment-section .nav-link:after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #6d6a6a;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.payment-section .nav-link.active:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: green;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%)
}

.payment-section .accordion-body {
}

#idpayu img {
    height: 30px;
    width: auto
}

#idpaypal img {
    height: 30px;
    width: auto
}

#idcheckout img {
    height: 30px;
    width: auto
}

#idccavenue img {
    height: 30px;
    width: auto
}

#idjuspay img {
    height: 30px;
    width: auto
}

#idrazorpay img {
    height: 30px;
    width: auto
}

#idhsbc img {
    height: 30px;
    width: auto
}

.payment-section .nav-item img {
    height: 30px;
    width: auto
}

#idhsbc7777 .spinner-border {
    margin-top: 55px
}

.payment-section #idhsbc7777 .accordion-body {
    padding: 0px 5px
}

.geideaHppHeaderInner {
    display: none !important
}

.payment-section #idhsbc7777 .accordion-body iframe {
    min-height: 565px !important
}

.payment-option-insite {
    margin-top: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize
}

.powered-by {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-size: 14px
}

.powered-by.payU img {
    height: 21px
}

.powered-by img {
    height: 13px;
    width: auto;
    margin-left: 5px
}

.payment-section .tab-pane {
    border: none;
    border-radius: 15px 0px
}

.image-box {
    display: block
}

.image-box img {
    max-height: 40px;
    width: auto;
    margin-right: 15px
}

.payment-section input {
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #00000052;
    border-radius: 5px;
    height: 50px;
    padding-left: 20px;
    width: 100%
}

.payment-section input:focus {
    outline: none;
    border-color: #a39161
}

.payment-section .form-group {
    margin-bottom: 18px;
    position: relative
}

.payment-section .accordion {
    width: 100%
}

#visa-master-form {
    width: 70%;
    margin: 0 auto;
    padding: 25px 0px 0px 0px
}

.text-right {
    text-align: right
}

.group-form-payment {
    display: flex
}

.group-form-payment .form-group {
    margin-right: 15px;
    width: 50%
}

.group-form-payment .form-group:last-child {
    margin-right: 0px;
    margin-left: 15px
}

.heading-payment {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 12px 0px;
    display: none
}

.visa-icon {
    position: absolute;
    right: -40px;
    top: 15px;
    height: 25px;
    width: auto
}

.order-number-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070
}

.billing-info {
    padding: 25px;
    padding-top: 10px
}

.shopping-cart-icon {
    height: 48px;
    margin: 0 auto 14px;
    display: block
}

.order-heading h2 {
    font-size: 18px;
    margin: 0px;
    color: #333333;
    margin-bottom: 5px
}

.order-heading h3 {
    font-size: 17px;
    margin: 0px;
    color: #333333;
    margin-bottom: 0;
    font-weight: 500
}

.billing-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px
}

.accordion-button:focus,.accordion-button:hover {
    z-index: 0
}

.payment-section .accordion-button:not(.collapsed) {
    background: #f9f5ec;
    color: #000;
    border: 0.5px solid #a39161;
    box-shadow: 0px 3px 6px #a3916129;
    border-radius: 10px 0px !important;
    padding: 10px 20px
}

.payment-section .accordion-button.collapsed {
    border: 0.5px solid #a39161;
    box-shadow: 0px 3px 6px #a3916129;
    margin-bottom: 15px;
    border-radius: 10px 0px !important;
    padding: 10px 20px
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon)
}

.payment-section .accordion-button img {
    height: auto;
    width: auto;
    margin-right: 10px;
    max-width: 90px;
    max-height: 25px
}

.payment-section #idcheckout4444 .accordion-button img {
    max-width: 130px;
    max-height: 25px
}

.payment-failed-box {
    width: 580px;
    margin: 0 auto;
    margin-top: 95px;
    margin-bottom: 55px;
    box-shadow: 0px 3px 6px #a3916129;
    border: 1px solid #a39161;
    background: #f9f5ec;
    padding: 45px 20px;
    position: relative;
    border-radius: 10px 0px;
    text-align: center
}

.payment-failed-box h1 {
    margin: 20px 0px;
    font-size: 25px;
    font-weight: 600;
    color: #000
}

.payment-failed-box p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px
}

.payment-failed-box h2 {
    margin: 20px 0px 20px;
    font-size: 18px;
    font-weight: 800;
    color: #e30000
}

.payment-failed-box h2 a {
    margin-left: 10px;
    text-decoration: underline;
    color: #337ab7
}

.payment-failed-box img {
    width: 70px;
    height: auto;
    position: absolute;
    top: -30px;
    left: 44%;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgb(199 159 73 / 63%)
}

.payment-failed-box h2.black-color {
    color: #222;
    font-weight: 600;
    font-size: 16px
}

.about-us-page-container {
    margin-top: 65px
}

.about-us-space {
    margin-bottom: 65px
}

.about-us-page-container .container {
    width: 1250px
}

.image-about {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.image-about img {
    width: 100%;
    height: auto
}

.content-about {
    padding: 35px 50px
}

.content-about h1,.content-about h2 {
    font-size: 34px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    line-height: 1.4
}

.content-about p {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 300;
    color: #000;
    text-align: justify
}

.about-comman-heading {
    font-size: 34px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize
}

.how-we-do-it {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px -20px;
    min-width: 100%
}

.how-we-do-it li {
    width: 33.33%;
    margin-top: 40px;
    padding: 0 20px
}

.ourservice-top {
    display: flex;
    margin-bottom: 15px;
    align-items: center
}

.ourservice-top span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    background: #a39161;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    font-family: "Times New Roman",Times,serif
}

.ourservice-top h4 {
    margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

.how-we-do-it li p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000
}

.trust-quality p {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    color: #6d6a6a
}

.happiness-deliver-section {
    background: url(/assets/images/happines-deliver.webp) 0 0 / cover no-repeat;
    padding: 75px 50px
}

.happiness-deliver-section p {
    font-size: 22px;
    line-height: 1.6;
    margin: 0 auto 35px;
    display: block;
    width: 50%;
    color: #fff
}

.happiness-deliver-section a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 18px;
    border: 2px solid #a39161;
    font-weight: 500;
    text-decoration: none
}

.happiness-deliver-section a:hover {
    background: #fff;
    color: #000
}

.content-page-banner h1 {
    font-size: 44px;
    color: #0477d7;
    font-weight: 600;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 0px 20px;
    z-index: 1;
    display: block;
    margin: 0 auto;
    line-height: 1.1;
    position: relative
}

.static-heading-design {
    position: relative;
    display: flex;
    margin-top: 15px
}

.static-heading-design h1:after {
    content: "";
    background: #a3a3a3;
    height: 6px;
    width: 100px;
    position: absolute;
    left: -100px;
    top: 50%
}

.static-heading-design h1:before {
    content: "";
    background: #a3a3a3;
    height: 6px;
    width: 100px;
    position: absolute;
    right: -100px;
    top: 50%
}

.content-page-section {
    margin-bottom: 60px
}

.content-page-banner {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.content-page-section h2,.content-page-section h3,.content-page-section h4,.content-page-section h5,.content-page-section h6 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600
}

.content-page-section {
    font-size: 14px;
    color: #333333
}

.content-page-section ul li {
    margin-bottom: 15px
}

.content-page-section ul {
    padding-left: 15px;
    margin-bottom: 30px
}

.content-page-section ul li h3,.content-page-section ul li h4,.content-page-section ul li h5,.content-page-section ul li h6 {
    font-size: 14px;
    margin-bottom: 0px
}

.content-page-section p {
    margin-bottom: 20px
}

.faq-section {
    padding: 25px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #b7b7b7;
    display: block;
    border-radius: 20px 0px;
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
    padding-top: 50px;
    font-weight: 600
}

.faq-section .accordion-button {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 10px 0px !important;
    padding: 14px 15px;
    outline: none;
    box-shadow: none;
    color: #000
}

.faq-section .accordion-item {
    border: none;
    margin-bottom: 15px
}

.faq-section .accordion-body {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    border-left: 2px dotted green;
    margin-left: 5px;
    margin-top: 10px
}

.faq-section .accordion-button::after {
    background: none;
    content: "\2b";
    font-family: fontawsome;
    font-size: 24px;
    font-weight: 700;
    transform: inherit
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-size: 18px;
    font-family: 'Font Awesome 5 Free'
}

.faq-image img {
    width: 100%;
    height: auto
}

.faq-section .accordion-button:not(.collapsed) {
    border-bottom: 2px solid #008000
}

.faq-heading {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 5px 40px;
    font-size: 20px;
    border-radius: 10px 0px
}

.faq-sub-heading {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #b7b7b7;
    display: inline-block
}

.contactus-section {
    width: 60%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 3px 6px #a3916129;
    border: 1px solid #b7b7b7;
    padding: 25px;
    margin-bottom: 50px;
    border-radius: 10px 0px;
    position: relative;
    margin-top: 10px
}

.left-contact {
    width: 50%;
    float: left
}

.left-contact h2 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #0477d4;
    border-bottom: 2px dotted #a3a3a3;
    display: inline-block
}

.location-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background: #f9f5ec;
    font-size: 26px;
    color: #a39161;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px 0px
}

.address h3 {
    font-size: 18px
}

.address-right p {
    font-size: 16px
}

.address {
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px
}

.right-contact ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.right-contact ul li {
    margin-bottom: 20px;
    position: relative
}

.right-contact ul li a {
    font-size: 15px;
    color: #000;
    text-decoration: none
}

.right-contact ul li i {
    width: 40px;
    height: 40px;
    background: #008000;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    margin-right: 10px
}

.right-contact {
    width: 50%;
    padding-left: 70px;
    padding-top: 50px;
    float: left
}

.our-branch ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.our-branch {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 30px
}

.our-branch h3 {
    font-size: 18px;
    border-bottom: 1px solid #dadada;
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.our-branch ul li {
    display: inline-block;
    width: 19%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px
}

.our-branch ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: green;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%
}

.contactus-section h1 {
    margin: 0px;
    position: absolute;
    background: #0477d4;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0px 10px
}

.empty-cart-section {
    padding: 80px 0px;
    text-align: center;
    margin: 0 auto;
    display: block
}

.empty-cart-section img {
    height: 140px;
    width: auto;
    margin-bottom: 20px
}

.empty-cart-section h2 {
    font-size: 24px;
    margin-bottom: 7px
}

.empty-cart-section p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333333
}

.empty-cart-section .btn-primary {
    padding: 12px 28px;
    font-size: 16px
}

.cart-expired-modal {
    background: white;
    border-radius: 16px;
    padding: 24px;
    max-width: 320px;
    width: 100%;
    box-shadow: 0 8px 24px rgba(219, 39, 119, 0.12);
    animation: cart-expired-slideUp 0.3s ease;
    text-align: center;
    border: 1px solid rgba(236, 72, 153, 0.1);
    }

.cart-expired-popup .modal-dialog{
    width:fit-content;
    margin: 0 auto;
}

.cart-expired-icon-wrapper {
    margin: 0 auto 16px;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-expired-emoji {
    font-size: 28px;
    line-height: 1;
}

.cart-expired-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.cart-expired-message {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cart-expired-button-group {
    display: flex;
    gap: 10px;
}

.cart-expired-btn {
    flex: 1;
    padding: 11px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.cart-expired-btn-cancel {
    background: #f9fafb;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}

.cart-expired-btn-cancel:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}

.cart-expired-btn-rebuild {
    background: #1e8e3e;
    color: white;
}

.cart-expired-btn-rebuild:hover {
    background: #1e8e3e;
    color: white;
}

.cart-expired-btn:active {
    transform: scale(0.98);
}

.florist-login {
    width: 50%;
    margin: 0 auto;
    display: flex;
    box-shadow: 0px 3px 6px #a3916129;
    border: 1px solid #a39161;
    margin-bottom: 50px;
    border-radius: 10px 0px;
    position: relative;
    margin-top: 60px
}

.florist-login h1 {
    margin: 0px;
    position: absolute;
    background: #a39161;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0px 10px
}

.left-florist-login {
    width: 50%
}

.left-florist-login img {
    border-radius: 10px 0px;
    width: 100%;
    height: 100%
}

.right-florist-login {
    background: #F9F5EC;
    width: 50%;
    padding: 40px 20px;
    border-radius: 10px 0px;
    padding-top: 65px
}

.florist-login input {
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #00000052;
    border-radius: 5px;
    height: 45px
}

.florist-login input:focus {
    box-shadow: none;
    outline: none;
    border-color: #a39161
}

.florist-login .form-label {
    font-size: 14px;
    color: #000000
}

.florist-login .form-group {
    margin-bottom: 20px
}

.btn-section-florist-login {
    display: flex;
    justify-content: space-between
}

.right-florist-login .btn-primary i {
    padding-right: 8px
}

.right-florist-login .btn-primary {
    margin: 0 auto;
    display: block
}

.register-here {
    text-decoration: none
}

.register-here:hover {
    text-decoration: underline
}

#florist_forgotpassword_form {
    display: none
}

.right-florist-login h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.vendor-register-section {
    width: 80%;
    margin: 0 auto;
    padding: 0px;
    border-radius: 20px 0px;
    border: 1px solid #a39161;
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    box-shadow: 0px 0px 5px 0px rgba(199,159,73,05)
}

.left-vender-refister h1 {
    text-align: center;
    margin-top: 0px;
    background: url(/assets/images/heading-background.png) no-repeat;
    background-size: 68% 100%;
    padding: 20px 0px;
    color: #fff;
    background-position: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px
}

.left-vender-refister {
    width: 45%;
    padding: 20px
}

.left-vender-refister img {
    height: 300px;
    width: auto;
    margin: 0 auto;
    display: block;
    margin-top: 80px
}

.captcha-image img {
    width: 100%;
    height: auto
}

.right-vender-register input {
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #00000052;
    border-radius: 5px;
    height: 45px;
    font-size: 14px
}

.right-vender-register textarea {
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #00000052;
    border-radius: 5px;
    height: 85px;
    width: 100%;
    font-size: 14px
}

.right-vender-register input:focus {
    box-shadow: none;
    border-color: #a39161
}

.right-vender-register textarea:focus {
    box-shadow: none;
    border-color: #a39161
}

.alternate-email {
    margin-bottom: 25px
}

.right-vender-register .btn-primary {
    margin: 0 auto;
    display: block;
    padding: 7px 20px
}

.left-vender-refister ul li {
    margin-bottom: 10px
}

.right-vender-register {
    background: #f9f5ec;
    padding: 20px;
    padding-top: 50px;
    border-radius: 20px 0px
}

.track-order-left img {
    width: 74%;
    height: auto;
    margin: 0 auto;
    display: block
}

.trackorder-section {
    width: 50%;
    margin: 0 auto;
    display: flex;
    border: 1px solid #b7b7b7;
    padding: 40px 25px;
    margin-bottom: 50px;
    border-radius: 10px 0px;
    position: relative;
    margin-top: 20px;
    align-items: center
}

.trackorder-section h1 {
    margin: 0px;
    position: absolute;
    background: #000;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0px 10px
}

.track-order-left {
    width: 50%
}

.track-order-right {
    width: 50%
}

.track-order-right h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px
}

.track-order-right .form-group {
    margin-bottom: 20px
}

.track-order-right .btn-primary {
    margin: 0 auto;
    display: block;
    padding: 6px 50px;
    text-transform: uppercase;
    font-size: 17px
}

.track-order-right input:focus {
    box-shadow: none;
    outline: none;
    border-color: #a39161
}

.track-order-right input {
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #00000052;
    border-radius: 5px;
    font-size: 14px;
    height: 45px
}

.track-order-right .form-label {
    font-size: 14px;
    color: #000000
}

.detail-input-field input[type=file] {
    display: none
}

.choose-btn {
    margin: 10px;
    background: #cdcdcd;
    border: 1px solid #9f9f9f;
    color: #fff;
    padding: 10px 35px;
    text-align: center;
    cursor: pointer;
    font-size: 16px
}

.choose-btn:hover {
    border-color: #000000
}

.choose-btn-details:after {
    content: "";
    background: url(/assets/images/upload-icon.svg) no-repeat;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 7px;
    background-size: cover;
    left: 20px
}

.choose-btn-details {
    position: relative;
    margin: 0;
    background: #f9f5ec;
    border: 1px dashed #dadada;
    padding: 10px 35px 10px 70px;
    color: #000
}

.view-selected-image {
    float: left;
    width: 75px;
    height: auto;
    border: 1px solid #edc97b;
    border-radius: 5px 0px;
    margin-left: 15px;
    overflow: hidden;
    padding: 2px;
    margin-top: -20px
}

.view-selected-image img {
    width: 100%;
    height: auto
}

.upload-ing-show {
    margin-bottom: 0px
}

.detail-input-field {
    float: left
}

.delivery-city-area {
    width: 90%;
    margin: 0 auto;
    display: block;
    border: 2px solid #b7b7b7;
    padding: 25px;
    margin-bottom: 50px;
    border-radius: 10px 0px;
    position: relative;
    margin-top: 10px
}

.delivery-city-area ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    max-height: 300px;
    overflow-y: auto
}

.delivery-city-area::before {
    content: "";
    background: url(/assets/images/delivery-cities-background.webp) no-repeat;
    background-position-x: center;
    background-size: 100%;
    background-position-y: center;
    opacity: 0.04;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.delivery-city-area ul li {
    width: 20%;
    margin-bottom: 20px
}

.delivery-city-area ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    position: relative;
    padding-left: 20px
}

.delivery-city-area ul li a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: green;
    position: absolute;
    left: 0;
    top: 7px
}

.search-city {
    display: flex;
    width: 315px;
    margin-bottom: 20px;
    height: 38px;
    align-items: center
}

.delivery-city-area h1 {
    margin: 0px;
    position: absolute;
    background: #000;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0px 10px
}

.search-city input {
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    height: 100%;
    font-size: 14px
}

.search-city input:focus {
    box-shadow: none;
    border-color: #a39161
}

.search-city button {
    border-radius: 0px 5px 5px 0px;
    background: #a39161;
    padding: 8px 20px;
    border: 1px solid #a39161;
    height: 100%;
    border-left: none
}

.search-city button:hover {
    border-color: #a39161;
    color: #a39161
}

.search-city button:focus {
    border-color: #a39161;
    color: #a39161
}

.delivery-city-area hr {
    border-color: #b7b7b7
}

.review-page-section .review-colum {
    width: 275px;
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    text-align: center
}

.review-colum p {
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    padding: 10px;
    width: 100%;
    display: block
}

.review-page-section {
    margin-top: 50px
}

.review-stars {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px
}

.user-review-name {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    margin-top: 15px;
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 1.1
}

.review-colum img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.user-review-profile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e9e0db;
    font-size: 18px;
    color: #2c2c2c;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}

.review-colum video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 480px
}

.review-colum video ~ .user-review-profile {
    display: none
}

.review-colum img ~ .user-review-profile {
    display: none
}

.review-colum span {
    margin: 5px 0px;
    padding: 0px;
    font-size: 12px;
    color: #ababab;
    width: 100%;
    display: none;
    line-height: 1.1
}

.review-stars i {
    color: #ffb900;
    font-size: 12px
}

.customer-review-heading {
    margin: 0px;
    padding: 0px;
    font-size: 26px;
    color: #0477d4;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px
}

.customer-review-heading:after {
    content: "";
    background: #7d7d7d;
    height: 2px;
    width: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px
}

.feedback-section {
    width: 56%;
    display: flex;
    margin: 0 auto;
    border: 3px solid #a39161;
    box-shadow: 0px 3px 6px #C79F4929;
    border-radius: 10px 0px;
    overflow: hidden
}

.left-feedback {
    padding: 40px 30px;
    background: #f9f5ec;
    text-align: center;
    position: relative;
    width: 41%
}

.left-feedback img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(1);
    width: 255px;
    height: auto
}

.left-feedback img:hover {
    transform: translateX(-50%) scale(1)
}

.feedback-section h1 {
    text-align: center;
    padding: 0;
    font-size: 22px;
    margin-top: 0px;
    font-weight: 600;
    color: #000;
    border: none
}

.feedback-section h2 {
    text-align: center;
    padding: 0;
    font-size: 22px;
    margin-top: 0px;
    font-weight: 600;
    color: #a39161;
    border: none;
    line-height: 1.8
}

.right-feedback {
    width: 59%;
    padding: 25px 40px
}

.buyer-name {
    display: flex;
    margin-bottom: 15px;
    font-size: 16px
}

.buyer-name b {
    min-width: 91px
}

.buyer-name span {
    position: relative;
    padding-left: 10px
}

.buyer-name span:after {
    content: ":";
    position: absolute;
    left: 0px;
    font-size: 15px;
    top: 0
}

.text-area-field {
    margin-bottom: 15px
}

.text-area-field textarea {
    font-size: 14px;
    border-radius: 5px;
    height: 90px;
    padding: 15px
}

.text-area-field textarea:focus {
    outline: none;
    border-color: transparent;
    box-shadow: 0px 0px 4px 0px #c79f49 !important
}

.file-upload {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 32px
}

.btn-upload {
    margin-top: 10px;
    width: 100%;
    height: 35px;
    color: #6c7293;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #799fc0;
    border-radius: 3px 3px 3px 10px;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0px 31px 0px 5px;
    border-bottom: 3px solid #799fc0;
    border-left: 1px solid #799fc0;
    overflow: hidden
}

.i-pic-upload {
    position: absolute;
    color: #6c72ab;
    background: #ebebeb;
    background-size: cover !important;
    font-size: 14px;
    border-top: 1px solid #799fc0;
    border-right: 1px solid #799fc0;
    border-bottom: 1px solid #799fc0;
    outline: none;
    padding: 8.4px 9px;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 0px 3px 3px 0px
}

.i-deselect {
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.i-deselect::before {
    font-family: 'fontawesome';
    content: '\f057';
    position: absolute;
    top: 1px;
    right: -14px;
    font-style: normal;
    font-weight: normal;
    text-align: start;
    font-size: 12px;
    cursor: pointer
}

.text-browse {
    background: #ebebeb;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 2px 2px 2px 5px
}

.btn-upload:active {
    border-bottom-width: 2px;
    outline: none
}

.text-browse:hover {
    background: #e0e0e0;
    color: #78838d
}

.btn-upload:active .text-browse {
    background: #e0e0e0;
    color: #78838d;
    padding-left: 6px
}

.btn-upload:active + .i-pic-upload {
    padding: 8.5px 8px
}

.text-file-name {
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-align: left;
    font-size: 14px
}

.owner {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    margin-top: -80px;
    margin-bottom: 20px;
    text-align: center
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    border: 1px dashed rgb(26 17 17 / 40%);
    border-radius: 3px;
    transition: 0.2s;
    margin-bottom: 5px;
    justify-content: center;
    padding: 5px
}

.fake-btn.is-active {
    background-color: rgba(255,255,255,0.05);
    border-color: #c79f49
}

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 3px;
    padding: 8px;
    margin-right: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 25px;
    background: #f9f5ec;
    text-align: center;
    display: flex;
    justify-content: center
}

.content-photo {
    text-align: left;
    padding-left: 30px
}

.fake-btn img {
    width: 38px;
    height: auto
}

.fake-btn:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #189000;
    width: 26px;
    height: 26px;
    background-size: cover
}

.file-msg {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    padding-left: 0px !important
}

.file-input:focus {
    outline: none
}

.mug-box {
    display: flex;
    margin-bottom: 15px
}

.image-upload-section {
    width: 100%;
    margin-bottom: 15px
}

.image-upload-section p {
    font-size: 12px;
    color: rgba(28,33,32,.5);
    margin-bottom: 0px
}

.upload-photo {
    display: block
}

.captcha-section {
    margin-bottom: 40px
}

.captcha-section img {
    width: 250px;
    height: auto
}

.feedback-section button {
    margin: 0 auto;
    display: block
}

.international-delivery-page {
    width: 65%;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 2px solid #b7b7b7;
    margin-top: 50px;
    border-radius: 10px;
    position: relative;
    padding: 25px 0px;
    padding-top: 35px;
    background: #fff;
    background-size: cover
}

.international-delivery-page h1 {
    font-size: 20px;
    margin: 0px;
    padding: 12px 20px;
    border-radius: 10px 0px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-weight: 600
}

.international-delivery-page ul {
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative
}

.international-delivery-page ul img {
    height: 49px;
    width: auto;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 5px;
    box-shadow: 0px 0px 4px 0px rgb(199 159 73);
    position: relative;
    z-index: 1
}

.international-delivery-page ul figure {
    position: relative
}

.international-delivery-page ul li {
    width: 20%;
    margin-bottom: 25px;
    position: relative
}

.international-delivery-page ul li:last-child {
    margin-bottom: 0px
}

.international-delivery-page ul li a {
    display: inline-block;
    text-decoration: none
}

.international-delivery-page span {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    display: block
}

.backto-india {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 18px;
    color: #000;
    text-decoration: none
}

.backto-india:hover {
    color: #000
}

.backto-india img {
    height: 60px;
    width: auto;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px -3px 4px 0px rgb(199 159 73);
    position: relative;
    z-index: 1
}

.backto-india figure {
    position: relative
}

.backto-india figure:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(199 159 73);
    left: 50%;
    bottom: 9px;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 35px 34px 0px
}

.international-inner {
    display: flex;
    align-items: center
}

.international-right {
    width: 60%;
    margin-top: 25px
}

.internationa-left {
    margin-right: 15px;
    width: 40%
}

.internationa-left img {
    width: 85%;
    height: auto
}

.international-inner h3 {
    width: 100%;
    margin: 0;
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: 600;
    color: #000
}

.backto-india span {
    font-size: 15px;
    font-weight: 600
}

@media(min-width: 981px) {
    .menu {
        display:flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    .grid-demo .row {
        width: 100%;
        display: flex
    }

    .nav-section .dropdown-menu {
        top: 44px;
        left: auto;
        right: auto
    }

    .autofit-col-5 .occ-autofit-width {
        left: 50%;
        right: auto;
        transform: translate(-50%,0);
        padding: 0px
    }

    .autofit-col-4 .occ-autofit-width {
        left: 50%;
        right: auto;
        transform: translate(-50%,0)
    }

    .autofit-col-3 .occ-autofit-width {
        left: 70%;
        right: auto;
        transform: translate(-70%,0)
    }

    .category-menu.autofit-col-2 .occ-autofit-width {
        left: 0;
        right: auto
    }

    .category-menu:last-child .occ-autofit-width {
        right: -20px;
        transform: inherit;
        left: auto
    }

    .category-menu:first-child .occ-autofit-width {
        left: 0px;
        transform: inherit;
        right: auto
    }

    .category-menu:nth-child(2).autofit-col-5 .occ-autofit-width {
        left: 0;
        right: auto;
        transform: inherit
    }

    .menu .dropdown-menu.show {
        display: none;
        margin-top: 0px
    }

    .category-menu.autofit-col-2 {
        position: relative
    }

    .category-menu:nth-child(7) .occ-autofit-width,.category-menu:nth-child(8) .occ-autofit-width,.category-menu:nth-child(9) .occ-autofit-width,.category-menu:nth-child(10) .occ-autofit-width {
        right: 15px;
        left: auto;
        transform: inherit
    }
}

@media(min-width: 981px) and (max-width:1366px) {
    .dropdown-menu li a {
        font-size:13px
    }

    .category-menu:nth-child(7) .occ-autofit-width {
        right: 15px;
        transform: inherit;
        left: auto
    }

    .category-menu:nth-child(6) .occ-autofit-width {
        right: 15px;
        transform: inherit;
        left: auto
    }

    .category-menu:first-child .occ-autofit-width {
        left: 15px;
        transform: inherit;
        left: auto
    }

    .category-menu:nth-child(6).autofit-col-5 .occ-autofit-width {
        left: 50%;
        right: auto;
        transform: translate(-50%,0)
    }

    .category-menu:nth-child(6).autofit-col-4 .occ-autofit-width {
        left: 50%;
        right: auto;
        transform: translate(-50%,0)
    }

    .category-menu:nth-child(7).autofit-col-5 .occ-autofit-width {
        left: 50%;
        right: auto;
        transform: translate(-50%,0)
    }

    .category-menu:nth-child(7).autofit-col-4 .occ-autofit-width {
        left: 50%;
        right: auto;
        transform: translate(-50%,0)
    }

    .autofit-col-5 .menu-image {
        display: none
    }
}

@media(min-width: 965px) and (max-width:1026px) {
    .autofit-col-5 .mcol-4:last-child {
        display:none
    }
}

@media only screen and (max-width: 980px) {
    #slide-navbar-collapse {
        position:fixed;
        top: 0;
        left: 0px;
        z-index: 999;
        width: 355px;
        height: 100%;
        background-color: #fff;
        overflow: auto;
        margin-left: -355px;
        bottom: 0;
        visibility: hidden;
    }

    #slide-navbar-collapse.active-sidebar {
        left: 355px;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        width: 355px;
        visibility: visible;
    }

    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49
    }

    .menu-heading {
        margin-left: 0px !important
    }

    .mobile-user h4 .close-arrow i {
        font-size: 19px !important;
        color: #000;
        margin-right: 25px
    }

    .nav-section .navbar {
        margin-bottom: 0px
    }

    .mobile-user .close-arrow {
        position: absolute;
        right: 0px
    }
}

@media(min-width: 981px) {
    .navbar-header {
        display:none
    }

    #slide-navbar-collapse {
        display: block
    }

    .menu {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .mobile-user {
        display: none
    }

    .category-menu:hover .dropdown-menu {
        display: block
    }
}

@media(max-width: 980px) {
    .category-menu {
        padding: 0px;
        text-transform: capitalize;
        border: 1px solid #eee;
        position: relative;
        margin: 10px 10px;
        border-radius: 10px;
        overflow: hidden;
    }

    .menu li .dropdown-toggle::after {
        content: "\f078";
        font-family: "FontAwesome";
        /*background: url(/assets/images/right-arrow.svg);*/
        width: 15px;
        height: 15px;
        transform: rotate(0deg);
        background-size: cover;
        top: 15px;
        right: 15px
    }

    .dropdown-toggle.menu-titel.show:after {
        transform: rotate(180deg);
    }

    .menu-grid .menu-col:nth-child(even) {
        background: #fff
    }

    .menu-col {
        padding: 0px;
        padding: 0px 10px;
    }

    .no-scroll {
        overflow: hidden
    }

    .menu {
        display: inline-block;
        justify-content: inherit;
        align-items: center;
        max-height: fit-content;
        overflow-y: hidden;
        overflow-x: hidden
    }

    .menu-heading ~ li {
        display: none;
        border-bottom: none !important
    }

    .menu-heading ~ li.menu-heading {
        display: block;
    }

    .menu-heading ~ li.menu-heading ~ li {
        display: none
    }

    .menu-heading ~ li.menu-heading.open-submenu ~ li {
        display: block
    }

    .menu-heading.open-submenu ~ li {
        display: inline-block;
        width: 100%
    }

    .menu-col ul li a.menu-link{
        padding-left: 45px !important;
        position: relative;
    }

    .menu-col ul li a.menu-link:after{
        content: "\f101";
        position: absolute;
        left: 24px;
        font-family: "FontAwesome";
        color: #6d6a6a;
        font-size: 12px;
    }

    .category-menu .dropdown-menu {
        transform: inherit;
        left: 0;
        position: relative;
        top: 0;
        right: auto;
        box-shadow: none;
        right: auto !important
    }

    .menu-grid {
        padding: 0;
        display: block
    }

    .menu a {
        background: none !important;
        color: #000 !important;
        padding: 15px 15px !important;
        display: block;
        font-size: 14px !important
    }

    .currency-menu ul li {
        background: none !important;
        color: #000 !important;
        padding: 20px 15px !important;
        display: block;
        font-size: 16px !important
    }

    .currency-menu ul li.menu-grid {
        padding: 0px !important
    }

    .mobile-menu {
        color: #000 !important;
        padding: 20px 15px !important
    }

    .menu li {
        line-height: 15px !important
    }

    .menu-col ul li {
        margin-left: 0px;
    }

    .menu-col ul li:last-child {
        border-bottom: none
    }

    .menu li .dropdown-toggle::after {
        top: 16px
    }

    .menu-heading {
        font-size: 15px !important;
        padding: 16px 15px;
        margin-left: 0;
        border: none;
        width: 100%;
        background: #fff;
        color: #000;
        position: relative;
        font-weight: 500;
    }

    .menu-heading:after {
        content: "\2b";
        font-family: "FontAwesome";
        position: absolute;
        top: 20px;
        right: 10px;
        color: #000;
        font-weight: 400
    }

    .menu-heading.open-submenu:after {
        content: "\f068";
        color: #000
    }

    .menu .heading-only {
        font-weight: 600
    }

    a.menu-titel {
        font-size: 16px;
        font-weight: 600
    }

    .menu .heading-only {
        font-weight: 600
    }

    .menu li a.menu-titel {
        font-weight: 500;
        font-size: 16px !important;
    }

    .menu li a {
        font-weight: 500
    }

    .dropdown-toggle.menu-titel {
        font-weight: 600
    }

    .menu-heading.open-submenu {
        color: #000 !important;
        border-bottom: 1px solid #f3f3f3 !important;
        font-weight: 600;
    }

    .menu-col ul li {
        margin-bottom: 0px
    }

    .menu-image {
        display: none
    }

    .dropdown-toggle.menu-titel.show {
        background: #e9e0db !important;
        color: #000000 !important;
        border-bottom: 1px solid #eeeeee;
        position: sticky;
        top: 0;
        z-index: 9998;
        font-weight: 600;
    }

    .dropdown-toggle.menu-titel.show:before {
        content: "";
        background: green;
        height: 30px;
        width: 1px;
        position: absolute;
        right: 50px;
        top: 11px;
        display: none
    }

    .dropdown-toggle.menu-titel {
        font-weight: 500
    }

    .menu-grid {
        position: relative;
        overflow-x: hidden
    }

    .menu-grid {
        height: 100%;
        width: 100%;
        right: -800%;
        overflow-y: auto;
    }

    .mobile-user {
        color: #fff;
        text-align: center;
        position: sticky;
        top: 0;
        z-index: 9999;
        background: #e9e0db;
        width: 100%;
        border-radius: 0px 0px 15px 15px;
        margin-bottom: 20px;
    }

    .mobile-user ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: space-between
    }

    .mobile-user ul li a {
        color: #000;
        text-decoration: none;
        padding: 10px 4px;
        display: block;
        font-size: 15px;
    }

    .mobile-user ul li a img {
        height: 19px;
        width: auto;
        margin-right: 10px
    }

    .mobile-user ul li {
        border-top: 1px solid #ddd;
        border-right: 1px solid #fff;
        width: 50%
    }

    .mobile-user ul li:last-child {
        border-right: none
    }

    .mobile-user h4 {
        margin: 0px;
        padding: 15px;
        font-size: 17px;
        text-align: left;
        display: flex;
        color: #000;
        align-items: center;
        background: #ffffff
    }

    .mobile-user h4 i {
        margin-right: 10px;
        font-size: 30px;
        color: #1C2120
    }

    .menu-footer {
        position: sticky;
        width: 100%;
        bottom: 0;
        padding: 15px 20px 15px 20px;
        background: #000;
        z-index: 9999;
        top: 100%;
        display: block
    }

    .login-link-social {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #727272
    }

    .login-link-social ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        list-style: none
    }

    .login-link-social ul li a {
        color: #fff;
        font-size: 16px
    }

    .login-link-social ul li {
        padding: 0px 10px
    }

    .login-link-social ul li i {
        font-size: 20px
    }

    .login-link-social a {
        text-decoration: none;
        font-size: 16px;
        color: #000;
        font-weight: 600
    }

    .app-button-section {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .menu-section .col-md-2 {
        width: 100%;
        text-align: center
    }

    .menu-section .col-md-2 img {
        width: auto;
        height: 56px;
        margin-bottom: 20px
    }

    .logo {
        margin: 0 auto;
        display: inline-block
    }

    .menu-section .col-md-4 {
        width: 43%
    }

    .menu-button {
        background: none;
        font-size: 28px;
        position: absolute;
        bottom: 10px;
        border: 1px solid #e9e0db;
        padding: 0.5px 14px;
        border-right: none;
        border-radius: 5px 0px 0px 5px;
        left: 10px;
        z-index: 1;
        width: 55px;
        height: 50px;
    }

    .menu-button i {
        color: #6d6a6a
    }

    .gift-to-inner span {
        padding-right: 5px
    }

    .navbar-section-fixed {
        transform: inherit
    }

    .navbar-section-fixed.show-menu {
        transform: inherit
    }

    .navbar-section-fixed{
        background: #fff;
    }

    .quick-links .col a {
        height: 40px;
        line-height: 40px
    }

    .category-heading-click {
        display: block !important
    }

    .no-heading-item {
        display: none
    }
}

@media(max-width: 480px) {
    .sort-category-filter button {
        margin-right: 10px;
        min-width: 142px;
        padding: 4px;
        font-size: 13px;
        width: fit-content;
        white-space: nowrap;
        flex-shrink: 0;
        border-radius: 50px;
    }

    .sort-category-filter {
        top: 55px;
        margin-bottom: 15px;
    }

    #addnew_address .choose-city-select .list {
        max-height: 260px
    }
    .heighlight-note{
        gap:5px;
    }
    .person-view-section{
        font-size:14px;
    }
}

.delete-address-book {
    position: absolute;
    top: 0px;
    right: 8px;
    color: #f00;
    background: #ffffff;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ff000036
}

.delete-address-book:hover {
    color: #f00
}

.valentine-heading-bg {
    border-radius: 5px;
    background: url(/assets/images/valentine-heading-bg.png);
    background-size: cover
}

.valentine-heading-bg h1 {
    margin-top: 10px;
    padding: 5px 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
}

.valentine-slide-box a {
    display: block;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    border-radius: 20px;
    overflow: hidden;
    margin: 5px 0px
}

.valentine-slide-box a img {
    width: 100%;
    height: auto;
}

.valentine-slide-box {
    border-radius: 20px;
    width:25%;
    padding: 0px 30px;
}

.valentine-cat-slider {
    width: 100%;
    display: flex;
    margin-bottom: 20px !important;
}

.valentine-cat-slider:not(.slick-initialized) {
    display: flex;
    overflow:hidden;
}

.valentine-cat-slider:not(.slick-initialized) .valentine-slide-box{
    padding: 0 30px;
    display: inline-block;
    flex: 0 0 auto;
    width:25%;
}

.tab-section-valentine {
    margin-top: 10px;
    margin-bottom: 50px
}

.tab-section-valentine .container {
    position: relative;
    background: #f9f5ec;
    padding-top: 25px;
    padding-bottom: 40px;
    border-radius: 10px
}

.tab-section-valentine h2 {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.2
}

.tab-section-valentine p {
    text-align: center;
    width: 80%;
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
    margin-bottom:0px;
    color: #000
}

.tab-section-valentine .nav-tabs {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 31px;
    background: #f9f5ec;
    z-index: 1;
    padding: 20px 0px;
    justify-content: center
}

.tab-section-valentine .nav-tabs li {
    padding-right: 20px
}

.tab-section-valentine .nav-tabs li button {
    border: 1px solid #630104;
    border-radius: 2px;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    background: #fff;
    white-space: nowrap;
    width: 200px;
    text-align: center
}

.tab-section-valentine .nav-tabs li button.active {
    background: #630104;
    color: #fff
}

.tab-section-valentine .nav-tabs li button:hover {
    border: 1px solid #630104
}

.tab-section-valentine .product-colum {
    border-radius: 20px;
    padding: 5px 5px 12px;
    background: #fff;
    border: none
}

.tab-section-valentine .product-colum:hover {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%)
}

.tab-section-valentine .product-colum img {
    border-radius: 10px
}

.tab-section-valentine .product-colum img:hover {
    transform: inherit
}

.tab-section-valentine .product-list-slider li {
    margin-top: 25px
}

.tab-section-valentine .valentine-explore-more {
    padding: 7px 80px;
    font-size: 20px;
    background: #000;
    color: #fff;
    border-color: #000;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    text-decoration: none
}

.tab-section-valentine .valentine-explore-more:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    right: 57px;
    font-size: 20px;
    font-weight: 500
}

.tab-section-valentine .buynow-button {
    font-size: 18px;
    font-weight: 500
}

.product-list-slider-valentine {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    list-style: none;
    padding: 0px;
    width: 100%
}

.product-list-slider-valentine li {
    width: 25%;
    padding: 0px 15px;
    margin-top: 25px
}

.product-count-show {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    color: #6d6a6a;
    font-size: 14px
}

.valentine-filter {
    display: block;
    padding-right: 20px;
    width: 100%
}

.valentine-varity-section picture img {
    transition: inherit
}

.valentine-varity-section picture img:hover {
    transform: inherit
}

.valentine-varity-section {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}

.banner-overlap-content {
    width: 35%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px
}

.banner-overlap-content h1 {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    width: auto;
    line-height: 1.2
}

.banner-overlap-content p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    width: auto;
    padding-left: 0;
    border: none;
    margin-left: 0;
    max-height: inherit
}

.banner-overlap-content p.expanded {
    -webkit-line-clamp: unset;
    overflow: visible
}

.banner-overlap-content .read-more {
    background: none;
    border: none;
    margin-top: 10px;
    padding: 2px 5px;
    font-weight: 600;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid #fff
}

.price-hike-msg {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin-bottom: 5px;
    padding-right: 2px;
    display: contents
}

.price-hike-msg i {
    margin-right: 2px;
    color: #555
}

.seasonal-date-msg i {
    margin-right: 2px;
    color: #555
}

.seasonal-date-msg,.special-delivery-msg {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
    display: contents
}

.for-whatsaap-notification {
    margin-bottom: 25px;
    font-size: 14px;
    color: #363636
}

.corporate-hero {
  background: linear-gradient(135deg, 
    rgba(26, 26, 26, 0.9) 0%, 
    rgba(45, 45, 45, 0.8) 50%, 
    rgba(212, 175, 55, 0.2) 100%
  ), 
  url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="luxury" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M50,30 Q60,20 70,30 Q60,40 50,30 Q40,20 50,30" fill="rgba(212,175,55,0.08)"/><circle cx="20" cy="70" r="8" fill="rgba(255,255,255,0.03)"/><path d="M80,80 Q85,75 90,80 Q85,85 80,80 Q75,75 80,80" fill="rgba(212,175,55,0.06)"/></pattern></defs><rect width="100%" height="100%" fill="url(/assets/css/%23luxury)"/></svg>');
  color: white;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.corporate-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="25" cy="25" r="2" fill="rgba(212,175,55,0.1)"/><path d="M75,75 Q78,72 81,75 Q78,78 75,75 Q72,72 75,75" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="1.5" fill="rgba(212,175,55,0.08)"/></svg>');
  animation: corporate-float 25s infinite linear;
}

@keyframes corporate-float {
  0% { transform: translateY(0) rotate(0deg); opacity: 0.8; }
  50% { opacity: 1; }
  100% { transform: translateY(-120px) rotate(360deg); opacity: 0.8; }
}

.corporate-hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.corporate-hero h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.corporate-hero p {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  opacity: 0.95;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.corporate-cta-buttons {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.corporate-btn {
  padding: 1.2rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.corporate-btn-primary {
  background: #D4AF37;
  color: #1A1A1A;
  box-shadow: 0 6px 25px rgba(212, 175, 55, 0.3);
  border: 1px solid #D4AF37;
}

.corporate-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
  background: #F4E4A6;
  color: #1A1A1A;
}

.corporate-btn-secondary {
  background: transparent;
  color: #D4AF37;
  border: 2px solid #D4AF37;
}

.corporate-btn-secondary:hover {
  background: #D4AF37;
  color: #1A1A1A;
  transform: translateY(-3px);
  border-color: #D4AF37;
}

/* Corporate Features Section */
.corporate-features {
  padding: 4rem 0;
  background: linear-gradient(to bottom, #FEFCF3 0%, #fff 100%);
}

.corporate-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.corporate-section-title {
  text-align: center;
  margin-bottom: 5rem;
}

.corporate-section-title h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1A1A1A;
  position: relative;
}

.corporate-section-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #D4AF37, #F4E4A6);
}

.corporate-section-title p {
  font-size: 1.2rem;
  color: #666666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.corporate-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
}

.corporate-feature-card {
  background: #fff;
  padding: 3rem;
  border-radius: 25px;
  box-shadow: 0 8px 35px rgba(26, 26, 26, 0.08);
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.corporate-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #D4AF37, #F4E4A6, #CD7F32);
}

.corporate-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(26, 26, 26, 0.15);
  border-color: #D4AF37;
}

.corporate-feature-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #1A1A1A, #2D2D2D);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 2.2rem;
  color: #D4AF37;
  box-shadow: 0 8px 25px rgba(26, 26, 26, 0.2);
  transition: transform 0.3s ease;
  position: relative;
}

.corporate-feature-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 2px solid #D4AF37;
  border-radius: 50%;
  opacity: 0.3;
}

.corporate-feature-card:hover .corporate-feature-icon {
  transform: scale(1.1) rotate(5deg);
}

.corporate-feature-card h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #2D2D2D;
}

.corporate-feature-card p {
  color: #666666;
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Corporate About Section */
.corporate-about {
  padding: 4rem 0;
  background: #fff;
  position: relative;
  padding-top:0px;
}

.corporate-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="dots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1" fill="rgba(233, 30, 99, 0.03)"/></pattern></defs><rect width="100%" height="100%" fill="url(/assets/css/%23dots)"/></svg>');
  z-index: 1;
}

.corporate-about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
 align-items: flex-start;
  position: relative;
  z-index: 2;
}

.corporate-about-text h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #2D2D2D;
  line-height: 1.3;
}

.corporate-about-text p {
  font-size: 1.15rem;
  color: #666666;
  margin-bottom: 1.8rem;
  line-height: 1.8;
}

.corporate-about-text strong {
  color: #1A1A1A;
  font-weight: 600;
}

.corporate-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.corporate-stat {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #FEFCF3 0%, #F9F9F9 100%);
  border-radius: 20px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.corporate-stat:hover {
  border-color: #D4AF37;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
}

.corporate-stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #D4AF37;
  display: block;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(212, 175, 55, 0.2);
}

.corporate-stat-label {
  color: #666666;
  font-weight: 500;
  margin-top: 0.8rem;
  font-size: 1.1rem;
}

.corporate-about-image {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(233, 30, 99, 0.15);
}

.corporate-about-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.1), rgba(212, 175, 55, 0.1));
  z-index: 2;
}

.corporate-about-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.corporate-about-image:hover img {
  transform: scale(1.05);
}

/* Corporate Contact Form */
.corporate-contact-form {
  padding: 4rem 0;
  background: linear-gradient(135deg, #F9F9F9 0%, #FEFCF3 100%);
  position: relative;
}

.corporate-contact-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,30 Q30,20 40,30 Q30,40 20,30" fill="rgba(233, 30, 99, 0.03)"/><path d="M70,70 Q80,60 90,70 Q80,80 70,70" fill="rgba(142, 36, 170, 0.03)"/></svg>');
  z-index: 1;
}

.corporate-form-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 4rem;
  border-radius: 30px;
  box-shadow: 0 15px 45px rgba(233, 30, 99, 0.1);
  position: relative;
  z-index: 2;
  border: 1px solid rgba(233, 30, 99, 0.1);
}

.corporate-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.corporate-form-group {
    position: relative;
    margin-bottom: 2rem;
}

.corporate-form-group .react-tel-input input{
    width: 100%;
    height: 65px;
    border-radius: 15px;
    border: 2px solid #e2e8f0;
}
.corporate-form-group .react-tel-input .flag-dropdown{
    border: 2px solid #e2e8f0;
    background: #fff !important;
    border-radius: 15px 0px 0px 15px;
}

.corporate-form-control .react-tel-input:focus {
    outline: none;
    border-color: #D4AF37 !important;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
    transform: translateY(-1px);
}

.corporate-form-control {
  width: 100%;
  padding: 1.3rem 1.8rem;
  border: 2px solid #e2e8f0;
  border-radius: 15px;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  background: #fff;
  font-family: 'Inter', sans-serif;
}

.corporate-form-control:focus {
  outline: none;
  border-color: #D4AF37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
  transform: translateY(-1px);
}

.corporate-form-control::placeholder {
  color: #666666;
  font-weight: 400;
}

.corporate-form-group select.corporate-form-control {
    /* Remove default browser styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Add custom arrow */
    background-image: url("/assets/images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px;
    
    padding-right: 2.5rem !important;
    padding-left: 0.75rem !important;
}

select.corporate-form-control {
  cursor: pointer;
}

textarea.corporate-form-control {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

textarea.corporate-form-control::placeholder{
    font-size:14px;
    color:#bababa;
    font-weight:400;
}

.captcha-design {
    float: left;
}

.corporate-submit-btn {
      background: linear-gradient(135deg, #1A1A1A, #2D2D2D);
    color: #D4AF37;
    padding: 1rem 4rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(26, 26, 26, 0.3);
    border: 2px solid #D4AF37;
}

.corporate-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(26, 26, 26, 0.4);
  background: #D4AF37;
  color: #1A1A1A;
}

.corporate-submit-btn:active {
  transform: translateY(-1px);
}

.header-app-download-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 25px;
    position: relative;
    overflow: hidden;
}

.header-app-download-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(219 177 154) 50%, transparent);
    animation: header-app-shine 4s ease-in-out infinite;
    display: none;
}

@keyframes header-app-shine {
    0%, 100% { left: -100%; }
    50% { left: 100%; }
}

.header-app-text-content {
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.header-app-text-content::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #c79f49, #d4af5a, #c79f49);
    border-radius: 12px;
    z-index: -1;
    opacity: 0;
}

.header-app-main-text {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.header-app-highlight {
    color: #1a73e8;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 
        0 2px 4px rgba(199, 159, 73, 0.3),
        0 1px 2px rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 2px 6px;
    border-radius: 4px;
    animation: header-app-glow 3s ease-in-out infinite alternate;
}

@keyframes header-app-glow {
    0% { 
        text-shadow: 
            0 2px 4px rgba(199, 159, 73, 0.3),
            0 1px 2px rgba(255, 255, 255, 0.8);
    }
    100% { 
        text-shadow: 
            0 2px 8px rgba(199, 159, 73, 0.5),
            0 1px 2px rgba(255, 255, 255, 0.8),
            0 0 12px rgba(199, 159, 73, 0.4);
    }
}

.header-app-buttons {
    display: flex;
    gap: 16px;
    position: relative;
    z-index: 2;
    align-items: center;
}

.header-app-close-button {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 16px;
    position: relative;
}

.header-app-close-icon {
    width: 14px;
    height: 14px;
    stroke: #000000;
    stroke-width: 2;
}

.header-app-button {
    display: flex;
    align-items: center;
    color: #000000;
    padding: 2px 20px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border: 1px solid #000000;
    margin-left: 20px;
}

.header-app-button:hover{
    color:#000000;
}

.home-page-area .container{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    max-width: inherit !important;
}

@media(max-width:1850px){
    .icon-box img{
        height: 165px;
    }
}

@media(max-width: 1761px) {
    .listing-page-section .container {
        width:100%;
        max-width: 100% !important
    }

    .quick-link-section li a {
        padding: 5px 18px
    }

    .valentine-cat-slider {
        margin: 0px 0px
    }

    .valentine-slide-box {
        padding: 0px 15px
    }
    .icon-box img {
        height: 135px;
    }
    .icon-section li{
        padding-right: 10px;
    }
}

@media(max-width: 1550px) {
    .container {
        max-width:100%
    }

    .shop-by-budget {
        margin-left: 0;
        margin-right: 0
    }

    .tab-section .container:first-child {
        border-radius: 0px
    }

    .right-second-image img {
        height: 240px
    }

    .logo img {
        height: 60px;
        margin-top: 0px
    }

    .menu-section.uae-menu .logo img {
        height: 70px
    }

    .navbar-section-fixed {
        transform: translatey(-112px)
    }

    .countdown{
        font-size:14px;
    }

    .countdown span{
        display: block;
        text-align: center;
    }
    .search-box input {
        width: 180px;
    }

    .topcity-home {
        margin: 0px 0px
    }

    .about-us-row .row {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x))
    }

    .about-us-row .col-md-4 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5)
    }

    .topcity-home li {
        padding: 0px 15px
    }

    .comman-heading {
        font-size: 22px
    }
    .our-reviews-section .comman-heading {
        font-size: 22px;
    }

    .category-heading p {
        font-size: 13px
    }

    .flower-category {
        margin: 0px -12px
    }

    .combo-categury img {
        height: 84px
    }

    .review-slider .slick-slider {
        padding: 0px 25px
    }

    .review-slider .slick-next {
        right: 15px
    }

    .review-slider .slick-prev {
        left: 15px
    }

    .product-list-slider {
        margin: 0px
    }

    .product-show-section .row {
        min-width: 100%
    }

    .content-page-section h2,.content-page-section h3,.content-page-section h4,.content-page-section h5,.content-page-section h6 {
        font-size: 21px;
        margin-bottom: 15px
    }

    .customer-review-heading {
        font-size: 22px
    }

    .content-page-banner {
        margin-bottom: 30px
    }

    .vendor-register-section {
        width: 92%
    }

    .useful-links ul li a {
        padding: 12px;
        padding-left: 85px;
        font-size: 13px !important
    }

    .useful-links {
        width: 260px
    }

    .video-box iframe {
        height: 350px
    }

    .quick-link-section li a {
        padding: 4px 14px;
        font-size: 13px
    }

    .high-low-section ul li {
        margin-left: 10px
    }

    .high-low-section {
        font-size: 14px
    }

    .high-low-section span {
        font-size: 14px
    }

    .high-low-section ul li {
        padding-right: 10px
    }

    .review-page-section .review-colum {
        width: 250px
    }

    .product-detail-section {
        width: 100%
    }

    .tab-section-valentine .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: center
    }
    .left-gallery-section {
        min-width: 44%;
    }
    .product-detail-area .col-md-6 {
        width: 56%;
    }
    .speciality{
        font-size:14px;
    }
    .header-app-main-text {
        font-size: 14px;
    }
    .icon-section span {
        font-size: 16px;
    }
    .title-for-occassion {
        font-size: 16px;
    }
    .shop-by-type-heading{
        font-size:16px;
    }
    .small-paragrap{
        font-size:16px;
    }
    .tab-section .nav-tabs .nav-link{
        padding: 10px 20px;
        font-size:16px;
        margin-right: 15px;
    }
    .shop-by-recipient a span{
        font-size:16px;
    }
    .flower-category span{
        font-size:16px;
    }
}

@media(max-width: 1400px) {
    .user-links li{
        width:auto;
    }
    .category-heading p {
        max-height:140px;
        overflow-y: auto
    }

    .category-heading .btn-primary {
        padding: 5px 15px;
        font-size: 13px
    }

    .options-text h4 {
        font-size: 22px
    }

    .overlap-text h4 {
        font-size: 22px
    }

    .left-footer i {
        font-size: 40px
    }

    .quick-link-section {
        max-width: 65%;
        overflow-x: auto
    }

    .quick-link-section ul {
        padding-bottom: 10px
    }

    .side-navbar {
        width: 210px
    }

    .listing-filter .accordion-body ul li a {
        font-size: 13px
    }

    .listing-filter {
        min-width: auto;
        width: auto;
        margin-right: 15px
    }

    .search-box input {
        width: 165px
    }

    .sort-by-area .col-md-8 {
        width: 64%
    }

    .tab-section .nav-tabs .nav-link {
        padding: 10px 35px
    }

    .shop-by-recipient img {
        width: 100%
    }

    .banner-overlap-content {
        width: 45%;
        top: 40%;
        transform: translateY(-48%);
        left: 25px
    }

    .banner-overlap-content h1 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .banner-overlap-content p {
        -webkit-line-clamp: 3
    }

    .left-footer ul li {
        padding: 0px 15px
    }

    .left-footer ul {
        margin-left: -15px;
        margin-right: -15px
    }
    .icon-box img {
        height: 120px;
    }
    .flower-category li a img{
        padding: 6px;
        padding-bottom: 0px;
        border-radius: 20px
    }
    .home-page-area .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 1280px) {
    .payment-section .accordion-body {
        padding:60px 30px
    }

    .shop-by-budget {
        margin: 0px
    }

    .shop-by-recipient-section {
        margin-bottom: 40px
    }

    .for-align-center {
        position: relative;
        top: inherit;
        transform: inherit
    }

    .left-gallery-section {
        min-width: 44%
    }

    .sort-by-area {
        flex-wrap: wrap
    }

    .quick-link-section li a {
        padding: 6px 18px;
        font-size: 14px
    }

    .listing-inner {
        display: inline-block
    }

    .quick-link-section {
        max-width: 100%;
        min-width: 100%;
        overflow-y: auto
    }

    .listing-filter .accordion-body ul li a {
        font-size: 14px
    }

    .quick-links {
        position: relative;
        padding-bottom: 0;
    }
    .filter-seaction-box {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .listing-filter {
        margin-right: 0px;
        display: block
    }

    .product-show-section {
        width: 100% !important
    }

    #filter-button {
        display: none;
        position: absolute;
        top: -48px;
        left: 15px
    }

    .close-filter {
        display: block
    }

    .side-navbar {
        width: 280px;
        margin-left: -320px;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 106;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        box-shadow: 0 0 6px 0 rgb(0 0 0 / 50%)
    }

    .refine-filter {
        font-size: 16px;
        background: #000;
        padding: 6px 20px;
        color: #fff
    }

    .active-nav {
        margin-left: -12px
    }

    .listing-inner {
        position: relative
    }

    .country-box {
        width: 80px;
        height: 80px;
        line-height: 80px
    }

    .country-box img {
        width: 55px;
        height: 55px
    }

    .our-speciellity li p {
        font-size: 13px
    }

    .combo-categury img {
        height: 72px
    }

    .review-section ul li {
        padding: 0px 25px
    }

    .signup-form button {
        padding: 0px 35px
    }

    .footer-left-image img {
        height: 250px
    }

    .footer-left-image img {
        height: 220px
    }

    .video-text h4 {
        font-size: 24px
    }

    .icon-box img {
        height: 90px;
    }
    .icon-box{
        margin-bottom:0px;
    }
    .icon-section span {
        font-size: 14px;
    }
    .title-for-occassion {
        font-size: 14px;
    }
    .shop-by-type-heading {
        font-size: 14px;
    }
    .small-paragrap {
        font-size: 14px;
    }
    .shop-by-recipient a span {
        font-size: 14px;
    }
    .tab-section .nav-tabs .nav-link {
        padding: 8px 25px;
        font-size: 16px;
        min-width: inherit;
        margin-right: 20px;
    }
    .combo-category img {
        height: 70px;
        margin-bottom: 15px
    }

    .combo-category figcaption {
        font-size: 16px
    }

    .overlap-text h4 {
        font-size: 22px
    }

    .overlap-text h5 {
        font-size: 15px
    }

    .roses-cotent h4 {
        font-size: 30px;
        line-height: 46px
    }

    .subscribe-section p {
        font-size: 17px
    }

    .video-box iframe {
        height: 294px !important
    }

    .buy-button {
        padding: 5px 25px;
        font-size: 15px
    }

    .product-detail-section {
        width: 100%
    }

    .order-process-section {
        width: 100%
    }

    .product-summery h4 {
        font-size: 18px
    }

    .wrap-button input {
        width: 25px;
        height: 25px
    }

    .wrap-button button {
        height: 25px
    }

    .wrap-button {
        width: 82px
    }

    .discount-code {
        width: 130px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 15px
    }

    .offer-row h3 {
        font-size: 18px
    }

    #apply-coupan-modal .modal-title {
        font-size: 18px
    }

    .offer-row h4 {
        font-size: 14px;
        margin-bottom: 20px
    }

    .apply-btn {
        font-size: 14px;
        padding: 10px 25px
    }

    .address-box {
        font-size: 13px
    }

    .content-page-banner h1 {
        font-size: 40px
    }

    .sort-by-area .col-md-8 {
        width: 100%
    }

    .sort-by-area .col-md-8 ul {
        overflow-x: initial
    }

    .contactus-section h1 {
        font-size: 20px
    }

    .left-contact h2 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .right-contact {
        padding-left: 50px
    }

    .right-contact ul li a {
        font-size: 16px
    }

    .right-contact ul li i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px
    }

    .our-branch {
        margin-top: 20px
    }

    .faq-section {
        width: 90%
    }

    .florist-login {
        width: 60%
    }

    .left-vender-refister img {
        height: 270px;
        margin-top: 20px
    }

    .view-selected-image {
        width: 60px;
        height: auto;
        margin-top: -15px
    }

    .valentine-filter .high-low-section {
        position: relative;
        right: 0;
        bottom: 0px
    }

    .tab-section-valentine .valentine-explore-more {
        padding: 5px 65px;
        font-size: 19px
    }

    .tab-section-valentine .valentine-explore-more::after {
        top: 8px;
        right: 42px;
        font-size: 17px
    }

    .banner-overlap-content {
        width: 45%;
        top: 10px;
        transform: inherit;
        left: 19px;
        overflow-y: auto;
        max-height: 150px
    }

    .banner-overlap-content h1 {
        font-size: 17px
    }

    .banner-overlap-content p {
        font-size: 13px
    }
    .left-gallery-section {
        min-width: 42%;
        width:42%;
    }
    .product-detail-area .col-md-6 {
        width: 58%;
    }
}

@media(max-width: 1250px) {
    .shop-by-recipient img {
        width: 100%;
    }

    .country-box figure:after {
        width: 50px;
        height: 50px;
        bottom: 14px
    }

    .shop-by-flowers-section {
        margin-top: 30px
    }

    .open-product-category .btn-primary {
        padding: 7px 50px;
        font-size: 17px
    }

    .shop-by-budget a img {
        width: 100%;
        height: auto
    }

    .luxury-collection-section .btn-primary {
        padding: 7px 50px;
        font-size: 17px
    }

    .delivery-country-section a {
        margin-left: 15px
    }

    #addon-popup .modal-dialog {
        min-width: 98%
    }

    .delivery-country-section a::after {
        left: -9px
    }

    .logo img {
        height: 50px;
        margin-top: 0px
    }

    .search-box {
        margin-top: 20px;
        margin-right: 5px;
        width: auto;
    }

    .user-links {
        margin-top: 10px;
        justify-content: space-between;
        width:fit-content;
    }

    .logo {
        margin-top: 5px
    }

    .combo-categury h3 {
        font-size: 16px
    }

    .combo-categury img {
        height: 52px
    }

    .newarrival-sub-category span {
        font-size: 14px
    }

    .user-login-active.user-loggin-menu {
        display: none
    }

    .user-links li a {
        font-size: 11px
    }

    .menu-section .col-md-3.col-sm-3 {
        padding-left: 0px
    }

    .search-box input {
        width: 170px
    }

    .occession-slider h2 {
        font-size: 16px;
        padding: 6px 0px
    }

    .video-text h4 {
        font-size: 20px
    }

    .new-arrival-slider h3 {
        font-size: 14px;
        padding: 8px 0px
    }

    .video-box iframe {
        height: 222px !important
    }

    .combo-category {
        padding: 20px 15px
    }

    .combo-category img {
        height: 55px;
        margin-bottom: 10px
    }

    .combo-category figcaption {
        font-size: 14px
    }

    .overlap-text h4 {
        font-size: 18px
    }

    .overlap-text h5 {
        font-size: 13px;
        margin-bottom: 5px
    }

    .overlap-text p {
        padding: 2px 8px;
        font-size: 12px
    }

    .roses-cotent h4 {
        font-size: 28px;
        line-height: 35px
    }

    .roses-cotent {
        right: 0px;
        top: 17%
    }

    .category-name h3 {
        font-size: 28px;
        margin-bottom: 5px
    }

    .category-name h4 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .product-colum h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 13px
    }

    .product-colum span {
        font-size: 13px
    }

    .product-list-slider li {
        padding: 0px 10px
    }

    .category-heading p {
        max-height: inherit
    }

    .category-detail .comman-heading {
        font-size: 16px;
        margin: 0 0 8px
    }

    footer .col-md-6 {
        width: 40%
    }

    footer .col-md-2 {
        width: 20%
    }

    .footer-links li a {
        font-size: 14px
    }

    .review-section ul li img {
        width: 80px
    }

    .topcity-home li a h3 {
        font-size: 14px
    }

    .combo-categury li a {
        padding: 5px 30px
    }

    .combo-image {
        width: 28%
    }

    .left-footer ul li {
        padding: 0px 15px
    }

    .left-footer ul {
        margin-left: -15px
    }

    .left-footer svg {
        height: 32px
    }

    .left-footer i {
        font-size: 32px
    }

    .luxury-collection-section {
        padding-bottom: 50px
    }

    .about-heading {
        font-size: 16px
    }

    .review-sub-heading {
        font-size: 21px
    }

    .copyright .container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .flower-category span {
        font-size: 14px
    }

    .copyright {
        font-size: 12px
    }

    .menu li a {
        font-size: 14px
    }

    .midnight-section h3 {
        font-size: 25px;
        margin-bottom: 15px
    }

    .luxuery-heading {
        font-size: 30px
    }

    .luxuery-sub-heading {
        font-size: 20px;
        margin-bottom: 30px
    }

    .luxury-product-name {
        font-size: 15px
    }

    .options-text h5 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .options-text h4 {
        padding: 0px 0px 6px 0px;
        font-size: 20px
    }

    .options-text p {
        padding: 2px 7px;
        font-size: 12px
    }

    .options-text {
        right: 10px;
        top: 10px
    }

    .balloons .options-text {
        left: 10px
    }

    .chocolate-box .options-text {
        left: 10px
    }

    .plant-section h3 {
        font-size: 26px;
        margin-bottom: 10px
    }

    .special-deal-product h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px
    }

    .special-deal-product span {
        font-size: 13px
    }

    .special-deal-slider .mySlider__item {
        padding: 0px 5px
    }

    .story-slider img {
        margin-bottom: 10px
    }

    .story-box h3 {
        margin-bottom: 6px;
        font-size: 16px
    }

    .story-box p {
        padding: 0px 5px;
        margin-bottom: 10px;
        font-size: 13px
    }

    .subscribe-section {
        padding: 20px 15px
    }

    .subscribe-heading {
        font-size: 25px
    }

    .subscribe-section p {
        font-size: 15px
    }

    .signup-form input {
        height: 50px;
        padding-left: 15px;
        font-size: 16px
    }

    .signup-form button {
        padding: 0px 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px
    }

    .signup-form {
        margin-top: 10px
    }

    .our-speciellity li {
        margin-right: 10px
    }

    .icon-speciellity {
        min-width: 50px;
        min-height: 50px;
        line-height: 50px
    }

    .comman-space {
        margin-bottom: 30px
    }

    .review-section {
        margin-bottom: 60px
    }

    .country-box {
        width: 70px;
        height: 70px;
        line-height: 70px
    }

    .country-box img {
        width: 50px;
        height: 50px
    }

    .first-right-image img {
        height: 250px
    }

    .btn-primary {
        font-size: 14px
    }

    .country-slider .mySlider__item {
        margin-bottom: 25px
    }

    .right-second-image img {
        height: 175px
    }

    .review-inner h4 {
        font-size: 16px
    }

    .review-rating i {
        font-size: 11px
    }

    .review-inner p {
        line-height: 20px;
        font-size: 14px
    }

    .bayer-name {
        font-size: 13px
    }

    .order-on {
        font-size: 13px
    }

    footer ul li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px
    }

    .connect-with-us label {
        font-size: 12px
    }

    .payment-method label {
        font-size: 12px
    }

    .quick-links .col a {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .left-gallery-section {
        padding-right: 0px;
        min-width: 43%
    }
    .product-detail-area .col-md-6 {
        width: 56%;
    }

    .delivery-type ul li {
        font-size: 12px
    }

    .add-glassvase {
        font-size: 15px;
        font-weight: 500
    }

    .gallery-viewer p {
        font-size: 13px
    }

    #product-guidence ul li {
        font-size: 13px
    }

    .add-cart-button {
        padding: 8px 18px;
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 36%
    }

    #product-guidence ul {
        margin: 0px;
        padding: 0px
    }

    .right-detail-section h1 {
        font-size: 18px;
        width: 100%;
    }

    .price-detail-page {
        font-size: 18px;
        margin-bottom: 10px
    }

    .login-facebook {
        width: 230px;
        font-size: 14px
    }

    .price-breakup {
        font-size: 15px
    }

    .order-summary ul li {
        padding: 3px;
        margin-right: 15px
    }

    .login-left .nav-link {
        padding: 6px 35px;
        font-size: 17px
    }

    .shop-more-button {
        padding: 5px 10px
    }

    .product-count h4 {
        font-size: 14px
    }

    .product-summery h4 {
        font-size: 17px
    }

    .delivery-details {
        padding: 0px;
        padding-top: 20px
    }

    .delivery-details li {
        margin-right: 15px !important
    }

    .delivery-details {
        font-size: 13px !important
    }

    .delivery-details li::after {
        right: -7px
    }

    .cart-summery-icon ul li {
        font-size: 12px
    }

    .delivery-details {
        font-size: 13px;
        padding: 0px;
        padding-top: 15px
    }

    .shopping-cart-row {
        padding: 10px
    }

    .cart-heading {
        padding: 0px 10px
    }

    .discount-code::after {
        width: 24px;
        height: 24px
    }

    .offer-available-btn {
        font-size: 12px
    }

    .apply-coupan-btn {
        width: 150px
    }

    #visa-master-form {
        width: 80%;
        padding: 30px 0px 10px 0px
    }

    .billing-info h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 25px
    }

    .order-heading h3 {
        font-size: 18px
    }

    .order-heading h2 {
        font-size: 16px
    }

    .content-page-banner h1 {
        font-size: 35px
    }

    .content-page-section h2,.content-page-section h3,.content-page-section h4,.content-page-section h5,.content-page-section h6 {
        font-size: 19px
    }

    .contactus-section {
        width: 75%
    }

    .empty-cart-section {
        padding: 40px
    }

    .empty-cart-section img {
        height: 110px
    }

    .empty-cart-section .btn-primary {
        padding: 8px 15px;
        font-size: 14px
    }

    .empty-cart-section h2 {
        font-size: 20px
    }

    .faq-section {
        width: 96%
    }

    .faq-heading {
        font-size: 17px
    }

    .faq-sub-heading {
        font-size: 16px
    }

    .faq-section .accordion-button {
        padding: 12px 10px;
        font-size: 15px
    }

    .faq-section .accordion-button::after {
        font-size: 20px
    }

    .faq-section .accordion-button:not(.collapsed)::after {
        font-size: 15px
    }

    .florist-login {
        width: 72%
    }

    .florist-login h1 {
        font-size: 20px
    }

    .vendor-register-section {
        width: 100%
    }

    .trackorder-section {
        width: 68%
    }

    .delivery-city-area {
        width: 100%
    }

    .delivery-city-area h1 {
        font-size: 20px
    }

    .delivery-city-area ul li a {
        font-size: 14px
    }

    .feedback-section {
        width: 92%
    }

    .international-delivery-page {
        width: 96%
    }

    .view-selected-image {
        margin-top: 0px;
        position: absolute;
        right: 15px
    }

    .tab-section-valentine .nav-tabs {
        justify-content: inherit
    }
    .corporate-container {
    padding: 0 3rem;
  }
  
  .corporate-hero h1 {
    font-size: 3.5rem;
  }
  
  .corporate-hero p {
    font-size: 1.3rem;
  }
  
  .corporate-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  
  .corporate-feature-card {
    padding: 2.5rem;
  }
  
  .corporate-about-content {
    gap: 4rem;
  }
  
  .corporate-about-text h2 {
    font-size: 2.5rem;
  }
  
  .corporate-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  
  .corporate-stat {
    padding: 1.5rem;
  }
  
  .corporate-stat-number {
    font-size: 2.5rem;
  }
  
  .corporate-form-container {
    padding: 3rem;
  }
}

@media(max-width:1140px){
    .countdown{
        margin-left:10px;
    }
    .product-tag{
        font-size:13px;
    }
    .product-list-col .offer-tag{
        font-size:13px;
    }
}

@media(max-width:1024px){
    .valentine-cat-slider:not(.slick-initialized) .valentine-slide-box{
      width:40%;
      padding:0px 15px;
    }

    .valentine-cat-slider .slick-list {
      padding-right: 20% !important;
    }

    .valentine-cat-slider .slick-track {
      margin-right:-20%;
    }
    .speciality li{
        text-align: center;
    }
    .speciality{
        padding: 7px;
    }
    .search-box input {
        width: 170px
    }
    .shop-by-occassion-section {
        display: flex;
        gap: 15px;
        justify-content: inherit;
        overflow-x: auto;
        padding: 5px 2px;
    }
    .occasion-box {
        min-width: 14.33%;
    }

    .product-tag {
        font-size: 11px;
    }
    .product-list-col .offer-tag {
        font-size: 11px;
    }
}

@media(max-width: 980px) {
    .navbar-section-fixed {
        transform:inherit;
        z-index: 101
    }

    .logo img {
        margin-top: 0px
    }

    .gift-to-inner {
        padding-top: 10px
    }

    .user-links {
        margin-top: 10px
    }

    .city-inner {
        margin-left: 0px
    }

    .search-box {
        margin-right: 0;
        margin-top: 5px;
        float: left;
        width: 100%;
        position: absolute;
        bottom: 10px;
        left: auto;
        padding-left: 74px;
        right: 10px
    }

    .search-box input {
        width: 100%;
        border: 1px solid #e9e0db;
        height: 50px;
        border-radius: 0px 25px 25px 0px
    }

    .menu-section {
        padding-bottom: 70px
    }

    .menu-section.uae-menu {
        padding: 17px 0px;
        padding-bottom: 70px
    }

    .search-box button {
        height: 50px
    }

    .shop-by-recipient {
        overflow-x: auto;
        justify-content: normal;
        padding-bottom: 40px;
        padding-top: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .shop-by-recipient::-webkit-scrollbar {
        display: none
    }

    .country-box {
        margin-bottom: 10px
    }

    .shop-by-recipient a {
        margin: 0px
    }

    .shop-by-recipient img {
        width: 100%;
    }

    .payment-method img {
        height: 70px;
        width: auto
    }

    .connect-with-us img {
        height: 24px
    }

    .product-name-listing {
        font-size: 14px
    }

    .price-row {
        font-size: 14px
    }

    .star-rating {
        font-size: 13px
    }

    .buy-button {
        padding: 5px 25px;
        width: auto;
        font-size: 16px
    }

    .buy-button {
        font-size: 14px
    }

    .top-content-section p {
        margin-bottom: 0px
    }

    .inr-section {
        display: none
    }

    .nav-section {
        margin-bottom: 0px
    }

    .product-detail-section {
        margin-top: 0px
    }

    .icon-box img {
        height: 65px
    }

    .product-list-slider li {
        width: 25%
    }

    .combo-categury img {
        height: 50px
    }

    .category-heading p {
        max-height: 150px
    }

    .login-facebook {
        width: 215px;
        font-size: 13px
    }

    .login-google i {
        font-size: 17px
    }

    .login-facebook i {
        font-size: 17px
    }

    .right-cart {
        top: 165px
    }

    .left-gallery-section {
        min-width: 50%
    }

    .recommended-box span {
        font-size: 14px
    }

    .recommended-product-name {
        font-size: 13px !important
    }

    #add-adress .modal-dialog {
        min-width: 900px
    }

    #shipping-detail-form .form-group label {
        font-size: 14px;
        margin-bottom: 7px
    }

    .payment-section {
        padding: 15px;
        align-items: normal
    }

    .payment-option-insite {
        font-size: 13px
    }

    #visa-master-form {
        width: 90%;
        padding: 10px 0px 10px 0px
    }

    .form-group.text-right {
        margin-bottom: 0px
    }

    .location-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-bottom: 15px
    }

    .address h3 {
        font-size: 16px
    }

    .address p {
        font-size: 13px;
        margin-bottom: 0px
    }

    .right-contact ul li a {
        font-size: 15px
    }

    .right-contact ul li {
        margin-bottom: 15px
    }

    .right-contact ul li:last-child {
        margin-bottom: 0px
    }

    .florist-login {
        width: 78%
    }

    .left-vender-refister {
        width: 45%;
        padding: 20px 10px
    }

    .left-vender-refister h1 {
        font-size: 21px
    }

    .left-vender-refister ul {
        padding-left: 15px
    }

    .right-vender-register {
        padding: 20px 15px
    }

    .left-vender-refister ul li {
        font-size: 13px
    }

    .trackorder-section h1 {
        font-size: 22px
    }

    .care-guidence .nav-link {
        width: 33%
    }

    .delivery-city-area ul li {
        width: 25%
    }

    .view-selected-image {
        margin-top: 0px;
        position: relative;
        margin-top: 15px
    }

    .top-content-section .col-md-12 {
        flex-wrap: wrap
    }

    .top-content-section h1 {
        width: 100%
    }

    .top-content-section p {
        width: 100%;
        padding-left: 0;
        border-left: 0px;
        margin-left: 0px
    }

    .app-button {
        width: 165px;
        display: flex;
        border-radius: 5px;
        color: #fff;
        text-decoration: none;
        float: left;
        border: 1px solid #fff;
        padding: 5px 10px;
        background: #fff;
        margin-right: 20px
    }

    .app-button:last-child {
        margin-right: 0px
    }

    .app-heading {
        color: #fff;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%
    }

    .app-button img {
        height: 25px;
        width: auto;
        margin-right: 10px
    }

    .app-button p {
        color: #000;
        margin-bottom: 0;
        line-height: 1.1;
        font-weight: 600;
        text-align: left
    }

    .app-button p span {
        font-size: 10px;
        display: block
    }

    .tab-section-valentine h2 {
        font-size: 22px
    }

    .tab-section-valentine .nav-tabs {
        top: 141px
    }

    .banner-overlap-content p {
        -webkit-line-clamp: 2
    }
    .corporate-container {
    padding: 0 2rem;
  }
  
  .corporate-hero {
    padding: 6rem 0;
  }
  
  .corporate-hero h1 {
    font-size: 3.2rem;
  }
  
  .corporate-hero p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
  
  .corporate-cta-buttons {
    gap: 1.5rem;
  }
  
  .corporate-btn {
    padding: 1.1rem 2rem;
    font-size: 1rem;
  }
  
  .corporate-section-title h2 {
    font-size: 2.8rem;
  }
  
  .corporate-features {
    padding: 6rem 0;
  }
  
  .corporate-features-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .corporate-feature-card {
    padding: 2.5rem 2rem;
  }
  
  .corporate-feature-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  
  .corporate-about-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .corporate-about {
    padding: 6rem 0;
  }
  
  .corporate-about-text h2 {
    font-size: 2.4rem;
    text-align: center;
  }
  
  .corporate-about-text p {
    text-align: center;
  }
  
  .corporate-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .corporate-about-image {
    order: -1;
  }
  
  .corporate-about-image img {
    height: 400px;
  }
  
  .corporate-contact-form {
    padding: 6rem 0;
  }
  
  .corporate-form-container {
    margin: 0 1rem;
    padding: 3rem 2rem;
  }
  
  .corporate-form-grid {
    gap: 1.5rem;
  }
  .header-app-download-banner{
    padding:0px 10px;
  }
  #walletBalance{
    width: 40px;
  }
  .wallet-section span{
    font-size:14px;
  }
  #walletBalance:checked::before {
    transform: translateX(18px);
}
}

@media(max-width:980px){
    .product-detail-area {
        display: inline-block;
        margin-top: 10px;
    }

    .view-selected-image {
        margin-top: 0px;
        margin-left: 20px
    }

    .product-code {
        margin-bottom: 0px;
        margin-top: 0;
        font-size: 12px;
        text-align: left;
    }

    .gallery-viewer p {
        display: none
    }
    .speciality{
        font-size: 16px;
        padding: 0px;
        background-color:#e9e0db;
    }
    .delivery-details li::after{
        display: none;
    }
    .speciality .slick-slide li{
        text-align: center;
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 900px) {
    .payu-button {
        margin-top:0;
        margin-bottom: 20px
    }

    .delivery-country-section {
        font-size: 14px
    }

    .delivery-country-section a {
        font-size: 13px
    }

    .delivery-country-section a {
        padding-left: 12px
    }

    .delivery-country-section a::after {
        top: 2px
    }

    .icon-box img {
        height: 60px;
    }

    .icon-section li:nth-child(1):before {
        width: 65%
    }

    .icon-section li:nth-child(2):before {
        width: 65%
    }

    .icon-section li:nth-child(3):before {
        width: 65%
    }

    .icon-section li:nth-child(4):before {
        width: 65%
    }

    .icon-section span {
        font-size: 13px
    }

    .title-for-occassion {
        font-size: 14px;
    }

    .video-text h4 {
        font-size: 18px
    }

    .product-listing-section .col-md-3 {
        width: 33.33%
    }

    .quick-links .col {
        padding: 0px 6px
    }

    .quick-links .col a {
        font-size: 15px
    }

    .popularity-box .form-select {
        font-size: 14px
    }

    .top-content-section {
        margin: 5px 0px
    }

    .breadcrumb {
        margin-bottom: 5px
    }

    .top-content-section h1 {
        font-size: 18px
    }

    .left-gallery-section {
        min-width: 100%;
        width: 100%;
        display: block;
        position: inherit
    }

    .right-detail-section {
        width: 100%;
        display: inline-block
    }

    .product-detail-area figure img:hover {
        transform: inherit
    }

    #gallery_pdp img {
        width: 70px !important;
        height: 70px !important;
        border-radius: 5px;
        border: 1px solid #cfcfcf
    }


    #addon-popup .modal-dialog {
        min-width: 94%
    }

    .addon-list li {
        width: 25%
    }

    .continuepopup {
        font-size: 12px;
        padding: 9px 12px
    }

    .delivery-type ul li {
        font-size: 14px
    }

    .time-box {
        font-size: 14px
    }

    .delivery-time-slot select {
        font-size: 14px
    }

    .login-page .col-md-8 {
        width: 100%
    }

    .login-google i {
        padding-right: 5px
    }

    .login-facebook i {
        padding-right: 5px
    }

    .login-facebook {
        width: 170px;
        display: inline-block;
        padding: 5px 5px;
        margin-right: 10px;
        font-size: 12px
    }

    .button-group {
        justify-content: center
    }

    .order-summary ul li {
        width: auto;
        font-size: 12px
    }

    .date-cart {
        font-size: 12px
    }

    .active-cart::before {
        left: 42px
    }

    .cart-product-row img {
        width: 115px;
        height: 115px;
        margin-right: 0px
    }

    .cart-product-row h3 {
        font-size: 13px;
        margin-bottom: 3px
    }

    .cart-product-row h5 {
        font-size: 12px;
        margin-bottom: 3px
    }

    .order-summary {
        padding: 12px 10px
    }

    .price-breakup {
        font-size: 14px;
        margin-bottom: 7px
    }

    .page-title h1 {
        font-size: 16px
    }

    .page-title img {
        height: 25px
    }

    .right-cart h4 {
        font-size: 17px
    }

    .payment-options-section-cart {
        width: 100%
    }

    .payment-options-section-cart img {
        width: 32px
    }

    .right-cart {
        top: 162px
    }

    .align-right {
        float: none;
        text-align: center
    }

    .shopping-cart-list li {
        width: 90px;
        font-size: 12px
    }

    .shop-more-button {
        padding: 5px 6px;
        font-size: 12px
    }

    .wrap-button button {
        height: 30px;
        width: 25px
    }

    .wrap-button input {
        width: 30px;
        height: 30px;
        font-size: 15px
    }

    .wrap-button {
        width: 82px
    }

    #add-adress .modal-dialog {
        min-width: 96%;
        width: 96%
    }

    .message-form-left {
        order: 2;
        width: 100%;
        margin-right: 0px
    }

    .massage-form-right {
        order: 1;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px
    }

    .message-form-section {
        flex-wrap: wrap
    }

    .address-bookbtn {
        font-size: 14px
    }

    .shipping-detail .row {
        overflow-x: auto;
        width: 100%;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        position: relative
    }

    .address-box {
        padding: 5px 12px !important
    }

    .shipping-detail .row .col-md-4 {
        width: 46%
    }

    .deliver-to-button {
        padding: 6px 10px;
        font-size: 12px
    }

    .popup-heading {
        padding: 10px 20px;
        font-size: 17px
    }

    .appled-coupan {
        padding: 12px 5px;
        font-size: 14px;
    }

    .order-summary .btn-primary {
        padding: 8px 48px
    }

    .proceed-payment {
        padding: 6px 22px
    }

    .order-form-section {
        padding: 20px 10px
    }

    .group-form .form-group {
        margin-right: 6px
    }

    .group-form .form-group:last-child {
        margin-left: 6px
    }

    .trackorder-section {
        width: 85%
    }
    .right-detail-section h1{
        width:100%;
    }
    .header-app-button{
        padding: 2px 12px;
        font-size: 12px;
        margin-left: 5px;
    }
    .header-app-main-text {
        font-size: 13px;
    }
    .shop-by-recipient img{
        padding:5px;
    }
}

@media(max-width: 840px) {
    .delivery-country-section {
        display:none
    }

    .international-inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .internationa-left {
        order: 2;
        width: 100%;
        display: none
    }

    .international-delivery-page {
        padding-bottom: 0px
    }

    .international-right {
        order: 1;
        width: 100%;
        margin-top: 10px
    }

    .international-delivery-page h1 {
        font-size: 18px;
        white-space: nowrap
    }

    .internationa-left img {
        width: 400px;
        height: auto
    }

    .top-strip {
        justify-content: right
    }

    .deliver-country {
        display: none
    }

    .icon-box img {
        height: 65px
    }

    .icon-section span {
        font-size: 14px;
        padding-bottom: 0px
    }

    .icon-section {
        padding-bottom: 5px
    }

    .occasions-area .col-md-8 {
        width: 100%
    }

    .occasions-area .col-md-4 {
        width: 100%
    }

    .occasion-section {
        margin-left: -12px;
        margin-right: -12px
    }

    .combo-categury {
        display: flex;
        flex-wrap: wrap
    }

    .combo-categury li {
        width: 50%;
        padding: 0px 15px
    }

    .combo-categury {
        margin-left: -12px;
        margin-right: -12px
    }

    .combo-categury li:nth-child(3) {
        margin-bottom: 0px
    }

    .combo-categury li:nth-child(4) {
        margin-bottom: 0px
    }

    .flower-category {
        flex-wrap: wrap
    }

    .flower-category li {
        width: 33.33%;
        margin-bottom: 30px
    }

    .flower-category li:nth-child(4) {
        margin-bottom: 30px
    }

    .flower-category li:nth-child(5) {
        margin-bottom: 30px
    }

    .flower-category li:nth-child(6) {
        margin-bottom: 30px
    }

    .newarrival-sub-category span {
        font-size: 11px;
        padding: 8px 0px
    }

    .new-arrival-slider h3 {
        font-size: 12px
    }

    .video-box iframe {
        height: 170px !important
    }

    .combo-category img {
        height: 46px;
        margin-bottom: 10px
    }

    .roses-cotent h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
        width: auto
    }

    .roses-cotent {
        right: 182px;
        top: 10%
    }

    .product-list-slider .mySlider__item {
        padding: 0px 10px;
        width: 50%
    }

    .category-view .col-md-5 {
        width: 53%
    }

    .category-view .col-md-7 {
        width: 47%
    }

    .product-list-slider .mySlider__item:nth-child(5) {
        display: none
    }

    .product-list-slider .mySlider__item:nth-child(6) {
        display: none
    }

    .midnight-section h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .midnight-section {
        height: 110px
    }

    .luxury-collection-section {
        padding: 50px 10px;
        padding-bottom: 25px
    }

    .special-deal-slider li {
        width: 50%
    }

    .special-deal-slider li:last-child {
        display: none
    }

    .story-heading {
        font-size: 22px;
        margin-bottom: 25px
    }

    .signup-form button {
        padding: 0px 10px
    }

    .our-speciellity li {
        width: 48%;
        margin-bottom: 10px
    }

    .our-speciellity li:nth-child(3) {
        margin-bottom: 0px
    }

    .our-speciellity li:nth-child(4) {
        margin-bottom: 0px
    }

    footer .col-md-2:last-child {
        display: none
    }

    footer .col-md-6 {
        width: 50%
    }

    footer .col-md-2 {
        width: 25%
    }

    .tab-section .nav-tabs .nav-link {
        padding: 8px 20px;
        font-size: 14px;
        margin-right: 10px;
        min-width: inherit;
    }

    .country-slider .mySlider__item {
        width: 20%
    }

    .country-box {
        margin-bottom: 0px
    }

    .country-slider .mySlider__item {
        margin-bottom: 10px;
        padding-top: 5px
    }

    .our-speciellity {
        flex-wrap: wrap
    }

    .our-speciellity img {
        height: 40px;
        width: 40px;
        padding: 5px
    }

    .icon-speciellity {
        min-width: 45px;
        min-height: 45px;
        line-height: 41px
    }

    .first-right-image {
        display: none
    }

    .footer-left-image {
        display: none
    }

    .right-second-image {
        display: none
    }

    footer .col-md-2.col-sm-3 {
        width: 25%
    }

    footer .col-md-3.col-sm-12 {
        width: 50%
    }

    .connect-with-us label {
        font-size: 14px
    }

    .payment-method label {
        font-size: 14px
    }

    .product-left {
        width: 25%;
        margin-right: 20px
    }

    #sidebar-contact {
        margin-right: -420px;
        width: 400px
    }

    #sidebar-contact.active {
        right: 415px;
        width: 400px
    }

    .topcity-home li a h3 {
        font-size: 11px
    }

    .product-left {
        width: 34%;
        margin-right: 15px
    }

    .name-product {
        font-size: 15px;
        margin-bottom: 5px
    }

    .id-product {
        margin-bottom: 2px;
        font-size: 12px
    }

    .review-details {
        font-size: 12px;
        margin-bottom: 5px
    }

    .product-price {
        font-size: 13px;
        margin-bottom: 4px
    }

    .buy-btn {
        padding: 2px 21px;
        font-size: 11px
    }

    .quick-links .col:last-child {
        display: none
    }

    .product-count {
        min-width: 130px
    }

    .product-image span {
        font-size: 12px
    }

    .product-summery h4 {
        font-size: 16px
    }

    .delivery-details li {
        text-align: center
    }

    #coupon_form input {
        height: 40px;
        padding: 10px
    }

    #coupon_form button {
        height: 40px
    }

    .offer-row h4 {
        margin-bottom: 10px
    }

    .apply-btn {
        font-size: 13px;
        padding: 7px 14px
    }

    .payment-failed-box {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .content-page-section p {
        margin-bottom: 15px
    }

    .content-page-section {
        font-size: 13px
    }

    .content-page-section ul li h3,.content-page-section ul li h4,.content-page-section ul li h5,.content-page-section ul li h6 {
        margin-bottom: 5px;
        font-size: 13px
    }

    .contactus-section {
        width: 100%
    }

    .faq-section .accordion-button {
        font-size: 14px
    }

    .florist-login {
        width: 96%
    }

    .florist-login {
        margin-top: 30px
    }

    .category-heading p {
        max-height: 109px
    }

    .review-section ul li img {
        width: 55px
    }

    .review-section ul li {
        padding: 0px 15px
    }

    .add-contity input {
        font-size: 13px;
        height: 30px
    }

    .add-contity {
        height: 27px
    }

    .add-contity button {
        font-size: 19px
    }

    .add-contity button.minus-button {
        font-size: 31px
    }

    .review-page-section .review-colum {
        width: 200px
    }

    .luxury-box a {
        margin-bottom: 0px;
        margin: 0px 15px;
    }

    .shop-by-recipient a{
        padding: 0px 8px;
    }

    .shop-by-budget a{
        margin: 0px 8px;
    }

    .valentine-heading-bg h1 {
        font-size: 18px
    }

    .product-list-slider-valentine li {
        width: 33.33%
    }

    .valentine-cat-slider {
        margin-bottom: 30px !important
    }

    .tab-section-valentine .nav-tabs li a {
        font-size: 14px
    }

    .tab-section-valentine .nav-tabs li {
        padding-right: 10px
    }
    .corporate-container {
    padding: 0 1.5rem;
  }
  
  .corporate-hero {
    padding: 2rem 0;
  }
  
  .corporate-hero h1 {
    font-size: 2.8rem;
    line-height: 1.1;
  }
  
  .corporate-hero p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
  }
  
  .corporate-cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .corporate-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 1rem 1.5rem;
  }
  
  .corporate-section-title {
    margin-bottom: 4rem;
  }
  
  .corporate-section-title h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  
  .corporate-section-title p {
    font-size: 1.1rem;
  }
  
  .corporate-features {
    padding: 2rem 0;
  }
  
  .corporate-features-grid {
    gap: 2rem;
  }
  
  .corporate-feature-card {
    padding: 2rem 1.5rem;
    border-radius: 20px;
  }
  
  .corporate-feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .corporate-feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  
  .corporate-feature-card p {
    font-size: 1rem;
  }
  
  .corporate-about {
    padding:0;
  }
  
  .corporate-about-text h2 {
    font-size: 2.2rem;
  }
  
  .corporate-about-text p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
  }
  
  .corporate-stats {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .corporate-stat {
    padding: 1.5rem 1rem;
  }
  
  .corporate-stat-number {
    font-size: 2.2rem;
  }
  
  .corporate-stat-label {
    font-size: 1rem;
  }
  
  .corporate-about-image img {
    height: 350px;
  }
  
  .corporate-contact-form {
    padding: 5rem 0;
  }
  
  .corporate-form-container {
    margin: 0 1rem;
    padding: 2.5rem 1.5rem;
    border-radius: 25px;
  }
  
  .corporate-form-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom:1.5rem;
  }
  .corporate-form-group{
    margin-bottom:0px;
  }

  .corporate-form-group:nth-child(3){
    margin-bottom:15px;
  }
  
  .corporate-form-control {
    padding: 1.2rem 1.5rem;
    font-size: 1rem;
    border-radius: 12px;
  }
  
  .corporate-submit-btn {
    padding: 1.2rem 2rem;
    font-size: 1rem;
    border-radius: 40px;
    margin-top: 0;
  }
  .right-detail-section h1 {
    width: 100%;
}
}

@media(min-width: 768px) {
    .mobiles-icon {
        display:none
    }

    .mobile-heading {
        display: none
    }

    .show-in-mobile {
        display: none
    }

    .mobile-footer {
        display: none
    }
}

@media(max-width: 767px) {
    .mobile-bottom-tab {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        height: 70px;
        background: #ffffff;
        border-top: 1px solid #ddd;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
    }

    .mobile-bottom-tab-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #111;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        padding: 6px 4px;
        cursor: pointer;
    }

    .mobile-bottom-tab-item.active {
        color: #000;
        font-weight: 700;
    }

    .mobile-bottom-tab-item:focus,
    .mobile-bottom-tab-item:hover {
        color: #000;
    }

    .mobile-bottom-tab-item.active .mobile-bottom-tab-icon-box {
        background: #000;
        color: #fff;
    }

    .mobile-bottom-menu-btn {
        font-family: inherit;
    }

    .mobile-footer.has-mobile-bottom-tab {
        padding-bottom: 64px;
    }

    .mobile-bottom-tab-item.active .mobile-bottom-tab-icon-box img {
        filter: brightness(0) invert(1);
    }

    .mobile-bottom-tab-item .mobile-bottom-tab-icon-box img {
        width: 100%;
        height: auto;
    }

    .menu-section {
        padding-bottom:115px;
        padding-top: 10px
    }

    .menu-section.uae-menu {
        padding-bottom: 100px;
        padding-top: 10px;
    }

    .navbar-section-fixed .menu-section.uae-menu{
        border-radius: 0px;
    }

    .menu-section.when-city-hide {
        padding-bottom: 60px
    }

    .menu-section.when-city-hide.uae-menu {
        padding-bottom: 60px
    }

    .menu-section.when-city-hide .search-box {
        bottom: 10px
    }

    .menu-section.when-city-hide .menu-button {
        bottom: 10px
    }

    .search-box {
        bottom: 35px;
    }

    .listing-detail-mobile-view .search-box{
        padding-left:105px;
    }

    .mobile-compact-icon-btn.back-mobile-btn.listing-detail-back-btn {
        position: absolute;
        left: 21px;
        bottom: 50px;
    }
    

    .menu-button {
        bottom: 35px;
        background: #fff;
        height: 50px;
        width: 55px;
        border-radius: 25px 0px 0px 25px;
    }

    .listing-detail-mobile-view .menu-button{
        left: 55px;
    }

    .flag-col{
        display: none;
    }

    .user-login .payment-options-section-cart img {
        width: 35px
    }

    .payment-options-section-cart img.amex-image {
        height: 30px;
        width: auto;
        border-radius: 5px
    }

    .city-inner:after {
        top: 4px;
        right: 5px
    }

    .customer-review-heading {
        font-size: 19px;
        margin-top: 40px
    }

    .speciality .speciality-box:first-child {
        display: none
    }

    .for-mobile-sequence {
        display: flex;
        flex-wrap: wrap
    }

    .icon-area {
        order: 1;
        width: 100%
    }

    .home-heading-section {
        order: 2;
        width: 100%
    }

    .banner-section {
        order: 3;
        width: 100%;
        margin-top: 0px
    }

    .hamper-section {
        order: 4;
        width: 100%
    }

    .our-reviews-section{
        order:4;
    }
    .about-us-home{
        order:5;
    }
    .icon-area {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        margin-bottom: 0px !important
    }

    .about-us-row .col-md-4 {
        width: 100%;
        margin-bottom: 20px
    }

    .who-we-are-box {
        display: flex
    }

    .about-content {
        min-width: 50%;
        width: 50%;
        padding-left: 15px;
        padding-top: 0px
    }
    .about-heading{
        margin-bottom: 10px;
    }

    .about-us-row .col-md-4:last-child {
        margin-bottom: 0px
    }

    .about-us-row .col-md-4:nth-child(2) .about-content {
        order: 1;
        padding-left: 0px;
        padding-right: 15px
    }

    .about-us-row .col-md-4:nth-child(2) figure {
        order: 2
    }

    .icon-section {
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .icon-section li {
        width: 25%;
        margin-bottom: 0;
        margin-top: 10px;
        padding: 0px 5px
    }

    .icon-section li:last-child {
        display: none
    }

    .icon-area .col-md-12:first-child {
        order: 2
    }

    .icon-area .col-md-12:last-child {
        order: 1
    }

    .icon-box img {
        height: 50px;
        border-radius: 5px;
    }

    .small-paragrap {
        display: none
    }

    .comman-space {
        margin-bottom: 25px
    }
    .luxury-collection-section {
        padding: 25px 10px;
    }

    .review-section {
        margin-bottom: 60px
    }

    .topcity-home {
        flex-wrap: wrap
    }

    .topcity-home li {
        width: 50%
    }

    .topcity-home li {
        width: 50%;
        margin-top: 20px
    }

    .topcity-home li a h3 {
        font-size: 14px
    }

    .social-section ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 15px
    }

    .social-section ul li {
        padding: 0px 15px
    }

    .social-section ul li i {
        font-size: 35px;
        color: #fff
    }

    .footer-logo {
        font-size: 40px;
        margin-bottom: 10px;
        margin-top: 25px
    }

    .mobile-app-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .verient-list {
        flex-wrap: wrap;
        margin-bottom: 15px
    }

    .arrangement-section .row .col-md-4:nth-child(1) {
        width: 100%;
        float: left
    }

    .arrangement-section .row .col-md-4:nth-child(2) {
        width: 50%;
        float: left
    }

    .arrangement-section .row .col-md-4:nth-child(3) {
        width: 50%;
        float: left
    }

    .other-iteams .col-md-4:first-child {
        width: 100%
    }

    .other-iteams .col-md-4:nth-child(2) {
        width: 50%
    }

    .other-iteams .col-md-4:nth-child(3) {
        width: 50%
    }

    .video-box {
        background: #fff
    }

    .newarrival-sub-category {
        flex-wrap: wrap;
        margin: 0px -10px
    }

    .newarrival-sub-category li {
        width: 50%;
        padding: 0px 10px
    }

    .newarrival-sub-category li:first-child {
        width: 100%
    }

    .newarrival-sub-category li:first-child span {
        display: none
    }

    .new-arrival-section .col-md-8 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5)
    }

    .video-box iframe {
        border-radius: 5px;
        height: 250px !important
    }

    .arrangement-section .col-md-4:first-child .arrangment-box {
        margin-bottom: 20px
    }

    .arrangement-section .col-md-4:first-child .overlap-text h4 {
        font-size: 28px;
        margin-bottom: 5px;
        padding: 0px
    }

    .arrangement-section .col-md-4:first-child .overlap-text h5 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .other-iteams .col-md-4:first-child .options-text h4 {
        font-size: 28px;
        margin-bottom: 5px;
        padding: 0px
    }

    .other-iteams .col-md-4:first-child .options-text h5 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .combo-category figcaption {
        font-size: 11px
    }

    .category-left {
        margin-bottom: 20px
    }

    .fruit-box {
        margin-bottom: 15px
    }

    .occession-slider figcaption {
        font-size: 16px
    }

    .show-in-desktop {
        display: none
    }

    .roses-cotent h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .roses-cotent {
        right: 91px;
        top: 30%
    }

    .category-name {
        position: absolute;
        top: 110px;
        left: auto;
        right: 25px
    }

    .subscribe-section {
        text-align: center
    }

    .country-box {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .social-section ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 15px
    }

    .social-section ul li a svg {
        height: 36px;
        width: auto
    }

    footer {
        display: none
    }
    .copyright{
        display: none;
    }
    .address-footer {
        font-size: 14px;
        border-top: 1px solid #ffffff36;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .social-mobile {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .mobile-footer {
        background: #000;
        text-align: center
    }

    .ftr {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 30px;
        border-top: 1px solid #ffffff36;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap
    }

    .ftr li {
        font-size: 12px;
        position: relative;
        margin-bottom: 20px;
        width: 50%;
        text-align: left
    }

    .ftr li a {
        color: #fff;
        padding: 0px;
        display: block;
        font-size: 18px;
        font-weight: 300;
        text-transform: capitalize;
        text-decoration: none
    }

    .luxury-box a {
        margin: 0px 5px
    }

    .product-list-slider {
        flex-wrap: wrap;
        margin: 0px -12px
    }

    .product-list-slider li.category-heading {
        width: 100%
    }

    .rigt-view-content li.category-heading {
        order: 1
    }

    .rigt-view-content li:nth-child(1) {
        order: 2
    }

    .rigt-view-content li:nth-child(2) {
        order: 3
    }

    .rigt-view-content li:nth-child(3) {
        order: 4
    }

    .category-heading p {
        display: none
    }

    .for-align-center {
        display: flex;
        justify-content: space-between;
        background: none;
        align-items: center;
        width: 100%
    }

    .category-detail {
        padding: 0px;
        border: none;
        height: auto;
        display: flex;
        justify-content: space-between;
        background: none;
        align-items: center;
        margin-bottom: 15px
    }

    .category-detail .comman-heading {
        font-size: 24px
    }

    .delivery-country-flag h4 {
        text-align: center;
        color: #000
    }

    .product-list-slider li {
        width: 25%
    }

    .shop-by-budget a img {
        width: 100%
    }

    .shop-by-budget a {
        margin: 0px 5px
    }

    .occasion-section li:first-child {
        width: 100%;
        margin-bottom: 20px
    }

    .occasion-section li:nth-child(2) {
        width: 100%;
        margin-bottom: 20px
    }

    .user-links img {
        height: 25px;
        width: auto
    }

    span.user-name-icon {
        width: 25px;
        height: 25px;
        line-height: 25px
    }

    .important-links img {
        height: 25px;
        width: auto
    }

    .inr-section .dropdown-toggle {
        margin-top: 4px;
        font-size: 14px !important
    }

    .inr-section .dropdown-toggle i {
        font-size: 12px !important
    }

    .our-reviews-section ul li {
        padding: 0px 10px;
    }

    .review-sub-heading {
        font-size: 16px
    }

    .our-reviews-section ul li i {
        font-size: 14px
    }

    .our-reviews-section ul img {
        height: 17px;
        width: auto
    }

    .review-section ul li img {
        width: 52px
    }

    .review-section ul li {
        padding: 0px 10px
    }

    .occasion-section li {
        padding: 0px 10px
    }

    .comman-heading {
        font-size: 18px;
        margin-bottom:30px;
    }
    .our-reviews-section .comman-heading {
        font-size: 18px;
        margin-bottom:0px;
    }
    .our-reviews-section ul{
        margin-top:20px;
    }

    .review-inner {
        margin: 5px 10px
    }

    .new-arrivals-background {
        border: none
    }

    .new-arrival-section {
        border: none
    }

    .review-section h3 {
        text-align: center;
        font-size: 20px
    }

    .subscribe-heading {
        font-size: 20px;
        font-weight: 600;
        color: #000
    }

    .delivery-country-flag h4 {
        margin-bottom: 30px
    }

    .banner-section .slick-dots li {
        margin:0px;
    }

    .country-slider {
        border-bottom: none
    }

    .product-listing-section .col-md-3 {
        width: 50%
    }

    .quick-links .col {
        width: 50%;
        flex: auto
    }

    .quick-links .col:nth-child(1) {
        margin-bottom: 12px
    }

    .quick-links .col:nth-child(2) {
        margin-bottom: 12px
    }

    .product-name-listing {
        font-size: 16px
    }

    .top-content-section p {
        display: none
    }

    .top-content-section h1 {
        width: auto;
        border-bottom: none;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
        position: relative;
    }

    .top-content-section h1::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-image: linear-gradient(to right, rgb(255, 221, 191) 0, rgb(255, 255, 255) 100%), linear-gradient(to right, rgb(255, 221, 191) 0, rgb(255, 255, 255) 100%);
        height: 10px;
        width: 80%;
        left: 0;
        z-index: -1;
        bottom: 2px;
    }

    .quick-link-section li a {
        padding: 7px 25px
    }

    #addon-popup .btn-close {
        width: 12px;
        height: 12px;
        font-size: 15px;
        line-height: 0
    }

    .add-gift i {
        font-size: 21px
    }

    .add-gift {
        font-size: 16px;
        border-radius: 0px;
    }

    .addon-list li {
        width: 33.33%
    }

    .price-detail {
        font-size: 16px
    }

    .addonprice-details h3 {
        font-size: 14px
    }

    .addonprice-details {
        width: 100%;
        justify-content: space-between
    }

    .continuepopup {
        margin: 0 auto;
        margin-top: 15px
    }

    .modal-footer .ladda-button[data-size=s] .ladda-label {
        font-size: 14px;
    }

    .order-inner-section h3 {
        font-size: 16px
    }

    .order-inner-section {
        padding: 15px
    }

    .right-cart {
        top: auto;
        position: inherit;
        margin-top: 20px
    }

    .col-md-4 .right-cart {
        margin-top: 10px;
        padding-top: 60px;
    }

    .col-md-4 .right-cart.wallet-present{
        padding-top: 100px;
    }

    .right-cart.wallet-present.wallet-present-applied {
        padding-top: 60px;
    }

    .wallet-present-applied .price-breakup.wallet-section{
        top: 0px;
    }
 
    .price-breakup.wallet-section {
        background: #fff;
        border-radius: 5px;
        font-weight: 600;
        position: relative;
        overflow: hidden;
        justify-content: space-between;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .wallet-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgb(199 217 251) 50%, transparent);
        animation: wallet-shine 4s ease-in-out infinite;
    }

    .wallet-section.visible-summery:before{
        display:none;
    }

    .wallet-section span:nth-child(1) i{
        display:none;
    }

    @keyframes wallet-shine {
        0%, 100% { left: -100%; }
        50% { left: 100%; }
    }

    .price-breakup.wallet-section span:nth-child(2){
        padding-left: 5px;
        font-weight: 600;
        font-size: 13px;
    }

    .price-breakup.wallet-section.visible-summery {
        background: #fff;
        border-radius: 5px;
        font-weight: 500;
        justify-content: space-between;
    }

    .wallet-section .form-check-input{
        margin-top:1px;
    }

    .wallet-section .form-check-input:focus{
        box-shadow:none;
    }
    .price-breakup.wallet-section label{
        z-index:2;
    }

    .price-breakup.wallet-section span{
        z-index:2;
    }

    .cart-product-row img {
        width: 85px;
        height: 85px
    }

    .right-cart-contity {
        margin-right: 0px
    }

    .cart-product-row h3 {
        font-size: 15px;
        margin-bottom: 5px
    }

    .cart-product-row h5 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .price-breakup {
        font-size: 14px;
        margin-bottom: 7px
    }

    .cart-summery-icon {
        display: none
    }

    .payment-options-section-cart {
        display: none
    }

    .order-summary ul li {
        font-size: 14px
    }

    .order-flow-box:first-child {
        margin-top: 0px
    }

    .message-card-active{
        margin-top: 25px !important;
    }

    .active-page {
        margin-bottom: 20px
    }

    .login-left .form-control {
        height: 40px;
        font-size: 14px
    }

    .button-group button.withotp-btn {
        height: 40px
    }

    .order-process-section{
        margin-bottom:10px;
    }

    .login-google {
        height: 40px
    }

    .login-left .nav-link {
        font-size: 15px
    }

    .login-left .tab-pane {
        padding: 0px
    }

    .delivery-details {
        margin-bottom: 30px
    }

    #add-adress ul li {
        padding: 0px 5px;
        width: 50%
    }

    .deliver-to-button {
        padding: 4px 6px;
        font-size: 11px
    }

    .saved-address-box {
        padding: 10px
    }

    .saved-address-box strong {
        font-size: 13px;
        margin-bottom: 6px;
        margin-top: 4px
    }

    .saved-address-box span {
        font-size: 13px
    }

    #add-new-address .modal-dialog {
        min-width: 96%
    }

    .message-form-left textarea {
        height: 95px
    }

    .payment-section .accordion-button:not(.collapsed) {
        padding: 7px 20px;
        font-size: 13px
    }

    .payment-section .accordion-button.collapsed {
        padding: 7px 20px;
        font-size: 13px
    }

    .payment-section .text-right {
        text-align: center
    }

    .payment-section .nav-tabs {
        display: flex !important;
        width: 100%;
        background: none;
        padding: 0
    }

    .payment-section .accordion-header {
        display: none !important
    }

    .payment-section {
        display: block !important
    }

    .payment-section .accordion-item.show.active .collapse {
        display: block !important
    }

    .payment-section .nav-link.active {
        border-radius: 10px
    }

    .payment-section .nav-link {
        border: 1px solid #dadada;
        border-radius: 10px;
        height: 45px;
        padding: 15px 10px;
        padding-left: 40px
    }

    .payment-section .nav-link:after {
        left: 8px
    }

    .payment-section .nav-link.active:before {
        left: 12px
    }

    #idpayu img {
        height: 25px;
        width: auto
    }

    #idpaypal img {
        height: 25px;
        width: auto
    }

    #idcheckout img {
        height: 25px;
        width: auto
    }

    #idccavenue img {
        height: 25px;
        width: auto
    }

    #idjuspay img {
        height: 25px;
        width: auto
    }

    #idrazorpay img {
        height: 25px;
        width: auto
    }

    #idhsbc img {
        height: 25px;
        width: auto
    }

    .payment-section .nav-item img {
        height: 25px;
        width: auto
    }

    .payment-section .nav-item {
        padding-right: 10px;
        width: 33.33%
    }

    .payment-section .nav-item:last-child {
        padding-right: 0px
    }

    .payment-failed-box {
        width: 90%;
        padding: 35px 20px
    }

    .delete-address-book {
        position: absolute;
        top: 0px;
        right: 5px
    }

    .payment-failed-box img {
        width: 60px
    }

    .payment-failed-box p:last-child {
        margin-bottom: 0px
    }

    .content-page-banner h1 {
        font-size: 28px
    }

    .content-page-section ul {
        margin-bottom: 20px
    }

    .contactus-section {
        padding: 20px 15px
    }

    .right-contact {
        padding-left: 30px
    }

    .right-contact ul li a {
        font-size: 14px
    }

    .left-contact h2 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .faq-section {
        width: 100%;
        padding: 15px;
        padding-top: 35px
    }

    .faq-section .accordion-button {
        font-size: 15px
    }

    .right-florist-login {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .florist-login input {
        height: 40px;
        font-size: 14px
    }

    .florist-login .form-group {
        margin-bottom: 15px
    }

    .btn-section-florist-login {
        font-size: 13px
    }

    .right-florist-login .forgot-password-order {
        font-size: 13px
    }

    .florist-login h1 {
        font-size: 17px !important
    }

    .right-vender-register {
        order: 1;
        width: 100%
    }

    .left-vender-refister {
        order: 2;
        width: 100%
    }

    .vendor-register-section {
        flex-wrap: wrap
    }

    .trackorder-section h1 {
        font-size: 18px
    }

    .track-order-right h2 {
        font-size: 18px
    }

    .add-gift span {
        font-size: 20px
    }

    .search-city {
        height: 37px
    }

    .review-page-section .review-colum {
        width: 250px
    }

    .feedback-section {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 35px;
        flex-wrap: wrap
    }

    .left-feedback {
        width: 100%
    }

    .right-feedback {
        width: 100%;
        padding: 25px 40px
    }

    .left-feedback img {
        position: relative;
        height: 100px;
        width: auto;
        transform: inherit;
        left: auto
    }

    .internationa-left img {
        width: 320px
    }

    .international-delivery-page span {
        font-size: 12px
    }

    .international-delivery-page h1 {
        font-size: 15px
    }

    .no-recently-product {
        font-size: 15px
    }

    .apply-coupan-btn {
        width: 160px;
        height: 36px;
        background: #f9f5ec;
        border: 1px dashed #c79f49;
        font-size: 15px;
        text-transform: capitalize;
        order: 1;
    }

    .apply-coupan-btn img {
        margin-right: 10px;
        height: 16px
    }

    .banner-overlap-content {
        width: 80%;
        top: 40px;
        max-height: inherit;
        text-align: center;
        left: 50%;
        transform: translateX(-50%)
    }

    .banner-overlap-content h1 {
        font-size: 25px
    }

    .banner-overlap-content p {
        -webkit-line-clamp: 5;
        font-size: 14px;
        display: -webkit-box
    }
    .speciality {
        font-size: 16px;
        padding: 0px;
        background-color:#e9e0db;
    }
    .header-app-main-text {
        font-size: 16px;
    }
    
    .header-app-download-banner {
        padding: 0px 10px;
    }
    .header-app-main-text {
        font-size: 16px;
    }

    .heading-home-section {
        display: block;
        align-items: center;
        margin-bottom: 0;
    }
    .heading-home-section .comman-heading {
        font-size: 18px;
        white-space: nowrap;
        max-width: inherit;
        border: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .category-heading{
        text-align:center;
        margin-bottom: 30px;
    }
    .category-heading:after {
        content: "";
        background: #e9e0db;
        position: absolute;
        left: 50%;
        width: 120px;
        height: 4px;
        transform: translateX(-50%);
        bottom: -10px;
    }
    .icon-section {
        padding: 10px 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        border: 1px solid #e9e0db;
        margin-bottom: 20px;
    }

    .icon-section li {
        text-align: center;
        width: 25%;
        position: relative;
        padding: 5px 5px;
        margin-top: 0px
    }

    .icon-box {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

    .icon-box img {
        height: 100px;
        padding: 0px
    }

    .icon-section li:nth-child(1):after {
        content: "";
        height: 80%;
        width: 2px;
        border-right: 1px solid #e9e0db;
        position: absolute;
        right: 0;
        top: 0px
    }

    .icon-section li:nth-child(1):before {
        content: "";
        height: 2px;
        width: 80%;
        border-bottom: 1px solid #e9e0db;
        position: absolute;
        left: 15px;
        bottom: 0px
    }

    .icon-section li:nth-child(2):after {
        content: "";
        height: 80%;
        width: 2px;
        border-right: 1px solid #e9e0db;
        position: absolute;
        right: 0;
        top: 0px
    }

    .icon-section li:nth-child(2):before {
        content: "";
        height: 2px;
        width: 80%;
        border-bottom: 1px solid #e9e0db;
        position: absolute;
        left: 15px;
        bottom: 0px
    }

    .icon-section li:nth-child(3):after {
        content: "";
        height: 80%;
        width: 2px;
        border-right: 1px solid #e9e0db;
        position: absolute;
        right: 0;
        top: 0px
    }

    .icon-section li:nth-child(3):before {
        content: "";
        height: 2px;
        width: 80%;
        border-bottom: 1px solid #e9e0db;
        position: absolute;
        left: 15px;
        bottom: 0px
    }

    .icon-section li:nth-child(4):before {
        content: "";
        height: 2px;
        width: 80%;
        border-bottom: 1px solid #e9e0db;
        position: absolute;
        left: 15px;
        bottom: 0px
    }

    .icon-section li:nth-child(5):after {
        content: "";
        height: 80%;
        width: 2px;
        border-right: 1px solid #e9e0db;
        position: absolute;
        right: 0;
        top: 10px
    }

    .icon-section li:nth-child(6):after {
        content: "";
        height: 80%;
        width: 2px;
        border-right: 1px solid #c79f4963;
        position: absolute;
        right: 0;
        top: 10px
    }

    .icon-section li:nth-child(7):after {
        content: "";
        height: 80%;
        width: 2px;
        border-right: 1px solid #c79f4963;
        position: absolute;
        right: 0;
        top: 10px
    }

    .shop-by-occassion-section{
        overflow-x:hidden;
        flex-wrap: wrap;
        gap:0px;
        margin-left:-10px;
        margin-right:-10px;
        row-gap: 15px;
    }
    .occasion-box{
        width:25%;
        padding:0px 10px;
    }
    .occasion-box img {
        border-radius: 20px;
        padding: 0;
    }
    .search-box button{
        right: 10px;
    }
    .icon-location {
        display: block;
    }
    .section-swipe-mobile {
        display: flex;
        flex-direction: column;
    }
    .section-swipe-mobile .tab-section{
        order: 2;
    }
    .section-swipe-mobile .shop-by-recipient-section{
        order: 2;
    }
    .product-list-col{
        padding: 0px 0px 0px 0px;
    }
    .container.detail-main-container {
        padding: 0px;
    }

    .product-detail-area .col-md-6{
        padding: 15px;
    }

    .desktop-gallery-viewer {
        display: none;
    }

    .gallery-viewer-mobile {
        display: block;
    }

    .gallery-viewer-mobile .product-code {
        margin-left: 5px;
    }

    .gallery-viewer img{
        border-radius: 0px;
    }
    .product-code{
        margin-left:5px;
    }
    .gallery-popup-modal {
        border-radius: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: none;
    }

     .gallery-popup-modal .modal-content{
        border-radius: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: none;
    }
    .gallery-popup-modal .modal-dialog{
        margin: 0;
    }

    .gallery-popup-modal.fade .modal-dialog{
        transform: none;
    }
    .gallery-popup-modal .modal-title{
        display: none;
    }
    .gallery-popup-modal .modal-header {
        border: none;
        padding-bottom: 15px;
    }
    .gallery-popup-modal .btn-close{
        font-size: 18px;
        color: #000;
    }
    .gallery-popup-modal .modal-body{
        padding: 0px;
    }
    .gallery-popup-main-image img{
        border-radius: 0px;
    }
    .nice-select.city-select.city-select1 {
        width: 100%;
        margin-right: 0
    }

    .select-city-section {
        flex-wrap: wrap
    }

    .alphabet-dropdown {
        width: 100%;
        margin-left: 0
    }
    .city-select.nice-select {
        border: 1px solid #000;
        border-radius: 5px;
    }
    .trust-badges {
        border: none;
        gap: 5px;
    }
    .trust-icon{
        display: none;
    }
    .trust-sub{
        display: none;
    }
    .trust-item{
        display: flex;
        align-items: center;
        padding: 4px;
        background-color: #f7fee7;
        border-radius: 10px;
        border: 1px solid #f9f9f9 !important;
        justify-content: center;
    }
    .appled-coupan.wallet-applied-strip{
        justify-content: center;
    }
    span.cross-wallet {
        position: relative;
        right: 0;
    }
    .order-form-summery{
        display: none;
    }
    .width-mobile-coupon {
        --bs-offcanvas-height: 80vh;
    }
    .call-us{
        bottom: 135px;
    }
    .whats-app{
        bottom: 80px;
    }
    .menu-back-button {
        position: absolute;
        left: 19px;
        bottom: 50px;
        z-index: 999;
    }
}

@media(max-width: 630px) {
    #slide-navbar-collapse {
        margin-left: -100%;
        width: 100%;
    }

    #slide-navbar-collapse.active-sidebar {
        left: 100%;
        width: 100%
    }
    .user-login .payment-options-section-cart {
        width:100%
    }

    .login-section-inner {
        display: block
    }

    .login-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0
    }

    .login-left::after {
        display: none
    }

    .login-right {
        text-align: center;
        padding: 0px;
        width: 100%;
        margin-top: 20px;
        display: none;
        position: relative
    }

    .login-right h4 {
        margin-bottom: 15px;
        margin-top: 15px
    }

    .login-right:after {
        display: none
    }

    .delivery-details {
        font-size: 14px !important
    }

    .delivery-details li {
        margin-right: 0px !important
    }

    .top-10 {
        right: -6px
    }

    .deliver-city-section ul {
        padding-left: 0px
    }

    .addtocart-button-section {
        position: sticky;
        bottom: 0px;
        background: #fff;
        width: 100%;
        display: inline-block;
        float: none;
    }

    .city-select .list li:first-child {
        font-size: 16px !important;
        font-weight: 600
    }

    .city-select.nice-select {
        margin-bottom: 0
    }

    .inr-section ul li {
        font-size: 13px;
        padding: 10px 15px
    }

    .currency-dropdown {
        right: -6px;
        top: 18px;
        width: 210px;
    }

    .user-links li i {
        margin-bottom: 3.5px;
        font-size: 13px
    }

    .price-section-detail {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .price-detail-page {
        float: none;
        margin-right: 0;
        width: 100%;
        /*order: 3;*/
        font-size: 20px;
        font-weight: 600
    }

    .right-detail-section h1 {
        width: 100%;
        /*order: 1;*/
        font-size: 18px;
        font-weight: 700;
        margin-left:0px !important;
    }

    .verient-content h3 {
        margin-bottom: 0px
    }

    .select-city-section {
        margin-bottom: 20px
    }

    .time-variant ul li {
        box-shadow: none;
        border: 1px solid #6d6a6a;
        margin-right: 0px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    .time-variant ul li:nth-child(2) {
        border-left: none
    }

    .time-variant ul li:last-child{
        border-radius:0px 5px 5px 0px;
    }

    .time-variant ul li:nth-child(3) {
        border-left: none
    }

    .sort-category-filter{
        padding-left: 5px;
    }

    .delivery-type ul li {
        box-shadow: none;
        border: 1px solid #6d6a6a;
        margin-right: 0px;
        text-align: center;
        height: 48px
    }

    .delivery-type ul li:nth-child(2) {
        border-left: none
    }

    .delivery-type ul li:nth-child(3) {
        border-left: none
    }
    .delivery-type ul li:last-child {
        margin-right: 0px;
        border-radius: 0px 5px 5px 0px;
    }
    .delivery-type ul li:only-child {
        border-radius: 5px;
    }

    .city-select.nice-select {
        height: 48px;
        line-height: 48px
    }

    .review-details {
        width: 100%;
        /*order: 2;*/
        margin-bottom: 7px;
        position: relative;
        right: 0;
        top: inherit
    }

    .review-details {
        margin-left: 0px
    }

    .product-description {
        margin-left: 0px;
        padding-left: 10px
    }

    .left-florist-login {
        display: none
    }

    .international-delivery-page h1 {
        font-size: 15px
    }

    .international-inner h3 {
        font-size: 20px
    }

    .international-delivery-page ul li {
        width: 25%
    }

    .internationa-left img {
        width: 290px
    }

    .right-florist-login {
        width: 100%
    }

    .right-florist-login {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .right-florist-login .btn-primary {
        font-size: 14px
    }

    .florist-login {
        margin-top: 45px
    }

    .trackorder-section {
        width: 98%;
        flex-wrap: wrap
    }

    .track-order-left {
        width: 100%
    }

    .track-order-left img {
        height: 150px;
        width: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 25px
    }

    .track-order-right {
        width: 100%
    }

    .track-order-right h2 {
        margin-bottom: 10px
    }

    .user-links li.important-links .link-icon {
        display: none
    }

    .useful-links {
        width: 165px;
        top: 20px;
    }

    .useful-links ul li a img {
        width: 19px;
        left: 18px
    }

    .useful-links ul li a {
        padding: 10px 5px;
        padding-left: 50px;
        font-size: 14px !important;
    }

    .cart-menu {
        order: 1
    }

    .inr-section {
        order: 2
    }

    .important-links {
        order: 3
    }

    .user-loggin-menu {
        order: 4
    }

    .whishlist {
        order: 5
    }

    .user-links li.user-loggin-menu {
        display: none
    }

    .user-links li.inr-section img {
        display: none
    }

    .important-links .fa-ellipsis-vertical {
        display: block;
        font-size: 17px;
        color: #6d6a6a;
        margin-top: 5px;
        margin-right: 0;
        padding: 0px 10px 0px 9px
    }

    .active-links {
        display: block !important
    }

    .important-links:hover .useful-links {
        display: none
    }

    .currency-dropdown {
        display: none !important
    }

    .currency-dropdown.active-dropdown {
        display: inline-block !important
    }

    .user-links li.whishlist {
        display: none
    }

    pan.user-email-login {
        transform: inherit;
        right: 0px;
        left: auto
    }

    span.user-email-login:after {
        right: 5px;
        left: auto
    }

    .choose-location-popup {
        overflow: visible;
        margin-top: 0;
        bottom: -100%;
        top: auto;
        opacity: 0;
        height: auto;
        -webkit-transition: opacity 0.3s ease-out,bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out,bottom 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out,bottom 0.3s ease-out;
        transition: opacity 0.3s ease-out,bottom 0.3s ease-out
    }

    .choose-location-popup.fade.show {
        opacity: 1;
        bottom: 0px
    }

    .special-deal-slider li {
        padding: 0px 10px
    }

    .category-heading .btn-primary {
        padding: 4px 10px;
        font-size: 12px
    }

    .category-detail .comman-heading {
        font-size: 17px
    }

    .topcity-home li {
        margin-bottom: 20px;
        margin-top: 0
    }

    .topcity-home li:nth-child(3) {
        margin-bottom: 0px
    }

    .topcity-home li:nth-child(4) {
        margin-bottom: 0px
    }

    .city-name.selected-delivery-location {
        font-size: 11px
    }

    .city-inner::after {
        top: 4px;
        right: 0
    }

    .quick-link-section {
        padding-bottom: 0px
    }

    .quick-link-section ul li {
        width: fit-content;
        margin: 0;
        padding: 0px 10px;
        text-align: center
    }

    .quick-link-section ul li:first-child{
        padding-left: 0px;
    }

    .high-low-section {
        display: inline-block
    }

    .sort-by-area {
        overflow-x: hidden
    }

    .listing-item-count {
        font-size: 22px;
        margin-left: auto;
        padding-left: 10px;
    }

    .sort-by-price-btn:focus ~ ul {
        display: block
    }

    .top-content-section h1::after{
        height: 6px;
    }

    .high-low-section ul {
        position: fixed;
        bottom: -100%;
        width: auto;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        opacity: 0;
        padding: 20px 20px;
        border-radius: 30px 30px 0px 0px;
        z-index: 90;
    }

    .high-low-section {
        bottom: 10px
    }

    .sort-filter-list.show {
        opacity: 1;
        bottom:0px;
    }

    .high-low-section ul li {
        display: flex;
        align-items: center;
        padding: 15px 0px;
        margin-bottom: 0px;
    }

    .high-low-section {
        bottom: 10px;
        left: 10px;
    }

    .high-low-section span {
        font-weight: 400
    }

    .high-low-section ul li:first-child {
        border-right: none
    }

    .high-low-section ul li:nth-child(2) {
        border-right: none
    }

    .high-low-section ul li:last-child {
        margin-bottom: 0px
    }

    .sort-by-price-btn {
        padding: 4px 17px;
        padding-left: 28px;
        border-radius: 5px;
        position: relative;
        font-size: 14px !important;
        border: 1px solid #dadada;
    }

    .sort-by-price-btn:after {
        content: "";
        background: url(/assets/images/filter-icon.png) no-repeat;
        position: absolute;
        width: 15px;
        height: 15px;
        filter: invert(8) brightness(0);
        background-size: 100% 100%;
        top: 8px;
        left: 10px;
    }

    .sort-filter-list.show.hide {
        display: block
    }

    .sort-filter-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 88;
        cursor: pointer;
    }

    .sort-filter-overlay.show {
        display: block;
    }

    .filter-seaction-box {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 15px;
        align-items: center;
    }

    .listing-count-show {
        display: block;
    }

    .valentine-filter {
        position: relative;
        padding-right: 8px;
        display: flex;
        justify-content: end
    }

    .valentine-filter .high-low-section {
        top: 0;
        bottom: auto;
        right: 9px;
        width: fit-content;
        white-space: nowrap
    }

    .listing-page-section {
        overflow-x: hidden
    }

    .high-low-section ul li .fa-star {
        font-size: 12px;
    }

    .sort-by-area {
        margin-bottom: 0px
    }

    .care-guidence .nav-link {
        width: 33.33%
    }

    .care-guidence .nav-link {
        font-size: 14px
    }

    .delivery-city-area h1 {
        font-size: 19px
    }

    .delivery-city-area ul li {
        width: 33.33%
    }

    .review-page-section .review-colum {
        width: 260px
    }

    .user-review-name {
        font-size: 14px
    }

    .review-colum p {
        font-size: 12px
    }

    .user-review-profile {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px
    }

    .left-feedback {
        padding: 15px
    }

    .right-feedback {
        padding: 15px
    }
    .shipping-head.billing-section {
        flex-wrap: wrap
    }

    .choose-location-popup .modal-content {
        border: none;
        border-radius: 10px 10px 0px 0px
    }

    .choose-location-popup .btn-close {
        right: 14px
    }

    .city-popup-heading {
        border-radius: 10px 10px 0px 0px
    }

    .choose-location-popup .modal-dialog {
        width: 100%;
        margin: 0 auto
    }

    .deliver-country-list ul li:nth-child(6) {
        margin-bottom: 0px
    }

    .deliver-country-list ul li:nth-child(7) {
        margin-bottom: 0px
    }

    .deliver-country-list ul li:nth-child(8) {
        margin-bottom: 0px
    }

    .deliver-country-list ul li:nth-child(9) {
        margin-bottom: 0px
    }

    .deliver-country-list ul li:nth-child(10) {
        margin-bottom: 0px
    }

    .deliver-btn {
        width: 100% !important
    }

    .deliver-btn .btn {
        justify-content: space-between !important;
        border-color: #6d6a6a !important;
        height: 48px
    }

    .time-variant {
        margin-bottom: 30px
    }

    .delivery-type {
        margin-bottom: 30px
    }

    .mid-box-section {
        margin-top: 0px;
        margin-bottom: 30px
    }

    .time-box {
        width: fit-content;
        padding: 0px 10px
    }

    .width-mobile-coupon {
        width: 100% !important
    }

    .delivery-time-slot {
        margin-bottom: 30px
    }

    .option-time li a {
        border-bottom: 0px !important
    }

    .option-time {
        border: none;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        border-radius: 0px 0px 8px 8px !important;
        overflow: hidden
    }

    .contity-box {
        width: 145px
    }

    .speciality {
        text-align: center;
    }

    .speciality.slick-initialized {
        display: block;
        overflow: hidden;
    }

    .speciality li {
        width: 100%;
        min-width:100%;
    }

    .speciality .slick-slide img {
        display: inline-block;
        height: 14px
    }

    .product-list-slider-valentine li {
        width: 50%;
        padding: 0px 8px
    }

    .product-list-slider-valentine li:first-child {
        margin-top: 5px
    }

    .product-list-slider-valentine li:nth-child(2) {
        margin-top: 5px
    }

    .tab-section-valentine .valentine-explore-more {
        padding: 5px 50px;
        font-size: 16px
    }

    .tab-section-valentine .valentine-explore-more::after {
        top: 7px;
        right: 30px;
        font-size: 16px
    }

    .banner-overlap-content {
        width: 90%
    }

    .banner-overlap-content h1 {
        font-size: 22px
    }

    .banner-overlap-content p {
        -webkit-line-clamp: 3;
        line-height: 1.4
    }

    .payment-section .nav-link {
        padding-left: 30px
    }

    #idpayu img {
        height: 24px
    }

    #idpaypal img {
        height: 24px
    }

    #idcheckout img {
        height: 24px
    }

    #idccavenue img {
        height: 24px
    }

    #idjuspay img {
        height: 24px
    }

    #idrazorpay img {
        height: 24px
    }

    #idhsbc img {
        height: 24px
    }

    .payment-section .nav-item img {
        height: 24px;
    }
    .occasion-box {
        min-width: 20%;
    }
    .add-cart-button{
        display: flex;
        margin: 0 auto;
        float: none;
    }
    .trust-badges{
        margin-top: 20px;
    }
}

@media(min-width: 481px) and (max-width:635px) {
    .search-box {
        bottom: 35px
    }

    .menu-button {
        bottom: 35px
    }

    .gift-to-inner {
        bottom: 5px
    }

    .menu-section {
        padding-bottom: 100px
    }

    .menu-section.uae-menu {
        padding-bottom: 100px
    }
    .sort-category-filter button{
        font-size: 14px;
        font-weight: 400;
        border-radius:50px;
    }
}

@media(max-width: 480px) {
    .shop-by-recipient-section {
        margin-top:0px
    }

    .shop-by-flowers-section {
        margin-top: 0px
    }

    .shop-by-budget a img {
        width: 140px
    }

    .user-login .payment-options-section-cart img {
        width: 35px
    }

    .payment-options-section-cart img.amex-image {
        height: 25px;
        width: auto
    }

    .cart-menu img {
        height: 24px !important
    }

    .cart-product-row {
        align-items: start;
        position: relative;
        padding: 10px 0px;
        justify-content: space-between
    }

    .wrap-button {
        margin: 0px
    }

    .wrap-button button {
        height: 25px;
        width: 25px
    }

    .wrap-button input {
        width: 30px;
        height: 25px;
        font-size: 15px
    }

    .adress-name {
        position: inherit;
        top: 0;
        left: 0
    }

    .right-cart-contity {
        margin-left: 5px
    }

    .product-description {
        width: 57%
    }

    .review-inner {
        margin: 5px 0px
    }

    .view-selected-image {
        width: 45px;
        height: 45px
    }

    .feedback-section h1 {
        font-size: 18px
    }

    .feedback-section h2 {
        font-size: 18px
    }

    .left-feedback img {
        height: 75px
    }

    .buyer-name {
        font-size: 14px
    }

    .fake-btn img {
        width: 28px
    }

    .fake-btn {
        padding: 5px 15px
    }

    .content-photo {
        font-size: 14px
    }

    .rating-container .star {
        font-size: 30px
    }

    .add-cart-button {
        width: 44%;
        padding: 5px;
        float: none;
        display: flex;
        margin: 0 auto
    }

    .file-msg {
        font-size: 11px
    }

    .delivery-city-area h1 {
        font-size: 20px;
        top: -20px
    }

    .delivery-city-area ul li {
        width: 50%
    }

    #filter-button {
        top: -40px
    }

    .search-city {
        width: 100%
    }

    .delivery-city-area h1 {
        font-size: 18px;
        top: -20px;
        width: fit-content;
        text-align: center;
        white-space: nowrap
    }

    .delivery-city-area {
        margin-top: 30px;
        padding: 25px 15px
    }

    .delivery-city-area ul li a {
        font-size: 13px
    }

    .quick-link-section li a {
        padding: 5px 8px;
        font-size: 14px
    }

    .quick-link-section ul li {
        padding: 0px 5px
    }

    .care-guidence .nav-link {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px
    }

    .care-guidence .tab-content {
        font-size: 13px
    }

    .recommended-collection .slick-slide {
        margin: 0px 10px
    }

    .recommended-collection .slick-next,.recommended-collection .slick-prev {
        width: 30px;
        height: 30px
    }

    .recommended-collection .slick-next::before,.recommended-collection .slick-prev::before {
        font-size: 22px
    }

    .review-field {
        padding-left: 50px
    }

    .user-review {
        font-size: 14px !important
    }

    .review-field p {
        font-size: 13px
    }

    .load-more-review {
        font-size: 15px
    }

    .city-popup-heading {
        font-size: 17px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 18px 21px;
        justify-content: left;
        align-items: center;
        border-radius: 10px 10px 0px 0px
    }

    .choose-location-popup .btn-close {
        width: 14px;
        height: 14px;
        background-size: 46%
    }

    .city-search input {
        height: 45px;
        font-size: 14px
    }

    .city-search:after {
        top: 5px;
        font-size: 23px
    }

    .city-popup-heading img {
        width: auto;
        height: 40px;
        padding-right: 0
    }

    .popup-inner-section {
        padding: 0px 20px 50px 20px;
        min-height: 155px
    }

    .city-pop-section .nav-link {
        font-size: 14px
    }

    .city-popup-heading .fa-location-dot {
        font-size: 22px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .hamper-section .col-md-6:first-child {
        padding-right: 12px;
        margin-bottom: 12px
    }

    .hamper-section .col-md-6:last-child {
        padding-left: 12px
    }

    .comman-space {
        margin-bottom: 30px
    }

    .review-section {
        margin-bottom: 50px
    }

    .footer-logo {
        font-size: 36px
    }

    .social-section ul li {
        padding: 0px 10px
    }

    .social-section ul li i {
        font-size: 26px
    }

    .social-section ul li a svg {
        height: 26px
    }

    .ftr li a {
        font-size: 16px
    }

    .recently-view-button {
        padding: 6px 15px;
        font-size: 13px;
        bottom: 200px;
        right: -62px
    }

    .speciality .speciality-box {
        font-size: 11px
    }

    .speciality img {
        height: 11px
    }

    .speciality i {
        margin-right: 2px;
        font-size: 10px
    }

    .who-we-are-box {
        display: inherit
    }

    .about-content {
        min-width: 100%;
        width: 100%;
        padding-left: 0
    }

    .about-heading {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .who-we-are-box img {
        margin-bottom: 0px
    }

    .about-us-row .col-md-4 {
        margin-bottom: 30px
    }

    .city-inner {
        background: none;
        padding: 0px
    }

    .menu-section {
        padding-top: 15px;
        padding-bottom: 130px
    }

    .search-box input {
        height: 50px
    }

    .menu-button {
        font-size: 21px;
        bottom: 35px;
        width: 50px;
        height: 50px;
        line-height: 48px;
    }

    .topcity-home li {
        padding: 0px 10px
    }

    .combo-categury li a {
        padding: 5px 15px
    }

    .combo-image {
        width: 25%
    }

    .combo-categury h3 {
        font-size: 14px;
        margin-left: 30px
    }

    .other-iteams .col-md-4:first-child .options-text h4 {
        font-size: 20px
    }

    .other-iteams .col-md-4:first-child .options-text h5 {
        font-size: 16px
    }

    .options-text h5 {
        font-size: 12px
    }

    .options-text h4 {
        font-size: 16px
    }

    .logo img {
        height: 55px
    }

    .country-text {
        display: none
    }

    .search-box {
        padding-left:60px;
        bottom: 35px
    }

    .search-box button {
        height: 50px
    }

    .icon-area {
        margin-bottom: 5px
    }

    .occasion-section h1 {
        font-size: 18px
    }

    .product-list-slider li {
        width: 50%
    }

    .mobile-heading {
        font-size: 18px
    }

    .new-arrival-slider h3 {
        font-size: 13px
    }

    .combo-category li {
        padding: 0px 15px
    }

    .combo-category {
        padding: 10px 5px
    }

    .combo-category img {
        height: 44px;
        margin-bottom: 6px
    }

    .overlap-text h4 {
        font-size: 12px;
        padding-bottom: 5px
    }

    .options-text h4 {
        font-size: 12px
    }

    .options-text h5 {
        font-size: 10px
    }

    .overlap-text h5 {
        font-size: 10px
    }

    .overlap-text p {
        padding: 2px 5px;
        font-size: 11px
    }

    .overlap-text {
        right: 15px
    }

    .arrangement-section .col-md-4:first-child .overlap-text h4 {
        font-size: 20px
    }

    .arrangement-section .col-md-4:first-child .overlap-text h5 {
        font-size: 16px
    }

    .roses-cotent h4 {
        font-size: 20px;
        line-height: 27px
    }

    .btn-primary {
        font-size: 13px;
        padding: 3px 20px
    }

    .error-city .text-danger {
        top: -20px
    }

    .roses-cotent {
        right: 20px
    }

    .category-name h3 {
        font-size: 22px
    }

    .category-name h4 {
        font-size: 16px
    }

    .category-name button {
        padding: 2px 20px;
        font-size: 12px
    }

    .product-colum {
        margin-bottom: 0;
        border-radius:10px;
    }

    .product-colum img{
        border-radius: 0px 0px 10px 10px;
    }

    .product-colum .product-name{
        font-size:15px;
    }

    .product-details-home .star-rating {
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .luxury-product-name{
        font-size:15px;
    }

    .luxury-box .price-row {
        font-size: 14px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 20px
    }

    .category-detail .comman-heading {
        font-size: 20px
    }

    .banner-space {
        margin-bottom: 10px
    }

    .midnight-section {
        height: 80px;
        display: flex;
        align-items: center
    }

    .midnight-section h3 {
        font-size: 18px;
        margin-bottom: 0;
        text-align: left;
        line-height: 27px;
        width: 73%
    }

    .luxuery-heading {
        font-size: 24px
    }

    .luxuery-sub-heading {
        font-size: 17px;
        margin-bottom: 25px
    }

    .luxury-collection .slick-next,.luxury-collection .slick-prev {
        width: 30px;
        height: 30px
    }

    .luxury-collection .slick-next::before,.luxury-collection .slick-prev::before {
        font-size: 26px
    }

    .luxury-collection .slick-list {
      padding-left:0px;
      padding-right: 0% !important;
    }

    .luxury-collection .slick-track {
      margin-right:0%;
    }

    .whats-app {
        width: 40px;
        height: 40px;
        line-height: 39px;
        bottom: 70px;
    }

    .call-us {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 22px;
        bottom: 120px;
    }

    .luxury-collection .slick-prev {
        left: -15px
    }

    .luxury-collection .slick-next {
        right: -15px
    }

    .arrangement-section .col-md-4:nth-child(2) {
        padding-right: 6px
    }

    .arrangement-section .col-md-4:nth-child(3) {
        padding-left: 6px
    }

    .review-section ul li img {
        width: 46px
    }

    .our-speciellity li {
        width: 50%;
        margin-right: 0px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px
    }

    .icon-speciellity {
        margin-right: 0px
    }

    .speciality .speciality-box {
        font-size: 11px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }

    .speciality .speciality-box span {
        width: 100%;
        margin-top: 4px
    }

    .our-speciellity img {
        height: 25px;
        width: 25px
    }

    .icon-speciellity {
        min-width: 35px;
        min-height: 35px;
        line-height: 35px
    }

    .our-speciellity li p {
        font-size: 11px;
        width: 100%
    }

    .our-speciellity {
        align-items: baseline
    }

    .flower-combo {
        margin-bottom: 0px
    }

    .signup-form {
        width: 100%
    }

    .signup-form input {
        height: 40px
    }

    .signup-form button {
        padding: 0px 16px;
        font-size: 16px
    }

    .our-speciellity img {
        height: 25px;
        width: 25px;
        padding: 2px
    }

    .our-speciellity li {
        width: 49%;
        margin-right: 2px
    }

    .our-speciellity li p {
        font-size: 12px;
        width: 100%
    }

    .delivery-country-flag h4 {
        font-size: 18px
    }

    .review-section h3 {
        font-size: 18px
    }

    .review-slider .slick-next,.review-slider .slick-prev {
        width: 30px;
        height: 30px
    }

    .review-slider .slick-next::before,.review-slider .slick-prev::before {
        font-size: 20px
    }

    .social-mobile a:last-child img {
        height: 32px
    }

    .story-heading {
        font-size: 18px;
        padding-bottom: 0px;
        border-bottom: none;
        margin-bottom: 10px
    }

    .city-inner .icon-location {
        order: 3
    }

    .city-name.selected-delivery-location {
        font-size: 12px
    }

    .city-inner:after {
        top: 3px;
        right: 8px;
        font-size: 13px
    }

    .city-flag-section {
        order: 4
    }

    .country-text {
        order: 2;
        color: #000;
        font-size: 12px;
        padding-right: 10px;
        border-right: 1px solid #a39161
    }

    .product-listing-section .col-md-3 {
        padding: 0px 7.5px
    }

    .hamper-section .col-md-6:first-child {
        display: none
    }

    .about-us-home {
        display: none
    }

    .banner-section img {
        border: 1px solid #b9b9b963;
        border-radius: 10px 0
    }

    .mobile-view-placement {
        display: flex;
        flex-wrap: wrap
    }

    .mobile-review-placement {
        width: 100%
    }

    .product-listing-section .row .col-md-3 {
        margin-bottom: 35px
    }

    .product-list-col img {
        border-radius: 5px
    }

    .product-list-col figure {
        border-radius: 5px
    }

    .product-list-col {
        border-radius: 10px
    }

    .star-rating {
        font-size: 14px;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .product-name-listing {
        font-size: 15px
    }

    .earliest-Delivery {
        margin-top: 5px;
        font-size: 13px
    }

    .product-colum .earliest-Delivery span {
        font-size: 13px
    }

    .product-colum span {
        font-size: 14px
    }

    .earliest-Delivery span {
        font-size: 13px
    }

    .price-row {
        font-size: 13px
    }
    .product-list-col .free-ship-tag {
        height: 40px
    }

    .top-content-section h1 {
        font-size: 15px
    }

    .banner-overlap-content h1 {
        font-size: 22px
    }

    .quick-links {
        margin: 0px;
        padding-bottom:0px
    }

    .buy-button {
        padding: 5px 22px;
        font-size: 13px;
        width: 100px
    }

    .choose-location-popup .modal-dialog {
        width: 100%;
        margin: 0px
    }

    .city-search {
        width: 80%;
        margin: 45px auto 0px
    }

    .choose-location-popup .modal-content {
        border: none;
        border-radius: 10px 10px 0px 0px
    }

    .choose-location-popup .btn-close {
        right: 30px;
        top: 24px;
    }

    .product-show-section .row {
        min-width: 100%;
        width: auto;
        margin: 0px -12px
    }

    .verient-list {
        overflow-x: auto;
        padding-bottom: 10px;
        padding-right: 5px;
        margin-bottom: 5px
    }

    .verient-list li {
        min-width: 55%
    }

    .verient-list li label {
        cursor: pointer;
        padding: 5px;
        box-shadow: 0px 0px 5px 0px #a39161;
        border-radius: 5px;
        min-height: 135px
    }

    .verient-content h2 {
        color: #000;
        font-size: 15px
    }

    .verient-content h3 {
        font-size: 12px
    }

    .select-city-section {
        width: 100%;
        margin-bottom: 25px
    }

    .time-variant ul li h4 {
        font-size: 14px
    }

    .time-variant ul li span {
        font-size: 14px
    }

    .delivery-type ul li {
        width: 33.33%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .delivery-type ul li:last-child {
        margin-bottom: 0px
    }

    .addon-list li {
        width: 50%
    }

    #addon-popup .modal-body {
        padding: 10px;
        padding-bottom: 0px
    }

    .price-detail {
        display: none
    }

    .city-select.nice-select {
        border: 1px solid #000;
        border-radius: 5px
    }

    .nice-select.city-select.city-select1 {
        width: 100%;
        margin-right: 0
    }

    .select-city-section {
        flex-wrap: wrap
    }

    .alphabet-dropdown {
        width: 100%;
        margin-left: 0
    }

    .cart-product-row img {
        width: 60px;
        height: 60px
    }

    .align-right button {
        padding: 6px 10px;
        width: 160px
    }

    .login-left .btn-primary {
        padding: 5px 10px;
        width: 160px;
        font-size: 13px
    }

    .shopping-cart-list {
        width: 75%
    }

    .price-breakup {
        font-size: 14px
    }

    .product-image {
        width: 135px
    }

    .product-summery h4 {
        font-size: 15px
    }

    .product-summery h5 {
        font-size: 13px
    }

    .delivery-details {
        flex-wrap: wrap
    }

    .delivery-details li {
        width: 100%;
        text-align: left;
        margin-bottom: 5px
    }

    .delivery-details li:last-child {
        margin-bottom: 0px
    }

    .offer-available-btn {
        margin-left: 6px;
        font-size: 13px
    }

    .offer-available-btn i {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 9px
    }

    .delivery-details li::after {
        display: none
    }

    .delivery-details {
        padding-top: 7px
    }

    #add-adress .btn-close {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 16px
    }

    #add-adress .btn-close i {
        font-size: 16px
    }

    .popup-heading {
        padding: 10px 10px;
        font-size: 15px
    }

    .popup-heading i {
        padding-right: 10px;
        font-size: 20px
    }

    .message-card nav .nav-tabs button {
        font-size: 12px
    }

    .message-card nav .nav-tabs {
        margin-top: 25px;
        margin-bottom: 10px
    }

    .massage-form-right ul li {
        font-size: 13px
    }

    .message-form-left input {
        font-size: 13px
    }

    #shipping-detail-form .form-group label {
        font-size: 13px;
        margin-bottom: 5px
    }

    #shipping-detail-form input {
        font-size: 12px
    }

    .privacy-terms p {
        font-size: 13px
    }

    .proceed-payment {
        padding: 6px 19px;
        font-size: 13px
    }

    #shipping-detail-form select {
        font-size: 12px
    }
    .note-for-address {
        font-size: 11px;
    }
    .note-for-mobile {
        font-size: 11px;
    }
    #changeBillingAddress ~ label {
        font-size: 11px;
    }
    #shipping-detail-form .save-to-addressbook label{
        font-size: 11px;
        margin-top:0px;
    }

    #add-adress ul li {
        width: 50%
    }

    #add-new-address .btn-close {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 16px
    }

    .popup-heading {
        padding: 10px 10px;
        font-size: 15px
    }

    .popup-heading i {
        padding-right: 10px;
        font-size: 20px
    }

    .message-cart-list .nav-link {
        font-size: 13px
    }

    .shipping-detail .row .col-md-4 {
        width: 70%
    }

    .shipping-detail .row .col-md-4:last-child {
        margin-bottom: 0px
    }

    .address-box label span {
        margin-bottom: 5px
    }

    #visa-master-form {
        width: 100%
    }

    .payment-section .accordion-body {
        padding: 10px
    }

    .payment-section input {
        height: 40px;
        font-size: 13px
    }

    .visa-icon {
        display: none
    }

    .text-right .btn-primary {
        font-size: 14px;
        padding: 6px 25px
    }

    .billing-info h5 {
        font-size: 16px;
        padding-left: 5px
    }

    .order-heading h3 {
        font-size: 16px
    }

    .order-heading h2 {
        font-size: 14px
    }

    .payment-failed-box h1 {
        margin: 15px 0px;
        font-size: 20px
    }

    .payment-failed-box p {
        font-size: 14px
    }

    .payment-failed-box h2 {
        margin: 15px 0px 15px;
        font-size: 16px
    }

    .content-page-banner h1 {
        font-size: 24px
    }

    .left-contact {
        width: 100%;
        margin-top: 25px
    }

    .right-contact {
        padding-left: 0;
        width: 100%;
        padding-top: 0
    }

    .right-contact ul li i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-right: 6px
    }

    .our-branch h3 {
        font-size: 16px;
        margin-bottom: 15px
    }

    .our-branch ul li {
        width: 24%;
        font-size: 13px
    }

    .right-vender-register input {
        font-size: 12px;
        height: 38px
    }

    .right-vender-register {
        padding: 10px
    }

    .left-vender-refister h1 {
        font-size: 18px
    }

    .left-vender-refister img {
        height: 170px
    }

    .right-vender-register textarea {
        height: 70px
    }

    .vendor-register-section {
        margin-bottom: 30px
    }

    .combo-categury li {
        padding: 0px 10px
    }

    .flower-category li {
        padding: 0px 10px
    }

    .flower-category span {
        font-size: 14px;
        padding: 5px 5px;
        bottom: -29px;
        min-width: 90px;
        text-align: center
    }

    .flower-category li:nth-child(4) {
        margin-bottom: 25px
    }

    .flower-category li:nth-child(5) {
        margin-bottom: 25px
    }

    .flower-category li:nth-child(6) {
        margin-bottom: 25px
    }

    .review-page-section {
        margin-top: 35px
    }

    .review-page-section .review-colum {
        width: 180px
    }

    .shopping-cart-icon {
        height: 40px;
        margin: 0 auto 20px;
        display: block
    }

    .otp-section input {
        width: 32px !important;
        height: 32px !important;
        margin-right: 10px !important;
        font-size: 16px
    }

    .otp-section input:last-child {
        margin-right: 0px !important
    }

    .width-mobile-coupon {
        width: 100% !important
    }

    .cart-product-row .product-summery h5 img {
        display: block
    }

    .cart-product-row .product-summery h5 .d-flex {
        flex-wrap: wrap
    }

    .user-links img {
        height: 18px;
        width: auto
    }

    .icon-box img {
        width: 19.5vw;
        height: 19.5vw;
        object-fit: contain;
        border-radius: 5px;
    }

    .icon-section span {
        font-size: 13px
    }

    .order-summary ul {
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 15px
    }

    .shop-more-cart {
        top: 7px;
        right: 10px
    }

    .order-flow-box {
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden
    }

    #shipping-detail-form .form-group br {
        display: none
    }

    .shipping-head.billing-section {
        margin-bottom: 20px;
        margin-top: 35px;
        align-items: flex-end
    }

    .order-flow-box .right-cart .order-summary {
        padding-top: 35px
    }

    .privacy-terms {
        margin-top: 15px;
        margin-bottom: 30px !important
    }

    .valentine-slide-box {
        padding: 0px 8px
    }

    .valentine-heading-bg h1 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .tab-section-valentine h2 {
        font-size: 19px;
        margin-top: 0px
    }

    .tab-section-valentine p {
        width: 98%;
        margin-bottom: 10px;
        font-size: 13px
    }

    .tab-section-valentine .nav-tabs {
        top: 160px;
        padding: 10px 0px
    }

    .tab-section-valentine .product-colum {
        border-radius: 10px
    }

    .tab-section-valentine .nav-tabs li button {
        font-size: 14px;
        min-width: 140px;
        width: auto
    }

    .banner-overlap-content {
        top: 20px
    }

    .payment-section .nav-link {
        padding-left: 22px
    }

    .payment-section .nav-link:after {
        left: 4px
    }

    .payment-section .nav-link.active:before {
        left: 8px
    }

    #idpayu img {
        height: 18px
    }

    #idpaypal img {
        height: 18px
    }

    #idcheckout img {
        height: 18px
    }

    #idccavenue img {
        height: 18px
    }

    #idjuspay img {
        height: 18px
    }

    #idrazorpay img {
        height: 18px
    }

    #idhsbc img {
        height: 18px
    }
    .high-low-section ul{
        border-radius: 20px 20px 0px 0px;
    }
    .addon-box{
        padding: 0px;
        padding-bottom: 40px;
    }
    .add-contity{
        left: 25px;
        right: 25px;
        border-radius: 10px;
    }
    .verient-content{
        padding-left: 7px;
    }
}

@media(max-width: 430px) {
    .save-to-addressbook {
        margin-top:10px
    }

    .sort-category-filter button {
        min-width: 120px
    }

    .deliver-city-section ul li {
        min-width: 30.33%
    }

    .apply-coupan-btn img {
        height: 16px
    }

    .apply-coupan-btn {
        height: 30px;
        border-radius: 5px
    }

    .apply-coupan-btn {
        width: 140px;
        margin-right: 5px;
        font-size: 12px;
        margin-bottom: 0px
    }

    .delivery-details {
        margin-bottom: 20px
    }

    .offer-available-btn {
        font-size: 12px
    }

    .delivery-type ul li {
        padding: 4px 10px;
        font-size: 13px
    }

    .delivery-time-slot button {
        font-size: 15px;
        padding: 10.5px 10px !important
    }

    .about-heading {
        font-size: 16px
    }

    .our-reviews-section ul {
        flex-wrap: wrap;
        margin-top: 25px
    }

    .review-sub-heading {
        font-size: 16px;
        margin-bottom: 5px;
        display: block;
    }

    .our-reviews-section span {
        margin-top: 5px;
        font-size: 14px;
        color: #6d6a6a;
    }
    .our-reviews-section ul img {
        height: 14px;
    }

    .app-heading {
        font-size: 14px
    }

    .app-button {
        width: 145px;
        margin-right: 10px
    }

    .app-button img {
        height: 22px
    }

    .app-button p {
        font-size: 13px
    }

    .multiple-items-info {
        padding: 4px 7px;
        font-size: 11px
    }

    .category-detail .comman-heading {
        font-size: 18px
    }

    .menu-section {
        padding-bottom: 95px
    }

    .menu-section.uae-menu {
        padding-bottom: 95px
    }

    .search-box {
        bottom: 35px
    }

    .menu-button {
        bottom: 35px
    }

    .gift-to-inner {
        bottom: 10px
    }

    .international-delivery-page h1 {
        font-size: 15px;
        padding: 9px 10px;
        top: -22px
    }

    .international-delivery-page ul img {
        height: 42px
    }

    .internationa-left img {
        width: 250px
    }

    .review-counts {
        margin-bottom: 0px
    }
    .occasion-box {
        min-width: 27%;
    }

    .our-reviews-section ul li:last-child .review-counts {
        margin-bottom: 0px
    }

    .banner-section {
        margin-bottom: 25px
    }

    .occession-slider figcaption {
        font-size: 14px
    }

    .combo-category li {
        padding: 0px 2px
    }

    .combo-category img {
        height: 40px;
        margin-bottom: 4px
    }

    .combo-category {
        padding: 10px 2px
    }

    .review-section ul {
        flex-wrap: wrap;
        margin-bottom: 0px
    }

    .review-section ul li {
        width: 33.33%;
        text-align: center;
        margin-bottom: 20px
    }

    .arrangement-section .col-md-4:first-child .overlap-text h4 {
        font-size: 17px
    }

    .arrangement-section .col-md-4:first-child .overlap-text h5 {
        font-size: 13px
    }

    .overlap-text {
        right: 6px
    }

    .overlap-text h4 {
        font-size: 12px
    }

    .other-iteams .col-md-4:first-child .options-text h4 {
        font-size: 17px
    }

    .other-iteams .col-md-4:first-child .options-text h5 {
        font-size: 13px
    }

    .roses-cotent h4 {
        font-size: 16px;
        line-height: 22px
    }

    .right-button {
        display: none
    }

    .btn-primary {
        font-size: 12px;
        padding: 3px 10px
    }

    .category-name {
        top: 59px;
        right: 6px
    }

    .category-name h3 {
        font-size: 20px
    }

    .category-name h4 {
        font-size: 14px;
        margin-bottom: 8px
    }

    .category-name button {
        padding: 2px 14px;
        font-size: 12px
    }

    .buynow-button {
        font-size: 12px;
        padding: 3px 21px
    }

    .midnight-section h3 {
        font-size: 16px;
        line-height: 21px
    }

    .luxuery-heading {
        font-size: 19px
    }

    .luxuery-sub-heading {
        font-size: 15px
    }

    .luxury-collection-section {
        padding: 25px 10px;
        padding-bottom: 25px
    }

    .luxury-product-name {
        font-size: 15px;
        font-weight:600;
    }

    .product-colum .product-name {
        font-size: 15px
    }

    .luxury-collection .slick-prev {
        left: -15px
    }

    .luxury-collection .slick-next {
        right: -15px
    }

    .review-slider .slick-prev {
        left: 10px
    }

    .review-slider .slick-next {
        right: 10px
    }
    
    .signup-form button {
        padding: 0px 6px;
        font-size: 14px
    }

    .signup-form input {
        font-size: 14px
    }

    .menu-section .col-md-2 img {
        height: 41px
    }

    .mobiles-icon {
        margin-top: 15px
    }

    .options-text h4 {
        font-size: 18px
    }

    .options-text h5 {
        font-size: 14px
    }

    .options-text p {
        font-size: 12px
    }

    .options-text {
        right: 15px
    }

    .story-box p {
        font-size: 11px
    }

    .subscribe-section p {
        font-size: 12px;
        margin-bottom: 5px
    }

    .delivery-country-flag span {
        font-weight: 500;
        font-size: 13px;
        white-space: nowrap
    }

    .choose-location-popup .modal-dialog {
        width: 100%;
        margin: 0 auto
    }

    .choose-location-popup h3 {
        font-size: 13px !important;
        margin-bottom: 5px;
        margin-top: 15px
    }

    .flag-section img {
        height: 30px
    }

    .flag-section span {
        font-size: 17px;
        margin-left: 0px
    }

    .deliver-city-section ul li {
        margin-bottom: 15px;
        padding: 0px 5px
    }

    .flag-section {
        margin-bottom: 15px
    }

    .roses-cotent {
        top: 20%
    }

    .midnight-section {
        height: 65px
    }

    #sidebar-contact {
        margin-right: -350px;
        width: 330px
    }

    #sidebar-contact.active {
        right: 345px;
        width: 330px
    }

    .recent-view-section-heading {
        font-size: 16px;
        margin-bottom: 35px
    }

    .search-box input {
        height: 50px
    }

    .search-box button {
        height: 50px
    }

    .country-slider {
        border-bottom: none
    }

    .city-inner::after {
        top: 1px
    }

    .mobiles-icon li i {
        font-size: 16px
    }

    .gift-to-inner {
        padding-top: 6px
    }

    .country-slider .mySlider__item {
        margin-bottom: 0px;
        padding-right: 5px
    }

    .topcity-home li a h3 {
        font-size: 12px
    }

    .video-box iframe {
        height: 200px !important
    }

    .city-name.selected-delivery-location {
        padding-top: 0px
    }

    .inr-section .dropdown-toggle {
        font-size: 14px
    }

    .combo-category li:first-child figcaption {
        padding: 0px 5px
    }

    .heart-box {
        top: 5px;
        right: 5px
    }

    .price-row {
        font-size: 13px
    }
    .price-row span.old-price{
        margin-left: 5px;
    }

    .product-details-home .old-price::after {
        top: 0px;
        display: block
    }

    .product-details-home .price-row {
        display: flex
    }

    .product-details-home .old-price:before {
        left: 15px
    }

    .product-details-home .old-price {
        padding-left: 15px
    }

    .top-content-section h1 {
        font-size: 16px;
        border: none;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .quick-links .col a {
        font-size: 14px
    }

    .quick-links {
        margin: 5px 0px
    }

    .popularity-box .form-select {
        background-position: right 0px center;
        padding-right: 19px
    }

    #filter-button {
        top: -47px
    }

    .breadcrumb-item {
        font-size: 12px
    }

    .breadcrumb-item {
        font-size: 12px
    }

    .product-detail-area {
        display: flex;
        flex-wrap: wrap
    }

    #gallery_pdp img {
        width: 70px !important;
        height: 70px !important
    }

    .verient-list li label span {
        font-size: 12px
    }

    .addon-list li {
        width: 50%
    }

    .change-location {
        font-size: 13px;
        margin-bottom: 12px
    }

    .addonprice-details {
        margin-left: 0px
    }

    .base-item {
        margin-right: 10px
    }

    .plus-icon {
        margin-right: 10px
    }

    .verient-list li {
        min-width: 70%
    }

    .price-detail-page {
        font-size: 16px
    }

    .login-facebook {
        margin-right: 0px;
        display: block
    }

    .login-facebook {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px
    }

    .login-right h4 {
        font-size: 16px
    }

    .order-inner-section {
        padding: 15px 10px
    }

    #otp_form p {
        font-size: 13px
    }

    .otp-section {
        margin-bottom: 20px
    }

    .not-receive {
        font-size: 13px
    }

    .login-right {
        margin-top: 15px
    }

    .cart-product-row h3 {
        font-size: 14px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .cart-product-row h5 {
        font-size: 13px
    }

    .price-breakup {
        font-size: 13px
    }

    .delivery-details li {
        font-size: 13px
    }

    .align-right button {
        width: 160px
    }

    .page-title {
        padding: 6px 14px;
        font-size: 16px
    }

    .forgot-password-order {
        font-size: 14px;
        margin-bottom: 15px
    }

    .login-left .nav-link {
        font-size: 14px;
        padding: 6px 25px
    }

    .page-title img {
        height: 20px;
        margin-right: 8px;
        width: auto
    }

    .back-order {
        font-size: 14px
    }

    .modal.right .modal-dialog {
        width: 310px
    }

    .shopping-cart-row {
        flex-wrap: wrap
    }

    .product-image {
        width: 94px;
        float: left
    }

    .product-summery {
        width: 100%;
        float: left
    }

    .product-count {
        min-width: inherit;
        display: flex;
        width: 60%;
        float: left;
        flex-wrap: wrap
    }

    .wrap-button {
        order: 1;
        margin: 0px;
        margin-bottom: 5px
    }

    .remove-btn {
        order: 2;
        font-size: 12px;
        margin-top: 5px
    }

    .product-count h4 {
        order: 3;
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 0px
    }

    .product-count {
        text-align: left
    }

    .wrap-button button {
        height: 25px;
        width: 20px;
        text-align: center
    }

    .wrap-button input {
        width: 25px;
        height: 25px;
        font-size: 12px
    }

    .cart-heading {
        padding: 0px 0px
    }

    .wrap-button {
        width: auto;
        margin-right: 0;
        margin-bottom: 0px
    }

    .product-summery h4 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .product-image span {
        font-size: 11px
    }

    .product-summery h5 {
        font-size: 12px;
        margin-bottom: 5px
    }

    .productid {
        font-size: 12px
    }

    .shopping-cart-row {
        display: inline-block;
        width: 100%
    }

    .shopping-cart-list li {
        width: 80px;
        min-width: 80px
    }

    .selected-cart:after {
        left: 35px
    }

    .shopping-cart-list {
        width: 70%
    }

    .shop-more-button {
        padding: 5px 5px;
        font-size: 12px
    }

    .discount-code {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .offer-row h3 {
        font-size: 17px
    }

    .offer-row h4 {
        font-size: 13px
    }

    .offer-row ul {
        font-size: 13px;
        margin-bottom: 15px
    }

    .discount-code::after {
        width: 18px;
        height: 18px;
        right: -10px;
        top: 10px
    }

    .apply-btn {
        font-size: 12px;
        padding: 6px 10px
    }

    .user-detail .page-title {
        font-size: 12px
    }

    .user-detail .page-title img {
        height: 19px;
        margin-right: 5px;
        margin-top: 3px
    }

    .massage-form-right ul li {
        font-size: 13px;
        padding: 4px 10px
    }

    .address-bookbtn {
        font-size: 13px;
        padding: 5px 10px
    }

    .shipping-head h2 {
        font-size: 17px
    }

    .group-form {
        flex-wrap: wrap
    }

    .group-form .form-group {
        width: 100%;
        margin-right: 0px
    }

    .group-form .form-group:last-child {
        margin-left: 0px
    }
    .group-form .form-group:nth-child(3) {
        margin-left: 0px !important;
    }

    #login_form .group-form {
        flex-wrap: nowrap
    }

    #login_form .group-form .form-group {
        width: 50%;
        margin-right: 6px
    }

    #login_form .group-form .form-group:last-child {
        margin-left: 6px;
        margin-right: 0px
    }

    #shipping-detail-form {
        margin-top: 10px
    }

    #add-adress .modal-body {
        padding: 10px
    }

    .address-box {
        padding: 5px 5px !important
    }

    #add-adress ul li {
        width: 100%
    }

    .address-add {
        padding: 10px 0px
    }

    #add-adress ul {
        max-height: 400px
    }

    #add-adress {
        top: 50px
    }

    .message-form-left textarea {
        font-size: 13px
    }

    .address-add i {
        font-size: 31px
    }

    .order-number-section {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .billing-info h5 {
        margin-bottom: 15px
    }

    .payment-failed-box img {
        width: 55px
    }

    .payment-failed-box {
        padding-bottom: 10px
    }

    .payment-failed-box h1 {
        margin: 12px 0px;
        font-size: 18px
    }

    .payment-failed-box p {
        font-size: 13px;
        line-height: 22px
    }

    .payment-failed-box h2 {
        margin: 10px 0px 12px;
        font-size: 15px
    }

    .payment-failed-box {
        margin-bottom: 35px
    }

    .content-page-banner img {
        height: 80px
    }

    .content-page-section h2,.content-page-section h3,.content-page-section h4,.content-page-section h5,.content-page-section h6 {
        font-size: 16px
    }

    .content-page-section {
        margin-bottom: 30px
    }

    .contactus-section h1 {
        font-size: 18px;
        top: -18px
    }

    .our-branch ul li {
        width: 49%;
        font-size: 13px;
        margin-bottom: 10px
    }

    .left-contact h2 {
        font-size: 18px
    }

    .left-contact {
        margin-top: 20px
    }

    .location-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 10px
    }

    .address h3 {
        font-size: 15px
    }

    .empty-cart-section {
        padding: 60px 0px
    }

    .empty-cart-section img {
        height: 100px
    }

    .empty-cart-section h2 {
        font-size: 18px
    }

    .empty-cart-section p {
        font-size: 14px
    }

    .empty-cart-section .btn-primary {
        padding: 6px 15px;
        font-size: 13px
    }

    .faq-heading {
        font-size: 14px
    }

    .faq-section .accordion-button {
        font-size: 14px;
        padding: 9px 15px;
        position: relative
    }

    .faq-section .accordion-button::after {
        position: absolute;
        right: 0px;
        top: 5px
    }

    .faq-sub-heading {
        font-size: 15px
    }

    .faq-section .accordion-body {
        font-size: 13px
    }

    .right-vender-register {
        padding: 15px 10px
    }

    .right-vender-register .group-form .form-group {
        margin-bottom: 20px
    }

    .trackorder-section h1 {
        font-size: 16px !important
    }

    .deliver-city-section ul li a {
        font-size: 14px
    }

    .deliver-city-section ul li a.top-ciy {
        font-size: 14px
    }

    .top-ciy img {
        height: 30px
    }

    .deliver-city-section ul li.top-city-break {
        font-size: 17px
    }

    .deliver-city-section ul {
        max-height: 180px
    }

    .deliver-country-list img {
        height: 26px;
        width: auto
    }

    .deliver-country-list figure:after {
        width: 30px;
        height: 30px
    }

    .deliver-country-list ul li a {
        font-size: 13px
    }

    .add-gift span {
        font-size: 17px
    }

    .add-gift img {
        height: 55px
    }

    #addon-popup .btn-close {
        font-size: 11px;
        line-height: 0;
        position: absolute;
        top: 18px
    }

    .addon-box {
        padding-bottom: 40px
    }

    .review-page-section .review-colum {
        width: 100%;
        left: 0;
        position: relative !important;
        transform: inherit !important;
        margin-bottom: 20px
    }

    .care-guidence .nav-link {
        width: auto;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px
    }

    .valentine-heading-bg h1 {
        font-size: 15px
    }

    .banner-overlap-content h1 {
        font-size: 17px;
        line-height: 1.2
    }

    .banner-overlap-content p {
        -webkit-line-clamp: 2
    }

    .payment-section .nav-link:after {
        content: "";
        width: 10px;
        height: 10px
    }

    .payment-section .nav-link.active:before {
        left: 7px;
        width: 4px;
        height: 4px
    }

    .payment-section .nav-item {
        padding-right: 5px
    }

    .payment-section .nav-link {
        padding-left: 18px
    }
    .corporate-hero h1 {
    font-size: 2rem;
  }
  
  .corporate-hero p {
    font-size: 1rem;
  }
  
  .corporate-btn {
    max-width: 240px;
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
  }
  
  .corporate-section-title h2 {
    font-size: 1.8rem;
  }
  
  .corporate-feature-card {
    padding: 1.5rem 1rem;
  }
  
  .corporate-feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
  }
  
  .corporate-about-text h2 {
    font-size: 1.7rem;
  }
  
  .corporate-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .corporate-stat {
    padding: 1rem;
  }
  
  .corporate-form-container {
    padding: 15px;
    margin: 0;
  }
  
  .corporate-form-control {
    padding: 1rem 1.2rem;
    font-size: 0.9rem;
  }
  .corporate-form-group .react-tel-input input{
    height:57px;
  }
  
.corporate-submit-btn {
    padding: 15px 15px;
    font-size: 15px;
    width: 100%;
    margin-top: 0;
}
.captcha-design{
    margin-top:15px;
}
.speciality {
    font-size: 13px;
}
}

@media (hover: none) and (pointer: coarse) {
  /* Touch device optimizations */

  .corporate-feature-card:hover {
    transform: none;
  }
  
  .corporate-feature-card:active {
    transform: scale(0.98);
  }
  
  .corporate-btn:hover {
    transform: none;
  }
  
  .corporate-btn:active {
    transform: scale(0.95);
  }
  
  .corporate-stat:hover {
    transform: none;
  }
  
  .corporate-stat:active {
    transform: scale(0.98);
  }
}

.corporate-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.corporate-fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.corporate-loading {
  position: relative;
  pointer-events: none;
}

.corporate-loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: white;
  border-radius: 50%;
  animation: corporate-spin 1s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes corporate-spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@media(max-width: 375px){
    .choose-location-popup .btn-close {
        right: 20px;
    }
}

@media(max-width: 325px) {
    .logo img {
        height:45px
    }

    .choose-location-popup .btn-close {
        width: 10px;
        line-height: 10px;
        height: 10px;
        font-size: 12px
    }

    .category-detail .comman-heading {
        font-size: 15px
    }

    #sidebar-contact {
        margin-right: -300px;
        width: 300px
    }

    #sidebar-contact.active {
        right: 300px;
        width: 300px
    }

    .midnight-section h3 {
        font-size: 14px;
        width: 68%
    }

    .plant-section h3 {
        margin-bottom: 0px;
        text-align: left;
        padding-left: 15px
    }

    .signup-form button {
        padding: 0px 4px;
        font-size: 13px
    }

    .new-arrival-slider h3 {
        font-size: 11px
    }

    .price-row {
        font-size: 11px
    }

    .old-price {
        padding-right: 5px
    }

    .old-price::after {
        top: -1px;
        right: 0px
    }

    .product-listing-section {
        padding-top: 5px
    }

    .time-variant ul li h4 {
        font-size: 12px;
        margin-bottom: 0
    }

    .time-variant ul li span {
        font-size: 12px
    }

    .calender-box input {
        font-size: 12px;
        padding-top: 21px
    }

    .calender-box::after {
        font-size: 17px;
        top: 0
    }

    .addonprice-details h3 {
        font-size: 12px
    }

    .addonprice-details h4 {
        font-size: 12px
    }

    .total-price h5 {
        font-size: 13px
    }

    .continuepopup {
        margin-top: 6px;
        font-size: 12px;
        padding: 7px 8px
    }

    .add-cart-button {
        width: 185px;
        padding: 5px 18px;
        font-size: 16px
    }

    .time-box {
        padding: 5px 10px;
        font-size: 12px;
        width: auto
    }

    .mid-box-section span {
        font-size: 11px
    }

    .right-detail-section h1 {
        font-size: 17px
    }

    .price-detail-page {
        font-size: 16px
    }

    .verient-list {
        margin-bottom: 15px
    }

    .login-left .btn-primary {
        padding: 5px 5px;
        font-size: 13px
    }

    .login-left .form-control {
        height: 35px
    }

    .login-left .form-label {
        font-size: 13px
    }

    .order-inner-section h3 {
        font-size: 14px
    }

    .product-image {
        width: 90px;
        margin-right: 10px
    }

    .shopping-cart-list {
        width: 66%
    }

    .modal.right .modal-dialog {
        width: 280px
    }

    .modal.right .modal-body {
        padding: 10px
    }

    .offer-row {
        padding-left: 5px
    }

    #coupon_form button {
        padding: 5px 15px
    }

    #apply-coupan-modal .btn-close {
        width: 25px;
        height: 25px;
        line-height: 6px;
        font-size: 14px
    }

    .message-cart-list .nav-link {
        font-size: 13px;
        padding: 8px 10px
    }

    .address-add i {
        font-size: 34px
    }

    .payment-failed-box {
        padding: 35px 10px 10px 10px
    }

    .contactus-section h1 {
        font-size: 15px;
        top: -18px
    }

    .left-contact h2 {
        font-size: 16px
    }

    .address h3 {
        font-size: 14px
    }

    .address p {
        font-size: 12px
    }

    .left-contact {
        margin-top: 5px
    }

    .contactus-section {
        padding: 20px 15px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .empty-cart-section img {
        height: 80px
    }

    .empty-cart-section h2 {
        font-size: 16px
    }

    .empty-cart-section p {
        font-size: 12px
    }

    #filter-button {
        top: -36px
    }

    .product-information {
        padding: 0px 5px
    }

    .city-name.selected-delivery-location {
        font-size: 12px !important
    }

    .page-title .user-email {
        float: left;
        padding-left: 7px;
        width: 100%;
        line-height: 20px
    }

    .width-mobile-coupon {
        width: 280px !important
    }
}

@media(min-width: 481px) {
    .country-text {
        display:none
    }
}

@media (max-width: 767px) {
    .width-mobile-coupon.offcanvas-bottom {
        height: 85vh !important;
        max-height: 85vh;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        border-top: 1px solid #d9d9d9;
        border-left: none;
        border-right: none;
    }

    .width-mobile-coupon.offcanvas-bottom .offcanvas-body {
        padding: 0;
        overflow-y: auto;
    }

    .width-mobile-coupon.offcanvas-bottom #apply-coupan-modal .modal-dialog {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .width-mobile-coupon.offcanvas-bottom #apply-coupan-modal .modal-content {
        min-height: 85vh;
        border: none;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        overflow: hidden;
    }

    .width-mobile-coupon.offcanvas-bottom #apply-coupan-modal .modal-header {
        padding: 12px 14px;
    }

    .width-mobile-coupon.offcanvas-bottom #apply-coupan-modal .modal-title {
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
    }

    .width-mobile-coupon.offcanvas-bottom #apply-coupan-modal .btn-close {
        left: auto;
        right: 14px;
        top: 12px;
    }

    .width-mobile-coupon.offcanvas-bottom #apply-coupan-modal .modal-body {
        min-height: calc(85vh - 62px);
        padding: 15px;
    }
    #coupon_form {
        margin: 20px 0px;
    }

    #coupon_form > .d-flex{
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(min-width: 981px) {
    .currency-menu {
        display:none
    }
}

.my-profile {
    background: #fff;
    box-shadow: 0px 0px 4px #00000029;
    border-radius: 10px;
    padding: 35px 30px
}

.my-profile-section .form-group {
    margin-bottom: 25px
}

.my-profile-section label {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    color: #112650;
    font-size: 13px
}

.my-profile-section .iti {
    width: 100%
}

.my-profile-section input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 45px;
    width: 100%;
    outline: none;
    padding-left: 15px
}

.my-profile-section input:focus {
    border-color: #C79F49
}

.my-profile-section select {
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%
}

.my-profile-section .react-tel-input .form-control {
    height: 45px;
    width: 100%
}

.my-pofile-image {
    display: flex;
    align-items: center
}

.image-box-profile a {
    border-radius: 50%;
    max-height: 70px;
    width: 70px;
    height: auto
}

.image-box-profile img {
    max-height: 70px;
    width: 100%;
    max-width: 70px;
    height: 70px
}

.image-box-input {
    width: 100px !important;
    position: relative
}

.profile-image-input {
    opacity: 0;
    height: 75px;
    z-index: 2;
    width: 120px;
    margin-left: -110px;
    margin-top: -12px;
}

.image-box-input:after {
    content: "\f030";
    font-family: "FontAwesome";
    position: absolute;
    bottom: -3px;
    left: -20px;
    font-size: 19px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #dadada;
    text-align: center;
    line-height: 32px
}

.address-text {
    background: none;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.my-profile-section select:focus {
    border-color: #C79F49;
    box-shadow: none
}

.btn-section-profile button {
    background: #000;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 25px !important;
    min-width: 150px
}

.btn-section-profile {
    display: flex;
    justify-content: center
}

.btn-section-profile button:first-child {
    margin-right: 15px
}

.btn-grp {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.btn-grp button {
    width: 230px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600
}

.change-password-section {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 40px;
    background: #fff;
    float: left;
    width: 100%
}

.change-password-section .form-group {
    margin-bottom: 25px
}

.change-password-section label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block
}

.change-password-section input {
    width: 100%;
    height: 50px;
    border: 1px solid #D8D8EF;
    background-color: #F5F5FA;
    border-radius: 10px;
    font-size: 13px;
    padding-left: 15px;
    outline: none
}

.change-password-section input:focus {
    border-color: #C79F49
}

.change-password-section .black-btn {
    width: 100%;
    display: inline-block;
    padding: 8px 16px;
    height: 45px
}

#change-password-form {
    width: 33%;
    margin-right: 100px;
    float: left
}

.password-description {
    background: #f8f3e8;
    border-radius: 5px;
    padding: 25px;
    width: 300px;
    float: left
}

.password-description h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px
}

.password-description p {
    font-size: 13px;
    margin-bottom: 5px
}

.order-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.order-heading h2 {
    margin: 0px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.order-number-section .order-heading {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: normal
}

.order-number-section .order-heading h2 {
    display: block;
    margin-bottom: 0px;
    margin-right: 10px
}

.right-align-button {
    justify-content: end
}

.profile-section {
    margin: 50px 0
}

.profile-section .profile-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.profile-section .profile-head h1 {
    font-size: 25px;
    font-weight: 600
}

.acconut-detail-start {
    display: flex;
    flex-wrap: wrap
}

.acconut-detail-start .sidebar {
    width: 22.5%
}

.sidebar .dashboard-nav {
    margin-bottom: 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    overflow: hidden;
    padding: 0
}

.sidebar .dashboard-nav li {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd
}

.sidebar .dashboard-nav li:last-child {
    border-bottom: 0
}

.sidebar .dashboard-nav li.active a {
    background-color: #1C2120;
    color: #fff
}

.sidebar .dashboard-nav li a {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    padding: 15px 15px
}

.sidebar .dashboard-nav li a img {
    margin: 0;
    margin-right: 10px
}

.sidebar .dashboard-nav li.active a img {
    filter: invert(2) brightness(5)
}

.sidebar .dashboard-nav li a:hover img {
    filter: invert(2) brightness(5)
}

.sidebar .dashboard-nav li a:hover {
    background-color: #1C2120;
    color: #fff
}

.acconut-detail-start .right-dashboard {
    width: 77.5%;
    padding: 0;
    padding-left: 40px;
    margin-left: 0
}

.wallet-heading-section {
    padding: 15px 15px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 0;
    border-radius: 0 12px;
    margin-bottom: 35px;
    background: rgb(233 224 219);
}

.wallet-heading-section h4, .wallet-heading-section h5{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.wallet-page {
    display: flex;
    min-width: 100%;
    gap: 50px;
    margin-top: 0px;
}
.wallet-left{
    width:60%;
}
.wallet-right {
    width: 40%;
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
}
.wallet-work-heading {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: fit-content;
    border-bottom: 2px solid #0477d7;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.wallet-right ul li{
    margin-bottom:15px;
}

.wallet-right ul li:last-child{
    margin-bottom:0px;
}

.wallet-right .heading-wallet-terms{
    display: block;
    font-weight:600;
    margin-bottom:5px;
}

.wallet-detail{
    max-height:400px;
    overflow-y: auto;
}

.wallet-detail::-webkit-scrollbar {
  width: 6px;
}

.wallet-detail::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.wallet-detail::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.wallet-detail::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.birthday-reminder-box {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 9px 15px 9px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 0;
    border-radius: 0 12px;
    margin-bottom: 35px
}

.birthday-reminder-box::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(233 224 219);
    border-radius: 0 12px
}

.birthday-reminder-box .left-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.birthday-reminder-box .left-box h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: 'Lato',sans-serif;
    max-width: 445px;
    margin-bottom: 0px;
    line-height: 30px
}

.birthday-reminder-box .left-box .btn-primary {
    padding: 8px 15px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px
}

.birthday-reminder-box .left-box .btn-primary.add-new {
    background-color: transparent;
    border: none;
    color: #fff
}

.birthday-reminder-box .left-box .btn-primary:hover {
    background-color: #000;
    color: #fff
}

.birthday-reminder-box .right-box {
    width: 38%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end
}

.birthday-reminder-box .right-box h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: 'Lato',sans-serif;
    width: 100%;
    text-align: center
}

.birthday-reminder-box .right-box ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0
}

.birthday-reminder-box .right-box ul li {
    list-style: none;
    margin-right: 12px
}

.birthday-reminder-box .right-box ul li figure {
    border-radius: 0 12px;
    overflow: hidden
}

.birthday-reminder-box .right-box ul li:last-child {
    margin-right: 0
}

.account-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-left: 0
}

.account-listing li {
    width: 20%;
    padding: 0 12px;
    list-style: none;
    min-height: auto;
    margin-bottom: 24px
}

.account-listing li img {
    height: 50px;
    width: auto
}

.account-listing li a {
    background-repeat: no-repeat;
    background-position: bottom right;
    display: block;
    background-size: 100%;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 15px;
    text-decoration: none;
    border-radius: 0px 12px;
    transition: all 0.3s ease-in-out;
    text-align: center
}

.account-listing li a:hover {
    box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px
}

.account-listing li a h3 {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Lato',sans-serif;
    margin-top: 20px;
    color: #333333;
    text-transform: uppercase;
    line-height: 24px
}

.profile-section {
    margin: 30px 0
}

.user-dash-menu {
    display: none;
    position: absolute;
    top: 6px;
    left: 12px
}

.user-dash-menu img {
    height: 28px;
    width: auto
}

.order-search-box1 {
    margin-top: 0;
    border: 1px solid #ddd;
    max-width: 100%;
    width: 360px;
    background-color: #fff;
    border-radius: 10px
}

.order-search-box1 input {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: transparent;
    padding: 5px 20px;
    font-size: 15px
}

.order-search-box1 input:focus {
    outline: none
}

.order-search-box1 .btn {
    height: 40px;
    width: 60px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.order-search-box1 .btn img {
    width: 22px;
    margin: auto
}

.dashboard-heading .right-section .filter_btn {
    height: 50px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    color: #112650
}

.dashboard-heading .right-section .filter_btn:hover {
    box-shadow: 0px 3px 6px #00000029;
    color: #000000
}

.orders-delivered-section {
    margin-top: 20px
}

.item-list .total-amount-box {
    background: none !important
}

.total-amount-box {
    background-color: #F5F5FA;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center
}

.total-amount-box p {
    font-size: 16px;
    font-weight: 600;
    color: #112650;
    margin-bottom: 0;
    padding-left: 15px
}

.total-amount-box span {
    font-size: 16px;
    color: #112650;
    font-weight: 500
}

.orders-delivered-section .item-list {
    background-color: #f9f9f9;
    padding: 10px 10px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #e9e0db;
}

.orders-delivered-section .item-list .order-id-text {
    font-size: 14px;
    font-weight: 400;
    color: #112650;
    margin-bottom: 7px;
    display: block
}

.orders-delivered-section .item-status .delivered-status {
    font-size: 14px;
    font-weight: 600;
    color: #112650;
    margin-bottom: 5px
}

.orders-delivered-section .item-list .item-status .left-col {
    width: 70%;
    padding-right: 30px
}

.orders-delivered-section .item-list .item-status .right-col {
    width: 30%
}

.orders-delivered-section .item-status .delivered-status.delivered {
    color: #10920C
}

.orders-delivered-section .item-status .delivered-status.return {
    color: #C79F49
}

.orders-delivered-section .item-status .delivered-status.exchange {
    color: #c20000
}

.orders-delivered-section .item-status p {
    font-size: 13px;
    font-weight: 400;
    color: #112650
}

.orders-delivered-section .item-status p.remark-div {
    margin-bottom: 5px
}

.notification-circle {
    width: 30px;
    height: 30px;
    line-height: 26px;
    padding: 0;
    text-align: center
}

.orders-delivered-section .item-status h2 {
    font-size: 14px;
    font-weight: 600;
    color: #112650;
    margin-bottom: 7px
}

.orders-delivered-section .item-status p.reciver-contact-text {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 17px;
    font-weight: 400;
    word-break: break-all
}

.download-invoice-btn {
    background: #1e8e3e;
    color: #fff;
    text-decoration: none;
    padding: 4px 6px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 4px;
    display: inline-block;
}

.download-invoice-btn:hover{
    color:#fff;
}

.product-list {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-top: 5px
}

.product-span {
    margin-right: 20px
}

.product-span:last-child {
    margin-right: 0px
}

.left-col .product-list:first-child {
    margin-top: 0px
}

.product-list .product-thumbnail figure {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 0
}

.product-list .product-detail {
    padding-left: 30px
}

.product-list .product-detail h3 {
    font-size: 18px;
    font-weight: 600;
    color: #112650;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-list .product-detail span {
    font-size: 13px;
    font-weight: 400;
    color: #112650
}

.product-list-action-btn {
    background-color: #F5F5FA;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 3px
}

.product-list-action-btn .buttons {
    width: 50%;
    padding: 0 4px
}

.product-list-action-btn button {
    width: 100%;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    color: #112650;
    font-weight: 600;
    border: 1px solid #112650
}

.product-list-action-btn button:hover {
    border-color: #C79F49;
    background-color: #fff
}

.product-message-box {
    background-color: #F5F5FA;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin: 20px 0 0
}

.product-message-box .dot-icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000
}

.product-message-box .message-text {
    font-size: 14px;
    color: #112650;
    font-weight: 400;
    margin-left: 20px
}

.product-message-box .dot-icon.available {
    background-color: #10920C
}

.product-message-box .dot-icon.not-available {
    background-color: rgb(105,110,121)
}

.filter-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #112650
}

.filter-radio-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.filter-radio-box.timing-filter {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.filter-radio-box h3 {
    font-size: 15px;
    line-height: 17px;
    color: #112650;
    margin-bottom: 20px
}

.filter-radio-box .form-check {
    margin-bottom: 10px
}

.filter-radio-box .form-check-input:checked {
    accent-color: #C79F49;
    background-color: #C79F49;
    border-color: #C79F49
}

.filter-radio-box .form-check-input:focus {
    box-shadow: none
}

.filter-radio-box .form-check-label {
    font-size: 14px;
    font-weight: 400
}

.filter-modal .modal-footer button {
    padding: 10px 25px
}

.product-list .product-thumbnail {
    width: 70px
}

.product-list .product-detail {
    width: calc(100% - 70px)
}

.overlay-dashboard {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 104
}

.user-dash-close {
    display: none
}

.no-of-orders {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.no-of-orders span {
    font-size: 14px;
    font-weight: 400
}

.no-of-orders p {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding: 0px 10px 3px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 400
}

.no-of-orders p b {
    font-weight: 500
}

.product-list-col .buy-button {
    padding: 4px 27px;
    font-size: 18px
}

.reminder-table table {
    background: #fff;
    font-size: 13px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 5px;
    overflow: hidden;
    table-layout: fixed
}

.reminder-table table th {
    background: #F2F2F3
}

.reminder-table table th:last-child {
    width: 8%;
    text-align: center
}

.reminder-table table tr:nth-child(even) td {
    background: #FCFCFC
}

.reminder-table {
    padding: 5px
}

.edit-icon {
    color: #C79F49;
    font-size: 18px;
    margin-right: 15px
}

.delete-icon {
    font-size: 16px;
    color: #f00
}

.edit-icon:hover {
    color: #C79F49
}

.delete-icon:hover {
    color: #f00
}

.mb-0 {
    margin-bottom: 0px
}

.mb-30 {
    margin-bottom: 30px
}

#sidebar-reminder {
    margin-right: -405px;
    right: 0;
    width: 405px;
    background: #fff;
    position: fixed;
    height: 100%;
    bottom: 0;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 25%);
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s
}

#sidebar-reminder.active {
    right: 405px;
    z-index: 10;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s
}

.sidebar-reminder {
    padding: 40px 20px
}

.reminder-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.reminder-heading h3 {
    margin: 0px;
    padding: 0px;
    font-size: 20px
}

#add-reminder-form .form-group label {
    font-size: 13px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    display: block
}

#add-reminder-form input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    outline: none
}

#add-reminder-form input:focus {
    border-color: #787878
}

#add-reminder-form .form-group {
    margin-bottom: 15px
}

#add-reminder-form select {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    outline: none
}

#add-reminder-form select:focus {
    outline: none;
    border-color: #C79F49
}

#add-reminder-form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 90px;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    outline: none
}

#add-reminder-form textarea:focus {
    border-color: #C79F49
}

.date-input {
    position: relative
}

.date-input:after {
    content: "\f073";
    position: absolute;
    top: 11px;
    right: 15px;
    font-family: FontAwesome;
    z-index: 1
}

#add-reminder-form .btn-primary {
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    text-transform: uppercase
}

.address-book-box {
    border-radius: 15px;
    padding: 20px 25px;
    font-size: 14px;
    height: 100%;
    position: relative;
    background: #f9f5ec;
    border: 1px solid #e9e0db;
}

.address-book-box h3 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.address-book-box span {
    display: block
}

.address-book-box p {
    margin-bottom: 0;
    line-height: inherit
}

.edit-delete-btn {
    text-align: center;
    position: absolute;
    top: -15px;
    right: 15px
}

.edit-delete-btn a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: #fff
}

.edit-address {
    margin-right: 7px;
    border: 0.5px solid #1c2120;
    font-size: 14px;
    color: #1c2120;
}

.edit-address:hover {
    background: #ffffff;
    color: #1c2120;
}

.delete-address {
    border: 0.5px solid #E40101;
    font-size: 14px;
    color: #E40101
}

.delete-address:hover {
    background: #E40101;
    color: #fff
}

.address-book-section .col-lg-4.col-md-4.col-sm-6 {
    margin-bottom: 30px
}

.address-row {
    margin-top: 30px
}

#add-address-sidebar {
    margin-right: -405px;
    right: 0;
    width: 405px;
    background: #fff;
    position: fixed;
    height: 100%;
    bottom: 0;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 25%);
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s
}

#add-address-sidebar.active {
    right: 405px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s
}

.add-address-sidebar {
    padding: 40px 20px
}

#add-address-form .form-group label {
    font-size: 13px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    display: block
}

#add-address-form input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    outline: none
}

#add-address-form input:focus {
    border-color: #C79F49
}

#add-address-form .form-group {
    margin-bottom: 15px
}

#add-address-form select {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    outline: none;
    box-shadow: none
}

#add-address-form select:focus {
    outline: none;
    border-color: #C79F49
}

#add-address-form textarea {
    border: 1px solid #cccccc;
    border-radius: 10px;
    height: 90px;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    outline: none;
    box-shadow: none
}

#add-address-form textarea:focus {
    border-color: #C79F49
}

#add-address-form .btn-primary {
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    text-transform: uppercase;
    margin-top: 25px
}

.track-order-section {
    border: 1px solid #dadada;
    border-radius: 0px 12px;
    overflow: hidden;
    padding: 15px 19px;
    margin-bottom: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center
}

.left-track-order-section img {
    height: 215px
}

.left-track-order-section {
    width: 25%
}

.track-order-section h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    color: #0477d7
}

.track-order-section h3:after {
    content: "";
    background: #7d7d7d;
    height: 3px;
    width: 100px;
    bottom: -6px;
    position: absolute;
    transform: translateX(-50%);
    left: 70px
}

.track-order-box {
    margin-top: 35px
}

.right-track-order-section {
    width: 60%
}

.track-order-box .track-order-text {
    width: 40%
}

.track-order-box form {
    padding-left: 60px;
    width: 60%
}

.track-order-section .form-group {
    width: 100%
}

.track-order-section input.form-control {
    max-width: 100%;
    margin-top: 10px;
    background-color: #fff
}

.cf3Tgk.cf2pAE.cfAdwL.cf1IKf .cf1lHZ:nth-child(3) {
    display: none !important
}

.cf1lHZ.cf2MAH.cf1Iot:first-child button {
    background: #fff !important;
    color: #000 !important
}

.cfAdwL.cf7ddU {
    justify-content: space-between !important;
    align-items: center !important
}

.cf1lHZ {
    margin-bottom: 0 !important
}

.cf2DrG {
    padding-top: 0 !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border-top: 1px solid #f5deab
}

.cf1QhF.cfAdwL.cf1IKf {
    display: none !important
}

.cf1XPf p {
    text-align: center
}

.cookiefirst-root h2 {
    text-align: center
}

.cf2pAE {
    justify-content: center
}

@media(max-width: 1399px) {
    .birthday-reminder-box .left-box {
        width:100%
    }
}

@media(max-width: 1199px) {
    .profile-section {
        margin:0;
        position: relative;
        padding-top: 45px;
        margin-bottom: 20px
    }

    .user-dash-menu {
        display: block;
        background-color: transparent;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        transition: all 0.3s ease-in-out
    }

    .user-dash-menu span {
        position: absolute;
        top: 4px;
        left: 38px;
        width: 100%;
        height: 3px;
        border-radius: 50px;
        transition: all 0.3s ease-in-out
    }

    .user-dash-menu span:nth-of-type(2) {
        top: 10px
    }

    .user-dash-menu span:nth-of-type(3) {
        top: 20px
    }

    .user-dash-menu.open span:nth-of-type(1) {
        width: 0;
        visibility: hidden
    }

    .user-dash-menu.open span:nth-of-type(2) {
        transform: rotate(45deg)
    }

    .user-dash-menu.open span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 10px
    }

    .acconut-detail-start {
        position: relative
    }

    .acconut-detail-start .sidebar {
        position: fixed;
        left: -100%;
        top: 0;
        width: 380px;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: 105;
        background-color: #fff;
        padding: 40px 20px 30px;
        transition: all 0.5s ease-in-out;
        overflow-y: auto;
        box-shadow: rgba(136,165,191,0.48) 6px 2px 16px 0px,rgba(255,255,255,0.8) -6px -2px 16px 0px
    }

    .acconut-detail-start .sidebar.open {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .user-dash-close {
        display: block;
        position: absolute;
        top: 3px;
        right: 15px;
        background: 0 0;
        border: none;
        width: 30px;
        height: 30px;
        font-size: 24px
    }

    .acconut-detail-start .right-dashboard {
        width: 100%;
        padding-left: 0
    }

    .message-cart-list li {
        min-width: 40%
    }

    .message-cart-list {
        display: flex;
        flex-wrap: inherit;
        overflow-x: auto;
        overflow-y: hidden
    }

    .dashboard-container .dataTables_wrapper .dataTables_paginate {
        text-align: center;
        padding-top: 0;
        margin-top: 0 !important
    }

    .cf2mE1 {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

@media(max-width: 980px) {
    .logo img {
        height:45px;
        width: auto
    }

    .orders-delivered-section .item-list .item-status .left-col {
        width: 75%
    }

    .orders-delivered-section .item-list .item-status .right-col {
        width: 25%
    }

    .orders-delivered-section .item-list .item-status .right-col {
        text-align: left
    }

    .right-section.d-flex.align-items-center {
        float: left
    }

    .no-of-orders {
        margin-top: 10px;
        margin-left: 20px;
        display: inline-flex;
        align-items: end
    }

    .right-section.d-flex.align-items-center {
        float: left;
        padding-right: 30px
    }

    .total-amount-box span {
        font-size: 15px
    }

    .total-amount-box p {
        font-size: 15px
    }

    .dashboard-heading .right-section {
        width: 100%
    }

    .dashboard-heading .right-section .order-search-box1 {
        width: 100%
    }

    .account-listing li a img {
        max-width: 20px
    }

    .account-listing li a h3 {
        font-size: 20px
    }

    .my-account-wrap {
        margin: 40px auto 20px
    }

    .birthday-reminder-box .left-box {
        width: 100%
    }

    .birthday-reminder-box .right-box {
        width: 100%;
        margin-top: 25px;
        align-items: flex-start
    }

    .account-listing li a img {
        height: 50px;
        width: auto;
        max-width: inherit
    }

    .account-listing li a h3 {
        font-size: 16px;
        margin-top: 15px
    }

    .birthday-reminder-box .left-box h2 {
        font-size: 18px;
        max-width: 100%
    }

    .birthday-reminder-box .right-box h3 {
        text-align: start
    }

    .birthday-reminder-box .left-box button {
        padding: 10px 15px
    }

    .payment-section .accordion-body {
        padding: 25px 30px
    }

    .wallet-detail{
        max-height:300px;
    }
    .home-page-slider:not(.slick-initialized) .home-slider-box{
        width:38%;
    }
     .home-page-slider.slides-to-show-2:not(.slick-initialized) .home-slider-box{
        width: 38%;
    }
    .home-page-slider.slides-to-show-3:not(.slick-initialized) .home-slider-box{
        width: 38%;
    }
    .home-page-slider.slides-to-show-4:not(.slick-initialized) .home-slider-box{
        width: 38%;
    }
    .home-page-slider.slides-to-show-5:not(.slick-initialized) .home-slider-box{
        width: 38%;
    }
    .home-page-slider.slides-to-show-6:not(.slick-initialized) .home-slider-box{
        width: 38%;
    }
}

@media(max-width: 767px) {
    .row .col-md-6:first-child .special-deal-section {
        margin-bottom:30px
    }

    .cart-page-section .col-md-4 {
        display: none
    }

    .page-title img{
        margin-right:5px;
    }

    .active-page .page-title{
        background:none;
        position: relative;
        padding: 8px 15px;
    }

    .active-page .page-title::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-image: linear-gradient(to right, rgb(255, 221, 191) 0, rgb(255, 255, 255) 100%), linear-gradient(to right, rgb(255, 221, 191) 0, rgb(255, 255, 255) 100%);
        height: 10px;
        width: 80%;
        left: 15px;
        z-index: -1;
        bottom: 2px;
    }

    .right-section-for-cart {
        position: relative;
        top: inherit;
        width: 75%;
        margin: 0 auto
    }

    .recommended-collection.slick-slider {
        margin: 0
    }

    .recommended-collection .slick-next::before,.recommended-collection .slick-prev::before {
        color: #000;
        font-size: 24px
    }

    .recommended-collection .slick-prev {
        left: 0
    }

    .recommended-collection .slick-next {
        right: 0
    }

    .product-detail-heading {
        margin-bottom: 40px
    }

    .track-order-box .track-order-text {
        width: 100%
    }

    .track-order-box form {
        padding-left: 0;
        padding-top: 10px;
        width: 100%
    }

    .account-listing li a {
        padding: 15px 10px
    }

    .account-listing li a img {
        height: 35px
    }

    .account-listing li a h3 {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 500
    }

    .birthday-reminder-box .right-box ul li figure img {
        max-width: 90px
    }

    .orders-delivered-section {
        margin-top: 18px
    }

    .product-list-col .buy-button {
        padding: 4px 17px;
        font-size: 15px;
        text-align: center
    }

    .new-arrival-section .col-md-4 {
        padding-right: 0px
    }

    .video-box iframe {
        width: 100%;
        height: auto
    }

    .track-order-section {
        flex-wrap: wrap
    }

    .right-track-order-section {
        width: 100%;
        order: 1
    }

    .left-track-order-section {
        width: 100%;
        order: 2;
        margin-top: 20px;
        display: none
    }

    .left-track-order-section img {
        margin: 0 auto;
        display: block
    }

    .right-track-order-section button {
        padding: 10px 30px;
        width: 180px;
        text-align: center
    }

    .right-track-order-section .custom-button-update {
        justify-content: center !important;
        flex-direction: inherit !important
    }

    .orders-delivered-section .item-list .item-status .left-col {
        width: 70%;
        padding-right: 15px
    }

    .orders-delivered-section .item-list .item-status .right-col {
        width: 30%
    }

    .product-list .product-detail h3 {
        font-size: 16px
    }

    .valentine-cat-slider .slick-slide {
        margin-right: 0;
        margin-left: 0
    }

    .tab-section-valentine .nav-tabs {
        top: 175px
    }

    .payment-page-section .col-md-4 {
        display: none
    }
    .wallet-left {
        width: 50%;
    }

    .wallet-right {
        width: 50%;
    }
    .speciality .slick-slide img {
        display: inline-block;
        height: 14px;
    }
    .speciality .slick-slide li{
        text-align: center;
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .home-page-slider.slides-to-show-2:not(.slick-initialized) .home-slider-box{
        width: 79%;
    }
    .home-page-slider.slides-to-show-3:not(.slick-initialized) .home-slider-box{
        width: 79%;
    }
    .home-page-slider.slides-to-show-4:not(.slick-initialized) .home-slider-box{
        width: 79%;
    }
    .home-page-slider.slides-to-show-5:not(.slick-initialized) .home-slider-box{
        width: 79%;
    }
    .home-page-slider.slides-to-show-6:not(.slick-initialized) .home-slider-box{
        width: 79%;
    }
    .heighlight-note{
        gap: 5px;
    }
}

@media(max-width: 640px) {

    .product-list-slider li {
        width:50%
    }

    .product-list-slider li:nth-child(1) {
        margin-bottom: 20px
    }

    .product-list-slider li:nth-child(2) {
        margin-bottom: 20px
    }

    .shop-by-budget {
        display: flex;
        flex-wrap: wrap;
        gap:10px;
    }

    .shop-by-budget::-webkit-scrollbar {
        display: none
    }

    .shop-by-budget a {
        width: 48%;
        margin: 0;
        padding: 0px 0px;
        margin-right: 0px;
    }

    .shop-by-budget {
        flex-wrap: wrap;
    }

    .shop-by-budget a:last-child{
        margin-right:0px;
    }
    .occasion-box {
        width: 50%;
    }

    .shop-by-type-heading{
        margin:8px 0px;
    }

    .tab-section .nav-tabs {
        flex-wrap: wrap;
        justify-content: center;
        scrollbar-width: none;
    }

    .tab-section .nav-tabs::-webkit-scrollbar {
        display: none
    }

    .tab-section .nav-tabs .nav-link {
        padding: 5px 18px;
        font-size: 14px;
        margin: 0px 5px 8px;
        white-space: nowrap
    }

    .tab-section .nav-tabs .nav-link {
        font-size: 14px;
        border-radius: 30px;
    }

    .open-product-category {
        margin-top: 15px;
    }

    .open-product-category .btn-primary {
        margin-top: 25px;
        padding: 7px 20px;
        font-size: 15px;
        width: 170px
    }

    .luxury-collection-section .btn-primary {
        margin-top: 25px;
        padding: 7px 20px;
        font-size: 15px;
        width: 170px
    }

    .shop-by-budget a img {
        width: 100%;
        height: auto;
    }

    .tab-section .container:first-child {
        border-radius: 25px;
        box-shadow: 0px 4px 0px 0px rgb(233, 224, 219, 0.5);
        padding-bottom: 25px;
    }
    .shop-by-recipient a span {
        min-width: 90px;
        text-align: center
    }

    .shop-by-recipient {
        padding-bottom: 25px
    }

    .account-listing li a {
        padding: 15px 5px
    }

    .account-listing li a img {
        height: 30px
    }

    .my-account-wrap {
        margin: 30px 0
    }

    .account-listing li:nth-child(4) {
        margin-bottom: 0px
    }

    .account-listing li:nth-child(5) {
        margin-bottom: 0px
    }

    .account-listing li:nth-child(6) {
        margin-bottom: 0px
    }

    .track-order-box {
        margin-top: 30px
    }

    .track-order-text p {
        margin-bottom: 10px
    }

    .orders-delivered-section .item-list .item-status .left-col {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }

    .orders-delivered-section .item-list .item-status .right-col {
        width: 100%
    }
    .download-invoice-btn{
        padding: 3px 6px;
        font-size: 11px;
    }

    .verient-list li span {
        font-size: 14px
    }

    .right-detail-section .sorry-this-product {
        font-size: 14px
    }

    .right-detail-section .sorry-this-product span {
        font-size: 16px
    }

    .right-detail-section .sorry-this-product {
        padding: 0
    }

    .cf1XPf p:last-child {
        font-size: 11px !important
    }

    .cf3Tgk {
        margin-top: 5px !important
    }

    .cf3E9g {
        padding: 10px 10px !important;
        overflow-x: hidden !important
    }

    .cf2Lf6 {
        padding: 2px 10px !important
    }

    .cf1y60 {
        font-weight: 500 !important;
        font-size: 12px !important
    }

    .tab-section-valentine .nav-tabs {
        padding-bottom: 10px
    }
    .wallet-page{
        flex-wrap: wrap;
        gap:15px;
        margin-top: 10px;
    }
    .wallet-left {
        width: 100%;
    }

    .wallet-right {
        width: 100%;
        padding: 10px;
    }
    .wallet-work-heading{
        font-size:16px;
    }
    .wallet-right ul li{
        font-size:14px;
    }
    .valentine-cat-slider:not(.slick-initialized) .valentine-slide-box{
      width:70%;
      padding:0px 15px;
    }

    .valentine-cat-slider .slick-list {
      padding-right: 30% !important;
      margin-left: -10px;
    }

    .valentine-cat-slider .slick-track {
      margin-right:-30%;
    }
    .review-details i{
        font-size: 10px;
    }
}

@media(max-width: 576px) {
    .acconut-detail-start .sidebar {
        width:320px
    }

    .my-profile {
        padding: 15px
    }

    .account-listing li {
        width: 33.33%;
        padding: 0 6px;
        margin-bottom: 12px
    }

    .account-listing {
        margin: 0 -6px
    }

    .account-listing li a h3 {
        font-size: 14px;
        line-height: 18px
    }

    .birthday-reminder-box .right-box ul {
        margin: 0 -5px
    }

    .birthday-reminder-box .right-box ul li {
        padding: 0 5px;
        margin: 0
    }

    .birthday-reminder-box .right-box ul li figure img {
        max-width: 70px
    }

    .birthday-reminder-box .left-box h2 {
        font-size: 17px;
        line-height: 22px
    }

    .birthday-reminder-box .left-box .btn-primary {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px
    }

    .birthday-reminder-box .right-box {
        margin-top: 10px
    }

    .orders-delivered-section .item-list {
        padding: 20px 15px
    }

    .product-list .product-detail {
        padding-left: 20px
    }

    .product-list .product-detail h3 {
        font-size: 15px
    }

    .total-amount-box span {
        font-size: 14px
    }

    .total-amount-box p {
        font-size: 14px
    }

    .orders-delivered-section .item-status .delivered-status {
        font-size: 15px
    }

    .orders-delivered-section .item-list {
        padding: 10px
    }

    .product-message-box .message-text {
        font-size: 13px
    }

    .rating-box span {
        font-size: 13px
    }

    .message-cart-list li {
        min-width: 50%
    }

    .user-dash-menu img {
        height: 24px
    }

    .birthday-reminder-box .left-box .btn-primary {
        padding: 5px 5px;
        font-size: 11px;
        margin-bottom: 5px
    }

    .account-listing li a img {
        height: 27px
    }

    .account-listing li a h3 {
        font-size: 13px
    }

    .order-search-box1 {
        width: 100%
    }

    .hamper-section .col-md-6:first-child {
        margin-bottom: 15px
    }

    .about-content {
        padding-top: 0px
    }
}

@media(max-width: 460px) {
    .account-listing li a h3 {
        font-size:12px
    }

    .account-listing li a {
        padding: 8px 5px
    }

    .product-span {
        display: block;
        margin-right: 0px
    }

    .orders-delivered-section .item-list .order-id-text {
        font-size: 13px;
        margin-bottom: 4px
    }

    .orders-delivered-section .item-status h2 {
        font-size: 13px;
        margin-bottom: 4px
    }

    .orders-delivered-section .item-status p.reciver-contact-text {
        font-size: 13px;
        margin-bottom: 4px;
        line-height: normal
    }

    .home-page-slider:not(.slick-initialized) .home-slider-box {
        width: 76%;
        width: 70%;
    }
    .home-page-slider.slides-to-show-2:not(.slick-initialized) .home-slider-box{
        width: 70%;
    }
    .home-page-slider.slides-to-show-3:not(.slick-initialized) .home-slider-box{
        width: 70%;
    }
    .home-page-slider.slides-to-show-4:not(.slick-initialized) .home-slider-box{
        width: 70%;
    }
    .home-page-slider.slides-to-show-5:not(.slick-initialized) .home-slider-box{
        width: 70%;
    }
    .home-page-slider.slides-to-show-6:not(.slick-initialized) .home-slider-box{
        width: 70%;
    }

    .home-page-slider:not(.slick-initialized){
        margin-left: -10px;
        margin-top: 0px;
    }
    .home-page-slider .slick-list {
      padding-right: 25% !important;
    }

    .home-page-slider .slick-track {
      margin-right:-25%;
    }
    .product-tag{
        border-radius: 5px 0px 5px 0px;
        padding: 4px 10px;
        font-size: 10px;
    }
    .product-list-col .offer-tag{
        border-radius: 5px 0px 5px 0px;
        padding: 4px 10px;
        font-size: 10px;
    }
    .active-page .page-title::after{
        height: 7px;
    }
}

@media(max-width: 350px) {
    .acconut-detail-start .sidebar {
        width:250px
    }

    .birthday-reminder-box {
        padding: 5px 10px
    }

    .birthday-reminder-box .left-box h2 {
        font-size: 16px
    }

    .birthday-reminder-box .left-box .btn-primary {
        padding: 4px 6px;
        font-size: 12px
    }

    .track-order-section h3 {
        font-size: 20px
    }

    .track-order-section h3:after {
        left: 50px
    }

    .left-track-order-section img {
        height: 175px
    }
}

@media(max-width: 1550px) {
    .order-count h2 {
        width:70px;
        height: 70px;
        line-height: 60px;
        font-size: 28px;
        border: 6px solid
    }

    .order-count h3 {
        font-size: 18px;
        line-height: 25px
    }

    #change-password-form {
        width: 38%
    }

    .happiness-deliver-section p {
        width: 90%
    }
}

@media(max-width: 1280px) {
    .order-count {
        padding:10px 10px
    }

    .order-count h3 {
        font-size: 17px
    }

    .order-count h2 {
        width: 65px;
        height: 65px;
        line-height: 56px;
        font-size: 24px;
        border: 6px solid;
        margin-right: 10px
    }

    .clear-button {
        margin-right: 25px
    }

    .my-profile-section .col-md-6:last-child {
        padding-left: 20px
    }

    .my-profile-section .col-md-6:first-child {
        padding-right: 20px
    }

    #change-password-form {
        width: 45%
    }

    .about-us-page-container .container {
        width: 100%
    }
}

@media(min-width: 1199px) {
    .show-in-small-view {
        display:none
    }
}

@media(max-width: 1200px) {
    .cf2mE1 {
        flex:0 0 31.666667% !important;
        max-width: 31.666667% !important
    }

    .menu-section .col-md-4 {
        width: 42%
    }

    .menu-section .col-md-5 {
        width: 33%
    }

    .user-profile {
        position: fixed;
        top: 11px;
        right: 50px
    }

    .show-in-desktop {
        display: none
    }

    .active-cont {
        margin-left: 0
    }

    .side-navbar {
        margin-left: -300px;
        padding-top: 70px
    }

    .active-nav {
        margin-left: 0
    }

    .listing-filter .active-nav {
        margin-left: -12px
    }

    .listing-filter .side-navbar {
        padding-top: 0px
    }

    .show-in-small-view {
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        padding: 10px 20px;
        left: 0px
    }

    .logo {
        display: inline-block
    }

    #menu-btn {
        background-color: #fff;
        color: #000;
        margin-left: 160px;
        position: fixed;
        border-radius: 0px;
        top: 10px;
        padding: 15px 13px;
        height: 50px
    }

    .dashboard-container {
        padding: 50px 15px;
        padding-top: 90px
    }

    .dashboard-heding-section h1 {
        margin-bottom: 20px
    }

    #menu-btn i {
        font-size: 22px
    }

    .dashboard-heding-section {
        margin-bottom: 0
    }

    .address-book-section .col-md-4 {
        margin-bottom: 20px
    }

    .logo img {
        height: 40px
    }

    .menu-section.uae-menu .logo img {
        height: 60px
    }

    .userlink-text {
        font-size: 11px
    }

    .gift-to-inner {
        padding-top: 10px
    }

    .search-box {
        margin-top: 10px
    }

    .user-links {
        margin-top: 4px
    }

    .apply-coupan-section {
        flex-wrap: wrap
    }

    .apply-coupan-btn {
        margin-bottom: 5px
    }

    .content-about h1,.content-about h2 {
        font-size: 25px;
        margin-bottom: 20px
    }

    .content-about p {
        font-size: 18px
    }

    .about-comman-heading {
        font-size: 28px
    }

    .content-about {
        padding: 10px 50px
    }

    .ourservice-top span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 19px
    }

    .trust-quality p {
        font-size: 14px
    }

    .how-we-do-it li p {
        font-size: 14px
    }

    .ourservice-top h4 {
        margin-left: 15px;
        font-size: 19px
    }

    .how-we-do-it {
        margin: 0px
    }

    .heading-home-section .comman-heading{
        font-size: 18px;
        white-space: nowrap;
    }
    .category-heading {
        font-size: 18px;
    }
    .city-name.selected-delivery-location {
        font-size: 14px;
    }

    .countdown {
        margin-left: 15px;
        font-size: 13px;
    }
}

@media(max-width: 980px) {
    .user-links {
        width:100%;
        justify-content: flex-end;
    }
    .user-links li{
        width:25%;
    }
    .menu-section .col-md-4 {
        width: 50%
    }

    .menu-section .col-md-3 {
        width: 25%
    }

    .menu-section .col-md-5 {
        width: 25%
    }

    .sidebar-reminder {
        padding: 25px 15px
    }

    #add-address-sidebar {
        padding: 25px 15px
    }

    .review-field {
        padding-left: 55px
    }

    .track-order-section {
        justify-content: space-between
    }

    .delivery-details {
        flex-wrap: wrap;
        margin-top: 0px;
        padding-left: 10px
    }

    .delivery-details li {
        width: 100%;
        text-align: left
    }

    .happiness-deliver-section p {
        width: 100%;
        font-size: 20px
    }
}

@media(max-width: 840px) {
    .luxury-collection-section {
        margin-top:0px
    }

    .dashboard-heding-section h1 {
        font-size: 20px
    }

    .order-map .col-md-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .order-count h2 {
        width: 50px;
        height: 50px;
        line-height: 45px;
        font-size: 19px;
        border: 4px solid;
        margin-right: 7px
    }

    .order-count h3 {
        font-size: 14px;
        line-height: inherit
    }

    .order-map {
        margin-bottom: 50px
    }

    .order-heading h2 {
        font-size: 17px
    }

    .order-history-table {
        table-layout: inherit;
        overflow: auto
    }

    .reminder-table table {
        table-layout: inherit;
        overflow: auto;
        white-space: nowrap
    }

    .order-history table {
        white-space: nowrap
    }

    .order-history-table {
        white-space: nowrap
    }

    .sidebar-profile {
        padding: 20px 20px 0px 20px
    }

    .user-profile-area img {
        height: 110px
    }

    .user-profile-area h4 {
        font-size: 18px
    }

    .user-contact ul li a {
        font-size: 14px
    }

    .user-contact {
        padding: 20px 15px
    }

    .track-order-section h2 {
        font-size: 18px
    }

    .dashboard-container {
        padding-bottom: 20px
    }

    .reminder-table table th:last-child {
        width: auto
    }

    #add-reminder-form input {
        height: 40px;
        padding: 5px 15px
    }

    #add-reminder-form select {
        height: 40px;
        padding: 5px 15px
    }

    #add-reminder-form textarea {
        height: 100px
    }

    #add-address-form input {
        height: 40px;
        padding: 5px 15px
    }

    #add-address-form select {
        height: 40px;
        padding: 5px 15px
    }

    #add-address-form textarea {
        height: 100px
    }

    .date-input::after {
        top: 9px
    }

    #add-address-form .btn-primary {
        margin-top: 10px
    }

    .my-profile-section .col-md-6:first-child {
        padding-right: 15px
    }

    .my-profile-section .col-md-6:last-child {
        padding-left: 15px
    }

    .clear-button {
        margin-right: 15px
    }

    .btn-grp button {
        width: 50%
    }

    #change-password-form {
        width: 46%;
        margin-right: 40px
    }

    .city-inner {
        padding: 5px 3px
    }

    .city-name.selected-delivery-location {
        padding-right: 15px;
    }

    .city-inner:after {
        top: 7px;
        right: 3px;
        font-size: 14px
    }

    .menu-section .col-md-3 {
        width: 29%
    }

    .menu-section .col-md-4 {
        width: 50%;
    }

    .menu-section .col-md-5 {
        width: 21%
    }
    .user-links li {
        width: 33%;
    }

    .content-about {
        padding: 0
    }

    .about-us-space {
        margin-bottom: 30px
    }

    .about-comman-heading {
        font-size: 25px;
        margin-bottom: 15px
    }

    .how-we-do-it li {
        margin-top: 25px
    }

    .ourservice-top span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 17px
    }

    .ourservice-top h4 {
        font-size: 17px
    }

    .content-about h1,.content-about h2 {
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .logo{
        display: none;
    }
    .cart-total {
        margin-top:0
    }

    .verient-list li {
        min-width: 100%;
        margin-bottom: 20px;
        border: 1px solid #dadada;
        border-radius: 10px;
        padding: 0
    }

    .verient-list {
        flex-wrap: wrap;
        margin: 0px;
        margin-bottom: 15px
    }

    .verient-list li span {
        padding-left: 25px
    }

    .variant-box {
        display: flex;
        align-items: center;
        border: none
    }

    .contity-box {
        display: flex;
        align-items: center;
        min-width: 160px;
        border-right: 1px solid #c1bebe;
        background: #f9f9f9;
        padding: 10px;
        border-radius: 10px
    }

    .city-inner:after {
        top: 3px;
        right: -4px;
        font-size: 15px
    }

    .city-inner {
        border: none
    }

    .countdown {
        position: absolute;
        bottom: 5px;
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 15px;
        width: max-content;
    }
    .subtext-timer{
        width:auto;
        font-size:inherit;
        padding-left:3px;
    }
    .countdown span {
        display: inline-block;
    }

    .logo img {
        height: 44px;
        width: auto
    }

    .menu-section.uae-menu .logo img {
        height: 50px
    }

    .nav-section {
        border: none
    }

    .city-inner {
        background: none;
        padding: 0px
    }

    .menu-section .col-md-4 {
        width: 45%;
    }

    .menu-section .col-md-3 {
        width: 0px;
        padding: 0;
    }

    .menu-section .col-md-5 {
        width: 55%
    }

    .gift-to-inner{
        justify-content: flex-start;
        padding-top: 0;
    }

    .user-links li {
        padding: 0 10px;
        width: fit-content
    }

    .user-links li:last-child {
        padding-right: 0px
    }

    .user-links {
        justify-content: end
    }

    .order-map .col-md-3 {
        width: 50%
    }

    .order-map .col-md-3:nth-child(1) {
        margin-bottom: 10px
    }

    .order-map .col-md-3:nth-child(2) {
        margin-bottom: 10px
    }

    .reminder-table table th:last-child {
        width: auto
    }

    .dashboard-container .container-fluid {
        margin: 0px;
        padding: 0
    }

    .edit-icon {
        font-size: 14px;
        margin-right: 10px
    }

    .delete-icon {
        font-size: 14px
    }

    .my-profile-section label {
        margin-bottom: 10px
    }

    .my-profile-section input {
        height: 45px
    }

    .my-profile-section select {
        height: 45px
    }

    .btn-grp {
        margin-top: 40px
    }

    .my-profile-section .col-md-6:first-child {
        padding-right: 12px
    }

    .my-profile-section .col-md-6:last-child {
        padding-left: 12px
    }

    .change-password-section {
        padding: 20px
    }

    #change-password-form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px
    }

    .change-password-section label {
        margin-bottom: 10px
    }

    .change-password-section .form-group {
        margin-bottom: 20px
    }

    .change-password-section input {
        height: 45px
    }

    .password-description {
        padding: 20px;
        width: 100%
    }

    .password-description h3 {
        margin-bottom: 20px
    }

    .care-guidence {
        margin-top: 20px
    }

    .video-section {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        position: relative;
        display: block;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .video-section::-webkit-scrollbar {
        display: none
    }

    .video-section video {
        height: 100px;
        width: auto
    }

    .city-name.selected-delivery-location {
        font-size: 16px;
        padding: 0;
        color: #676767;
        line-height: 1.1;
    }

    .deliverto-text{
        font-weight: 600;
        display: block;
        position: relative;
        width: fit-content;
    }

    .deliverto-text:after {
        content: "\f107";
        position: absolute;
        top: 1px;
        right: -17px;
        font-family: FontAwesome;
        font-size: 15px;
    }

    .city-flag-section{
        padding-left:10px;
        font-size: 16px;
    }

    .city-inner:after{
        display: none;
    }

    .message-card {
        padding: 0px
    }

    .about-us-space .col-sm-6 {
        width: 100%
    }

    .image-about {
        padding: 0px;
        margin-bottom: 20px
    }

    .content-about h1,.content-about h2 {
        margin-bottom: 10px
    }

    .mobile-swipe {
        display: flex
    }

    .mobile-swipe .col-md-6:first-child {
        order: 2
    }

    .mobile-swipe .col-md-6:last-child {
        order: 1
    }

    .how-we-do-it li {
        width: 50%;
        padding: 0px 10px
    }

    .happiness-deliver-section {
        padding: 20px 50px
    }

    .happiness-deliver-section a {
        padding: 5px 20px;
        font-size: 15px
    }

    .about-us-page-container {
        margin-top: 30px
    }

    .content-about {
        text-align: center
    }

    .content-about p {
        text-align: center;
        letter-spacing: 1
    }
}

@media(max-width: 480px) {
    .wallet-heading-section h4, .wallet-heading-section h5{
        font-size:16px;
    }
    .review-counts {
        font-size:12px;
        color: #6d6a6a;
    }

    .static-heading-design h1:after {
        height: 4px;
        left: -70px;
        width: 70px
    }

    .static-heading-design h1:before {
        height: 4px;
        right: -70px;
        width: 70px
    }

    .btn-primary {
        padding: 5px 15px
    }

    .verity-box img {
        height: 26px !important;
    }

    .verient-content h2 {
        font-size: 14px
    }

    #sidebar-user-profile {
        margin-right: -300px;
        width: 300px !important
    }

    #sidebar-user-profile.active {
        right: 300px
    }

    .close-btn-section {
        width: 294px
    }

    .sidebar-profile h3 {
        font-size: 18px
    }

    .user-profile-area img {
        height: 85px
    }

    .user-profile-area h4 {
        font-size: 14px
    }

    .user-profile-area h5 {
        font-size: 12px
    }

    .user-contact ul li a {
        font-size: 13px
    }

    .user-contact {
        padding: 15px 15px
    }

    .user-contact ul li span {
        top: -1px
    }

    .track-order-section h2 {
        font-size: 16px
    }

    #track-order-form label {
        font-size: 14px
    }

    #track-order-form input {
        height: 40px
    }

    .user-profile-bottom {
        display: none
    }

    #add-address-sidebar {
        margin-right: -300px;
        width: 300px
    }

    #add-address-sidebar.active {
        right: 300px
    }

    .my-profile-section .form-group {
        margin-bottom: 15px
    }

    .my-profile-section label {
        font-size: 12px
    }

    .my-profile-section input {
        height: 40px;
        font-size: 12px
    }

    .my-profile-section select {
        height: 40px;
        font-size: 12px
    }

    .btn-grp button {
        height: 40px
    }

    .change-password-section input {
        height: 40px
    }

    .variant-box {
        align-items: normal
    }

    .verient-list li span {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        line-height: 1.5
    }

    #gallery_pdp {
        justify-content: center
    }

    #gallery_pdp img {
        width: 70px !important;
        height: 70px !important
    }

    .verient-list {
        margin-bottom: 25px
    }

    .right-detail-section h4 {
        margin-bottom: 15px
    }

    .contity-box {
        min-width:140px;
        padding: 10px 5px;
    }

    .pr-rdo {
        width: 12px !important;
        height: 12px !important;
        min-width: 12px;
    }
    .pr-rdo::before {
        width: 4px;
        height: 4px;
        left: 2px;
    }

    .address-book-section .col-lg-4.col-md-4.col-sm-6 {
        margin-bottom: 20px
    }

    .edit-delete-btn a {
        width: 20px;
        height: 20px;
        line-height: 18px
    }

    .edit-address {
        font-size: 13px
    }

    .delete-address {
        font-size: 13px
    }

    .address-book-box h3 {
        font-size: 14px
    }

    .content-about h1,.content-about h2 {
        font-size: 18px
    }

    .content-about p {
        font-size: 16px;
        margin-bottom: 0px
    }

    .about-comman-heading {
        font-size: 22px
    }

    .ourservice-top {
        display: block;
        text-align: center;
        margin-bottom: 5px
    }

    .ourservice-top span {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .how-we-do-it li p {
        text-align: center
    }

    .ourservice-top h4 {
        margin-left: 0
    }

    .happiness-deliver-section {
        padding: 20px
    }

    .happiness-deliver-section p {
        font-size: 15px;
        margin-bottom: 10px
    }
    .countdown {
        font-size: 14px;
    }

    .category-heading {
        font-size: 19px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        position: relative;
    }
    .category-heading:after{
        content: "";
        background: #e9e0db;
        position: absolute;
        left: 50%;
        width: 120px;
        height: 4px;
        transform: translateX(-50%);
        bottom: -10px;
    }
    .our-reviews-section .comman-heading {
        font-size: 19px;
        margin-bottom: 30px;
    }
    .heading-home-section .comman-heading {
        font-size: 19px;
    }
    .comman-heading {
        width: 100%;
        margin: 0 auto;
        font-size: 19px;
        margin-bottom: 30px;
        position: relative;
    }

    .comman-heading:after{
        content: "";
        background: #e9e0db;
        position: absolute;
        left: 50%;
        width: 120px;
        height: 4px;
        transform: translateX(-50%);
        bottom: -10px;
    }
    .icon-section{
        margin-bottom:30px;
    }

    .slick-dots .slick-active{
        width:25px;
    }

    .slick-dots .slick-active button{
        width:25px;
    }

    .slick-dots .slick-active button:before {
        content: "";
        width: 24px;
        height: 7px;
        background: #000;
        border-radius: 10px;
        top: 5px;
    }

    .payment-section .nav-item img {
        height: 18px;
    }
    .header-app-main-text {
        font-size: 14px;
    }
    .speciality {
        font-size: 14px;
    }
    .icon-location img {
        height: 18px;
    }
    .city-flag-section{
        font-size: 14px;
    }
    .city-name.selected-delivery-location {
        font-size: 14px;
    }
    .menu-button{
        font-size: 22px;
    }

    .heart-box {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 13px;
        top: 5px;
        right: 5px;
    }

}

@media(max-width: 430px) {
    .category-heading {
        width:100%;
    }
    .our-reviews-section .comman-heading{
        width:100%;
    }
    .logo img {
        height:35px
    }

    .show-in-small-view {
        padding: 10px
    }

    .user-profile {
        right: 10px;
        font-size: 13px;
        margin-bottom: 0px;
        top: 17px
    }

    .user-profile img {
        margin-right: 10px;
        width: 30px
    }

    #menu-btn {
        margin-left: 110px
    }

    .dashboard-nav li a {
        padding: 5px 15px;
        font-size: 13px
    }

    .side-navbar {
        padding-top: 60px
    }

    .order-count h2 {
        width: 35px;
        height: 35px;
        line-height: 30px;
        font-size: 15px;
        border: 2px solid;
        margin-right: 7px
    }

    .order-count h3 {
        font-size: 13px
    }

    .dashboard-heding-section h1 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .order-heading h2 {
        font-size: 16px
    }

    .btn-primary {
        padding: 5px 12px;
        font-size: 13px
    }

    .address-book-box {
        font-size: 13px;
        padding: 10px
    }

    .btn-grp {
        margin-top: 25px;
        font-size: 12px
    }

    .change-password-section {
        padding: 15px
    }

    span.user-name-icon {
        width: 25px;
        height: 25px;
        line-height: 25px
    }

    .btn-section-profile button {
        width: 120px;
        padding: 7px 14px
    }

    .tab-section .nav-tabs .nav-link {
        padding: 8px 26px;
        min-width: inherit;
        white-space: nowrap
    }

    .tab-section .nav-tabs .nav-link#occasion1-tab,.tab-section .nav-tabs .nav-link#nav-occassion2-tab,.tab-section .nav-tabs .nav-link#nav-occassion3-tab,.tab-section .nav-tabs .nav-link#nav-occassion4-tab,.tab-section .nav-tabs .nav-link#nav-occassion5-tab,.tab-section .nav-tabs .nav-link#nav-occassion6-tab {
        min-width: fit-content
    }

    .shop-by-budget a img {
        width: 100%;
        height: auto;
    }

    .city-inner:after {
        top: 3px;
        right: -3px;
        font-size: 13px
    }
    #gallery_pdp img {
        width: 60px !important;
        height: 60px !important
    }

    .our-reviews-section ul li i {
        font-size: 13px;
    }
    .our-reviews-section ul li{
        width: 33.33%;
        padding: 0px 5px;
    }
    .review-star{
        margin-left:0px;
        margin-top:0px;
        text-align: center;
        display: inline-block;
    }
}

@media(max-width:360px){
    .occasion-box {
        min-width: 34%;
    }
}

@media(max-width: 325px) {
    .order-count h3 {
        font-size:12px
    }

    .reminder-table table {
        font-size: 12px
    }

    .order-history-table {
        font-size: 12px
    }

    .password-description {
        padding: 15px
    }

    .password-description p {
        font-size: 12px
    }

    .password-description h3 {
        margin-bottom: 15px
    }

    .logo img {
        height: 35px
    }
}

@media(max-width: 630px) {
    .right-section-for-cart {
        width:92%
    }

    .left-florist-login {
        display: none
    }

    .user-links {
        margin-top: 15px
    }

    .track-order-icon {
        display: none !important
    }

    .userlink-text {
        display: none
    }

    .user-links li {
        padding: 0px 8px
    }

    .right-florist-login {
        width: 100%
    }

    .right-florist-login {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .right-florist-login .btn-primary {
        font-size: 14px
    }

    .florist-login {
        margin-top: 45px
    }

    .trackorder-section {
        width: 98%;
        flex-wrap: wrap
    }

    .track-order-left {
        width: 100%
    }

    .track-order-left img {
        height: 90px;
        width: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 25px
    }

    .track-order-right {
        width: 100%
    }

    .track-order-right h2 {
        margin-bottom: 10px
    }

    .gift-to-inner {
        bottom: 30px;
    }

    .shop-more-cart {
        font-size: 13px;
        padding: 4px 10px;
        margin-bottom: 5px
    }

    .valentine-page {
        overflow-x: clip
    }

    .tab-section-valentine .nav-tabs {
        top: 151px
    }
}

@media(max-width: 480px) {
    .logo {
        margin-top:0px
    }

    .user-links {
        margin-top: 12px
    }

    .gift-to-inner {
        bottom: 45px
    }

    .shop-more-cart {
        font-size: 12px;
        padding: 3px 10px
    }
    .home-page-slider:not(.slick-initialized) .home-slider-box {
        width: 76%;
    }
    .home-page-slider .slick-slide {
        padding: 0 10px;
    }
    .home-page-slider .slick-track{
        margin-left: -10px;
    }
}

@media(max-width: 430px) {
    .user-links {
        margin-top:9px
    }
}

@media (min-width: 1580px) {
    .container {
        max-width:1580px !important
    }
}

@media(min-width: 481px) and (max-width:640px) {
    .view-selected-image {
        margin-top:10px
    }
}

.our-branch a {
    text-decoration: none;
    color: black
}

h2 {
    margin-bottom: 20px;
    font-size: revert-layer
}

.areas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.areas a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding: 0 5px 0px 15px;
    width: 13%;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.areaUrls {
    color: #000;
    text-decoration: none;
    font-size: 16px
}

.areas a:after {
    content: "";
    background: #000;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 10px
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.lightbox-content {
    position: relative;
    max-width: 80%;
    max-height: 80%
}

.lightbox-content img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.lightbox-close {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    color: black;
    cursor: pointer;
    margin-left: 30px !important
}

@media(min-width: 920px) {
    .menu .dropdown-toggle.show ~ .occ-autofit-width {
        display:block !important
    }
}

.useful-links .menuLinks:focus ~ .useful-links {
    display: none !important
}

iframe.component-frame {
    z-index: 5 !important
}

.time-dropdown:focus {
    background: #f9f5ec
}

.delivery-time-slot button[aria-expanded="false"] {
    background: #f5ede9;
    font-weight: 600
}

@media(min-width: 768px) {
    .order-flow-box .right-section-for-cart {
        display:none
    }
}

@media(max-width: 1200px) {
    .areas a {
        width:18%
    }
    .trust-item{
        padding:10px 5px;
    }
}

@media(max-width: 640px) {
    .areas {
        padding-bottom:5px
    }

    .areas a {
        width: fit-content;
        font-size: 14px;
    }
    #addon-popup .modal-dialog {
        min-width: 100%;
    }
}

@media(max-width: 480px) {
    .areaUrls {
        font-size:17px
    }

    .form-check.same-as-shipping {
        margin-left: 12px;
        display: flex;
        align-items: flex-end
    }

    #shipping-detail-form .same-as-shipping input {
        margin-top: 0px !important;
        margin-right: 5px;
        height: 1em !important
    }
    .flower-category li a {
        border-radius: 10px;
    }
    .flower-category li a img{
        border-radius:10px;
    }
    .trust-badges{
        margin-top:25px;
        margin-bottom: 0px;
    }
    .trust-item{
        padding: 8px 5px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .trust-icon {
        font-size: 16px;
        margin-right: 0;
        width: 35px;
        height: 35px;
        line-height: 32px;
        margin-bottom: 5px;
        display: none;
    }
    .trust-badges-content {
        width: 100%;
    }
    .trust-title {
        font-size: 11px;
    }
    .trust-sub {
        font-size: 10px;
        width: 100%;
        margin: 0 auto;
    }
}

.text-danger {
    margin-bottom: 0
}

.form-group .text-danger {
    text-transform: inherit
}

.slick-dots li button:before {
    font-size: 10px !important
}

@media(max-width: 640px) {
    .desktop-image {
        display:none
    }
    .shop-by-recipient a{
        width:50%;
    }
    .home-page-slider:not(.slick-initialized) .home-slider-box {
        width: 69%;
    }
    .inner-review {
        width: 100%;
    }
}

@media(min-width: 641px) {
    .mobile-image {
        display:none
    }
}


.hide-register {
    display: none
}

.react-tel-input .search-box {
    position: sticky !important;
    margin-left: 10px !important;
    right: 10px;
}

.collaps-button-remove {
    display: none
}

div#idpaypal7777 iframe {
    box-shadow: none !important
}

select.ui-datepicker-month {
    order: 2;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #f9f5ec inset !important;
    -webkit-text-fill-color: #333 !important;
}

/* banner section start here */


 .spacer-div{
      font-size:18px;
      margin-top:40px;
      margin-bottom:40px;
      color:#6d6a6a;
      text-align:center;
    }

    .banner-box picture img:hover {
      transform:inherit;
    }

    .homepage-banner img{
      width:100%;
      height:auto;
      border-radius:10px;
    }

    .homepage-banner video{
      width:100%;
      height:auto;
      border-radius:10px;
    }
    .mobile-video { display: none; }


  /*================ Layout One Start ==============*/
  
  .banner-layout-one{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:15px;
  }
  
  .banner-layout-one .banner-box:first-child {
    grid-row: 1 / 3;
  }
  /*================ Layout One End ==============*/

  /*================ Layout two Start ==============*/
  
  .banner-layout-two{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap:15px;
  }
  
  /*================ Layout two End ==============*/

  /*================ Layout three Start ==============*/
  
  .banner-layout-three{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:15px;
  }
  
  /*================ Layout three End ==============*/

  /*================ Layout four Start ==============*/
  
  .banner-layout-four{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap:15px;
  }
  
  /*================ Layout four End ==============*/


@media(max-width:767px){
    .homepage-banner{
      display:block;
    }
    .homepage-banner .slick-list {
      padding-right: 25% !important;
    }
    .homepage-banner .slick-slide {
      padding: 0 10px;
    }
    .desktop-video { display: none; }
    .mobile-video { display: block; }

    .homepage-banner .slick-track{
        margin-left: -10px;
    }

    .homepage-banner:not(.slick-initialized) .banner-box {
      width: 76%;
      min-width: 76%;
    }

    .homepage-banner:not(.slick-initialized) {
      display: flex;
      overflow:hidden;
    }

    .spacer-div {
      font-size: 15px;
    }
}