body {
    font-family: 'Roboto', sans-serif;
}

#cart-nav {
    background: #e9e9e9;
    font-size: 14px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
}

.navbar {
    top: 20px;
    position: fixed;
    z-index: 1!important;
    width: 100%;
}

#cart-nav .cart-dropdown {
    width: 300px;
    padding: 5px!important;
    /*    overflow: hidden;*/
    z-index: 2!important;
    position: absolute!important;
}

#cart-nav a,
#cart-nav a:link,
#cart-nav a:visited {
    color: black;
}

#cart-nav .cart-dropdown .list-group-item .col-xs-3,
#cart-nav .cart-dropdown .list-group-item .col-xs-6 {
    padding: 0!important;
}

#cart-nav .price {
    padding-right: 20px;
}

#cart-nav .cart-icon {}

#cart-nav .list-group {
    max-height: 300px;
    overflow: auto;
}

#cart-nav .list-group .list-group-item {
    font-size: 12px;
}

#cover {
    background: url('../images/estore.jpg') center center no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 200px;
    text-align: center;
}

#cover h1 {
    position: relative;
    font-size: 220px;
    opacity: 0.2;
}

#cover h2 {
    position: relative;
    font-size: 200px;
    opacity: 0.9;
    top: -210px;
}

#top-products {
    margin-top: 200px;
}

.home-aboutus {
    margin-top: 200px;
}

#top-products .col-md-3 {
    margin-bottom: 30px;
}

.product .card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.product .card-img-top {
    padding: 7px;
    width: 100%;
    min-height: 190px;
    max-height: 160px;
}

.product .card-body {
    padding: 5px;
    font-size: 13px;
}

#most-bought {
    margin-top: 100px;
}

#back-girl {
    margin-top: 50px;
    height: 300px;
    background: url('../images/backgirl.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact-form {
    padding: 30px 0 60px 0;
}

#map {
    padding: 30px 0 0 0;
}

footer {
    background: #333;
    padding: 30px 0;
    margin: 0;
}

#products {
    margin-top: 80px;
    padding: 20px 0;
}

#products .sidebar {
    background: #e9e9e9;
}

#products .col-md-9 .col-lg-3 {
    margin-bottom: 20px;
}

#single-product{
    margin-top: 80px;
    padding: 20px 0;
}

#single-product ul{
    list-style: none;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
}

#single-product .card-body{
    position: relative;
}
#single-product .similiar .card-img-top{
    height: 200px;
    min-height: 200px;
}

.check-div {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.check-div:hover input ~ .checkmark {
    background-color: #ccc;
}

.check-div input:checked ~ .checkmark {
    background-color: #333;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.check-div input:checked ~ .checkmark:after {
    display: block;
}

.check-div .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 10px;
}

.filter-list .col-md-3 p {
    font-weight: bold
}

#cart {
    margin-top: 80px;
    padding: 20px 0;
}

.price-discount{
    text-decoration: line-through;
    color: red
}

.slider-box {
    position: relative;
    background: #f9f9f9;
    height: 377px;
    border: 1px solid #d3d3d3;
    padding: 0!important;
    text-align: center;
    overflow: hidden;
}

.slider-box:hover .slider-image-div {
    right: 0;
}

.slider-image-div {
    display: block;
    width: 100%;
    height: 100px;
    white-space: nowrap;
}

.slider-image-div img {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.7 ease;
}

.img-detail {
    opacity: 1!important;
    border: 1px solid gray;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(3, 3, 3, 0.19), 0 6px 6px rgba(3, 3, 3, 0.23);
}

#imgdiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f9f9f9;
    height: 10px;
    width: 10px;
}

#imgdiv::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #333;
}

#imgdiv::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #333;
}

#imgdiv {
    overflow-y: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
}

#imgdiv div {
    width: 100px;
    display: inline;
}

#imgdiv img {
    height: 80px;
    margin: 5px 5px 5px 0;
    width: auto;
}

.scrollleft-slider {
    font-size: 50px;
    color: #333;
    background: rgba(3, 3, 3, .1);
    height: 100%;
    position: absolute;
    top: 0;
    padding: 150px 10px 10px 10px;
    cursor: pointer
}

.scrollright-slider {
    font-size: 50px;
    color: #333;
    background: rgba(3, 3, 3, .1);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 150px 10px 10px 10px;
    cursor: pointer
}

.img-magnifier-container {
  position:relative;
}
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

.pagination-sm li{

}

.pagination-sm > li a,
.pagination-sm > li a:visited,
.pagination-sm > li a:link{
    padding: 5px 10px!important;
    color: #000;
    text-decoration: none;
}
.pagination-sm > li > a:focus,
.pagination-sm > li > a:hover,
.pagination-sm > li > span:focus,
.pagination-sm > li > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #333;
}
.pagination-sm>.active>a, 
.pagination-sm>.active>a:focus, 
.pagination-sm>.active>a:hover,
.pagination-sm>.active>span, 
.pagination-sm>.active>span:focus, 
.pagination-sm>.active>span:hover{
    background: #333;
    color:#fff!important;
}

#login{
    margin-top: 100px;
}
#login .login-form{
    margin: 0 auto;
    width: 300px;
    min-height: 700px;
}

#registration{
    margin-top: 100px;
}
#registration .registration-form{
    margin: 0 auto;
    width: 500px;
    min-height: 700px;
}
@media screen and (min-width:992px) and (max-width:1200px) {

}
