/** Shopify CDN: Minification failed

Line 1944:2 "order-radius" is not a known CSS property
Line 2120:0 Expected "}" to go with "{"

**/

.custom_reco-slide-inner .grid-product__actions .quick-add-btn {
    display: none;
}
/* whishlist popup css  */
.swym-ui-components .swym-bg-2, .swym-ui-component .swym-bg-2 {
    background: #234381 !important;
    border-bottom: 1px solid #f0f0ef38;
}
.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-continue-btn {
    font-family: Hanken Grotesk!important;
    font-size: 16px !important;
    background: #fff!important;
    color: #234381 !important;
    border-radius: 7px;
}
.swym-ui-component .swym-wishlist-detail-separator {
    background: #fff !important;
}
.swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail .swym-wishlist-detail-header {
    background: #234381 !important;
}
.swym-ui-component .swym-wishlist-detail-content {
    margin-top: 20px !important;
}
.swym-simple-wishlist-container-content {
    background: #234381 !important;
}
.swym-ui-component .swym-simple-wishlist-modal .swym-modal-content .swym-close-btn .swym-icon::before,.swym-ui-component .swym-user-login-status::before {
    color: #ffffff !important;
}
.swym-ui-component .swym-simple-wishlist-detail .swym-wishlist-main-title,.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-text {
    color: #fff;
}
.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-title,.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-text {
    color: #ffffff !important;
}
.swym-ui-component .swym-share-btn,.swym-ui-component .swym-wishlist-detail-header .swym-wishlist-main-title {
    color: #fff !important;
}
.swym-ui-component .swym-wishlist-context-menu::before {
    color: #fff !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
    background: #234381 !important;
    margin: 0 10px 10px;
    border-radius: 5px;
    min-height: 44px;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
    border: none !important;
}
/* whishlist popup css end */


/* header whatsapp icon css start  */
.homegheaderwhats {
    position: relative;
    padding-left: 20px;
}
.homegheaderwhats .icontext {
    display: flex;
    align-items: center;
    color: #21d668;
    gap: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.template-index .homegheaderwhats .icontext {
    color: #21d668;
}
.homegheaderwhats .icontext svg {
    width: 30px;
    height: auto;
}
.template-index .homegheaderwhats .icontext svg path {
    fill: #21d668;
}
.homegheaderwhats .icontext svg path,.site-nav__icons .whats_app_button svg path {
    fill: #21d668;
}
.homegheaderwhats .whatsscanner {
    position: absolute;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    width: 120px;
    top: 40px;
    box-shadow: -4px 2px 10px 3px #00000045;
    display:none;
}
.homegheaderwhats:hover .whatsscanner {
       display:block;
}
@media(min-width:750px){
  .site-nav__icons 
 .whats_app_button {
    display: none !important;
}
}
@media(max-width:749px){
  .site-nav__icons .whats_app_button svg {
    width: 27px;
    height: 27px;
}
  .site-nav__icons .whats_app_button span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
}
/* header whatsapp icon css end  */


div#shopify-section-template--22917207425315__7aaf0277-092b-49c5-b270-d96773fad2ae input#datepic_client_date::placeholder {
color: #767676;
}
div#shopify-section-template--22917207425315__7aaf0277-092b-49c5-b270-d96773fad2ae input#second_datepic_client_date::placeholder {
color: #767676;
}



input#datepic_client_date::placeholder {
    color: #234381;
}
input#second_datepic_client_date::placeholder {
    color: #234381;
}
.tab_data_main .grid.grid--small>.grid__item input::placeholder {
    opacity: 1;
}
/* calender css start  */
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    background: #fff;
    width: 13px;
    height: 13px;
    padding: 2px;
    top: 10px;
    margin: 0 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before, .flatpickr-calendar .flatpickr-months .flatpickr-next-month:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: #fffad0;
    z-index: -1;
    border-radius: 5px;
    border: 2px solid #fddb00;
    opacity: 0;
    top: -9px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:before {
  left: -8px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:before {
  left: -11px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover::before, .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover:before {
 opacity: 1; 
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover, .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
    background: #FFC107;
}
.flatpickr-current-month select.flatpickr-monthDropdown-months {
    color: #fff;
    font-weight: 600;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
body .flatpickr-current-month .numInputWrapper input {
    color: #fff;
    font-weight: 700;
}
.dayContainer .flatpickr-day.flatpickr-disabled {
    opacity: .35;
    color: #1c94c4;
    border: 1px solid #cccccc;
}
.dayContainer .flatpickr-day.today {
    border: 1px solid #fed22f;
    background: #fff1a7;
    color: #363636;
}
body .flatpickr-calendar .flatpickr-day:hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce !important;
    font-weight: bold;
    border-radius:0;
    color: #c77405 !important;
}
.dayContainer .flatpickr-day.nextMonthDay {
    opacity: 0;
}
.dayContainer .flatpickr-day.prevMonthDay {
    opacity: 0 !important;
}
.flatpickr-weekdays .flatpickr-weekday {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 11px 6px;
    display: inline-block;
}
body .flatpickr-calendar {
    border: 1px solid #cccccc;
    padding: 3px;
  background: #edf2f6;
   width:auto;
}
.flatpickr-rContainer .flatpickr-weekdays {
    height: 46px;
    background: #fff;
}
.flatpickr-calendar .flatpickr-months {
    border-radius: 8px;
    height: 38px;
    position: relative;
    background: #234381;
}
.dayContainer .flatpickr-day {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: 700;
    color: #1c94c4;
    border-radius: 0;
    margin: 0 0 4px;
    height: 34px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 3px;
    font-size: 15px;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    width: auto;
    height: auto;
}
/* calender css end  */



/* Datepicker UI Styles Start */
.ui-datepicker-header.ui-widget-header {
    background: #234381;
    border: none;
}

.ui-datepicker-calendar {
    background: #edf2f6;
}

#datepic_client_date::-webkit-calendar-picker-indicator, #second_datepic_client_date::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
}
/* Datepicker UI Styles END */
.mobile-error-show .hasDatepicker, .mobile-error-show select {
    margin: 0 !important;
}
.date-error-message, .time-error-message {
    margin: 12px 0;
    color: red;
    font-size: 12px;
}
html, body {
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 0;
    font-family: 'Hanken Grotesk';
}
input, select, textarea, p, a {
    font-family: 'Hanken Grotesk';
}
#MainContent {
    box-shadow: none;
} 
.mobile-error-show .custom_mobile_fileds {
    margin: 0 !important;
}
.contact-error-message {
    margin: 12px 0 12px;
    color: red;
    font-size: 12px;
}
.heading_gold_wraper.weight_wrapper-here .heading {
    text-align: left;
}
g.highcharts-axis-labels.highcharts-yaxis-labels text[text-anchor=end] {
    display: none;
}
span#jschart_both, span#jschart_kg {
    display: none;
}
select#jschart_miniChartModeAxis option[value=jschart_both], select#jschart_miniChartModeAxis option[value=jschart_kg] {
    display: none;
}
.template-index #MainContent {
    box-shadow: 0 calc(var(--header-padding-bottom)*-1) var(--colorNav);
}
.h0, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .accent-subtitle, input, select, textarea,.btn, .rte .btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-container .spr-button, .spr-container .spr-summary-actions a {
    letter-spacing: 0;
}
a {
  transition: ease .3s;
}
/* not sure popup css start */
.swym-atw-notification-cta-wrapper button.swym-atw-notification-cta {
    background: #234381 !important;
    border: none !important;
}
/* not sure popup css end */
/* recaptcha button css start */
.shopify-challenge__button.btn {
    border-radius: 8px;
    background: #234381;
    box-shadow: 0 1px 2px #1018280d;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 20px;
}
/* recaptcha button css end */
/* breadcrumb bar css start */
nav.breadcrumb {
    padding: 24px 36px;
    max-width: 1440px;
    margin: auto;
    color: #333;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
nav.breadcrumb a {
    padding: 4px 8px;
    color: #333;
}
nav.breadcrumb  span {
    padding: 4px 8px;
}
nav.breadcrumb .breadcrumb__divider {
    opacity: 1;
    display: inline-block;
    position: relative;
    top: 4px;
    padding: 0;
}
/* breadcrumb bar css end */
/* announcement bar css start here */
.custom_announcement-wrapper {
    position: relative;
    z-index: 9;
}
.custom_content_wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.announcement-cont-rpeater {
    width: fit-content;
    display: flex;
    margin-right: 40px;
    align-items: center;
}
.announcement-cont-rpeater:last-child {
    margin-right: 0px;
}
.svg_image {
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.last_txt {
    margin-left: 4px;
}
.last_txt p {
    color: #079455;
    font-family: Hanken Grotesk;
    font-size: 12px;
}
.first_text {
    color: #fff;
    font-family: Hanken Grotesk;
    font-size: 12px;
    line-height: 23px;
}
.price_text {
    color: #fff;
    font-family: Syne;
    font-size: 12px;
}
.fist_txt {
    line-height: 1;
}
/* announcement bar css end here */
/* header css start here */
.on_header_hover .main-content:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: 3;
}
.site-nav__dropdown.siteNavSingleDropdown {
    box-shadow: none;
    background: transparent;
    padding: 8px 0 0;
}
.siteNavSingleDropdown .site-nav__dropdown-list {
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 4px 34px #0000001c;
    background: #fff;
    text-align: center !important;
}
.siteNavSingleDropdown .site-nav__dropdown-list li .site-nav__dropdown-link {
    color: #161616;
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 0;
}
.siteNavSingleDropdown .site-nav__dropdown-list>li {
    margin: 0 0 16px;
}
.siteNavSingleDropdown .site-nav__dropdown-list>li:last-child {
    margin: 0px;
}
.megamenu .megamenu__col-title>.site-nav__dropdown-link {
    color: #161616;
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 8px;
    margin: 0 0 24px;
    text-decoration: none !important;
}
.meganavGrandChild .site-nav__dropdown-link {
    background: transparent !important;
    display: flex;
    align-items: center;
    color: #161616;
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 0;
}
.meganavGrandChild .site-nav__dropdown-link img {
    flex: 0 0 32px;
    margin-right: 16px;
    width: 100%;
    max-width: 32px;
}
.meganavGrandChildMain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 24px;
    gap: 24px 42px;
}
.site-nav__dropdown .megamenu__cols .megamenu__col {
    width: 100%;
    page-break-inside: inherit;
    padding: 0;
}
.site-nav__dropdown.megamenu {
    background: transparent;
    width: 100%;
    min-width: 778px;
    margin: auto;
    left: 0;
    right: 0;
    box-shadow: none;
    padding: 8px 0 0;
}
.site-nav__dropdown.megamenu>.page-width {
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.11);
    background: #fff;
    margin: 0;
    width: 100%;
}
.site-nav__item .site-nav__details {
    position: relative;
}
.site-nav__dropdown .megamenu__cols {
    flex: inherit;
    columns: inherit;
    width: 100%;
} 
/* .site-header__drawer.is-active {
    top: -80px;
}
.header-wrapper--compressed .site-header__drawer.is-active {
    top: 0;
} */
.header-wrapper .site-header__element--sub {
    position: static;
    background: #fff;
}
.template-index .header-wrapper .site-header__element--sub {
    background: #234381;
}
.site-header__element .header-layout .custom_same_data {
    flex: inherit;
    width: 33.33%;
}
.site-header__element .header-layout {
    justify-content: space-between;
}
.header-item--logo .site-header__logo img {
    max-width: 278px !important;
    max-height: inherit !important;
    object-fit: contain;
} 
.header-item--search .search__input-wrap {
    flex: inherit;
    width: 100%;
}
.header-item--search .search__input-wrap input {
    border-radius: 48px;
    padding: 12px 16px 12px 52px;
    border: none;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #D0D5DD;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding-right: 38px;
}
.header-item--search .search__input-wrap input::placeholder {
    color: #767676 !important;
}
.header-item--search .search__input-wrap .btn--search {
    right: auto;
    left: 16px;
    padding: 0;
    display: flex;
    align-items: center;
}
.header-item--icons .site-nav__link.site-nav__link--icon {
    border-radius: 12px;
    border: 1px solid #333;
    box-shadow: 0 1px 2px #1018280d;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-transform: inherit;
    padding: 11px 20px;
    min-width: 145px;
    justify-content: center;
}
.cart-open .site-nav__close-cart .site-nav__link--icon.js-close-header-cart {
    border: none !important;
    box-shadow: none;
    padding: 0 !important;
    min-width: inherit;
}
.header-item--icons .site-nav__link.site-nav__link--icon svg path {
    stroke: #333;
}
.template-index .header-item--icons .site-nav__link.site-nav__link--icon svg path {
    stroke: #fff;
}
.header-item--icons .site-nav__link.site-nav__link--icon .cart-link svg path {
    stroke: #fff;
}
.header-item--search predictive-search .btn--close-search svg.icon.icon-close path {
    stroke: #333 !important;
}
.header-item--search predictive-search, .header-item--search predictive-search form {
    position: static;
}
.header-item--search .search__results {
    max-width: 1340px;
    margin: auto;
    left: 0;
    right: 0;
}
.predictiveSearchBox {
    width: 100%;
    position: relative;
}
.header-item--search predictive-search .btn--close-search {
    position: absolute;
    right: 12px;
    top: 11px;
}
.template-index .header-item--icons .site-nav__link.site-nav__link--icon .cart-link svg path {
    stroke: #333;
}
.template-index .header-item--icons .site-nav__link.site-nav__link--icon {
    border: 1px solid #fff;
    color: #fff;
}
.header-item--icons .site-nav__link.site-nav__link--icon .site-nav__icon-label {
    margin-left: 8px;
}
.header-item--icons #HeaderCartTrigger {
    background: #234381;
    color: #fff;
    margin-left: 8px;
    min-width: 132px;
}
.template-index .header-item--icons #HeaderCartTrigger {
    background: #fff;
    color: #333;
}
#HeaderCartTrigger .cart-link {
    display: flex;
    align-items: center;
} 
/* header css end here */
/* cart drawer css start here */
.cart__item-price-col {
    color: #234381;
    font-family: Syne;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}
.cart__item-price-col .discounted_price {
    font-weight: 600;
}
.custom_new-grid.cat_reco_slider {
    opacity: 0;
}
.custom_new-grid.cat_reco_slider.slick-initialized {
    opacity: 1;
}
.freeshipping_cart {
    margin: 0 0 10px;
    line-height: 1;
}
.qty_icon_input .js-qty__num {
    border: none;
    padding: 0;
}
.freeshipping_cart .free_shipping_text {
    color: #333;
    font-family: Hanken Grotesk;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.site-header__drawer-animate .cart__scrollable {
    padding: 16px 0px 0;
}
.cart__scrollable .sidebar_progress_bar {
    padding: 0 40px 16px;
    border-bottom: 1px solid #D7D7D7;
    display: flex;
    flex-direction: column;
}
.cart__items .cart__item {
    border-color: #D7D7D7;
}
.cart__items .cart__item {
    border-color: #D7D7D7;
    padding: 16px 40px;
    margin: 0;
    align-items: flex-start;
}
.site-header__cart .cart__image {
    flex: 0 0 98px;
    margin-right: 16px;
    border: 1px solid #D7D7D7;
}
.cart__item-details .cart__item-title .cart__item-name {
    color: #234381;
    font-family: Syne;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
}
.cart__item-details .cart__item-sub {
    /*justify-content: flex-start;*/
  padding-right: 10px;
}
.cart__item-details .js-qty__wrapper {
    margin-right: 28px;
    min-width: 86px;
    max-width: 86px;
    display: flex;
    align-items: center;
}
.qty_icon_input .js-qty__num {
    border: none;
    padding: 0;
    color: #333;
    font-family: Syne;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}
.qty_icon_input .js-qty__adjust {
    position: static;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 0.714px solid #D7D7D7;
    padding: 2px;
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty_icon_input .js-qty__adjust svg {
    width: 12.857px;
    height: 12.857px;
}
.qty_icon_input .js-qty__adjust svg path {
    fill: #333;
}
.cart__item-details .cart__item-title .appikon-cart-item-upsell-notes {
    color: #234381;
    font-size: 17px;
    font-weight: 600;
}
.sidebar_progress_bar progress[value] {
	-webkit-appearance:none;
    -moz-appearance:none;        
    appearance: none;
	border: none;
	width: 100%; 
    background-color: #fff;
	position: relative;
    margin: 0;
    height: 8px;
    border-radius: 50px;
}
.sidebar_progress_bar progress[value]::-webkit-progress-bar {
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;
}
.sidebar_progress_bar progress[value]::-webkit-progress-value {
	position: relative;
	border-radius: 50px;
    background-color: #234381;
}
.sidebar_progress_bar progress[value]::-moz-progress-bar {
	background-color: #234381;
	border-radius: 50px;
}
.cart__item-details .cart__price {
    color: #234381 !important;
    font-family: Syne;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: normal;
}
.site-header__cart .cart__footer {
    padding: 24px 40px 16px;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: none;
}
.cartTotatText, .cartSubtotalPrice {
    color: #333;
    font-family: Hanken Grotesk;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.cartSubtotalPrice .wholesale-cart-total {
    font-weight: 600 !important;
}
.bottom_footer_email-phone {
    margin: 30px 0 0;
}


.bottom_footer_email-phone p:first-child a {
    color: #fff;
    font-family: Syne;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
}

.bottom_footer_email-phone p:first-child {
    margin: 0 0 30px;
}
.bottom_footer_email-phone p:last-child a {
    border-bottom: 1px solid #fff;
}
.cartdrawerFooter .cart__checkout-wrapper .cart__checkout {
    border-radius: 12px;
    background: #234381;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    min-height: 47px;
    color: #fff;
    font-family: Hanken Grotesk;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.cartdrawerFooter .cart__item-row--footer small {
    color: #767676;
    text-align: center;
    font-family: Hanken Grotesk;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    max-width: 340px;
    margin: auto;
}
.cartdrawerFooter .cart__item-row--footer {
    padding: 0;
}
.custom_cart__item-row {
    padding: 16px 30px 30px;
}
.custom_cart__item-row .cart__recommended-title {
    color: #333;
    font-family: Hanken Grotesk;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 16px;
}
.custom_cart__item-row  .grid-product__image-wrap {
    margin: 0;
}
.custom_cart__item-row .grid-item__meta {
    margin: 0;
    padding: 20px 0;
}
.custom_cart__item-row .grid-product__title {
    color: #234381;
    font-family: Syne;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.custom_cart__item-row .grid-item__meta-secondary {
    margin: 8px 0 0;
}
.custom_cart__item-row .grid-item__meta-secondary .grid-product__price--current {
    color: #234381;
    font-family: Syne;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.custom_cart__item-row .slick-arrow {
    position: absolute;
    bottom: -16px;
    left: -30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} 
.custom_cart__item-row .slick-arrow svg path {
    fill: black;
}
.custom_cart__item-row  .reco-next-slide.custom-slider {
    left: unset;
    right: 65px;
}
.custom_cart__item-row .reco-prev-slide.custom-slider {
    left: 65px;
}
.custom_cart__item-row .slick-dots {
    margin: 8px 0 0;
    list-style: none;
    display: flex;
    padding: 0 0 0 4px;
    align-items: center;
    flex-wrap: wrap;
    justify-content:center;
}
.custom_cart__item-row .slick-dots li {
    margin: 0 4px;
    display: flex;
    align-items: center;
}
.custom_cart__item-row .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    background: #767676;
    border-radius: 100px;
}
.custom_cart__item-row .slick-dots li.slick-active button {
    width: 32px;
    background: #333;
}
/* cart drawer css end here */
.mobile_appoint_icon_wrapper {
    display: flex;
    align-items: center;
}
.mobile_icon_wrapp {
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
}
.icon_image {
    display: flex;
    align-items: center;
    flex: 0 0 40px;
    margin-right: 16px;
}
.icon_image svg path {
    stroke: #333;
}
.template-index .icon_image svg path {
    stroke: #fff;
}
.mobile_contant_wrapp>p:first-child {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 4px;
}
.mobile_contant_wrapp p:last-child, .appoinment_contant_wrapp p {
    line-height: 1;
    margin: 0;
}
.appoinment_contant_wrapp p:last-child {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.appoinment_contant_wrapp.homepage_header{
  cursor:pointer;
}
.appoinment_contant_wrapp p:first-child {
    color: #333;
    font-size: 12px;
    line-height: normal;
    display: none;
    margin: 0 0 4px;
}
.mobile_contant_wrapp p:last-child a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}
.template-index .mobile_contant_wrapp p:last-child a, .template-index .appoinment_contant_wrapp p:first-child, .template-index .mobile_contant_wrapp>p:first-child,
.template-index .appoinment_contant_wrapp p:last-child {
    color: #fff;
}
.appoinment_icon_wrapp {
    display: flex;
    align-items: center;
}
.below_header_custom {
    box-shadow: 0 4px 4px #0000000d;
    padding: 0;
}
.below_header_custom .site-nav>.site-nav__item>.site-nav__details>.site-nav__link svg.icon {
    width: 24px;
    height: 24px;
    transition: 0.5s;
}
.below_header_custom .site-nav>.site-nav__item>.site-nav__details[open]>.site-nav__link svg.icon{
    transform: rotate(180deg);
}
.below_header_custom .site-nav>.site-nav__item>.site-nav__details>.site-nav__link svg.icon path {
    stroke-width: 1px;
}
.header-section {
    padding: 0 !important;
}
.belowHeaderCustMainIn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-item--icons .site-nav {
    margin-right: 0;
}
.header-item.header-item--icons {
    padding-left: 10px;
}
.below_header_custom .site-nav {
    margin-left: 0px;
}
.below_header_custom .site-nav>.site-nav__item {
    margin-right: 24px;
}
.below_header_custom .site-nav>.site-nav__item>.site-nav__details>.site-nav__link,
.below_header_custom .site-nav>.site-nav__item>.site-nav__link {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-transform: inherit;
    letter-spacing: 0;
    padding: 23.5px 0px;
}
.template-index .below_header_custom .site-nav>.site-nav__item>.site-nav__details>.site-nav__link,
.template-index .below_header_custom .site-nav>.site-nav__item>.site-nav__link {
    color: #fff;
}
.below_header_custom .site-nav__link--underline:after {
    margin: 0px;
}
.site-navigation--below:before {
     display: none;
}
.site-header__element--top {
    padding: 9px 0;
    border-bottom: 1px solid #F0F0EF;
    background: #fff;
}
.template-index .site-header__element--top {
    background: #234381;
}
.review-starts-wrapp {
    display: flex;
    justify-content: center;
}
.custom_slider-collection .slider__controls, .custom_new-grid.cat_reco_slider .slider__controls {
    position: relative;
    z-index: 12;
}
.custom_recomemnt_slider  img.image-element {
    opacity: 1;
}
.custom_slider-collection .slider__controls .slider__pagination, .custom_new-grid.cat_reco_slider .slider__controls .slider__pagination {
    text-align: center;
    margin-top: 50px;
}
.custom_slider-collection .slider__controls .slider__button-prev:focus, .slider__button-next:focus, .custom_new-grid.cat_reco_slider .slider__controls .slider__button-prev:focus {
    outline: none!important;
}

.new-grid.custom_blog-data img.image-element {
    opacity: 1;
}
/* footer css start here */
.footer__block .custom_image-wrap image-element img {
    width: 100%;
    max-width: 209px;
}
.footer__block .custom_image-wrap image-element {
    display: block;
    width: 100%;
}
.bottom_logos_icons_wrapp {
    display: flex;
    align-items: center;
}
.footer__block--mobile {
    min-width: fit-content;
    padding-right: 8px;
}
.bottom_logos_icons_wrapp ul.payment-icons {
    margin: 0;
}
.footer__block--mobile .payment-icons li {
    margin: 0 16px 0 0;
    display: flex;
    align-items: center;
}
.site-footer .footer__section .footer__blocks {
    gap: 40px;
}
.site-footer .footer__section .footer__blocks .footer__block {
    max-width: 100%;
    flex: inherit;
    width: calc(25% - 30px);
}
.footer__block .custom_image-wrap {
    margin: 0 0 16px;
}
.footer__block .image_con_main p {
    color: #fff;
    font-family: SansSerifBookFLF;
    font-size: 16px;
    line-height: normal;
}
.footer__block .image_con_main {
    margin: 0 0 16px;
}
.site-footer .footer__block--mobile .footer__title {
    color: #fff;
    font-family: Syne;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 16px;
}
.site-footer .bottom_logos_icons_wrapp .footer__block--mobile  .footer__title {
    font-size: 18px;
    font-family: Hanken Grotesk;
    text-align: left;
    line-height: normal;
}
.footer__block--mobile .social-icons.footer__social li {
    margin: 0 16px 0 0;
}
.footer__block--mobile .social-icons.footer__social li:last-child {
    margin: 0;
}
.footer__block--mobile .social-icons.footer__social li a {
    display: flex;
    align-items: center;
}
footer.site-footer .footer__section {
    padding: 36px 0;
    border: none;
}
.footer__block .footer__menu {
    margin: 0;
}
.footer__block .footer__menu li {
    margin: 0 0 36px;
    text-align: center;
}
.footer__block .footer__menu li:last-child {
    margin: 0px;
}
.footer__block .footer__menu li a {
    color: #fff;
    font-family: Syne;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 0;
}
.footer__block .footer__menu li a:hover {
    opacity: .7;
}
.social-icons.footer__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.logo_images_rpeater {
    margin-right: 32px;
}
.logo_images_rpeater:last-child {
    margin-right: 0px;
}
.bottom_footer_logos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.logo_images_rpeater img {
    width: 100%;
    height: 48px;
    object-fit: contain;
}
footer.site-footer .footer__section:last-child {
    padding: 24px 0;
    border-top: 1px solid #fff;
}
/* footer css end here */

/* media css start here */
@media (min-width: 750px) {
/* .header-item--compress-nav.small--hide {
    display: none !important;
} */
.header-item--compress-nav button.site-nav__link {
    color: #333!important;
}
.template-index .header-item--compress-nav button.site-nav__link {
    color: #fff !important;
}
}
@media (max-width: 1279px) {
nav.breadcrumb {
    padding: 24px 20px;
}
    .header-item--icons .site-nav__link.site-nav__link--icon {
    font-size: 14px;
    padding: 11px 15px;
}
.page-width {
    padding: 0 20px;
}
/* not sure popup css start */
.swym-ui-component .swym-popup-nudge-zindex {
    padding: 0 30px;
    margin: auto;
    left: 0;
}
.swym-ui-component .swym-atw-notification-container {
    margin: auto;
    margin-right: 30px;
}
.swym-ui-component .swym-atw-notification-container .swym-atw-notification-header-container {
    padding-right: 20px;
}
/* not sure popup css end */
/* header css start here */
.mobile_icon_wrapp {
    margin-right: 20px;
}
.mobile_contant_wrapp p:last-child a, .appoinment_contant_wrapp p:last-child {
    font-size: 14px;
}
.icon_image {
    flex: 0 0 30px;
    margin-right: 5px;
}
.icon_image svg {
    width: 30px;
}
.below_header_custom .site-nav>.site-nav__item {
    margin-right: 15px;
}
.below_header_custom .site-nav>.site-nav__item>.site-nav__details>.site-nav__link, .below_header_custom .site-nav>.site-nav__item>.site-nav__link {
    font-size: 14px;
}
/* header css end here */
/* footer css start here */
.footer__block .footer__menu li {
    margin: 0 0 25px;
}
.site-footer .footer__section .footer__blocks {
    gap: 20px;
}
.site-footer .footer__section .footer__blocks .footer__block {
    width: calc(25% - 15px);
}
.footer__block .image_con_main p {
    font-size: 14px;
}
/* footer css end here */
}
@media (max-width: 1023px) {


 input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #767676;
  }
       body input[type="date"].placeholder_shown:before{
        content: attr(placeholder) !important;
    color: #767676;
}
        body input[type="date"].placeholder_hide:before{
        content: '' !important;
}
        input[type="date"]:in-range::-webkit-datetime-edit-year-field, input[type="date"]:in-range::-webkit-datetime-edit-month-field, input[type="date"]:in-range::-webkit-datetime-edit-day-field, input[type="date"]:in-range::-webkit-datetime-edit-text { 	display: none; }
        input[type="date"]:focus:in-range::-webkit-datetime-edit-year-field, input[type="date"]:focus:in-range::-webkit-datetime-edit-month-field, input[type="date"]:focus:in-range::-webkit-datetime-edit-day-field, input[type="date"]:focus:in-range::-webkit-datetime-edit-text { 	display: block; text-align:left; }
        input[type="date"].placeholder_shown:in-range::-webkit-datetime-edit-year-field, input[type="date"].placeholder_shown:in-range::-webkit-datetime-edit-month-field, input[type="date"].placeholder_shown:in-range::-webkit-datetime-edit-day-field, input[type="date"].placeholder_shown:in-range::-webkit-datetime-edit-text { 	display: none; }
  
  
/* header css start here */
.icon_image svg {
    width: 26px;
}
.mobile_contant_wrapp p:last-child a, .appoinment_contant_wrapp p:last-child {
    font-size: 11px;
}
.mobile_appoint_icon_wrapper {
    width: 38%;
}
.mobile_icon_wrapp {
    margin-right: 5px;
}
.mobile_appoint_icon_wrapper .mobile_icon_wrapp, .mobile_appoint_icon_wrapper .appoinment_icon_wrapp {
    width: 50%;
}
.site-nav__dropdown.megamenu {
    min-width: 600px;
}
.below_header_custom .site-nav>.site-nav__item>.site-nav__details>.site-nav__link, .below_header_custom .site-nav>.site-nav__item>.site-nav__link {
    font-size: 10px;
}
.header-item--logo .site-header__logo img {
    max-width: 210px!important;
}
.header-item--icons .site-nav__link.site-nav__link--icon {
    font-size: 12px;
    padding: 11px 7px;
    min-width: 100px;
}
.header-item--icons #HeaderCartTrigger {
    min-width: 100px;
}
.below_header_custom .site-nav>.site-nav__item>.site-nav__details>.site-nav__link svg.icon {
    width: 20px;
    height: 20px;
    margin-left: 2px;
}
.below_header_custom .site-nav>.site-nav__item {
    margin-right: 10px;
}
/* header css end here */
/* footer css start here */
.footer__block .footer__menu li a {
    font-size: 16px;
    line-height: 24px;
}
.footer__block .footer__menu li {
    margin: 0 0 15px;
}
.logo_images_rpeater {
    margin-right: 20px;
}
/* footer css end here */
}
@media (max-width: 768px) {
/* mobile drawer css start here */
.mobile-account-single-btn {
    max-width: 200px;
    padding: 0 10px;
    margin: auto;
} 
.slide-nav>.slide-nav__item>.slide-nav__button, .slide-nav>.slide-nav__item>.slide-nav__link {
    font-weight: bold;
}
  .header-wrapper:not(.header-wrapper--compressed) [data-nav=below] .js-search-header {
    display: block;
}
.mobile-account-single-btn a {
    border-radius: 12px;
    border: 1px solid #333;
    box-shadow: 0 1px 2px #1018280d;
    margin: 8px 0 0;
    background: transparent;
    color: #333;
    font-family: Hanken Grotesk;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 17px;
}
.mobile-account-single-btn a svg {
    margin-right: 10px;
}
.slide-nav__wrapper[data-level="2"] {
    height: auto !important;
}
.slide-nav__wrapper[data-level="2"] .slide-nav {
    transform: translate(0%);
}
.slide-nav__wrapper[data-level="3"] .slide-nav {
    transform: translate(-100%);
} 
.slide-nav__wrapper[data-level="4"] .slide-nav {
    transform: translate(-200%);
}
.slide-nav__dropdown.new-custom-menu {
    position: static;
    background: #eef2f5;
    border-top: 1px solid #7a84ac;
    border-bottom: 1px solid #7a84ac;
    display: none !important;
}
.slide-nav__dropdown {
    background: #eef2f5;
}
.slide-nav__item.active-menu .slide-nav__dropdown.new-custom-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transition: all forwards .55s cubic-bezier(.165, .84, .44, 1) .1s;
}
.new-custom-menu .slide-nav__dropdown .slide-nav__item:first-child .slide-nav__button {
    background: #fff;
}
.slide-nav__item.active-menu .custom-menu-plus {
    display: none;
}
.slide-nav__item.active-menu .custom-menu-minus {
    display: block;
}
.slide-nav__wrapper .slide-nav__item:first-child {
    padding-top: 0;
}
.slide-nav__wrapper .slide-nav__item:last-child {
    padding-bottom: 0;
}
.slide-nav__item .slide-nav__dropdown>.slide-nav__item>.slide-nav__link {
    font-weight: 600;
}
.custom-menu-minus {
    display: none;
} 
.page-width.site-header__drawers {
    padding: 0;
}
.site-header__drawers-container .site-header__mobile-nav {
    /* background: #234381 !important; */
    padding: 0;
    height: 100vh;
}
.site-header__drawers-container .slide-nav__wrapper:after {
    background-color: transparent;
}
.site-header__drawers-container .slide-nav__link>span, .site-header__drawers-container .slide-nav__link .icon {
    color: #234381;
    font-family: Syne;
}
.slide-nav>.slide-nav__item .slide-nav__button svg path {
    stroke: #234381;
    stroke-width: 2px;
}
.slide-nav>.slide-nav__item>.slide-nav__button .slide-nav__link, .slide-nav>.slide-nav__item>.slide-nav__link {
    padding-top: 15px;
    padding-bottom: 15px;
}
.new-custom-menu .slide-nav__dropdown .slide-nav__item:first-child .slide-nav__button svg {
    transform: rotate(180deg);
    margin-right: 20px;
}
.slide-nav__button svg {
    fill: #234381;
}
.site-header__drawers-container .slide-nav__link--back>span {
    -webkit-text-decoration: none;
    text-decoration: none;
}
/* mobile drawer css end here */
.predictiveSearchBox {
    padding-top: 30px;
    display: flex;
    align-items: center;
}
.predictiveSearchBox .btn--close-search {
    margin-left: 0;
}
/* breadcrumb css start here */
nav.breadcrumb {
    padding: 20px;
}
/* breadcrumb css end here */
/* header css start here */
.belowHeaderCustMainIn {
    justify-content: center;
}
.header-item--icons .site-nav__link.site-nav__link--icon {
    padding: 0;
    min-width: inherit;
    border: none !important;
}
.header-item--icons #HeaderCartTrigger span.cart-link svg path {
    stroke: #333;
}
.template-index .header-item--icons #HeaderCartTrigger span.cart-link svg path {
    stroke: #fff;
}
.header-item--icons #HeaderCartTrigger {
    min-width: inherit;
    background: transparent !important;
    margin-left: 10px;
    display: block;
}
.header-item--icons button.site-nav__link.site-nav__link--icon.mobile-nav-trigger {
    margin-left: 10px;
}
.mobile_appoint_icon_wrapper .mobile_icon_wrapp, .mobile_appoint_icon_wrapper .appoinment_icon_wrapp {
    width: 25%;
    justify-content: center;
}
.mobile_appoint_icon_wrapper {
    width: 100%;
    padding: 10px 0;
    justify-content: center;
}
predictive-search button.btn--search {
    display: flex;
    align-items: center;
}
/* .header-item--icons a.site-nav__link.site-nav__link--icon.js-search-header {
    display: block !important;
} */
  .header-item--icons .swym-wishlist {
    margin-right: 8px;
}
.header-wrapper--init .site-header__element--sub>.page-width.medium-up--hide {
    display: none;
}
body .site-header__drawer {
    background: transparent;
}
body .site-header__drawer.is-active {
    background: #fff;
}
body .predictive__screen {
    background: #fff;
}
predictive-search.is-active .btn--close-search svg.icon.icon-close path.cls-1 {
    stroke: #000 !important;
}
/* header css end here */
/* footer css start here */
.bottom_footer_logos {
    justify-content: inherit;
    overflow: auto;
    width: 70%;
    margin: auto;
    margin-right: 0;
    padding-bottom: 10px;
}
.logo_images_rpeater {
    min-width: 27%;
}
#FooterMobileNavWrap {
    display: none;
} 
/* footer css end here */
}
@media (max-width: 749px) {
/* not sure popup css start */
.swym-ui-component .swym-atw-notification-container .swym-atw-notification-header-container {
    width: auto;
}
.bottom_footer_email-phone {
  margin: 10px 0 0;
  text-align: center;
}
.bottom_footer_email-phone p:first-child {
  margin: 0 0 26px;
}
.swym-ui-component .swym-atw-notification-container {
    width: auto !important;
    margin: 0 !important;
}
.swym-ui-component .swym-popup-nudge-zindex {
    left: 0 !important;
} 
/* not sure popup css end */ 
/* cart drawer css start here */
.cart__item-price-col {
    font-size: 14px;
}
.qty_icon_input .js-qty__adjust {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}
.site-header__cart .cart__image {
    flex: 0 0 80px;
}
.cart__item-details .cart__item-title .cart__item-name {
    font-size: 14px;
}
.cart__item-details .cart__price {
    font-size: 14px!important;
}
.custom_cart__item-row  .reco-next-slide.custom-slider {
    left: unset;
    right: 35px;
}
  .custom_cart__item-row .reco-prev-slide.custom-slider {
    left: 62px;
}
.cart__scrollable .sidebar_progress_bar {
    padding: 0 16px 16px;
}
.cart__items .cart__item, .site-header__cart .cart__footer {
    padding: 16px;
} 
.custom_cart__item-row {
    padding: 16px 16px 30px;
}
.cartdrawerFooter .cart__item--subtotal, .cartdrawerFooter .payment-buttons {
    margin: 0 0 10px;
}
.custom_cart__item-row .slick-arrow {
    left: -10px;
}
.custom_cart__item-row .slick-dots {
    padding: 0 0 0 24px;
}
.cart__item-details .js-qty__wrapper {
    margin-right: 10px;
    min-width: 75px;
    max-width: 75px;
}
.custom_cart__item-row .grid-product__title {
    font-size: 14px;
}
/* cart drawer css end here */
/* header css start here */
.below_header_custom, .custom_announcement-wrapper {
    display: none;
}
/* header css end here */
/* footer css start here */
.footer__block--mobile .payment-icons li {
    margin: 0 8px 0 0;
}
.footer__block--mobile .payment-icons li:last-child {
  margin-right: 0;
}
.bottom_logos_icons_wrapp ul.payment-icons {
    justify-content: center;
}
.footer__block .custom_image-wrap .footer__image {
    margin: auto;
}
.bottom_logos_icons_wrapp {
    display: block;
} 
.footer__block--mobile {
    padding: 0 0 20px;
}
.site-footer .bottom_logos_icons_wrapp .footer__block--mobile .footer__title {
    text-align: center;
    font-size: 16px;
}
.site-footer .footer__section .footer__blocks .footer__block {
    width: 100%;
}
.logo_images_rpeater {
    min-width: inherit;
    margin: 0;
    padding: 0 10px 20px;
    width: 50%;
}
.footer__block .image_con_main p {
    font-size: 16px;
    text-align: center;
}
.site-footer .footer__block--mobile .footer__title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
    text-align: center;
}
.social-icons.footer__social {
    justify-content: center;
}
.site-footer .footer__section .footer__blocks .footer__block {
    padding: 0 0 32px;
}
.site-footer .footer__section .footer__blocks {
    gap: 0;
}
footer.site-footer .footer__section {
    padding: 60px 0 28px;
}
.bottom_footer_logos {
    justify-content: center;
    overflow: hidden;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
}
/* footer css end here */
/* announcement bar css start here */
.custom_content_wrapp {
    justify-content: inherit;
    overflow: auto;
}
.announcement-cont-rpeater {
    min-width: fit-content;
}
/* announcement bar css end here */
}
@media (max-width: 360px) {
/* cart drawer css start */
.site-header__cart .cart__image {
    flex: 0 0 70px;
    margin-right: 10px;
}
/* cart drawer css end */
}


/* The Modal (background) */
.modal.custom_variff-model {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: #0006;
}
.modal-content .veriff-submit {
    color: #fff;
    background: #234381 !important;
    border-radius: 50px;
    font-family: Hanken Grotesk;
    font-weight: 400;
    padding: 12px;
    height: auto;
    font-size: 18px;
    letter-spacing: 0;
}
.custom_variff-model .modal-content .close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
/* Modal Content/Box */
.custom_variff-model .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 40px 24px 30px;
    border: 1px solid #888;
    width: 80%;
    max-width: 560px;
    color: #000;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    box-shadow: 1px 1px 31px #000;
} 
.custom_variff-model .modal-content .modal-heading {
    display: block;
    text-align: center;
    margin-bottom: 14px;
    font-weight: bold;
    color: #234381;
}
.custom_variff-model #veriff-root {
    min-width: calc(100% - 20px);
    width: 100% !important;
}
.custom_variff-model .veriff-text {
    border-radius: 50px;
    background: #fff;
    box-shadow: none;
    padding: 10px 20px;
    color: #234381;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
    outline: none;
    border: 1px solid #ebecee;
    width: 100%;
    min-height: 46px;
    font-family: Syne;
    margin: 0 0 20px !important;
    outline: none;
    box-shadow: none;
}
.custom_variff-model .veriff-text:focus {
   box-shadow: none; 
}
.custom_variff-model .veriff-text::placeholder {
    color: #234381;
    opacity: 1;
}
.custom_variff-model .veriff-description {
    color: #234381;
}
.veriff-description {
    margin: 0 0px 16px 0 !important;
}
/* The Close Button */
.adjust-amount-info{
    color: #234381;
    font-family: Syne;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.main-original--price.pricediv {
    display: none;
}
.cart__drawer-form .adjust-amount-area {
    display: none;
}
.cart__drawer-form .main-original--price.pricediv {
    display: inline-block;
}
.shipping-line-item--area {
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.shipping-line-item--div {
    background-color: #fff;
    padding: 20px;
    border: 1px solid;
    border-radius: 20px;
    margin-top: 20px;
    color: #234381;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.shipping-line-item--radio {
    padding-left: 45px;
}
.shipping-line-item--description {
    font-weight: normal;
}

/* Hide the browser's default radio button */
.shipping-line-item--area input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.shipping-line-item--area .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #d5e3ff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.shipping-line-item--area:hover input ~ .checkmark {
  background-color: #c5d7fb;
}

/* When the radio button is checked, add a blue background */
.shipping-line-item--area input:checked ~ .checkmark {
  background-color: #d5e3ff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.shipping-line-item--area .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.shipping-line-item--area input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.shipping-line-item--area .checkmark:after {
 	top: 11px;
	left: 11px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #234381;
}
.clien-email-area--div {
    margin-top: 20px;
}

.clien-email-area--div label {
    margin-left: 46px;
}

.clien-email-area--div .clien-email--div {
    padding: 10px 46px;
    border-radius: 10px;
    background-color: #eaefff;
}
.clien-email-area--div .clien-email--div input{
    background-color: #fff;
    width: 450px;
    max-width: 80%;
    padding-left: 25px;
}
.accordion-section-wrapper-main {
  margin-bottom: 80px;
  text-align: center;
  background-color: #edf2f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.accordion-section-heading {
  color: #234381;
  font-family: Syne;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  max-width: 890px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.accordion-section-wrapper-main .accordion-section-content p,
.accordion-section-wrapper-main .metafield-rich_text_field p {
  color: #333;
  font-family: Hanken Grotesk;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.accordion-section-content p {
  margin-bottom: 35px;
}
.custom_accordion-btn button.btn {
  order-radius: 6px;
  background: #234381;
  box-shadow: 0 1px 2px #1018280d;
  padding: 11px 24px;
  min-height: 56px;
  min-width: 350px;
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 15px;
}
.accordion-section-content_last {
  margin-top: 30px;
}
.accordion-section-content_last {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .accordion-section-heading {
    font-size: 28px;
    padding-bottom: 20px;
  }
 .accordion-section-wrapper-main  .accordion-section-content p,
  .accordion-section-wrapper-main .metafield-rich_text_field p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .accordion-section-content_last {
    margin-top: 20px;
  }
  .accordion-section-wrapper-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .accordion-section-wrapper-main {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .accordion-section-wrapper-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .accordion-section-heading {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .accordion-section-content_last .metafield-rich_text_field p {
    margin-bottom: 0;
  }
  .accordion-section-wrapper-main {
    margin-bottom: 30px;
  }
  .custom_accordion-btn button.btn {
    min-width: 100%;
    width: 100%;
}
  .recuterBannerdescription p {
    color: #234381;
    font-family: Hanken Grotesk;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
  
.vendreRichText .recrutementHeader {
    padding: 0 !important;
    margin-bottom: 53px;
}
.vendreRichText .recrutementHeader h1.h2 {
    color: #234381;
    text-align: center;
    font-family: Syne;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin: auto;
}
.vendreRichText .recrutementHeader .page-width.page-width--narrow {
    max-width: 100%;
}
.recuterbanner .ful_width_sec {
    max-width: 1440px;
    margin: auto;
    padding: 0 40px;
}
.recuterBannerdescription p {
    color: #234381;
    font-family: Hanken Grotesk;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.discover-custom-header {
    color: #234381;
    text-align: left;
    font-family: Syne;
    font-size: 32px;
    font-weight: 700;
}
.discouver-contaier-wrapp {
    max-width: 1440px;
    margin: auto;
    padding: 0 40px;
}
.inner_offers_rpeater-maim {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #80808059;
    padding: 20px 0;
}
.location_icon_location-wrapp svg {
    width: 23px;
    height: 25px;
}
.location_icon_location-wrapp svg path {
    fill: #9f9f9f !important;
}
.location_icon_location-wrapp span {
    display: flex;
    gap: 15px;
    justify-content: center;
    font-family: "Hanken Grotesk";
    color: #444444;
    font-size: 16px;
}
.rpeater_main_heading {
    font-family: "Hanken Grotesk";
    color: #234381;
    font-size: 22px;
    font-weight: 700;
}
.plein_monthes_wrapper {
    text-align: right;
}
.plein_text_wraper {
    font-family: "Hanken Grotesk";
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
.months_text_wraper {
    font-size: 14px;
    color: #818181;
    font-weight: 500;
}
.view_more_btn_here {
    text-align: center;
    margin: 40px 0 40px 0;
}
/* a.btn.js-no-transition {
    
    font-size: 16px;
    padding: 10px 35px;
    border-radius: 6px;
    border: 1px solid;
}
a.btn.js-no-transition:hover {
    background-color: #000;
} */
.location_icon_location-wrapp {
    width: 100%;
    max-width: 30%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}



