/*.product-page-custom-notices {padding-top:15px;}
.single-product-grid {
	padding:10px 0 45px;
	&.md-grid-half {
		display:flex;
		flex-wrap:wrap;
		.sin-product-image-wrap {
			width:100%;
			@media (min-width:801px) {
				width:50%;
			}

			.photo-sin-wrap {
				padding:15px;border:1px solid #cccddf;
				position:relative;
				width:100%;

				min-height: 320px;
				display: flex;
				align-items: center;

				@media (min-width:421px){
					min-height: 400px;
				}
				@media (min-width:551px){
					min-height: 450px;
				}
				@media (min-width:801px){
					min-height: 400px;
				}
				@media (min-width:1025px){
					min-height: 450px;
				}

				img {
					object-fit:cover;
					height:auto;
					max-height:500px;
					width:auto;
				}
			}

			.thumbnails {
				margin:15px 0;
				padding:0 15px;
			}

			.photo-thumbnail-sin-wrap {
				padding:0 7.5px;
				border:1px solid #cccddf;
				width:110px;
				height:110px;
				margin:0 7.5px;
				cursor:pointer;

				&.is-active {border-color:#009dd0;}

				img {
					margin:0 auto;
					height:100%;
					object-fit:contain;
				}
			}

			.photo-sin-wrap {
				img {margin:0 auto;}
			}

			.sin-product-gallery-container {
				position:relative;
				@media (min-width:801px) {
					max-width:532px;
				}
			}
		}
		.sin-product-details-wrap {
			width:100%;
			@media (min-width:801px) {
				width:calc(50% - 30px);
				padding-left:30px; 
			}

			.sin-product-title-wrap {
				font-size:24px;
				line-height:1.2;
				font-weight:600;
				text-transform:capitalize;
				color:#01031b;
				padding-bottom:15px;
				margin:0;
				padding-top:40px;
				@media (min-width:801px) {font-size:32px;}
				@media (min-width:1201px) {font-size:40px;}

				&.composite-title-border-wrap{
					padding-top:0;
				}
			}
			.sin-prd-price-main-wrap {
				font-size:20px;
				line-height:1.25;
				color:#5f6069;
				padding:5px 0 15px;
				border-bottom:1px solid #5f6069;
				@media (min-width:801px) {font-size:26px;}
				@media (min-width:1201px) {font-size:35px;}

				ins {text-decoration:none;}
			}

			.single-product-data-main-details-cart-outer-wrap {
				padding-top:18px;
			}

			.single_add_to_cart_button {max-width:305px;padding:11.5px;}

			.stock-data-wrap {
				text-transform:uppercase;
				color:#008a03;
				font-size:15px;
				font-weight:600;

				&>div{padding-top:15px;}
			}

			.red-stock-msg, .out-of-stock {
				color:#B90B2E;
				font-weight:600;
				text-transform:uppercase;
			}

			.prd-short-desc-main-wrap {
				line-height:1.7;
				color:#5f5f68;
				padding:20px 0 30px;
				overflow:hidden;
				clear:both;
				text-align:justify;

				a {
					text-decoration:underline;
					color:#5f5f68;
					&:hover {
						color:#01031b;
					}
				}

				p {
					@media (min-width:801px) {text-align:left!important;}
				}
			}

			.sin-prd-cats-multi {
				display:flex;
				align-items:center;
				flex-wrap:wrap;
				padding:10px 0;
				clear:both;
			}

			.cats-title-wrap {
				color:#5f5f68;
				font-weight:600;
				padding-right:5px;
			}

			.cats-title-wrap, .sin-prd-cat-title-wrap {
				margin:10px 0 0;
			}

			.cat-prd-link-wrap {
				border:1px solid #9a9bad;
				padding:10px 14px;
				color:#9a9bad;
				font-size:14px;
				border-radius:25px;
				margin:0 5px;
				display:inline-block;
				&:hover {
					color:#01031b;
					border-color:#01031b;
				}
			}

			.reset_variations {display:none;}
		}
	}
}*/
.product-tabs-main-wrapper {
  padding: 40px 0;
  background-color: #fff;
  position: relative;
}
.product-tabs-main-wrapper .tabs-container-wrap {
  padding: 0 0 16px;
  margin: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #5f5f68;
  display: flex;
  overflow-x: auto;
  align-items: center;
}
.product-tabs-main-wrapper .prd-tab-wrap {
  font-size: 16px;
  line-height: 1.25;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 600;
  color: #5f5f68;
}
@media (min-width: 801px) {
  .product-tabs-main-wrapper .prd-tab-wrap {
    font-size: 20px;
    padding: 0 30px;
  }
}
.product-tabs-main-wrapper .prd-tab-wrap.active:before {
  height: 3px;
  width: 100%;
  background-color: #009dd0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
}
.product-tabs-main-wrapper .tabs-content-container-data {
  padding-top: 30px;
}
.product-tabs-main-wrapper .tab-data-inner-title, .product-tabs-main-wrapper .woocommerce-Reviews-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #5f5f68;
  padding-bottom: 15px;
}
@media (min-width: 801px) {
  .product-tabs-main-wrapper .tab-data-inner-title, .product-tabs-main-wrapper .woocommerce-Reviews-title {
    font-size: 20px;
  }
}
.product-tabs-main-wrapper .woocommerce-Reviews-title {
  margin: 0;
}
.product-tabs-main-wrapper .tab-data-content {
  display: none;
  color: #5f5f68;
  line-height: 1.57;
}
.product-tabs-main-wrapper .tab-data-content.active {
  display: block;
}
.product-tabs-main-wrapper .tab-data-inner-content {
  padding: 0 15px;
}
@media (min-width: 801px) {
  .product-tabs-main-wrapper .tab-data-inner-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.product-tabs-main-wrapper .tab-data-inner-content > div {
  padding-bottom: 25px;
  overflow-x: auto;
  max-width: 100%;
}
.product-tabs-main-wrapper .tab-data-inner-content > div.shop_attributes {
  padding-bottom: 0;
}
.product-tabs-main-wrapper .tab-data-inner-content > ul {
  margin: 0;
}
.product-tabs-main-wrapper .tab-data-inner-content img {
  display: block;
}
.product-tabs-main-wrapper p.stars a {
  color: #009dd0;
}

.single-product-data-main-details-cart-wrap .woocommerce-variation.single_variation {
  /*display:none!important;*/
}
.single-product-data-main-details-cart-wrap .woocommerce-variation.single_variation .woocommerce-variation-description, .single-product-data-main-details-cart-wrap .woocommerce-variation.single_variation .woocommerce-variation-price, .single-product-data-main-details-cart-wrap .woocommerce-variation.single_variation p.stock {
  display: none !important;
}
.single-product-data-main-details-cart-wrap .reset_variations {
  display: none !important;
}
.single-product-data-main-details-cart-wrap .quantity input {
  border: 1px solid #cccddf;
  border-radius: 0;
}
.single-product-data-main-details-cart-wrap .single_add_to_cart_button {
  display: block;
  width: 100%;
}

th.label {
  padding: 0 0 10px;
  margin: 0;
  color: #000;
  font-weight: 600;
}

.variations th, .variations td {
  display: block;
  text-align: left;
}

.quantity > span {
  font-size: 14px;
  color: #cccddf;
}

.woocommerce-variation-add-to-cart {
  padding-top: 18px;
}

.woocommerce-grouped-product-list.group_table tr td {
  padding: 5px;
}
.woocommerce-grouped-product-list.group_table tr td .quantity {
  display: block !important;
}

.prd-short-desc-main-wrap h2, .prd-short-desc-main-wrap h3 {
  margin-top: 0;
}

.spacing-before-short-description {
  padding-bottom: 10px;
}

html.product-template-default {
  overflow-x: hidden;
}

.woocommerce div.quantity {
  float: left;
  margin: 0;
  display: inline-block;
}
.woocommerce div.quantity input {
  border-left: none;
  border-right: none;
}
.woocommerce div.quantity input::-webkit-outer-spin-button, .woocommerce div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce div.quantity input[type=number] {
  -moz-appearance: textfield;
}

.light-theme-border {
  border: 1px solid #cccddf;
  float: left;
  width: 50px;
  margin-bottom: 18px;
  background-color: transparent;
}
.light-theme-border.minus {
  margin-right: 20px;
}

.shop_attributes {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 801px) {
  .shop_attributes {
    font-size: 20px;
  }
}
.shop_attributes .woocommerce-product-attributes-item__label {
  font-weight: 600;
  text-transform: capitalize;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 160px;
}
@media (min-width: 801px) {
  .shop_attributes .woocommerce-product-attributes-item__label {
    padding-right: 30px;
  }
}

.prd-application-content-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #9a9bad;
  clear: both;
}
.prd-application-content-wrapper .prd-application-title-wrap {
  color: #5f5f68;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.prd-application-content-wrapper .prd-application-title-wrap::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 16px;
}
.prd-application-content-wrapper .prd-application-title-wrap.open::before {
  content: "\f106";
}
.prd-application-content-wrapper .prd-application-content-wrap {
  line-height: 1.5;
  color: #5f5f68;
  padding: 20px 0 10px;
  display: none;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
  width: 100%;
}

#wcal_gdpr_message_block {
  display: none;
}

.comment-form textarea, .comment-form input[type=text] {
  border-color: #000;
}

.wishlist-clear-wrap {
  clear: both;
}
.wishlist-clear-wrap .add_to_wishlist {
  background-color: #fff;
  border-radius: 0;
  font-weight: 600;
  color: #009dd0;
  border: 1px solid #009dd0;
  padding: 11px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: 1px;
  border-radius: 0;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  display: block;
  max-width: 281px;
}
@media (min-width: 504.5px) {
  .wishlist-clear-wrap .add_to_wishlist {
    max-width: 450px;
  }
}
@media (min-width: 800px) and (max-width: 1039.5px) {
  .wishlist-clear-wrap .add_to_wishlist {
    max-width: 281px;
  }
}
.wishlist-clear-wrap .add_to_wishlist .yith-wcwl-icon.fa {
  font-family: "FontAwesome";
}
.wishlist-clear-wrap .add_to_wishlist:hover {
  color: #fff;
  background-color: #009dd0;
}
.wishlist-clear-wrap .yith-wcwl-wishlistaddedbrowse span.feedback, .wishlist-clear-wrap .yith-wcwl-wishlistexistsbrowse span.feedback {
  display: block;
  padding: 10px 0;
}
.wishlist-clear-wrap .yith-wcwl-wishlistaddedbrowse a[data-title="Browse wishlist"], .wishlist-clear-wrap .yith-wcwl-wishlistexistsbrowse a[data-title="Browse wishlist"] {
  background-color: #009dd0;
  border-radius: 0;
  font-weight: 600;
  color: #fff;
  border: 1px solid #009dd0;
  padding: 11px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: 1px;
  border-radius: 0;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  display: block;
  max-width: 281px;
}
@media (min-width: 504.5px) {
  .wishlist-clear-wrap .yith-wcwl-wishlistaddedbrowse a[data-title="Browse wishlist"], .wishlist-clear-wrap .yith-wcwl-wishlistexistsbrowse a[data-title="Browse wishlist"] {
    max-width: 450px;
  }
}
@media (min-width: 800px) and (max-width: 1039.5px) {
  .wishlist-clear-wrap .yith-wcwl-wishlistaddedbrowse a[data-title="Browse wishlist"], .wishlist-clear-wrap .yith-wcwl-wishlistexistsbrowse a[data-title="Browse wishlist"] {
    max-width: 281px;
  }
}
.wishlist-clear-wrap .yith-wcwl-wishlistaddedbrowse a[data-title="Browse wishlist"]:hover, .wishlist-clear-wrap .yith-wcwl-wishlistexistsbrowse a[data-title="Browse wishlist"]:hover {
  color: #009dd0;
  background-color: #fff;
}

.affirm-as-low-as[data-page-type=product] {
  margin-bottom: 0;
}

.similar-products-title-wrap {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
}

.similar-products-top-content-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  /*justify-content:space-between;*/
}
.similar-products-top-content-wrap .similar-products-sin-prd-content-wrap {
  width: calc(50% - 5px);
}
.similar-products-top-content-wrap .sin-prd-title a {
  font-size: 12px;
}
@media (min-width: 421px) and (max-width: 800px), (min-width: 1025px) {
  .similar-products-top-content-wrap {
    gap: 20px;
  }
  .similar-products-top-content-wrap .similar-products-sin-prd-content-wrap {
    width: calc(25% - 15px);
  }
  .similar-products-top-content-wrap .sin-prd-title a {
    font-size: 14px;
  }
}

.normal-stock-msg {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}
.normal-stock-msg.theme-orange-color {
  color: #ef4c22;
  text-transform: uppercase;
  font-weight: 700;
}

.single-product-data-main-details-cart-wrap > .available-on-backorder {
  display: none;
  color: #ef4c22;
}

.single-product-data-main-details-cart-wrap > .out-of-stock {
  display: none;
}

.cart_group.composite_form.full_width {
  width: auto !important;
  margin-left: 0 !important;
  left: auto !important;
}

.single-product #wc-stripe-payment-request-wrapper, .single-product #wc-stripe-payment-request-button-separator {
  display: none;
}
.single-product .cart.composite_data .composite_wrap .composite_price > .price {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  /*&>del,&>ins{
  	display:block;
  }*/
}
.single-product .cart.composite_data .composite_wrap .composite_price > .price > span.total {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 5px;
  color: #009dd0;
  width: 100%;
}
.single-product .cart.composite_data .composite_wrap .composite_price > .price > del {
  color: #EF4C21;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  order: 2;
  padding-left: 5px;
  display: flex;
  align-items: flex-end;
  position: relative;
  top: -4px;
}
.single-product .cart.composite_data .composite_wrap .composite_price > .price > ins {
  text-decoration: none;
  font-weight: 500;
  color: #5F6069;
  font-size: 35px;
  line-height: 1.2;
  order: 1;
}
.single-product .cart.composite_data .composite_wrap .composite_price > .price > .woocommerce-Price-amount.amount {
  text-decoration: none;
  font-weight: 500;
  color: #5F6069;
  font-size: 35px;
  line-height: 1.2;
}
.single-product .composite_button > .plus, .single-product .composite_button > .minus, .single-product .composite_button > .quantity {
  display: none !important;
}
.single-product .composite_button .single_add_to_cart_button.composite_add_to_cart_button {
  margin-top: 8px;
  max-width: 305px !important;
  display: block;
}
@media (min-width: 504.5px) {
  .single-product .composite_button .single_add_to_cart_button.composite_add_to_cart_button {
    max-width: 474px !important;
  }
}
@media (min-width: 800px) and (max-width: 1039.5px) {
  .single-product .composite_button .single_add_to_cart_button.composite_add_to_cart_button {
    max-width: 305px !important;
  }
}
.single-product .composite_form {
  padding-left: 0 !important;
}

.composited_product_details_wrapper {
  max-width: 100px;
}

.component .composited_product_images, .woocommerce-page div.product div.composited_product_images, .woocommerce div.product div.composited_product_images {
  float: none !important;
  width: 100% !important;
}

.woocommerce div.product div.images .composited_product_image img {
  max-width: 100px;
}

.component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper > .details {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.woocommerce .component_data div.quantity input {
  border-left: 1px solid #cccddf;
  border-right: 1px solid #cccddf;
  /*&::-webkit-inner-spin-button{
  	opacity:1;
  	appearance: auto;
  	width: 15px;
  }*/
}

.component_wrap > .price {
  text-align: center;
}
.component_wrap > .price > del, .component_wrap > .price > ins, .component_wrap > .price > span {
  display: block;
}
.component_wrap > .quantity_button {
  margin: 0 auto;
  text-align: center;
}

.woocommerce .component_wrap > .quantity_button div.quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  float: left;
}
.woocommerce .component_wrap > .quantity_button div.quantity:before {
  content: "Quantity:";
}

ul.component_option_thumbnails_container {
  display: flex;
  flex-wrap: wrap;
}
ul.component_option_thumbnails_container li.component_option_thumbnail_container {
  align-self: stretch;
  display: flex;
  margin-bottom: 10px !important;
}
ul.component_option_thumbnails_container li.component_option_thumbnail_container .component_option_thumbnail {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex: 1;
}
ul.component_option_thumbnails_container li.component_option_thumbnail_container .component_option_thumbnail .thumbnail_buttons {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1;
  padding-bottom: 0;
}

.component_option_thumbnail_container .thumbnail_description .title {
  margin: 0 0 5px;
}

.woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price del, .woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price ins {
  display: block;
}
.woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price del {
  font-weight: 500;
  color: #5F6069;
  font-size: 16px;
  line-height: 1.2;
}
.woocommerce ul.component_option_thumbnails_container li.component_option_thumbnail_container .thumbnail_description .price ins {
  text-decoration: none;
  padding-top: 5px;
  color: #EF4C21;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.component_summary .component_wrap .price del {
  font-weight: 500;
  color: #5F6069;
  font-size: 20px;
  line-height: 1.2;
}
.component_summary .component_wrap .price ins {
  text-decoration: none;
  padding-top: 5px;
  color: #EF4C21;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}

.single-product .sin-product-title-wrap.composite-title-border-wrap {
  border-bottom: 1px solid;
}
.single-product .sin-prd-price-main-wrap.composite-price-wrap {
  display: none;
}

.component_option_thumbnail .image {
  border: 1px solid;
  padding: 8px;
}

.composite_form .component_title_toggled {
  display: block !important;
  margin-bottom: 0 !important;
}
.composite_form .component_title_toggled .component_title_text {
  padding-right: 1.1em;
  padding-left: 0 !important;
}
.composite_form .component_title_toggled .component_title_text::before {
  color: #009dd0;
  left: auto !important;
  right: 0 !important;
}
.composite_form .component_title_toggled .component_title_text .step_index {
  display: none;
}
.composite_form.progressive > .composite_component {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.composite_form.progressive > .composite_component .component_title_wrapper {
  /*padding:15px 0 5px;*/
  padding: 8px 0;
}
.composite_form:not(.paged) .component .component_inner {
  padding-bottom: 0 !important;
}

/*.component_option_thumbnail_link{
	display:inline-block;
}*/
.component_summary .summary_content.populated.cart {
  padding-bottom: 20px;
}

@media (min-width: 801px) {
  .single-product-grid.md-grid-half .sin-product-image-wrap .sin-product-gallery-container.composite-product-gallery-container {
    position: sticky;
    top: 0;
  }
}

.composite_form:not(.paged) .composite_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px !important;
}
.composite_form:not(.paged) .composite_wrap .composite_price {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 800px) {
  .composite_form:not(.paged) .composite_wrap .composite_price {
    width: auto;
    max-width: 255px;
  }
}
@media (min-width: 801px) {
  .composite_form:not(.paged) .composite_wrap .composite_price {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .composite_form:not(.paged) .composite_wrap .composite_price {
    width: auto;
    max-width: 255px;
  }
}
.composite_form:not(.paged) .composite_wrap .composite_message {
  width: 100%;
  order: 2;
}
.composite_form:not(.paged) .composite_wrap .composite_availability {
  width: 100%;
  order: 3;
}
.composite_form:not(.paged) .composite_wrap .composite_button {
  flex: 1;
}
.composite_form:not(.paged) .composite_wrap .affirm-as-low-as[data-page-type=product] {
  display: none;
}

.composite_wishlist-wrap .wishlist-clear-wrap .add_to_wishlist {
  max-width: 100%;
}
.composite_wishlist-wrap .wishlist-clear-wrap .yith-wcwl-wishlistaddedbrowse a[data-title="Browse wishlist"], .composite_wishlist-wrap .wishlist-clear-wrap .yith-wcwl-wishlistexistsbrowse a[data-title="Browse wishlist"] {
  max-width: 100%;
}

.full_width .columns-3 ul.component_option_thumbnails_container li.component_option_thumbnail_container .component_option_thumbnail .image {
  padding: 0;
  padding-bottom: 100%;
  position: relative;
  /*.component_option_thumbnail_link{}*/
}
.full_width .columns-3 ul.component_option_thumbnails_container li.component_option_thumbnail_container .component_option_thumbnail img {
  position: absolute;
  max-width: calc(100% - 16px);
  max-height: calc(100% - 16px);
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  padding: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-product-grid.md-grid-half .sin-product-details-wrap .sin-product-title-wrap.composite-title-border-wrap {
  padding-top: 0;
}

.component .component_description_wrapper .component_description {
  display: none;
}
.component .component_description {
  margin-bottom: 0 !important;
}
.component.toggled .component_selections {
  padding-top: 0 !important;
}
.component .component_summary .composited_product_title_wrapper {
  padding-top: 0 !important;
}
.component .component_option_each {
  display: none;
}

p.component_section_title {
  display: none;
}

.composite_form.progressive.full_width {
  margin-top: 0 !important;
}

.sin-product-gallery-container.composite-product-gallery-container .photo-sin-wrap img.size-woocommerce_full_size {
  grid-row: 1;
  grid-column: 1;
  position: relative;
}

.photo-sin-wrap {
  /*.configurator-image {
  	max-height: 80vh!important;
  }*/
}
.photo-sin-wrap.flex {
  display: flex;
  flex-direction: row;
  padding: 0 !important;
  border: none !important;
}
@media (min-width: 421px), (min-width: 551px), (min-width: 801px), (min-width: 1025px) {
  .photo-sin-wrap.flex {
    min-height: initial !important;
  }
}
.photo-sin-wrap.flex-column {
  flex-direction: column;
}
.photo-sin-wrap.justify-center {
  justify-content: center;
}
.photo-sin-wrap.h100 {
  height: 100%;
}
.photo-sin-wrap .gridbox {
  display: grid;
  grid-template-rows: 1;
  grid-template-columns: 1;
  position: relative;
}
.photo-sin-wrap .myReefer-dynamic-tank-wrapper {
  flex-grow: 1;
}
.photo-sin-wrap .z2 {
  z-index: 2;
}
.photo-sin-wrap .contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.photo-sin-wrap .gridbox-element {
  grid-row: 1;
  grid-column: 1;
  position: relative;
}

.component_options_select_wrapper {
  padding-bottom: 10px;
  display: block !important;
}

.component .component_options_select {
  border: 2px solid #009dd0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg class='theme-select-caret' fill='%23009dd0' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
.component .component_options_select:focus-visible {
  outline: none;
  border: 2px solid #009dd0;
}
.component .theme-select-caret {
  fill: #009dd0;
}

.product-data-upc .woocommerce-variation-upc {
  padding: 10px 0;
}

.fish-policy {
  text-transform: none;
  color: black;
  line-height: 20px;
  padding-bottom: 15px;
}
.fish-policy span {
  display: block;
  margin-bottom: 5px;
}
.fish-policy a {
  color: #009dd0;
}

.photo-sin-wrap {
  justify-content: center;
}
.photo-sin-wrap .easyzoom {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.easyzoom {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

.easyzoom--overlay .easyzoom-flyout {
  /*top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.readall-button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 15px 15px 0;
  text-decoration: underline;
  font-weight: bold;
  color: #009dd0;
  position: relative;
  transition: 0.3s linear;
}
@media (min-width: 801px) {
  .readall-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.readall-button:hover, .readall-button:focus {
  color: #000;
}
.readall-button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  content: "\f347";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  line-height: inherit;
  right: 5px;
}
.readall-button.readless-text::before {
  content: "\f343";
}

/*li.variable-item.button-variable-item.disabled {
    pointer-events: none;
}*/
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  background-color: #fff;
  font-weight: 600;
  color: #009dd0;
  border: 1px solid #009dd0;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px #009dd0);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
  background-image: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
  text-decoration: line-through;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background-color: #009dd0;
  color: #fff;
  border-color: #009dd0;
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #009dd0);
}

.cfvsw-label-option {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  background-color: #fff;
  color: #009dd0;
  border: 1px solid #009dd0;
}

.cfvsw-selected-swatch {
  border-color: #009dd0 !important;
  border-width: var(--cfvsw-swatches-border-width, 1px);
  background-color: #009dd0;
  color: #fff;
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #009dd0);
}

.cfvsw-label-option.cfvsw-swatches-blur-disable.cfvsw-swatches-disabled {
  text-decoration: line-through;
  opacity: 0.6;
}

.cfvsw-product-page table.variations .label label {
  font-size: 16px;
  text-transform: capitalize;
}

.cfvsw-selected-label {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.cfvsw-label-option:hover, .cfvsw-label-option:focus, .cfvsw-selected-swatch {
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #009dd0);
}
