/** Shopify CDN: Minification failed

Line 87:0 Expected "}" to go with "{"

**/
.pwarant-img img{width: 110px;padding: 10px;}

a.new-btt {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    display: block;
    width: fit-content;
    border: 1px solid #000000;
    padding: 10px 20px;
    margin: 0 auto;
    color: #000000;
    opacity: 1;
    margin-bottom: 50px;
    /* pointer-events: all; */
    /* -webkit-appearance: none; */
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -ms-transform: translate3d(0, 100%, 0);
    float: none;
    transition: all 0.3s ease-out;
}
a.new-btt:hover{
background:#000;
  color:#fff;
  transition: all 0.3s ease-out;
  
}

/*Tracking page edits*/

/*desktop*/
@media only screen and (min-width: 790px){
  #YQNum{
    display: inline-block;
    width: 365px;
    border: 2px solid #bdc3c7;
    border-radius: 4px;
    font-size: 16px;
  }
  
  #YQNum-btn{
    margin-left: 6px;
    border-radius: 4px;
    width: 125px;
  } 
}
      
/*tab*/
@media only screen and (max-width: 789px){
	#YQNum{
     display: inline-block;
     width: 290px;
     border: 2px solid #bdc3c7;
     border-radius: 4px;
     font-size: 16px;
   	}
  	#YQNum-btn{
      margin-left: 5px;
      border-radius: 4px;
      width: 120px;	
}
/*phone*/
 @media only screen and (max-width: 480px){
 	#YQNum{
      display: inline-block;
      width: 180px;
      border: 2px solid #bdc3c7;
      border-radius: 4px;
      font-size: 16px;
    }
    #YQNum-btn{
      margin-left: 5px;
      border-radius: 4px;
      width: 110px;
  	}  }
