/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
   
 .product-cover {
    width:75% !important;
    float:right;
    }
     
    .js-qv-mask {
      float: left !important;
      width: 23% !important;
      margin-top: 0px !important;
      
    }
       
     
    .product-images {
    max-width:100% !important; 
    height:305px !important;
    margin-top:10px;
    }
     
    .product-images ul {
    max-width:100% !important; 
    height:285px !important;
    overflow:visible !important;
    
    }
    
    .product-images>li.thumb-container {
        display: flex !important;
    }
     
    .view_scroll_spacer, .carousel-controls {
    top: 0px !important;
    } 
    
    
    .scroll-box-arrows .left  {
      left: 40px !important;
       top: -60px !important;
       -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    }
     
    .scroll-box-arrows .right {
      left: 40px !important;
      top: 295px !important;
      -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    }