
.np {
    padding: 0;
}

.nm {
    margin: 0;
}

html {
    position: relative;
    min-height: 100vh;
}

#page-wrapper {
    overflow: hidden;
    width: 100%;
}

a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
    outline: none;
}

a {
    color: inherit;
}

.product-image-container {
    height: 200px;
    padding: 15px;
}

.product-image-container img {
    height: 100%;
    width: 100%;
}

form {
    margin: 0;
}

.header-heart-icon a i:hover {
    color: #fff;
}

button:hover, button:focus, button:active, button:visited {
    text-decoration: none;
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

i {
    line-height: 1;
}

.flex-center-vertical {
    display: flex;
    align-items: center;
    text-align: right;
}

.bordered {
    outline: 1px solid #000000;
}

/*---------
    Header styles start
----------*/

.swiper-container, .swiper-wrapper, .swiper-slide {
    height: auto;
}

.header-fixer {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 1050;
    transition: 300ms ease;
    background: rgba(299, 299, 299, 0.7);
}

.header-fixer .header-icon {
    color: #000 !important;
}

.header-fixer .header-heart-icon:hover {
    color: #000;
}

.header-logo-container {
    width: 135px;
}

.header-logo-container {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-menu-container {
    float: left;
    height: 100%;
    margin-left: 60px;
}

.header-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: inherit;
    align-items: center;
}

.header-menu > li {
    margin-right: 30px;
}

.header-menu > li > a {
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
    transition: .3s;
    font-weight: 600;
}

.header-menu > li > :hover {
    color: #db190e;
}

.header-icon {
    position: relative;
    font-size: 2em;
    color: #000;
    padding-left: 10px;
    margin-left: 10px;
    height: 35px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: left;
    border-left: 2px solid rgba(22, 22, 22, 0.5);
}

.header-heart-icon a:focus,
.header-heart-icon a:hover {
    color: #000;
}

.header-icon a i:hover {
    color: #000;

}

.header-icons-group .header-icon:first-child {
    border: none;
}

.header-icons-group {
    float: right;
}

.header-icons-group {
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
}

.basket-count, .favorites-count {
    position: absolute;
    font-size: 0.5em;
    top: 9px;
    right: -2px;
    color: red;
}

.header-cart-icon, .header-heart-icon {
    padding-right: 7px;
}

.header-cart-icon {
    position: relative;
}

.home-product-tabs .favorites-grid-container h2 {
    font-size: 24px;
    margin-top: 10px;
}

.header-heart-icon > sup {
    color: red;
}

.header-cart-icon img {
    margin-bottom: 3px;
}

.header-search {
    position: relative;
    width: 35px;
    height: 35px;
    padding-left: 0;
    margin-left: 0;
}

.header-search input {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: rgba(136, 133, 133, 0.8);
    border: none;
    font-size: 0.5em;
    color: transparent;
    transition: 300ms ease;
}

.header-search input:focus, .header-search input:active {
    outline: none;
}

.header-search label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

.header-right-side {
    float: right;
}

li.category-item > a {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

#header-search-button {
    color: #fff;
    background: none;
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
}

.header-phone {
    float: left;
    height: 100%;
    background: #db190e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
    margin-left: 15px;
}

.header-phone span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.header-phone h3 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 20px;
    font-weight: 600;
}

.header-search-active {
    padding: 5px 35px 5px 10px !important;
    width: 200px !important;
    background: #000 !important;
    color: #fff !important;
}

.header-darkened {
    background: rgba(255, 254, 254, 1) !important;
    box-shadow: 0 1px 8px #050618;
    height: 60px;
}

.header-darkened .header-logo-container {
    width: 125px;
}

.header-darkened .header-phone > span:first-child {
    display: none;
}

.header-darkened .header-menu > li > a {
    color: #000;
}

.header-darkened .header-menu > li > a:hover {
    color: #ff1508;
}

.header-user-icon {
    position: relative;
}

.hu-dropdown {
    position: absolute;
    top: 57px;
    width: 260px;
    right: 0;
    background: #fff;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.hu-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hu-dropdown > ul > li {
    display: block;
    transition: 300ms ease;
}

.hu-dropdown > ul > li > a {
    color: #000;
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    transition: 300ms ease;
}

.hu-dropdown > ul > li:hover {
    background: #db190e;
}

.hu-dropdown > ul > li:hover a {
    color: #fff;
}

/*---------
    Header styles end
----------*/
/*---------
    Global styles start
----------*/
.home-services-container .section-divider .section-divider-caption {
    text-align: left;
}

.section-divider {
    height: 100px;
    background: #fab702;
}

.section-divider-caption {
    height: 100%;
    padding: 0 25px;
}

.section-divider-caption p {
    margin: 0;
}

.section-divider-heading > * {
    color: #222;
    margin: 0;
    font-size: 22px;
}

.section-divider-heading {
    min-width: 400px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.section-divider-heading h2 {
    font-weight: 600;
    font-size: 36px;
    margin-top: 5px;
    text-transform: uppercase;
}

.section-divider-heading h1 {
    font-weight: 600;
    font-size: 36px;
    margin-top: 5px;
    text-transform: uppercase;
}

.section-divider-row {
    display: flex;
}

/*---------
    Global styles end
----------*/

/*---------
    Footer start
----------*/

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-map-container {
    position: relative;
    height: 300px;
}

.footer-map-layer {
    position: absolute;
    top: 0;
    right: 10%;
    width: 250px;
    height: 100%;
    background: rgba(250, 183, 2, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px;
}

.map-soc-icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    padding-top: 20px;
    border-top: 2px solid #e0a505;
    color: #e0a505;
}

.map-soc-icon {
    margin: 0 5px;
}

.map-soc-icon a {
    color: #e0a505;
    transition: 300ms ease;
}

.map-soc-icon a:hover {
    color: #fff;
}

.footer-content {
    background: #1a1a1a;
    padding: 30px 0 15px;
}

.footer-column p {
    color: #535353;
    font-size: 15px;
}

.footer-column h3 {
    font-size: 20px;
}

.footer-soc-icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    padding: 10px 0;
}

.footer-soc-icon {
    margin-right: 10px;
}

.footer-soc-icon a {
    color: #7f7f7f;
    transition: 300ms ease;
}

.footer-soc-icon a:hover {
    color: #fff;
}

.footer-columns-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    width: 45%;
}

.footer-column-services {
    display: flex;
    justify-content: flex-end;
}

.footer-column-services ul {
    margin-right: 40px;
}

.footer-column-services ul a {
    color: #535353;
    transition: 300ms ease;
    border-bottom: 1px solid;
}

.footer-column-services ul a:hover {
    color: #fff;
}

.footer-column-center {
    display: flex;
    justify-content: flex-end;
}

.footer-column-right {
    display: flex;
    justify-content: flex-end;
}

.footer-column input {
    background: transparent;
    border: 1px solid #535353;
    font-size: 16px;
    padding: 5px;
    color: #535353;
}

.footer-column input:focus {
    outline: none;
}

.footer-column textarea {
    background: transparent;
    border: 1px solid #535353;
    font-size: 16px;
    padding: 5px;
    color: #535353;
    width: 100%;
    resize: none;
}

.footer-column textarea:focus {
    outline: none;
}

.footer-column button {
    border: none;
    background: #faaa1d;
    padding: 3px 5px;
    font-weight: bold;
    display: block;
    float: right;
    transition: .3s;
}

.footer-column button:hover {
    background-color: red;
}

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

.footer-copyright {
    background: #151515;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #535353;
}

.footer-copyright p {
    margin-bottom: 0;
}

.footer-copyright a {
    color: #535353;
    transition: 300ms ease;
}

.footer-copyright a:hover {
    color: #db190e;
}

/*---------
    Footer end
----------*/

.product-thumbnail h3 {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px;
    font-style: italic;
    height: 25px;
    color: #222;
    margin: 5px 0;
}

.product-thumbnail s {
    display: inline-block;
    font-size: 14px;
    color: #222;
    margin: 0 5px 0 0;
}

.product-thumbnail span.product-price {
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
    color: #222;
}

.product-tape-container {
    padding: 10px 5px;
    background: #fab702;
    color: #fff;
    margin: 5px 0 10px;
}

.product-thumbnail {
    padding-bottom: 10px;

}

.product-thumbnail {
    -webkit-box-shadow: 0 0 5px 2px rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 0 0 5px 2px rgba(199, 199, 199, 0.5);
    box-shadow: 0 0 5px 2px rgba(199, 199, 199, 0.5);
    border: 1px solid #dbdbdb;
    margin: 10px;
}

.shop-categories-toggle {
    position: relative;
    /*    font-size: 16px;
        border: 1px solid #f9f9f9;
        margin: 34px 0 0 0;
        padding: 0 10px;
        height: 38px;
        text-align: center;
        border-radius: 3px;
        box-shadow: 0 2px 7px silver;
        color: #999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;*/
}

.shop-categories-toggle i {
    font-size: 14px;
}

.categories-hidden-container {
    position: absolute;
    width: 100%;
    top: calc(100% - 10px);
    left: 0;
    box-shadow: 0 3px 10px silver;
    margin-top: 15px;
    padding: 20px 15px;
    background: #fff;
    z-index: 4;
    max-height: 65vh;
    overflow-x: auto;
    display: none;
}

.categories-hidden-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.categories-hidden-container::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

.categories-hidden-container::-webkit-scrollbar-thumb {
    background: #fab602;
    border: none;
    border-radius: 50px;
}

.categories-hidden-container::-webkit-scrollbar-thumb:hover {
    background: #fad209;
}

.categories-hidden-container::-webkit-scrollbar-thumb:active {
    background: #fab602;
}

.categories-hidden-container::-webkit-scrollbar-track {
    background: #eaeaea;
    border: none;
    border-radius: 50px;
}

.categories-hidden-container::-webkit-scrollbar-track:hover {
    background: #eaeaea;
}

.categories-hidden-container::-webkit-scrollbar-track:active {
    background: #eaeaea;
}

.categories-hidden-container::-webkit-scrollbar-corner {
    background: transparent;
}

.categories-hidden-menu {
    text-align: left;
}

.categories-hidden-menu > li {
    margin-bottom: 5px;
}

.first_category {
    text-transform: uppercase;
    color: red;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.subcategories-menu > li {
    border-bottom: 1px solid #ebeaea;
    padding: 5px 0;
}

.subcategories-menu > li > a {
    color: #585656;;
}

.subcategories-menu a {
    color: red;
}

.categories-hidden-menu a {
    transition: 300ms ease;
}

.subcategories-menu a:hover {
    color: red;
}

.product-thumbnail:hover {
    box-shadow: 0 0 5px 2px rgba(202, 199, 194, 0.8);
}

.product-readMore {
    display: block;
    float: right;
    font-weight: bold;
    margin: 5px 10px 5px 0;
    font-size: 16px;
    transition: .3s;
    color: #444;
}

.product-readMore:hover {
    color: #fab702;
}

.product-code {
    font-size: 17px;
    display: block;
    margin-top: 2px;
}

.product-tape-container i {
    display: inline-block;
    font-size: 26px;
    cursor: pointer;
    margin: 0 5px;
    transition: .3s;
}

.product-tape-container i:hover {
    color: #000;
}

.footer-map-container:hover .footer-map-layer {
    display: none;
}

/*---------
    Registration alerts start
----------*/

.reg-alerts-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1059;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg-alert-content {
    width: 320px;
    height: auto;
    color: #000;
    background: #fff;
    padding: 35px 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.reg-alert-close {
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 20px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.modal_registration .help-block {
    font-size: 11px;
}

.requiredInput-alert {
    visibility: hidden;
    opacity: 0;
    color: #db190e;
    display: block;
    font-size: 12px;
}

.requiredInput-alert-email {
    color: #db190e;
    display: block;
    font-size: 12px;
}

.required-redInput {
    border: 1px solid #db190e !important;
}

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

/*----------
    Registration alerts end
----------*/
/*shop_part_basket*/
.little_shop_part {
    position: absolute;
    background: #fff;
    width: 320px;
    top: 50px;
    right: 0;
    box-shadow: 0 5px 15px silver;
    max-height: 60vh;
    overflow-y: auto;
    display: none;
    z-index: 111;
}

.little_basket_add {
    display: flex;
    margin-top: 3px;
}

.little_shop_img {
    padding: 5px;
    cursor: default
}

.little_shop_img img {
    width: 100%;
}

.header_little_basket_txt {
    padding: 10px 5px 0;
    cursor: default
}

.header_little_basket_txt .small-basket-prodPrice {
    font-weight: 600;
    color: #000;
    margin: 0;
    font-style: italic;
}

.header_little_basket_txt > h4 {
    color: #222;
    margin: 5px 0;
}

.small-basket-rowPrice {
    display: block;
    color: #222;
    font-size: 16px;
}

.small-basket-rowTotalCont {
    font-size: 14px;
    margin-top: 4px;
    display: block;
    color: red;
    width: 100%;
}

.header_little_basket_txt s {
    font-size: 16px;
    color: #989696;
    font-style: italic;
}

.header_little_basket {
    position: relative;
    border-bottom: 1px solid silver;
    padding: 5px 20px 5px 10px;
}

.small-basket-delete {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    line-height: 1;
    color: #222;
    cursor: pointer;
}

.little_basket_add a {
    font-size: 10px;
    font-weight: 600;
    background: #000;
    color: #fff;
    padding: 5px;
    margin-left: 2px;
    transition: .3s;
    text-transform: uppercase;
}

.little_basket_add a:hover {
    background-color: red;
}

.little_basket_add span {
    font-size: 17px;
    color: #000;
    background: #EBEFF4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
}

.little_basket_totl {
    color: red;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 500;
}

.view_little_cart {
    display: flex;
    padding: 0 5px 10px;
}

.view_little_cart a {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #000;
    transition: .3s;
    margin-left: 5px;
    padding: 5px 8px;
    text-transform: uppercase;
}

.view_little_cart a:hover {
    background-color: red;
}

.small-basket-count {
    height: 25px;
    width: 35px;
    font-size: 16px;
    text-align: center;
    color: #222;
    background: #dedede;
    border: none;
}

.small-basket-count:focus {
    outline: none;
    border: none;
}

.small-basket-isEmpty {
    margin: 15px 0;
    text-align: center;
    color: #222;
    font-size: 18px;
}

.footer-map-layer:hover {
    display: flex !important;
}

.small-basket-products {
    max-height: calc(60vh - 100px);
    overflow-y: auto;
}

.small-basket-rowTotal {
    white-space: nowrap;
}

.small-basket-increment, .small-basket-decrement {
    border: none;
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 17px;
    margin: 0 2px;
    color: #555;
}

/**/
.favorites-grid-container h3 {
    margin: 15px 0;
}

.project-thumbnail > a {
    display: block;
    width: 100%;
    height: 100%;
}

/*error*/
.has-error .help-block strong {
    color: red;
    font-size: 12px;
}

.header-active > a {
    color: #db190e !important;
}

.product_sale {
    min-height: 20px;
    margin-left: 15px;
}

.categories-hidden-container > i {
    display: none;
}

.input-custom-error {
    display: block;
    visibility: hidden;
    color: red;
    font-size: 12px;
    text-align: left;
}

.input-custom-error.input-email-error {
    display: none;
}

.message-status-container {
    position: fixed;
    top: 110px;
    right: 10px;
    z-index: 1060;
    background: #fff;
    color: #222;
    padding: 20px 20px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(22, 22, 22, 0.7);
}

.message-status-container i {
    font-size: 20px;
    color: #00aa00;
}

.message-status-hide {
    transform: translateX(calc(100% + 10px));
    visibility: hidden;
    opacity: 0;
    transition: 500ms ease;
}

.shop-categories-toggle.active a {
    color: red;
}


