input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-control:focus {c
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ccc;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
#main-content {
    background-color: #fff;
    padding-bottom: 30px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

/* Global Paddings */
.padding-tb-big {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb-med {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-tb-small {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb-thin {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-t-big {
    padding-top: 100px;
}

.padding-t-med {
    padding-top: 23px;
}

.padding-t-small {
    padding-top: 20px;
}

.padding-t-thin {
    padding-top: 10px;
}

.padding-b-big {
    padding-bottom: 100px;
}

.padding-b-med {
    padding-bottom: 50px;
}

.padding-b-small {
    padding-bottom: 20px;
}

.padding-b-thin {
    padding-bottom: 10px;
}

@media only screen and (max-width:992px) {

    /* Global Paddings */
    .padding-tb-big {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padding-tb-med {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padding-tb-small {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .padding-t-big {
        padding-top: 30px;
    }

    .padding-t-med {
        padding-top: 20px;
    }

    .padding-t-small {
        padding-top: 10px;
    }

    .padding-b-big {
        padding-bottom: 30px;
    }

    .padding-b-med {
        padding-bottom: 20px;
    }

    .padding-b-small {
        padding-bottom: 10px;
    }
}

.padding-0 {
    padding: 0px !important;
}

.prim-color {
    color: #fed700;
}

.sec-color {
    color: ;
}

/*  layout selector */
.layout-selector-wrapper {
    position: fixed;
    top: 350px;
    width: 300px;
    left: -250px;
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
    z-index: 999999;
}

.layout-selector-wrapper.fly-in {
    left: 0px;
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}

.layout-selector-wrapper .button-holder {
    background-color: #75725e;
    padding: 10px;
    color: #fff;
    width: 50px;
    float: right;
    text-align: center;
}

.layout-selector-wrapper .button-holder .fa {
    font-size: 30px;
}

.layout-selector-wrapper .button-holder .fa:hover {}

.layout-selector-wrapper .content-holder {
    float: right;
    width: 250px;
    padding: 15px;
    border: 1px solid #75725e;
    border-left: none;
    background-color: #75725e;
}

.layout-selector-wrapper .content-holder ul {
    padding-left: 0px;
    list-style: none;
}

.layout-selector-wrapper .content-holder ul li {
    margin-bottom: 10px;
}

.layout-selector-wrapper .content-holder ul li a {
    color: #fff;
}

.layout-selector-wrapper .content-holder ul li a:hover {
    text-decoration: none;
}

.layout-selector-wrapper .content-holder h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.layout-selector-wrapper .button-holder .fa {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.color-list {
    text-align: center;
}

.color-list li {
    float: none;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.default-color {
    background-color: #fed700;
}

.color1 {
    background-color: #7dc2d6;
}

.color2 {
    background-color: #ff7b7b;
}

.color3 {
    background-color: #a5e077;
}

.color4 {
    background-color: #cd89e4;
}

.color5 {
    background-color: #ccbd9e;
}

/* HEADER */
.top-line {
    background-color: #000;
    padding: 10px 0px;
}

.top-line p {
    margin: 0px;
    line-height: 1em;
}

.top-line .free-shipping {
    font-family: Righteous;
}

.top-line .free-shipping p {
    margin-bottom: 0;
    font-size: 18px;
}

.customer-wrapper .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    background: none;
}

.header-search {
    margin-top: 10px;
}

.header-search form {
    height: 54px;
    margin: 0;
    padding: 0px;
    position: relative;
    display: block;
    border: 2px solid #fed700;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.header-search form .input-group {
    width: 100%;
}

.header-search .form-control {
    width: 85%;
    height: 50px;
    padding: 15px 60px 15px 30px;
    border: none;
    line-height: 18px;
    background: none;
    -webkit-box-shadow: inset 0 0 0 #fff;
    -ms-transform: inset 0 0 0 #fff;
    -o-transform: inset 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff;
}

.header-search .input-group-btn .btn {
    border: none;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    position: absolute;
    display: block;
    top: -2px;
    right: -2px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 75px;
    min-width: 75px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    padding: 0;
    margin: 0;
    background-color: #fed700;
}

.header-search .input-group-btn .btn:hover,
.header-search .input-group-btn .btn:focus {
    background: #333e48;
    color: #fff;
    border-color: #333e48;
}

.header-search .input-group-btn .btn .fa {
    font-size: 20px;
    display: block;
    line-height: 54px;
    text-align: center;
    width: 100%;
}

#header-cart .btn-default {
    border: none;
    position: relative;
}

#header-cart .btn-default:hover {
    background: none;
}

#header-cart .btn-default .fa {
    font-size: 22px;
}

#header-cart .btn-default .num-of-items {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fed700;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    padding-top: 2px;
    text-align: center;
    font-weight: 600;
}

#header-cart .dropdown-toggle,
#header-cart .dropdown-toggle:focus,
#header-cart .dropdown-toggle:active {
    background: none;
    box-shadow: none;
}

#header-cart .dropdown-menu {}

#header-cart .dropdown-menu li {}

#header-cart .viewcart {
    background-color: #fed700;
    border: 1px solid #fed700;
}

#header-cart .viewcart:hover {
    background-color: #eccb15;
    border: 1px solid #eccb15;
}

.main-menu-holder {
    background: none;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
}

@media (max-width: 1023px) {
    .customer-wrapper {
        display: none;
    }

    .phone-wrapper,
    .email-wrapper {
        width: 50%;
        text-align: center;
        float: left;
    }

    .free-shipping {
        width: 100%;
        margin-top: 10px;
        float: left;
    }

    .top-line p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {

    .header-search form,
    .header-search .form-control {
        height: 42px;
    }

    .header-search .form-control {
        padding: 8px 60px 8px 30px;
    }

    .header-search .input-group-btn .btn {
        height: 42px;
        line-height: 44px;
    }

    .header-search .input-group-btn .btn .fa {
        line-height: 40px;
    }
}

/* CATEGORY MENU */
.navbar-default .navbar-collapse {
    padding: 0px;
}

.category-menu-wrapper {
    display: inline-block;
    float: left;
    width: 23%;
    position: relative;
}

.category-menu {
    padding: 0px;
    list-style: none;
    background: #fff;
    margin: 0px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: 0px;
    z-index: 9999999;
    width: 100%;
    max-height: 3000px;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    border: 1px solid #fed700;
    opacity: 95%;
    font-weight: 600;
}

.category-menu>li {
    max-height: 9000px;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}

.category-menu>li:first-child {
    padding-top: 10px;
}

.category-menu>li:last-child {
    padding-bottom: 10px;
}

.category-menu-collapse {
    border: none;
    z-index: -1;
    opacity: 0;
}

/*
.category-menu-collapse > li {
	max-height: 0px;
	-webkit-transition: all 0.5s; 
    transition: all 0.5s;
	overflow: hidden;
	padding: 0px;
	border: none;
}
*/
.category-menu-collapse>li:first-child {
    padding-top: 0px;
}

.category-menu-collapse>li:last-child {
    padding-bottom: 0px;
}

.category-menu-wrapper .menu-header {
    background: #000;
    color: #fff;
    padding: 15px 12px;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    display: block;
    position: relative;
    cursor: pointer;
}

#n_home .menu-header {
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

.category-menu-wrapper .menu-header .fa {
    margin-right: 10px;
}

.category-menu .first-level {
    position: relative;
    padding: 0px 0px;
}

.category-menu .first-level>a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
    color: #333e48;
}

.category-menu .first-level:last-child>a {
    border-bottom: none;
}

.category-menu .first-level>a:hover {
    color: #df3737;
    font-weight: 700;
}

.category-menu .first-level>a .fa {
    float: right;
    margin-right: 0px;
    font-size: 18px;
}

.category-menu .second-level-wrapper {
    display: none;
    margin: 0px;
    list-style: none;
    z-index: 9999;
    border-top: 2px solid #fed700;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -ms-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
    -o-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.category-menu .second-level-wrapper .second-level {}

.category-menu .second-level-wrapper .second-level a {
    padding: 5px 0px;
    line-height: 26px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    color: #333e48;
}

.category-menu .second-level-wrapper .second-level a:hover {
    color: #df3737;
    font-weight: 700;
}

.category-menu .first-level:hover {
    position: initial;
}

.category-menu .first-level:hover .second-level-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    top: -2px;
    left: 100%;
    padding: 10px 30px;
    background-color: #fff;
}

.second-level-wrapper .category-thumb {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
}

.second-level-wrapper.mega-menu-wrapper {
    width: 600px !important;
    padding-bottom: 98px !important;
}

.second-level-wrapper.mega-menu-wrapper .mega-menu {
    width: 33%;
    float: left;
    padding-right: 15px;
}

.second-level-wrapper.mega-menu-wrapper .mega-menu a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 0;
    line-height: 24px;
    margin: 20px 0px;
    color: #333e48;
    border-bottom: none !important;
}

.category-menu .third-level-wrapper {
    padding: 0px;
    list-style: none;
}

.category-menu .third-level-wrapper .third-level a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
    text-shadow: 1px 1px #fff;
}

.category-menu .third-level-wrapper .third-level a:hover {
    color: #df3737;
    font-weight: 700;
}

/* MAIN MENU */
.main-menu-wrapper {
    width: 75%;
    position: relative;
    margin-left: 2%;
    z-index: 99999;
}

.main-menu-wrapper>.dropdown:hover>a:before {
    content: "\f0d8";
    position: absolute;
    display: block;
    left: 45%;
    bottom: -8px;
    color: #fed700;
    font-size: 14px;
    font-family: FontAwesome;
    z-index: 2;
}

.main-menu-wrapper>li>a {
    line-height: 22px;
    font-weight: 700;
    font-size: 15px;
    color: #333e48 !important;
    padding: 15px 26px;
}

.main-menu-wrapper>li>a:hover {
    color: #df3737 !important;
}

.main-menu-wrapper .dropdown-menu {
    width: 100%;
    padding: 20px !important;
    margin: 0px;
    list-style: none;
    z-index: 9999;
    border-top: 2px solid #fed700;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -ms-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
    -o-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    min-width: 270px;
}

.main-menu-wrapper .dropdown-menu li {}

.main-menu-wrapper .dropdown-menu li a {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 0;
    line-height: 1em;
    margin: 0px;
    padding: 12px 0px;
    color: #333e48;
}

.main-menu-wrapper .dropdown-menu li a:hover {
    background: none;
    color: #df3737;
    font-weight: 700;
}

.main-mega-menu:hover {
    position: initial;
}

.main-mega-menu>.dropdown-menu {
    width: 100%;
    padding: 20px !important;
    padding-bottom: 60px !important;
    margin: 0px;
    list-style: none;
    z-index: 9999;
    border-top: 2px solid #fed700;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -ms-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
    -o-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.main-mega-menu>.dropdown-menu .main-mega-level2 {
    display: block;
    width: 30%;
    float: left;
    margin-right: 4%;
}

.main-mega-menu>.dropdown-menu .main-mega-level2>a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 0;
    line-height: 24px;
    margin: 20px 0px;
    color: #333e48;
    border-bottom: none !important;
}

.main-mega-menu>.dropdown-menu .main-mega-level2 a:hover {
    color: #df3737;
    font-weight: 700;
    background: none;
}

.main-mega-level3-wrapper {
    padding: 0;
    list-style: none;
}

.main-mega-level3-wrapper li a {
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 30px;
    color: #333e48;
    border-bottom: 1px solid #eaeaea;
    display: block;
}

.main-mega-level3-wrapper li a:hover {
    color: #df3737;
    font-weight: 700 !important;
}

img.menu-advert {
    position: absolute;
    right: 0px;
    top: 0px;
    max-height: 100%;
    border-bottom-right-radius: 10px;
}

.main-mega-menu>a:hover:before {
    content: "\f0d8";
    position: absolute;
    display: block;
    left: 45%;
    bottom: -8px;
    color: #fed700;
    font-size: 14px;
    font-family: FontAwesome;
    z-index: 2;
}

.main-menu-holder .dropdown .dropdown-menu li a {
    border-bottom: 1px solid #eaeaea;

}

/* responsive menu */
.nMobileNav {
    display: none;
}

.category-menu-wrapper .category-menu .first-level .cat-menu-expander {
    display: none;
}

.main-menu-wrapper li .cat-menu-expander {
    display: none;
}

@media (max-width: 1023px) {
    .nMobileNav {
        display: block !important;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-collapse {
        border-top: 0px;
        width: 100%;
        position: absolute;
        z-index: 999999;
        top: 100%;
        background-color: #fff;
    }

    .no-padding-less1023 {
        padding: 0px !important;
    }

    .category-menu-wrapper {
        width: 100%;
    }

    .category-menu-wrapper .category-menu {
        position: relative;
        margin-bottom: 26px;
        z-index: 99999;
    }

    .category-menu-wrapper .category-menu .first-level {
        position: relative;
    }

    .category-menu-wrapper .category-menu .first-level a {}

    .category-menu-wrapper .category-menu .first-level a .fa-angle-right {
        display: none;
    }

    .category-menu-wrapper .category-menu .first-level .cat-menu-expander {
        display: block;
        position: absolute;
        right: 20px;
        width: 73px;
        height: 40px;
        top: 0px;
        text-align: center;
        padding-top: 4px;
    }

    .category-menu-wrapper .category-menu .first-level .cat-menu-expander .fa-angle-down {
        float: none;
        font-size: 32px;
        color: #717171;
    }

    .category-menu-wrapper .category-menu .first-level .cat-menu-expander .fa-angle-up:before {
        content: "\f106" !important;
        font-family: fontAwesome;
        background-color: #fff;
    }

    .category-menu-wrapper .category-menu .second-level-wrapper-expanded {
        display: block !important;
        left: 0px !important;
        top: 100% !important;
        position: relative !important;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0px;
    }

    .category-menu .second-level-wrapper .second-level {
        padding-left: 10px;
        padding-right: 10px;
    }

    .category-menu .first-level:hover .second-level-wrapper {
        display: none;
    }

    .second-level-wrapper .category-thumb {
        display: none;
    }

    .main-menu-wrapper {
        width: 100%;
        margin: 0px;
        float: left;
        padding-bottom: 26px;
    }

    .main-menu-wrapper>li {
        width: 100%;
    }

    .main-menu-wrapper li a .caret {
        display: none;
    }

    .main-menu-wrapper li {
        position: relative;
    }

    .main-menu-wrapper>li {
        border-bottom: 1px solid #fff;
    }

    .main-menu-wrapper>li:last-child {
        border-bottom: none;
    }

    .main-menu-wrapper>li .cat-menu-expander {
        display: block;
        display: block;
        position: absolute;
        right: 20px;
        width: 73px;
        height: 40px;
        top: 0px;
        text-align: center;
        padding-top: 4px;
    }

    .main-menu-wrapper li .cat-menu-expander .fa-angle-down {
        float: none;
        font-size: 32px;
        color: #717171;
    }

    .main-menu-wrapper .main-mega-menu:hover {
        position: relative;
    }

    .second-level-wrapper-main {
        display: none !important;
    }

    .second-level-wrapper-main-expanded {
        display: inline-block !important;
        position: relative;
        width: 96% !important;
        margin: 0 2% !important;
        margin-bottom: 20px !important;
    }

    .main-menu-wrapper>.dropdown:hover>a:before {
        display: none;
    }

    img.menu-advert {
        display: none;
    }

    .main-mega-menu>.dropdown-menu .main-mega-level2 {
        width: 46%;
        margin-right: 4%;
    }

    .main-mega-menu>.dropdown-menu .main-mega-level2:last-child {
        margin-right: 0px;
    }

    .main-mega-menu>.dropdown-menu .main-mega-level2 .cat-menu-expander {
        display: none;
    }

    .main-mega-menu .cat-menu-expander .fa-angle-up:before {
        content: "\f106" !important;
        font-family: fontAwesome;
        background-color: #fed700;
    }

    .navbar-collapse {
        background-color: #fed700;
    }
}

@media (max-width: 525px) {
    .main-mega-menu>.dropdown-menu .main-mega-level2 {
        width: 100%;
        margin-right: 0%;
    }
}

/*  HOME PAGE */
/* slider */
@keyframes example {
    from {
        left: -5000px;
    }

    to {
        left: 40%;
    }
}

@media screen and (max-width: 1200px) {
    @keyframes example {
        from {
            left: -5000px;
        }

        to {
            left: 42%;
        }
    }
}

.carousel-caption-top {
    position: absolute;
    top: 18%;
    left: -3000px;
    width: auto;
    transform: translateY(-50%);
    animation-name: example;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
    /* Chrome, Safari, Opera */
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.carousel-caption-middle {
    position: absolute;
    top: 50%;
    left: -3000px;
    width: auto;
    transform: translateY(-50%);
    animation-name: example;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    /* Chrome, Safari, Opera */
    animation-delay: 1s;
    animation-fill-mode: forwards;
    max-width: 480px;
}

.carousel-caption-bottom {
    position: absolute;
    top: 73%;
    left: -3000px;
    width: auto;
    transform: translateY(-50%);
    animation-name: example;
    animation-duration: 1.5s;
    -webkit-animation-delay: 2.1s;
    /* Chrome, Safari, Opera */
    animation-delay: 2.1s;
    animation-fill-mode: forwards;
}

.carousel-caption-top p {
    font-size: 22px;
    color: #34bcec;
    text-transform: uppercase;
    font-weight: 300;
}

.carousel-caption-middle h3 {
    font-size: 48px;
    color: #fff;
    text-shadow: 2px 2px #000;
    font-weight: 700;
    text-transform: uppercase;
}

.carousel-caption-bottom p .btn-primary {
    background: #fed700;
    color: #333e48;
    border-color: #fed700;
    padding: 10px 30px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 700;
    min-width: 130px;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.carousel-caption-bottom p .btn-primary:hover {
    background: #333e48;
    color: #fff;
    border-color: #333e48;
}

.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 10px;
    margin: 2px;
    text-indent: -999px;
    border: 1px solid #fed700;
    border-radius: 0px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.carousel-indicators .active {
    margin: 2px;
    width: 50px;
    height: 10px;
    background-color: #fed700;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: none;
}

.carousel-control .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 75px;
    margin-top: -37px;
}

@media screen and (max-width: 1450px) {
    .slider-wrapper .home-banner-item {
        width: 140%;
        max-width: 140% !important;
        transform: translateX(-12%);
    }
}

@media screen and (max-width: 1200px) {
    .carousel-caption-middle h3 {
        font-size: 38px;
    }
}

@media screen and (max-width: 1024px) {
    @keyframes example {
        from {
            left: -5000px;
        }

        to {
            left: 15%;
        }
    }

    .slider-wrapper .home-banner-item {
        width: 165%;
        max-width: 165% !important;
        transform: translateX(-15%);
    }

    .carousel-caption-middle h3 {
        font-size: 32px;
    }

    .carousel-caption-middle p {
        font-size: 22px;
    }

    .carousel-control .fa-chevron-right {
        left: inherit;
        right: 50%;
    }

    .carousel-caption-top {
        top: 18%;
    }

    .carousel-caption-middle {
        top: 33%;
    }

    .carousel-caption-bottom {
        top: 59%;
    }
}

@media screen and (max-width: 1024px) {
    .slider-wrapper .home-banner-item {
        width: 220%;
        max-width: 220% !important;
        transform: translateX(-28%);
    }

    .carousel-caption-top p {
        font-size: 26px;
    }

    .carousel-caption-middle h3 {
        font-size: 32px;
    }

    .carousel-control .fa-chevron-left {
        left: 15%;
    }

    .carousel-control .fa-chevron-right {
        left: inherit;
        right: 15%;
    }
}

@media screen and (max-width: 767px) {
    .carousel-caption-top {
        top: 16%;
    }

    .carousel-caption-top p {
        font-size: 18px;
    }

    .carousel-caption-middle {
        top: 38%;
    }

    .carousel-caption-middle h3 {
        font-size: 28px;
    }

    .carousel-caption-bottom {
        top: 65%;
    }

    .carousel-indicators {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .slider-wrapper .home-banner-item {
        width: 300%;
        max-width: 300% !important;
        transform: translateX(-35%);
    }

    .carousel-caption-top p {
        font-size: 18px;
    }

    .carousel-caption-middle h3 {
        font-size: 35px;
    }

    .carousel-caption-bottom p .btn-primary {
        font-size: 14px;
    }

    .carousel-control .fa {
        font-size: 38px;
        margin-top: -17px;
    }
}

/* small banners */
.one-small-slider img:hover {}

.one-small-slider .item>a {
    display: block;
    position: relative;
    text-align: center;
}

.one-small-slider .item>a:before {
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.one-small-slider .item>a:hover:before {
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .one-small-slider {
        margin-bottom: 10px;
    }
}

/*  home-page-items-wrapper */
.home-page-items-wrapper .nav {
    width: 66.66%;
    float: right;
    text-align: center;
}

.home-page-items-wrapper .nav-tabs>li {
    float: none;
    display: inline-block;
}

.home-page-items-wrapper .nav-tabs>li>a {
    border-radius: 0px;
    font-weight: 600;
    text-transform: capitalize;
    color: #343f49;
    font-size: 20px;
    border: none;
}

.home-page-items-wrapper .nav-tabs>li.active>a,
.home-page-items-wrapper .nav-tabs>li>a:hover {
    background: none;
    border: none;
}

.home-page-items-wrapper .nav-tabs>li.active>a:hover {
    background: none;
    border: none;
}

.home-page-items-wrapper .nav-tabs>li.active>a,
.home-page-items-wrapper .nav-tabs>li.active>a:hover,
.home-page-items-wrapper .nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border-bottom-color: inherit;
    cursor: default;
}

.home-page-items-wrapper .nav-tabs li a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #fed700;
    position: absolute;
    display: block;
    left: 50%;
    right: 50%;
    bottom: -1px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 1;
}

.home-page-items-wrapper .nav-tabs li a:after {
    content: "\f0d7";
    color: #fed700;
    display: block;
    font-family: Fontawesome;
    position: absolute;
    display: block;
    left: 47%;
    right: inherit;
    bottom: -18px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.home-page-items-wrapper .nav li a:hover:before,
.home-page-items-wrapper .nav li.active a:before {
    opacity: 1;
    left: 0;
    right: 0;
    width: 100%;
}

.home-page-items-wrapper .nav li a:hover:after,
.home-page-items-wrapper .nav li.active a:after {
    opacity: 1;
    z-index: 1;
}

.normal-product {
    padding-top: 30px;
}

.special-offer-product .left-part,
.special-offer-product .right-part {
    position: relative;
    z-index: 999;
}

.special-offer-product {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #fed700;
    overflow: hidden;
    padding: 20px 20px 30px;
    background: #fff;
}

.special-offer-product .thumbnail {
    border: none;
}

.special-offer-product h2 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
}

button.save-btn {
    padding: 5px 25px;
    box-shadow: none;
    background-color: #3e3e3e;
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 16px;
}

.special-offer-product .wrapper-thumbnail {
    float: left;
    width: 100%;
}

.special-offer-product .caption {
    width: 100%;
}

.special-offer-product .caption h3 {
    text-align: center;
}

.special-offer-product .caption h3 a {
    color: #3e3d3d;
    font-size: 15px;
    font-weight: 700;
}

.special-offer-product .caption h3 a:hover {
    color: #000;
}

.special-offer-product .caption .price {
    font-size: 30px;
    height: auto;
    text-align: center;
}

.normal-product .wrapper-thumbnail {
    padding: 0px;
    margin-bottom: 5px;
    min-height: 465px;
}

.normal-product .wrapper-thumbnail .thumbnail {
    padding: 10px 20px;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    position: relative;
    margin-bottom: 10px;
    border: none;
}

.normal-product .wrapper-thumbnail .thumbnail:before {
    content: '';
    width: 1px;
    background: #eaeaea;
    position: absolute;
    display: block;
    left: 0;
    top: 50px;
    bottom: 40px;
}

.normal-product .wrapper-thumbnail .thumbnail:hover:before {
    top: 0px;
    bottom: 0px;
}

.normal-product .wrapper-thumbnail:nth-child(3n+2) .thumbnail:before {
    content: '';
    width: 1px;
    background: #fff;
    position: absolute;
    display: block;
    left: 0;
    top: 50px;
    bottom: 40px;
}

.normal-product .wrapper-thumbnail .thumbnail:after {
    content: '';
    width: 100%;
    display: block;
    z-index: -1;
    border: 1px solid #eaeaea;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    position: absolute;
    display: block;
    left: 0;
    top: -1%;
    right: 0;
    bottom: -2%;
    -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
    -ms-transform: 0 0 5px 0 #c6c6c6;
    -o-transform: 0 0 5px 0 #c6c6c6;
    box-shadow: 0 0 5px 0 #c6c6c6;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -moz-transform: rotateX(45deg);
    -webkit-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    transform: rotateX(45deg);
    moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
}

.normal-product .wrapper-thumbnail .thumbnail:hover:after {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    z-index: 2;
}

.home-tab .normal-product .wrapper-thumbnail:first-child {
    display: none;
}

.normal-product .wrapper-thumbnail .thumbnail h3 {
    text-align: center;
    position: relative;
    z-index: 99999;
    min-height: 110px;
}

.normal-product .wrapper-thumbnail .thumbnail h3 a {
    color: #3e3d3d;
    font-weight: 700;
    text-transform: none;
    font-size: 15px;
    border: none;
}

.normal-product .wrapper-thumbnail .thumbnail .thumbnail-image {
    z-index: 999;
}

.normal-product .wrapper-thumbnail .thumbnail .price {
    color: #343f49;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
}

.action-btns-wrapper {
    z-index: 999;
    position: relative;
}

.action-btns-wrapper .one-action-btn {
    background: none;
    border: none;
    color: #fff;
    background-color: #ccc;
    border-radius: 50%;
    width: auto;
    float: right;
    margin-right: 5px;
    padding: 9px 12px;
}

.action-btns-wrapper .one-action-btn .fa {
    font-size: 18px;
}

.action-btns-wrapper .one-action-btn:hover {
    background-color: #fed700;
}

.normal-product .wrapper-thumbnail .thumbnail .product-button {
    text-align: center;
    padding: 0 0 15px 0;
    background: #fff;
    z-index: -1;
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    bottom: -10.5%;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
    -webkit-transition: all 0.35s, color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
    -moz-transition: all 0.35s, color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
    -o-transition: all 0.35s, color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
    transition: color 0.35s ease-out 0.001s, background 0.35s ease-out 0.001s, visibility 0.35s ease-out 0.35s, opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    max-height: 0px;
    overflow: hidden;
    padding-bottom: 0px;
    width: 80%;
    margin-left: 10%;
}

.normal-product .wrapper-thumbnail:hover .thumbnail .product-button {
    opacity: 1;
    z-index: 9999;
    max-height: 200px;
    padding-bottom: 15px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}

.quick-shop-button {
    padding: 0px 5px;
}

.quick-shop-button .btn-quick-view {
    border: none;
    background: none;
    padding: 0px;
    color: #848484;
}

.quick-shop-button .btn-quick-view .fa {
    margin-right: 6px;
}

.product-button .product-wishlist {
    padding: 0px 5px;
}

.product-button .product-wishlist .fa {
    margin-right: 6px;
}

.product-button .product-wishlist .wishlist-icon {
    color: #848484;
}

@media screen and (max-width: 1023px) {
    .normal-product .wrapper-thumbnail .thumbnail .product-button {
        border: none;
        max-height: 100px;
        opacity: 1;
        bottom: -6px;
    }
}

@media screen and (max-width: 991px) {
    .normal-product .wrapper-thumbnail:nth-child(2n+2) .thumbnail:before {
        background: #fff;
    }

    .normal-product .wrapper-thumbnail:nth-child(3n+2) .thumbnail:before {
        background: #eaeaea;
    }
}

@media screen and (max-width: 767px) {
    .home-page-items-wrapper .nav {
        width: 100%;
        margin-bottom: 20px;
    }

    .normal-product {
        padding-left: 15px;
        padding-right: 15px;
    }

    .normal-product .wrapper-thumbnail {
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .home-page-items-wrapper .nav-tabs>li>a {
        font-size: 16px;
        padding: 10px 6px;
    }
    .navbar-header {
        width: 100%;
        border-bottom: 1px solid;
    }
    .top-line .free-shipping p {
        font-size: 13px;
    }
    #n_category h1 {
        text-align: center;
        margin: 0;
        color: #333e48;
        font-size: 25px;
        font-weight: 400;
    }
    
    .home-page-items-wrapper .nav-tabs li a:after {
        bottom: -13px;
    }

    .nav-tabs {
        border-bottom: 0px;
    }

    .normal-product {
        padding: 15px 8px;   
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .normal-product .wrapper-thumbnail {
        width: 48%;
        min-height: unset;
        margin: 5px 3px;
        
    }

    .normal-product .wrapper-thumbnail .thumbnail {
        /* width: 100%; */
        padding: 10px 5px;
        display: flex;
        flex-wrap: wrap;
        background-color: #f3f3f3;
        height: 100%;

    }

    .normal-product .wrapper-thumbnail .thumbnail .thumbnail-image {
        order: 1;
    }

    .normal-product .wrapper-thumbnail .thumbnail h3 {
        order: 2;
        text-align: left;
        background: #fff;
        margin-top: 10px;
        margin: 10px 0 0;
        padding: 10px;
    }

    .normal-product .wrapper-thumbnail .thumbnail h3 a {
        font-size: 14px;
        line-height: 17px;
        color: #525252;
    }

    .normal-product .wrapper-thumbnail .thumbnail .row {
        order: 3;
        background: #fff;
        width: 100%;
        margin: 0;
    }
    .savings-container {
        margin: 0 1px 3px;
        position: relative;
    }
    .savings-container .label{
        border-radius: 0;
        padding: 2px 15px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .normal-product .wrapper-thumbnail .thumbnail .row .text-center  {
        padding: 5px 10px;
    }
    .normal-product .wrapper-thumbnail .thumbnail .price {
        display: flex;
        align-items: center;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
    } 
    .normal-product .wrapper-thumbnail .thumbnail .category-rrp { 
        margin-left: 9px;
        font-size: 10px;
    }
    /* .action-btns-wrapper .btn {
        display: none;
    } */

    .normal-product .wrapper-thumbnail .thumbnail:before {
        display: none !important;
    }
    .container-fluid {       
        padding-left: 10px;
        padding-right: 10px;
        min-height: auto;
    }
    .n_MD-20201130 {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 375px) {
    .home-page-items-wrapper .nav-tabs>li>a {
        font-size: 18px;
    }
}

/* homepage-bottom-banner */
.homepage-bottom-banner .item {
    position: relative;
}

.homepage-bottom-banner .item>a {
    display: block;
    position: relative;
    text-align: center;
}

.homepage-bottom-banner .item>a:before {
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.homepage-bottom-banner .item>a:hover:before {
    height: 100%;
    width: 100%;
}

.homepage-bottom-banner .item .carousel-caption-left {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}

.homepage-bottom-banner .item .carousel-caption-left h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #333e48;
    font-weight: 400;
}

.homepage-bottom-banner .item .carousel-caption-left p {
    font-size: 32px;
    text-transform: uppercase;
    color: #333e48;
}

.homepage-bottom-banner .item .carousel-caption-right {
    position: absolute;
    left: 55%;
    top: 46%;
}

.homepage-bottom-banner .item .carousel-caption-right p {}

.homepage-bottom-banner .item .carousel-caption-right p span {
    background: #fed700;
    color: #333e48;
    border-color: #fed700;
    padding: 15px 30px;
    line-height: 27px;
    font-size: 38px;
    font-weight: 700;
    min-width: 130px;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    position: relative;
    padding-top: 28px;
}

.homepage-bottom-banner .item .carousel-caption-right p span:before {
    font-size: 12px;
    color: #000;
    content: 'starting at';
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 300;
}

.homepage-bottom-banner .item .carousel-caption-right p:hover span {
    background: #333e48;
    color: #fff;
    border-color: #333e48;
}

.homepage-bottom-banner .item .carousel-caption-right p:hover span:before {
    color: #fed700;
}

@media screen and (max-width: 991px) {
    .homepage-bottom-banner .item .carousel-caption-left h3 {
        font-size: 22px;
    }

    .homepage-bottom-banner .item .carousel-caption-left p {
        font-size: 24px;
    }

    .homepage-bottom-banner .item .carousel-caption-left {
        top: 58%;
    }

    .homepage-bottom-banner .item .carousel-caption-left h3 {
        font-size: 22px;
    }

    .homepage-bottom-banner .item .carousel-caption-left p {
        font-size: 24px;
    }

    .homepage-bottom-banner .item .carousel-caption-right {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .homepage-bottom-banner {
        display: none;
    }
}

/* brands */
.brands-wrapper {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.brands-wrapper .swiper-nav-holder {
    position: absolute;
    top: -18px;
    right: 40px;
    display: inline-block;
    width: 120px;
    height: 35px;
}

.brands-wrapper .swiper-nav-holder .swiper-button-prev {
    float: left;
    position: relative;
    background: none;
    height: auto;
}

.brands-wrapper .swiper-nav-holder .swiper-button-next {
    position: relative;
    float: right;
    background: none;
    height: auto;
}

.brands-wrapper .swiper-nav-holder .fa {
    font-size: 40px;
    background-color: #fed700;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.brands-wrapper .swiper-nav-holder .swiper-button-next .fa {
    padding-left: 4px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.brands-wrapper .swiper-wrapper .swiper-slide a>img {
    opacity: 0.5;
}

.brands-wrapper .swiper-wrapper .swiper-slide a>img:hover {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .brands-wrapper {
        padding-top: 50px;
    }
}

/* newsletter wrapper */
.subscribe-wrapper {
    margin-top: 35px;
    background-color: #fed700;
}

.left-col-subscribe {
    padding-top: 10px;
}

.left-col-subscribe .subscribe-title {}

.left-col-subscribe .subscribe-title .fa {
    margin-right: 10px;
}

.left-col-subscribe p {
    margin-bottom: 0px;
    margin-top: 6px;
}

.right-col-subscribe form {
    position: relative;
    width: 100%;
}

.right-col-subscribe .input-group {
    width: 100%;
}

.right-col-subscribe .input-group .form-control {
    color: #797979;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 15px 50px 15px 30px;
    line-height: 20px;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
}

.right-col-subscribe .input-group .input-group-btn {
    width: 25%;
}

.right-col-subscribe .input-group .input-group-btn input {
    height: 50px;
    padding: 10px 35px;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    background: #333e48;
    color: #fff;
    border: 1px solid #333e48;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-transition: all 0.35s ease-in-out 0 0s;
    -webkit-transition: all 0.35s ease-in-out 0 0s;
    -ms-transition: all 0.35s ease-in-out 0 0s;
    -o-transition: all 0.35s ease-in-out 0 0s;
    transition: all 0.35s ease-in-out 0 0s;
    z-index: 9999;
}

.right-col-subscribe .input-group .input-group-btn input:hover {
    background-color: #000;
}

@media screen and (max-width: 1150px) {
    .subscribe-title-holder {
        width: 100%;
    }

    .subscribe-text-holder {
        display: none;
    }

    .left-col-subscribe {
        width: 40%;
    }

    .right-col-subscribe {
        width: 60%;
    }

    .right-col-subscribe .input-group .input-group-btn {
        width: 25%;
        position: absolute;
        right: 0px;
    }
}

@media screen and (max-width: 991px) {
    .subscribe-wrapper {
        padding: 20px 0px;
    }

    .left-col-subscribe .subscribe-title {
        font-size: 18px;
        padding-top: 6px;
    }
}

@media screen and (max-width: 767px) {
    .left-col-subscribe {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }

    .right-col-subscribe {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .right-col-subscribe .input-group .input-group-btn input {
        padding: 10px 15px;
    }
}

/* CATEGORY PAGE */
.menu-header-no-b-radius {
    border-radius: 10px 10px 0px 0px !important;
    -moz-border-radius: 10px 10px 0px 0px !important;
    -webkit-border-radius: 10px 10px 0px 0px !important;
}

.breadcrumb {
    background: none;
    margin-bottom: 4px;
    padding-left: 0px;
}

.breadcrumb li a {
    color: #333e48;
    ;
}

.breadcrumb>li+li:before {
    color: #333e48;
    content: "\f105";
    font-family: fontAwesome;
}

.breadcrumb li a:hover {
    color: #000;
}

.page-header {
    text-align: left;
    color: #333e48;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 20px;
    border-bottom: none;
}

.sort_container {
    background-color: #f3f3f3;
    padding: 10px 6px;
}

#n_category .normal-product .wrapper-thumbnail:first-child {
    display: block;
}

#n_category .normal-product .wrapper-thumbnail:first-child .thumbnail:before {
    background: #fff;
}

#n_category .normal-product .wrapper-thumbnail:nth-child(3n+2) .thumbnail:before {
    background: #eaeaea;
}

#n_category .normal-product .wrapper-thumbnail:nth-child(3n+4) .thumbnail:before {
    background: #fff;
}

/* SIDEBAR */
#left-sidebar .panel {
    border: none;
}

#left-sidebar .panel .panel-heading {
    background: none;
}

#left-sidebar .panel .panel-heading .panel-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    position: relative;
    font-weight: 400;
}

#left-sidebar .panel .panel-heading .panel-title:before {
    bottom: -1px;
    width: 50%;
    left: 0px;
    border-bottom: 2px solid #fed700;
    content: '';
    position: absolute;
    z-index: 999;
}

#left-sidebar .list-group-item {
    border: none;
}

#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
    font-weight: 400;
}

#left-sidebar .list-group-item:hover {
    background: none;
}

.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    top: -7px !important;
    border: 2px solid #fed700 !important;
    background: #fff !important;
}

.ui-slider-horizontal {
    height: 5px !important;
    top: -8px !important;
}

#pricesearch .btn {
    font-size: 14px;
    background-color: #fed700;
    padding: 5px 10px;
    border: 1px solid #fed700;
}

#left-sidebar .thumbnail-box .title a {
    color: #0062bd;
}

/*  ITEM PAGE */
.swiper-slide>a[name="thumbs"] {
    max-width: 100%;
    display: block;
}

.swiper-slide>a[name="thumbs"]>img {
    max-width: 100%;
}

.alt-img-nav {
    position: relative;
    height: 0px;
    border-top: 1px solid #dadada;
}

.img-alt-wrapper {
    margin: 5px 0px;
}

.alt-img-nav .swiper-button-next {
    background: none;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #fed700;
    color: #fff;
    border-radius: 50%;
    padding-left: 4px;
    padding-top: 1px;
}

.alt-img-nav .swiper-button-prev {
    background: none;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #fed700;
    color: #fff;
    border-radius: 50%;
    padding-right: 2px;
    padding-top: 1px;
    left: inherit;
    right: 70px;
}

.alt-img-nav .swiper-button-next .fa,
.alt-img-nav .swiper-button-prev .fa {
    font-size: 36px;
}

.wrapper-product-title h1[itemprop="name"] {
    font-weight: 600;
    text-transform: none;
    text-align: left;
    font-size: 23px;
    color: #333e48;
    margin: 0 0 10px;
    padding-top: 15px;
}

.reviews-wrapper {
    margin-bottom: 10px;
    display: block;
}

.reviews-wrapper .fa {
    color: #fed700;
    font-size: 16px;
}

.share-icons-list {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.share-icons-list li {
    float: left;
    margin-right: 10px;
    font-size: 16px;
}

.share-icons-list li a {
    color: #333e48;
}

.share-icons-list li a:hover {
    color: #fed700;
    text-decoration: none;
}

.green-text {
    color: #5bb300;
}

.red-text {
    color: #cc2b0f;
}

.pricing-holder {
    border: 2px solid #ddd;
    padding: 15px 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.availability-wrapper {
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.pricing-holder .productprice {
    font-size: 35px;
    color: #333e48;
    font-weight: 600;
}

.action-btns-wrapper .btn {
    background: #5cb85c;
    color: #fff;
    border-color: #5cb85c;
    padding: 10px 16px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 700;
    min-width: 105px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.action-btns-wrapper .btn:hover {
    background: #333e48;
    color: #fff;
    border-color: #333e48;
}

.qty-items-wrapper {
    position: relative;
    display: inline-block;
}

.qty-items-wrapper .qty-counter {
    text-align: left;
    width: 100%;
    height: 49px;
    min-height: 34px;
    border: 1px solid #eaeaea;
    padding: 7px 25px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #fff;
}

.qty-items-wrapper .qty-inner>span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    background: #ededed;
    position: absolute;
    display: block;
    top: 14px;
}

.qty-items-wrapper .qty-inner>span.qty-up {
    right: 40px;
}

.qty-items-wrapper .qty-inner>span i {
    color: #333e48;
    font-size: 9px;
    display: block;
    line-height: 20px;
}

.qty-items-wrapper .qty-inner>span.qty-down {
    right: 20px;
}

.qty-counter::-webkit-inner-spin-button,
.qty-counter::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

.item-wishist-wrapper {
    margin-top: 12px;
}

.item-wishist-wrapper .wishlist_toggle {
    color: #464646;
    font-weight: 600;
}

.item-wishist-wrapper .wishlist_toggle:hover {
    color: #fed700;
}

#shipbox .panel-title {
    font-weight: 400;
}

#shipbox .btn {
    background: #333e48;
    color: #fff;
    border-color: #333e48;
}

.item-page-tabs-wrapper .nav {
    text-align: center;
}

.item-page-tabs-wrapper .nav-tabs>li {
    float: none;
    display: inline-block;
}

.item-page-tabs-wrapper .nav-tabs>li>a {
    border-radius: 0px;
    font-weight: 600;
    text-transform: capitalize;
    color: #343f49;
    font-size: 18px;
    border: none;
}

.item-page-tabs-wrapper .nav-tabs>li.active>a,
.item-page-tabs-wrapper .nav-tabs>li>a:hover {
    background: none;
    border: none;
}

.item-page-tabs-wrapper .nav-tabs>li.active>a:hover {
    background: none;
    border: none;
}

.item-page-tabs-wrapper .nav-tabs>li.active>a,
.item-page-tabs-wrapper .nav-tabs>li.active>a:hover,
.item-page-tabs-wrapper .nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #fff;
    border-bottom-color: inherit;
    cursor: default;
}

.item-page-tabs-wrapper .nav-tabs li a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #fed700;
    position: absolute;
    display: block;
    left: 50%;
    right: 50%;
    bottom: -1px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 1;
}

.item-page-tabs-wrapper .nav-tabs li a:after {
    content: "\f0d7";
    color: #fed700;
    display: block;
    font-family: Fontawesome;
    position: absolute;
    display: block;
    left: 47%;
    right: inherit;
    bottom: -18px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.item-page-tabs-wrapper .nav li a:hover:before,
.item-page-tabs-wrapper .nav li.active a:before {
    opacity: 1;
    left: 0;
    right: 0;
    width: 100%;
}

.item-page-tabs-wrapper .nav li a:hover:after,
.item-page-tabs-wrapper .nav li.active a:after {
    opacity: 1;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .item-page-tabs-wrapper .nav-tabs>li>a {
        padding: 10px 6px;
        font-size: 14px;
    }

    .item-page-tabs-wrapper .nav-tabs li a:after {
        bottom: -12px;
    }
}

@media screen and (max-width: 550px) {
    .qty-items-wrapper {
        width: 36%;
    }

    /* .action-btns-wrapper {
		width: 70%;
	} */
    .item-wishist-wrapper {
        width: 100%;
        text-align: right;
    }
}

@media screen and (max-width: 425px) {
    .item-page-tabs-wrapper .nav-tabs>li>a {
        padding: 10px 4px;
        font-size: 15px;
    }

    .item-page-tabs-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }

    .item-page-tabs-wrapper .tab-content {
        padding-top: 20px;
        padding: 20px 10px;
    }
}

/* CART */
.checkout-btn {
    background: #5cb85c;
    color: #fff;
    border-color: #5cb85c;
    padding: 10px 30px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 700;
    min-width: 130px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.checkout-btn:hover {
    background: #333e48;
    color: #fff;
    border-color: #333e48;
}

.cartTable .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}

.description-info a {
    color: #353535;
}

.description-info a:hover {}

.description-info a h4 {
    font-size: 14px;
}

.remove-button {
    font-size: 20px;
    color: #c53838;
}

.remove-button:hover {
    color: #e40000;
}

.qty-price-del-wrap .quantity {
    padding-left: 0px;
}

.cart-item-price h5 {
    margin-top: 0px;
}

.update-cart-btn {
    background-color: #939292;
    border-color: #939292;
    padding: 10px 30px;
    line-height: 15px;
    font-size: 14px;
    font-weight: 700;
    min-width: 130px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.update-cart-btn:hover,
.update-cart-btn:active,
.update-cart-btn:focus {
    background: #333e48;
    color: #fff;
    border-color: #333e48;
}

/*  contact us page */
#map {
    height: 350px;
}

.info-holder h3,
.contact-form-wrapper h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333e48;
    border-bottom: 1px solid #ddd;
    line-height: 32px;
    padding-bottom: 13px;
    text-transform: capitalize;
    margin: 0 0 10px;
    position: relative;
}

.info-holder h3:before,
.contact-form-wrapper h3:before {
    content: '';
    display: block;
    width: 115px;
    height: 2px;
    background: #fed700;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
}

.info-holder ul {
    margin-top: 28px;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

.info-holder ul li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    padding-left: 33px;
}

.info-holder ul li:last-child {
    border-bottom: none;
}

.info-holder ul li .fa {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #dadada;
}

.contact-form-wrapper .form-group label {
    margin-bottom: 0px;
}

.contact-form-wrapper .form-group p {
    margin-bottom: 3px;
}

.contact-form-wrapper .form-group .form-control {
    border-radius: 10px;
    height: 40px;
}

.contact-form-wrapper .form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.contact-form-wrapper .form-group p .btn {
    background: #fed700;
    color: #333e48;
    border-color: #fed700;
    padding: 10px 30px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 700;
    min-width: 130px;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    margin: 0 auto;
    display: block;
}

.contact-form-wrapper .form-group p .btn:hover {
    background: #333e48;
    color: #fff;
    border-color: #333e48;
}

/* FOOTER */
.footer-logo-wrapper .logo {
    max-height: 80px;
}

.wrapper-footer .phone-wrapper {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.wrapper-footer .phone-wrapper .call-icon-wrapper {
    width: 20%;
    float: left;
}

.wrapper-footer .phone-wrapper .call-icon-wrapper .call-icon {
    width: 44px;
    height: 44px;
}

.wrapper-footer .phone-wrapper .call-text-holder {
    width: 80%;
    float: left;
}

.wrapper-footer .phone-wrapper .call-text-holder .first-line {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

.wrapper-footer .phone-wrapper .call-text-holder .second-line {
    font-size: 22px;
    margin-bottom: 0px;
}

.contact-info {
    margin-top: 20px;
}

.contact-info p {
    margin-bottom: 0px;
}

.wrapper-footer .footer-social-list {
    margin-top: 20px;
    margin-left: 0px;
}

.wrapper-footer .footer-social-list li {
    display: inline-block;
    font-size: 22px;
    margin-right: 20px;
    padding: 0;
    text-align: center;
}

.wrapper-footer .footer-social-list li a {
    color: #0d73d1;
    display: inline-block;
    padding: 0px;
    height: 28px;
    line-height: 28px;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.wrapper-footer .footer-social-list li a:hover {
    color: #fed700;
}

.footer-menu-wrapper .nav {
    margin-left: 0px !important;
}

.footer-menu-wrapper h4 {
    margin-bottom: 20px;
}

.footer-menu-wrapper .nav li {
    margin: 0 0 12px;
}

.footer-menu-wrapper .nav li a {
    color: #333e48;
    padding: 0px;
}

.footer-menu-wrapper .nav li a:hover,
.footer-menu-wrapper .nav li a:focus {
    color: #df3737;
    font-weight: 700;
    background: none;
}

.payment-method-wrapper {
    width: 100%;
    display: inline-block;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .wrapper-footer .phone-wrapper {
        margin-top: 20px;
        display: inline-block;
        width: 50%;
        float: left;
    }

    .wrapper-footer .phone-wrapper .call-icon-wrapper {
        width: auto;
        float: none;
        display: inline-block;
        line-height: 1em;
        font-size: 70px;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .wrapper-footer .phone-wrapper .call-text-holder {
        width: auto;
        float: none;
        display: inline-block;
    }

    .contact-info {
        margin-top: 46px;
        width: 50%;
        float: left;
    }

    .wrapper-footer .footer-social-list {
        margin-top: 14px;
        margin-left: 0px;
        width: 100%;
        float: left;
    }

    .payment-method-wrapper>.list-inline {
        text-align: center;
    }
}

@media screen and (max-width: 570px) {
    .wrapper-footer .phone-wrapper {
        width: 100%;
    }

    .contact-info {
        width: 100%;
        margin-top: 4px;
        margin-bottom: 16px;
    }

    .footer-menu-wrapper .one-footer-menu {
        width: 100%;
    }

    .footer-menu-wrapper h4 {
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

.normal-product .product-image {
    width: auto !important;
}

.brands-title span {
    text-align: center;
    margin-bottom: 15px;
    display: block;
    width: 80%;
    margin-left: 10%;
    color: #838383;
}

.brands-section h2 {
    color: #E2D500;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 50px;
}

.buying-options .btn-block p {
    margin: 0 0 0px !important;
}

.brand-image-width {
    max-width: 100%;
    max-height: 100%;
}

.brands-page-text {
    margin: 0px !important;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.white-text {
    color: #fff !important;
}

.navbar-nav>li>.dropdown-menu {
    z-index: 10000000;
}

.second-level-wrapper .second-level .mega-menu li:nth-child(2) {
    padding-left: 15px;
}

.text-center {
    text-align: center;
}

.float-none {
    float: none !important;
    width: 100% !important;
}

.arrow-down {
    font-size: 18px;
    margin-left: 10px;
}

.white-text p {
    color: #fff !important;
}

.white-text a {
    color: #fff !important;
}

.npopup {
    z-index: 1000000 !important;
}

.payment-icon-zipmoney {
    width: 60px;
    background-image: url('//cdn.neto.com.au/assets/neto-cdn/payment-icons/1.0.0/zipmoney.svg');
    background-size: 60px;
    margin-top: 2px;
    height: 100%;
}

.payment-icon-zippay {
    width: 60px;
    background-image: url('//cdn.neto.com.au/assets/neto-cdn/payment-icons/1.0.0/zippay.svg');
    background-size: 60px;
    margin-top: 2px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .breadcrumb-none {
        display: none !important;
    }
}

.width-100 {
    width: 100% !important;
}

.product-image-height {
    height: 400px;
    text-align: center;
}

.main-image-height {
    max-height: 100% !important;
}

.item-page-brand {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .item-page-brand {
        height: 100% !important;
    }

    .brand-image-mobile-height {
        height: 100px !important;
    }

    .brand-image-mobile-height p {
        height: 100% !important;
        text-align: center;
    }
}

.our-price {
    font-size: 15px;
}

.save-price {
    font-size: 12px !important;
    color: #7d7d7d;
}

.warehouse-text {
    font-size: 13px !important;
    color: #7d7d7d;
}

.productdetails p:first-child {
    font-size: 14px !important;
    line-height: 21px !important;
}

.min-height-homepage {
    min-height: 210px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tool-tip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tool-tip .tooltip-text {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 11px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tool-tip:hover .tooltip-text {
    visibility: visible;
}

.category-rrp {
    font-size: 12px;
    text-decoration: line-through;
    color: #e10000;
}

.item-page-rrp {
    font-size: 11px;
    color: #6c6c6c;
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .wrapper-product-title-none {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .wrapper-product-title-mobile-none {
        display: none !important;
    }
}

.grecaptcha-badge {
    z-index: 8000000;
}

.zip-widget__tagline img.logo {
    margin-left: 0px !important;
}

.zip-widget__tagline span.divider {
    margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
    .top-line .free-shipping p {
        font-size: 12px;
    }
}

/************************ MOBILE MENU ********************************/



.mobile-menu__wrap,
.search-close,
.filter-close,
.filter-open-wrap,
.mobile-menu {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #main-content {
        position: relative;
        z-index: 1;
    }

    .descktop-menu .descktop-menu * {
        display: none !important;
    }

    #overlay {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: -1;
        opacity: 0;
        transition: .3s;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, .7);
    }

    #overlay.activClasse {
        z-index: 3;
        opacity: 1;
    }

    .mobile-menu {
        position: relative;
        display: block;
    }

    .mobile-menu__inner-wrap .navbar-nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .mobile-menu .fa-angle-down {
        display: none;
    }

    .mobile-menu__button {
        width: 26px;
        height: 20px;
        position: relative;
    }

    .mobile-menu__bar {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        transition: 0.3s;
    }

    .mobile-menu__bar--1 {
        top: 0;
        left: 0;
    }

    .mobile-menu__bar--2 {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

    .mobile-menu__bar--3 {
        bottom: 0;
        left: 0;
    }

    .mobile-menu__button.activClasse .mobile-menu__bar--1 {
        transform: rotate(45deg);
        top: 9px;
    }

    .mobile-menu__button.activClasse .mobile-menu__bar--2 {
        transform: translate(-100%, -50%);
        opacity: 0;
    }

    .mobile-menu__inner-wrap .yellow {
        background-color: #fed700;
    }

    .mobile-menu__button.activClasse .mobile-menu__bar--3 {
        transform: rotate(-45deg);
        bottom: 8px;
    }

    .mobile-menu__wrap,
    .mobile-menu__wrap .dropdown-menu {
        display: block;
        position: fixed;
        z-index: 4;
        width: 80%;
        max-width: 375px;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: -4px 1px 8px 6px #e5e5e5;
        transform: translateX(-200%);
        transition: 0.4s;
        max-height: 95vh;
    }

    .mobile-menu__wrap .dropdown-menu {
        z-index: 6;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .mobile-menu__inner-wrap {
        overflow-y: auto;
        max-height: calc(95vh - 55px);
    }

    .mobile-menu__wrap.activClasse,
    .mobile-menu__wrap .dropdown-menu.activClasse {
        transform: translateX(0);
    }

    .mobile-menu__wrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu__title {
        padding: 13px 30px;
        text-align: center;
        font-weight: 700;
        position: relative;
    }

    .mobile-menu__close {
        position: absolute;
        height: calc(100% + 1px);
        width: 60px;
        top: 0;
        right: -1px;
        transform: translatex(100%);
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .mobile-menu__close .mobile-menu__bar--1 {
        transform: rotate(45deg);
        top: 27px;
        left: 16px;
        width: 50%;
    }

    .mobile-menu__close .mobile-menu__bar--2 {
        transform: rotate(-45deg);
        top: 28px;
        left: 16px;
        width: 50%;
    }

    .mobile-menu__wrap ul a {
        padding: 13px 30px !important;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        color: #000 !important;
        font-weight: 400;
        justify-content: space-between;
        font-size: 16px;
        border-bottom: none !important;
    }

    .mobile-menu__wrap ul li {
        max-height: 55px;
        list-style: none;
        font-size: 20px;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .mobile-menu__wrap .yellow li {
        border-bottom: none;
    }

    .mobile-menu__wrap .cat-nav__nav {
        width: 100%;
    }

    .mobile-menu__wrap .fa-chevron-down {
        float: right;
        transform: rotate(-90deg);
        transition: 0.4s;
    }

    .mobile-menu__wrap .mobile-menu__grey-bg {
        background-color: #f7f7f7;
    }

    .mobile-menu__wrap .mobile-menu__grey-bg a,
    .mobile-menu__wrap .mobile-menu__grey-bg .nav-link {
        color: #000;
        font-weight: 300;
    }

    .mobile-menu__wrap .mobile-menu__grey-bg .cat-nav__phone {
        width: 100%;
        height: 100%;
        background-color: #d60058;
        color: #fff;
        font-weight: 600;
    }

    .mobile-menu__wrap .dropdown-hover {
        max-height: 55px;
        overflow-y: hidden;
        transition: 0.4s;
    }

    .mobile-menu__top-link {
        display: flex;
        align-items: center;
        padding: 30px 10px;
    }

    .mobile-menu__top-link .nav-link {
        display: block;
        width: 100%;
        text-align: center;
    }

    .mobile-menu__top-link .fa-chevron-down {
        float: left;
        transform: rotate(90deg);
    }

    .cart-wrap {
        position: relative;
        z-index: 1;
    }

    .search-wrap {
        box-shadow: -4px 1px 8px 6px #e5e5e5;
        transition: 0.4s;
        position: fixed;
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 4;
        top: -200px;
        padding: 10px 20px 33px;
    }

    .search-wrap.activClasse {
        top: 0;
    }

    .wrapper-header__row {
        justify-content: space-between;
    }

    .search-close {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 30px;
        cursor: pointer;
    }

}

@media only screen and (max-width: 767px) {
    .sort_container .accordion-toggle {
        display: block;
        max-width: 145px;
        width: 100%;
        text-align: center;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .sort_container .form-group {
        display: flex;
        align-items: center;
    }

    .sort_container .col-xs-6 {
        padding: 0 5px;
    }

    .sort_container .control-label {
        margin-right: 7px;
    }

    .cat-main-content {
        z-index: 1;
    }

    #left-sidebar {
        position: fixed;
        top: 0;
        padding: 10px;
        width: 100%;
        z-index: 3;
        height: 100%;
        overflow: scroll;
        left: 0;
        transform: translateY(-200%);
        opacity: 0;
        transition: 0.4s;
        background-color: rgba(255, 255, 255, .7);
    }

    #left-sidebar.activClasse {
        transform: translateY(0);
        opacity: 1;
    }

    #left-sidebar #filters {
        height: 100% !important;
        display: block !important;
    }

    #left-sidebar .panel {
        box-shadow: -4px 1px 8px 6px #e5e5e5;
    }

    .panel-title .fa-arrow-down {
        display: none;
    }

    .filter-close {
        display: block;
        position: absolute;
        right: 20px;
        top: 8px;
        font-size: 25px;
        z-index: 3;
    }

    .filter-open-wrap {
        display: block;
    }
}
.share-wrapper {
    padding-bottom: 5px;
}
.more-from-category {
    min-height: 400px;
    float: left;
}
.more-from-category h3 {
    min-height: 90px;
    font-size: 15px!important;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}
.more-from-category a {
    color: #3e3d3d!important;
}
@media only screen and (max-width: 767px) {
   .more-from-category h3 {
    min-height: 100px;
    font-size: 15px!important;
    padding-left: 5px;
    padding-right: 5px;    
}
.more-from-category {
    min-height: 320px;
}
.padding-mobile {
    padding-bottom: 15px;
}
}
.more-from-category .price {
    font-size: 18px;
    font-weight: 400;
}
.item-page_more-from-category-padding {
    padding-top: 50px;
}
.header-border {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 15px;
}
.tab-content .fa-star {
    color: #fed700;
}
.reviews .fa-star {
    color: #fed700;
}
.brands-padding {
    padding-bottom: 25px;
    padding-top: 25px;
}
.item-page_buttons-padding {
    padding-top: 10px;
}
@media only screen and (max-width: 992px) {
.padding-mobile {
    padding-bottom: 15px;
}
}
@media only screen and (max-width: 992px) {
    #n_home .small-banners-wrapper .one-small-slider {
        min-height: 380px;
    }
}
/*.small-banners-wrapper {
    height: 100%;
    max-height: 100%;
}*/
@media only screen and (max-width: 992px) {
.small-banners-wrapper {
    min-height: 1650px;
    padding-top: 10px;
    padding-bottom: 10px;
}
}
@media only screen and (max-width: 992px) {
    #homepage-content h1 {
        min-height: 70px;
    }
    #homepage-content p {
        min-height: 60px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    #main-content.container-fluid {
        min-height: 5000px;
    }
}

@media only screen and (max-width: 768px) {
    .main-menu-holder {
        min-height: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-wrapper {
        min-height: 300px;
}
}