.modal{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img__modal{
    width: 100%;
    max-width: 761px;
    max-height: 650px;
  }

  .modal__boton{
    width: 50px;
    height: 50px;
    color: #FFF;
    font-weight: bold;
    font-size: 25px;
    font-family: monospace;
    line-height: 50px;
    text-align: center;
    background: red;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  #arrows{
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
  }
    .owl-controls{
     display: block!important;
  }

  .slider-items-products .owl-buttons .owl-prev a::before{
    font-size: 70px!important;
    color: #ff6100!important;
  }

  .slider-items-products .owl-buttons .owl-next a::before{
    font-size: 70px!important;
    color: #ff6100!important;
  }

  .product-view .slider-items-products .owl-buttons a{
    background: #fff!important;
  }

  .product-view .product-img-box .product-image .owl-next{
    right: -44px!important;
  }
  .atras{
    left: 6px;
  }
  .adelante{
    right: 17px;
  }
  .boton-full{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }