/*------------------------------------------------------------------

Name Of File :   default style

-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/*======================================== Body ============================================*/


html,
body {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.42857;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Titillium Web', sans-serif;
    overflow-x: hidden;
}

body.open {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
    line-height: 33px;
}

p,
a,
span,
strong {}

p {
    font-size: 14px;
    line-height: 1.42857;
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

ul {
    margin: 0px;
}

a {
    color: #000000;
}





/*===================================Some Commen Css==========================================*/

/*Section*/
section {
    padding: 100px 0px;
}

/*Form*/
input,
textarea,
select {
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    font-family: 'Titillium Web', sans-serif;
}

input {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px 6px 33px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0;
    margin-bottom: 26px;
    border-radius: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*  Warranty Registration Page */
.warranty_registration_page select {
    padding: 6px 12px 6px 33px;
    font-size: 14px;
}

textarea {
    width: 440px;
    padding-top: 34px;
}

/*select {
    font-size: 16px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 3;
    margin-bottom: 26px;
    color: #999;
    border-radius: 35px;
}*/
select {
    font-size: 16px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 3;
    margin-bottom: 26px;
    color: #999;
    border-radius: 35px;
    appearance: none;
    -webkit-appearance: none;
}

select:focus,
input:focus {
    outline: none;
}


/*Button Content*/
.btn-content {
    margin: 10px 0px;
    display: block;
    width: 100%;
}

.button {
    display: inline-block;
    margin: 0px;
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    min-width: 150px;
    height: 50px;
    background: #A33038;
    border: 1px solid #A33038;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    background: none;
    color: #A33038;
    border: 1px solid #A33038;
}


/*Image Content*/
img {
    height: 100%;
    width: 100%;
}

.img-large {
    display: block;
}

.img-small {
    display: none;
}

/*Section*/
.section {
    position: relative;
}


/*Owl Navigation*/
.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    right: 3%;
    top: 50%;
    width: 94%;
}

.owl-theme .owl-nav [class*=owl-] {
    height: 25px;
    width: 25px;
    color: #aaaaaa;
    margin: 0px 2px;
    background: transparent;
    border-radius: 0px;
    padding: 1px 0px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    text-decoration: none;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
}

.owl-theme .owl-nav .owl-next {
    float: right;
}

.owl-theme .owl-nav .owl-prev:before {
    content: "\f060";
}

.owl-theme .owl-nav .owl-next:after {
    content: "\f061";
}

.owl-theme .owl-nav .owl-prev:before,
.owl-theme .owl-nav .owl-next:after {
    margin-right: 0px;
    padding: 0px;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 20px;
    color: #2D373C;
}

.owl-theme .owl-nav .owl-prev:hover:before,
.owl-theme .owl-nav .owl-next:hover:after {
    color: #A33038;
}

.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span {
    display: none;
}


.center {
    justify-content: center;
}

.flex {
    display: flex;
}

/*================ Header ==========================*/

.header {
    position: fixed;
    background: transparent;
    width: 100%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .5s ease;
}

.header .img-white {
    display: block;
}

.header .img-black {
    display: none;
}

.img-logo {
    width: 102px;
    height: auto;
    /*padding-left: 9px;*/
}

.navbar-brand {
    padding: 0;
    height: auto;
}

.header .space_top_bot_20 {
    padding-top: 11px;
    padding-bottom: 11px;
}

ul.navbar-nav {
    margin-left: 0px;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 7px;
}

ul.navbar-nav li {
    padding: 4px 20px 2px;
    text-align: left;
    position: relative;
}

ul.navbar-nav li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    position: relative;
    width: auto;
}

ul.navbar-nav li a:hover {
    color: #fff;
}

ul.navbar-nav li a:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    bottom: -5px;
    left: 0;
    opacity: 0;
}

.navbar-nav li a:hover:after {
    opacity: 1;
}

.header #btn-search,
.header #btn-cart,
.header #btn-login {
    color: #fff;
}

.icon-main a {
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    padding-left: 0px;
    margin: 0px 3px;
    padding: 3px;
    transition: all .3s ease;
}

.icon-main i {
    font-size: 18px;
}

.absolute {
    position: absolute;
}

.label-cart {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #3FB75E;
    top: -10px;
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label-cart {
    background: #fff;
    color: #000;
    top: -3px;
    right: 12px;
    width: 18px;
    height: 18px;
}

.header .label-cart {
    border: 1px solid #fff;
}

.icon-main a:hover {
    background: #000;
    color: #fff;
}

.navbar {
    margin-bottom: 0;
    border: none;
}



.header.afixed {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
}

.header.afixed .img-white {
    display: none;
}

.header.afixed .img-black {
    display: block;
}

.header.afixed ul.navbar-nav li a {
    color: #000;
}

.header.afixed ul.navbar-nav li a:after {
    background: #000;
}

.header.afixed #btn-search,
.header.afixed #btn-cart,
.header.afixed #btn-login {
    color: #000;
}

.header.afixed .label-cart {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.header.afixed .icon-main a:hover {
    color: #fff !important;
}

.navbar-nav li a {
    position: relative;
    width: auto;
    padding: 0px !important;
}


.dropdown .bg-mega-menu1 {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    padding: 10px 25px;
}

.seven-cols {
    width: 14.2857142857%;
}

.container_5 {
    padding: 0px 5px;
}

.left {
    float: left;
}

.hover-filter img {
    transition: all .3s ease;
}

.box-shadow {
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
}

.dropdown.open .dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(3px);
}

.dropdown .bg-mega-menu1 {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    padding: 10px 25px;
}




/*Form Search*/
.form-search {
    opacity: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    padding: 10% 0 0 0;
    transition: all .3s ease;
}

.form-search {
    right: -1920px;
    left: unset;
    overflow: hidden;
}

.form-search.active {
    z-index: 1000;
    opacity: 1;
    right: 0;
}

.form-search i {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 50px;
    color: #333;
    transition: all .3s ease;
}

.form-search form {
    justify-content: center;
    display: flex;
}

.form-search form input {
    font-weight: 300;
    font-size: 40px;
    color: #000;
    height: 50px;
    width: 60%;
    border-radius: 0;
    border: 0;
    outline: 0;
    box-shadow: unset;
}

#engo_autocomplate {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.form-search .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #eaeaea;
    border-top: none;
    border-left: none;
    border-right: none;
}

.main {
    transition: all .3s ease;
    left: 0px;
    position: relative;
    z-index: 100;
}

.main.open {
    left: -417px;
    z-index: 1;
}

.main.in {
    left: 417px;
    z-index: 1;
}

.overlay-whole {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 500;
    background: rgba(29, 29, 31, 0.6);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.overlay-whole.active {
    opacity: 1;
    visibility: visible;
}

.overlay-whole.open {
    opacity: 1;
    visibility: visible;
}



/*sidebar*/
.pushmenu.pushmenu-left {
    opacity: 0;
    z-index: 999;
    width: 417px;
    right: -417px;
    position: fixed;
    height: 100%;
}

.pushmenu-open.pushmenu.pushmenu-left {
    background: #fff;
    opacity: 1;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.cart-list {
    position: relative;
    height: 100%;
}

.cart-list .close-menu-mobile {
    cursor: pointer;
    width: 45px;
    height: 45px;
    color: #000;
    border-right: 1px solid #ecebeb;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    text-align: center;
}

.cart-list-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ecebeb;
}

.cart-list .cart-title {
    font-size: 12px;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
}

.cart-list .minicart-number-items {
    width: 45px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    border-left: 1px solid #ecebeb;
    font-weight: 500;
}

.cart-list .empty-cart {
    padding-top: 50%;
}

.cart-list .empty-cart p {
    text-align: center;
    padding-bottom: 20px;
}

.fz-18 {
    font-size: 18px;
}

.cart-list .empty-cart a {
    border-radius: 35px;
}

.cart-list .empty-cart a {
    width: 187px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.cart-list .close-menu-mobile .fa.fa-close {
    font-size: 26px;
    line-height: 46px;
}



/*Loginform*/
.login_form_pc {
    transition: all .3s ease;
    transform: scale(0);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
    text-align: center;
}

.login_form_pc.active {
    transform: scale(1);
}

.login_form_pc .content_login_form {
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 920px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-height: 600px;
    top: 50%;
    overflow-y: auto;
    transform: translateY(-50%);
    box-shadow: 3px 7px 120px rgba(0, 0, 0, .07);
}

.login_form_pc .content_login_form .btn_close_login {
    right: 15px;
    top: 10px;
    z-index: 99;
}

.login_form_pc .content_login_form .btn_close_login a {
    color: #a3a3a3;
    opacity: .65;
}

.login_form_pc .content_login_form .btn_close_login a:hover {
    opacity: 1;
}

.login_form_pc .content_login_form .btn_close_login a i {
    font-weight: 700;
}

.login_form_pc .content_login_form .my-account-wrap {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}

.login_form_pc .content_login_form .my-account-wrap .icon_top {
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
}

.login_form_pc .content_login_form .my-account-wrap h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin: 0 0 20px;
    color: #999;
    text-transform: unset;
}

.login_form_pc .content_login_form .my-account-wrap h3.recover_pw {
    font-size: 14px;
    font-weight: 500;
    line-height: 8px;
    margin: 0 0 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.login_form_pc .content_login_form .my-account-wrap h3.title_register {
    text-align: left;
}

.login_form_pc .content_login_form .my-account-wrap form input {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0 22px;
    width: 100%;
    margin-bottom: 28px;
}

.login_form_pc .content_login_form .my-account-wrap form input {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0 22px;
    width: 100%;
    margin-bottom: 28px;
}

.login_form_pc .content_login_form .my-account-wrap form button {
    margin-bottom: 30px;
}

.mn-mobile-content-tab {
    padding-top: 20px;
}

.wd100 {
    width: 100%;
    display: flex;
}

.login_register.hidden {
    font-weight: 600;
    color: black;
}

.register-link {
    font-size: 18px !important;
}

.wd50 {
    width: 50%;
}

.text-right {
    text-align: right !important;
}

.right_border {
    border-right: 1px solid black;
}

.login-link {
    font-size: 18px;
    position: relative;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.login_register {
    display: block !important;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 10px;
    color: grey;
    font-weight: 400;
}

.login_form_pc .content_login_form .my-account-wrap .icon_top {
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
}

.login_form_pc .content_login_form .my-account-wrap h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin: 0 0 20px;
    color: #999;
    text-transform: unset;
}

.login_form_pc .content_login_form .my-account-wrap form input {
    border-radius: 35px !important;
}

.login_form_pc .content_login_form .my-account-wrap form input {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0 22px;
    width: 100%;
    margin-bottom: 28px;
    border-radius: 35px !important;
}

.btn-lostpwd {
    color: #999999;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    text-decoration: underline;
}

.ciloe-btn {
    display: block;
    background: #000000;
    border-color: #000000;
    color: #fff;
    border: 0;
    font-size: 12px;
    letter-spacing: 0.2em;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.btn-login {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2em;
}

.login_form_pc .content_login_form .my-account-wrap form button {
    margin-bottom: 30px;
    border: 1px solid #000;
}

.login_form_pc .content_login_form .my-account-wrap form button {
    border-radius: 35px;
}

.space_bot_30 {
    padding-bottom: 30px;
}

.login_form_pc .content_login_form {
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 920px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-height: 600px;
    top: 50%;
    overflow-y: auto;
    transform: translateY(-50%);
    box-shadow: 3px 7px 120px rgb(0 0 0 / 7%);
}

.social_heading {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.layout-ndn-socials {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    text-align: center;
    font-family: open sans, sans-serif;
}

.layout-ndn-socials a {
    font-family: open sans, sans-serif;
    font-weight: 400;
}

.layout-ndn-socials .cl-facebook {
    background-color: #3c5a99 !important;
}

.layout-ndn-socials .ndn-social-connect {
    display: inline-block;
    text-align: center;
    padding: 0;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #fff;
    box-sizing: border-box;
}

.social_heading {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.layout-ndn-socials {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    text-align: center;
    font-family: open sans, sans-serif;
}

.layout-ndn-socials a {
    font-family: open sans, sans-serif;
    font-weight: 400;
}

.layout-ndn-socials .cl-facebook {
    background-color: #3c5a99 !important;
}

.layout-ndn-socials .ndn-social-connect {
    display: inline-block;
    text-align: center;
    padding: 0;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    color: #fff;
    box-sizing: border-box;
}

.layout-ndn-social-5 .ndn-social-connect,
.layout-ndn-social-6 .ndn-social-connect,
.layout-ndn-social-8 .ndn-social-connect {
    text-align: left;
}

.layout-ndn-social-5.ndn-size-small-2 .ndn-social-connect {
    min-width: 140px;
    font-size: 18px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: inset 0 -0.5em 0 -0.35em rgb(0 0 0 / 17%);
    line-height: 30px;
    padding: 0 10px;
    height: 32px;
}

.layout-ndn-socials .cl-google {
    background-color: #db4437 !important;
}

.login-form {
    padding: 0px 30px;
}

.login-form {
    margin-bottom: 50px;
}

.register-form {
    padding: 0px 30px;
}

.register-form {
    margin-bottom: 50px;
}

.layout-ndn-social-5 .ndn-social-connect .ndn-label,
.layout-ndn-social-6 .ndn-social-connect .ndn-label {
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 10px;
    padding: 0;
}

.layout-ndn-socials [class^="icon-"]:before,
.layout-ndn-socials [class*=" icon-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    line-height: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout-ndn-socials .icon-facebook:before {
    content: '\f09a';
}

.layout-ndn-socials .icon-google:before {
    content: '\f1a0';
}


.login-link {
    font-size: 18px;
    position: relative;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.login_register {
    display: block !important;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 10px;
    color: grey;
    font-weight: 400;
}

.login_form_pc .content_login_form .my-account-wrap h3.recover_pw {
    font-size: 14px;
    font-weight: 500;
    line-height: 8px;
    margin: 0 0 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.page-content {
    padding-bottom: 52px;
    padding-top: 10px;
}

.page-content p {
    color: #999999;
    text-align: center;
    margin-bottom: 38px;
}

.login_form_pc .content_login_form .my-account-wrap form button:hover {
    background: none;
    border: 1px solid #000;
    color: #000;
}




/*=============== Banner Content ==================*/

.sec-one {
    padding: 0;
}

.sec-one .img-content {
    position: relative;
}

.sec-one .img-content .overlay {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 9.04%;
    right: 10%;
    transform: translateY(-50%);
}

.sec-one .img-content .overlay h1 {
    font-size: 54px;
    color: #fff;
    line-height: 65px;
    font-weight: 500;
}



/*===================================== Section 2 =================================*/
.sec-two {
    padding: 0px 0px 100px 0px;
}

.sec-two .e-contact {
    padding-top: 0px;
}

h4.title.text-center.mb-10.tt_initial,
.title.text-center.mb-10 {
    font-size: 20px;
    color: black;
    font-weight: 400;
}

b,
strong {
    font-weight: 700;
}

.sec-two a:hover {
    color: #999999;
}

#option {
    font-size: 16px;
    width: 240px;
    margin: auto;
    border: 1px solid #eaeaea;
}

.mb-10 {
    margin-bottom: 0px;
}

.e-contact .btn-submit {
    width: 175px;
    height: auto;
    line-height: 40px;
    border-radius: 999px;
    font-size: 12px;
    padding: 0;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #000;
    transition: all .3s ease;
}

.btn-submit {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.e-contact .btn-submit {
    font-size: 16px;
    padding: 0px 15px !important;
    font-weight: 400;
}

.sec-two .e-contact select {
    border: 1px solid #eaeaea;
}

.e-contact .btn-submit:focus {
    outline: none;
}

.form-group {
    margin-bottom: 0px;
}

.e-contact .btn-submit:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

textarea.form-control {
    height: auto;
    resize: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #eaeaea;
}

.sec-two .e-contact #option {
    margin-top: 20px;
}

/*===================================== Section 2 =================================*/
.sec-three {
    padding: 0px 0px 50px 0px;
}

.border-top {
    border-top: 1px solid #ddd;
}

/*===================================== Footer =================================*/
footer .text_title h1 {
    font-size: 36px;
}

footer .text_title h4 {
    color: black;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.e-contact {
    padding-top: 24px;
}

.e-contact p {
    margin: 0;
}

.e-contact a {
    color: #000;
}

.e-contact a:hover {
    color: #999999;
    text-decoration: none;
}

select option {
    color: black;
}

.footer-v1 .social {
    margin-top: 5px;
}

.footer-v1 .fv1_social {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-v1 .social {
    margin-top: 0px;
}

.footer-v1 .social li {
    padding: 0px;
    margin: 0px 5px;
    text-align: center;
}

.footer-v1 .social a {
    background: #ffffff;
    color: #000000;
}

.footer-v1 .social a {
    width: 35px;
    height: 35px;
    display: inline-block !important;
    line-height: 35px;
    border-radius: 50px;
    margin: 0px 5px;
}

.social a:last-child {
    margin-right: 0;
}

.social a {
    font-size: 18px;
}

.footer-v1 .social a {
    background: #ffffff;
    color: #000000;
}

.footer-v1 .social a:hover {
    background: #000;
    color: #fff;
}

.footer-v1 .link-group-fv1 {
    font-size: 16px;
}

.footer-v1 .link-group-fv1 li {
    padding-right: 10px;
}

.footer-v1 ul.link-group-fv1 li a {
    line-height: 45px;
    text-transform: uppercase;
    font-size: 12px;
}

.footer-v1 ul.link-group-fv1 li a {
    position: relative;
}

.footer-v1 ul.link-group-fv1 li a:hover {
    color: #000;
}

.footer-v1 ul.link-group-fv1 li a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    bottom: -1px;
    left: 0;
    opacity: 0;
}

.footer-v1 ul.link-group-fv1 li a:hover:before {
    opacity: 1;
}

.footer_title {
    font-size: 12px;
    text-transform: uppercase;
    color: black;
    font-weight: 400;
    margin-top: 6px;
}

.shiprocket {
    width: 80px;
    max-width: 100px;
    margin-top: 5px;
    filter: grayscale(100%);
}

.footer-v1 .logo_fv11 a {
    margin: 50% auto;
    display: block;
}

.footer-imgs {
    height: auto;
    width: 100px;
}

.img-logo {
    width: 100px;
    height: auto;
}

.footer-cols {
    margin-left: -15px;
    margin-right: -15px;
}

.image-margin {
    margin-left: 20px;
}

.footer-v1 .col-lg-1 {
    width: 7.333%;
}

.footer-pads {
    padding: 0px 0px;
}





.footer-v1 .logo_fv11 {
    height: 105px;
}

.footer-v1 .logo_fv11 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-v1 .col-lg-1 {
    width: 7.333%;
}

.artis-logo-footer {
    float: right;
}

.center {
    justify-content: center;
}

.img-logo {
    width: 102px;
    height: auto;
    /*padding-left: 9px;*/
}

.img-logo {
    max-width: unset !important;
}


.pull-menu {
    opacity: 0;
    z-index: 999;
    width: 417px;
    left: -417px;
    position: fixed;
    height: 100%;
}

.pull-menu.open {
    background: #fff;
    opacity: 1;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.pull-menu .close-menu-mobile {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    z-index: 102;
    width: 100%;
    line-height: 48px;
    height: 45px;
    text-align: left;
    display: block;
    padding-left: 40px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    background: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.pull-menu .close-menu-mobile:before,
.pull-menu .close-menu-mobile:after {
    border-bottom: 1px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 21px;
    width: 19px;
}

.pull-menu .close-menu-mobile:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pull-menu .close-menu-mobile:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*============================== Container =========================*/
.header .space_top_bot_20 {
    padding-top: 11px;
    padding-bottom: 11px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1440px !important;
    }
}

.navbar-header {
    display: block;
}

.navbar-toggle {
    display: block;
}

.navbar-toggle {
    margin-left: 15px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

ul.navbar-nav.nav-home5 {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

ul.navbar-nav.nav-home5>li {
    display: inline-block;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px !important;
    left: 0;
}

ul.navbar-nav.nav-home5>li>a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    position: relative;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    line-height: 12px !important;
    padding: 18px 20px !important;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 51px);
    position: relative;
    z-index: 2;
}

.icon-sub-menu {
    top: 0;
    right: 0;
    color: #000;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 50px;
    height: 48px;
    line-height: 48px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    float: right;
    z-index: 30;
}

.icon-sub-menu:before {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: "\f105";
    font-size: 14px;
    color: #9f9f9f;
    display: block;
}

ul#tabOne {
    display: block;
    width: 100%;
    border: none;
}

ul#tabOne li {
    display: inline-block;
    width: calc(50% - 0px);
    height: 75px;
    background: #fff;
}

ul#tabOne li a {
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #000;
    margin-left: 15px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
    font-family: Titillium Web;
    background: transparent;
}

ul#tabOne li a:hover {
    background: transparent;
}

ul#tabOne li a i {
    display: inline;
    vertical-align: middle;
    font-size: 18px;
}

ul#tabOne li.active {
    background: #000;
}

ul#tabOne li.active a {
    color: #fff;
}

ul#tabOne li a span.text {
    margin-left: 24px;
}

.ciloe-icon-menu {
    width: 30px;
    height: 21px;
    float: left;
    display: inline-block;
    position: relative;
}

.ciloe-icon-menu .ciloe-iconbar {
    display: block;
    position: relative;
    width: 13px;
    height: 2px;
    margin-top: 28px;
    background: #000000;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.box-tabs-nav-wrap .tabs li.active .ciloe-iconbar {
    background: #FFF;
}

.ciloe-icon-menu .ciloe-iconbar:before {
    content: '';
    position: absolute;
    top: -8px;
    width: 30px;
    height: 2px;
    left: 0px;
    background: #000000;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.ciloe-icon-menu .ciloe-iconbar:after {
    content: '';
    position: absolute;
    top: 8px;
    width: 20px;
    height: 2px;
    left: 0px;
    background: #000000;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

ul#tabOne li .ciloe-icon-menu .ciloe-iconbar {
    background: #000;
}

ul#tabOne li.active .ciloe-icon-menu .ciloe-iconbar {
    background: #fff;
}

ul#tabOne li .ciloe-icon-menu .ciloe-iconbar:after,
ul#tabOne li .ciloe-icon-menu .ciloe-iconbar:before {
    background: #000;
}

ul#tabOne li.active .ciloe-icon-menu .ciloe-iconbar:after,
ul#tabOne li.active .ciloe-icon-menu .ciloe-iconbar:before {
    background: #fff;
}

/*.box-tabs-nav-wrap .tabs li.active .ciloe-iconbar:before,
.box-tabs-nav-wrap .tabs li.active .ciloe-iconbar:after {
    background: #FFF;
}
*/
/*ul.navbar-nav.nav-home5 li{
   transition: all 0.3s ease-in-out;
}
ul.navbar-nav.nav-home5.in li{
    left: -100%;
}*/
.nav-home5 {
    transition: all 0.3s ease-in-out;
}

.nav-home5.in {
    left: -100%;
}

.pull-menu {
    overflow: hidden;
}

.pull-menu .submenu {
    position: absolute;
    right: -100%;
    width: 100%;
    top: 8%;
    transition: all 0.3s ease-in-out;
}

.pull-menu .submenu.in {
    right: 0;
}

.pull-menu .submenu li {
    display: inline-block;
    position: static;
    float: left;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px !important;
    text-align: left;
}

.pull-menu .submenu a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    position: relative;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    line-height: 12px !important;
    padding: 18px 20px !important;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 51px);
    position: relative;
    z-index: 2;
    display: inline-block;
}

.mobile-back-nav-wrap,
.mobile-back-nav-wrap a {
    display: block;
    width: 100%;
}

.mobile-back-nav-wrap i,
.mobile-back-nav-wrap span.box-title {
    display: inline-block;
}

.mobile-back-nav-wrap span.box-title {
    margin-left: 50px;
}



.mobile_margin_login_register {
    margin-top: 30px;
}

.wd100 {
    width: 100%;
    display: flex;
}

.login_register.hidden {
    font-weight: 600;
    color: black;
}

.right_border {
    border-right: 1px solid black;
}

.register-link {
    font-size: 18px !important;
}

.wd50 {
    width: 50%;
}

#login1.login-form {
    margin-top: 0px;
}

.my-account-wrap h3 {
    padding: 20px 0px;
}

.login_register {
    display: block !important;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 10px;
    color: grey;
    font-weight: 400;
}

.box-mobile-menu-inner .my-account-wrap {
    padding: 20px 20px 0 20px;
}

.box-mobile-menu-inner .my-account-wrap h3 {
    letter-spacing: 0.3em;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.pull-menu .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}

.ciloe-btn {
    display: block;
    background: #000000;
    border-color: #000000;
    color: #fff;
    border: 0;
    font-size: 12px;
    letter-spacing: 0.2em;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.btn-login {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2em;
}


.pull-menu {
    display: none;
}

.navbar-toggle {
    display: none;
}

/*====================== Responsive =====================*/

/*------Css Of Small Device------*/

@media (max-width: 767px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .img-large {
        display: none;
    }

    .img-small {
        display: block;
    }

    .sec-one .img-content .overlay h1 {
        line-height: 33px;
        max-width: 50%;
        font-size: 20px !important;
    }

    .navbar-header {
        display: inline-block;
        float: left;
    }

    .header .text-right.icon-main {
        margin-left: 15px;
        margin-top: 12px;
    }

    .icon-main a {
        padding: 0px !important;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 0px 5px;
    }

    #btn-login {
        display: none;
    }

    .label-cart {
        top: -9px;
        right: 7px;
    }

    .header.afixed .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-toggle {
        margin-left: 15px;
        margin-top: 5px;
    }

    .header .space_top_bot_20 {
        padding-top: 11px;
        padding-bottom: 11px;
        padding-right: 0;
    }

    .form-search {
        padding: 30% 0 0 0;
    }

    .form-search i {
        top: 10px;
        right: 20px;
        font-size: 26px;
    }

    .form-search form input {
        font-size: 26px;
        height: 50px;
        width: 85%;
    }

    .pushmenu.pushmenu-left {
        width: 100%;
    }

    .pull-menu {
        display: block;
        width: 100%;
    }

    .navbar-toggle {
        display: block;
    }

    .pull-menu .submenu {
        top: 13%;
    }

    .sec-two {
        padding: 0px 0px 15px 0px;
    }

    .sec-three {
        padding: 0px 0px 30px 0px;
    }

    .sec-three h4 {
        line-height: 33px;
    }

    footer .fv1_social {
        padding-top: 15px;
        padding-bottom: 0px;
        width: 100%;
        padding: 0px 30px;
    }

    footer .fv1_social ul.social {
        margin-left: -20px;
    }

    footer ul.link-group-fv1 {
        padding-left: 0px;
        display: table;
    }

    footer ul.link-group-fv1 li {
        display: table;
        width: 100%;
        padding-right: 0px;
        /*margin-bottom: 5px;*/
    }

    .image-margin {
        margin-left: 0px;
        /*margin-bottom: 10px;
        margin-top: 15px;
        width: 120px;*/
        width: 80px;
    }

    .footer-v1 .col-lg-1 {
        /*width: 19.333%;*/
        width: 16.66667%;
        margin-top: 10px;
    }

    /*.footer-v1 .col-lg-10{
        margin-top: 20px;
    }*/
    .footer-v1 .fv1_social {
        padding-bottom: 0px;
    }

    .footer-v1 ul.link-group-fv1 li a {
        line-height: 30px;
    }

    .space_top_bot_20.logo_fv11 {
        width: 33.33%;
        /*margin-left: 15px;*/
        margin-top: 0
    }

    .footer-v1 .logo_fv11 a {
        margin: 10% auto;
        display: block;
    }

    .footer-cols {
        padding: 0px 30px;
    }

    h4.footer-title {
        line-height: 10px;
    }

}

/*mobile (landscape)*/

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {}

/*mobile(portrait)*/

@media only screen and (min-width: 361px) and (max-width: 416px) and (orientation: portrait) {}

@media only screen and (min-width: 320px) and (max-width: 360px) and (orientation: portrait) {
    .header .space_top_bot_20 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header .hidden-lg {
        width: 60px;
    }

    .header .icon-pushmenu {
        padding-top: 15px;
    }
}


/*------ Css Of Medium Device ------*/

/*iPads (landscape)*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/*iPads (portrait)*/
@media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
        background: #fff;
    }

    .header .navbar-toggle .icon-bar {
        background: #000;
    }

    .header .img-white {
        display: none;
    }

    .header .img-black {
        display: block;
    }

    ul.navbar-nav li a {
        color: #000 !important;
    }

    .header #btn-search,
    .header #btn-cart,
    .header #btn-login {
        color: #000;
    }

    .sec-one .img-content {
        margin-top: 90px;
    }

    ul.navbar-nav li {
        padding: 6px 10px 2px;
    }

    .icon-main a {
        height: 34px;
        width: 34px;
    }

    .icon-main i {
        font-size: 14px;
    }

    .dropdown .bg-mega-menu1 {
        top: 60px;
    }

    .footer-cols {
        display: block !important;
        width: 100% !important;
    }

    .image-margin {
        margin-left: 0px;
    }

    footer .img-logo {
        width: 150px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
        background: #fff;
    }

    .header .navbar-toggle .icon-bar {
        background: #000;
    }

    .header .img-white {
        display: none;
    }

    .header .img-black {
        display: block;
    }

    ul.navbar-nav li a {
        color: #000;
    }

    .header #btn-search,
    .header #btn-cart,
    .header #btn-login {
        color: #000;
    }

    .sec-one .img-content {
        margin-top: 0;
    }

    .sec-one .img-content .overlay h1 {
        line-height: 33px;
        max-width: 100%;
        font-size: 27px !important;
    }

    .navbar-header {
        display: inline-block;
        float: left;
    }

    .header .text-right.icon-main {
        margin-left: 15px;
        margin-top: 10px;
        float: right;
        margin-right: 25px;
    }

    .icon-main a {
        padding: 0px !important;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 0px 5px;
    }

    #btn-login {
        display: none;
    }

    .label-cart {
        top: -9px;
        right: 7px;
    }

    .header.afixed .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle {
        margin-left: 15px;
        margin-top: 5px;
    }

    .header .space_top_bot_20 {
        padding-top: 11px;
        padding-bottom: 11px;
        padding-right: 0;
    }

    .form-search {
        padding: 30% 0 0 0;
    }

    .form-search i {
        top: 10px;
        right: 20px;
        font-size: 26px;
    }

    .form-search form input {
        font-size: 26px;
        height: 50px;
        width: 85%;
    }

    .pull-menu {
        display: block;
        width: 350px;
    }

    .main.in {
        left: 350px;
        z-index: 1;
    }

    .pushmenu.pushmenu-left {
        width: 350px;
        ;
    }

    .header .space_top_bot_20 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header .hidden-lg {
        width: 60px;
    }

    .header .icon-pushmenu {
        padding-top: 15px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .main.open {
        left: -350px;
        z-index: 1;
    }

    .footer-v1 .fv1_social {
        width: 70%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .footer-v1 .col-lg-1 {
        width: 19.333%;
    }

    .footer-v1 .logo_fv11 a {
        margin: 10% auto;
    }

}


/*----- Css Of Large Device --------*/

/*Non-Retina Screens*/

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {}

/*Retina Screens*/
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}


/*=========== New Css ===========*/
.login_form_pc {
    -webkit-transition: all .3s ease;
    -webkit-transform: scale(0);
}

.label-cart {
    -webkit-display: flex;
}

@media (max-width: 767px) {
    .sec-two .e-contact .text_title {
        padding: 0px 0px;
        float: left;
    }

    .sec-three h4 {
        line-height: 24px;
        font-size: 14px;
        padding: 0px 15px;
    }

    #option {
        width: 225px;
    }

    .form-control {
        /*width: 90%;*/
        /*width: 80%;*/
        width: 100%;
        padding: 6px 12px 6px 20px;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        height: 40px;
    }

    /*  Warranty Registration Page */
    .warranty_registration_page select {
        padding: 6px 12px 6px 10px;
        font-size: 14px;
    }

    select {
        /*width: 90%;*/
        /*width: 80%;*/
        width: 100%;
        margin-bottom: 10px;
        text-indent: 10px;
        line-height: 25px;
        height: 40px;
    }

    .e-contact .btn-submit {
        /*width: 200px;*/
        width: 160px;
        margin-top: 5px;
        height: auto;
        line-height: 40px;
        text-transform: none !important;
    }

    button,
    input,
    textarea {
        line-height: 50px;
        appearance: none;
        -webkit-appearance: none;
    }

    h4.title.text-center.mb-10.tt_initial,
    .title.text-center.mb-10 {
        font-size: 15px;
    }

    .footer-v1 .logo_fv11 {
        height: 70px;
    }

    .img-logo {
        width: 102px;
    }

    .footer-pads {
        width: 11.66667% !important;
    }
}


@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .support_sec h1 {
        font-size: 30px;
    }

    .support_sec h4 {
        font-size: 12px;
    }

    .support_sec select {
        width: 70%;
        height: 40px;
        line-height: 24px;
    }

    .sec-two {
        padding: 0px;
    }

    .sec-two .e-contact {
        padding-top: 0px;
    }

    .form_top_row_margin {
        display: none;
    }

    .login-form {
        padding: 0px 10px;
        margin-bottom: 0px;
    }

    .login-form .form-group {
        margin-bottom: 5px;
    }

    .form-control {
        /*width: 90%;*/
        /*width: 80%;*/
        width: 100%;
        padding: 6px 12px 6px 20px;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        height: 40px;
    }

    /*  Warranty Registration Page */
    .warranty_registration_page select {
        padding: 6px 12px 6px 10px;
        font-size: 14px;
    }

    select {
        /*width: 90%;*/
        /*width: 80%;*/
        width: 100%;
        margin-bottom: 10px;
        text-indent: 10px;
        line-height: 25px;
        height: 40px;
    }

    h4.title.text-center.mb-10.tt_initial,
    .title.text-center.mb-10 {
        font-size: 15px;
    }

    .sec-three {
        padding-bottom: 10px;
    }

    .support_dropdown_bottom_margin {
        display: none;
    }

    .sec-three .e-contact {
        padding-top: 10px;
    }

    .footer-v1 .fv1_social {
        padding-bottom: 0px;
    }

    footer ul.link-group-fv1 {
        padding-left: 0px;
        display: table;
    }

    .footer-v1 ul.link-group-fv1 li a {
        line-height: 30px;
    }

    .footer-cols {
        padding: 0px 30px;
    }

    .footer-pads {
        width: 11.66667% !important;
    }

    .footer-v1 .logo_fv11 {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 50px;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .support_sec h1 {
        font-size: 30px;
    }

    .support_sec h4 {
        font-size: 12px;
    }

    .support_sec select {
        width: 70%;
        height: 40px;
        line-height: 24px;
    }
}

@media (min-width:1200px) {
    ul.navbar-nav li a {
        letter-spacing: 0.8px !important;
    }

    .img-logo {
        width: 109px;
        margin-left: -15px;
    }

    ul.navbar-nav li {
        padding-top: 5px !important;
        padding-left: 20px;
    }

    .home_menu {
        padding-left: 5px !important;
    }
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 6px !important;
    }
}

@media screen and (max-width:1024px) {
    .sec-one .img-content .overlay h1 {
        font-size: 35px;
        line-height: 35px;
    }

    ul.navbar-nav li {
        padding: 4px 10px 2px;
    }

    .sec-one .img-content {
        padding-top: 30px;
        background: #ea5911;
    }
}

.invoice.form-control {
    line-height: 36px;
}

.custom-check {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    gap: 15px;
    margin-bottom: 15px;
}

.custom-check input {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 1px solid #eaeaea !important;
}

.custom-check label {
    font-weight: 400;
}


#warranty_form select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"/></svg>');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 97%;
}

#warranty_form #serial_field {
    width: 100% !important;
}

@media screen and (max-width:767px) {
    .invoice.form-control {
        line-height: 26px;
    }
}

ul.navbar-nav li:hover .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
}

ul.navbar-nav li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width:991px) {
    ul.navbar-nav li {
        min-height: 64px;
    }
}

/* New style */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

.site-header {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #131A1F;
    min-height: 45px;
}

.site-header .header-wrapper {
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.header-main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-main-menu ul li {
    padding: 34px 0px 20px;
}

.header-main-menu ul li a {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.header-main-menu ul li a svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;

}

.header-main-menu ul li:hover a {
    color: #FF5004;
}

.header-main-menu ul li a svg path {
    stroke: #FFFFFF;
    fill: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.header-main-menu ul li:hover a svg path {
    stroke: #FF5004;
    fill: #FF5004;
}

.header-main-menu ul li:not(:last-of-type) {
    margin-right: 28px;
}

.header-wrapper .brand-logo {
    max-width: 135px;
    width: 100%;
    padding: 15px 0px 20px;
}

.header-wrapper .brand-logo a {
    display: block;
}

.header-main-menu>ul>li.has-menu>a::after {
    content: '';
    border-top: 8px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
}

.header-main-menu ul li.has-menu:hover a::after {
    border-top-color: #FF5004;
}

.header-main-menu ul li .dropdown-menu {
    margin-top: -2px;
}

.header-main-menu ul li:hover .dropdown-menu {
    display: block;
}

body .form-control,
select {
    border-radius: 0.5rem;
    height: 60px;
    padding: 0 1.25rem 0;
    font-size: 16px;
}

select {
    padding-left: 1.25rem !important;
}

.site-header.head-sticky {
    -webkit-animation: .7s ease-in-out fadeInDown;
    animation: .7s ease-in-out fadeInDown;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media screen and (max-width:991px) {
    .header-main-menu ul li:not(.no-hide) {
        display: none;
    }

    .header-main-menu ul li:not(:last-of-type) {
        margin-right: 15px;
    }

    .header-main-menu ul li {
        padding: 15px 0px 20px;
    }

    .navbar-toggle {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .header-wrapper .brand-logo {
        max-width: 100px;
        padding: 15px 0px 15px;
    }
}

.site-footer {
    padding: 40px 0px;
    background-color: #131A1F;
}

.site-footer .top-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3B3B3B;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.site-footer .footer-logo {
    max-width: 120px;
    width: 100%;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: 100%;
    flex: 1;
}

.footer-col:not(:last-of-type) {
    padding-right: 70px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col h4 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.footer-col ul li a {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-col ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.footer-col.contact-col h4 {
    color: #FF5004;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.footer-col.contact-col a {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-col.contact-col a span {
    padding-left: 30px;
    display: block;
    color: #FFFFFF;
}

.footer-col ul li a:hover {
    color: #FF5004;
    text-decoration: none;
}

.footer-col ul li a svg path {
    transition: all 0.3s ease-in-out;
}

.footer-col ul li a:hover svg path {
    fill: #FF5004;
    stroke: #FF5004;
}

.footer-col ul li a:hover span {
    color: #FFFFFF;

}

.footer-col.contact-col {
    flex: 0 0 200px;
}

.footer-col.contact-col ul li:not(:last-of-type) {
    margin-bottom: 30px;
}

.footer-col.siz-lag {
    flex: 0 0 290px;
}

.copy-info {
    border-top: 1px solid #3B3B3B;
    margin-top: 30px;
    padding-top: 30px;
}

.copy-info p {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #92939E;
    text-align: center;
    margin-bottom: 0;
}


@media screen and (max-width:1024px) {
    .footer-col:not(:last-of-type) {
        padding-right: 20px;
    }

    .footer-col.siz-lag {
        flex: 1;
    }

    .footer-col.contact-col {
        flex: 0 0 180px;
    }

    .footer-col ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .footer-col {
        width: 100%;
        flex: 0 0 25%;
    }

    .footer-row {
        row-gap: 30px;
    }
}

@media screen and (max-width:767px) {
    .footer-col {
        width: 100%;
        flex: 0 0 50%;
    }

    .footer-col.contact-col {
        flex: 0 0 50%;
    }

    .site-footer .top-footer {
        flex-direction: column;
        gap: 30px;
    }

    .site-footer {
        margin-top: 30px;
    }
}