.ed-product-before-single-product{
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
}
.ed-product-before-single-product .woocommerce-notices-wrapper{
    border-radius: 25px;
}
.ed-product-before-single-product .woocommerce-notices-wrapper ul{
    margin:0;
    padding: 10px;
    list-style:none;
}
.ed-product-before-single-product .woocommerce-notices-wrapper ul li::marker{
    display:none;
}
.ed-product-before-single-product .woocommerce-notices-wrapper ul li{
    margin-left:30px;
}
.ed-product-before-single-product .woocommerce-notices-wrapper .woocommerce-error{
    color:#a80000;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 20px solid #a80000;
    margin-top:30px;
    background-color: #f5f5f5;
    border-radius: 25px;
}
.ed-product-before-single-product .woocommerce-notices-wrapper .woocommerce-message{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 20px solid var(--primary-color);
    background-color: #f5f5f5;
    border-radius: 25px;
	margin-top: 20px;
}
.ed-product-before-single-product .woocommerce-notices-wrapper .woocommerce-message .button{
    border-radius: 20px;
    text-decoration:none;
    font-family: 'Montserrat', 'Roboto', Sans-serif;
    font-weight:500;
    font-size:11px;
    color:#fff;
    font-weight: 800;
    text-align: center;
    text-transform:uppercase;
    background-color:var(--primary-color);
    padding:20px 30px;
    position:relative;
    cursor:pointer;
}
.ed-product-before-single-product .woocommerce-notices-wrapper .woocommerce-message .reserve_not_meet, .ed-product-before-single-product .woocommerce-notices-wrapper .woocommerce-message .bid_is_winning{
	width:100%;
}

.ed-product .section-product-details{
    max-width: 1600px;
    width: 100%;
    margin: 60px auto 0 auto; 
}
.ed-product .section-product-details .content{
    padding: 0 20px;
    display: flex;
    column-gap: 50px;
}
.ed-product .section-product-details .onsale{
    display: none;
}
.ed-product .section-product-details .summary .available-on-backorder{
    color: #004975;
}
.ed-product .section-product-details .summary .ed-availability-date{
    display: inline-block;
    padding: 8px 16px;
    background-color: #fff3cd;      
    border: 1px solid #ffc107;     
    border-radius: 6px;
    font-family: lato;
    font-size: 12px;
    color: #ff8000;                 
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.thumbnails img{
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.product_title {
    font-family: "Sora";
    font-size: 50px;
    font-weight: 300;
    margin: 0;
}
.woocommerce-product-rating{
    display: flex;
    padding: 15px 0px;
    column-gap: 10px;
}
.woocommerce-product-rating .ed-stars{
    color: #FFDF51;
}
.woocommerce-product-rating .woocommerce-review-link{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.woocommerce-product-details__short-description{
    line-height: 1.6em;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 60px;
}
.price{
    font-size: 24px;
}
.woocommerce-product-gallery__wrapper{
    display: flex;
    column-gap: 20px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main{
    position: relative;
    overflow: hidden;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main .ed-product-flash{
    transform: translateX(-43%) translateY(170%) rotate(-45deg);
}
.woocommerce-product-gallery__wrapper .thumbnails{
    row-gap: 10px;
    display: flex;
    flex-direction: column;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main .woocommerce-product-gallery__image{
    height: 100%;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main .woocommerce-product-gallery__image a{
    height: 100%;
    display: block;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .wp-post-image{
    height: 100%;
    object-fit: contain;
}
.woocommerce-product-gallery__wrapper, 
.woocommerce-product-gallery .wp-post-image {
    touch-action: pan-y;
}
.woocommerce-product-gallery .wp-post-image{
  touch-action: pan-y;
  will-change: transform, opacity;
}
.section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-left, .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-right{
    display: none;
}
.add-to-cart-form{
    display: flex;
    column-gap: 10px;
}
.quantity-form{
    display: flex;
}
.quantity-form .decrease-quantity-button{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    cursor: pointer;
    user-select: none;
}
.quantity-form input{
    height: 40px;
    padding: 0 5px;
    font-size: 20px;
    width: 60px;
    text-align: center;
}
.quantity-form .increase-quantity-button{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    cursor: pointer;
    user-select: none;
}
.cart{
    display: flex;
    flex-direction: column;
    column-gap: 10px;
}
.input-text{
    padding: 14px;
}
.single_add_to_cart_button{
    background-color: #004975;
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
}
.ed-extra-buttons{
    display: flex;
    column-gap: 40px;
    margin-top: 40px;
}
.ed-extra-buttons .ed-button{
    border: 2px solid #004975;
    color: #004975;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    cursor: pointer;
    text-decoration:none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.ed-extra-buttons .ed-button.arlab__webfit__try{
    box-shadow: none;
    text-transform: none;
    color: #184975;
    white-space: normal;
    text-align: left;
    background: unset;
    max-width: unset;
}
.ed-extra-buttons .ed-button.arlab__webfit__try:hover{
    color:#fff;
}
.ed-extra-buttons .ed-button:hover{
    background-color: #004975;
    color: #fff;
}
.ed-extra-buttons .ed-button .ed-button-content{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.ed-extra-buttons .ed-button .ed-button-content.ed-hidden{
    display: none;
}
.ed-extra-buttons .ed-button#ed-product-trying-online .fa-spinner{
    animation: spin 1s linear infinite;
}
.product_meta{
    margin-top: 30px;
}
.product_meta a{
    text-decoration: none;
    color: #000;
}

.iworks-omnibus{
    font-size: 12px;
    color: #999;
}


.section-product-additional-details{
    max-width: 1600px;
    width: 100%;
    margin: 60px auto 0 auto; 
}
.section-product-additional-details .content{
    padding: 0 20px;
}
.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
.tabs li{
    font-family: "Sora";
    font-size: 30px;
}
.tabs li a{
    text-decoration: none;
    color: #000;
}
.tabs li.active a{ 
    color: #004975;
}
.woocommerce-tabs{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-Tabs-panel h2:first-child{
    height: 0;
    margin: 0;
    overflow: hidden;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description .ed-extra-desc-general-text{
    margin-bottom: 40px;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description .ed-extra-desc-sections .ed-columns{
    display: flex;
    column-gap: 40px;
    margin-bottom: 40px;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description .ed-extra-desc-sections .ed-columns .ed-column{
    width: 50%;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description .ed-extra-desc-sections .ed-columns-text-justify{
    text-align: justify;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description .ed-extra-desc-sections .ed-columns pre{
    white-space: normal;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description .ed-extra-desc-sections img{
    width: 100%;
    height: auto;
}
section.faq { margin: 2rem 0; }
.faq-list { display: grid; gap: .75rem; }
.faq-item { border: 1px solid #e5e7eb; border-radius: .5rem; padding: .5rem .75rem; }
.faq-item > summary { cursor: pointer; font-weight: 600; list-style: none; }
.faq-item[open] > summary { border-bottom: 1px dashed #e5e7eb; margin-bottom: .5rem; padding-bottom: .25rem; }
.faq-a p { margin: .5rem 0 0 0; }


#comments{
    padding: 40px 0;
}
#comments .commentlist{
    list-style: none;
    padding: 0;
}
#comments .review:not(:first-child){
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
    margin-top: 20px;
}
#comments .review img{
    border-radius: 2000px;
}
#comments .comment_container{
    display: flex;
    column-gap: 40px;
}
#comments .ed-review-user{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#comments .meta{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#review_form_wrapper{
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 20px;
}
.comment-reply-title{
    font-size: 20px;
    font-weight: 600;
}

.comment-form .stars {
    margin:0;
}
.comment-form .comment-form-rating{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
}
.comment-form .stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    color: #000;
    text-decoration: none;
    box-shadow: none;
}
.comment-form .stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    text-indent: 0;
}
.comment-form .stars a::before {
    color: #000;
}
.comment-form .stars:hover a::before{
    color: #004975;
    font-weight: 600;
}
.comment-form .stars a:hover ~ a::before {
    color: #000; 
    font-weight: 400;
}
.comment-form .stars.selected a:not(.active)::before {
    content: "\f005";
    color: #004975;
    font-weight: 900;
}
.comment-form .stars.selected a.active~a::before {
    content: "\f005";
    color: #000;
    font-weight: 400;
}
.comment-form .stars.selected a.active::before {
    content: "\f005";
    color: #004975;
    font-weight: 900;
}
.comment-form .comment-form-comment{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.comment-form #comment{
    padding: 15px 25px;
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 1.6em;
    border: 1px solid #dad9dc;
    border-radius: 5px;
}
.comment-form .submit{
    background-color: #004975;
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
}









.related{
    margin-top: 80px;
}
.related .products{
    clear: both;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    list-style: none;
    margin: 0;
    padding: 40px 0 0 0;
}
.related .product{
    border: 1px solid #dad9dc;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.related .product a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
    position: relative;
}
.related .product a img{
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.related .product .onsale {
    position: absolute;
    z-index: 20;
    width: 150%;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    transform: translateX(23%) translateY(100%) rotate(45deg);
    text-align: center;
    top: 0;
    padding: 4px 0px;
    background-color: #0ba607;
}
.related .product .ed-short-description{
    height: 180px;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
}
.related .product .ed-short-description::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.related .product .attachment-woocommerce_thumbnail{
    transition: 0.3s all ease-in;
}
.related .product .woocommerce-loop-product__title{
    transition: 0.3s all ease-out;
    padding: 0px 20px 10px 20px;
}
.related .product .ed-stars{
    color: #FFDF51;
}
.related .product .ed-actions{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    column-gap: 10px;
}
.related .product .ed-actions .ed-buttons{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.related .product .button{
    background-color: #004975;
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
}
.related .product .button:hover{
    background-color: #095e91;
}
.related .product .price{
    font-weight: 600;
}


.up-sells{
    margin-top: 80px;
}
.up-sells .products{
    clear: both;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    list-style: none;
    margin: 0;
    padding: 40px 0 0 0;
}
.up-sells .product{
    border: 1px solid #dad9dc;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.up-sells .product a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.up-sells .product a img{
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.up-sells .product .ed-short-description{
    height: 180px;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
}
.up-sells .product .ed-short-description::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.up-sells .product .attachment-woocommerce_thumbnail{
    transition: 0.3s all ease-in;
}
.up-sells .product .woocommerce-loop-product__title{
    transition: 0.3s all ease-out;
    padding: 0px 20px 10px 20px;
}
.up-sells .product .ed-stars{
    color: #FFDF51;
}
.up-sells .product .ed-actions{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    column-gap: 10px;
}
.up-sells .product .ed-actions .ed-buttons{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.up-sells .product .button{
    background-color: #004975;
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
}
.up-sells .product .button:hover{
    background-color: #095e91;
}
.up-sells .product .price{
    font-weight: 600;
}



/* Image preview */

.image-preview{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000090;
    z-index: 999999;
    transform:translateZ(10px);
    display:none;
    justify-content:center;
    align-items:center;
    transition: 0.3s all ease-out;
    opacity:0;
}
.image-preview .image-preview_holder{
    width:100%;
    height:100%;
    max-width:900px;
    max-height:800px;
    background-color: #fff;
    border-radius: 20px;
}
.image-preview .image-preview_holder .image-preview_content{
    position:relative;
    display:flex;
    height:100%;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-left, .image-preview .image-preview_holder .image-preview_content .image-preview_arrow-right{
    width:50px;
    min-width: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size: 40px;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-left:hover{
    background-color:#F4F4F440;   
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-right:hover{
    background-color:#F4F4F440;   
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-left i, .image-preview .image-preview_holder .image-preview_content .image-preview_arrow-right i{
    color:#000;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_image{
    flex-basis:0;
    flex-grow:1;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 20px 0;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_image img{
    width:80%;
    height: 100%;
    object-fit: contain;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_close{
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_close i{
    color:#000;
    padding:20px;
	font-size: 30px;
}




/* -------------------------------------------- */
/*              Prescription glasses            */
/* -------------------------------------------- */
.ed-prescription-glasses-container{
	margin: 1rem 0;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px;
}
.ed-rx-tip{
    border: 5px solid #004975;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 600;
}
.ed-rx-tip i{
    font-size: 30px;
    color: #004975;
}
.ed-rx-title{
    font-size: 30px;
    font-weight: 600;
}
.ed-rx-subtitle{
    font-size: 25px;
    font-weight: 600;
}
.ed-rx-option{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
	font-weight: 600;
}
.ed-rx-option input{
    width: 15px;
    height: 15px;
}
.ed-rx-panel{
	display: none;
	margin-top: 14px;
}
.ed-rx-section-pd{
	border: 0;
	padding: 0;
	margin: 0 0 16px 0;
}
.ed-rx-section-pd legend{
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.ed-rx-section-pd .ed-rx-pd-option{
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
}
.ed-rx-section-pd .ed-rx-pd-option:first-child{
	margin-right: 1rem;
}
.ed-rx-section-pd .ed-rx-pd-value{
	margin-top: 0.5rem;
}
.ed-rx-section-pd .ed-rx-pd-value label{
	display: block;
	max-width: 240px;
	width: 100%;
}
.ed-rx-section-pd .ed-rx-pd-value input{
	width: 100%;
	padding: 15px 25px;
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 1.6em;
    border: 1px solid #dad9dc;
    border-radius: 5px;
}
.ed-rx-section-pd  .ed-rx-pd-values{
	display: none;
	margin-top: 0.5rem;
}
.ed-rx-section-pd  .ed-rx-pd-values > div{
	display: flex;
	gap: 0.75rem;
	max-width: 500px;
	flex-wrap:wrap;
}
.ed-rx-section-pd  .ed-rx-pd-values label{
	flex: 1 1 240px;
}
.ed-rx-section-pd  .ed-rx-pd-values input{
	padding: 15px 25px;
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 1.6em;
    border: 1px solid #dad9dc;
    border-radius: 5px;
}
.ed-rx-section-eyes{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
	gap: 16px;
}
.ed-rx-section-eyes .ed-rx-eye{
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 12px;
}
.ed-rx-section-eyes .ed-rx-eye legend{
	font-weight: 600;
}
.ed-rx-section-eyes .ed-rx-eye .ed-rx-eye-sphere{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
	margin-bottom: 0.5rem;
}
.ed-rx-section-eyes .ed-rx-eye .ed-rx-eye-sphere select{
	padding: 15px 25px;
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 1.6em;
    border: 1px solid #dad9dc;
    border-radius: 5px;
}
.ed-rx-section-eyes .ed-rx-eye .ed-rx-eye-cylaxis{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0.5rem 0;
	cursor: pointer;
}
.ed-rx-section-eyes .ed-rx-eye .ed-rx-eye-cylaxis-box{
	display: none;
}
.ed-rx-section-eyes .ed-rx-eye .ed-rx-eye-cylaxis-box > div{
	display: flex;
	gap: 0.75rem;
}
.ed-rx-section-eyes .ed-rx-eye .ed-rx-eye-cylaxis-box label{
	width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.ed-rx-section-eyes .ed-rx-eye .ed-rx-eye-cylaxis-box select{
	padding: 15px 25px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #444;
    line-height: 1.6em;
    border: 1px solid #dad9dc;
    border-radius: 5px;
}






/* WPLoyal points */
.related .wlr-product-message{
    display: none !important;
}
.up-sells .wlr-product-message{
    display: none !important;
}

/* 3+1 promo */
.ed-3plus1-promo-box{
    border: 1px solid var(--primary-color);
    padding: 15px;
    border-radius: 20px;
    margin: 20px 20px 0 20px;
}
.ed-3plus1-promo-box span{
    margin-left: 10px;
}

/* -------------------------------------------- */
/*                                              */
/*             Animations                       */
/*                                              */
/* -------------------------------------------- */

@keyframes spin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .spin { animation: none; }
}


/* -------------------------------------------- */
/*                                              */
/*             Responsiveness                   */
/*                                              */
/* -------------------------------------------- */

@media screen and (min-width: 1400px) and (max-width: 1600px){
    .ed-product-before-single-product{
        max-width: 1360px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .ed-product-before-single-product{
        max-width: 1160px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
    .ed-product-before-single-product{
        max-width: 960px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px){
    .ed-product-before-single-product{
        max-width: 720px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px){
    .ed-product-before-single-product{
        width: calc(100% - 40px);
    }
    .ed-product .section-product-details .content .col-left{
        width: 40%;
    }
    .woocommerce-product-gallery__wrapper{
        flex-direction: column-reverse;
    }
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
        width: 100%;
        background-image: none !important;
    }
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img{
        width:100%;
        height: auto;
    }
    .woocommerce-product-gallery__wrapper .thumbnails{
        display: flex;
        overflow: auto;
        flex-direction: row;
    }

    .product_title{
        font-size: 40px;
    }

    .related .products{
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }
    .up-sells .products{
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }

}
@media screen and (max-width: 768px){
    .ed-product-before-single-product{
        width: calc(100% - 40px);
    }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__main .ed-product-flash{
        transform: translateX(-39%) translateY(142%) rotate(-45deg);
    }
    .woocommerce-product-gallery__wrapper .thumbnails{
        overflow: auto;
        flex-direction: row;
    }
    .ed-product .section-product-details .content{
        flex-direction: column;
    }
    .woocommerce-product-gallery__wrapper{
        flex-direction: column-reverse;
        row-gap: 10px;
    }
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
        width: 100%;
        background-image: none !important;
    }
    .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image img{
        width:100%;
        height: auto;
    }
    
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .wp-post-image{
        /*width: auto;*/
    }
    .quantity-form{
        justify-content: center;
    }
    .add-to-cart-form{
        row-gap: 10px;
        flex-direction: column;
    }
    .ed-extra-buttons{
        flex-direction: column;
        row-gap: 20px;
    }
    
    .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails{
        position:relative;
        display:flex;
        border-radius:10px;
        margin-top:10px;
        width: 100%;
    }
    .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-left, .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-right{
        width:50px;
        min-width: 50px;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        font-size: 40px;
    }
    .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-left:hover, .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .arrow-right:hover{
        background-color:#F4F4F490;
    }
    .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .gallery-thumbnails{
        overflow:hidden;
        flex-basis: 0;
        flex-grow: 1;
        padding:10px 0;
    }
    .section-product-details .content .col-left .woocommerce-product-gallery__thumbnails .gallery-thumbnails .thumbnails{
        display:flex;
        transition:all 0.5s ease-out;
    	width: fit-content;
    }
    .woocommerce-product-gallery__wrapper .thumbnails{
        display: flex;
        column-gap: 10px;
        flex-direction: row;
    }
    .ed-product .section-product-details .content .col-right{
        margin-top: 40px;
    }
    .product_title{
        font-size: 30px;
    }
    .woocommerce-product-details__short-description{
        font-size: 16px;
    }
    .related .products{
        grid-template-columns: 1fr;
    }
    .up-sells .products{
        grid-template-columns: 1fr;
    }
    
    .woocommerce-tabs img{
        width: 100%;
    }
    .woocommerce-tabs .woocommerce-Tabs-panel--description .ed-columns{
        flex-direction: column;
        row-gap: 40px;
    }
    .woocommerce-tabs .woocommerce-Tabs-panel--description .ed-extra-desc-sections .ed-columns .ed-column{
        width: 100%;
    }
}