/* 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: 'Raleway', 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: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    color: #1C1B19;
}
.header_top .row {
    align-items: center;
}
.header_area {
    z-index: 1000;
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
/* .header_top {
    padding: 10px 0 0;
    position: fixed;
    width: 100%;
    z-index: 10;
} */
.container-fluid {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px
}
.section_heading {
    margin: 30px 0;
}
.section_tagline {
    color: #363636;
    font-weight: 400;
}
.section_title {
    color: #0b0f0e;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 10px;
}
.products_tabs_wrapper .section_heading p {
    color: #363636;
    font-size: 24px;
    font-weight: 400;
    opacity: 0.53;
}
.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 {
    border: none;
    color: #fff;
    background: #F15E12;
    display: inline-block;
    font-weight: 300;
    padding: 10px 30px;
    transition: all 0.3s ease 0s;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px
}
.cta_border:hover, .cta_border:focus {
    background: #FFB600;
    color: #fff;
}
/* Start Header CSS */
.header_top {
    padding: 30px 0;
    transition: .3s;
    background-color: #f5f5f7;
}
.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: #F15E12;
}
.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: 56px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 2;
}
.search_box.active {
    height: 50px;
    right: 17px;
    width: 450px;
}
.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: #F15E12 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    min-width: 50px;
    width: 10%;
}
.site_logo {
    padding: 7px 0;
}
.site_logo a img {
    width:200px;
    height: 75px;
    object-fit:contain;
}
.dropdown.user_login {
    padding: 15px;
    padding-right: 0;
    cursor: pointer;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
}
.dropdown-menu.AccountDropdown {
    display: none;
    left: -120px;
    top: 40px;
}
a.dropdown-item:hover {
    color: #BE393E;
    background-color: transparent;
}
.user_cart {
    margin-left: 40px;
}
.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 {
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
	padding-right: 20px;
	/*width: 260px;*/
}
.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;
    gap: 10px;
}
.cartimageList img {
    width: 100%;
	min-width: 100px;
	height: 100px;
}
.carttextList h6, .carttextList p{
    font-size: 14px;
    font-weight: 500;
}
.carttextList h6 a {
    color: #333
}
.carttextList h6 a:hover {
    color: #F15E12
}
.cartClose i {
    font-size: 14px;
    color: #707070 !important;
    position: relative;
    top: 0;
    left: 0px !important;
}
.cartClose i:hover{
    cursor: pointer;
}
.subTotal {
    padding: 10px 0 0;
}
.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: #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 {
    transition: .3s
}
.is-sticky .header_top {
    padding: 12px 0;
}
.navbar.menuList {
  padding: 0;
}
#navbarSupportedContent {
	padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover{
    color: #F15E12 !important;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #F15E12 !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-light.menuList {
  padding: 0;
}
.menuList .nav-link {
    padding: 10px 20px !important;
}
.nav-item a {
    font-size: 18px;   
}
.navbar-light .navbar-nav .nav-link{
    color: #1A1818;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap
}




.main_navigation .navbar-brand {
    display: none;
}








