/** Shopify CDN: Minification failed

Line 240:13 Unexpected bad string token
Line 240:53 Unterminated string token

**/
.pop_up_image img {
    border-radius: 10px;
}
.more_page_csrt {
    padding-top: 2rem;
}
.Image_main_csrt img {
    height: 100%;
    width: 100%;
}
.product_rating {
    display: flex;
    gap:20px;
}

 @media (min-width:767px){
.vertical_thumbnails slider-component.main_image {
    width: 75%;
}
 
.vertical_thumbnails .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    flex-direction: column;
    width: 25%;
}
 
.thumbnail-slider .thumbnail-list.slider--tablet-up .product--thumbnail_slider .thumbnail-slider {
    height: 100%;
    width: 100%;
}
 
 
.vertical_thumbnails .thumbnail-slider .thumbnail-list.slider--tablet-up li {
    height: 100px;
    width: 100px;
}
 
.vertical_thumbnails {
    display: flex !important;
}
 
.thumbnail-list {
    display: flex;
    flex-direction: column;
}
 
.vertical_thumbnails slider-component.main_image {
    order: 2;
}
 
.vertical_thumbnails slider-component.slider-mobile-gutter {
    /* order: 1; */
    height: 100%;
    /* width: 100%; */
}
.horizontal_thumbnail {
    flex-direction: row;
}
h2.related-products__heading.inline-richtext.h2 {
  text-align: center;
}
 }
/* popup  */
 
.open-popup {
    cursor: pointer;
    color: #888;
    opacity: 0;
}
.overlay {
	/* width: 100%;
	height: 100%; */
	position: fixed;
	z-index: 1;
	left: 0;
	bottom: 0;
	text-align: center;
	white-space: nowrap;
	display:none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.overlay .popup {
	background: #fff;
	display: inline-block;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: -50px;
}
.overlay::before, .overlay::after {
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
}
.overlay.shown {
    width: 100%;
    display: block;
    background: #fff;
}
.overlay.shown .popup {
    margin-top: 1rem;
    width: 100%;
    padding: 0px 1rem;
}
.overlay--bg-black {
	/* background: rgba(0, 0, 0, 0.7); */
}
.overlay--bg-white {
	background: rgba(255, 255, 255, 0.7);
}
.popup-close {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	top: 8px;
	right: 5px;
	cursor: pointer;
	opacity: 0.7;
}
.popup-close::before, .popup-close::after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	margin-top: -1px;
	top: 50%;
	left: 3px;
	right: 3px;
	background: #555;
    opacity:0;
}
.popup-close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup-close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-close:hover {
	opacity: 1;
}
.pop_head{
	padding: 9px 10px;
	background: #4EB5E6;
	color: #fff;
	font-weight: 500;
}
.pop_body {
    font-size: 14px;
    padding: 10px 10px;
    border-bottom: 1px solid #E0E0E0;
    overflow: auto;
    max-height: 350px;
}
.text-right{
	text-align:right;
}
.pop_footer {
    padding: 5px 10px;
}
.btn_yes {
    background: #81CE84;
    padding: 5px 15px;
    border: none;
    font-family: inherit;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}
.btn_no{
	background: #FD7E7E;
    padding: 5px 15px;
    border: none;
    font-family: inherit;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}
.pop_up_image img {
    height: 100px;
    width: 100px;
}
 
.product_popup_content {
    align-items: center;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}
 
.pop_up_content {
    width: 100%;
}
 
.pop_up_content h4 {
    width: 100%;
}
.sticky_btn .btn {
    padding: 1rem;
    background: #FFCC53;
    width: 100%;
    border: none;
}
.horizontal_thumbnail .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.sticky_btn .btn:hover {
    cursor: pointer;
}
.product__accordion .accordion__content form#ContactForm .contact__fields {margin: 1rem 0px;}
.product__accordion .accordion__content form#ContactForm .contact__fields .field {
    margin: 1rem 0px;
}
.product__accordion .accordion__content form#ContactForm .field {
    margin: 1rem 0px;
}
form .product-form__buttons {
    max-width: 100%;
}
body.page_FAQ'S .collapsible-content-wrapper-narrow {
    max-width: 75%;
}

/* css */

.custom_product_image_wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 20px;
}
.custom_product_image_wrapper img {
    width: 20%;
}



