/** Shopify CDN: Minification failed

Line 236:17 The "-" operator only works if there is whitespace on both sides
Line 3804:0 Expected "}" to go with "{"

**/
/* .z-30 {
    z-index: 10;
} */
/* #appstle_subscription_widget0{
  display:none;
} */
.desktop_dropdown_content .mobile_child_link span{
  font-weight: 600;
}
.th_wl_dropdown ,.th_wl_count{
  display: none !important;
}
div#th_wishlist_page_id {
    margin-top: 30px;
}
div#delivery-location-main {
  display: none !important;
}
.main_cart aside h4.cs_t,
#shopify-section-theme__cart aside h4.cs_t {
  display: none;
}
input#postal_code {
  color: #000;
}
.delivery-location-main .delivery-info.select-info {
  display: none;
}
* {
  box-sizing: border-box !important;
}
/* body.showing-custom-popup header {
    z-index: 10 !important;
    position: relative;
} */
body.showing-custom-popup, body.body_fixed {
  overflow: hidden;
}
body.showing-custom-popup .product-details-right > .sticky {
  position: relative;
  z-index: unset;
}
body.showing-custom-popup .main_product_page {
  z-index: unset;
}
/*header css*/
.header_icons {
  gap: 15px;
}
.header_icons a {
  padding: 0px;
  margin: 0px;
}
.header_menu .flex-shrink a.header__link {
  padding: 37px 10px;
}
.flex-shrink .header__dropdown .border--b-width {
  background: #fff !important;
}
.header_menu .flex-shrink .header__dropdown a {
  color: #0d169f;
}
span.grandchild_img {
  width: 100%;
  max-width: 35px;
  height: 35px;
  border-radius: 50px;
  margin-right: 12px;
  object-fit: cover;
  background-size: cover !important;
}
.header__dropdown .hover-parent-menu .grandchild_img {
  display: none;
}
.grand_child_inner {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}
.grand_child_inner a {
  margin-bottom: 0px;
}
.switch-field {
  margin: 20px 0px;
  overflow: hidden;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field label {
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  transition: all 0.1s ease-in-out;
  width: 150px;
  padding: 10px;
}
.switch-field label:hover {
  cursor: pointer;
}
.switch-field .btn-div {
  background-color: #f4f4f4;
  padding: 15px 10px;
  border-radius: 7px;
  display: flex;
  width: 100%;
}
.switch-field input:checked + label {
  background-color: #fff !important;
  box-shadow: none !important;
  color: #1a0084 !important;
  border-radius: 7px !important;
  font-weight: 700 !important;
}
.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.mobile_menu_drawer .mobile_child_link {
  justify-content: flex-start;
}
.mobile_menu_drawer .mobile_menu_icon {
  margin-left: auto;
}
/*header css end*/

/*image slider css*/
.img_slider_inner {
  padding: 25px 0px;
}
.img_slider {
  display: flex;
  gap: 20px;
}
.img_slider_inner {
  width: 70%;
  margin: 0 auto;
}
.collection_img {
  width: 30%;
  position: relative;
  height: 170px;
  margin-right: 25px;
}
.collection_img .collection_title {
  width: 80%;
}
.collection_img .collection_title h2 {
  font-size: 21px;
  margin: 0px;
  color: #fff;
}
.collection_img .collection_title h2 a {
  font-size: 21px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}
.collection_img .content a:hover {
  opacity: 1 !important;
}
.collection_img .arrow_icon {
  width: 20%;
  justify-content: end;
  display: flex;
}
.collection_img .content {
  position: absolute;
  width: 94%;
  bottom: 35px;
  left: 7px;
}
.collection_img .arrow_icon .icon {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection_img .content .row {
  align-items: center;
  display: flex;
  padding: 0px 15px;
}
.collection_img img {
  border-radius: 30px;
  height: 170px;
  width: 100% !important;
  object-fit: cover;
}
.collection_img .arrow_icon .icon:hover {
  background-color: #fff;
}
.collection_img .arrow_icon .icon {
  transition: all 0.4s ease-in-out;
}
.img_slider_inner h1.main-title {
  font-size: 2.5rem;
  padding-bottom: 25px;
}
/*image slider css end*/

/*collection filter css*/
.collection_filter .outer_filter {
  border-radius: 8px;
  overflow: visible;
  border: none;
  width: max-content;
}
span.tooltip_triangle {
  display: block;
  height: 32px;
  width: 32px;
  background-color: inherit;
  border: inherit;
  position: absolute;
  left: calc(50% -10px);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  border-radius: 0 0 0 0.4em;
  background: #fafafa;
  top: -15px;
  left: 40px;
  transform: rotate(135deg);
}
.collection_filter .inner_filter label span {
  color: #1a0376;
}
.collection_filter .inner_filter label.type__nav {
  justify-content: space-between !important;
  flex-direction: row-reverse !important;
  display: flex !important;
}
.collection_filter .inner_filter label {
  display: block !important;
}
.collection_filter .inner_filter label input[type="checkbox"] {
  float: right;
  height: 22px;
  width: 22px;
  border-radius: 8px;
  margin-top: 4px;
  margin-left: 0.5rem;
}
.collection_filter .outer_filter label.type__nav input[type="radio"] {
  border-radius: 8px;
  width: 22px;
  height: 22px;
}
.collection_filter .outer_filter label:hover {
  background: #ebebeb;
}
.mobile_filter .accordion-content.inner_filter .py-4 label {
  justify-content: space-between !important;
  flex-direction: row-reverse !important;
  display: flex !important;
}
.mobile_filter .accordion-content.inner_filter .py-4 label input[type="radio"] {
  border-radius: 8px;
  width: 22px;
  height: 22px;
}
.mobile_filter .accordion-content.inner_filter div .py-4 label {
  display: block !important;
}

/* custom delivery section */
/* .delivery_msg_container {
	background: #fff;
	border-radius: 10px
} */

.delivery_msg_container .delivery_msg_inner {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 16px;
  gap: 60px;
}
.Width_two_third .delivery_msg_container .delivery_msg_inner {
  gap: 40px;
}
.Width_two_third .delivery_msg_container .delivery_msg_inner .delivery_msg p {
  font-size: 20px;
  line-height: 27px;
}
.delivery_msg_container {
  padding: 10px 10px 20px 25px;
}
/* .delivery_msg_container .delivery_msg_inner .delivery_img {
	padding: 10px;
} */
/* .delivery_msg_container .delivery_msg_inner .delivery_img .image {
	width: 100px;
}
.delivery_msg_container .delivery_msg_inner .delivery_img .image img {
	width: 75%;
	height: 100%;
} */
.delivery_msg_container .delivery_msg_inner .delivery_img .image {
  width: 65px;
  position: relative;
}
.delivery_msg_container .delivery_msg_inner .delivery_img .image:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: #1a0084;
  top: 60%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -40%);
}
.delivery_msg_container .delivery_msg_inner .delivery_msg {
  padding: 10px;
}
.product-details-right .product_title_image {
  padding-left: 5px;
}
.delivery_msg_container .delivery_msg_inner .delivery_msg p {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
  line-height: 34.1px;
  color: #000;
}
.delivery_msg_container .delivery_msg_inner .delivery_msg p a {
  color: blue;
  font-size: 16px;
}
/* custom msg text */
.custom-message .tooltip_triangle {
  display: none;
}
.custom-message p {
  font-size: 16px;
  margin: 0px;
  line-height: 22px;
  text-align: left;
}
.custom-message .container-inner {
  max-width: 1145px;
  margin: 0 auto;
}
.custom-message .flex-row {
  display: flex;
}
.custom-message .flex-colom {
  width: 30%;
}
.custom-message .flex-colom .content img {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  object-fit: cover;
  margin: 0px 7px;
}
.custom-message .flex-colom-inner {
  width: 84%;
  position: relative;
}
.custom-message .flex-colom-inner a {
  text-decoration: none;
  color: #4b4b4b;
  font-size: 18px;
}
.custom-message .flex-colom-inner .content {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0px 0px 3px 1px #cccccc63;
  padding: 20px;
}
.custom-message {
  margin: 10px 0px;
  background-color: #fafafa;
}
.custom-message .flex-row {
  align-items: center;
}
.custom-message .tooltip_triangle {
  height: 45px;
  width: 45px;
  background-color: inherit;
  border: inherit;
  position: absolute;
  clip-path: polygon(30% 22%, 74% 65%, 0% 100%);
  border-radius: 0 0 0 0.5em;
  background: #ffffff;
  left: -25px;
  transform: rotate(46deg);
  top: 60px;
}
.custom-message .flex-colom-inner a:hover {
  opacity: unset !important;
}
/*product-price */
.price-container .flex-row {
  display: flex;
  /* align-items: center; */
  gap: 70px;
}
.price-container {
  background-color: #f9f9f9;
  padding: 30px 12px;
}
#template-product .price-container {
  padding: 10px 12px 0px;
}
.price-container .price_colom h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  color: #086c18;
  text-align: left;
}
.price-container .price_colom h2.striked {
  text-decoration: line-through;
  -webkit-text-decoration-color: #086c18; /* Safari */
  text-decoration-color: #086c18;
}
.price-container .price_colom h2 span {
  font-size: 13px;
}
.price-container .price_colom h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  text-align: left;
}
.price-container .price_colom h4 {
  font-weight: normal;
  padding: 3px 0px;
  font-size: 14px;
  margin: 0px;
  color: #086c18;
  text-align: left;
}
.price-container .price_colom h4 a {
  color: #000;
  font-size: 13px;
  position: relative;
  font-weight: normal;
  color: #086c18;
}
.price-container .price_colom h5 a {
  color: #2317a1;
  font-weight: normal;
  font-size: 16px;
  position: relative;
}
.type--small.collection_price {
  color: #02600c;
  font-size: 16px;
}
.price-container .price_colom h5 {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
/* .price-container-inner {
	max-width: 500px;
	margin: 0 auto;
} */
.price_colom .content:empty {
  display: none;
}
.price_colom:empty {
  display: none;
}
/*sign up form */
#create_customer .for_private .party_service {
  display: flex;
}
#create_customer .for_private .text h5 {
  margin: 0px;
  font-size: 15px;
}
#create_customer .for_private .text p {
  margin: 0px;
  font-size: 15px;
}
#create_customer .for_private .kids_party {
  display: flex;
}
#create_customer .for_private .mail_box {
  display: flex;
}
#create_customer .for_business .text h5 {
  margin: 0px;
  font-size: 15px;
  padding-right: 30px;
}
#create_customer .for_business .text p {
  margin: 0px;
  font-size: 15px;
}
#create_customer .for_business .party_service {
  display: flex;
}
#create_customer .for_business .mail_box {
  display: flex;
}
#create_customer .for_business {
  display: none;
}
.for_business .text h5 {
  margin: 0px;
  font-size: 15px;
  color: #555555;
}
.for_business .text p {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
  padding: 10px 0px;
}
.for_business .img {
  padding-right: 14px;
}
.for_business .mail_box {
  margin: 20px 0px;
}
.for_business .radio_btn {
  width: 33%;
}
.for_business .radio_btn input[type="radio"] {
  margin: 0px;
}
.for_business label {
  color: #555555;
  /* padding:0px 10px; */
}
.for_business {
  align-items: center;
}
#create_customer input[type="radio"] {
  margin: 0px;
}
#create_customer .pvt_buss {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  gap: 17px;
  align-items: center;
}
#create_customer .for_private .text p {
  color: #555555;
  line-height: 18px;
  padding: 10px 0px;
}
#create_customer .for_private .text h5 {
  color: #555555;
}
.for_private .text {
  padding-left: 13px;
}
#create_customer .for_private .mail_box {
  padding-bottom: 20px;
}
#create_customer .for_private .mail_box .text {
  padding-left: 0px;
}
.for_private {
  padding-top: 20px;
}
.for_private .radio_btn {
  min-width: 122px;
}
.for_private label {
  color: #555555;
  padding: 0px 10px;
}
.for_private .kids_party .image {
  width: 44%;
}
.party_service .text {
  padding-left: 20px;
}
.party_service .image {
  width: 24%;
}
#create_customer .form_field_flex {
  display: flex;
  gap: 15px;
}
#create_customer .main_address {
  width: 50%;
}
#create_customer .main_postcode {
  width: 50%;
}
/* iamge column */
.image_column {
  max-width: 1280px;
  margin: 0px auto;
}
.image_column .image_text_column {
  padding: 0px !important;
}
.image_column .column_section img {
  border-radius: 15px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.image_column .column_content .blockheading h3 {
  margin: 20px 0px;
}
.image_column .column_content .para_content p {
  margin: 20px 0px;
}
.image_column .heading {
  padding-left: 15px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
/* text info */
.text_info {
  max-width: 1280px;
  margin: 0px auto;
}
.text_info .text_list p {
  margin: 0px;
}
.text_info .text_list li.style_none {
  list-style: none;
}
.text_info .text_list li p.italic {
  font-style: italic;
}
.text_info .text_list li p.bold {
  font-weight: bold;
}
.pro_description button .items-center span {
  font-weight: bold;
  font-size: 24px;
}
.pro_description .accordion-content p {
  font-size: 18px;
}
/* cart page*/
.main_cart .cart_product_info {
  justify-content: flex-start !important;
  gap: 20px;
}
.main_cart .cart_product_info .selected_date {
  display: flex;
  gap: 30px;
}
.main_cart .cart_product_info .selected_date .delivery_date {
  width: 40%;
}
.main_cart .cart_product_info .selected_date .pickup_date {
  width: 40%;
}
.main_cart .cart_product_info a > p:first-child,
.cart-drawer a > p:first-child {
  color: #000;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.63px !important;
}
.main_cart .cart_product_info .cart-line-property,
.cart-drawer .cart-line-property {
  /* border: 1px solid #CECECE;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 12px 20px;
    color: #000; */
  font-size: 16px;
  line-height: 19.36px;
  /* font-weight: 600;
    opacity: 1; */
  margin-bottom: 8px;
}
/* product review */
.no_review_container {
  display: flex;
  align-items: center;
  padding: 5px;
}
#template-product .no_review_container {
  /* padding: 5px 12px; */
  margin-bottom: 10px;
}
.no_review_container .no_review_star {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.no_review_container span.no_review_text {
  font-size: 12px;
  font-weight: 600;
  color: #585050;
}
span.stamped-product-reviews-badge.stamped-main-badge {
  display: none;
}
/*end*/
.valued-dashboard-product-reviews-ratings-root {
  display: none;
}
.valued-dashboard-product-reviews-ratings-root .valued-star-rating {
  display: flex;
  align-items: center;
}
.valued-dashboard-product-reviews-ratings-root
  span.valued-star-rating.valued-rating-count {
  margin-left: 5px !important;
}
/* product page */
/* .product_main_title {
	padding: 5px 12px;
} */
.rserve_collect_text a {
  display: flex;
  align-items: center;
  gap: 3%;
  color: #40a412;
  margin-bottom: 10px;
  text-decoration: none;
}
.rserve_collect_text span {
  font-size: small;
  font-weight: 700;
}
.reserve_text {
  text-align: center;
  color: #40a412;
  padding: 5px;
}
a.hover\:no-underline.block.no-underline.whitespace-normal.pb-4 {
  min-height: 160px;
}
/* product form section */
.custom_product_form textarea:focus,
.custom_product_form input:focus,
.custom_product_form button:focus,
.custom_product_form a:focus,
.custom_product_form select:focus {
  outline: none;
  box-shadow: none;
}
.product_items_flex.hidden.main_pro {
  display: none;
  margin: 0px !important;
  padding: 0px !important;
}
#custom_product_form {
  background-color: #fff;
  border: 1px solid #ababab;
  border-radius: 10px 10px 0px 0px;
  margin: 0 16px;
  position: relative;
  height: 100%;
}
.custom_product_form {
  padding: 20px 20px;
  overflow: auto;
}
.coll_popup_modal .custom_product_form .heading-wrapper .heading {
  padding: 15px 0px;
}
.custom_product_form .heading-wrapper .heading {
  padding: 15px 25px;
  color: #1a0084;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.28px;
  margin: 0px;
}
.custom_product_form .heading-wrapper .subheading {
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.1px;
}
.custom_product_form .heading-wrapper {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.custom_product_form .heading-wrapper-inner {
  display: flex;
  align-items: center;
  padding: 18px 12px 18px 0px;
}
.custom_product_form .available_dates-sec .heading-wrapper-inner {
  justify-content: space-between;
}
.custom_product_form .heading-wrapper-inner .heading-sec {
  display: flex;
  align-items: center;
}
.custom_product_form .heading-wrapper-inner .heading-inner {
  font-size: 15px;
  font-weight: 700;
  line-height: 19.1px;
  text-align: left;
  color: #000;
  margin: 0;
}
.custom_product_form .heading-wrapper-inner .qusmark_popup {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #bebebe;
  margin-right: 15px;
  cursor: pointer;
  padding: 5px;
  font-weight: 400;
  color: #000;
}
.custom_product_form .inner-products {
  display: flex;
  align-items: self-start;
  background-color: #ffffff;
  margin-bottom: 20px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  padding: 20px 16px;
  position: relative;
}
.product_items_flex.inner-products .product_item_badge {
  background: #025a0d;
  border-radius: 5px;
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  line-height: normal;
  padding: 5px 8px;
  display: inline-block;
  margin-left: 5px;
}
.Width_two_third .product_items_flex.inner-products .product_item_badge {
  margin-left: 0px;
}
/* .custom_product_form .inner-products:last-child {
    margin-bottom: 0px;
} */
.custom_product_form .product_items_flex h4.item_title a,
.extra_orderable_section h4.orderable_product_title a {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 5px;
}
.custom_product_form .product_items_flex h4.item_title a:hover {
  text-decoration: none;
}
.custom_product_form .product_items_text .item_popup_msg {
  font-size: 14px;
  color: #051792;
  text-decoration: underline;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}
.custom_product_form .inner-products .price_minus,
.custom_product_form .inner-products .price_plus {
  background-color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.custom_product_form .inner-products .price_plus {
  font-size: 15px;
}
.custom_product_form .available_dates_cale .heading-text {
  display: none;
}
.custom_product_form .available_dates_cale .sub-heading-text {
  font-weight: 700;
  color: #6b6b6b;
}
.Width_two_third .custom_product_form .inner-products .price_plus,
.Width_two_third .custom_product_form .inner-products .price_minus {
  width: 26px;
  height: 26px;
}
.Width_two_third .custom_product_form .inner-products .qnty_value {
  height: 26px;
  width: 26px;
}
.custom_product_form
  .available_dates_cale
  .slick-current.slick-active.pro_available_date
  .calender-slider-item {
  background: #1a0084;
  color: #fff;
}
.custom_product_form
  .available_dates_cale
  .slick-current.slick-active.pro_available_date
  .calender-slider-item
  .green-circle {
  display: none;
}
.custom_product_form
  .available_dates_cale
  .slick-current.slick-active.pro_available_date
  .calender-slider-item
  .date-heading,
.custom_product_form
  .available_dates_cale
  .slick-current.slick-active.pro_available_date
  .calender-slider-item
  .week-heading {
  color: #fff;
}
/* .custom_product_form .rental-days-sec .rental-dates {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 15px; 
} */
.custom_product_form .rental-days-sec input {
  border: 1px solid #b4b4b4;
  padding: 10px 18px 10px 36px;
  width: 100%;
  border-radius: 5px;
  background: none;
  background-image: url(/cdn/shop/files/calendar.png?v=1724997444);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 10px center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  min-height: max-content;
}
.custom_product_form .quantity-sec .quantity-box {
  /* width: 44.5%;
    border: 1px solid #B4B4B4;
    padding: 7px 0px; */
  display: flex;
  justify-content: end;
  align-items: center;
  border-radius: 5px;
}
.custom_product_form .quantity-sec .quantity-box button {
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  max-width: 46px;
  font-size: 17px;
  font-weight: 600;
  line-height: 19.1px;
  color: #000;
}
.custom_product_form .quantity-sec .quantity-box .choose-date {
  background: #eee;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border: 1px solid #bebebe;
  border-radius: 5px;
  width: 100%;
  max-width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 14px;
  min-height: auto;
  padding: 2px;
}
.custom_product_form_colom {
  margin: 15px 0;
}
.custom_product_form_colom h3 span {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: inline-grid;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.custom_product_form_colom .img {
  width: 15%;
  margin: 0;
}
.custom_product_form_colom .img img {
  width: 90%;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}
#template--index .custom_product_form_colom .img img {
  height: 55px;
}
.custom_product_form_colom .product_items_text {
  width: 59%;
  padding-left: 5px;
  padding-right: 20px;
}
.custom_product_form .product_items_number,
.custom_product_form .orderable_product_number {
  /* width: 23%; */
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  flex-wrap: wrap;
  /* justify-content: center; */
  /* gap: 5px; */
}
.custom_product_form_colom .quantity {
  width: 26%;
  /* align-items: center; */
  display: flex;
  justify-content: space-between;
  /* gap: 7px; */
  flex-wrap: wrap;
}
.custom_product_form .product_items_text {
  font-size: 20px;
}
.custom_product_form .product_items_text a {
  text-align: center;
  width: 100%;
}
.custom_product_form_colom .product_items_number h6 {
  font-size: 16px;
  color: #4caf50;
  margin: 0px;
  font-weight: normal;
  margin-right: 5px;
}
.custom_product_form .quantity h4 {
  display: inline-block;
  background-color: #ccc;
  padding: 10px;
  height: 30px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  margin: 0px;
}
.custom_product_form .quantity h4 span {
  font-size: 30px;
}
.custom_product_form .quantity h5 {
  display: inline-block;
  background-color: #ccc;
  padding: 10px;
  height: 30px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  font-size: 19px;
  margin: 0px;
  cursor: pointer;
}
.custom_product_form .quantity h5 span {
  font-size: 30px;
}
.custom_calendar .custom_calendar_colom.date_title {
  width: 60%;
}
.custom_calendar .custom_calendar_colom.date_input {
  width: 40%;
}
.custom_calendar .custom_calendar_colom h2 {
  background-color: #051792;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  justify-content: center;
  display: inline-flex;
}
.custom_calendar .custom_calendar_colom h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  width: 40px;
  height: 40px;
}
.custom_calendar .custom_calendar_colom h3 {
  display: inline-block;
  padding-top: 10px;
  font-size: 13px;
  padding-left: 8px;
}
.custom_calendar_colom h3 span {
  background-color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 13px;
  color: #000;
}
.custom_calendar_colom form input {
  width: 100%;
  padding: 10px 0px;
  margin: 10px 0px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #ccc;
}
.custom_product_form .custom_calendar_flex {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
  display: flex !important;
}
.custom_product_form h3 {
  font-size: 18px;
}
.custom_product_form h4 {
  margin: 0px;
  font-size: 18px;
}
.custom_product_form .product_items_flex h4.item_title {
  font-size: 1.2rem;
  line-height: 15px;
}
.custom_product_form .product_items_flex .product_items_text a {
  color: blue;
}
.custom_product_form .custom_calendar input {
  background: #fff;
  border-radius: 10px;
}
.custom_product_form .custom_calendar input {
  background: #fff;
  border-radius: 10px;
}
.custom_product_form .custom_help_msg_container .custom_help_message {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  padding: 10px 20px;
}
.custom_product_form a:hover {
  text-decoration-line: underline;
  opacity: 1 !important;
}
.custom_product_form a {
  color: #051792 !important;
  text-decoration-line: none;
}
.Width_two_third .custom_product_form .rental-days-sec .rental-dates {
  gap: 10px;
}
.Width_two_third .custom_product_form .heading {
  padding: 0 0 15px;
}
.Width_two_third .custom_product_form .rental-days-sec input {
  padding-right: 36px;
  /* width: 44%; */
  text-overflow: ellipsis;
}
/* .Width_two_third .custom_product_form .rental-days-sec {
    margin-bottom: 20px;
} */
.Width_two_third .custom_product_form_colom .img img {
  height: 50px;
}
.Width_two_third #custom_product_form {
  margin-top: 20px;
}
.custom_extra_sec h2 {
  background-color: #051792;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  justify-content: center;
  display: inline-flex;
}
.custom_extra_sec h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.custom_extra_sec h3 {
  display: inline-block;
  padding-left: 13px;
  padding-top: 10px;
  font-size: 18px;
}
.custom_extra_sec h3 span {
  background-color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 13px;
  color: #000;
}
.custom_extra_sec {
  padding: 0px;
  margin: 20px 0px;
}
.custom_extra_sec .extra_item {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  cursor: pointer;
}
.custom_extra_sec .extra_item h4 {
  display: inline-block;
  font-size: 16px;
}
.custom_extra_sec .extra_item svg {
  float: right;
  float: right;
  height: 25px;
  display: flex;
  width: 15px;
  transform: rotate(267deg);
}
.extra_item_flex {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  margin-top: 20px;
  padding: 0px 10px 0px 0px;
}
.extra_item_flex .img {
  width: 20%;
}
.extra_item_flex .img img {
  width: 70%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}
.extra_item_flex h4 {
  font-size: 1.2rem;
}
.extra_item_flex h6 {
  font-size: 17px;
  color: #4caf50;
  margin: 0px;
}
.extra_item_text {
  width: 40%;
}
.extra_item_number {
  width: 20%;
}
.extra_item_flex .quantity {
  width: 20%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.extra_item_flex .quantity h4 {
  display: inline-block;
  background-color: #ccc;
  padding: 10px;
  height: 30px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  margin: 0px;
}
.extra_item_flex .quantity h4 span {
  font-size: 30px;
}
.extra_item_flex .quantity h5 {
  display: inline-block;
  background-color: #ccc;
  padding: 10px;
  height: 30px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  font-size: 19px;
  margin: 0px;
}
.extra_pop_up .all_step_names :nth-child(1) {
  display: block;
}
.extra_pop_up .all_step_names :nth-child(2) {
  display: none;
}
.extra_pop_up .all_step_names :nth-child(3) {
  display: none;
}
.extra_pop_up .all_step_names :nth-child(4) {
  display: none;
}
.extra_pop_up {
  background-color: #fff;
  padding: 30px 20px;
  /* width: 40%; */
  width: 502px;
  margin: auto;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* transform: translate(-50%, -50%); */
  height: 100%;
  max-height: 94%;
  overflow: auto;
}
.extra_pop_up::-webkit-scrollbar-track,
.product-popup-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 10px 0;
}
.extra_pop_up::-webkit-scrollbar,
.product-popup-inner::-webkit-scrollbar {
  width: 5px;
}
.extra_pop_up::-webkit-scrollbar-thumb,
.product-popup-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
}
.extra_pop_up .cross svg {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 23px;
  color: #000;
  width: 27px !important;
  height: 27px !important;
  padding: 4px;
  cursor: pointer;
  z-index: 99;
}
.extra_pop_up .cross button {
  cursor: pointer;
}
.extra_pop_up .upsell.heading-text {
  color: #02600c;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.extra_pop_up .upsell.amount-box {
  font-size: 14px;
  padding-right: 30px;
  line-height: normal;
}
.extra_pop_up .upsell.amount-box {
  font-size: 14px;
  padding-right: 30px;
  font-weight: 600;
  color: #02600c;
}
.extra_pop_up .upsell-description-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.extra_pop_up .upsell_description p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.extra_pop_up a {
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  color: #051792;
}
.extra_pop_up a:hover {
  text-decoration-line: underline;
  opacity: 1 !important;
}
.extra_pop_up .upsell_btns.active {
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: 17px;
  color: #ccc;
}
.extra_pop_up .upsell_btns {
  width: 100%;
  justify-content: center;
  display: flex;
  margin: 25px 0px 40px 0px;
}
.extra_pop_up_item_flex .text {
  width: 40%;
  align-items: center;
  display: flex;
  padding: 15px 0px;
}
.extra_pop_up_item_flex .text h4 {
  font-size: 22px;
  margin: 0px !important;
}
.extra_pop_up_item_flex .text h6 {
  color: #4caf50;
  font-size: 18px;
  padding: 5px 0px;
  margin: 0px;
}
.extra_pop_up_item_flex .text p {
  color: #bdbdbd;
  margin: 0px;
  font-size: 15px;
}
.extra_pop_up_item_flex .img {
  width: 15%;
}
.extra_pop_up_item_flex .img img {
  width: 90%;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}
.upsell_product_sec .upsell_product_text {
  width: 40%;
  padding-left: 10px;
}
.upsell_product_sec .upsell_product_title {
  font-size: 1.2rem;
  line-height: 15px;
  margin: 0;
}
.upsell_product_sec .upsell_product_title a {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
.upsell_product_sec #item_popup_msg {
  font-size: 14px;
  text-decoration: underline !important;
  color: #0d169f !important;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
}
.upsell_product_sec .upsell_product_number {
  width: 23%;
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.upsell_product_sec .pro_price,
.upsell_product_sec .price_custom_text {
  font-size: 14px;
  color: #02600c;
  margin: 0px;
  font-weight: 600;
}
.upsell_product_sec .price_custom_text {
  line-height: 1.2;
}
.upsell_product_sec .quantity {
  width: 22%;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 7px;
}
.upsell_product_sec .price_minus {
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.upsell_product_sec .price_plus {
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.upsell_product_sec .qnty_value {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.upsell_product_sec .upsell_popup_title {
  color: #1a0084;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.28px;
  margin-bottom: 10px;
}
.upsell_product_sec .upsell_subheading {
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.1px;
  margin-bottom: 15px;
}
.extra_pop_up_item_flex {
  position: relative;
}
.extra_pop_up_item_flex .upsell_stepper_content {
  overflow: auto;
  height: 414px;
  scrollbar-width: none;
}
.extra_pop_up_item_flex .stepper_load_more {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: #13046c;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  width: max-content;
  cursor: pointer;
}
.extra_pop_up_item_flex::-webkit-scrollbar-track,
.header_menu .header__dropdown .header_dropdown_inner::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 10px 0;
}
.extra_pop_up_item_flex::-webkit-scrollbar,
.header_menu .header__dropdown .header_dropdown_inner::-webkit-scrollbar {
  width: 5px;
}
.extra_pop_up_item_flex::-webkit-scrollbar-thumb,
.header_menu .header__dropdown .header_dropdown_inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
}
.upsell_product_sec .build-box-progress-bar {
  position: relative;
  margin-bottom: 20px;
}
.extra_pop_up .upsell_step_name {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}
.extra_pop_up .upsell_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.upsell_product_sec .build-box-progress-bar .bar {
  display: none;
  position: absolute;
  content: "";
  border: 1.5px solid #ccc;
  width: 71%;
  left: 72px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.upsell_product_sec .build-box-progress-bar .steps {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upsell_product_sec .build-box-progress-bar .step-box {
  width: 25%;
  text-align: center;
}
.upsell_product_sec .build-box-progress-bar .step-item.active {
  color: #1a0084;
}
.step-box {
  position: relative;
}
.step-box:after {
  content: "";
  right: 0;
  left: -50%;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #b4b4b4;
  position: absolute;
}
.steps .step-box:first-child:after {
  position: unset;
  display: none;
}
.step-box.active:after {
  background: #1a0084;
}
.upsell_product_sec .build-box-progress-bar .step-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.1px;
  color: #797979;
  text-decoration: none;
}
.upsell_product_sec .build-box-progress-bar .step-box.active .circle-icon {
  border: 1.5px solid #1a0084;
}
.upsell_product_sec .build-box-progress-bar .circle-icon {
  width: 60px;
  border: 1.5px solid #ccc;
  height: 60px;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 1;
  position: relative;
}
.upsell_product_sec .chosen_items_error {
  display: none;
  background: #f0f0f0;
  margin: 0 -20px;
}
.upsell_product_sec .chosen_items_inner {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
}
.upsell_product_sec .chosen_items_error p {
  font-size: 14px;
  color: red;
  margin: 0;
}
.upsell_product_sec .chosen_items_error span.chosen_items_close {
  cursor: pointer;
}
.upsell_product_sec .chosen_items_error .chosen_items_close svg {
  fill: red;
  width: 13px;
  height: 13px;
}

.upsell_product_sec .pick_min {
  display: none;
  justify-content: space-between;
}
.upsell_product_sec .pick_min_text,
.upsell_product_sec .pick_min_text span {
  color: #07520a;
  font-size: 14px;
  font-weight: 600;
}
.upsell_product_sec .pick_min_count {
  background: #07520a;
  color: #fff;
  padding: 0px 20px;
  border-radius: 12px;
  font-size: 14px;
}
.upsell_product_sec .pick_min_count span {
  font-size: 14px;
}
.upsell_product_sec .upsell-buttons-sec {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-top: 16px;
}
.upsell_product_sec .upsell-buttons-sec button {
  border: none;
  border-radius: 5px;
  background: #1a0084;
  padding: 20px;
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.82px;
  color: #fff;
  cursor: pointer;
}
.upsell_product_sec .upsell-buttons-sec button[disabled] {
  background: #bcbcbc;
}
.upsell_product_sec .upsell-buttons-sec .stepper_atc_btn {
  display: none;
}
.extra_pop_up_item_flex .cart .upsell_atc {
  background-color: #220e82;
  padding: 7px 0px;
  border-radius: 5px;
  display: inline-flex;
  border: 0px;
  width: 120px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.extra_pop_up_item_flex .cart .upsell_atc svg {
  fill: #fff;
  font-size: 25px;
  width: 35px;
  height: 35px;
}
.extra_popup_item {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 23px 13px;
  justify-content: space-between;
  white-space: normal;
}
.extra_pop_up .upsell_product_item {
  margin-bottom: 20px;
}
/* .extra_pop_up .upsell_product_item:last-child {
    margin-bottom: 0px;
} */
.main_popup_container {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000091;
}
#template-collection .main_popup_container {
  top: 0 !important;
}
.main_popup_container .extra_popup_items {
  display: flex;
  gap: 15px;
}
.upsell_btns button {
  border: 1px solid #ccc;
  width: 12%;
  padding: 8px 10px;
  color: #220e82;
}
.upsell_btns button.active {
  border: 1px solid #220e82;
}
.atc-container .atc_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.atc-container .atc_total .heading-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.1px;
  text-align: left;
  color: #02600c;
  margin: 0;
}
.atc-container .atc_total .amount-box {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.1px;
  color: #02600c;
  /* width: 100%;
    max-width: 80px;
    text-align: left; */
}
.atc-container .atc-description-box {
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 12px;
}
.atc-container .atc_description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.1px;
  text-align: left;
  color: #000;
  margin: 0;
}
.custom_product_form .custom_product_form_atc {
  text-align: center;
  margin: 19px 0px;
}
.custom_product_form .custom_product_form_atc .custom_form_atc {
  background: #051792;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
}
.custom_product_form .inner-products .qnty_value {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  height: 38px;
  width: 38px;
  justify-content: center;
  border: none;
  background: none;
  min-height: auto;
  border-radius: 5px;
  padding: 2px;
}
.atc_message {
  margin: 0px auto;
  text-align: center;
}
.custom_product_form .atc_message span.error_msg {
  color: red;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  display: none;
  width: 100%;
  justify-content: center;
}
.custom_product_form .atc_message .success_msg {
  display: none;
}
.upsell_atc_message {
  margin: 0px auto;
  text-align: center;
}
.upsell_atc_message span.upsell_error_msg {
  text-align: center;
  justify-content: center;
  display: flex;
  color: red;
  font-weight: bold;
  display: none;
}
.upsell_atc_message span.upsell_success_msg {
  text-align: center;
  justify-content: center;
  display: flex;
  color: #4caf50;
  font-weight: bold;
  display: none;
}
.selected_date {
  display: none !important;
}
.main_drawe_mobile_menu .mobile_menu_search {
  background: #fff !important;
}
.main_drawe_mobile_menu span.mobile_search_icon {
  padding: 0px 5px;
}
.main_drawe_mobile_menu {
  gap: 10px !important;
}
.drawer_close_btn {
  background: transparent;
  border: none;
}
.drawer_close_btn svg {
  stroke: #fff;
}
select#Type_bedrijf {
  margin-bottom: 15px;
}
section.mobile_menu_drawer.relative.h-\[inherit\].overflow-y-auto.overflow-x-hidden.color__bg-body.color__text {
  display: contents;
}
.mobile_menu_search .sticky.top-0.z-10.border--b-width.p-4 {
  background-color: #fff;
}
#template-collection #collection_product_item a.pro_grid {
  border-radius: 10px;
}
#template-collection #collection_product_item a.pro_grid .pro_grid_inner {
  border-radius: 10px;
}

#template-collection #collection_product_item a.pro_grid .animation-500 {
  border-radius: 10px !important;
}
div#collection_product_item {
  padding-right: 10px !important;
}
.no-underline.whitespace-normal .custom_stamped_review {
  padding: 0 !important;
}
/* product form section*/
.short_text_field h4.short_text_title {
  padding-bottom: 10px;
}
.short_text_field input.short_text {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  padding: 10px 20px;
}
.long_text_field h4.long_text_title {
  padding-bottom: 10px;
}
.long_text_field textarea.long_text {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  padding: 10px 20px;
}
.extra_orderable_section .header_num {
  background-color: #051792;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  display: inline-flex;
}
.extra_orderable_section .header_num span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.extra_orderable_section .orderable_sec_title {
  display: inline-block;
  font-size: 18px;
  /* padding-left: 13px; */
  /* padding-top: 10px; */
}
.extra_orderable_section .orderable_sec_title span {
  background-color: #fff;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 13px;
  color: #000;
}
.extra_orderable_section .orderable_product .img {
  width: 15%;
}
.extra_orderable_section .orderable_product .img img {
  width: 90%;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}
.extra_orderable_section .orderable_product_text {
  width: 59%;
  padding-left: 5px;
  padding-right: 20px;
}
.extra_orderable_section h4.orderable_product_title {
  font-size: 1.2rem;
  line-height: 15px;
}
.extra_orderable_section .orderable_product_text .item_popup_msg {
  font-size: 13px;
  text-decoration: underline !important;
  color: #0d169f !important;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
}
.custom_product_form .inner-products .pro_price, .custom_product_form .inner-products .price_custom_text {
  font-size: 16px;
  color: #025a0d;
  margin: 0px;
  font-weight: 700;
  line-height: normal;
  /* white-space: break-spaces; */
  word-break: break-all;
  padding-right: 5px;
  text-align: left;
}
.extra_orderable_section .quantity {
  width: 26%;
  /* align-items: center; */
  display: flex;
  justify-content: space-between;
  /* gap: 7px; */
  flex-wrap: wrap;
}
.pro_form_dropdown h2.header_num {
  background-color: #051792;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  justify-content: center;
  display: inline-flex;
}
.pro_form_dropdown h2.header_num span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  width: 40px;
  height: 40px;
}
.pro_form_dropdown h3.dropdown_title {
  display: inline-block;
  padding-top: 10px;
  padding-left: 8px;
}
.pro_form_dropdown h3.dropdown_title span {
  background-color: #fff;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 13px;
  color: #000;
}
/* .pro_form_dropdown {
	margin-top: 15px;
} */
.pro_form_dropdown .dropdown_content select {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  padding: 10px 20px;
}
.custom_product_form input.commnet_value {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  padding: 10px 20px;
}
.item_msg_modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #00000091;
}
.item_msg_modal .item_msg_content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  /* width: 40%; */
  width: 100%;
  max-width: 500px;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  overflow: auto;
  height: max-content;
  max-height: 800px;
}
.item_msg_modal .item_msg_close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
}
.item_msg_modal .item_msg_close:hover,
.item_msg_modal .item_msg_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.custom_product_form .item_popup_msg {
  cursor: pointer;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f2575742 !important;
  border: 1px solid red !important;
  /* color: red !important; */
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  opacity: 1 !important;
}
.ui-datepicker-current-day .ui-state-default {
  background: #78ca783d !important;
  border: 1px solid #28ab28 !important;
  color: #28ab28 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #78ca783d;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #28ab28;
  color: #28ab28;
  height: 35px;
  width: 35px;
}
.ui-datepicker-calendar .ui-state-default a :hover {
  background: #78ca7894 !important;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #28ab28 !important;
  color: #28ab28 !important;
}
table.ui-datepicker-calendar tr {
  border-bottom: 0px !important;
}
/* .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	background-color: #dff2df !important;
	border: 1px solid #28ab28 !important;
	color: #28ab28 !important;
	font-weight: bold !important;
} */
.ui-datepicker-calendar .ui-state-default:hover {
  opacity: 5;
}
.ui-icon-circle-triangle-w {
  background-position: center !important;
}
#ui-datepicker-div .ui-icon {
  width: 40px;
  height: 23px;
}
.ui-datepicker .ui-datepicker-header:before {
  width: 14px;
  height: 7px;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0001 1.5L6.8001 5.5L11.6001 1.5' stroke='%23737373' stroke-width='2.14815' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  left: 10px;
  top: 15px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
}
.ui-datepicker .ui-datepicker-header:after {
  width: 14px;
  height: 7px;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0001 1.5L6.8001 5.5L11.6001 1.5' stroke='%23737373' stroke-width='2.14815' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  right: 10px;
  top: 15px;
  transform: rotate(270deg);
  z-index: 9px;
  background-repeat: no-repeat;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  z-index: 15;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.product_sticky_add {
  z-index: 20;
}
.ui-datepicker .ui-datepicker-prev {
  position: relative;
}
.custom_range_calender {
  margin-top: 20px;
}
.custom_range_calender input#datepicker {
  background: #fff;
  border-radius: 10px;
}
.number_field h4.number_field_title {
  padding-bottom: 10px;
}
.number_field .custom_form_number {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  margin: 0px !important;
  padding: 10px 20px;
}
.custom_help_msg_container h4 {
  padding-bottom: 10px;
}
.product_images_left {
  height: 100% !important;
}
.mobile_search_form {
  display: none;
}
.custom_product_form span.qusmark_popup {
  cursor: pointer;
}
/*  */
.pr_text {
  font-weight: normal;
  text-transform: lowercase;
  margin: 5px;
}
.pr_title,
.order_pr_title {
  font-weight: normal;
}
.mobile_drawer_icons {
  display: none;
}
span.custom_product_minimal_person {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#template-product span.custom_product_minimal_person {
  margin-left: 1rem;
  display: none;
}
.collection_quick_atc {
  display: inline-flex;
  min-height: 44px;
  width: auto;
  min-width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-radius: 5px;
  text-decoration-line: none;
  background-color: var(--color-primary-button-background-light);
  border-color: var(--color-primary-button-border-light);
  color: var(--color-primary-button-text-light);
  margin-bottom: 10px;
}
.collection_quick_atc:focus {
  box-shadow: none;
}
.coll_popup_modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.coll_popup_modal .coll_popup_content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  /* width: 40%; */
  width: 502px;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  /* transform: translate(-50%, -50%); */
  height: max-content;
  max-height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
}
.coll_popup_modal .coll_popup_content::-webkit-scrollbar-track,
.item_msg_modal .item_msg_content::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 10px 0;
}
.coll_popup_modal .coll_popup_content::-webkit-scrollbar,
.item_msg_modal .item_msg_content::-webkit-scrollbar {
  width: 5px;
}
.coll_popup_modal .coll_popup_content::-webkit-scrollbar-thumb,
.item_msg_modal .item_msg_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
}
.coll_popup_modal .coll_popup_content #custom_product_form {
  margin: 0;
}
/* .coll_popup_modal .coll_popup_content #custom_product_form .rental-days-sec {
    margin-bottom: 20px;
} */
.coll_popup_modal
  .coll_popup_content
  .custom_product_form
  .feedback-sec.arrangement_qnty {
  padding: 5px;
}
.coll_popup_modal
  .coll_popup_content
  .custom_product_form
  .feedback-sec.arrangement_qnty
  .feedback-output {
  font-size: 9px;
}
.coll_popup_modal .coll_popup_close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  z-index: 99;
}
.coll_popup_modal .coll_popup_content .custom_product_form_colom .img img {
  height: 50px;
}
/* .storeify-quote-btn-trigger-popup {
	display: none;
} */
.ify-quote-group {
  margin: 0px !important;
}
footer {
  z-index: 9 !important;
}
/* location tracker desktop */
.custom_location_tracker {
  margin: 0 auto;
  width: 100%;
  display: none;
}
.custom_location_tracker span.kies-head {
  font-size: 15px;
  font-weight: bold;
}
.custom_location_tracker span.kies-head span {
  font-size: 15px;
  font-weight: bold;
}
.custom_location_tracker .delivery_location_msg {
  text-align: left;
  padding: 0 10px;
}
.custom_location_tracker .delivery-days {
  color: #07520a;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.custom_location_tracker .selected_location {
  color: #1a0084;
  border-bottom: 1px solid #1a0084;
}
.custom_location_tracker .icon-tag.head_track_icon svg {
  width: 30px;
  height: 30px;
}
.custom_location_tracker .icon-tag svg {
  width: 20px;
  height: 20px;
}
.custom_location_tracker .main-kies-head {
  text-align: center;
}
.custom_location_tracker .icon {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: self-start;
  width: 360px;
  margin: 0 0 20px auto;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.custom_location_tracker .icon-tag {
  cursor: pointer;
}
.custom_location_tracker .head_track_icon.hidden {
  display: none;
}
.custom_location_tracker #location_track_icon {
  cursor: pointer;
}
.location_tracker_inner input:focus {
  box-shadow: none !important;
}
.location_tracker_inner form.form-icon button {
  padding: 0 15px;
  background: #eeeeee;
  color: #000;
  font-size: 17px;
  border: none;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
}
.location_tracker_inner span.kies-head {
  padding: 0px 10px;
}
.location_tracker_inner.no_location #location_tracker_body {
  margin-top: 10rem;
}
.location_tracker_inner span.location_tracker_close {
  position: absolute;
  right: 11px;
  font-size: 44px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #000;
  text-align: center;
  border-radius: 150px;
  top: 10px;
  font-weight: 100;
  z-index: 9999;
}
.location_tracker_inner ul {
  background-color: #fff;
  display: none;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 0;
  margin: 0;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}
.location_tracker_inner .third-sec {
  display: none;
}
.location_tracker_inner .icon-sub {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  position: relative;
}
.location_tracker_inner .icon-sub .delivery-img {
  width: 180px;
}
.location_tracker_inner .icon-sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 175px;
  height: 160px;
  background: #341a9d;
  transform: translateX(-50%);
  border-radius: 100%;
}
.location_tracker_inner .delivery-info {
  margin-top: 23px;
}
.location_tracker_inner .kies-head-icon {
  width: 100%;
  background-color: #fff;
}
.location_tracker_inner .custom-list-content i.fa-solid.fa-truck {
  font-size: 40px;
  margin: 25px 0;
}
.location_tracker_inner span.kies-head-main {
  font-size: 20px;
}
.location_tracker_inner .location_tracker_body {
  margin-top: 3rem;
}
.location_tracker_inner li {
  list-style: none;
}
.location_tracker_inner .custom-list-sub1 {
  background-color: #ededed;
  padding: 12px;
  padding: 15px;
  border-radius: 5px;
}
.location_tracker_inner li.custom-list-sub {
  padding: 8px 5px;
  display: flex;
  align-items: center;
}
.location_tracker_inner .second-icon {
  text-align: center;
  background-color: #fff;
}
.location_tracker_inner h5.kies-head-main {
  font-size: 15px;
  margin: 0px !important;
  padding: 5px 0px 5px 0px;
  color: #333;
}
.location_tracker_inner .sub-heading {
  font-size: 14px;
  color: #494949;
  font-weight: 600;
  margin-bottom: 25px;
}
.location_tracker_inner h5.kies-head-main .deliver-place {
  font-size: 15px;
  color: #1a0084;
  display: inline-block;
  border-bottom: 1px solid #1a0084;
  cursor: pointer;
}
.location_tracker_inner .select-info {
  display: none;
}
.location_tracker_inner button.btn-kies {
  background-color: #0c177c;
  padding: 8px 20px;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-left: auto;
  cursor: pointer;
  font-size: 16px;
}
.location_tracker_inner .btn-all {
  background-color: #0c177c;
  padding: 10px 30px;
  border: none;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  margin-top: 10px;
}
.location_tracker_inner .third-sec {
  text-align: center;
  margin-bottom: 15px;
}
.location_tracker_inner input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  background-color: #eeeeee;
  padding-left: 15px;
}
.location_tracker_inner .search-icon {
  display: flex;
  background: #eeeeee;
  padding: 7px 0;
  border-radius: 7px;
  margin-bottom: 16px;
}
.location_tracker_inner ::placeholder {
  color: #000;
}
.location_tracker_inner input:focus {
  outline-width: 0;
}
.location_tracker_inner .icon-tag i.fa-solid.fa-chevron-down {
  font-size: 20px;
}
.location_tracker_inner form.form-icon button {
  padding: 0 15px;
  background: #eeeeee;
  color: #000;
  font-size: 17px;
  border: none;
  border-radius: 4px 0 0 4px;
  display: flex;
}
.location_tracker_inner form.form-icon input[type="text"] {
  padding: 0;
  font-size: 17px;
  border: none;
  width: 100%;
  background: #eeeeee;
  border-radius: 0 4px 4px 0;
}
.location_tracker_inner form.form-icon {
  display: flex;
  width: 100%;
}
.location_tracker_inner .pannel-icon svg {
  width: 30px;
  height: 30px;
  transform: rotate(272deg);
}
.location_tracker_inner .location_region {
  display: flex;
  width: 100% !important;
  justify-content: space-between;
  color: #000000;
  padding: 13px 0px;
  border-bottom: 1px solid #828282;
}
.location_tracker_body button:focus {
  box-shadow: none !important;
}
.location_tracker_body button.location_region.active {
  background: transparent;
}
.location_tracker_body button.location_region.active .pannel-icon svg {
  transform: unset;
}
.location_tracker_inner .location_content {
  background-color: #fefefe;
  padding: 25px;
  border: 1px solid #888;
  width: 25%;
  top: 0;
  position: absolute;
  float: right;
  height: 100vh;
  overflow-y: scroll !important;
  right: 0px;
}
.location_tracker_body .third-sec .kies-head-main {
  font-weight: bold;
  line-height: 22px;
  font-size: 16px;
}
.location_tracker_inner {
  display: none;
  position: fixed;
  z-index: 999;
  left: unset;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  animation: slide-out 0.5s forwards !important;
  -webkit-animation: slide-in 0.5s forwards !important;
  z-index: 1000;
}
.location_tracker_inner.show_location_track {
  display: block !important;
  overflow-y: hidden !important;
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(100%);
  }
}
.available_location_msg {
  display: none;
  position: fixed;
  margin: 0 auto;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #00000091;
  z-index: 999;
}
.available_location_msg .location_message img {
  /* width: 9%;
	transform: rotate(87deg); */
  width: 130px;
}
.available_location_msg .location_message .available_location_img {
  position: relative;
  width: 100%;
  max-width: 130px;
}
.available_location_msg .location_message .available_location_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 100%;
  background: #341a9d;
  transform: translateX(-50%);
  border-radius: 100%;
}
.available_location_msg .location_message {
  align-items: center;
  display: flex;
  background-color: #fff;
  width: 45%;
  margin: 0 auto;
  border-radius: 8px;
  padding: 20px 30px;
  border: 1px solid #b5b5b5 !important;
  box-shadow: 0px 0px 10px #ccc !important;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.available_location_msg .location_message .msg-detail h4 {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  padding-top: 7px;
  color: #333;
}
.available_location_msg .location_message .msg-detail {
  padding-left: 20px;
}
.available_location_msg .cross_location_message {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 13px;
  cursor: pointer;
  color: #000;
  font-weight: 600;
  padding: 5px;
  line-height: normal;
}
.available_location_msg .button {
  background: #1a0084;
  color: #fff;
  font-size: 12px;
  padding: 12px 28px;
  border-radius: 10px;
  width: 100%;
  max-width: 217px;
  display: inline-block;
  text-decoration: none;
  opacity: 1;
}
/* location tracker desktop end */

.image_text_column .slick-arrow {
  position: absolute;
  right: -14px;
  top: 27%;
  bottom: 0px;
  margin: 0 auto;
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 150px;
  border: 1px solid #ccc;
}
.image_text_column .slick-arrow svg {
  width: 28px;
  height: 28px;
}
.Arrangements .arrang_arrows {
  position: absolute;
  right: -11px;
  top: 50%;
  bottom: 0px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6e6e6;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 150px;
}
.Arrangements .arrang_arrows .feather-arrow-right {
  width: 28px;
  height: 28px;
}
.Arrangements .arrang_arrows button:focus {
  box-shadow: none !important;
}
.mobile_menu_drawer .child_menu_inner {
  height: 100vh;
  overflow-y: auto;
}
.image_text_column .slick-arrow button:focus {
  box-shadow: none !important;
}
#template-index .custom_product_form .product_items_flex h4.item_title a {
  white-space: break-spaces !important;
}
.coll_popup_modal p {
  white-space: normal !important;
}
.richtext_section h3 {
  padding-left: 10px !important;
}
.richtext_section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.location_tracker_inner span.kies-head {
  word-break: break-all;
  line-height: 20px;
}
.mobile_switch_btns {
  margin: 0px !important;
  width: 55%;
}
.mobile_drawer_icons {
  display: flex;
  gap: 7px;
}

/* ---------------------------------version 2.0 start ----------------------------------- */
.slideshow_img_banner .slidshow__heading a {
  font-size: unset;
}
button:focus {
  box-shadow: none !important;
}
.header_right_icons a {
  padding-left: 5px;
}
#location_track_icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.location_track_icon .desktop.selected_location {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  line-height: 14px;
  margin-left: 6px;
  width: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.location_track_icon .desktop.selected_location:empty {
  display: none;
}

.Huren_menu.second_menu {
  display: none;
}
/* #template-product img.product_title_image {
	width: 240px;
}

#template-collection img.product_title_image {
	width: 150px;
} */

/* calendar start */
#template-collection .available_dates_cale .container {
  max-width: 310px;
  margin: 0 auto;
}
.available_dates_cale .heading-text,
.sub-heading-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 16.37px;
  text-align: left;
  color: #000;
}
.available_dates_cale .sub-heading-text {
  color: #757575;
}
.available_dates_cale .celender-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.available_dates_cale .preview-btn,
.next-btn {
  background: none;
  border: none;
}
.available_dates_cale .calender-slider-item {
  background: #efefef;
  padding: 23px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.available_dates_cale .calender-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
#calender-slider-item a {
  text-decoration: none !important;
}
.unavailable_date .calender-slider-item .green-circle {
  background: #ea1111 !important;
}
.fully_booked .calender-slider-item .green-circle {
  background: #ffa52f !important;
}
.available_dates_cale .date-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.1px;
  margin: 0;
}
.available_dates_cale .week-heading {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.37px;
  margin: 0;
  margin-bottom: 6px;
}
.available_dates_cale .green-circle {
  position: absolute;
  content: "";
  background: #02600c;
  width: 10px;
  height: 10px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
}

/* calendar end */

/* -----------------------------version 2.0 end---------------------------------------- */

/* ---------------Responsive----------------- */
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  .location_tracker_inner .location_content {
    width: 37% !important;
  }

  .available_location_msg .location_message {
    width: 60% !important;
  }

  .header_menu {
    padding-left: 0px !important;
  }
}

@media (min-width: 1280px) {
  header .window--wide {
    max-width: 100rem !important;
  }
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
  .location_tracker_inner .location_content {
    width: 50% !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  /* .coll_popup_modal .coll_popup_content {
		width: 60% !important;
	} */
  .location_tracker_inner span.location_tracker_close {
    right: 23px !important;
  }
  .no_review_container {
    display: block !important;
    padding-left: 0px !important;
  }
  .image_text_column .slick-arrow {
    top: 16% !important;
  }
  .waar-sec .waar-colom {
    padding: 40px 20px !important;
  }
  .waar-sec .waar-colom .content p {
    font-size: 13px !important;
  }
  .waar-sec .waar-colom .content h4:before {
    right: 10px !important;
  }
  .waar-sec .waar-colom .content a {
    padding: 12px !important;
    font-size: 17px !important;
  }
  #header_tablet_version {
    display: flex !important;
  }
  #header_desktop_version {
    display: none !important;
  }
  /* .custom_location_tracker .main-kies-head {
		border-top: 1px solid #ccc;
	} */
  .available_location_msg .location_message {
    width: 70% !important;
  }
  .location_tracker_inner .location_content {
    width: auto !important;
  }
  #create_customer .main_address {
    width: 100% !important;
  }
  #create_customer .main_postcode {
    width: 100% !important;
  }
  #create_customer .form_field_flex {
    flex-wrap: wrap !important;
  }
  .flex-row {
    flex-wrap: wrap;
  }
  .custom-message .container-inner {
    max-width: 97%;
    margin: 0 auto;
  }
  .custom-message .flex-colom {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .custom-message .flex-row {
    justify-content: center;
  }
  .custom-message .flex-colom-inner a {
    text-align: center;
  }
  .custom-message .flex-colom-inner .content {
    justify-content: center !important;
    display: flex;
  }
  .custom-message .tooltip_triangle {
    display: none;
  }
  .custom-message .flex-colom .content img {
    width: 90px;
    height: 95px;
    border-radius: 100px;
    object-fit: cover;
    position: relative;
    top: 36px;
    z-index: 5;
  }
  .custom-message .flex-colom-inner a {
    font-size: 15px;
    padding-top: 10px;
  }
  .price-container .flex-row {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .price-container .container-inner {
    max-width: 97%;
    margin: 0 auto;
  }
  .price-container .price_colom .content {
    margin-bottom: 10px;
    text-align: center;
    /* padding: 20px 0px; */
    margin-right: 10px;
  }
  .image_column .column_section img {
    max-height: 230px !important;
  }
  .custom-message .flex-row {
    flex-wrap: wrap;
  }
  .custom-message .container-inner {
    max-width: 97%;
    margin: 0 auto;
  }
  .custom-message .flex-colom {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .custom-message .flex-row {
    justify-content: center;
  }
  .custom-message .flex-colom-inner a {
    text-align: center;
  }
  .custom-message .flex-colom-inner .content {
    justify-content: center;
    display: flex;
  }
  .custom-message .tooltip_triangle {
    display: none;
  }
  .custom-message .flex-colom .content img {
    width: 90px;
    height: 95px;
    border-radius: 100px;
    object-fit: cover;
    position: relative;
    top: 26px;
    z-index: 97;
  }
  .custom-message .flex-colom-inner {
    width: 70%;
  }
  .custom-message .flex-colom-inner a {
    font-size: 15px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  #template-product .no_review_container {
    display: flex !important;
  }
  .image_text_column .slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 17% !important;
    right: 1px !important;
  }
  .image_text_column .slick-arrow svg {
    width: 20px !important;
    height: 20px !important;
  }
  .Arrangements .arrang_arrows {
    width: 40px !important;
    height: 40px !important;
    right: -8px !important;
  }
  .arrang_arrows .feather-arrow-right {
    width: 20px !important;
    height: 20px !important;
  }
  .no_review_container span.no_review_text {
    font-size: 13px !important;
  }
  #template-collection #collection_product_item a.pro_grid .animation-500 {
    height: 200px;
  }
  .no_review_container {
    display: block !important;
  }
  .no_review_container .no_review_star {
    justify-content: left;
  }
  .no_review_container {
    padding: 5px 0px !important;
  }
  .featured_collection_item
    a.hover\:no-underline.block.no-underline.whitespace-normal.pb-4 {
    min-height: 110px;
  }
  /* .coll_popup_inner {
		margin: 30px 0px;
	} */
  #template-index .ui-widget.ui-widget-content {
    left: inherit !important;
    right: 0px;
    top: 30px !important;
  }
  #template-collection .ui-widget.ui-widget-content {
    left: inherit !important;
    right: 0px;
    top: 30px !important;
  }
  #template-collection .custom_product_container {
    padding: 0 !important;
  }
  /* .coll_popup_modal .coll_popup_content {
		width: 100% !important;
		padding: 20px 10px !important;
	} */

  /* .coll_popup_modal .quantity .price_minus {
		display: inline-block !important;
	} */
  /* .coll_popup_modal .quantity .price_plus {
		display: inline-block !important;
	} */
  button.storeify-quote-btn-trigger-popup.btn.button.button--primary.ify-button-code {
    display: none !important;
  }
  /*-----------------Location Track mobile------------------------*/
  .all_location_inner {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
  }
  .location_tracker_inner span.location_tracker_close {
    left: 10px;
    right: 0px;
  }
  .location_tracker_inner .location_content {
    width: 100% !important;
    height: 62vh !important;
    top: auto !important;
    bottom: 0;
  }
  .location_tracker_inner span.location_tracker_close {
    top: 18px !important;
  }
  .location_tracker_inner.no_location #location_tracker_body {
    margin-top: 20px !important;
  }
  /* .custom_location_tracker .main-kies-head {
		border-top: 1px solid #ccc;
	} */
  .location_tracker_inner.no_location .location_content {
    /* top: 64% !important; */
    height: auto !important;
  }
  .available_location_msg .location_message {
    width: 95% !important;
  }
  .available_location_msg .location_message h4 {
    font-size: 15px !important;
    /* width: 80%; */
  }
  /* .available_location_msg .location_message img {
		width: 13% !important;
	} */
  /* .available_location_msg .cross_location_message {
		font-size: 24px;
	} */
  /*-----------------Location Track mobile End------------------------*/
  #template-collection #collection_product_item a.pro_grid .pro_grid_inner {
    border-radius: 10px;
  }
  #template-collection #collection_product_item a.pro_grid .pro_grid_inner img {
    height: 200px;
  }
  span.custom_product_minimal_person {
    font-size: 0.75rem !important;
  }
  .ui-widget.ui-widget-content {
    top: 1897px !important;
  }
  .party_service .radio_btn label {
    padding: 0px 10px !important;
  }
  .mail_box .radio_btn label {
    padding: 0px 10px !important;
  }
  .custom-message .flex-colom-inner {
    width: 75% !important;
  }
  .delivery_msg_container .delivery_msg_inner .delivery_msg {
    padding: 10px 5px;
  }
  .main_product_page
    .md\:hidden.hidescrollbar.margin--t-gap.padding--l-gap.padding--r-gap.flex.h-full.overflow-x-auto
    .relative {
    border: none !important;
  }
  .mobile_drawer_icons {
    display: flex;
    gap: 7px;
  }
  .mobile_switch_btns .btn-div {
    margin: 0px auto;
  }
  .mobile_switch_btns {
    margin: 0px !important;
    width: 81%;
  }
  .switch-field.mobile_switch_btns {
    width: 100%;
  }
  .switch-field input:checked + label {
    background-color: #fff !important;
    box-shadow: none;
    color: #1a0084;
    border-radius: 7px;
  }
  .price-container .price_colom {
    text-align: left !important;
    padding: 0px !important;
  }
  .price-container {
    padding: 15px 0px 0px 12px !important;
  }
  .custom-message .container-inner {
    max-width: 97%;
    margin: 0 auto;
  }
  .custom-message .flex-colom {
    width: auto !important;
  }
  .custom-message .flex-row {
    justify-content: center;
  }
  .custom-message .flex-colom-inner a {
    text-align: center;
  }
  .custom-message .flex-colom-inner .content {
    justify-content: center !important;
    display: flex;
  }
  .custom-message .tooltip_triangle {
    display: none;
  }
  .custom-message .flex-colom .content img {
    width: 90px;
    height: 95px;
    border-radius: 100px;
    object-fit: cover;
    position: relative;
    top: 36px;
    z-index: 97;
    top: 0px;
  }
  .custom-message .flex-colom-inner a {
    font-size: 15px;
    padding-top: 10px;
  }
  .img_slider_inner h1.main-title {
    font-size: 1.5rem !important;
  }
  .img_slider_inner {
    width: 100% !important;
  }
  .collection_img .collection_title h2 {
    font-size: 18px !important;
  }
  .collection_img .arrow_icon .icon {
    width: 30px !important;
    height: 30px !important;
  }
  .collection_img .arrow_icon {
    display: none !important;
  }
  .collection_img .collection_title {
    width: 100% !important;
  }
  .img_slider_inner {
    padding: 25px 15px !important;
  }
  .collection_img .content .row {
    padding: 0px !important;
  }
  .collection_img .arrow_icon .icon {
    display: none;
  }
  .collection_img {
    margin-right: 5px !important;
    margin-left: 5px;
  }
  .collection_img img {
    height: 130px !important;
  }
  .collection_img .collection_title h2 a {
    font-size: 17px !important;
  }
  .custom-message .flex-row {
    display: flex !important;
    flex-wrap: unset !important;
    margin: 10px 5px;
  }
  .custom-message .container-inner {
    max-width: 97%;
    margin: 0 auto;
  }
  .custom-message .flex-colom {
    width: auto;
  }
  .custom-message .flex-row {
    justify-content: center;
  }
  .custom-message .flex-colom-inner a {
    text-align: center;
  }
  .custom-message .flex-colom-inner .content {
    justify-content: center;
    display: flex;
  }
  .custom-message .tooltip_triangle {
    display: none;
  }
  .custom-message .flex-colom-inner a {
    font-size: 15px;
    padding-top: 10px;
  }
  .price-container .flex-row {
    flex-wrap: wrap;
  }
  .price-container .price_colom {
    /* margin-bottom: 10px; */
    text-align: center;
    padding: 20px 0px;
  }
  .image_column .column_section img {
    max-height: 188px !important;
    height: 188px;
  }
  .image_column .image_text_column .slick-arrow {
    background: #fff;
    padding: 6px 9px;
    border-radius: 33px;
    position: absolute;
    right: 21px;
    top: 73px;
  }
  #create_customer .for_business .party_service {
    flex-wrap: wrap;
  }
  .party_service .image {
    width: 100% !important;
    display: flex;
    padding-bottom: 10px;
  }
  .party_service .text {
    text-align: center;
  }
  .for_business .radio_btn {
    width: 50%;
  }
  #create_customer .for_business .mail_box .text {
    width: 100%;
    text-align: center;
  }
  #create_customer .for_business .mail_box {
    flex-wrap: wrap;
  }
  #create_customer .for_private .party_service {
    flex-wrap: wrap;
  }
  .for_private .radio_btn {
    width: 50%;
    text-align: center;
  }
  #create_customer .for_private .kids_party {
    flex-wrap: wrap;
  }
  .for_private .kids_party .image {
    width: 100% !important;
    display: flex;
  }
  #create_customer .for_private .mail_box {
    flex-wrap: wrap;
  }
  #create_customer .for_private .text h5 {
    padding-top: 10px;
  }
  .party_service .image {
    width: 100% !important;
    display: flex;
    padding-bottom: 10px;
  }
  #create_customer .for_private .text h5 {
    text-align: left;
  }
  #create_customer .for_private .text p {
    text-align: left;
  }
  .for_private .radio_btn {
    text-align: left;
  }
  .for_private .text {
    padding-left: 0px !important;
  }
  .party_service .text {
    text-align: left !important;
    padding-left: 0px !important;
  }
  #create_customer .for_business .text h5 {
    text-align: left;
  }
  #create_customer .for_business .text p {
    text-align: left;
  }
  #create_customer .main_address {
    width: 100% !important;
  }
  #create_customer .main_postcode {
    width: 100% !important;
  }
  #create_customer .form_field_flex {
    flex-wrap: wrap !important;
  }
  .custom_product_form h3 {
    font-size: 17px !important;
  }
  .custom_calendar .custom_calendar_colom h2 {
    width: 35px !important;
    height: 35px !important;
    font-size: 1.5rem !important;
  }
  .custom_extra_sec h2 {
    width: 35px !important;
    height: 35px !important;
    font-size: 1.5rem !important;
  }
  /* .custom_product_form_colom .img {
		width: unset !important;
		margin-right: 15px;
	} */
  .custom_product_form_colom .img img {
    width: 80px !important;
  }
  .custom_product_form .quantity h5 {
    padding: 9px !important;
    height: 26px !important;
  }
  .custom_product_form .quantity h4 {
    padding: 8px !important;
    height: 26px !important;
  }
  .extra_item_flex .quantity {
    gap: 5px;
  }
  .custom_extra_sec {
    margin: 0px !important;
    padding: 0px 10px !important;
  }
  /* .extra_pop_up {
		width: 100% !important;
	} */
  /* .extra_pop_up_item_flex .upsell_stepper_content {
		display: inline-block !important;
        height: 355px;
	} */
  .extra_pop_up_item_flex .cart .upsell_atc {
    width: 60px !important;
  }
  .extra_pop_up_item_flex .cart {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
  .extra_pop_up_item_flex .text {
    width: 50% !important;
  }
  /* .extra_pop_up_item_flex .img {
		height: 270px !important;
	} */
  .upsell_btns button {
    width: 27% !important;
  }
  .custom_product_form .custom_help_msg_container {
    padding: 5px 10px !important;
  }
  /* .product_items {
		padding: 0px 10px;
	} */
  /* .delivery_msg_container {
		margin: 10px !important;
	} */
  .item_msg_modal .item_msg_content {
    width: 95% !important;
  }
  /* .waar-sec .inner-container {
		bottom: -100px !important;
	} */
  .extra_orderable_section .header_num {
    width: 35px !important;
    height: 35px !important;
  }
  .extra_orderable_section .header_num span {
    width: 35px !important;
    height: 35px !important;
  }
  .pro_form_dropdown h2.header_num {
    width: 35px !important;
    height: 35px !important;
  }
  .pro_form_dropdown h2.header_num span {
    width: 35px !important;
    height: 35px !important;
  }
  .custom_product_form_colom h2 {
    font-size: 16px !important;
  }
  .custom_extra_sec .extra_item {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  /* .extra_orderable_section {
		padding: 0px 10px;
	} */

  /* .pro_form_dropdown {
		padding: 0px 10px;
	} */
  /* .custom_product_form .comment_sec {
		padding: 0px 10px;
	} */
  /* .short_text_field {
		padding: 0px 10px;
	} */
  /* .long_text_field {
		padding: 0px 10px;
	} */
  /* .number_field {
		padding: 0px 10px;
	} */
}

@media only screen and (max-width: 490px) and (min-width: 350px) {
  .ui-widget.ui-widget-content {
    top: 1870px !important;
  }
}

@media (max-width: 400px) {
  .location_tracker_inner .location_content {
    padding: 25px 10px !important;
  }
  .location_tracker_inner button.btn-kies {
    padding: 9px 10px !important;
    font-size: 14px !important;
  }
  .location_tracker_inner span.kies-head {
    font-size: 14px !important;
  }
  .waar-sec .mobile_searchbar_filter .accordion {
    font-size: 17px !important;
  }
  .waar-sec .accordion p {
    /* padding: 5px; */
    /* line-height: 15px; */
    font-size: 11px !important;
  }
  .waar-sec .accordion p span.selectedValue {
    font-size: 14px;
  }
  #template-index .custom_calendar_colom h3 span {
    margin-left: 0px !important;
  }
  #template-index .product_items {
    padding: 0px !important;
  }
  #template-index .custom_product_container {
    padding: 0px !important;
  }
  /* .available_location_msg .location_message .msg-detail {
		padding-left: 5px !important;
		padding-right: 10px;
	} */
  /* .available_location_msg {
		top: 33% !important;
	} */
  /* .waar-sec {
		bottom: 98px !important;
	} */
  .price-container {
    width: 100% !important;
  }
  .price-container .price_colom h4 {
    font-size: 12px !important;
  }
  /* .price-container .price_colom h2 {
		font-size: 20px !important;
	} */
  .price-container .price_colom h3 {
    font-size: 15px !important;
  }
  .price-container .price_colom h5 a {
    font-size: 15px !important;
  }
  /* .price-container .price_colom {
		width: 48% !important;
		display: flex;
	} */

/* ---------------Responsive end----------------- */
