@media (max-width:767px)
{.mobile-hide{display:none;}
 .form-control {height: auto;padding: 2px;}
 #header .btn {padding: 0px;border-radius: 5px;}
}
@media (max-width:425px)
{.header-inner-right-wrapper{width:80%;}
        .fixed-wrapper{position: absolute;
    right: 10px;
    top: 150px;}
    #main-nav-container #main-nav #responsive-nav ul{position:inherit;width:300px;}
    }
.text-line-through {
    color: #626564;
    text-decoration: line-through; 
}
 .float-left{float:left;}
 .float-right{float:right;}
.p-t-10 {
    padding-top: 10px;
}
.p-l-10 {
    padding-left: 10px;
}
 .p-r-10{padding-right:10px;}
 .m-r-10{margin-right:10px;}
.m-t-10 {
    margin-top: 10px;
}
.m-t-30 {
    margin-top: 30px;
}
 .p-2{padding:2px 2px;}
 .p-5{padding:5px 5px;}
 .width-auto{width:auto;}
 .shopCart td, th{border:none;border-bottom:1px solid #f0f0f0;}
 .text-bold{font-weight:bold;}
.border  {
    border: 1px double #d1d5d6; border-radius:5px;
}