/*single product*/
.avia_cart_buttons,
#top.single-product .inner_product_header,
.single-product-main-image .thumbnails,
.stretch_full {
    display: none;
}

#top.single-product a.back_cat {
    display: flex;
    gap: 4px;
    margin-bottom: 35px;
    line-height: 24px!important;
}
#top.single-product .template-shop  {
    padding-top: 35px;
}


.woocommerce-product-view .product-button .product-buttom {
    display: flex;
    gap: 8px;
}


#top.single-product .woocommerce-product-view  h2.woocommerce-loop-product__title {
    
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
}
#top.single-product .woocommerce-product-view  h2.woocommerce-loop-product__title a {
    color: #48465B!important;
}
#top.single-product .woocommerce-product-view .inner_product {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 8px;
    gap: 8px;
}
#top.single-product .woocommerce-product-view .inner_product .product-title {
    order: 2;
}

body#top.single-product .woocommerce-product-view .inner_product .price {
    font-size: 20px!important;
    line-height: 1!important;
}

#top.single-product .template-shop .single-product-main-image .images a {
    border: none;
    border-width: 0px;
}
#top.single-product #wrap_all .all_colors h1.product_title {
    overflow: hidden;
    color: #48465B;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
#top.single-product div.product .woocommerce-product-gallery img {
    padding: 0;
    border: none;
    border-radius: 10px;
}
@media (min-width: 687px) {
    .summary.entry-summary {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 20px!important;
    }
    #top.single-product .single-product-main-image {
        width: 320px;
        margin-right: 24px;
        padding-bottom:0!important;
        background: #fff;
        border-radius: 10px;
    }
}
@media (max-width: 686px) {
    #top.single-product .template-shop .Product_button_block {
        gap: 5px;
        margin-top: 35px;
        margin-bottom: 30px;
        align-items: center!important;
        flex-direction: column;
    }
    .related ul.products, .upsells.products ul.products, .related ul, .upsells.products ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .responsive #top #main .products .product {
        width: 49%!important;
    }
}
#top.single-product .main_color a {
    color: #00ACAD;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#top.single-product .template-shop .product_meta,
#top.single-product .template-shop .meta-lang{
    display: flex;
    flex-direction: column;
    color: #83809D;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    top: 0;
}
#top.single-product .template-shop .meta-lang {
    flex-direction: row;
}



/*new block*/
.single-product-summary {
    height: 100%;
}

/*remove sidebar single page*/
#top.single-product #main .single-product-main-image .sidebar {
    display: none;
}

/*new meta*/
#top.single-product .template-shop .Product_meta_block > div {
    display: flex;
    justify-content: space-between;
    color: #83809D;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}

#top.single-product .template-shop .Product_meta_block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#top.single-product .template-shop .Product_meta_block > div:after {
    content: '';
    position: absolute;
    background: #E9E8ED;
    width: 100%;
    height: 0.5px;
    bottom: 3px;
    /*z-index: -1;*/
}
#top.single-product .template-shop .Product_meta_block > div > div,
#top.single-product .template-shop .Product_meta_block span {
    background:#F8F8F8;
    z-index: 1;
}


#top.single-product .template-shop .product_meta > span {
    display: flex;
    /*justify-content: space-between;*/
    position: relative;
    z-index: 1;
}

#top.single-product .template-shop .product_meta > span:before {
    content: '';
    position: absolute;
    background: #E9E8ED;
    width: 100%;
    height: 0.5px;
    bottom: 5px;
    z-index: -1;
}

#top.single-product .template-shop .Product_button_block {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: flex-end;
}

#top.single-product  .product-buttom-button {
   
 
}


.product-buttom-rating {
    display: flex;
}
.product-buttom-rating-average {
    color: #9498A5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-left: 4px;
}

.Product_button_block .product-buttom {
    display: flex;
    gap: 8px;
}
.single-product-summary .price.sale {
/*    color: #F44336!important;*/
    text-decoration:line-through!important;
}

.single-product-summary .price {
    color: black!important;
}

body#top .price, 
body#top .price span,
body#top del, 
body#top ins {
    color: #48465B!important;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
body#top .price span,
body#top .price.sale {
    font-weight: 500!important;
} 




#top.single-product  .product-buttom-button a {
    background-color: #00ACAD;
    color: #FFF!important;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 4px 32px;
     border-radius: 3px;
}



#top.single-product .price, div .stock {
    color: #00ACAD;
}

#top.single-product div.product p.price {
    color: #00ACAD;
    font-size: 1.3em;
}











#top.single-product .template-shop .container {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 48px;
}

#top.single-product .product {
    width:100%;
}

#top.single-product .avia-section {
    border: none!important;
    background: #F8F8F8!important;
}

.woocommerce-notices-wrapper {
    order: 0;
}
.woocommerce-product-description {
        margin-top: 32px;
/*        order: 2;*/
}
.woocommerce-product-description-content {
    color: #48465B;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.woocommerce-product-description h2,
#top.single-product .woocommerce-product-view h2,
#top.single-product .related.products > h2 {
    color: #48465B!important;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
.woocommerce-product-view {
    margin-top: 48px;
}


#top.single-product .related li .product-cat,
#top.single-product .related li .product-tag,
#top.single-product .related li .product-description,
#top.single-product .related li .product-button,
#top.single-product .related li .avia_cart_buttons {
    display: none!important;
}

/*popup*/

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
    z-index: 999999999;
    display: flex;
    align-items: center;
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay.open {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  max-width: 450px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup h2 {
  margin-top: 0;
  color: #666;

}
.popup .close {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 20px;
      right: 20px;
      opacity: 0.8;
      transition: all 200ms;
      font-size: 24px;
      font-weight: bold;
      text-decoration: none;
      color: #666;
    z-index: 9999999999999;
     /* display: flex;*/
        /*align-items: center;*/
}
.popup .close:hover {
  opacity: 1;
}
.popup .content2 {
  max-height: 400px;
  overflow: auto;
}

a.go_agree_website {
    display: flex;
    justify-content: center;
    border: 1px solid;
    padding: 10px;
    color: white;
    background: #00ACAD;
    font-size: 18px;
}
.popup p {
  margin: 0 0 1em;
}
.popup p:last-child {
  margin: 0;
}