/**********.woocommerce-shop**********/
.woocommerce-shop {
  margin: 0px !important;
  --shop-toggle-width: 1rem;
  --shop-toggle-height: 1rem;
}

.woocommerce-shop,
.woocommerce-shop #main {background-color: var(--division-color-fff);}

.woocommerce-shop #main {
	--hicrm-page-padding: 2rem;
  height: calc(100vh - var(--hicrm-wc-nav-height));
	box-sizing: border-box;
  padding: var(--hicrm-page-padding);
}

.woocommerce-shop .wide-max-width {max-width: 100%;}

.woocommerce-shop *:is(.shop_toggle, .wc-product-gallery-button) {
  width: var(--shop-toggle-width);
  height: var(--shop-toggle-height);
  position: absolute;

  background-color: transparent !important;
  border: 0px none transparent;
}

/*think i'm going to have to change this to an svg*/
.woocommerce-shop *:is(.shop_toggle, .wc-product-gallery-button)::before,
.woocommerce-shop *:is(.shop_toggle, .wc-product-gallery-button)::after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  left: 0px;
  width: var(--shop-toggle-width);
  top: 0px;

  --icon-border-width: 2px;
  border: var(--icon-border-width) solid var(--division-color-1);
  border-width: var(--icon-border-width) 0px;
  border-radius: var(--icon-border-width);
  background-color: var(--division-color-1);
}
.woocommerce-shop *:is(.shop_toggle, .wc-product-gallery-button)::after {
  transform-origin: calc(100% - var(--icon-border-width)) calc(100% - var(--icon-border-width));
  transform: rotate(-90deg);
}











/**********#hicrm_shop_contents**********/
#hicrm_shop_contents {height: 100%;}
body.hicrm_shop_mode_manual_subtotal #hicrm_shop_contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}






/**********#hicrm_shop_reset_scroller**********/
#hicrm_shop_reset_scroller {
	width: 100vw;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}

#hicrm_shop_reset_scroller:not(.hicrm_show) {
	display: none;
}
#hicrm_shop_reset_scroller.hicrm_show {
	display: flex;
}

#hicrm_shop_reset_scroller .hicrm_shop_reset_scroller_snapper {
	width: 100vw;
	min-width: 100vw;
}
#hicrm_shop_reset_scroller #hicrm_shop_reset_scroller_pre_snapper {
	scroll-snap-align: start;
}
#hicrm_shop_reset_scroller #hicrm_shop_reset_scroller_post_snapper {
	scroll-snap-align: end;
}

/*****#hicrm_shop_reset_wrapper*****/
#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper {
	--hicrm-shop-reset-inner-width: calc((100vw - (2 * var(--hicrm-page-padding)) * var(--hicrm-shop-reset-width)) - 2rem);
	box-sizing: border-box;
	padding: 1rem;
	max-width: calc(100% * var(--hicrm-shop-reset-width));
	min-width: calc(100% * var(--hicrm-shop-reset-width));
	margin: 0px 0px 2rem;
	display: flex;
	flex-direction: row;
	align-items: center;

	background-color: var(--division-color-accent) !important;
	border-radius: 2rem !important;
	scroll-snap-align: center;
}
@media all and (min-width: 768px){
	#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper {
		border-radius: 2rem !important;
	}
}
@media all and (max-width: 767px){
	#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper {
		border-radius: 1rem !important;
	}
}

/***.hicrm_shop_reset_icon***/
#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper .hicrm_shop_reset_icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(var(--hicrm-shop-reset-inner-width) * var(--hicrm-shop-reset-icon-width-dec));
}

@keyframes hicrm_shop_reset_spin_icons {
  from {transform: rotate(0deg);}
  to {transform: rotate(36000deg);}
}

#hicrm_shop_reset_scroller.hicrm_shop_reset_spin #hicrm_shop_reset_wrapper .hicrm_shop_reset_icon {
	animation-name: hicrm_shop_reset_spin_icons;
	animation-duration: 60s;
	animation-timing-function: linear;
}

@media all and (min-width: 481px) {
	#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper .hicrm_shop_reset_icon {
		--hicrm-shop-reset-icon-width-dec: .05;
	}
}
@media all and (max-width: 480px) {
	#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper .hicrm_shop_reset_icon {
		--hicrm-shop-reset-icon-width-dec: .125;
	}
	#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper #hicrm_shop_reset_right_icon {
		order: -1;
	}
}

#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper .hicrm_shop_reset_icon svg {
	fill: var(--division-color-accent-contrast);
}



/***#hicrm_shop_reset_text***/
@media all and (max-width: 480px) {
	#hicrm_shop_reset_scroller #hicrm_shop_reset_text {margin-top: .5rem;}
}

#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper *:is(header, p) {
	width: 100%;
	text-align: center;
	letter-spacing: -.02em;
	color: var(--division-color-accent-contrast);
}

#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper .hicrm_shop_reset_appt_abbr {
	text-decoration: none !important;
}

@media all and (min-width: 481px) {
	#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper {
		--hicrm-shop-reset-width: .6;
		--hicrm-shop-reset-big-text-dec: .035;
		--hicrm-shop-reset-small-text-dec: .0225;
		justify-content: space-between;
	}

	#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper .hicrm_shop_reset_appt_abbr {
		display: none;
	}
}
@media all and (max-width: 480px) {
	#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper {
		--hicrm-shop-reset-width: .7;
		--hicrm-shop-reset-big-text-dec: .08;
		--hicrm-shop-reset-small-text-dec: .045;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper .hicrm_shop_reset_appt_span {
		display: none;
	}
}

#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper header {
	font-size: calc(var(--hicrm-shop-reset-inner-width) * var(--hicrm-shop-reset-big-text-dec));
	font-weight: bold;
}

#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper p {
	margin: 0px;
	font-size: calc(var(--hicrm-shop-reset-inner-width) * var(--hicrm-shop-reset-small-text-dec)) !important;
}

#hicrm_shop_reset_scroller #hicrm_shop_reset_wrapper p span:first-child {
	font-weight: bold;
}










/**********#hicrm_category_wrapper**********/
body:not(.hicrm_shop_mode_product_catalog) #hicrm_category_wrapper {
	display: none;
}

.woocommerce-shop #hicrm_category_wrapper {
	padding-bottom: var(--hicrm-wc-nav-height);
}

.woocommerce-shop #hicrm_category_wrapper *:is(.category_row, .product_row):not(:last-child) {
	margin-bottom: 2.5rem;
}



/**********.category_row**********/
.woocommerce-shop .category_row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.woocommerce-shop .category_row:not(:last-child) {border-bottom: var(--border-width) solid var(--division-color-1);}

.woocommerce-shop .category_row .category {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce-shop .category_row .category.current {pointer-events: none;}
.woocommerce-shop .category_row:has(.category.current) .category:not(.current) {opacity: .5;}

.woocommerce-shop .category_row .category .category_image {
  width: 100%;
  padding: 50% 0px;

  background: no-repeat center / cover;
  border: var(--border-width) solid transparent;
  border-radius: 1rem;
  overflow: hidden;
  background-clip: padding-box;
}
.woocommerce-shop .category_row .category.current .category_image {border-color: var(--division-color-1);}

.woocommerce-shop .category_row .category p {
  text-align: center;
  font-size: 1.5rem;
  color: var(--division-color-1);
  line-height: 1.1;
}








/**********.product_row**********/
.woocommerce-shop .product_row {position: relative;}

.woocommerce-shop .product_row:has(i.category_row_toggle[toggle="hidden"]) .products {display: none;}

.woocommerce-shop .product_row i.category_row_toggle {
  top: -2rem;
  left: 0px;
}
.woocommerce-shop .product_row:last-child i.category_row_toggle {display: none;}

.woocommerce-shop .product_row i.category_row_toggle[toggle="visible"] {transform: rotate(-45deg);}
.woocommerce-shop .product_row i.category_row_toggle[toggle="hidden"] {transform: rotate(135deg);}

.woocommerce-shop .product_row .products {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  --gutter: 3vw;
}
.woocommerce-shop .product_row .products::before {content: unset !important;}

.woocommerce-shop .product_row .products.columns-4 {--product-col: 4;}
.woocommerce-shop .product_row .products.columns-3 {--product-col: 3;}









/**********.product**********/
.woocommerce-shop .product {
  --product-width: calc(((100vw - (2 * var(--hicrm-page-padding)) - ((var(--product-col) - 1) * var(--gutter))) / var(--product-col)) - (2 * var(--border-width)));
  --padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--product-width) !important;
  box-sizing: border-box;

  background-color: var(--division-color-1-contrast) !important;
}

.woocommerce-shop .product_row .products.columns-4:not(:has(.product:nth-child(3))) .product,
.woocommerce-shop .product_row .products:has(.product:first-child:last-child) .product:first-child:last-child {--product-width: calc(40 * var(--vw));  }

.woocommerce-shop .product_row .products.columns-3 .product:not(:nth-child(3n + 1)),
.woocommerce-shop .product_row .products.columns-4 .product:not(:nth-child(4n + 1)) {margin-left: var(--gutter);}
.woocommerce-shop .product_row .products.columns-3 .product:nth-child(n + 4),
.woocommerce-shop .product_row .products.columns-4 .product:nth-child(n + 5) {margin-top: var(--gutter);}

.woocommerce-shop .products .product,
.woocommerce-shop .products .product .woocommerce-product-gallery {
  border: var(--border-width) solid var(--division-color-1);
  border-radius: calc(3 * var(--border-width));
  overflow: hidden;
}

/***gallery***/
.woocommerce-shop .product .woocommerce-product-gallery {
  width: 100% !important;
  margin: calc(-1 * var(--border-width)) 0px 0px 0px !important;
  box-sizing: content-box;
  background-color: var(--division-color-1-contrast) !important;
  opacity: 1 !important;
}
.woocommerce-shop .product > .woocommerce-product-gallery .wc-product-gallery-button::before,
.woocommerce-shop .product > .woocommerce-product-gallery .wc-product-gallery-button::after {
  box-shadow: /*This all is going to need some work*/
    0px 0px calc(1 * var(--icon-border-width)) white,
    0px 0px calc(2 * var(--icon-border-width)) white,
    0px 0px calc(4 * var(--icon-border-width)) white,
    0px 0px calc(8 * var(--icon-border-width)) white
}

.woocommerce-shop .product .woocommerce-product-gallery .wc-product-gallery-button {top: calc(50% - (var(--shop-toggle-height) / 2));}
.woocommerce-shop .product .woocommerce-product-gallery .wc-product-gallery-button[dir="next"] {
  left: var(--shop-toggle-width);
  transform: rotate(-135deg);
}
.woocommerce-shop .product .woocommerce-product-gallery .wc-product-gallery-button[dir="prev"] {
  right: var(--shop-toggle-width);
  transform: rotate(45deg);
}


.woocommerce-shop .product .woocommerce-product-gallery .wc-product-gallery-button span {
  position: fixed;
  left: -1000vw;
  top: -1000vh;
}

.woocommerce-shop .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  --image-height: calc(var(--product-width) * .5);
  height: var(--image-height) !important;
  max-height: var(--image-height) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100% !important;
}

.woocommerce-shop .product .woocommerce-product-gallery .woocommerce-product-gallery__image *:is(a, img) {min-width: 100%;}

.woocommerce-shop .product .woocommerce-product-gallery .woocommerce-product-gallery__container:has(.woocommerce-product-gallery__image:not(:only-child)) .woocommerce-product-gallery__image:not(.current) {display: none !important;}

/***price***/
/*idk why we're hiding price*/
.woocommerce-shop .product .price {color: var(--division-color-1-complement) !important;}
.woocommerce-shop .product .price/*:has(bdi[price="0.00"])*/ {display: none !important;}

/***variations***/
/*iconic*/
.woocommerce-shop .product .variations .iconic-was-swatches.iconic-was-swatch--radio-buttons,
.woocommerce-shop .product .variations .iconic-was-swatches--text-swatch .iconic-was-swatch:not(:hover, :focus, .iconic-was-swatch--selected) {color: var(--division-color-1-complement) !important;}

.woocommerce-shop .products .product .variations a:is(.iconic-was-swatch--colour-swatch, .iconic-was-swatch--image-swatch, .iconic-was-swatch--radio-buttons) {border-bottom: 0px none transparent;}


.woocommerce-shop .product .variations .iconic-was-swatches--text-swatch .iconic-was-swatch {
  color: var(--division-color-1-complement);

  border-color: rgba(var(--division-color-1-r), var(--division-color-1-g), var(--division-color-1-b), .5);
}
.woocommerce-shop .product .variations .iconic-was-swatches--text-swatch .iconic-was-swatch:is(:hover, :focus) {border-color: var(--division-color-1-complement);}

.woocommerce-shop .product .variations .iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch::before {border-color: var(--division-color-1-complement);}


/*misc*/
.woocommerce-shop .product .variations {margin-top: 0px !important;}
.woocommerce-shop .product th.label {
  padding: 0px !important;

  color: var(--division-color-1-complement);
}

.woocommerce-shop .product form.cart:last-child {margin-bottom: 0px !important;}

.woocommerce-shop .product form.cart:not(.variations_form),
.woocommerce-shop .product form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

/**.quantity**/
.woocommerce-shop .product .quantity > label {color: var(--division-color-1);}
.woocommerce-shop .product .quantity input[type="number" i] {
  color: var(--division-color-1-complement)

  border-color: var(--division-color-1-complement);
  border-radius: .25rem;
  background-color: var(--division-color-1-contrast)
}

/**.single_add_to_cart_button**/
.woocommerce-shop .product button.single_add_to_cart_button[type="submit" i] {
  margin-left: 1rem;

  color: var(--division-color-1-contrast) !important;

  background-color: var(--division-color-1) !important;
}
.woocommerce-shop .product button.single_add_to_cart_button[type="submit" i]:is(:hover, :focus) {
  color: var(--division-color-1-contrast);

  background-color: var(--division-color-1);
}

/*.variations .single_add_to_cart_button*/
.woocommerce-shop .product .woocommerce-variation-add-to-cart button.single_add_to_cart_button[type="submit" i].not_added::after {
  font-family: WooCommerce;
  content: "\e016";
  margin-left: 0.53em;
  vertical-align: bottom;
  font-weight: 700;
  line-height: 1;
  font-size: 100%;
  color: inherit;
}


.woocommerce-shop .product .woocommerce-variation-add-to-cart:has(button.single_add_to_cart_button[type="submit" i].disabled) input[type="number" i] {color: transparent;}

/**added to cart**/
.woocommerce-shop .product .quantity ~ a.added_to_cart {display: none;}

/***.entry-summary***/
.woocommerce-shop .product > .entry-summary {
  width: 100% !important;
  box-sizing: border-box;
  padding: calc(1.5 * var(--padding)) var(--padding);
}
.woocommerce-shop .product > .entry-summary:last-child {margin-bottom: 0px !important;}

/**title**/
.woocommerce-shop .product .product_title {font-size: 1.2em !important;}
.woocommerce-shop .product *:is(.product_title, #tab-description) {color: var(--division-color-1);}

/***notices***/
.woocommerce-shop .product .woocommerce-notices-wrapper .woocommerce-message[role="alert"] {display: none;}

/***tabs***/
.woocommerce-shop .product > .wc-tabs-wrapper {width: 100%;}
.woocommerce-shop .product > .wc-tabs-wrapper .woocommerce-Tabs-panel--description {padding: var(--padding) !important;}

.woocommerce-shop .product > .wc-tabs-wrapper > ul {border-bottom: 1px solid var(--division-color-1-contrast);}

.woocommerce-shop .product > .wc-tabs-wrapper > ul > li:only-child {display: none !important;}

.woocommerce-shop .product > .wc-tabs-wrapper > ul > li::before,
.woocommerce-shop .product > .wc-tabs-wrapper > ul > li::after {display: none !important; content: unset !important;}











/**********#hicrm_manual_subtotal_wrapper**********/
#hicrm_manual_subtotal_wrapper {
	--hicrm-manual-subtotal-inner-width: calc((100vw - (2 * var(--hicrm-page-padding)) * var(--hicrm-manual-subtotal-width)) - 2rem);
	box-sizing: border-box;
  padding: 1rem;
  width: calc(100% * var(--hicrm-manual-subtotal-width));
  margin: 0px calc(100% * ((1 - var(--hicrm-manual-subtotal-width)) / 2));
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: var(--division-color-1) !important;
  border-radius: 2rem !important;
}
@media all and (min-width: 481px) {
	#hicrm_manual_subtotal_wrapper {
		--hicrm-manual-subtotal-width: .7;
		--hicrm-manual-subtotal-big-text-dec: .0475;
		--hicrm-manual-subtotal-small-text-dec: .03;
		flex-direction: row;
		flex-wrap: wrap;
	}
}
@media all and (max-width: 480px) {
	#hicrm_manual_subtotal_wrapper {
		--hicrm-manual-subtotal-width: .9;
		--hicrm-manual-subtotal-big-text-dec: .075;
		--hicrm-manual-subtotal-small-text-dec: .045;
		flex-direction: column;
	}
}

body:not(.hicrm_shop_mode_manual_subtotal) #hicrm_manual_subtotal_wrapper {display: none;}




#hicrm_manual_subtotal_wrapper #hicrm_manual_subtotal {
	flex-grow: 1;

  color: var(--division-color-1);

  background-color: var(--division-color-1-contrast) !important;
  border: 2px solid var(--division-color-1-contrast) !important;
  border-radius: 2rem !important;
}
@media all and (min-width: 481px) {#hicrm_manual_subtotal_wrapper #hicrm_manual_subtotal {width: 7em; margin-right: 1rem;}}
@media all and (max-width: 480px) {#hicrm_manual_subtotal_wrapper #hicrm_manual_subtotal {width: 50%; margin: .5rem 0px;}}

#hicrm_manual_subtotal_wrapper label {
  width: 100%;

  font-weight: bold;
  text-align: center;
  font-size: calc(var(--hicrm-manual-subtotal-inner-width) * var(--hicrm-manual-subtotal-big-text-dec));
  color: var(--division-color-1-contrast) !important;
}

#hicrm_manual_subtotal_wrapper *:is(input, button) {
  font-size: calc(var(--hicrm-manual-subtotal-inner-width) * var(--hicrm-manual-subtotal-small-text-dec)) !important;
  color: var(--division-color-1) !important;
  font-weight: bold;
}

#hicrm_manual_subtotal_wrapper button {
  background-color: var(--division-color-1-contrast) !important;
  border-radius: 2rem !important;
  border: 2px solid var(--division-color-1-contrast) !important;
}
#hicrm_manual_subtotal_wrapper button:is(:hover, :focus) {
  color: var(--division-color-1-contrast) !important;

  background-color: var(--division-color-1) !important;
}
#hicrm_manual_subtotal_wrapper button.hicrm_disabled {opacity: .5; pointer-events: none;}












/**********#notes_wrapper**********/
.woocommerce-shop #notes_wrapper .button {
  color: var(--division-color-1-contrast) !important;

  background-color: var(--division-color-1) !important;
  border: 2px solid var(--division-color-1) !important;
}

.woocommerce-shop #notes_wrapper .button:is(:hover, :focus) {
  color: var(--division-color-1) !important;

  background-color: var(--division-color-1-contrast) !important;
}






/**********#shop_cart_wrapper**********/
#shop_cart_wrapper .woocommerce > div:is([class*="wc-"][class*="-message"], .woocommerce-notices-wrapper),
#shop_cart_wrapper .shop_toggle.cart_toggle[toggle="hidden"] + #shop_cart,
#shop_cart_wrapper *:is(.cart-collaterals, .shop_table tr:has(div.coupon), .product-remove, .product-price, .product-subtotal, .return-to-shop),
#shop_cart_wrapper:not(:has(.woocommerce-cart-form__cart-item:not([manual_subtotal="true"]))),
#shop_cart_wrapper tr.woocommerce-cart-form__cart-item.cart_item[manual_subtotal="true"] {display: none;}

#shop_cart_wrapper {
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
}

#shop_cart_wrapper form {
  max-height: 70vh;
  overflow-y: scroll;
}

#shop_cart_wrapper table {
  position: relative;
	margin-bottom: calc(1.25 * var(--hicrm-wc-nav-height));

  --table-border: 1px solid var(--division-color-1);
  border: var(--table-border) !important;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: .5rem !important;
}

#shop_cart_wrapper .shop_toggle.cart_toggle {
  top: 0px;

  transition: .5s 0s rotate;
}
#shop_cart_wrapper .shop_toggle.cart_toggle[toggle="visible"] {rotate: -45deg;}
#shop_cart_wrapper .shop_toggle.cart_toggle[toggle="hidden"] {rotate: 135deg;}

#shop_cart_wrapper *:is(td, th),
#shop_cart_wrapper *:is(td, th) * {color: var(--division-color-1) !important;}

#shop_cart_wrapper *:is(td, th) {padding: .5rem !important;}
#shop_cart_wrapper *:is(td, th).product-thumbnail {width: calc(100px + 1rem) !important;}
#shop_cart_wrapper *:is(th, td):is(.product-thumbnail, .product-name) {border-right: var(--table-border) !important;}

#shop_cart_wrapper img {max-width: 100px;}

#shop_cart_wrapper a {color: var(--division-color-1); text-decoration: none;}
#shop_cart_wrapper input {border: 0px none transparent; font-size: 1.5rem;}

#shop_cart_wrapper table > tbody *:is(tr, td, th),
#shop_cart_wrapper a {border: 0px none transparent !important;}


#shop_cart_wrapper table > thead *:is(th, td),
#shop_cart_wrapper table > tbody > tr.cart_item:not(:nth-last-child(1 of .cart_item)) > *:is(th, td) {border-bottom: var(--table-border) !important;}

#shop_cart_wrapper *:is(a, input) {pointer-events: none;}



#shop_cart_wrapper .shop_table dl.variation *:is(dt, dd) {
	float: left;
	display: block;
	line-height: 1.2em;
}

#shop_cart_wrapper .shop_table dl.variation dt {
	clear: left;
}
#shop_cart_wrapper .shop_table dl.variation dd {
	clear: right
}
#shop_cart_wrapper .shop_table dl.variation dd p {
	margin-top: 0px;
}

/*Single Comparison Switch*/

.single-comparison-switch__wrapper{
    width: calc(700 / 1728 * 100vw);
    border-radius: 20px;
    border: 1px solid #707070;
    display: flex;
    margin-bottom: calc(50 / 1728 * 100vw);
}

.single-comparison-switch__btn{
    padding: calc(18 / 1728 * 100vw) calc(50 / 1728 * 100vw);
    border-radius: 18px;
    border: 1px solid transparent;
    display: block;
    width: 50%;
    text-align: center;
    font-size: calc(26 / 1728 * 100vw);
    cursor: pointer;
    transition: color ease 0.3s;
}

.single-comparison-switch__btn:hover{
    background-color: var(--division-color-1);
    border-color: #707070;
    color: white;;
}

.single-comparison-switch__btn.active,
.single-comparison-switch__btn.active:hover{
    background-color: var(--division-color-1);
    border-color: #707070;
    color: white;
}

@media (max-width: 480px) {
    .single-comparison-switch__wrapper{
        width: calc(700 / 920 * 100vw);
        margin-bottom: calc(50 / 920 * 100vw);
    }

    .single-comparison-switch__btn{
        padding: calc(18 / 920 * 100vw) calc(30 / 920 * 100vw);
        font-size: calc(30 / 920 * 100vw);
    }
}



/*Division select template*/

.division-select-template-wrapper{
    display: none;
}

.division-select-template-wrapper.active{
    display: flex;
    flex-wrap: wrap;
    column-gap: 150px;
    row-gap: 30px;
    flex-direction: column;
}

@media all and (max-width: 1200px){
    .division-select-template-wrapper.active{
        padding-top: 40px;
        row-gap: 40px;
    }
}

.division-select-template-wrapper{
    width: 100%;
}

.button-save-proceed.active{
    display: block;
    text-align: center;
}

.button-save-proceed{
    display: none;
    cursor: pointer;
    transition: opacity ease 0.3s;
    background-color: var(--division-color-1);
    color: var(--division-color-1-contrast);
    width: fit-content;
    margin: 0 auto;
    padding: 18px 20px;
    font-size: calc(24 / 1920 * 100vw);
    border-radius: calc(10 / 1920 * 100vw);;
}

@media all and (max-width: 768px){
    .button-save-proceed{
        font-size: 18px;
        padding: 10px 16px;
        border-radius: 8px;
    }
}

.button-save-proceed:hover{
    opacity: 0.7;
}

.division-select-template-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 30px;
}

.division-select-template-item,
.division-select-template-item-wrapper{
    border-radius: 20px;
    width: 450px;
    box-sizing: border-box;
}

@media all and (max-width: 1200px){
    .division-select-template-item,
    .division-select-template-item-wrapper{
        border-radius: 16px;
        width: 350px;
    }
}

@media all and (max-width: 768px){
    .division-select-template-item,
    .division-select-template-item-wrapper{
        border-radius: 10px;
        width: 100%;
    }
}

.division-select-template-item-wrapper{
    display: flex;
    flex-direction: column;
    box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.55);
    min-height: 600px;
}

.division-select-template-item{
    padding: 48px 42px;
    height: 100%;
}

.division-select-template-item .select_template,
.division-select-template-item .select_template option{
    width: 100%;
    font-size: 28px;
    background-color: #3f3f41;
    color: white;
}

@media all and (max-width: 1200px){
    .division-select-template-item .select_template,
    .division-select-template-item .select_template option{
        width: 100%;
        font-size: 20px;
    }
}

.button-add-division-template__wrapper{
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.button-add-division-template{
    position: relative;
    padding-left: 62px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    height: fit-content;
}

.button-add-division-template:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url('../../imgs/plus.png');
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*Card division select template item select*/

.site-main.height{
    height: 100%!important;
    padding-bottom: 100px!important;
}

.division-select-template-item-select{
    position: relative;
    height: 100%;
    margin-bottom: 10px;
}

.division-select-template-item-select input{
    border: unset;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.division-select-template__Label{
    position: absolute;
    top: -24px;
    left: 0;
    text-align: center;
    border-radius: 10px;
    padding-right: 40px;
}

.division-select-template__Label.custom-template{
    padding: 5px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: var(--division-color-1);
}

.division-select-template__Label.custom-template label{
    color: black;
    font-size: 18px;
    font-weight: 700;
}

.division-select-template__Label.custom-template input{
    background-color: white;
    border-radius: 5px;
    color: black;
}


.division-select-template__Label input{
    background-color: transparent;
    font-size: 29px!important;
    font-weight: 700;
    color: white;
    text-transform: capitalize;
    width: 160px;
    padding: 6px 0!important;
}

.division-template__image-box{
    border: 1px solid #707070;
}

.division-template__image-box img,
.division-template__image-box{
    width: 100%;
    height: 260px;
    border-radius: 20px;
}

.division-template__image-box.custom-template{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.division-template__image-upload-box{
    border-radius: 20px;
    border: 1px solid #707070;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    cursor: pointer;
    transition: all ease 0.3s;
    padding: 10px;
}

.division-template__image-upload-box:hover{
    opacity: 0.7;
}

.division-template__image-box.custom-template .division-template__upload-image{
    width: 112px;
    height: 100px;
    border: unset;
}

.division-template__upload-text{
    font-size: 16px;
}

.division-title-template__box{
    margin: 0 20px;
    position: relative;
    padding: 0 40px;
}

.division-title-template__box.custom-template{
    padding: 10px 0;
}

.division-select-template-item-select .template-title{
    font-size: 44px!important;
    color: black;
    font-weight: 700;
    width: 100%;
}

@media all and (max-width: 1200px){
    .division-select-template-item-select .template-title{
        font-size: 30px!important;
    }
}

@media all and (max-width: 768px){
    .division-select-template-item-select .template-title{
        font-size: 28px!important;
    }
}

.division-select-template-item-select .division-title-template__box-label{
    font-size: 32px!important;
    color: black;
    font-weight: 700;
}

@media all and (max-width: 1200px){
    .division-select-template-item-select .division-title-template__box-label{
        font-size: 26px!important;
    }
}

@media all and (max-width: 768px){
    .division-select-template-item-select .division-title-template__box-label{
        font-size: 22px!important;
    }
}


.division-select-template-item-select .template-title.custom-template{
    font-size: 32px!important;
    border-radius: 10px;
    border: 1px solid black;
}

@media all and (max-width: 1200px){
    .division-select-template-item-select .template-title.custom-template{
        font-size: 26px!important;
    }
}

@media all and (max-width: 768px){
    .division-select-template-item-select .template-title.custom-template{
        font-size: 22px!important;
        border-radius: 5px;
    }
}


.division-select-template-item-select .description-wrapper{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

@media all and (max-width: 1200px){
    .division-select-template-item-select .description-wrapper{
        padding: 0 10px;
    }
}


.division-select-template-item-select .description-wrapper input{
    width: 100%;
    padding: 0;
}

.division-select-template-item-select .division-description-item{
    position: relative;
    padding: 0 40px;
    margin-bottom: 5px;
}

@media all and (max-width: 1200px){
    .division-select-template-item-select .division-description-item{
        position: relative;
        padding: 0 20px;
    }
}

.division-select-template-item-select .division-description-item.custom-template{
    padding: 0 5px;
}

.division-select-template-item-select .division-description-item input,
.division-select-template-item-select .division-description-item__wrapper.custom-template span{
    font-size: 32px;
}

@media all and (max-width: 1200px){
    .division-select-template-item-select .division-description-item input,
    .division-select-template-item-select .division-description-item__wrapper.custom-template span{
        font-size: 26px;
    }
}

@media all and (max-width: 768px){
    .division-select-template-item-select .division-description-item input,
    .division-select-template-item-select .division-description-item__wrapper.custom-template span{
        font-size: 22px;
    }
}

.division-select-template-item-select .division-description-item.custom-template{
    border-radius: 10px;
    border: 1px solid black;
}

/*.division-select-template-item-select .division-description-item.edit input{*/
/*    border: 1px solid black;*/
/*    border-radius: 10px;*/
/*}*/

/*.division-select-template-item-select .division-description-item.edit .description-edit-item{*/
/*    display: none;*/
/*}*/

.division-select-template-item-select .edit-item{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.division-select-template-item-select .edit-item-img{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.division-select-template-item-select .edit-item svg,
.division-select-template-item-select .edit-item-img svg{
    width: 100%;
    height: 32px;
}

.division-select-template-delete{
    padding: 10px 10px 10px 30px;
    border: 1px solid black;
    background-color: black;
    border-radius: 20px;
    color: white;
    position: relative;
    width: fit-content;
    height: fit-content;
    display: block;
    margin: auto auto 10px;
    cursor: pointer;
}

.division-select-template-delete:before{
    content: '';
    background-image: url('../../imgs/delete.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.description-button-frontend{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(5 / 1920 * 100vw);
}

.description-button-frontend__btn{
    position: relative;
    width: calc(43 / 1920 * 100vw);
    height: calc(43 / 1920 * 100vw);
    cursor: pointer;
}

.description-button-frontend__btn:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url('../../imgs/plus.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.description-button-frontend__text{
    font-size: 22px;
    color: black;
}

.division-template-investment__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.division-template-investment__wrapper label,
.division-template-investment__wrapper label.custom-template{
    font-size: 21px;
}

.division-template-investment__wrapper .division-template-investment__text{
    font-size: 39px!important;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 14px;
    width: 230px;
    min-height: 60px;
    padding: 0 10px;
}

@media all and (max-width: 1200px){
    .division-template-investment__wrapper .division-template-investment__text{
        font-size: 32px!important;
        border-radius: 14px;
        min-height: 40px;
        padding: 0 10px;
    }
}

@media all and (max-width: 768px){
    .division-template-investment__wrapper .division-template-investment__text{
        font-size: 28px!important;
        border-radius: 10px;
        min-height: 32px;
        padding: 0 10px;
    }
}

.division-select-template__Label input,
.division-title-template__box .template-title,
.division-select-template-item-select .description-wrapper input:focus-visible{
    outline: unset!important;
}

/*Popup Price Comparison Setting*/

.popup-price-comparison{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1ed1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;

}

.popup-price-comparison__content{
    background: white;
    padding: 85px 40px;
    border-radius: 20px;
    max-width: 1000px;
    position: relative;
    max-height: 70vh;
    overflow: auto;
}

@media all and (max-width: 768px){
    .popup-price-comparison__content{
        background: white;
        padding: 40px 20px;
        border-radius: 16px;
    }
}

.popup-price-comparison__content-text{
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: black;
    padding-bottom: 100px;
    margin: 0 auto;
    width: 90%;
}

.popup-price-comparison__content-item-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
}

.popup-price-comparison__check-investment-text{
    text-align: center;
    font-size: 26px;
}

.popup-price-comparison__continue-btn{
    display: block;
    margin: 100px auto 0;
    background-color: var(--division-color-1);
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #fff;
    padding: 18px 30px;
    border-radius: 20px;
    cursor: pointer;
    transition: all ease 0.3s;
}

@media all and (max-width: 768px){
    .popup-price-comparison__continue-btn{
        margin: 60px auto 0;
        font-size: 22px;
        padding: 10px 15px;
        border-radius: 16px;
    }
}

.popup-price-comparison__continue-btn:hover{
    opacity: 0.7;
}

.popup-price-comparison__content-back{
    position: absolute;
    top: 20px;
    left: 30px;
    width: 50px;
    height: 50px;
    transition: all ease 0.3s;
}

@media all and (max-width: 768px){
    .popup-price-comparison__content-back{
        position: absolute;
        top: 10px;
        left: 10px;
        width: 32px;
        height: 32px;
    }
}

.popup-price-comparison__content-back:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../../imgs/front/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.popup-price-comparison__content-back:hover{
    opacity: 0.7;
}

.popup-price-comparison__item{
    width: 30%;
    position: relative;
    padding: 35px 5px 30px 5px;
    border-radius: 10px;
}

@media all and (max-width: 768px){
    .popup-price-comparison__item{
        width: 42%;
    }
}

@media all and (max-width: 576px){
    .popup-price-comparison__item{
        width: 80%;
    }
}


.popup-price-comparison__item-title,
.popup-price-comparison__item-investment{
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #000;
    display: block;
}

@media all and (max-width: 1200px){
    .popup-price-comparison__item-title,
    .popup-price-comparison__item-investment{
        font-size: 26px;
    }
}

.popup-price-comparison__item-title{
    margin-bottom: 10px;
}

.popup-price-comparison__item-checkbox{
    appearance: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 52px;
    height: 52px;
    transform: translate(-50% , -50%);
    border: 3px solid #707070;
    border-radius: 9px;
    background-color: white;
    cursor: pointer;
}

@media all and (max-width: 1200px){
    .popup-price-comparison__item-checkbox{
        width: 40px;
        height: 40px;
    }
}

.popup-price-comparison__item-checkbox:checked {
    background-color: white;
}

.popup-price-comparison__item-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    background-image: url('../../imgs/front/check-mark.svg');
    background-repeat: no-repeat;
    background-size: contain;
}











