.ollamynameisdora{
    padding:2px;
}
@media screen and (max-width: 1200px) {
  .modal-popup._inner-scroll .modal-inner-wrap {
    width: 95% !important;
  }
}


@media screen and (max-width: 767px) {
  .quickshop-wrapper .quickshop-media.product.media,
  .quickshop-wrapper .quickshop-tabs{
  width: 100% !important;
  }
}

@media screen and (max-width: 760px) {
  .product-info-right-container .benefits-info {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .product-info-customblocks {
    display: flex;
    flex-direction: column;
  }

  .table.measurments {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {

  .catalog-product-view .product-info-main .box-tocart .product-info-price .price-box .has-special-price span,
  .product-options-bottom .price-box .old-price .price-container .price,
  .product-info-price .price-box .old-price .price-container .price {

    font-size: 20px !important;
  }

  .cdz-product-top .main-image img {
    width: 150px !important;
    height: 150px !important;
  }
  .owl-item .product-item .price-box {
    align-items: center;
    flex-direction: column-reverse;
  }
  .owl-item .product-item .price-box span {
    text-align: center;
  }
  .owl-item .product-item .price-box span {
    line-height: 22px;
  }
  .cms-home .product.name.product-item-name {
    text-align: center;
  }

  .owl-item .product-item .price-box span + span .price,
  .product-items .price {
    font-size: 14px !important;
  }
  .owl-item .product-item .price-box span{
  justify-content: start; 
  }
  .owl-item .product-item .price-box {
    flex-direction: column-reverse;
  }
  .product-info-customblocks {
    order: -1;
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
    .products-list .product-item-link, .products-grid .product-item-link {
      font-size: 14px;
    }
  .product-custom-section .custom-title{
  max-width: 100%;
  }
  .product-main-content .row.product-info-container {
    flex-direction: column-reverse;
  }
  .product-info-right-container .benefits-info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-wrap .quickshop-wrapper .quickshop-media.product.media {
    width: 100% !important;
    padding: 51px 0 13px;
  }
  .content-wrap .quickshop-wrapper .quickshop-tabs {
    width: 100% !important;
    float: right;
    padding: 56px 39px !important;
  }
  .content-wrap .fotorama__stage[data-fotorama-stage="fotorama__stage"] {
    height: 400px !important;
    width: 400px !important;
    margin: 0px !important;
    box-sizing: border-box;
  }
}
