/* Crockery Common + Header CSS */
a:focus,a:hover,a:active,a:visited {
    outline: 0 solid;
    text-decoration: none
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select::-ms-expand,input::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select:focus,textarea:focus,button:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
ul {list-style: none; padding: 0; margin: 0}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
html,body {min-height: 100% }
body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    color: #333333;
}
header.header_area {
    background-color: #FCFCFC;
}
.container-fluid {
    max-width: 1495px
}
.site_logo a img {
	max-width: 200px;
    max-height: 80px;
	object-fit: contain;
	margin-bottom: 10px;
}
a.headerWishList {
    position: relative;
}
ul li span.badge ,span.wishListBadge{
	background: #333333 none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    padding: 6px;
    position: absolute;
    /* right: 0; */
    top: -19px;
    border-radius: 50%;
    font-size: 14px;
    left: 41px;
    width: 25px;
    height: 25px;
}
span.wishListBadge {
    padding: 2px 8px;
    top: -24px;
    left: 28px;
}
.user_cart li i.far.fa-heart {
	font-size: 35px;
	color: #333333;
}
.section_heading {
    margin: 0 0 40px;
}
.section_tagline {
    color: #7b7b7b;
    font-style: italic;
}
.section_title {
    font-size: 40px;
    margin: 0 0 5px;
}
.form-group select {
    background-image: url("../images/select-bg.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    cursor: pointer;
}

/* Start Header CSS */
.header_top {
    padding: 30px 0 0;
    padding-right: 25px;
}
.search_login {
    position: relative;
}
.search_login ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search_login li {
    margin-right: 15px;
}
.search_login li a {
    color: #333;
    font-size: 18px;
}
.search_login li a:hover {
    color: #9E2727;
}
.search_btn {
    border: none;
    background: transparent;
}
.search_btn img {
    width: 30px;
}
.search_box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #999;
    height: 50px;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 2;
}
.search_box.active {
    height: 50px;
    left: 55px;
    width: 100%;
}
.search_fields .form-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    width: 100%;
}
.search_fields .form-control {
    border: medium none;
    font-size: 16px;
    height: 50px;
    padding: 0 15px;
    width: 90%;
}
.search_fields .form-group button {
    background: #9E2727 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    min-width: 50px;
    width: 10%;
}
.site_logo img {
    height: auto;
    max-height: 100px;
    max-width: 390px;
    width: auto;
}
.user_cart ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.user_cart li {
    margin-left: 20px;
}
.cart .dropdown-menu {
    border: medium none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    left: auto;
    right: 0;
    top: 95%
}
.cart .dropdown-item:focus, .cart .dropdown-item:hover {
    background-color: transparent;
}
.cartItemList {
	overflow-y: auto;
	max-height: 240px;
	width: 280px;
	scrollbar-width: thin;
}
.dropdown-menu.cartDropdown.show {
    top: 6px !important; 
    left: -23px !important;
} 
.cartItems {
    display: flex;
    width: 250px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
    padding-top:10px;
}
.cartimageList img {
    width: 100%;
	height: 100px;
    object-fit: contain;
}
.carttextList h6, .carttextList p{
    font-size: 14px;
    font-weight: 500;
}
.carttextList h6 a {
    color: #333
}
.carttextList h6::first-letter{
    text-transform: capitalize;
}
.carttextList h6 a:hover {
    color: #9E2727
}
.cartClose i {
    font-size: 14px;
    color: #707070 !important;
    position: relative;
    top: 0;
    left: 0px;
}
.cartClose i:hover{
    cursor: pointer;
}
.subTotal {
    padding: 10px 0 0;
}
.payMent {
    float: right;
}
.carttextList img, .payMent img{
    width: 8px;
    padding-bottom: 1px;
}
.cartItems .col-md-4 {
    padding: 0;
}
.redirectBtns .btn.viewCart, .redirectBtns .btn.checkout, .redirectBtns .Quatation {
    display: block;
    margin: 0 auto 10px;
    background-color:#eae9e7;
    color: #042825;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
}
.captions h6, .payMent h6 {
	font-weight: 500;
}
.redirectBtns .btn.viewCart:hover, .redirectBtns .btn.checkout:hover, .redirectBtns .Quatation:hover {
    background-color:#042825;
    color: #fff;
}
.redirectBtns .btn.viewCart{
    background-color: #eae9e7;
    /* color: #fff; */
    margin-top: 0 0 10px;
}

/* .main_navigation {
    margin: 0 0 40px;
} */
.navbar.menuList {
  padding: 0;
}
#navbarSupportedContent {
	padding: 0;
}
ul.navbar-nav {
    background: #EAE9E7;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover{
    color: #fff !important;
    background: #333333;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #fff !important;
    background: #333333;
}
.topRight {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-link.colorWhite i {
	font-size: 18px;
	vertical-align: middle;
}
.navbar.navbar-expand-lg.navbar-light.menuList {
  padding: 0;
}
.menuList .nav-link {
    padding: 21px 21px !important;
}
.nav-item a {
    font-size: 14px;   
}
.navbar-light .navbar-nav .nav-link{
    color: #042825;
    font-weight: 600;
}




.main_navigation .navbar-brand {
    display: none;
}
#navbarSupportedContent {
	padding-bottom: 32px;
}







