@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

body{
    background: #ECF0F1;
}
.head{
    margin-bottom: 40px;
}
.bg-white{
    background-color: #fff;
    padding-bottom: 7px;
}
.container-col{
    padding-left: 25px;
    padding-right: 25px;
}
.container-col2{
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown{
    margin-top: 25px;
}
.dropdown-toggle{
   font-family: 'Open Sans', sans-serif;
    color: #151515; 
}
.dropdown-toggle:hover{
text-decoration: none;
color: #4E94DC;
}
.dropdown-menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu li a:hover{
    background: #ECF0F1;
}
.dropdown-menu{
    border-top: 3px solid #4E94DC;
}
.search{
    padding-right: 0;
    float: right;
    padding-top: 30px;
}
.search .fa{
    transition: all 400ms ease-in 0s;
    padding-right: 3px;
    font-size: 16px;
}
.search .fa:hover{
    color: #4E94DC;
    cursor: pointer;
}
.category{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.category h2{
      font-family: 'Open Sans', sans-serif;
    padding-top: 30px;
    margin-left: 30px;
    line-height: 70px;
}
.category h4{
      font-family: 'Open Sans', sans-serif;
    margin-left: 30px;
    font-size: 17px;
    width: 200px;   
}
.category p{
      font-family: 'Open Sans', sans-serif;
    margin-left: 35px;
    font-weight: bold;
     padding-bottom: 40px;
}
.products{
      margin-top: 20px;
    color: #fff;
}
.products figure{
    position: relative;
}
.products .overlay{
 position: absolute;
top:0;
left:0; 
text-align: center;
 width: 100%;
opacity: 0;
height: 100%;
 transition: all 400ms ease-in 0s;
 background: rgba(255,255,255,0.7);
}
.products figure:hover .overlay{
opacity: 1;
cursor: pointer;
}
.products .overlay-search{
    color: #000;
    font-size: 26px;
    margin-top: 100px;
    background: #fff;
    border-radius: 100px;
    padding: 20px;
}
.inner{
    background: #fff;
}
article h6{
    color: #1974D2;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}
article h4{
    color: #000;
    font-size: 22px;
    text-align: center;
}
article a{
    color: #000;
    transition: all 400ms ease-in 0s;
}
article a:hover{
     text-decoration: none;
    color: #4E94DC;
}
article p{
    width: 250px;
    margin: auto;
    color: #919191;
    text-align: center;
}
.btn-custom{
    color: #fff;
    background: #4E94DC;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
   padding: 8px 70px;
    font-weight: bold;
    transition: all 400ms linear;
}
.btn-custom p{
    text-align: center;
}
.btn-custom:hover{
    background: #0062C4;
    color: #fff;
}
.products .col-md-3{
margin-bottom: 30px;
}
ul{
       margin-top: 70px;
    padding:0; 
}
ul li{
    list-style-type: none;
}
.social li{
    float: left;
     padding: 12px;
     margin-right: 20px;
     color: #151515;
     font-size: 20px;
     transition: all 400ms ease-in 0s;  
}
.social li:hover{
    color: #0062C4; 
    cursor: pointer;
}
foot .about{
    padding-left: 10px;
    margin-top: 30px;
}
footer p{
    color: #919191;
    font-style: italic;
}
.heading{
    color: #0062C4;
    font-weight: bold;
}
.links{
    font-weight: bold;
}
.links li{
margin-bottom: 15px;
}
.links li a{
    color: #636363;
    text-decoration: none;
      transition: all 400ms ease-in 0s;  
}
.links li a:hover{
    color: #1974D2;
}
footer span{
    display: block;
width: 1230px;
height: 1px;
margin-top: 250px;
background:#e0e0e0;
}
.terms {
    margin-top: 40px;
}
.terms li{
float: left;
 margin-right: 50px;
 font-weight: bold;
 padding-right: 10px;
}
.terms li a{
    color: #636363;
}
.terms li a:hover{
    color: #0062C4;
    text-decoration: none;
}
footer img{
    margin-top: 20px;
}
.custom{
     padding: 15px 40px;
}
.custom a{
    color: #fff;
}
.text {
    color: #0062C4;
    font-size: 14px;
    font-weight: bold;
}
/* navbar border */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #0062C4;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
    right: 0; }
/*Productdetail*/
.products figure{
position: relative;
}
.products .fa-shopping-cart{
    position: absolute;
    top: 5px;
    left: 10px;
    color: #000;
    background: #636363;
    padding: 2px 10px;
    font-size: 40px;
   opacity: 0;
    transition: all 400ms ease-in 0s;
}
.products figure:hover .fa-shopping-cart{
   opacity: 1;
}
.products .fa-shopping-cart:hover{
color: #e0e0e0;
background: #B78F52;
}
.productdetail h2{
    margin-left: 50px;
}
.productdetail h3{
    color: #0062C4;
    font-size: 30px;
     margin-left: 50px;
}
.productdetail p{
     margin-left: 50px;
     margin-top: 30px;
    color: #919191;
    font-size: 16px;
}
.productdetail h5{
    color: #919191;
    margin-left: 50px;
    font-size: 18px;
}
.productdetail h5 a{
    color: #0062C4;
}
.productdetail h5 a:hover{
    text-decoration: none;
}
.star .rating{
    margin-left: 0;
}
select{
    padding: 10px 10px;
     margin-left: 50px;
}
.padding-zero{
    padding: 0;
}
.btncart{
     color: #fff;
    background: #1974D2;
    margin-top: 20px;
    margin-bottom: 20px;
   padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
    transition: all 400ms linear;
}
.btncart:hover{
    background: #000000;
    color: #fff;
}
.nav-tabs .active{
border-bottom: 1px solid #1974D2;
}
.tab-pane p{
    margin-top: 20px;
       color: #919191;
    font-size: 16px;
}
.bg-black{
    color: #000;
    margin-left: 30px;
}
.bg-black1 a{
      color: #000;
    margin-left: 30px;
}
.bg-black a:hover{
    text-decoration: none;
}
.bg-black1 a:hover{
    text-decoration: none;
}
del{
    color: #636363;
}
.hide {
    display: none;
}
.clear {
    float: none;
    clear: both;
}
.rating {
    width: 90px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    margin-left: 24px;
    position: relative;
}
.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}
.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #0062C4;
}
.form-control{
    background: none;
}
.form-inline .form-control{
    width: 1170px;
}
.btnsubmit{
    margin-left: 0;
    padding: 10px 60px;
    border-radius: 0;
}
.rate{
    font-size: 15px;
}
/*cart*/
.cart{
    margin-bottom: 30px;  
}
.cart h1{
text-align: center;
 font-family: 'Open Sans', sans-serif;
 font-size: 45px;
padding-top: 170px;
}
.cart p{
   padding-bottom: 200px;
}
.cart h3{
color: #ADADAF;
width: 500px;
font-size: 20px;
margin-left: auto;
margin-right: auto;
}
.cart .custom{
    background-color: #1668BD;
     padding: 12px 30px;
     box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.3);
}
/*My Account*/
.myaccount{
    padding-bottom: 80px;
}
.myaccount p{
    font-size: 18px;
    color: #7C7C95;
}
.myaccount .form-control{
    width: 600px;
    background: #fff;
    height: 45px;
}
.myaccount .btncart{
     padding: 10px 20px;
     margin-left: 0;
}
.myaccount h6 a{
    font-size: 17px;  
}
@media screen and (max-width:786px){
 .btn-custom{
        padding: 8px 30px;
    }
    footer span{
        display: none;
    }
    .cart h3{
    color: #ADADAF;
    width: 220px;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (max-width:992px) {
    .container-col{
        padding-left: 15px;
        padding-right: 15px;
    }
     .container-col2{
        padding-left: 5px;
        padding-right: 5px;
    }
    .dropdown{
        margin-top:-30px; 
        margin-right: 70px;
    }
     .head .search{
        margin-top: -60px;
    }
    article p{
        width: 150px;
    }
    .btn-custom{
        padding: 8px 30px;
    }
    footer span{
        display: none;
    }
    .terms li{
        padding-right: 0px;
        margin-right:17px; 
        font-size: 10px;
    }
    .social li{
        margin-right: 15px;  
    }
    .links li{
        text-align: center;
    }
    .terms li{
        text-align: center;
        float: none;
    }
    footer img{
        display: block;
        margin: auto;
    }
    .form-inline .form-control{
    width: 200px;
}
.products h4{
    text-align: center;
}
form .rating {
    margin-left: auto;
    margin-right: auto;
}
.myaccount {
    text-align: center;
}
.myaccount .form-control{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
}
