/* 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: 700;
    font-family: 'Roboto';
}
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: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    color: #000;
}
.headerWishList{
    position: relative;
}
.header_area {
    background-color: #49353b;
    z-index: 999;
    position: sticky;
    top: 0;
    height: 110px;
}

.container-fluid {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px
}
.section_heading {
    margin: 0 0 40px;
}
.section_tagline {
    color: #7b7b7b;
    font-style: italic;
}
.section_title {
    font-size: 45px;
    margin: 0;
    font-weight: 500;
    color: #49353B;
}
.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;
}
.cta_border {
    margin-top: 20px;
border: 2px solid #49353b;
border-radius: 50px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
display: inline-block;
font-weight: 700;
padding: 12px 40px;
transition: all 0.3s ease 0s;
background: #49353b;
color: #fff !important;
}
.cta_border:hover, .cta_border:focus {
    background: transparent;
    color: #49353b !important;
    border: 2px solid #49353b;
}
/* Start Header CSS */
.header_top {
    padding: 25px 0;
    transition: .3s;
}
.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: #BE393E;
}
.search_btn {
    border: none;
    background: transparent;
}
.search_box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #999;
    height: 50px;
    right: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 79px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 2;
}
.search_box.active {
    height: 50px;
    right: 15px;
    width: 55%;
}
.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: #BE393E none repeat scroll 0 0; */
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    min-width: 50px;
    width: 10%;
    background-color: #fff;
}
.site_logo img, .footer_logo img {
    height: auto;
    max-height: 75px;
    max-width: 390px;
    width: auto;
    object-fit: cover;
}
.fa-search::before {
    content: "\f002";
    color: #5f6368;
  }
.user_cart {
    margin-left: 60px;
}
.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%
}  
/* .header_area ul li:nth-child(2) {
    margin-left: 23px;
} */
  .dropdown.user_login {
    padding: 15px;
    padding-right: 0;
    cursor: pointer;
}
.cart .dropdown-item:focus, .cart .dropdown-item:hover {
    background-color: transparent;
}
.cartItemList {
	overflow-y: auto;
	max-height: 338px;
	width: 278px;
}
.img_wrapper{
    display: flex;
    justify-content: center;
}
.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;
    justify-content: space-between;
    padding-right: 25px;
}
.cartimageList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    padding: 5px;
    width: 70px;
}
.cartimageList img {
    width: 100%;
    height: 100px;
    min-width: 80px;
}
.carttextList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70px;
}
.carttextList h6, .carttextList p{
    font-size: 14px;
    font-weight: 500;
}
.carttextList h6 a {
    color: #333
}
.carttextList h6 a:hover {
    color: #BE393E
}
.cartClose i {
    font-size: 14px;
    color: #707070 !important;
    position: relative;
    top: 0;
    left: 25px;
}
.cartClose i:hover{
    cursor: pointer;
}
.subTotal {
    padding: 10px 0 0;
}
.payMent img {
    width: 13px;
    padding-right: 4px;
}
.carttextList img {
    width: 8px;
    padding-bottom: 1px;
}
.cart .subTotal .col-md-6 {
    width: 50%;
}
.payMent {
    float: right;
}
.cartItems .col-md-4 {
    padding: 0;
}
.redirectBtns .btn.viewCart, .redirectBtns .btn.checkout, .redirectBtns .Quatation {
    display: block;
    margin: 0 auto 10px;
    background-color:#eae9e7;
    color: #333;
    font-weight: 600;
    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:#BE393E;
    color: #fff;
}
.redirectBtns .btn.viewCart{
    background-color: #eae9e7;
    margin-top:10px;
}
.search_box form {
    margin-bottom: 0px !important;
}
.main_navigation {
    transition: .3s
}
.is-sticky .header_top {
    padding: 12px 0;
}
.navbar.menuList {
  padding: 0;
}
#navbarSupportedContent {
	padding: 0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:active, .navbar-dark .navbar-nav .nav-link:hover{
    color: #6FB744 !important;
}
.navbar-dark .navbar-nav .nav-link.active{
    color: #6FB744 !important;
}
.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-dark.menuList {
  padding: 0;
}
.menuList .nav-link {
    padding: 10px 20px !important;
}
.nav-item a {
    font-size: 18px;   
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    font-weight: 600;
}
/* s{
    font-family: sans-serif;
} */

.main_navigation .navbar-brand {
    display: none;

}
.user_cart li.cart a.dropdown span.cart_badge{
    position: absolute;
    top: -12px;
    right: -13px;
    background: #fff;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    color: #49353B;
    font-size: 15px;
    font-weight: 500;
}
span.wishListBadge{
    position: absolute;
    top: -12px;
    right: -13px;
    background: #fff;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    color: #49353B;
    font-size: 15px;
    font-weight: 500;
}




