body{
    font-family: "Raleway";
}
.fixedHeader{
    position:sticky;
    top:0px;
    width:100%;
    z-index: 999;
    background-color:#fff;
}

.searchBar span a{
    color:#FF622C;
}
.header{
    padding:30px 0 10px 0;
    width:80%;
    margin:auto;
    background-color: #fff;
    box-shadow: none;
}
.headerLogo a img {
	width: auto;
	max-width: 200px;
	height: 100px;
	object-fit: contain;
}
.user{
    padding-right: 10px;
    padding-bottom: 10px;
}
.btnSubmitHdr{
    background: transparent;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
.btnSubmitHdr i{
    color:#FF622C;
}
.searchBar{
    width:100%;
    position: relative;
}
::placeholder{
    font-family: "Raleway";
    font-size:16px;
    color:#C4C4C4;
}
.search .form-control{
    padding: 0.375rem 1.75rem!important;
}
.searchBar span{
    position:absolute;
    top:8px;
    right:10px;
}
.searchBar input{
    border-radius:26px;
}
.cartSection{
    border:1px solid #707070;
    border-radius:26px;
    padding:5px;
    margin-bottom: 10px;
}
.loginRegisterClass,.loginOrRegisterSection p{
    padding:0 5px;
    font-family: "Raleway";
    font-size: 19px;
    color:#333333;
}
.wishList{
    padding-right: 22px;
    padding-bottom: 10px;
    position: relative;
}
span.wishListBadge {
    position: absolute;
    top: -14px;
    right: 4px;
    background: #ff622c;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0px;
}
.cartSection span{
    padding-left: 10px;
    font-family: "Raleway";
    font-size: 19px;
}
.user_login:hover .dropdown-menu.AccountDropdown {
    display: block;
	position: absolute;
}
.dropdown-menu.AccountDropdown {
    display: none;
	top: 35px;
    left: -120px;
}
.item_details img {
    width: 9px;
    padding-bottom: 1px;
}
.payMent img {
    width: 13px;
    padding-right: 4px;
}
a.dropdown-item:hover {
    color: #FF622C;
    background-color: transparent;
}
/* navsection styling starts here */
.navLinks{
    width:45%;
    margin:auto;
}
.navLinks li{
    list-style: none;
}
.navSection .navLinks li a{
    text-decoration: none;
    text-transform: capitalize;
    font-family:"Raleway";
    font-size:19px;
    font-weight:600;
    color:#fff;
}

.navLinks li a:focus, .navLinks li a:active, .navLinks li a:hover{
    color: #FF622C !important;
}
.navLinks li a.active{
    color: #FF622C !important;
}
.navSection{
    width:100%;
    background-color: #171717;
    padding:30px 0;
}

.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%;
}

.carttextList h6,
.carttextList p {
    font-size: 14px;
    font-weight: 500;
}

.carttextList h6 a {
    color: #333
}

.carttextList h6 a:hover {
    color: #FF9C00
}

.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;
}

.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: #FE6B39;
    color: #fff;
}

.redirectBtns .btn.viewCart {
    background-color: #eae9e7;
    /* color: #fff; */
    margin-top: 0 0 10px;
}
/* navsection styling ends here */
/* mobile navbar styling starts here */
.navbar{
    background-color: #171717!important;
}
.mobileNavbar{
    display:none;
}
.navSection .nav-link{
    text-decoration: none;
    text-transform: capitalize;
    font-family: "Raleway";
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}
/* mobile navbar styling ends here */