
                    
                    
                    
                    
                    /*================ UCart Button ================*/
.btn-ucart, .btn-ucart:active, .btn-ucart:target {
    background: url("https://cdn.ucart.com/images/uc-logo-white.png") no-repeat center center;    
    background-size:50% !important;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #000;
    border-radius: unset;
    width: 140px;
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    transition: outline 0.1s linear;
    margin-top:10px;
}

          
                
@media only screen and (max-width: 798px){
.btn-ucart, .btn-ucart:active, .btn-ucart:target {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: 12px;
    max-width: 100%;
    background-size:50% !important;
}        
}


                
.btn-ucart:hover{
    background: url("https://cdn.ucart.com/images/uc-logo-white.png") no-repeat center center;
    background-color: #000;
}

                                
.btn-ucart-soldout{
    background: url(https://cdn.ucart.com/images/uc-logo.png) no-repeat center center !important;
	background-color: #fff !important;
 	background-size: 100px !important;
    opacity:0.8 !important;
    display:none !important;
}
         
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                