/** Shopify CDN: Minification failed

Line 23:19 The "+" operator only works if there is whitespace on both sides

**/


/* CSS from section stylesheet tags */
.half-container{
    text-align: center;
    margin: 0px;
  }
  .full-container{
    text-align: center;
  }
  .img-ct-half{
    width: 45% !important;
    display: inline-block;
    margin: 5px;
  }

  .img-ct-full{
    width: calc(90%+10px) !important;
    display: inline-block;
    margin-top: 10px;
    max-height: 50px;
    position: relative;
    text-align: center;
  }  

  .title-head{
    text-align: center;
    font-size: calc(var(--typeHeaderSize)*0.85);
  }
  .img-head{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
  }
@media only screen and (min-width: 600px) {
    .error{
      display: flex !important ;
    }
    .left-error, .right-error{
      width: 49%;
    }
    .right-error{
      text-align: left;
    }
    .left-error{
      height: 10px;
    }    
    #searchbar {
        max-width: 90%;
    }  
    .player{
      transform: translateY(-30%);
    }
  }    

  @media only screen and (max-width: 600px) {
    .error{
      height: 600px;      
    }
    .left-error{
      transform: translateY(-45%);
    }
    .player{
      transform: scale(0.5);
    }
    .right-error{
      transform: translateY(-70%);
    }    
    .section-header__title{
      font-size: 24px;
    }
  }
    .gold{
      color : #b2965d;
    }
    a:hover{
      color: #b2965d;
    }  
    .error-heading{
      margin-top : 50px;
    }  
    .right-error{
      text-align: left;
    }  
    #options{
      list-style: none;    
    }
    .explain{
      color: lightgray;
      margin: 0px !important;
    }
    #product-error{
      margin: 0px !important;
    }
    #explore{
      font-size: 8px;
      margin-top: 20px;
    }
    #searchbar{
      margin-right: 20px;
    }
.search-container{
    text-align: center;
  }
.sticky-product{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: white;
    top: 0px;
    z-index: 100;
    display: inline-flex;
    box-shadow: 0px 2px 12px 1px rgb(0 0 0 / 60%);
  }
  .p-left, .p-right{
    display: inline-block;
  }
  .p-left{
    width: 65%;
  }

  .p-right{
    text-align: right;
    width: 25%;
  }

  .img-view{
    display: inline-block;
    margin: 10px;
  }
  .p-button{
    border: solid;
    margin: 24px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;    
  }
  .p-title{
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 0;    
  }
  .p-price{
    margin-left: 10px;    
  }

 @media only screen and (max-width: 600px) {
     .p-button{
       border-width: 1px;
     }
    .p-title{
      font-size: 12px;
      margin-left: 5px;
    }
   .p-price{
     font-size: 10px;
     margin-left: 5px;
   }
    .p-button{
      border: solid;
      margin: 24px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;    
      font-size: 14px; 
    }
    .p-left{
      display: inline-block;
      width: 30%;
    }   
   .p-right{
      display: inline-block;
      width: 45%;     
   }
  }