.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.reg-sms
{
	width: 60%;margin: 0 auto;
}
.cart-empty{
    font-size: 20px;
    text-align: center;
    color: #e57838;
}
.error-message
 {
    color: red;
    margin-top: 5px;
    /*margin-top: -19px;*/
 }
button:focus{outline: none !important;}
.active1
{
    background: #e57838;
     color: #ffffff;
    border: 1px solid #e57838;
}

.profile-form.form-login div[class^="col-"]:first-child {
    border: none;
    padding-right: 15px;
}
.opacity-fade1 {
     /*background:*/
    opacity: 0.7;
    position: relative;
}
@media screen and (min-width: 992px){
   .cart-table1 .responsive-width{
        width: 11%;
        padding: 15px 0;
    }
    .responsive-btn-wid{
        width: 20%;
    }
    .cart-table1 .responsive-width .cart-head{
        font-size: 18px;
    }
}

.pay-opt{
   margin-top: 32px;
    padding: 0;
    /*text-align: center;*/
}
.pay-opt li{
    display: inline-block;
    margin-right: 20px;
}
.pay-opt li span{
    font-size: 14px;
    font-weight: 600;
}
#theme_result div[class^="col-"]{
    margin-bottom: 40px;
}
#theme_result div[class^="col-"] label{
    width: 100%;
    text-align: center;
}
.search-theme-radio
{
    padding: 0;
    border: 0;
    margin-top: 20px;
}
.search-theme-radio label.btn span, .search-theme-radio i{font-size: 16px;}
.search-theme-radio label.btn span{top: 0;}
.ClickOnOpen{cursor: pointer;}
.tearms
{
    margin-bottom: 20px;
    /* text-align: center; */
    /* display: inline-block; */
    margin-right: 20px;
}
.tearms input[type="checkbox"]{
    margin-right: 8px;
}
.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
   transition: all .6s ease;
  -webkit-transition: all .6s ease;
}
.checkboxActive, input[type=radio]:checked + label>img , .grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.new-size
{
  font-size: 28px !important;
}
.add-coupon1 {
   border-top: 1px solid #ccc;
    margin: 4px 0px 4px 0px;
}


