* {
    box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .single_product .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .single_product .mySlides {
    display: none;
    justify-self: center;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .single_product .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .single_product .prev,
  .single_product .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .single_product .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .single_product .prev:hover,
  .single_product .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .single_product .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .single_product .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .single_product .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .single_product .column {
    float: left;
    width: 16.66%;
    border: 1px solid #0003;
  }
  
  /* Add a transparency effect for thumnbail images */
  .single_product .demo {
    opacity: 0.6;
  }
  
  .single_product .active,
  .single_product .demo:hover {
    opacity: 1;
  }

  .single_product .mySlides img{
    width: auto !important;
    height: 300px;

    border: 1px solid #0002;
    box-shadow: 0px 6px 10px #0004;
  }
  .single_product .large_photos_sec{
    height: 330px;
  }
  .single_product .product_gallery .prev, .single_product .product_gallery .next{
    background-color: #cb565647!important;
  }


  .single_product .variant_content{
    margin-top: 10px;
    padding: 8px;
    box-shadow: 0px 0px 4px #0005;
  }
  .single_product .opt_label{
    padding: 0px 15px 0px 2px;
  }
  .single_product .opt_radio_btn{
    padding-right: 4px;
  }
  .single_product .opt_span{
    padding-left: 4px;
  }
  .single_product .prod_common_feature{
    padding-left: 3px;
  }
  .single_product .prod_common_feature.line_2{
    padding-left: 3px;
  }
  .single_product .prod_comm_feat_svg{
    margin-left: -25px;
  }


  .qty_box{
    display: flex;
  }
  .qty_box .prod_qty_input{
    width: 55px;
  }
  .out_of_stock_txt{
    color: red;
    font-weight: 600;
  }
  .minus_btn, .plus_btn{
    padding: 0px 11px;
    font-size: 1.5em;
    margin: 0px 2px;
  }
  .specs_tbody tr td:nth-child(1){
    font-weight: 600;
  }
  .specs_box{
    padding: 20px 10px;
  }