
.ctcl-add-cart{
    color:rgba(255,255,255,1)!important;
    background-color:rgba(61,148,218,1);
    font-size: 16px!important;
    padding-left:25px!important;
    margin-top:5px!important;
}
.ctcl-checkout-button{
    color:rgba(255,255,255,1)!important;
    background-color:rgba(61,148,218,1);
    font-size: 16px!important;

}
.ctcl-checkout-button:active,
.ctcl-add-cart:active{
    color:rgba(255,255,255,0.9);
}
.ctcl-checkout-button:hover,
.ctcl-add-cart:hover{
    color:rgba(255,255,255,1);
}
.ctcl-setting-variation2-label,
.ctcl-setting-variation1-label,
.ctcl-setting-variation2,
.ctcl-setting-variation1,
.inspect-product-price,
.inspect-shipping-cost,
.inspect-product-name{
    width:90%;
    margin-left:10px;
}
.ctcl-media-button{
    
    margin-left:auto;
    margin-right:auto;
    display: block;
    background-color:rgba(61,148,218,1);
    color:rgba(255,255,255,1);
    margin-bottom:10px;
}
.ctcl-media-button:hover{
    color:rgba(255,255,255,0.8);
}

.ctcl-checkout{
    width:85%;
}

.ctcl-product-container{
   
    padding:5px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.product-price-container{
    font-size: 17px;
}

.ctcl-qty{
    width:100px;
    height:35px;
}
.ctcl-quantity{
    line-height: 1.5;
    height:40px;
}
.ctcl-plus-qty,
.ctcl-minus-qty{
font-size:23px;
cursor:pointer;
}

.ctcl-checkout-container{
    width:85%;
   
}
.ctcl-variation-2 label,
.ctcl-variation-1 label{
    display:block!important;
}
.ctcl-variation-2 select,
.ctcl-variation-1 select{
width:195px!important;
}

#ctcl-variation-1,
#ctcl-variation-2{
    min-height:40px;
    min-width:195px;
}

.css-bmkl3j-Container{
    width:200px!important;
}



/* Hide scrollbar for Chrome, Safari and Opera */
.ctclig-image-list::-webkit-scrollbar {
    
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .ctclig-image-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .ctclig-main-image{

    background: url('') center center / contain no-repeat rgb(255, 255, 255,0.5);
    max-height: 90%; 
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
    display: block;
   border:1px solid rgba(0,0,0,1);
   margin-bottom:2px;
  }

  .ctclig-image-list{
    margin-bottom:2px;
    max-height: 100%; 
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
    display:block;

  }