:root {
    --mainTheme: #ef5000!important;
    --colorBlack: #2a2a2a!important;
    --colorWhite: #ffffff!important;
    --colorText: #8b8b8b!important;
}
body{
    font-family: "Gill Sans";
    overflow-x: hidden;
}
@font-face {
    font-family: "Gill Sans";
    src: url(../fonts/Gill-Sans-Medium.otf);
}   
@font-face {
    font-family: "Gill Sans Bold";
    src: url(../fonts/Gill-Sans-Bold.otf);
}  
input,
select,
button {
    outline: none;
    box-shadow: none;
}
input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
a {
    text-decoration: none !important;
}
/*-- Start Header --*/
.header-sticky {
    border-bottom: 4px solid #eee;
    padding: 20px 0;
}
.header-sticky.is-sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: var(--colorWhite);
    opacity: .97;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header .navbar-expand-xl .container-fluid {
    padding: 0px 20px;
}
.header li.nav-item {
    padding: 20px 5px!important;
    position: relative;
}
.header .nav-link {
    padding: 0px!important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2a2b2f;
    letter-spacing: 1px;
    display: -webkit-box;
}
.header .cart-account h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2a2b2f;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.mobile-header .sidepanel  {
    width: 0;
    position: initial;
    z-index: 3;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
    box-shadow: 0 0 8px 0 #9b9b9b;
}
.btn-close {
    width: 32px;
    height: 32px;
}
.mobile-header .sidepanel button.closebtn i {
    padding: 15px 10px 0px 0px;
    text-decoration: none;
    font-size: 36px;
    color: var(--mainTheme);
    display: block;
    transition: 0.3s;
}
.mobile-header .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
}
.mobile-header a.openbtn {
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    background-color: transparent;
    color: var(--colorBlack);
    padding: 10px 15px;
    border: none;
    float: left;
    margin: 20px 0;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing:1px;
}
.mobile-header .openbtn:hover {
    background-color:transparent;
}
.mobile-header .openbtn i {
    float: left;
    padding-right: 10px;
}
.customer-services{
    font-size:18px;
    color:#fff;
    text-transform: uppercase;
    text-align: right;
    padding:10px 0px;
    background-color: #ff5400;
}
.customer-services p{
    margin-bottom:0px;
    letter-spacing: 1px;
}
.customer-services a{
    color:#fff;
    letter-spacing: 1px;
}
.mobile-header {
    display:block;
}
.mobile-header .offcanvas-start {
    width: 320px;
}
.mobile-header .offcanvas-header {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}
.mobile-header .offcanvas-body {
    padding: 0;
}
.mobile-header .btn-close {
    background-image: none;
    opacity: 1;
    padding: 0px 0 0 10px;
}
.mobile-header .navbar-brand{
    margin: auto;
    padding: 0;
    display: block;
}
.mobile-header .navbar-brand img{
    margin: auto;
    display: block;
}
.mobile-header .sidepanel .offcanvas-header {
    left:0!important;
    /* padding-top:90px; */
}
.mobile-header .close-btn{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2a2b2f;
    letter-spacing: 1px;
    margin: 0px 25px;
    /* border-top: 1px solid #e5e5e5; */
    padding:44px 0px;
    display: flex;
    align-items: center;
}
.mobile-header .sidepanel .closebtn{
    position: relative;
}
.mobile-header .sidepanel button.closebtn i{
    padding: 0px;
    margin-left:0;
}
.offcanvas-header .btn-close {
    padding: 1px 0 0px 15px;
    margin-bottom: 0;
    margin-left: 20px;
}
.mobile-header ul li img{
    width:47px;
}
.return-to{
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-top: 60px;
    padding: 40px 0px;
    text-align: center;
    background-color: var(--mainTheme);
    width: 100%;
}
.mobile-header ul{
    width:100%;
}
.header-cart {
    float: right;  
    display: flex;  
}
.return-to a{
    font-size:19px;
    font-weight: 600;
    color:#fff;    
    letter-spacing:1px;
}
.header li.nav-item{
    border-bottom: 1px solid #e5e5e5;
}
.header li.nav-item:last-child{
    border:none;
}
.cart-account i{
    margin-right:15px;
}
.header-cart ul li a .cart-count {
    background-color: var(--mainTheme);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    top: -14px;
    left: 30px;
}
.header-cart ul li a .cart-count span {
    font-size: 14px;
    font-weight: 500;
    color: var(--colorWhite);
}
.header-cart ul li.nav-item {
    border-right: 2px solid #2a2b2f;
    border-bottom: none;
    padding: 0px 18px!important;
}
.header-cart ul li.nav-item:last-child {
    border: none;
}
.header-cart ul li img {
    width: 24px;
    margin-right: 15px;
}
/*-- End Header --*/


@media(max-width: 1400px) {
    .header-cart ul li.nav-item {
        padding: 0px 15px!important;
    }
}
@media(max-width: 1200px) {
    
}

@media(max-width: 1132px) {
    .header-cart ul li img {
        margin-right: 0px;
    }
    .header .cart-account h6 {
        display: none;
    }
}

@media(max-width: 992px) {
    .header-cart ul li.nav-item {
        padding: 0px 15px 0 15px !important;
    }
    .header-cart ul li:last-child.nav-item {
        padding: 0px 0px 0 15px !important;
    }
    .header-cart ul li a .cart-count {
        left: 30px;
    }
} 
@media(max-width: 768px) {
    
}   
@media(max-width: 576px) {
    .customer-services p {
        text-align: center;
    }
    .mobile-header .openbtn {
        padding: 0;
        margin: 0;
    }
    .mobile-header .navbar-brand img {
        margin-bottom: 15px;
    }
    .header-sticky {
        padding: 15px 0;
    }
    .m-order-1 {
        order: 1!important;
    }
    .m-order-2 {
        order: 2!important;
        width: 50%;
    }
    .m-order-3 {
        order: 3!important;
        width: 50%;
    }
    .close-btn {
        margin: 0px 20px;
        padding: 30px 0px 10px;
    }
    .return-to {
        padding: 20px 0px;
    }
    .mobile-header a.openbtn{
        margin:0px;
    }
    .mobile-header .navbar-brand img{
        height: 60px;
    }
} 
@media(max-width: 350px) {
    .m-order-2 {
        order: 2!important;
        width: 40%;
    }
    .m-order-3 {
        order: 3!important;
        width: 60%;
    }
    .mobile-header a.openbtn {
        padding: 10px 0;
    }
}