*:focus, button:focus, input:focus, *, input, button, *:active, input:active, button:active, .bootstrap-select .btn:focus, option {
    outline: none !important;
    outline: 0px !important;
}
#main, .site_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
    transition: all 0.2s ease 0s;
}
.banner-section {
    background: #1d2025;
    height: 1500px;
    font-size: 14px;
}

.header-section {
    font-family: 'Raleway', sans-serif;
    background: transparent;
}

.header-section.white {
    background-color: #fff;
}

.header-section.style3 {
    background: #fff;
}

.header-section img {
    max-width: 100%;
}

.header-section .container {
    max-width: 1170px;
}

.header-section .main-nav{
    float: left;
    width: 82%;
}

.header-section .logo {
    display: inline-block;
    margin-top: 18px;
    float: left;
    width: 18%;
}

.header-section .row {
    position: static;
}

.header-section .row > * {
    position: static;
}

.header-section .mod-menu {
    position: relative;
    z-index: 999;
    float: left;
    width: 100%;
}

.header-section ul {
    list-style: none;
    padding: 0px;
    margin: 0 0 0 10px;
}

.header-section ul li {
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.header-section ul li a {
    color: #fff;
    background: none !important;
    padding: 30px 14px;
    text-decoration: none !important;
}

.header-section.white ul li a {
    color: #1d2025;
}

.header-section ul li.active > a {
    color: #0090ff;
}

.header-section ul li .number {
    font-size: 0.71429em;
    background: #0090ff;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -4px;
    top: 19px;
    border-radius: 100%;
}

.header-section ul li ul {
    position: absolute;
    top: 100%;
    left: -20%;
    margin-left: -115px;
    background: #f9f9f9;
    width: 230px;
    -webkit-box-shadow: 0px -5px 0px 0px rgba(0,144,255,1);
    -moz-box-shadow: 0px -5px 0px 0px rgba(0,144,255,1);
    box-shadow: 0px -5px 0px 0px rgba(0,144,255,1);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header-section ul li.mega-menu ul li ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-section ul li ul li {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.header-section.style3 ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.header-section ul li ul li a {
    color: #7d8082;
    padding: 10px 23px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: none;
    transition: all 0.2s ease-out 0s;
}

.header-section ul li ul li a:hover {
    margin-left: 5px;
}

.header-section ul li ul li ul {
    left: 100%;
    right: auto;
    top: 0px;
    margin-left: 0px;
    width: 0px;
    overflow: hidden;
    display: block;
}

.header-section ul li ul.dm-align-2 {
    left: 120px;
}

.header-section ul li ul.dm-align-2 .dm-align-2 {
    left: 100%;
}

.header-section ul li ul li ul li {
    width: 230px;
}

.header-section ul li.right ul li ul {
    left: auto;
    right: 100%;
}

.header-section ul li.mega-menu {
    position: static;
}
.header-section .yamm-content .widgettitle{
    font-size: 20px;
    padding-left: 23px;
    font-size: 16px;
    margin: 0 0 10px;
}
.header-section ul li.mega-menu .widget_nav_menu li a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 8px;
}
.header-section ul li.mega-menu > ul {
    width: 100%;
    left: 0px;
    float: none;
    margin-left: 0px;
    max-height: 0px;
    display: block;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.header-section ul li.mega-menu > ul > li {
    float: left;
    border: none;
    width: 100%;
}

.header-section ul li.mega-menu .kc_column{
    border-right: 1px solid #e9e9e9;
    padding: 27px 9px 23px;
}

/* line 154, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li > a {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 600;
}

/* line 160, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li ul {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    left: auto;
}

/* line 166, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li ul li {
    border: none;
}

.header-section ul li.mega-menu > ul > li span.subtitle {
    color: #494c51;
    margin-left: 23px;
    margin-bottom: 7px;
    float: left;
}

/* line 168, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s ease-out 0s;
}

.header-section ul li.mega-menu > ul > li ul li a:hover {
    color: #0090ff;
    margin-left: 5px;
}

.header-section.style4 ul li.mega-menu > ul > li ul li a:hover {
    color: #1d2025;
    margin-left: 5px;
    transition: all 0.2s ease-out 0s;
}

/* line 183, ../sass/screen.scss */
.header-section ul li.search-parent {
    position: static;
}

/* line 192, ../sass/screen.scss */
.header-section ul li.search-parent .search-box {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    position: absolute;
    top: 100%;
    opacity: 0;
    right: 0px;
    width: 50px;
    z-index: 9999;
    max-height: 0px;
    display: inline-block;
}

.header-section ul li.search-parent.active .search-box{
    opacity: 1;
    visibility: visible;
    width: 265px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* line 207, ../sass/screen.scss */
.header-section ul li.search-parent .search-box .form-control {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}

/* line 215, ../sass/screen.scss */
.header-section ul li.search-parent .search-box .form-control input {
    background: none;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 40px;
    border: none;
    line-height: 40px;
    padding: 0 12px;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #1d2025;
}

/* line 248, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box {
    background: #fff;
    width: 370px;
    position: absolute;
    top: 100%;
    right: -47%;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    max-height: 0px;
    overflow: hidden;
}

/* line 258, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .content {
    padding: 30px;
}

/* line 263, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box span {
    color: #0090ff;
}

/* line 266, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul {
    display: block;
    position: relative;
    left: 0px;
    margin: 0px;
    width: 100%;
    border-top: 1px solid #ededed;
    margin-top: 25px;
    max-height: none !important;
    opacity: 1 !important;
}

/* line 277, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li {
    position: relative;
    padding: 30px 30px 30px 100px;
    min-height: 141px;
    font-size: 1.21429em;
}

/* line 282, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li .close-btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    padding: 0px;
    right: 10px;
    font-size: 1.05882em;
    color: #070707;
    opacity: .4;
    font-weight: 300;
}

/* line 293, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li span {
    display: block;
    font-size: 1.05882em;
    padding-top: 10px;
}

/* line 298, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li img {
    position: absolute;
    top: 30px;
    left: 0px;
}

/* line 305, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .row {
    margin-left: -5px;
    margin-right: -5px;
}

/* line 308, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .row > * {
    padding-left: 5px;
    padding-right: 5px;
}

/* line 313, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .btn {
    margin-top: 30px;
    border-radius: 0px;
    background: #070607 !important;
    padding: 15px;
    color: #a1a1a1;
    font-size: 14px;
    border: none;
}

/* line 324, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .btn.btn-primary {
    background: #0090ff !important;
    color: #fff;
}

/* line 335, ../sass/screen.scss */
.header-section #menu {
    float: right;
}

/* line 339, ../sass/screen.scss */
.header-section .main-nav .nav {
    float: none;
}

/* line 341, ../sass/screen.scss */
.header-section .main-nav .nav.top-nav {
    float: right;
    margin: 0;
}

.header-section .tpbut.minicart-li a{
    margin: 0;
    padding-right: 0;
}

.header-section .tpbut.minicart-li{
    padding: 28px 0;
}

.header-section .main-nav.centernav {
    float: left;
}

@media only screen and (max-width: 990px) {
    .header-section .main-nav.centernav {
        float: none;
    }
}

.header-section ul li.right {
    position: absolute;
    right: 0;
}

.header-section ul li.right a {
    float: left;
    color: #1d2025;
    margin: 0px 0px 0px 0px;
    padding-left: 9px;
    padding-right: 0px;
}

.header-section ul li.right a i {
    font-size: 12px;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 21px;
    vertical-align: middle;
    border: 1px solid #aaa;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
}

.header-section ul li.right a i:hover {
    color: #1d2025;
    border: 1px solid #1d2025;
}

/* line 343, ../sass/screen.scss */
.header-section .main-nav .nav.top-nav > li {
    float: left;
}

@media only screen and (min-width: 1001px) {
    /* line 352, ../sass/screen.scss */ .header-section {
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9998;
        position: fixed;
    }

    /* line 359, ../sass/screen.scss */
    .header-section.absotule {
        position: absolute;
    }

    /* line 364, ../sass/screen.scss */
    .header-section.pin-style.pin-start {
        position: fixed;
    }

    /* line 367, ../sass/screen.scss */
    .header-section.pin-style.style4 {
        border: none;
        margin-top: 50px;
    }

    /* line 371, ../sass/screen.scss */
    .header-section.pin-style.pin {
        background: rgba(29, 32, 37, 0.95);
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .header-section.white.pin-style.pin {
        background: #fff;
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
    }

    /* line 376, ../sass/screen.scss */
    .header-section.pin-style.pin.style3 {
        padding: 0px;
    }

    /* line 378, ../sass/screen.scss */
    .header-section.pin-style.pin.style3 .logo {
        top: 0px;
    }

    /* line 382, ../sass/screen.scss */
    .header-section.pin-style.pin.style4 {
        padding-top: 0px;
        background: #fff;
        margin-top: 0px;
        -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
        -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
        box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
    }

    /* line 385, ../sass/screen.scss */
    .header-section.pin-style.pin.style4 .mod-menu {
        background: none;
    }

    /* line 390, ../sass/screen.scss */
    .header-section.pin-style.before {
        -webkit-transition: all .6s;
        transition: all .6s;
    }

    /* line 394, ../sass/screen.scss */
    .header-section.pin-style .mod-menu {
        border: none !important;
    }

    /* line 401, ../sass/screen.scss */
    .header-section.style2 .col-sm-2 {
        float: right;
        text-align: right;
    }

    /* line 405, ../sass/screen.scss */
    .header-section.style2 .col-sm-10 {
        float: left;
        text-align: left;
        width: auto;
    }

    /* line 410, ../sass/screen.scss */
    .header-section.style2 .logo {
        display: block;
    }

    .header-section.style2 ul li ul li a span.sub-arrow {
        float: right;
        font-size: 14px;
        color: #fff;
    }

    .header-section.style2 ul li ul li a span.sub-arrow.dark {
        color: #1d2025;
    }

    /* line 415, ../sass/screen.scss */
    .header-section.style3 {
        padding-top: 0px;
        background: #fff;
        border: none;
    }

    .header-section.style3 .container {
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }

    /* line 419, ../sass/screen.scss */
    .header-section.style3.pin {
        background: #fff;
        -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
        -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
        box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
    }

    /* line 422, ../sass/screen.scss */
    .header-section.style3 .logo {
        position: absolute;
        left: 50%;
        margin-left: -65px;
        top: -27px;
        margin-top: 0px;
    }

    /* line 429, ../sass/screen.scss */
    .header-section.style3 ul li.search-parent .search-box {
        background: #1d2025;
    }

    /* line 431, ../sass/screen.scss */
    .header-section.style3 ul li.search-parent .search-box .form-control {
        background: #282828;
        border: none;
    }

    /* line 434, ../sass/screen.scss */
    .header-section.style3 ul li.search-parent .search-box .form-control .search-btn {
        color: #fff;
    }

    /* line 438, ../sass/screen.scss */
    .header-section.style3 ul li.search-parent .search-box .close-btn {
        color: #fff;
    }

    /* line 442, ../sass/screen.scss */
    .header-section.style3 ul li.cart-parent .cart-box {
        background: #070607;
        color: #fff;
    }

    /* line 444, ../sass/screen.scss */
    .header-section.style3 ul li.cart-parent .cart-box ul {
        border-top: 1px solid #070607;
        background: none;
    }

    /* line 448, ../sass/screen.scss */
    .header-section.style3 ul li.cart-parent .cart-box ul li {
        color: #fff;
    }

    /* line 450, ../sass/screen.scss */
    .header-section.style3 ul li.cart-parent .cart-box ul li .close-btn {
        color: #fff;
    }

    /* line 457, ../sass/screen.scss */
    .header-section.style3 .mod-menu {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }

    /* line 464, ../sass/screen.scss */
    .header-section.style3 ul li a {
        color: #1d2025;
    }

    /* line 469, ../sass/screen.scss */
    .header-section.style3 .col-sm-10 {
        width: 100%;
        float: none;
    }

    /* line 473, ../sass/screen.scss */
    .header-section.style3 .col-sm-2 {
        float: none;
    }

    /* line 476, ../sass/screen.scss */
    .header-section.style3 #menu {
        float: left;
        width: 90%;
    }

    /* line 480, ../sass/screen.scss */
    .header-section.style3 #menu ul:first-child {
        float: left;
    }

    /* line 483, ../sass/screen.scss */
    .header-section.style3 #menu ul:last-child {
        float: right;
    }

    /* line 487, ../sass/screen.scss */
    .header-section.style3 #menu ul li ul {
        background: #1d2025;
        float: none !important;
    }

    /* line 490, ../sass/screen.scss */
    .header-section.style3 #menu ul li ul li {
        border-color: #282828;
    }

    /* line 491, ../sass/screen.scss */
    .header-section.style3 #menu ul li ul li a {
        color: #727272;
    }

    /* line 497, ../sass/screen.scss */
    .header-section.style3 #menu ul li ul li:hover > a, .header-section.style3 #menu ul li ul li.active > a {
        color: #0090ff;
    }

    /* line 507, ../sass/screen.scss */
    .header-section.style3 #menu ul li.mega-menu li ul li a {
        color: #727272;
    }

    /* line 511, ../sass/screen.scss */
    .header-section.style3 #menu ul li.mega-menu li ul li:hover a, .header-section.style3 #menu ul li.mega-menu li ul li.active a {
        color: #0090ff;
    }

    .header-section.style3 ul li ul li a span.sub-arrow {
        float: right;
        font-size: 14px;
        color: #fff;
    }

    /* line 524, ../sass/screen.scss */
    .header-section.style4 {
        background: none;
        padding-top: 0px;
    }

    /* line 527, ../sass/screen.scss */
    .header-section.style4.pin {
        background: rgba(0, 0, 0, 0.5);
    }

    /* line 530, ../sass/screen.scss */
    .header-section.style4 .mod-menu {
        background: #fff;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* line 537, ../sass/screen.scss */
    .header-section.style4 ul li a {
        color: #1d2025;
    }

    /* line 542, ../sass/screen.scss */
    .header-section.style4 ul li ul {
        background: #0090ff;
    }

    /* line 544, ../sass/screen.scss */
    .header-section.style4 ul li ul li {
        border-color: #f0be64;
    }

    /* line 546, ../sass/screen.scss */
    .header-section.style4 ul li ul li a {
        color: #fff;
    }

    .header-section.style4 ul li ul li a span.sub-arrow {
        float: right;
        font-size: 14px;
        color: #fff;
    }

    .header-section.style4 ul li ul li a:hover {
        color: #1d2025;
        margin-left: 8px;
    }

    /* line 551, ../sass/screen.scss */
    .header-section.style4 ul li.search-parent .search-box {
        background: #0090ff;
    }

    /* line 553, ../sass/screen.scss */
    .header-section.style4 ul li.search-parent .search-box .form-control {
        background: #0090ff;
        border: 1px solid #f0be64;
    }

    /* line 555, ../sass/screen.scss */
    .header-section.style4 ul li.search-parent .search-box .form-control input {
        color: #fff;
    }

    /* line 559, ../sass/screen.scss */
    .header-section.style4 ul li.search-parent .search-box .form-control .search-btn {
        color: #fff;
    }

    /* line 563, ../sass/screen.scss */
    .header-section.style4 ul li.search-parent .search-box .close-btn {
        color: #fff;
    }

    /* line 567, ../sass/screen.scss */
    .header-section.style4 ul li.cart-parent .cart-box {
        background: #0090ff;
        color: #fff;
    }

    /* line 569, ../sass/screen.scss */
    .header-section.style4 ul li.cart-parent .cart-box span {
        color: #fff;
    }

    /* line 572, ../sass/screen.scss */
    .header-section.style4 ul li.cart-parent .cart-box ul {
        border-top: 1px solid #f0be64;
        background: none;
    }

    /* line 576, ../sass/screen.scss */
    .header-section.style4 ul li.cart-parent .cart-box ul li {
        color: #fff;
    }

    /* line 578, ../sass/screen.scss */
    .header-section.style4 ul li.cart-parent .cart-box ul li .close-btn {
        color: #fff;
    }

    /* line 584, ../sass/screen.scss */
    .header-section.style4 ul li.cart-parent .cart-box .btn.btn-primary {
        background: #fff !important;
        color: #070607;
    }

    /* line 598, ../sass/screen.scss */
    .header-section ul li:hover > a, .header-section ul li.active > a {
        color: #0090ff;
    }

    /* line 603, ../sass/screen.scss */
    .header-section ul li ul {
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
    }

    /* line 609, ../sass/screen.scss */
    .header-section ul li ul li ul {
        max-height: none;
        opacity: 1;
    }

    /* line 614, ../sass/screen.scss */
    .header-section ul li ul li:hover > ul {
        width: 230px;
    }

    /* line 623, ../sass/screen.scss */
    .header-section ul li:hover > ul {
        opacity: 1;
        max-height: 2000px;
        overflow: visible;
    }

    /* line 627, ../sass/screen.scss */
    .header-section ul li:hover > ul li {
        overflow: visible;
    }

    /* line 629, ../sass/screen.scss */
    .header-section ul li:hover > ul li ul {
        overflow: hidden;
        opacity: 1;
    }

    /* line 637, ../sass/screen.scss */
    .header-section ul li.mega-menu > ul {
        opacity: 0;
    }

    /* line 642, ../sass/screen.scss */
    .header-section ul li.mega-menu:hover > ul {
        opacity: 1;
        max-height: 2000px;
    }

    /* line 648, ../sass/screen.scss */
    .header-section ul li.search-parent {
        position: static;
    }

    /* line 650, ../sass/screen.scss */
    .header-section ul li.search-parent .search-box {
        opacity: 0;
    }

    /* line 654, ../sass/screen.scss */
    .header-section ul li.search-parent.active .search-box {
        opacity: 1;
        width: 265px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    /* line 663, ../sass/screen.scss */
    .header-section ul li.cart-parent .cart-box {
        opacity: 0;
    }

    /* line 667, ../sass/screen.scss */
    .header-section ul li.cart-parent.active .cart-box {
        opacity: 1;
        max-height: 2000px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    /* line 679, ../sass/screen.scss */
    .header-section ul li.cart-parent .cart-box .btn:hover {
        opacity: .8;
    }
}

@media only screen and (max-width: 1000px) {
    /* line 720, ../sass/screen.scss */ .header-section ul li.cart-parent .cart-box {
        -webkit-transition: all 0s;
        transition: all 0s;
    }

    /* line 724, ../sass/screen.scss */
    .header-section ul li.menu-icon {
        font-size: 1.71429em;
        padding: 19px 0 0 30px;
    }

    /* line 727, ../sass/screen.scss */
    .header-section ul li.menu-icon a {
        margin: 0px;
        border: none;
        padding: 10px;
    }

    /* line 733, ../sass/screen.scss */
    .header-section {
        padding-bottom: 20px;
        border: none;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
    }

    /* line 741, ../sass/screen.scss */
    .header-section.pin-start {
        position: absolute;
    }

    /* line 744, ../sass/screen.scss */
    .header-section.style3 {
        padding-bottom: 0px;
    }

    /* line 747, ../sass/screen.scss */
    .header-section.off {
        position: fixed;
    }

    /* line 750, ../sass/screen.scss */
    .header-section .logo {
        position: relative;
        z-index: 9998;
        float: left;
        width: 18%;
    }

    /* line 755, ../sass/screen.scss */
    .header-section .main-nav .nav {
        float: none;
    }

    /* line 765, ../sass/screen.scss */
    .header-section .main-nav .nav.top-nav li {
        display: inline-block !important;
        vertical-align: top;
        float: none;
    }

    /* line 773, ../sass/screen.scss */
    .header-section .logo {
        padding-left: 10px;
    }

    /* line 776, ../sass/screen.scss */
    .header-section #menu {
        float: none;
        border: none;
        box-shadow: none;
        margin: 0 -15px;
        padding: 35px 0 0;
        z-index: 99;
    }

    /* line 783, ../sass/screen.scss */
    .header-section #menu > ul {
        background: #fff;
        margin: 0px;
    }

    /* line 786, ../sass/screen.scss */
    .header-section #menu > ul li {
        position: relative;
        border-bottom: 1px solid #ececec;
    }

    /* line 787, ../sass/screen.scss */
    .header-section #menu > ul li a {
        color: #1d2025;
        padding: 15px 25px;
        text-transform: none;
    }

    /* line 793, ../sass/screen.scss */
    .header-section #menu > ul li .arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 5px;
        right: 25px;
        cursor: pointer;
        z-index: 999;
    }

    /* line 802, ../sass/screen.scss */
    .header-section #menu > ul li .arrow:before {
        content: "";
        background: #1d2025;
        position: absolute;
        top: 17px;
        left: 11px;
        width: 15px;
        height: 3px;
    }

    /* line 811, ../sass/screen.scss */
    .header-section #menu > ul li .arrow:after {
        content: "";
        background: #1d2025;
        position: absolute;
        top: 10px;
        left: 17px;
        height: 15px;
        width: 3px;
    }

    /* line 824, ../sass/screen.scss */
    .header-section #menu > ul li.hover > a, .header-section #menu > ul li.active > a {
        color: #0090ff;
    }

    /* line 831, ../sass/screen.scss */
    .header-section #menu > ul li.hover > .arrow:after {
        display: none;
    }

    /* line 836, ../sass/screen.scss */
    .header-section #menu > ul li.hover > ul {
        display: block;
    }

    /* line 841, ../sass/screen.scss */
    .header-section #menu > ul li ul {
        display: none;
        max-height: none;
        position: relative;
        width: 100%;
        left: auto;
        margin: 0px;
        top: auto;
        border-top: 1px solid #ececec;
    }

    /* line 850, ../sass/screen.scss */
    .header-section #menu > ul li ul li {
        float: none;
        width: 100%;
        padding: 0px;
        border: none;
    }

    /* line 856, ../sass/screen.scss */
    .header-section #menu > ul li ul li a {
        text-transform: none;
        font-weight: 400;
        padding-left: 45px;
    }

    /* line 861, ../sass/screen.scss */
    .header-section #menu > ul li ul li ul {
        right: 0px;
    }

    /* line 863, ../sass/screen.scss */
    .header-section #menu > ul li ul li ul li a {
        padding-left: 65px;
    }

    /* line 876, ../sass/screen.scss */
    .header-section ul li.search-parent.active > a {
        color: #0090ff;
    }

    /* line 885, ../sass/screen.scss */
    .header-section ul li.cart-parent {
        position: static;
    }

    /* line 888, ../sass/screen.scss */
    .header-section ul li.cart-parent.active > a {
        color: #0090ff;
    }

    /* line 891, ../sass/screen.scss */
    .header-section ul li.cart-parent.active .cart-box {
        width: 100%;
        max-height: 2000px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    /* line 897, ../sass/screen.scss */
    .header-section ul li.cart-parent.active .cart-box ul li {
        display: block !important;
        text-align: left;
    }

    /* line 902, ../sass/screen.scss */
    .header-section ul li.cart-parent.active .cart-box .col-xs-8 {
        text-align: left;
    }

    /* line 909, ../sass/screen.scss */
    .header-section.style3 .logo {
        margin-top: 5px;
    }

    /* line 912, ../sass/screen.scss */
    .header-section.style3 .main-nav .nav.top-nav {
        top: 32px;
    }

    /* line 917, ../sass/screen.scss */
    .header-section.style3 ul li a {
        color: #000;
    }

    /* line 922, ../sass/screen.scss */
    .header-section.style3 .main-nav {
        padding-top: 10px;
    }

    /* line 925, ../sass/screen.scss */
    .header-section.style3 #menu {
        background: #1d2025;
    }

    /* line 927, ../sass/screen.scss */
    .header-section.style3 #menu ul {
        background: none;
    }

    /* line 929, ../sass/screen.scss */
    .header-section.style3 #menu ul li {
        border-color: #262626;
    }

    /* line 931, ../sass/screen.scss */
    .header-section.style3 #menu ul li a {
        color: #ffffff;
    }

    /* line 936, ../sass/screen.scss */
    .header-section.style3 #menu ul li .arrow:before, .header-section.style3 #menu ul li .arrow:after {
        background: #fff;
    }

    /* line 942, ../sass/screen.scss */
    .header-section.style3 #menu ul li.active > a, .header-section.style3 #menu ul li.hover > a {
        color: #0090ff;
    }

    /* line 946, ../sass/screen.scss */
    .header-section.style3 #menu ul li ul {
        border-color: #262626;
    }

    /* line 949, ../sass/screen.scss */
    .header-section.style3 #menu ul li ul li a {
        color: #727272;
    }

    /* line 958, ../sass/screen.scss */
    .header-section.style4 {
        background: #fff;
        padding-bottom: 0px;
    }

    /* line 961, ../sass/screen.scss */
    .header-section.style4 .logo {
        margin-bottom: 20px;
    }

    /* line 966, ../sass/screen.scss */
    .header-section.style4 ul li a {
        color: #050505;
    }

    /* line 971, ../sass/screen.scss */
    .header-section.style4 #menu {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* line 974, ../sass/screen.scss */
    .header-section.style4 #menu ul {
        background: #0090ff;
    }

    /* line 976, ../sass/screen.scss */
    .header-section.style4 #menu ul li {
        border-color: #f0be64;
    }

    /* line 979, ../sass/screen.scss */
    .header-section.style4 #menu ul li a {
        color: #fff;
    }

    /* line 984, ../sass/screen.scss */
    .header-section.style4 #menu ul li .arrow:before, .header-section.style4 #menu ul li .arrow:after {
        background: #fff;
    }

    /* line 989, ../sass/screen.scss */
    .header-section.style4 #menu ul li ul {
        border-color: #f0be64;
    }

    /* line 991, ../sass/screen.scss */
    .header-section.style4 #menu ul li ul li {
        border-color: #f0be64;
    }
}

@media only screen and (max-width: 360px) {
    /* line 1004, ../sass/screen.scss */ .header-section .logo {
        width: 85px;
    }

    /* line 1007, ../sass/screen.scss */
    .header-section .main-nav .nav.top-nav {
        top: -7px;
    }

    /* line 1010, ../sass/screen.scss */
    .header-section ul li.menu-icon {
        padding-left: 5px;
    }

    /* line 1013, ../sass/screen.scss */
    .header-section.style3 .main-nav .nav.top-nav {
        top: 7px;
    }
}

@media only screen and (min-width: 1001px) {
    /* line 1018, ../sass/screen.scss */ #menu {
        display: block;
    }
}

@media only screen and (max-width: 1000px) {
    /* line 1024, ../sass/screen.scss */ .header-section .col-sm-10, .header-section .col-sm-2 {
        width: auto;
        float: none;
    }

    /* line 1034, ../sass/screen.scss */
    .nopadding {
        position: static;
    }

    /* line 1038, ../sass/screen.scss */
    .navbar-nav > li {
        float: none;
    }

    .header-section.style4 ul li.search-parent .search-box {
        top: 90px;
    }

    .header-section.style4 ul li.cart-parent .cart-box {
        top: 90px;
    }

    .header-section.style4 #menu > ul li.hover > a, .header-section.style4 #menu > ul li.active > a {
        color: #1d2025;
    }

    .header-section ul li.cart-parent .cart-box {
        right: 0%;
    }
}

/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
    .header-section.style4 ul li.search-parent .search-box {
        top: 74px;
    }

    .header-section.style4 ul li.cart-parent .cart-box {
        top: 74px;
    }
}

/* line 1046, ../sass/screen.scss */
.box-option .header-section {
    background: none !important;
}

/* line 1048, ../sass/screen.scss */
.box-option .header-section .container {
    background: #fff;
}

/* line 1052, ../sass/screen.scss */
.box-option .header-section.pin .container {
    max-width: 1240px;
}
