/* Global */

@font-face {
    font-family: 'CG';
    src: url('../fonts/gothic.eot');
    src: url('../fonts/gothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gothic.woff') format('woff'),
    url('../fonts/gothic.ttf') format('truetype'),
    url('../fonts/gothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif !important;
    color: #676767;
    font-size: 12px;
    line-height: 1.15;
    background: #F0F0CF;
    background-image:
            url('../../../../img/theme/background/center.png'),
            linear-gradient(180deg,rgba(227, 240, 243, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(240, 240, 207, 1) 100%);
    background-repeat:
            no-repeat,
            no-repeat;
    background-position:
            center top,
            center center;
}

@media (min-width: 1200px) {
    body {
        background-image:
                url('../../../../img/theme/background/left.png'),
                url('../../../../img/theme/background/center.png'),
                url('../../../../img/theme/background/right.png'),
                linear-gradient(180deg,rgba(227, 240, 243, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(240, 240, 207, 1) 100%);
        background-repeat:
                no-repeat,
                no-repeat,
                no-repeat,
                no-repeat;
        background-position:
                left calc(50% - 616px) top -25px,
                center top,
                right calc(50% - 605px) top -34px,
                center center;
    }
}

a {
    font-weight: normal;
    color: #676767;
}

a:focus,
a:hover,
body#checkout a:hover {
    text-decoration: underline;
    color: #676767;
}

p {
    color: #676767;
    font-size: 12px;
    line-height: 1.15;
    margin-bottom: 15px;
    font-weight: normal;
}

.form-control:focus,
.input-group.focus {
    outline: 1px solid #CCC;
    border-color: #CCC;
}

.custom-radio input[type="radio"]:checked + span {
    background-color: #333;
}

.text-primary {
    color: #676767 !important;
}

.wishlist-list-item:hover .wishlist-list-item-title,
a.text-primary:focus,
a.text-primary:hover {
    color: #676767 !important;
}

#wrapper {
    position: relative;
    background: transparent;
    box-shadow: none;
    padding-top: 0;
    color: #676767;
    margin-top: 0;
}

#wrapper > div.container,
#wrapper > div.container-fluid {
    position: relative;
    background: #EEEED4;
    color: #676767;
    padding: 0 15px 6px 15px;
    border-left: 7px solid #F4F4E1;
    border-right: 7px solid #F4F4E1;
    margin: 0 auto;
}

#wrapper > div.container:before,
#wrapper > div.container-fluid:before {
    content: '';
    display: block;
    border-left: 1px solid #E2E2B8;
    border-right: 1px solid #E2E2B8;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: #EEEED4;
    background: -webkit-linear-gradient(180deg,rgba(238, 238, 212, 1) calc(100% - 64px), rgba(230, 230, 197, 1) 100%);
    background: -moz-linear-gradient(180deg,rgba(238, 238, 212, 1) calc(100% - 64px), rgba(230, 230, 197, 1) 100%);
    background: linear-gradient(180deg,rgba(238, 238, 212, 1) calc(100% - 64px), rgba(230, 230, 197, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#EEEED4",
            endColorstr="#E6E6C5",
            GradientType=0
    );
}

#main .page-content {
    padding: 0 !important;
}

#main .page-footer {
    margin-bottom: 0;
}

#content-wrapper img {
    max-width: 100%;
    height: auto;
}

.product-price {
    color: #676767;
    font-weight: bold;
}

.has-discount.product-price,
.has-discount p {
    color: #676767;
}

/* Headers */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    background: transparent;
    color: #676767;
    text-transform: none;
}

.h1 {
    font-size: 20px;
    line-height: 1.15;
}

.h2 {
    font-size: 18px;
    line-height: 1.15;
}

.h3 {
    font-size: 16px;
    line-height: 1.15;
}

/* btn */

.btn-primary {
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    color: #000000;
    white-space: inherit;
    border-radius: 4px;
}

.btn-tertiary {
    white-space: inherit;
    border-radius: 4px;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    color: #000000;
    text-decoration: underline;
    border-color: #FFCC00;
    border-radius: 4px;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: #76AAB8;
    border-radius: 0;
}

.btn-secondary,
.btn-tertiary {
    color: #000000;
    border-radius: 4px;
}

.btn-primary,
.btn-secondary,
.btn-tertiary,
.card-block.checkout .btn-primary.btn.disabled {
    display: inline-block;
    border: 1px solid #FFCC00;
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    min-width: 50px;
    height: 26px;
    padding: 0 15px !important;
    margin: 0;
    border-radius: 4px;
    cursor: pointer;
    color: #000000;
    font-size: 11px;
    line-height: 26px;
    font-weight: bold;
    box-shadow: none;
    text-transform: none;
}

.card-block.checkout .btn-primary.btn.disabled,
.card-block.checkout .btn-primary.btn.disabled:hover {
    opacity: 0.6;
}

.btn-primary > span,
.btn-secondary > span,
.btn-tertiary > span {
    line-height: 1.15;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.focus.btn-tertiary {
    color: #000000;
    text-decoration: underline;
    border-radius: 4px;
    border: 0;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    color: #000000;
    border-color: #FFCC00;
    border-radius: 4px;
}

.active.btn-tertiary:focus,
.active.btn-tertiary:hover,
.active.focus.btn-tertiary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-tertiary:focus,
.open > .dropdown-toggle.btn-tertiary:hover,
.open > .dropdown-toggle.focus.btn-tertiary,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.focus.btn-tertiary {
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    border-color: #FFCC00;
    color: #000000;
    border-radius: 4px;
}

.btn.disabled,
.btn.disabled:hover {
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    color: #000000;
    border-radius: 4px;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    border-color: #FFCC00;
    border-radius: 4px;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
    color: #000000;
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    border-color: #FFCC00;
    border-radius: 4px;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #000000 !important;
}

/* Tabs */

.tabs {
    /* box-shadow: none !important; */
    margin-top: 0 !important;
    /* background: #fff !important; */
    padding: 1.25rem 0 !important;
    /* border: 1px solid #F9EEEC !important; */
}

.home-product-tabs.tabs {
    padding: 0 !important;
}

.home-product-tabs.tabs .tab-pane {
    padding-top: 13px;
}

.tab-pane .products {
    margin-bottom: 20px;
}

.home-product-tabs.tabs .tab-pane .products {
    margin-top: -20px;
    margin-bottom: 0;
}

.home-product-tabs.tabs .tab-pane .products #products .product-miniature,
.home-product-tabs.tabs .tab-pane .products .featured-products .product-miniature,
.home-product-tabs.tabs .tab-pane .products .product-accessories .product-miniature,
.home-product-tabs.tabs .tab-pane .products .product-miniature,
.home-product-tabs.tabs .tab-pane .products .product-miniature .product {
    margin-top: 20px;
    margin-bottom: 0;
}

.tabs .nav-tabs {
    border-bottom: 2px solid #CC0000;
    margin-bottom: 6px;
}

.tabs .nav-tabs .nav-item {
    position: relative;
}

.tabs .nav-tabs .nav-link {
    color: #676767;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 6px;
}

.tabs .nav-tabs .nav-link:hover {
    border-top: 1px solid transparent;
    border-bottom: 2px solid transparent;
}

.tabs .nav-tabs .nav-link.active {
    color: #C02D38;
    text-decoration: none;
    background: transparent;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link.active:hover {
    border-top: 1px solid transparent;
    border-bottom: 2px solid #CC0000;
}

.tabs .nav-tabs .nav-link.active:before,
.tabs .nav-tabs .nav-link.active:hover:before {
    content: '';
    position: absolute;
    top: 100%;
    /*left: 74%;*/
    right: 45px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #CC0000;
}

/* Form */

form .form-control-label,
.label,
label {
    color: #676767;
}

/* Title */

#main .title-block > h1,
#main .title-block > h2,
#main .title-block > h3 {
    margin-bottom: 0;
}

.footer-banner-container .title-block,
.home-content-container .title-block,
#product-comments-list-header .title-block,
.product-accessories .title-block,
.contact-form h3,
#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title,
#main .title-block,
#footer .title-block,
.block-category > h1,
#main .page-header h1,
#main .page-header h2,
#main .page-header h3,
#main .page-header h4,
#main .page-header h5,
#main .page-header h6 {
    position: relative;
    font-size: 15px;
    line-height: 1.15;
    color: #1F838F;
    font-weight: 700;
    background: transparent;
    padding: 0;
    text-align: left;
    width: 100%;
    margin: 0 auto 20px auto;
    text-transform: none !important;
    font-family: Tahoma, sans-serif;
}

#product-comments-list-header .title-block,
.product-accessories .title-block {
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 0 !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}

#footer .title-block {
    font-size: 12px;
    margin-bottom: 0;
}

#footer .title-block span.h1,
#footer .title-block span.h2,
#footer .title-block span.h3,
#footer .title-block span.h4,
#footer .title-block span.h5,
#footer .title-block span.h6 {
    text-transform: uppercase !important;
}

/*
h1.title-block {
    font-size: 30px !important;
}

h2.title-block {
    font-size: 24px !important;
}

h3.title-block {
    font-size: 18px !important;
}

h4.title-block {
    font-size: 14px !important;
}

h5.title-block {
    font-size: 11px !important;
}

h6.title-block {
    font-size: 9px !important;
}
*/

/* Container */

@media (min-width: 1200px) {
    .container {
        width: 990px;
    }
}

/* Header */

#header {
    background: transparent;
    color: #FFF;
    box-shadow: none;
}

@media (max-width: 767px) {
    #header.is-open,
    #header.is-open .header-top {
        background-color: transparent;
    }
}

#header a {
    color: #E67624;
}

#header a:hover {
    color: #E67624;
    text-decoration: underline;
}

/* header-nav */

body#checkout #header .header-nav,
#header .header-nav {
    position: relative;
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    color: #E67624;
    max-height: 100%;
}

#header .header-nav > div.container,
#header .header-nav > div.container-fluid {
    position: relative;
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .header-nav > div.container:before,
#header .header-nav > div.container-fluid:before {
    content: '';
    background-image: url('../../../../img/theme/background/border.png');
    background-repeat: repeat-x;
    background-position: center center;
    width: 100%;
    display: block;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#header .header-nav .header-nav-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

@media (min-width: 768px) {
    #header .header-nav .header-nav-content {
        align-items: end;
        justify-content: end;
    }
}

@media (max-width: 991px) {
    body#checkout #header .header-nav,
    #header .header-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    body#checkout #header .header-nav,
    #header .header-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    body#checkout #header .header-nav,
    #header .header-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* header-after-nav */

#header .header-after-nav {
    position: relative;
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    color: #666;
    max-height: 100%;
}

#header .header-after-nav > div.container,
#header .header-after-nav > div.container-fluid {
    position: relative;
    background: transparent;
}

@media (min-width: 768px) {
    #header .header-after-nav {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    #header .header-after-nav > div.container,
    #header .header-after-nav > div.container-fluid {
        position: relative;
        background: transparent;
    }
}

/* logo */

#_desktop_logo {
    padding: 0 15px;
    z-index: 1;
    margin-bottom: 15px;
}

#_desktop_logo img {
    padding: 0;
    margin: 0 auto;
    width: 150px;
    display: block;
}

@media (min-width: 768px) {
    #_desktop_logo {
        padding: 0 15px;
        z-index: 1;
        margin-bottom: 0;
    }

    #_desktop_logo img {
        padding: 0;
        margin: -23px 0 0 0;
        width: 275px;
    }
}

/* Header top */

#header .header-top {
    background: transparent;
    color: #CCCCCC;
    padding: 0;
}

#header .header-top > div.container,
#header .header-top > div.container-fluid {
    position: relative;
    background: #EEEED4;
    color: #8F8F76;
    padding: 12px 15px;
    border-top: 7px solid #F4F4E1;
    border-left: 7px solid #F4F4E1;
    border-right: 7px solid #F4F4E1;
    border-radius: 6px 6px 0 0;
    margin: 0 auto;
}

#header .header-top > div.container:before,
#header .header-top > div.container-fluid:before {
    content: '';
    display: block;
    background: linear-gradient(to bottom, #F4F4E1, #E6E6C6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 0 0 6px 6px;
}

@media (max-width: 767px) {
    #header.is-open,
    #header.is-open .header-top {
        background: transparent;
    }
}

@media (min-width: 1200px) {
    #header .header-top > div.container,
    #header .header-top > div.container-fluid {
        padding: 20px 15px;
    }
}

/* Left column */

#left-column {
    padding-left: 0;
    padding-right: 0;
}

#left-column > div {
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 25px;
    margin-bottom: 0;
}

#left-column > div .title-block {
    position: relative;
}

#left-column > div .title-block,
#left-column > div .title-block > span.h1,
#left-column > div .title-block > span.h2,
#left-column > div .title-block > span.h3,
#left-column > div .title-block > span.h4,
#left-column > div .title-block > span.h5,
#left-column > div .title-block > span.h6,
#left-column > div h4 {
    color: rgba(108, 108, 84, 0.5);
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    background: transparent;
    font-weight: bold;
    clear: both;
    border: 0;

}

#left-column > div .title-block {
    margin: 0;
}

#left-column > div div.title-block {
    cursor: pointer;
}

#left-column > div .title-block span,
#left-column > div h4 span {
    margin-bottom: 0;
}

#left-column > div .title-block span.h3 > a,
#left-column > div h4 > a {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}

#left-column > div .title-block .navbar-toggler,
#left-column > div h4 .navbar-toggler {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

#left-column > div.links.highlighted {
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(to bottom, #6DA3B2, #76AAB8);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#left-column > div.links.highlighted .title-block,
#left-column > div.links.highlighted h4 {
    color: #FFFFFF;
}

#left-column > div.block-categories.highlighted {
    padding-top: 15px;
    background: linear-gradient(to bottom, #76AAB8 0%, #7FB0BD 100px, #76AAB8 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#left-column > div.links.highlighted .title-block,
#left-column > div.links.highlighted .title-block > span.h1,
#left-column > div.links.highlighted .title-block > span.h2,
#left-column > div.links.highlighted .title-block > span.h3,
#left-column > div.links.highlighted .title-block > span.h4,
#left-column > div.links.highlighted .title-block > span.h5,
#left-column > div.links.highlighted .title-block > span.h6,
#left-column > div.links.highlighted h4,
#left-column > div.block-categories.highlighted .title-block,
#left-column > div.block-categories.highlighted .title-block > span.h1,
#left-column > div.block-categories.highlighted .title-block > span.h2,
#left-column > div.block-categories.highlighted .title-block > span.h3,
#left-column > div.block-categories.highlighted .title-block > span.h4,
#left-column > div.block-categories.highlighted .title-block > span.h5,
#left-column > div.block-categories.highlighted .title-block > span.h6,
#left-column > div.block-categories.highlighted h4 {
    color: #FFFFFF;
}

#left-column > div ul {
    margin-bottom: 0;
}

#left-column > div .collapse-container li {
    padding-top: 6px;
    padding-bottom: 6px;
}

#left-column > div .collapse-container li > a {
    color: #8F8F76;
    text-transform: none;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    line-height: 1.15;
}

@media (min-width: 768px) {
    #left-column > div .title-block {
        margin: 0 0 20px 0;
    }
}

@media (min-width: 992px) {
    #left-column {
        width: 21.093%;
    }

    #left-column > div.links.highlighted {
        padding-top: 30px;
        border-top-left-radius: 6px;
        border-top-right-radius: 0;
    }

    #left-column > div.block-categories.highlighted {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 0;
    }

    #left-column > div .title-block,
    #left-column > div .title-block > span.h1,
    #left-column > div .title-block > span.h2,
    #left-column > div .title-block > span.h3,
    #left-column > div .title-block > span.h4,
    #left-column > div .title-block > span.h5,
    #left-column > div .title-block > span.h6,
    #left-column > div h4 {
        line-height: 1.15;
    }
}

/* Content wrapper */

.card {
    background: transparent;
}

#pagenotfound #main .page-content,
#products #main .page-content {
    margin: 0;
}

#pagenotfound .page-not-found,
#products .page-not-found {
    font-size: 12px;
    max-width: 100%;
    color: #676767;
    background: transparent;
}

#main .page-content,
#main .page-footer,
#main .page-header {
    margin-bottom: 0;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

#content-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    clear: both;
}

#content-wrapper .content-container {
    position: relative;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    color: #676767;
    border-radius: 6px;
}

#content-wrapper .content-container > .content-inner-container {
    background: #FAFAF0;
    color: #676767;
    font-size: 12px;
    border-top: 0;
    padding: 20px 30px;
    border-radius: 6px;
}

#content-wrapper .content-container > .content-inner-container p {
    font-size: 12px;
    font-weight: normal;
    color: #676767;
}

#content-wrapper .content-container > .content-inner-container > :last-child {
    margin-bottom: 0;
}

body:not(.page-index) #content-wrapper .content-container {
    border-radius: 6px;
}

body:not(.page-index) #content-wrapper .content-container > .content-inner-container {
    border-radius: 6px;
}

@media (min-width: 992px) {
    #content-wrapper {
        width: 57.814%;
        clear: none;
    }

    #content-wrapper .content-container {
        padding: 6px 0 0 0;
        background: #6DA3B2;
        color: #676767;
        border-radius: 0;
    }

    body:not(.page-index) #content-wrapper .content-container {
        border-radius: 0 0 6px 6px;
    }

    #content-wrapper #main .content-container > .content-inner-container {
        padding: 20px 30px;
        border-radius: 6px 6px 0 0;
    }

    body:not(.page-index) #content-wrapper .content-container > .content-inner-container {
        border-radius: 6px;
    }
}

/* Right column */

#right-column {
    padding-left: 0;
    padding-right: 0;
}

#right-column > div {
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 15px 25px;
    margin-bottom: 0;
}

#right-column > div .title-block {
    position: relative;
}

#right-column > div .title-block,
#right-column > div .title-block > span.h1,
#right-column > div .title-block > span.h2,
#right-column > div .title-block > span.h3,
#right-column > div .title-block > span.h4,
#right-column > div .title-block > span.h5,
#right-column > div .title-block > span.h6,
#right-column > div h4 {
    color: rgba(108, 108, 84, 0.5);
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    background: transparent;
    font-weight: bold;
    clear: both;
    border: 0;
}

#right-column > div .title-block {
    margin: 0;
}

#right-column > div div.title-block {
    cursor: pointer;
}

#right-column > div .title-block span,
#right-column > div h4 span {
    margin-bottom: 0;
}

#right-column > div .title-block span.h3 > a,
#right-column > div h4 > a {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}

#right-column > div .title-block .navbar-toggler,
#right-column > div h4 .navbar-toggler {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

#right-column > div.cart-container {
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(to bottom, #6DA3B2, #76AAB8);
    border-radius: 6px;
}

#right-column > div.cart-container .title-block,
#right-column > div.cart-container h4 {
    color: #FFFFFF;
}

#right-column > div.cart-container .title-block,
#right-column > div.cart-container .title-block > span.h1,
#right-column > div.cart-container .title-block > span.h2,
#right-column > div.cart-container .title-block > span.h3,
#right-column > div.cart-container .title-block > span.h4,
#right-column > div.cart-container .title-block > span.h5,
#right-column > div.cart-container .title-block > span.h6,
#right-column > div.cart-container h4 {
    color: #FFFFFF;
}

#right-column > div ul {
    margin-bottom: 0;
}

#right-column > div .collapse-container li {
    padding-top: 6px;
    padding-bottom: 6px;
}

#right-column > div .collapse-container li a {
    color: #8F8F76;
    text-transform: none;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    line-height: 1.15;
}

#right-column > div h1,
#right-column > div h2,
#right-column > div h3,
#right-column > div h4,
#right-column > div h5,
#right-column > div h6,
#right-column > div p {
    color: #8E8E76;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

@media (min-width: 768px) {
    #right-column > div {
        padding: 25px;
    }

    #right-column > div .title-block {
        margin: 0 0 20px 0;
    }

    #right-column > div:nth-child(2) .title-block,
    #right-column > div:nth-child(2) h4 {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    #right-column {
        width: 21.093%;
    }

    #right-column > div:nth-child(1) {
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 0 6px 6px 0;
    }

    #right-column > div:nth-child(2) {
        padding-bottom: 0;
    }

    #right-column > div .title-block,
    #right-column > div .title-block > span.h1,
    #right-column > div .title-block > span.h2,
    #right-column > div .title-block > span.h3,
    #right-column > div .title-block > span.h4,
    #right-column > div .title-block > span.h5,
    #right-column > div .title-block > span.h6,
    #right-column > div h4 {
        line-height: 1.15;
    }
}

/* footer */

#footer {
    padding-top: 0;
    background: transparent;
}

body#checkout #footer {
    padding: 0;
    color: #333;
    box-shadow: none;
    background: transparent;
}

/* footer-before-container */

.footer-before-container {
    color: #8F8F76;
    padding: 0;
}

.footer-before-container > div.container,
.footer-before-container > div.container-fluid {
    position: relative;
    background: #EEEED4;
    color: #8F8F76;
    padding: 15px;
    border-left: 7px solid #F4F4E1;
    border-right: 7px solid #F4F4E1;
    margin: 0 auto;
}

.footer-before-container > div.container:before,
.footer-before-container > div.container-fluid:before {
    content: '';
    display: block;
    background: transparent;
    border-left: 1px solid #E2E2B8;
    border-right: 1px solid #E2E2B8;
    border-bottom: 1px solid #E2E2B8;
    border-radius: 0 0 6px 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .footer-before-container > div.container:after,
    .footer-before-container > div.container-fluid:after {
        content: '';
        width: 200px;
        height: 160px;
        background: url('../../../../img/theme/background/bear.jpg') no-repeat left center;
        position: absolute;
        top: -14px;
        left: -145px;
        z-index: -1;
    }
}

/* footer-container */

.footer-container {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #E67624;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 11px;
}

.footer-container > div.container,
.footer-container > div.container-fluid {
    position: relative;
    background: #F4F4E1;
    color: #E67624;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-top: 0;
    border-radius: 0 0 6px 6px;
}

.footer-container > div.container:before,
.footer-container > div.container-fluid:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: linear-gradient(to bottom, rgba(244, 244, 225, 1), rgba(226, 226, 184, 1));
}

.footer-container > div.container > div.row,
.footer-container > div.container-fluid > div.row {
    position: relative;
}

.footer-container div.container > div.row > div[class*="col-"],
.footer-container div.container-fluid > div.row > div[class*="col-"] {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-container p {
    color: #E67624;
    line-height: 1.15;
    font-size: 11px !important;
    text-transform: none;
}

.footer-container .h4 {
    color: #E67624;
    font-size: 11px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .footer-container > div.container,
    .footer-container > div.container-fluid {
        padding: 25px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .footer-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-container > div.container > div.row,
    .footer-container > div.container-fluid > div.row {
    }
    .footer-container div.container > div.row > div[class*="col-"],
    .footer-container div.container-fluid > div.row > div[class*="col-"] {
        position: relative;
        display: initial;
    }
}

@media (max-width: 767px) {
    .footer-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-container div.container > div.row,
    .footer-container div.container-fluid > div.row {
        margin-top: 0;
    }
    .footer-container div.container > div.row > div[class*="col-"],
    .footer-container div.container-fluid > div.row > div[class*="col-"] {
        min-height: auto;
        padding: 15px 25px !important;
        margin-top: 0;
        display: block;
        overflow: hidden;
    }
}

/* copyright */

#footer .copyright-container {
    position: relative;
    font-family: Arial, Verdana, sans-serif;
    background: transparent;
    text-transform: none;
    padding-top: 35px;
    padding-bottom: 35px;
    border: 0;
    color: #B4B48E;
    margin-bottom: 0;
}

#footer .copyright-container p {
    margin: 0;
    font-size: 11px;
    line-height: 11px;
    color: #B4B48E;
}

#footer .copyright-container a {
    text-decoration: none;
    color: #B4B48E;
}

#footer .copyright-container > div.container > div.row > div[class*="col-"] {
    text-align: center;
}

#footer .copyright-container > div.container > div.row > div[class*="col-"]:first-child a {
    font-weight: bold;
}

#footer .copyright-container br {
    display: none;
}

@media (min-width: 992px) {
    #footer .copyright-container > div.container > div.row > div[class*="col-"] {
        padding-left: 35px;
        padding-right: 35px;
    }

    #footer .copyright-container > div.container > div.row > div[class*="col-"]:first-child {
        text-align: left;
    }

    #footer .copyright-container > div.container > div.row > div[class*="col-"]:last-child {
        text-align: right;
    }
}

@media (min-width: 480px) {
    #footer .copyright-container br {
        display: block;
    }
}

/* CMS page */

.page-content.page-cms {
    border: 0;
    min-height: auto;
    padding: 0;
    box-shadow: none;
    background: transparent;
    margin-bottom: 0;
}

#cms #content img {
    max-width: 100%;
    height: auto;
}

/* Page not found */

#pagenotfound #main .page-header {
    margin-top: 0;
}

/* My account */

.page-my-account #content .links a i {
    color: #676767;
}

.page-my-account #content .links a:hover {
    text-decoration: underline;
}

.page-my-account #content .links a:hover i {
    color: #676767;
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
    background: #FFF !important;
    border-radius: 0;
    border: 1px solid #A0A0A0;
    color: #676767;
    margin-left: -1px;
}

.forgotten-password .form-fields .center-email-fields button {
    line-height: 1;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.forgotten-password .form-fields label.required {
    width: auto;
    text-align: center;
}

@media (min-width: 768px) {
    .forgotten-password .form-fields label.required {
        width: 170px;
        text-align: left;
    }
}

.page-addresses .address {
    background: #EEEED4;
    border: 1px solid #76AAB8;
}

.page-addresses .address .address-footer {
    border-color: #76AAB8;
}

/* Category header */

.block-category {
    border: 0;
    min-height: auto;
    padding: 0;
    box-shadow: none;
    background: transparent;
    margin-bottom: 0;
}

.block-category .block-category-inner .category-cover img {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

/* Subcategories */

#subcategories ul li .subcategory-image a {
    display: block;
    padding: 0 !important;
    border: 0 !important;
}

#subcategories ul {
    justify-content: center;
}

#subcategories .subcategory-heading {
    text-align: center;
}

/* Product list */

#products #main .page-header {
    margin-top: 0;
}

#products {
    color: #6F6F6F;
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: #333;
    border-radius: 5px;
}

#products .thumbnail-container:focus .product-description::after,
#products .thumbnail-container:hover .product-description::after,
.featured-products .thumbnail-container:focus .product-description::after,
.featured-products .thumbnail-container:hover .product-description::after,
.product-accessories .thumbnail-container:focus .product-description::after,
.product-accessories .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    content: '';
    border: 0;
    position: static;
    opacity: 0;
}

.products-sort-order {
    color: #333;
}

.products-view {
    text-align: right;
}

.product_show_list .product-thumbnail {
    text-align: right;
}

.product_show_list .thumbnail-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    display: block;
    text-align: center;
    margin: 0 15px 10px 15px;
    font-weight: bold;
    line-height: 12px;
}

#products .product-description-short,
.featured-products .product-description-short,
.product-accessories .pproduct-description-short,
.product-miniature .product-description-short {
    text-align: justify;
}

#products .product-description-short p,
.featured-products .product-description-short p,
.product-accessories .pproduct-description-short p,
.product-miniature .product-description-short p {
    margin-bottom: 15px;
}

#products .product-manufacturer,
.featured-products .product-manufacturer,
.product-accessories .product-manufacturer,
.product-miniature .product-manufacturer {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    line-height: 1;
}

#products .product-reference,
.featured-products .product-reference,
.product-accessories .product-reference,
.product-miniature .product-reference {
    color: #333;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 575px) {
    .product_show_list .thumbnail-container {
        display: block;
    }

    .product_show_list .product-description,
    .product_show_list .product-thumbnail {
        width: 100% !important;
    }

    #products .product-description,
    .featured-products .product-description,
    .product-accessories .product-description,
    .product-miniature .product-description,
    #products .product-title,
    .featured-products .product-title,
    .product-accessories .product-title,
    .product-miniature .product-title,
    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping,
    .product_show_list .product-description {
        text-align: left;
    }

    .product_show_list .product-thumbnail {
        text-align:left;
    }
}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    justify-content: start;
    background: #FFF;
    border-radius: 6px;
}

@media (max-width: 767px) {
    #products .products,
    .featured-products .products,
    .product-accessories .products,
    .product-miniature .products {
        margin-left: 0;
        margin-right: 0;
    }

    #products .products.row,
    .featured-products .products.row,
    .product-accessories .products.row,
    .product-miniature .products.row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    #products .products,
    .featured-products .products,
    .product-accessories .products,
    .product-miniature .products {
        background: #FFF;
        border-radius: 0 0 6px 6px;
    }
}

#products img, .featured-products img,
.product-accessories img, .product-miniature img {
    width: auto;
    height: auto;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    height: auto;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-miniature .thumbnail-container {
    height: auto;
    box-shadow: none;
    border-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    position: relative;
    background: transparent;
}

.product-miniature .thumbnail-top {
    background: transparent;
    margin-bottom: 15px;
}

#products .product,
.featured-products .product,
.product-accessories .product,
.product-miniature .product {
    min-width: auto;
    position: relative;
    background: transparent;
    padding: 20px 15px;
}

@media (max-width: 575px) {
    #products .product,
    .featured-products .product,
    .product-accessories .product,
    .product-miniature .product {
        border-bottom: 1px solid #E5E5E5;
    }

    #products .product:first-child,
    .featured-products .product:first-child,
    .product-accessories .product:first-child,
    .product-miniature .product:first-child {
        border-top: 1px solid #E5E5E5;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #products .products,
    .featured-products .products,
    .product-accessories .products,
    .product-miniature .products {
        border-top: 0.5px solid #E5E5E5;
        border-bottom: 0.5px solid #E5E5E5;
    }

    #products .product,
    .featured-products .product,
    .product-accessories .product,
    .product-miniature .product {
        border: 0.5px solid #E5E5E5;
    }

    #products .product:nth-child(2n+1),
    .featured-products .product:nth-child(2n+1),
    .product-accessories .product:nth-child(2n+1),
    .product-miniature .product:nth-child(2n+1) {
        border-left: 0;
    }

    #products .product:nth-child(2n),
    .featured-products .product:nth-child(2n),
    .product-accessories .product:nth-child(2n),
    .product-miniature .product:nth-child(2n) {
        border-right: 0;
    }
}

@media (min-width: 992px) {
    #products .products,
    .featured-products .products,
    .product-accessories .products,
    .product-miniature .products {
        border-top: 0.5px solid #E5E5E5;
        border-bottom: 0.5px solid #E5E5E5;
    }

    #products .product,
    .featured-products .product,
    .product-accessories .product,
    .product-miniature .product {
        border: 0.5px solid #E5E5E5;
    }

    #products .product:nth-child(3n+1),
    .featured-products .product:nth-child(3n+1),
    .product-accessories .product:nth-child(3n+1),
    .product-miniature .product:nth-child(3n+1) {
        border-left: 0;
    }

    #products .product:nth-child(3n),
    .featured-products .product:nth-child(3n),
    .product-accessories .product:nth-child(3n),
    .product-miniature .product:nth-child(3n) {
        border-right: 0;
    }
}

/*
#products .product:nth-child(1),
.featured-products .product:nth-child(1),
.product-accessories .product:nth-child(1),
.product-miniature .product:nth-child(1) {
    border-top: 1px solid #E5E5E5;
}

@media (min-width: 576px) and (max-width: 991px) {
    #products .product,
    .featured-products .product,
    .product-accessories .product,
    .product-miniature .product {
        border-bottom: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
    }

    #products .product:nth-child(1),
    #products .product:nth-child(2),
    .featured-products .product:nth-child(1),
    .featured-products .product:nth-child(2),
    .product-accessories .product:nth-child(1),
    .product-accessories .product:nth-child(2),
    .product-miniature .product:nth-child(1),
    .product-miniature .product:nth-child(2) {
        border-top: 1px solid #E5E5E5;
    }

    #products .product:nth-child(2n+1),
    .featured-products .product:nth-child(2n+1),
    .product-accessories .product:nth-child(2n+1),
    .product-miniature .product:nth-child(2n+1) {
        border-left: 0;
    }
}

@media (min-width: 992px) {
    #products .product,
    .featured-products .product,
    .product-accessories .product,
    .product-miniature .product {
        border-bottom: 1px solid #E5E5E5;
        border-left: 1px solid #E5E5E5;
    }

    #products .product:nth-child(1),
    #products .product:nth-child(2),
    #products .product:nth-child(3),
    .featured-products .product:nth-child(1),
    .featured-products .product:nth-child(2),
    .featured-products .product:nth-child(3),
    .product-accessories .product:nth-child(1),
    .product-accessories .product:nth-child(2),
    .product-accessories .product:nth-child(3),
    .product-miniature .product:nth-child(1),
    .product-miniature .product:nth-child(2),
    .product-miniature .product:nth-child(3) {
        border-top: 1px solid #E5E5E5;
    }

    #products .product:nth-child(3n+1),
    .featured-products .product:nth-child(3n+1),
    .product-accessories .product:nth-child(3n+1),
    .product-miniature .product:nth-child(3n+1) {
        border-left: 0;
    }
}
 */

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature,
.product-miniature .product {
    border-bottom: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature,
    .product-miniature .product {
        margin-bottom: 0;
    }
}

#products .product-content,
.featured-products .product-content,
.product-accessories .product-content,
.product-miniature .product-content {
    padding: 5px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: relative;
    height: auto;
    background: transparent;
    padding: 0 !important;
    clear: both;
    overflow: hidden;
}

#products .product-description > .product-name,
.featured-products .product-description > .product-name,
.product-accessories .product-description > .product-name,
.product-miniature .product-description > .product-name {
}

#products .product-description > .product-more,
.featured-products .product-description > .product-more,
.product-accessories .product-description > .product-more,
.product-miniature .product-description > .product-more {
}

#products .product-description > .product-price-and-shipping,
.featured-products .product-description > .product-price-and-shipping,
.product-accessories .product-description > .product-price-and-shipping,
.product-miniature .product-description > .product-price-and-shipping {
}

@media (max-width: 767px) {
    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: none;
    }
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description,
#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping,
.product_show_list .product-description {
    text-align: left;
    color: #6F6F6F;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    padding: 0;
}

#products .product-features,
.featured-products .product-features,
.product-accessories .product-features,
.product-miniature .product-features {
    margin: 0;
    font-size: 0;
}

#products .product-features > .product-feature,
.featured-products .product-features > .product-feature,
.product-accessories .product-features > .product-feature,
.product-miniature .product-features > .product-feature {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #333;
}

#products .product-price-and-shipping-and-details,
.featured-products .product-price-and-shipping-and-details,
.product-accessories .product-price-and-shipping-and-details,
.product-miniature .product-price-and-shipping-and-details {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#products .product-price-and-shipping-and-details > .product-price-and-shipping,
.featured-products .product-price-and-shipping-and-details > .product-price-and-shipping,
.product-accessories .product-price-and-shipping-and-details > .product-price-and-shipping,
.product-miniature .product-price-and-shipping-and-details > .product-price-and-shipping {
    justify-self: start;
}

#products .product-price-and-shipping-and-details > .product-details,
.featured-products .product-price-and-shipping-and-details > .product-details,
.product-accessories .product-price-and-shipping-and-details > .product-details,
.product-miniature .product-price-and-shipping-and-details > .product-details {
    justify-self: end;
}

#products .product-price-and-shipping .price-label,
.featured-products .product-price-and-shipping .price-label,
.product-accessories .product-price-and-shipping .price-label,
.product-miniature .product-price-and-shipping .price-label {
    color: #333;
    font-size: 13px;
    line-height: 1.15;
    font-weight: normal;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    font-size: 12px !important;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold !important;
    text-transform: none !important;
    line-height: 12px !important;
    color: #6F6F6F !important;
}

#products .product-title a:hover,
.featured-products .product-title a:hover,
.product-accessories .product-title a:hover,
.product-miniature .product-title a:hover {
    color: #6F6F6F;
    text-decoration: underline;
}

#products .description_short,
.featured-products .description_short,
.product-accessories .description_short,
.product-miniature .description_short {
    margin-bottom: 5px;
    color: #6F6F6F;
}

#products .description_short p,
.featured-products .description_short p,
.product-accessories .description_short p,
.product-miniature .description_short p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.1;
    color: #6F6F6F;
}

.product-miniature .thumbnail-container:hover .product-description::after,
.featured-products .thumbnail-container:hover .product-description::after {
    border-top: 0;
    width: 0;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    text-align: left;
    color: #FEA50B;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

#products .product-price-and-shipping > *,
.featured-products .product-price-and-shipping > *,
.product-accessories .product-price-and-shipping > *,
.product-miniature .product-price-and-shipping > * {
    margin-right: 3px;
}

#products .product-price-and-shipping .label,
.featured-products .product-price-and-shipping .label,
.product-accessories .product-price-and-shipping .label,
.product-miniature .product-price-and-shipping .label {
    font-size: 13px;
    font-weight: normal;
    color: #FEA50B;
}

#products .product-price-and-shipping .price,
.featured-products .product-price-and-shipping .price,
.product-accessories .product-price-and-shipping .price,
.product-miniature .product-price-and-shipping .price {
    color: #FEA50B;
    font-size: 15px;
    line-height: 1.15;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, sans-serif !important;
    margin-bottom: 0;
    text-transform: uppercase;
}

#products .product-price-and-shipping .price.price-after-discount,
.featured-products .product-price-and-shipping .price.price-after-discount,
.product-accessories .product-price-and-shipping .price.price-after-discount,
.product-miniature .product-price-and-shipping .price.price-after-discount {
    color: #FEA50B;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    display: block;
    font-weight: bold;
    font-size: 15px;
    color: #FEA50B;
}

#products .product-description .product-description-content,
.featured-products .product-description .product-description-content,
.product-accessories .product-description .product-description-content,
.product-miniature .product-description .product-description-content {
    clear: both;
    overflow: hidden;
}

#products .product-description .product-description-content .product-price-and-shipping,
.featured-products .product-description .product-description-content .product-price-and-shipping,
.product-accessories .product-description .product-description-content .product-price-and-shipping,
.product-miniature .product-description .product-description-content .product-price-and-shipping {
    font-weight: bold;
    color: #FEA50B;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

#products .product-description .product-description-content .product-price-and-shipping .price-label,
.featured-products .product-description .product-description-content .product-price-and-shipping .price-label,
.product-accessories .product-description .product-description-content .product-price-and-shipping .price-label,
.product-miniature .product-description .product-description-content .product-price-and-shipping .price-label {
    text-transform: lowercase;
    font-weight: normal;
}

body.tax-display-enabled #products .product-description,
body.tax-display-enabled .featured-products .product-description,
body.tax-display-enabled .product-accessories .product-description {
    height: auto;
}

body.tax-display-enabled #products .thumbnail-container,
body.tax-display-enabled .featured-products .thumbnail-container,
body.tax-display-enabled .product-accessories .thumbnail-container {
    max-width: 300px;
    height: auto;
}

body:not(.page-index) .products-container,
body:not(.page-index) .pagination {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    width: auto;
}

#products .atc_div.add-to-cart-button,
.featured-products .atc_div.add-to-cart-button,
.product-accessories .atc_div.add-to-cart-button,
.product-miniature .atc_div.add-to-cart-button {
    margin: 0;
    text-align: center;
}

#products .add-to-cart-button #ets_addToCart,
.featured-products .add-to-cart-button #ets_addToCart,
.product-accessories .add-to-cart-button #ets_addToCart,
.product-miniature .add-to-cart-button #ets_addToCart {
    position: relative;
    border: 1px solid #0094BD;
    border-radius: 4px;
    cursor: pointer;
    background: -webkit-linear-gradient(180deg, #0094BD 0%, #08ACD7 50%, #0094BD 100%) no-repeat center center;
    background: -moz-linear-gradient(180deg, #0094BD 0%, #08ACD7 50%, #0094BD 100%) no-repeat center center;
    background: linear-gradient(180deg, #0094BD 0%, #08ACD7 50%, #0094BD 100%) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#0094BD",
            endColorstr="#0094BD",
            GradientType=0
    );
    padding: 5px 38px 5px 10px !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #FFF;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

#products .add-to-cart-button #ets_addToCart:before,
.featured-products .add-to-cart-button #ets_addToCart:before,
.product-accessories .add-to-cart-button #ets_addToCart:before,
.product-miniature .add-to-cart-button #ets_addToCart:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    background: #000;
    display: block;
    width: 28px;
    border: 1px solid #656565;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: url('../../../../img/theme/icon/navigation/cart.png') no-repeat center center,
    -webkit-linear-gradient(180deg, #656565 0%, #7E7E7E 50%, #656565 100%) no-repeat center center;
    background: url('../../../../img/theme/icon/navigation/cart.png') no-repeat center center,
    -moz-linear-gradient(180deg, #656565 0%, #7E7E7E 50%, #656565 100%) no-repeat center center;
    background: url('../../../../img/theme/icon/navigation/cart.png') no-repeat center center,
    linear-gradient(180deg, #656565 0%, #7E7E7E 50%, #656565 100%) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#656565",
            endColorstr="#656565",
            GradientType=0
    );
}

#products .add-to-cart-button #ets_addToCart:hover,
#products .add-to-cart-button #ets_addToCart:focus,
.featured-products .add-to-cart-button #ets_addToCart:hover,
.featured-products .add-to-cart-button #ets_addToCart:focus,
.product-accessories .add-to-cart-button #ets_addToCart:hover,
.product-accessories .add-to-cart-button #ets_addToCart:focus,
.product-miniature .add-to-cart-button #ets_addToCart:hover,
.product-miniature .add-to-cart-button #ets_addToCart:focus {
    color: #FFF !important;
    text-decoration: none;
}

.products-sort-order .select-title {
    padding: 5px 8px 0 8px;
    background: #FFF;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    border: 1px solid #E3E3E3;
    box-shadow: none;
    line-height: 22px;
}

.products-sort-order.open > .select-title {
    border: 1px solid #E3E3E3;
    background: #E3E3E3;
}

.products-sort-order .select-title .material-icons {
    color: #333;
    font-size: 30px;
    height: 24px;
    line-height: 24px;
    width: 22px;
}

.products-sort-order .dropdown-menu {
    margin-top: 0;
    box-shadow: none;
    background: #E3E3E3;
    color: #333;
    border: 1px solid #E3E3E3;
    border-top: 0;
    padding: 0;
}

.products-sort-order .select-list {
    padding: 4px 8px;
    background: #FFF;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.products-sort-order .select-list:hover {
    background: #E3E3E3;
    color: #333;
}

.products-selection .total-products,
.products-selection h1 {
    padding-top: 0;
}

.products-selection .total-products p,
.products-selection h1 p {
    margin-bottom: 0;
    line-height: 26px;
}

.products-selection {
    margin-bottom: 30px;
}

.active_filters {
    background: #FFF;
    padding: 0;
}

.pagination {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

body:not(.page-index) .pagination {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    padding: 30px 45px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(to bottom, #F5F5F5, #FFFFFF);
    margin-bottom: -20px;
}

body:not(.page-index) .pagination > div {
    display: flex;
    flex-direction: row;
    line-height: 11px !important;
    margin: 0 auto;
}

body:not(.page-index) .pagination > div:first-child {
    margin-bottom: 10px;
}

.pagination .pagination-label {
    margin-right: 10px;
    color: #8F8F76;
    font-size: 11px;
    font-weight: bold;
}

.pagination .page-list {
    padding: 0;
    background: transparent;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pagination ul li {
    position: relative;
    padding: 0 10px;
    display: block !important;
}

.pagination ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 1px;
    height: 6px;
    background: #BEBEBE;
}

.pagination ul li:first-child:before {
    content: '';
    position: static;
    top: auto;
    left: auto;
    margin-top: auto;
    width: 0;
    height: 0;
    background: transparent;
}

.pagination a,
.pagination span {
    display: block;
    color: #E67624;
    font-weight: bold;
    letter-spacing: normal !important;
}

.pagination .current a {
    color: #000000;
    font-size: 11px;
}

.pagination .previous {
    float: none;
    background: url('../../../../img/theme/icon/navigation/pagination-prev.png') no-repeat left center;
    padding-left: 13px;
}

.pagination .next {
    float: none;
    background: url('../../../../img/theme/icon/navigation/pagination-next.png') no-repeat right center;
    padding-right: 13px;
}

@media (min-width: 768px) {
    body:not(.page-index) .pagination {
        flex-direction: row;
    }

    body:not(.page-index) .pagination > div {
        width: 50%;
        margin: 0 !important;
    }

    .pagination .page-list {
        justify-content: start;
    }

    .pagination div:nth-child(2) .page-list {
        justify-content: end;
    }
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link,
.product-miniature .all-product-link {
    color: #333;
    font-weight: normal;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.15;
    display: block;
    text-align: right;
    margin-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #A0A0A0;
    padding: 15px 10px;
    width: 100%;
}

#products .product,
.featured-products .product,
.product-accessories .product,
.product-miniature .product {
    margin-bottom: 0;
}

/*
#products .product,
.featured-products .product,
.product-accessories .product,
.product-miniature .product {
	width: 33.33333%;
}

@media (max-width: 767px) {
	#products .product,
	.featured-products .product,
	.product-accessories .product,
	.product-miniature .product {
		width: 50%;
	}
}

@media (max-width: 479px) {
	#products .product,
	.featured-products .product,
	.product-accessories .product,
	.product-miniature .product {
		width: 100%;
	}
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
	width: auto;
}
*/

#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 9.525rem;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    bottom: 5rem;
}

.product-flags li.product-flag {
    background-color: #8BC340;
}

#products .product-price-and-shipping.has-discount .discount,
.featured-products .product-price-and-shipping.has-discount .discount,
.product-accessories .product-price-and-shipping.has-discount .discount,
.product-miniature .product-price-and-shipping.has-discount .discount {
    background: #78a641;
}

.buy-container .add-to-cart {
    color: #333;
    background-color: #FFF;
    height: auto;
    line-height: 1;
    border: 1px solid #A0A0A0;
    padding: 5px 10px !important;
    margin: 0;
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: normal !important;
    position: relative;
    text-transform: uppercase;
}

.buy-container > .add-to-cart.btn-primary:hover,
.buy-container > .add-to-cart.btn-primary:focus,
.buy-container > .add-to-cart.btn-primary:active {
    background-color: #FFFFFF !important;
    color: #333 !important;
    text-decoration: underline;
}

.buy-container .add-to-cart .material-icons {
    display: none;
}

/*
.buy-container .add-to-cart:before {
	content: '+';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	font-weight: nold;
	font-size: 35px;
	padding: 12.5px 12.5px;
}

.buy-container .add-to-cart .material-icons {
    line-height: 1;
    font-size: 12px;
}
*/

/* Product variants */

label .color,
.variant-links .color,
.custom-checkbox input[type="checkbox"]+span.color {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    margin: 0.3125rem 0.3125rem 0.3125rem 0.5rem;
    cursor: pointer;
    background-size: contain;
    border: 1px solid #A0A0A0;
}

.product-variants > .product-variants-item .color {
    margin-top: 10px;
    margin-left: 0;
}

.product-variants > .product-variants-item ul li {
    margin-right: 8px;
}

.product-variants > .product-variants-item ul li label {
    color: #333;
}

.product-variants > .product-variants-item .radio-label {
    border: 1px solid #A0A0A0;
    padding: 8px 7px;
    box-shadow: none;
    font-weight: normal;
    font-size: 13px;
}

.product-variants > .product-variants-item .input-color:checked + span,
.product-variants > .product-variants-item .input-color:hover + span,
.product-variants > .product-variants-item .input-radio:checked + span,
.product-variants > .product-variants-item .input-radio:hover + span {
    border-color: #333;
}

.product-variants > .product-variants-item select {
    box-shadow: none;
    border-color: #A0A0A0;
    background-color: #FFF;
}

.product-variants > .product-variants-item select.form-control:not([size]):not([multiple]) {
    height: 45px;
}

.product-variants > .product-variants-item select {
    padding-left: 45px;
    padding-right: 45px;
}

.product-miniature .variant-links {
    top: 0;
}

.product-miniature .count {
    display: none;
}

label .color, .variant-links .color,
.custom-checkbox input[type="checkbox"] + span.color {
    display: inline-block !important;
}

/* Product */

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
    border: 3px solid #76AAB8;
}

#product .product-information {
    font-size: 16px;
    line-height: 19px;
    color: #333;
}

#product .product-information p {
    font-size: 16px;
    line-height: 19px;
}

.product-prices {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-prices div {
    margin-bottom: 0;
}

.product-prices .label {
    font-weight: normal;
}

.product-prices .label,
.product-prices .product-price {
    color: #666;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.product-images > li.thumb-container > .thumb,
.product-cover img {
    box-shadow: none;
}

.product-quantity {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

.product-quantity .add {
    width: 100%;
    margin-bottom: 10px;
}

.product-actions .add-to-cart:active,
.product-actions .add-to-cart:hover {
    text-decoration: underline;
    background-color: #8BC340 !important;
    color: #FFF;
}

.product-quantity .qty {
    margin-bottom: 20px;
}

.product-quantity .qty,
.product-quantity .control-label {
    float: left;
    width: auto;
}

.product-quantity .control-label {
    margin-right: 5px;
    line-height: 44px;
}

.cart-grid-body a.label:hover {
    color: #333;
}

.show_list, .show_grid {
    cursor:pointer;
    opacity: 1.0;
}

.show_list:hover, .show_grid:hover {
    opacity: 0.7;
}

.product_show_list {
    width: 100%;
}

.product_show_list .highlighted-informations,
.product_show_list .thumbnail-container {
    width:100% !important;
}

.product_show_list .product-description,
.product_show_list .product-thumbnail {
    width: 50% !important;
    padding-left: 15px;
    padding-right: 15px;
}

#product-modal {
    top: 100px;
}

#product-modal .modal-content .modal-body .product-images img {
    max-width: initial;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border-color: #76AAB8;
    border-width: 1px;
}

#product .product-information .product-name {
    color: #333333;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

#product .product-information .product-description {
    color: #333333;
    font-size: 14px;
}

.product-actions .control-label {
    margin-bottom: 2.5px;
    font-size: 14px;
}

/*
.product-quantity .input-group-btn-vertical {
	position: static;
}

.product-quantity .input-group-btn-vertical .btn i {
	display: none;
}

.product-quantity .input-group {
	position: relative;
	box-shadow: none;
}

.product-quantity #quantity_wanted {
	width: 105px;
	height: 35px;
	margin: 0 33px;
	text-align: center;
	font-size: 24px;
	color: #333;
	border-color: #CCCCCC;
}

.product-quantity .input-group-btn-vertical button.btn {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 35px;
	height: 100%;
	border-color: #CCCCCC;
	font-size: 24px;
	color: #333;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

.product-quantity .input-group-btn-vertical button.btn.bootstrap-touchspin-up {
	right: 0;
}

.product-quantity .input-group-btn-vertical button.btn.bootstrap-touchspin-up:before {
	content: '+';
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
	left: 0;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
	content: '-';
}
*/

.product-discount .regular-price {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #333;
}

#product-availability {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-actions .add-to-cart {
    color: #333;
    background-color: #FFF;
    height: auto;
    margin: 0;
    font-size: 13px;
    font-weight: normal !important;
    position: relative;
    box-shadow: none;
    line-height: 1.15;
    padding: 5px 10px !important;
    text-transform: none;
    border: 1px solid #A0A0A0;
    border-radius: 0;
}

.product-actions .add-to-cart:active, .product-actions .add-to-cart:hover {
    text-decoration: underline;
    background-color: #FFF !important;
}

/* blockcart-modal */

#blockcart-modal {
    z-index: 9999;
}

#blockcart-modal .product-name {
    color: #333;
}

#blockcart-modal .modal-header {
    background: #F6F6F6;
}

#blockcart-modal .modal-title {
    color: #333;
}

#blockcart-modal .cart-content p.cart-products-count {
    color: #333;
}

/* Checkout */

body#checkout section#content {
    margin-bottom: 0;
}

/*
body#checkout section.checkout-step {
	border: 1px solid #F9EEEC !important;
	box-shadow: none !important;
	background-color: #fff !important;
	border-bottom: 1px solid rgba(0,0,0,.25) !important;
	padding: 15px !important;
}
*/

body#checkout section.checkout-step .address-item.selected {
    border-color: #000;
}

.done {
    color: #8BC340;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #F2F2F1;
    color: #000;
}

#order-items {
    border-right: 0;
}

/* Modules */

/* facets */

#left-column .block #search_filters {
    padding: 0 15px;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

#search_filters .facet .facet-title {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}

#search_filters .facet {
    padding-top: 20px;
}

#search_filters .facet:first-child {
    padding-top: 0;
}

.facet-dropdown {
    background: #E3E3E3;
    color: #333;
    border: 1px solid #E3E3E3;
    box-shadow: none;
}

.facet-dropdown .dropdown-menu {
    margin-top: 0;
    box-shadow: none;
    background: #E3E3E3;
    color: #333;
    border: 1px solid #E3E3E3;
    border-top:0;
}

.facet-dropdown.open > .select-title {
    border: 1px solid #E3E3E3;
    background: #E3E3E3;
}

.facet-dropdown .select-title {
    padding: 0 8px;
    background: #FFF;
    font-weight: normal;
    font-size: 14px;
}

.facet-dropdown .select-list {
    padding: 4px 8px;
    background: #FFF;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.facet-dropdown .select-list:hover {
    background: #E3E3E3;
    color: #333;
}

.facet-dropdown .select-title > i {
    color: #333;
    font-size: 30px;
    height: 24px;
    line-height: 24px;
    width: 22px;
}
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    color: #666;
}

@media (max-width: 767px) {
    #category #left-column #search_filters .facet .facet-title {
        color: #666;
    }
    #category #left-column #search_filters_wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

/* blockwishlist */

.wishlist-button-add,
.products article .wishlist-button-add {
    top: 10px;
    bottom: auto;
    right: 10px;
    left: auto;
}

/* ps_linklist */

#left-column .links ul {
    padding: 0;
    margin: 0;
}

#left-column .links.highlighted ul {
    padding-left: 10px;
    margin: 0;
}

#left-column .links ul li {
    padding: 0;
    border-top: 0;
    list-style-image: none;
}

#left-column .links.highlighted ul li {
    padding: 0;
    border-top: 1px solid #9FC4CE;
    list-style-image: url('../../../../img/theme/icon/navigation/arrow-left.png');
}

#left-column .links ul li:first-child {
    border-top: 0;
}

#left-column .links ul li a {
    display: block;
    font-size: 11px;
    color: #FFEA00;
    line-height: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
}

@media (max-width: 991px) {
    #header .links .title {
        padding: 0;
        border-bottom: 0;
        margin-bottom: 0;
        color: #FFFFFF;
        cursor: pointer;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-weight: normal;
    }
    #header .links .title span {
        margin-bottom: 0;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 1.15;
        text-transform: uppercase;
        font-weight: normal;
    }
    #header .links .title span.h3 {
    }
    #header .links .title span.navbar-toggler {
        cursor: pointer;
        padding: 0;
        display: inline-block;
    }
    #header .links .title span.navbar-toggler .material-icons {
        font-size: 20px;
    }
    #header .links .title .collapse-icons .remove,
    #header .links .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    #header .links .title[aria-expanded="true"] .collapse-icons .remove {
        display: inline-block;
    }
    #header .links .collapse {
        display: none;
    }
    #header .links .collapse.in {
        display: block;
    }
}

@media (max-width: 767px) {
    #header .links .title span.h3 {
    }
    #header .links .title span.float-xs-right {
        /*width: 24px;*/
    }
}

#header .header-after-nav .links {
}

#header .header-after-nav .links > h3 {
    display: none;
}

#header .header-after-nav .links ul {
    margin: 0;
    font-size: 0;
    min-height: 24px;
    text-align: center;
}

#header .header-after-nav .links ul > li {
    display: block;
}

#header .header-after-nav .links ul > li > a {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.15;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 992px) {
    #header .header-after-nav .links ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    #header .header-after-nav .links ul {
        justify-content: start;
    }
}

@media (max-width: 1199px) {
    #header .header-after-nav .links {
    }
}

@media (max-width: 991px) {
    #header .header-after-nav .links {
        padding: 0;
        margin: 0 auto;
    }
    #header .header-after-nav .links ul > li {
        display: block;
    }
    #header .header-after-nav .links ul > li > a {
        padding-top: 3px;
        padding-bottom: 3px;
        display: block;
    }
}

@media (max-width: 767px) {
    #header .header-after-nav .links {
        padding: 0;
    }
}

.footer-container .links .title {
    border-bottom: 0;
}

.footer-container .links .h1,
.footer-container .links .h2,
.footer-container .links .h3,
.footer-container .links .h4,
.footer-container .links .h5,
.footer-container .links .h6,
.footer-container .links .title .h1,
.footer-container .links .title .h2,
.footer-container .links .title .h3,
.footer-container .links .title .h4,
.footer-container .links .title .h5,
.footer-container .links .title .h6,
.footer-container .links .title h1,
.footer-container .links .title h2,
.footer-container .links .title h3,
.footer-container .links .title h4,
.footer-container .links .title h5,
.footer-container .links .title h6,
.footer-container .links .title .navbar-toggler .material-icons {
    color: #E67624;
}

.footer-container .links .title .h1,
.footer-container .links .title .h2,
.footer-container .links .title .h3,
.footer-container .links .title .h4,
.footer-container .links .title .h5,
.footer-container .links .title .h6,
.footer-container .links .title h1,
.footer-container .links .title h2,
.footer-container .links .title h3,
.footer-container .links .title h4,
.footer-container .links .title h5,
.footer-container .links .title h6 {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 11px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: none;
}

@media (max-width: 767px) {
    .footer-container .links .title .h1,
    .footer-container .links .title .h2,
    .footer-container .links .title .h3,
    .footer-container .links .title .h4,
    .footer-container .links .title .h5,
    .footer-container .links .title .h6,
    .footer-container .links .title h1,
    .footer-container .links .title h2,
    .footer-container .links .title h3,
    .footer-container .links .title h4,
    .footer-container .links .title h5,
    .footer-container .links .title h6 {
        margin-bottom: 0;
        font-size: 12px;
    }
    .footer-container .links .title {
        padding: 0;
    }
    .footer-container .links .navbar-toggler {
        width: 1em;
        margin-right: 6px;
    }
}

#block_myaccount_infos .myaccount-title a,
.footer-container div[class*="col-"] h3,
.footer-container div[class*="col-"] h3 a {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    color: #E67624;
    font-size: 11px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: none;
}

.footer-container div[class*="col-"] h3 {
    margin-bottom: 20px;
}

.footer-container ul {
    margin-bottom: 0;
    padding-left: 0;
}

.footer-container li {
    margin-bottom: 0;
}

.account-list {
    margin-top: 0 !important;
}

.account-list li > a,
.footer-container li a {
    font-size: 11px !important;
    line-height: 1.3 !important;
    color: #E67624 !important;
    font-weight: normal !important;
    border: 0 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0;
    text-transform: none;
}

.footer-container li a:hover {
    color: #E67624;
    text-decoration: underline;
}

.footer-container .title {
    padding: 15px 0 5px 0;
}

.footer-container .collapse.in {
    margin-bottom: 0;
}

.footer-container div[class*="col-"].links .collapse {
    display: block;
}

.footer-container div[class*="col-"].links ul li a {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer-container div[class*="col-"].links ul li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    margin-top: auto;
    margin-left: -3px;
    background: rgba(104, 104, 71, 0.25);
}

.footer-container div[class*="col-"].links ul li:first-child a:before {
    display: none;
    position: static;
    width: 0;
    height: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: auto;
    margin-left: auto;
    background: transparent;
}

@media (max-width: 991px) {
    .footer-container div[class*="col-"] h3 {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .footer-container .links ul {
        background: transparent;
    }
    .footer-container .links ul > li {
        padding: 0;
        border-bottom: 0;
        font-weight: normal;
    }
    .footer-container .collapse.in {
        margin-bottom: 0;
    }
    .footer-container .links .title {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 15px;
        color: #E67624;
    }
    .footer-container .links .title,
    .footer-container .title span {
        text-align: center;
        color: #E67624;
        text-transform: none;
    }
    .footer-container .links .title {
        position: relative;
    }
    .footer-container .navbar-toggler {
        width: 1.6em;
        height: 16px;
        position: absolute;
        right: 0;
    }
    .footer-container .material-icons {
        line-height: 19px;
    }
    .footer-container .menu .navbar-toggler {
        background-size: 24px 24px;
        height: 26px;
        width: 26px;
    }
    .footer-container .menu .material-icons {
        line-height: 26px;
    }
    .footer-container div[class*="col-"].links .collapse {
        display: none;
    }
    .footer-container div[class*="col-"].links .collapse.in {
        display: block;
    }
}

@media (max-width: 991px) {
    .footer-container div[class*="col-"].links ul li a {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .footer-container div[class*="col-"].links .collapse {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .footer-container div[class*="col-"].links ul li a {
        position: relative;
        padding: 0 21px;
    }

    .footer-container div[class*="col-"].links ul li a:before {
        content: "";
        display: block;
        width: 1px;
        height: 6px;
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 0;
        right: auto;
        margin-top: -3px;
        margin-left: auto;
        background: rgba(104, 104, 71, 0.25);
    }

    .footer-container div[class*="col-"].links ul li:first-child a:before {
        display: none;
        position: static;
        width: 0;
        height: 0;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: auto;
        margin-left: auto;
        background: transparent;
    }
}

/* ps_customersignin */

#header ul#nav-links {
    font-size: 0;
    text-align: center;
}

#header ul#nav-links {
    margin-bottom: 0;
}

#header ul#nav-links li {
    font-size: 12px;
    line-height: 1.15;
    text-transform: none;
    font-family: Verdana, sans-serif;
    color: #E67624;
    display: inline-block;
}

#header ul#nav-links li > a {
    position: relative;
    color: #E67624;
    font-size: 12px;
    line-height: 1.15;
    font-weight: bold;
    text-transform: none;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    cursor: pointer;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

#header ul#nav-links li > a:before {
    content: "";
    width: 1px;
    height: 7px;
    background: #C1CCCF;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3.5px;
}

#header ul#nav-links li:first-child > a:before {
    width: 0;
    height: 0;
    background: transparent;
    display: none;
    position: static;
    top: auto;
    left: auto;
    margin-top: auto;
}

#header ul#nav-links li a:hover,
#header ul#nav-links li a:focus,
#header ul#nav-links li a:active,
#header ul#nav-links li span:hover,
#header ul#nav-links li span:focus,
#header ul#nav-links li span:active {
    text-decoration: underline;
    color: #E67624 !important;
}

@media (min-width: 768px) {
    #header ul#nav-links li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ps_shoppingcart */

#right-column .cart-container .header {
    text-align: left;
}

#right-column .cart-container .header .cart-content-info {
    font-size: 11px;
    line-height: 17px;
    color: #FFF;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    margin-bottom: 20px;
}

#right-column .cart-container .header .cart-link {
    display: inline-block;
    border: 1px solid #FFCC00;
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    min-width: 50px;
    height: 26px;
    padding: 0 15px;
    margin: 0;
    border-radius: 4px;
    cursor: pointer;
    color: #000000;
    font-size: 11px;
    line-height: 26px;
    font-weight: bold;
}

/* ets-htmlBox-hook */

#header .header-after-nav .ets-htmlBox-hook {
    padding-top: 0;
    text-align: center;
    margin-bottom: 15px;
}

#header .header-after-nav .ets-htmlBox-hook > * {
    margin: 0 0 5px;
    padding: 0;
    color: #666;
    font-weight: 400;
}

#header .header-after-nav .ets-htmlBox-hook > h1 {
    font-size: 20px;
}

#header .header-after-nav .ets-htmlBox-hook > h2 {
    font-size: 16px;
}

#header .header-after-nav .ets-htmlBox-hook > h3 {
    font-size: 14px;
}

#header .header-after-nav .ets-htmlBox-hook > h4 {
    font-size: 13px;
}

#header .header-after-nav .ets-htmlBox-hook > h5 {
    font-size: 12px;
}

#header .header-after-nav .ets-htmlBox-hook > h6 {
    font-size: 11px;
}

#header .header-after-nav .ets-htmlBox-hook > p {
    font-size: 10px;
}

@media (min-width: 768px) {
    #header .header-after-nav .ets-htmlBox-hook {
        padding-top: 11px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    #header .header-after-nav .ets-htmlBox-hook {
        text-align: left;
    }
}

/* ps_searchbar */

.searchbar {
    padding-top: 0;
}

.searchbar form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.searchbar form label[for="s"] {
    font-size: 12px;
    font-weight: bold;
    color: #16809B;
    text-transform: uppercase;
    margin-right: 20px;
    margin-bottom: 0;
}

.searchbar form input[type="text"][name="s"] {
    min-width: 50px;
    width: 176px;
    margin-right: 9px;
    border: 0;
    border-radius: 6px;
    font-size: 12px;
    padding: 5px 8px;
    background: #F5FDFF;
    line-height: 16px;
}

.searchbar form input[type="submit"] {
    border: 1px solid #019EC7;
    background: #019EC7;
    background:
            url('../../../../img/theme/icon/navigation/search.png') no-repeat center center,
            -webkit-linear-gradient(180deg,rgba(1, 158, 199, 1) 0%, rgba(22, 188, 232, 1) 50%, rgba(1, 158, 199, 1) 100%)  no-repeat center center;
    background:
            url('../../../../img/theme/icon/navigation/search.png') no-repeat center center,
            -moz-linear-gradient(180deg,rgba(1, 158, 199, 1) 0%, rgba(22, 188, 232, 1) 50%, rgba(1, 158, 199, 1) 100%)  no-repeat center center;
    background:
            url('../../../../img/theme/icon/navigation/search.png') no-repeat center center,
            linear-gradient(180deg,rgba(1, 158, 199, 1) 0%, rgba(22, 188, 232, 1) 50%, rgba(1, 158, 199, 1) 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#019EC7",
            endColorstr="#019EC7",
            GradientType=0
    );
    width: 30px;
    min-width: 30px;
    height: 26px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
    .searchbar {
        padding-top: 15px;
    }
}

@media (min-width: 992px) {
    #header .header-after-nav .searchbar {
        padding-top: 36px;
    }
}

/* ps_mainmenu */

#header .header-top .menu {
    display: block;
    padding-left: 0;
}

#header .header-top .menu ul {
    font-size: 0;
    text-align: left;
}

.navbar-top-menu {
    padding: 0;
}

.navbar-top-menu > .navbar-collapse ul {
    margin: 0;
}

.navbar-top-menu > .navbar-collapse > ul {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0;
    margin: 0;
}

.navbar-top-menu > .navbar-collapse > ul > li {
    display: inline-block;
    float: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.15;
    text-transform: none;
    color: #999999;
}

.navbar-top-menu > .navbar-collapse > ul > li > span.dropdown-toggle {
    display: flex;
    justify-content: center;
}

.navbar-top-menu > .navbar-collapse > ul > li > span.dropdown-toggle > i.material-icons {
    margin-left: 5px;
}

.navbar-top-menu > .navbar-collapse > ul > li > a {
    color: #999999 !important;
    font-size: 12px;
    line-height: 1.15;
    font-weight: bold;
    text-transform: none;
    display: block;
    padding: 0 20px;
    position: relative;
}

.navbar-top-menu > .navbar-collapse > ul > li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 7px;
    margin-top: -3.5px;
    width: 1px;
    background: #BFBFAE;
}

.navbar-top-menu > .navbar-collapse > ul > li:first-child > a:before {
    width: 0;
    height: 0;
    background: transparent;
    top: auto;
    left: auto;
    margin-top: auto;
    position: static;
}

#header .header-top a[data-depth="0"] {
    color: #999999;
    padding: 0 20px;
    font-weight: bold;
    position: relative;
    text-transform: none;
}

#header .header-top a[data-depth="0"]:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 7px;
    margin-top: -3.5px;
    width: 1px;
    background: #BFBFAE;
}

#header .header-top li:first-child a[data-depth="0"]:before {
    position: static;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin-top: 0;
    background: transparent;
}

#header .top-menu a[data-depth="0"]:hover {
    color: #999999;
    text-decoration: underline;
}

.navbar-top-menu > .navbar-collapse > ul > li a:hover,
.navbar-top-menu > .navbar-collapse > ul > li a:active,
.navbar-top-menu > .navbar-collapse > ul > li a:focus {
    text-decoration: underline !important;
    color: #999999 !important;
}

.navbar-top-menu .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 1px solid #000000;
    border-top: 0;
    min-width: 130px !important;
}

.navbar-top-menu .dropdown-menu ul > li {
    display: block;
    margin: 0;
    float: none;
    text-align: left;
    border-top: 1px solid #000000;
}

.navbar-top-menu .dropdown-menu ul > li:first-child {
    border-top: 0;
}

.navbar-top-menu .dropdown-menu ul > li > a {
    font-size: 13px;
    line-height: 1.15;
    padding: 10px 15px;
    color: #999999 !important;
}

.navbar-top-menu > .navbar-collapse > ul > li > span.dropdown-toggle > a {
    color: #999999 !important;
    font-size: 13px;
    line-height: 1.15;
    font-weight: normal;
    padding: 0;
    text-transform: none;
    display: inline-block;
}

.navbar-top-menu > .navbar-collapse > ul > li > span.dropdown-toggle::after {
    display: none;
}

.navbar-top-menu > .navbar-collapse > ul > li > span.dropdown-toggle > i {
    cursor: pointer;
}

.navbar-top-menu .dropdown-menu {
    border: 1px solid #000000;
    background: #FFF;
}

.navbar-top-menu .dropdown-menu ul > li > a {
    padding: 5px 7.5px;
    white-space: inherit;
}

.navbar-top-menu .dropdown-menu ul > li > span.dropdown-toggle {
    display: flex;
    align-items: center;
}

.navbar-top-menu .dropdown-menu ul > li > span.dropdown-toggle::after {
    display: none;
    position: static;
    margin: 0;
    border: 0;
}

.navbar-top-menu .dropdown-menu ul > li > span.dropdown-toggle a,
.navbar-top-menu .dropdown-menu ul > li > .dropdown-menu a {
    font-size: 18px;
    padding: 5px 7.5px;
    color: #999999 !important;
}

.navbar-top-menu .dropdown-menu ul > li > a:hover,
.navbar-top-menu .dropdown-menu ul > li > a:active,
.navbar-top-menu .dropdown-menu ul > li > a:focus,
.navbar-top-menu .dropdown-menu ul > li > span.dropdown-toggle a:hover,
.navbar-top-menu .dropdown-menu ul > li > span.dropdown-toggle a:active,
.navbar-top-menu .dropdown-menu ul > li > span.dropdown-toggle a:focus,
.navbar-top-menu .dropdown-menu ul > li > .dropdown-menu a:hover,
.navbar-top-menu .dropdown-menu ul > li > .dropdown-menu a:active,
.navbar-top-menu .dropdown-menu ul > li > .dropdown-menu a:focus {
    color: #999999 !important;
}

.navbar-top-menu .dropdown-menu ul > li > span.dropdown-toggle i {
    cursor: pointer;
    color: #999999 !important;
}

@media (max-width: 1199px) {
    .navbar-top-menu > .navbar-collapse > ul {
        text-align: center;
        margin: auto;
    }
    .navbar-top-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-top-menu > .navbar-collapse > ul {
        margin-top: 2.5px;
    }
    .navbar-top-menu > .navbar-collapse > ul > li {
        display: block;
    }
    .navbar-top-menu > .navbar-collapse > ul > li > a {
        padding: 2.5px 0;
    }
    .navbar-top-menu .dropdown-menu {
        border: 1px solid #000000;
        background: #FFF;
        margin-bottom: 0;
    }
    .navbar-top-menu > .navbar-collapse > ul > li {
        padding: 0;
    }
    .navbar-top-menu > .navbar-collapse > ul > li > span.dropdown-toggle > a {
        padding: 2.5px 0;
    }
    .navbar-top-menu .dropdown-menu ul > li > a {
        padding: 5px 7.5px;
        text-align: center;
        white-space: inherit;
    }
    .navbar-top-menu.navbar-light .navbar-toggler {
        cursor: pointer;
        margin: 0 auto 0 auto;
        display: block;
        background-color: #FFF;
    }
    .navbar-top-menu > .navbar-collapse > ul > li > a {
        max-width: 300px;
        margin: 0 auto;
    }
    #header .header-top .menu ul {
        text-align: center;
    }
    #header .header-top a[data-depth="0"] {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    #header .header-top a[data-depth="0"]:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        height: 1px;
        margin-top: 0;
        margin-left: -3.5px;
        width: 7px;
        background: #BFBFAE;
    }
    #header .header-top li:first-child a[data-depth="0"]:before {
        position: static;
        top: auto;
        left: auto;
        height: 0;
        width: 0;
        margin-top: 0;
        margin-left: 0;
        background: transparent;
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: -1px;
    }
    /*
    .navbar-top-menu .dropdown:hover > .dropdown-menu {
        display: block;
    }
    */
    .navbar-top-menu .dropdown-submenu {
        position: relative !important;
    }
    .navbar-top-menu .dropdown-submenu > .dropdown-menu {
        top: 0 !important;
        left: 100% !important;
        margin-top: -6px !important;
        margin-left: -1px !important;
        border-radius: 0 !important;
    }
    .navbar-top-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }
    .navbar-top-menu .dropdown-submenu>a:after {
        display: block;
        content: "\f105";
        font-family: 'FontAwesome', sans-serif;
        margin-top: -18px;
        right: 15px;
        position: absolute;
        font-weight: 300;
    }
    .navbar-top-menu.navbar-toggleable-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-top-menu.navbar-toggleable-lg .navbar-toggler {
        display: none;
    }
    .navbar-top-menu.navbar-toggleable-lg .navbar-collapse {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #header.fixed-top-menu  .navbar-top-menu > .navbar-collapse > ul > li {
        padding: 5px 10px;
    }
}

/*
#header .header-top .menu {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
}

#header .header-top .menu ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    max-height: 100%;
    border-bottom: 0;
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.top-menu[data-depth="1"] {
    margin:.625rem
}
.top-menu a:not([data-depth="0"]) {
    display:block;
    padding:.625rem;
    color:#666;
    font-weight:400
}
.top-menu a.dropdown-submenu {
    color:#666;
    text-transform:none;
    font-weight:600
}
#top-menu > li {
    line-height: 19px;
    margin-left: 0;
    padding: 0 17.5px;
    display: inline-block;
    float: none;
}

@media (max-width: 1199px) {
    #top-menu > li {
        padding: 0 14px;
    }
}

.top-menu a {
}

.top-menu a[data-depth="0"] {
    font-size: 17px;
    line-height: 1.25;
    font-weight:bold;
    color: #666666;
    padding: 20px 0;
    text-transform: none;
}

#header .header-top a[data-depth="0"] {
    color: #666666;
    text-transform: none;
}

#header .top-menu a:focus,
#header .top-menu a:hover,
#header .top-menu a[data-depth="0"]:focus,
#header .top-menu a[data-depth="0"]:hover {
    color: #666;
    text-decoration: underline;
}

.top-menu .sub-menu {
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: auto;
    left: auto;
    width: auto;
    min-width: 200px;
    border: 1px solid #D3D3D3;
}

.top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
}

.top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0;
    border-top: 1px solid #D3D3D3;
    padding: 0;
}

.top-menu .sub-menu ul[data-depth="1"] > li:first-child {
    border-top: 0;
}

.top-menu .sub-menu ul[data-depth="1"] > li > a {
    font-size: 13px;
    padding: 15px 20px;
    text-align: left;
    color: #666666 !important;
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-toggleable-md .navbar-toggler {
        display: none;
    }
    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-toggler {
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #FFF;
    }
    #header .header-top .menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #header .header-top .menu {
        text-align: center;
    }
    #header .menu {
        display: block;
    }
    #top-menu > li {
        line-height: 24px;
        float: none;
        display: block;
    }
    #header .header-top a {
        line-height: 24px;
    }
    #header .header-top .menu ul {
        margin-top: 0;
    }
    #header .header-top .menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .top-menu a[data-depth="0"] {
        padding: 5px 0;
    }
    .top-menu .sub-menu ul[data-depth="1"] > li > a {
        text-align: center;
        padding: 7.5px 10px;
    }
}

@media (max-width: 767px) {
    #header .header-top .menu {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
}
*/

/* banners (bonslick-slider) */

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.slick-prev:hover,
.slick-next:hover {
    color: #333;
}

.slick-prev {
    left: 0;
    z-index: 999;
}

.slick-next {
    right: 0;
    z-index: 999;
}

.bonslick-section .slick-prev::before,
.bonslick-section .slick-next::before {
    color: #fff;
    font-size: 3.125rem;
    font-family: "Material Icons", Arial, sans-serif;
}

.bonslick-section .slick-prev:hover::before,
.bonslick-section .slick-next:hover::before {
    color: #333;
}

.bonslick-section .slick-prev::before {
    content: 'chevron_left';
}

.bonslick-section .slick-next::before {
    content: 'chevron_right';
}

#bonslick-slider {
    margin-bottom: 0;
}

#bonslick-slider .slick-list {
    margin: 0 -15px;
}

#bonslick-slider .slick-slide {
    padding: 0 15px;
}

@media (min-width: 992px) {
    #bonslick-slider .slick-list {
        margin: 0 -20px;
    }

    #bonslick-slider .slick-slide {
        padding: 0 20px;
    }
}

#bonslick-slider .slick-slide img {
    border: 5px solid #FFF;
}

/* ps_categorytree */

a.category-sub-link.current_cate {
    color: #78a641 !important;
}

a.category-sub-link.current_cate:hover {
    color:#333 !important;
}

.current_cate {
    color: #78a641 !important;
}

@media (min-width: 768px) {
    #block_categories_displayLeftColumn {
        display: inherit;
    }
}

.block-categories {
    padding: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin-bottom: 0;
}

.block-categories .category-sub-menu {
    margin: 0;
    padding: 0 0 0 10px;
}

.block-categories .category-sub-menu li {
    padding: 0 !important;
    border-top: 1px solid #9FC4CE;
    list-style-image: url('../../../../img/theme/icon/navigation/arrow-left.png');
}

.block-categories .category-sub-menu li:first-child {
    border-top: 0;
}

.block-categories .category-sub-menu li[data-depth="0"] > a,
.block-categories .category-sub-menu li > a {
    display: block;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 11px !important;
    color: #FFEA00 !important;
    line-height: 11px !important;
    font-weight: normal;
    text-transform: uppercase !important;
    padding: 5px 23px 5px 4px;
    margin: 0;
    border-bottom: 0;
}

.block-categories .category-sub-menu li[data-depth="0"] > a:hover {
    text-decoration: underline;
}

.block-categories a {
    color: #FFEA00;
}

.block-categories .title {
    cursor: pointer;
}

/*
@media (max-width: 767px) {
    .block-categories .title {
        padding: 0;
        margin: 0 0 10px 0;
    }
    #left-column .block-categories .title span {
        font-family: Arial, Tahoma, Verdana, sans-serif;
        font-size: 11px !important;
        color: #FFF !important;
    }
}
 */

.block-categories .collapse-icons .remove,
.block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none;
}

#left-column .block-categories .collapse-icons {
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
}

#left-column .block-categories .collapse-icons .material-icons,
#left-column .block-categories .collapse-icons .add:hover,
#left-column .block-categories .collapse-icons .remove:hover {
    color: #FFEA00;
}

@media (max-width: 767px) {
    #left-column .block-categories .title-block .collapse-icons {
        display: inline-block;
        padding: 0;
        position: static;
    }
}

#left-column .block-categories .title-block .collapse-icons .material-icons,
#left-column .block-categories .title-block .collapse-icons .add:hover,
#left-column .block-categories .title-block .collapse-icons .remove:hover {
    color: #FFF;
}

#left-column .block-categories ul .collapse-icons .material-icons {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0;
    padding: 5px 0;
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #FFEA00;
}

.block-categories .category-sub-menu .category-sub-link:hover {
    text-decoration: underline;
    color: #FFEA00;
}

@media (max-width: 767px) {
    .block-categories .collapse,
    .block-categories .title .collapse-icons .remove,
    .block-categories .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }

    .block-categories .collapse.in,
    .block-categories .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }
}

@media (min-width: 1200px) {
    .footer-container .block-categories {
        width: 19.75%;
    }
}

/* block_newsletter */

#right-column .block_newsletter {
    clear: both;
}

#right-column .block_newsletter form input[type="email"] {
    border: 0;
    background: #FFFFF8;
    color: #8F8F76;
    padding: 0 12px 0 12px;
    border-radius: 6px;
    height: 26px;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    margin-bottom: 10px;
}

#right-column .block_newsletter form p {
    text-align: justify;
    margin-bottom: 10px;
}

.block_newsletter form .custom-checkbox label {
    color: #8F8F76;
    font-size: 0;
    margin-bottom: 10px;
}

.block_newsletter form .custom-checkbox input[type="checkbox"] + span {
    border: 1px solid #8F8F76;
    margin-right: 3px;
    margin-bottom: 0;
    width: 11px;
    height: 11px;
    display: block;
    float: left;
    text-align: justify;

}

.block_newsletter form .custom-checkbox input[type="checkbox"] + span + span {
    font-size: 11px;
}

body#checkout .custom-checkbox > label {
    padding-left: 0;
}

body#checkout .block_newsletter form .custom-checkbox input[type="checkbox"] + span + span {
    position: static !important;
    padding-left: 15px;
}

.block_newsletter form .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    color: #8F8F76;
    font-size: 14px;
}

#right-column .block_newsletter form input[type="submit"].btn {
    display: inline-block;
    border: 1px solid #FFCC00;
    background: #FFCC00;
    background: -webkit-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: -moz-linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    background: linear-gradient(180deg,#FFCC00 0%, #FFE600 50%, #FFCC00 100%)  no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#FFCC00",
            endColorstr="#FFCC00",
            GradientType=0
    );
    min-width: 50px;
    height: 26px;
    padding: 0 15px !important;
    margin: 0;
    border-radius: 4px;
    cursor: pointer;
    color: #000000;
    font-size: 11px;
    line-height: 26px;
    font-weight: bold;
}

#right-column .block_newsletter form input[type="submit"].btn.disabled:focus,
#right-column .block_newsletter form input[type="submit"].btn:disabled:hover {
    color: #000000 !important;
}

/* uecookie */

#cookieNotice a {
    color: #f0f0f0;
}

#cookieNotice,
#cookieNotice p {
    text-transform: none;
}

#cookieNotice {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
}

#cookieNotice p {
    color: #FFF;
}

/* contactform */

.contact-form {
    background: transparent;
    padding: 0;
    color: #333;
    width: 100%;
}

.contact-form .form-footer-captcha > div {
    display: flex;
    align-items: center;
    justify-content: end;
}

.contact-form .form-footer-captcha > div .QapTcha {
    margin-top: 0;
}

/* socials */

.block-social {
    text-align: left;
}

.block-social > div {
    width: auto;
    display: inline-block;
    text-align: left;
}

.block-social h4 {
    display: block;
    line-height: 14px;
    margin-top: 0;
    font-size: 11px;
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0;
    text-align: left;
    margin-bottom: 10px;
}

.block-social.links ul {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin: 0 -3px;
}

.block-social.links li {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    display: inline-block;
    background-size: 28px 28px;
    border-radius: 7.5px;
    background-position:  center center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.block-social li:hover {
    opacity: 0.75;
    background-color: #333 !important;
}

.block-social li.twitter:hover,
.block-social li.twitter {
    background-color: #1da1f2 !important;
}

.block-social li.youtube:hover,
.block-social li.youtube {
    background-color: #D72A0C !important;
}

.block-social li.facebook:hover,
.block-social li.facebook {
    background-color: #224193 !important;
}

.block-social li.instagram:hover,
.block-social li.instagram {
    background-color: #3A709C !important;
}

@media (max-width: 576px) {
    .block-social {
        padding-top: 7.5px;
        padding-bottom: 5px;
        float: none;
        width: 100%;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .block-social > div {
        text-align: center;
    }
    .block-social.links ul {
        text-align: center;
        padding-left: 0;
    }
    .block-social h4 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .block-social.links ul {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .footer-after-container .container .row div[class*="col-"].block-social {
        align-items: start;
    }
}

/* custom-text-left (html box) */

#header .header-after-nav .custom-text-left {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: #A95C70;
    font-size: 13px;
}

@media (min-width: 768px) {
    #header .header-after-nav .custom-text-left {
        text-align: left;
        font-size: 14px;
    }
}

/* ps_contactinfo */

#right-column > div.contact-details-container {
    clear: both;
}

#right-column > div.contact-details-container ul > li {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

#right-column > div.contact-details-container ul > li:first-child {
    margin-top: 0;
}

#right-column > div.contact-details-container ul > li > div.contact-detail-name {
    font-weight: bold;
}

#right-column > div.contact-details-container .collapse-container {
    position: relative;
    padding-bottom: 169px;
}

#right-column > div.contact-details-container .collapse-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 238px;
    height: 149px;
    background: url('../../../../img/theme/banner/hotline.png') no-repeat center center transparent;
}

@media (min-width: 992px) {
    #right-column > div.contact-details-container {
        clear: none;
        overflow: initial;
    }

    #right-column > div.contact-details-container .collapse-container {
        position: relative;
        padding-bottom: 179px;
    }

    #right-column > div.contact-details-container .collapse-container:before {
        width: 238px;
        left: -25px;
        background-position: -8px center;
    }
}

/* custom-text */

#custom-text {
    position: relative;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    color: #676767;
    border-radius: 6px;
}

#custom-text > .custom-text-container {
    background: #FAFAF0;
    color: #676767;
    font-size: 12px;
    border-top: 0;
    padding: 20px 30px;
    border-radius: 6px;
}

#custom-text p {
    font-size: 12px;
    font-weight: normal;
    color: #676767;
}

#custom-text img {
    margin: 5px;
}

#custom-text > .custom-text-container > ul {
    padding-left: 24px;
    margin-bottom: 0;
}

#custom-text > .custom-text-container > ul > li {
    list-style-image: url('../../../../img/theme/icon/navigation/bird.jpg');
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    #custom-text > .custom-text-container img {
        display: block;
        margin: 0 auto;
        float: none !important;
    }
}

@media (min-width: 992px) {
    #custom-text {
        padding: 6px 0 0 0;
        background: #6DA3B2;
        color: #676767;
        border-radius: 0;
    }

    #custom-text > .custom-text-container {
        padding: 20px 30px;
        border-radius: 6px 6px 0 0;
    }
}

/* carriers */

.carriers .carriers-list {
    margin-bottom: 30px;
}

.carriers .carriers-list ul > li {
    border-top: 1px solid #DBDBB3 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: #8F8F76;
}

.carriers .carriers-list ul > li:first-child {
    border-top: 0 !important;
}

.carriers .carriers-list ul > li > div.carrier-name {
    margin-bottom: 4px;
}

.carriers .carriers-list ul > li > div.carrier-price {
    font-weight: bold;
}

.carriers .carriers-additional-text h1,
.carriers .carriers-additional-text h2,
.carriers .carriers-additional-text h3,
.carriers .carriers-additional-text h4,
.carriers .carriers-additional-text h5,
.carriers .carriers-additional-text h6,
.carriers .carriers-additional-text p {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    color: #8F8F76;
    font-size: 12px;
    margin-bottom: 10px;
}

.carriers .carriers-additional-text *:last-child {
    margin-bottom: 0;
}

/* ps_bestsellers */

.bestsellers-container .bestsellers-list ul > li {
    border-top: 1px solid #DBDBB3 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 11px;
    color: #E67624;
    font-weight: bold;
}

.bestsellers-container .bestsellers-list ul > li:first-child {
    border-top: 0 !important;
}

.bestsellers-container .bestsellers-list ul > li > a {
    font-family: Arial, Tahoma, Verdana, sans-serif !important;
    font-size: 11px !important;
    color: #E67624 !important;
    font-weight: bold !important;
}

/* partners (bonslick) */

.partners-container {
    clear: both;
}

.partners-container > ul.partners-list > li {
    border-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 15px;
}

.partners-container > ul.partners-list > li:first-child {
    border-top: 0 !important;
    margin-top: 0;
}

.partners-container > ul.partners-list > li img {
    display: block;
    margin: 0 auto;
}

/* alert */

.alert > *:last-child {
    margin-bottom: 0;
}

/* sitemap */

.sitemap h2 {
    font-size: 15px;
    height: 40px;
}

/* stores */

#stores .page-stores {
    width: 100%;
}

/* cart */

.cart-grid-body .card-block .title-block {
    margin-bottom: 0 !important;
}

.bootstrap-touchspin {
    min-width: 70px;
}

/* My account */

.page-my-account #content .links a span.link-item {
    background: transparent;
    color: #8F8F76;
    padding: 0;
}

.page-my-account #content .links a i {
    color: #8F8F76;
}

/* .psgdpr */

.psgdprinfo17 {
    background: transparent;
    padding: 0;
}

/* product */

.product-reference {
    font-size: 12px;
    font-weight: normal;
    color: #676767;
}

.product-actions .add-to-cart {
    position: relative;
    border: 1px solid #0094BD;
    border-radius: 4px;
    cursor: pointer;
    background: -webkit-linear-gradient(180deg, #0094BD 0%, #08ACD7 50%, #0094BD 100%) no-repeat center center;
    background: -moz-linear-gradient(180deg, #0094BD 0%, #08ACD7 50%, #0094BD 100%) no-repeat center center;
    background: linear-gradient(180deg, #0094BD 0%, #08ACD7 50%, #0094BD 100%) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#0094BD",
            endColorstr="#0094BD",
            GradientType=0
    );
    padding: 5px 38px 5px 10px !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #FFF;
    font-family: Arial, Tahoma, Verdana, sans-serif;
}

.product-actions .add-to-cart:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    background: #000;
    display: block;
    width: 28px;
    border: 1px solid #656565;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: url('../../../../img/theme/icon/navigation/cart.png') no-repeat center center,
    -webkit-linear-gradient(180deg, #656565 0%, #7E7E7E 50%, #656565 100%) no-repeat center center;
    background: url('../../../../img/theme/icon/navigation/cart.png') no-repeat center center,
    -moz-linear-gradient(180deg, #656565 0%, #7E7E7E 50%, #656565 100%) no-repeat center center;
    background: url('../../../../img/theme/icon/navigation/cart.png') no-repeat center center,
    linear-gradient(180deg, #656565 0%, #7E7E7E 50%, #656565 100%) no-repeat center center;
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr="#656565",
            endColorstr="#656565",
            GradientType=0
    );
}

.product-actions .add-to-cart:hover,
.product-actions .add-to-cart:focus {
    color: #FFF !important;
    text-decoration: none;
}

/* checkout */

body#checkout #content-wrapper .content-container > .content-inner-container {
    padding: 15px;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #76AAB8;
}

body#checkout section.checkout-step {
    background: transparent;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo) > .col-xs-12 {
    padding-left: 15px;
}
