*{margin:0;padding:0;box-sizing:border-box;background-size:cover}
body{font-family:'Open Sans',sans-serif}
.text-col{color:#E5B710}
.bg-col{background-color:#fffef6}
ul{list-style-type:none}
.line{width:30px;height:3px;margin:5px 0;background:#FFF}
.navbar{background:rgba(255,255,255,0.50)}
.navbar-customcolor{background:#c4ac7b}
.navbar-mycustom{background-color:#c4ac7b}
.navbar-brand{color:#fffef6;padding:6px}
.navbar-brand:hover,.nav-link:hover,.fa-shopping-cart:hover{color:#b2342f}
.nav-link{color:#a70d0c;font-weight:700;}
.nav-link:hover{border-bottom:4px dotted #fff}
.nav-item{padding-right:11px;font-weight:600;font-size:16px}
.cart_count{position:relative;top:-5px;left:-5px;font-size:16px;background-color:#b2342f;border-radius:50px;height:20px;line-height:16px;color:#fff;min-width:19px;text-align:center;padding:2px 6px;display:inline-block;vertical-align:top}
.cartitems{position:fixed;top:103px;right:0;width:25%;height:100vh;background:#fff;opacity:0;transition:left .25s ease-in-out,opacity .25s ease-in-out;z-index:9999}
@media screen and (max-width: 992px) {
.navbar{background:#c4ac7b}
}
@media (min-width: 992px) and (max-width: 1188px) {
.img-margin{margin-left:0!important}
.margin-cart{margin-right:0!important}
}