@import "fonts.css";
:root {
    --primary: #cc9933;
    --primary2: #d6ad5b;
    --gray: #e6e6e6;
    --gray2: #999;
    --gray3: #f6f5f5;
    --black: #000;
    --black2: #1a1a1a;
    --white: #fff;
    --fontMedium: "RobotoMedium", "Open Sans", sans-serif;
}
html {
    color: var(--gray2);
    font-size: 13px;
}
body {
    font-family: "Roboto";
    color: inherit;
    font-size: inherit;

}
h1, h2, h3, h4, h5 {
    color: #000;
    font-family: "RobotoMedium", "Open Sans", sans-serif;
    margin-bottom: 0;
}
h1 {
    font-size: 1.67rem;
}
a {
    color: var(--black);
}
a:hover,
a.active {
    color: var(--primary);
    text-decoration: none;
}
section > h1,
section > .row > h1 {
    padding-top: 2rem;
}
section > h2,
section > .row > h2 {
    padding: 2rem 0;
    margin: 0;
    text-align: center;
    font-size: 1.38rem;
}
article h1,
article h2 {
    font-family: var(--fontMedium);
    font-size: 1.15rem;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 0;
}
article p {
    font-size: 1rem;
    line-height: 1.15;
    color: var(--gray2);
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0;
}
article time {
    font-size: 1rem;
    color: var(--primary);
    display: block;
    text-align: center;
}
article.narrow-width h1,
article.narrow-width h2,
article.narrow-width ul,
article.narrow-width div,
article.narrow-width p {
    max-width: 290px;
    margin: 0 auto;
}
.fs-small {
    font-size: 0.87rem;
}
.fs-1-15em {
    font-size: 1.15rem;
}
.pt-2em {
    padding-top: 2rem;
}
.pb-2em {
    padding-bottom: 2rem;
}
.b-top-gray-2 {
    border-top: 2px solid var(--gray);
}
.bg-gray3 {
    background-color: var(--gray3)!important;
}
.color-gray2 {
    color: var(--gray2);
}
#side_catalog_menu,
#mobile__menu_close,
#side_main_menu {
    position: fixed !important;
}
.btn {
    border-radius: 0;
    padding: 1rem 1.67rem;
    text-transform: uppercase;
    line-height: normal;
    font-family: var(--fontMedium);
}
.btn-primary {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-warning {
    color: var(--primary);
    background-color: var(--white);
    border-color: var(--primary);
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.active,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background-color: var(--primary2);
    border-color: var(--primary2);
}
.btn-light {
    color: var(--primary);
    background-color: var(--white);
    border-color: var(--white);
}
.btn-gray.active,
.btn-gray:hover,
.btn-light.active,
.btn-light:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.btn-gray {
    color: var(--primary);
    background-color: var(--gray3);
    border-color: var(--gray3);
}
.btn-secondary {
    color: var(--black);
    background-color: var(--gray3);
    border-color: var(--gray3);
}
.btn-secondary:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.btn-dark {
    background-color: var(--white);
    color: var(--black);
    border-color: var(--black);
}
.btn-dark.active,
.btn-dark:hover {
    background-color: var(--black);
    color: var(--white);
}
.btn.icon-favorite div {
    display: inline-block;
}
.btn.icon-favorite div:first-of-type {
    background: url('../images/svg/icon-favorite.svg') no-repeat;
    width: 20px;
    height: 20px;
}
.btn.icon-favorite:hover div:first-of-type,
.btn.icon-favorite.active div:first-of-type {
    background: url('../images/svg/icon-favorite-white.svg') no-repeat;
}
.btn.icon-cart div:first-of-type {
    background: url('../images/svg/icon-cart-white.svg') no-repeat;
    width: 20px;
    height: 20px;
}
.btn.icon-cart.i-processing div:first-of-type {
    background-image: url('../images/svg/preloader.svg');
    background-size: 20px auto;
}
.btn.icon-cart div:last-of-type,
.btn.icon-favorite div:last-of-type {
    padding-left:15px;
}
.mobile-sticky {
    background-color: #fff;
    z-index: 10;
}
.custom-hidden {
    display: none !important;
}
.font-medium {
    font-family: "RobotoMedium", "Open Sans", sans-serif;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.primary-color {
    color: var(--primary) !important;
}
.gray-color {
    color: var(--gray) !important;
}
.price {
    font-family: var(--fontMedium);
    color: var(--primary);
}
#top_bar .section-inner {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid var(--gray);
}
#top_bar.container-fluid .container {
    padding-left: 0;
    padding-right: 0;
}
#top_bar .section-inner .mobile__bar_icon {
    font-size: 2rem;
    font-weight: bold;
    z-index: 99;
}
a.mobile__bar_icon, a#mobile__menu_close {
    color: #000 !important;
    border: 0;
    text-decoration: none;
}

.currency-dropdown .currency-symbol {
    color: #ccc;
    font-size: 1.15rem;
}
.w100 {
    width: 100%;
}
#content {
    margin-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#content.covered {
    margin-right: -220px;
}
select#currency {
    font-size: 1.15rem;
    padding: 0 20px 0 5px;
    border: 0;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/icons/right-chevron.svg') 100% 65% no-repeat #fff;
}
select#currency::-ms-expand {
    display: none; /* remove default arrow in IE 10 and 11 */
}
.sidebar {
    min-width: 220px;
    max-width: 220px;
    min-height: 100vh;
    margin-left: -220px;
    padding: 0 1.15rem;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar.active {
    margin-left: 0;
}
.sidebar h3 {
    color: var(--primary);
    font-size: 1.15em;
    font-weight: normal;
    margin-top: 1.3em;
    margin-bottom: 1.15em;
    text-transform: uppercase;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 98;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#mobile__menu_close {
    background-color: #fff;
    z-index: 99;
    position: absolute;
    border-left: 1px solid #ccc !important;
    left: -50px;
    width: 3.6rem;
    height: 3.6rem;
    padding: 0.2rem 0.8rem;
    font-size: 2rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mobile__menu_close.active {
    left: 220px;
}
.sidebar .listItem {
    padding: 1.15em 0;
    border-bottom: 1px solid var(--gray);
}
.sidebar .listItem:last-child {
    border-bottom: none;
}
.sidebar .listItem a.listItemLink {
    font-family: "RobotoMedium", "Open Sans", sans-serif;
    font-size: 1.15em;
    color: #000 !important;
    text-decoration: none !important;
}
.side_main_menu_phone {
    position: absolute;
    bottom: 2.3em;
    left: -220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.side_main_menu_phone.active {
    left: 2.3em;
}
.side_main_menu_phone a {
    font-size: 1.15em;
    color: #000;
    text-decoration: none !important;
}

.menu-catalog-link {
    font-size: 1.15em;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000000!important;
    text-decoration: none!important;
    font-family: "RobotoMedium", "Open Sans", sans-serif;
}
.gray-line {
    border-bottom: solid 1px #e6e6e6;
}
a.dropdown-chevron {
    float: right;
    font-size: 1.15em;
    color: #000 !important;
    text-decoration: none !important;
    background-image: url(../images/svg/icon-chevron.svg);
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    width: 10px;
    height: 10px;
    margin-top: 0.4em;
}
.dropdown-chevron[aria-expanded=true] {
    transform: rotate(90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar .listItem__submenu {
    padding: 0.5em 0;
}
.sidebar .listItem__submenu a.listItemLink__submenu {
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 1em;
    color: #999 !important;
    text-decoration: none !important;
}
ul.submenu {
    padding: 1em 0 0 1.15em;
}
.badge-brand {
    color: #fff;
    background-color: var(--primary);
}
.icons-menu {
    position: relative;
}
.icons-menu a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 2.4rem;
    background-repeat: no-repeat;
}
.icons-menu a span.badge {
    position: relative;
    top: -4px;
    right: -14px;
    border-radius: .4rem;
}
.icons-menu a:first-child {
    margin-left: 0;
}
.icons-menu a.icon-search,
.search-bar a.icon-search {
    background-image: url('../images/svg/icon-search.svg');
}
.icons-menu a.icon-account {
    background-image: url('../images/svg/icon-user.svg');
}
.icons-menu a.icon-favorite {
    background-image: url('../images/svg/icon-favorite.svg');
}
.icons-menu a.icon-cart {
    background-image: url('../images/svg/icon-cart.svg');
}
.search-bar input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 1px #e6e6e6;
    font-size: 1.15em;
    width: 100%;
}
.search-bar input:focus {
    outline: none;
}
.search-bar input::placeholder {
    color: #ccc;
}
.search-bar .input-group-append {
    position: absolute;
    right: 0;
}
.search-bar a {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.desktop-tablet-catalog-menu {
    height: 1.8rem;
}
.desktop-tablet-catalog-menu > ul {
    margin-bottom: 0;
}
.desktop-tablet-catalog-menu > ul > li {
    display: inline;
    padding-right: 3.5em;
}
.desktop-tablet-catalog-menu > ul > li > ul.dropdown-menu > li > .dropdown-item {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 15px;
}
.desktop-tablet-catalog-menu > ul > li > ul.dropdown-menu > li > a.dropdown-item:focus,
.desktop-tablet-catalog-menu > ul > li > ul.dropdown-menu > li > a.dropdown-item:hover,
.desktop-tablet-catalog-menu > ul > li > ul.dropdown-menu > li > a.dropdown-item:active,
.desktop-tablet-catalog-menu > ul > li > ul.dropdown-menu > li > a.dropdown-item.active {
    color: var(--primary);
    background-color: #fff;
}
.breadcrumbs {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.breadcrumbs > ul > li > a {
    color: var(--primary) !important;
    text-decoration: none !important;
    font-size: 0.87rem;
}
.breadcrumbs > ul > li > span {
    color: var(--gray2);
    font-size: 0.87rem;
}
.breadcrumbs > ul > li.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
.breadcrumbs > ul > li:not(:first-child):before {
    content: '•';
    margin-right: 1rem;
    font-size: 1rem;
    color: var(--primary);
}
.data-widget-utps {
    margin-top: 1rem;
    background-color: var(--gray3);
}
.data-widget-utps .slick-initialized .slick-slide {
    display: flex;
}
.data-widget-utps .data-widget-item {
    margin: 2rem auto;
    padding-left: 6rem;
    height: 41px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
}
.data-widget-utps .data-widget-item.utp-coop {
    background-image: url('../images/svg/utp-coop.svg');
}
.data-widget-utps .data-widget-item.utp-delivery {
    background-image: url('../images/svg/utp-delivery.svg');
}
.data-widget-utps .data-widget-item.utp-discount {
    background-image: url('../images/svg/utp-discount.svg');
}
.data-widget-utps .data-widget-item-name {
    font-family: var(--fontMedium);
    color: var(--black);
    text-transform: uppercase;
}
.container.carousel-mobile {
    padding-left: 0;
    padding-right: 0;
}
button.carousel-arrow {
    background: #fff;
    border: none;
    display: inline-block;
    position: absolute;
    top: 43%;
    z-index: 5;
}
button.carousel-arrow.prev-arrow {
    left: 0;
}
button.carousel-arrow.next-arrow {
    right: 0;
}
.products-widget button.carousel-arrow.prev-arrow {
    left: 15px;
}
.products-widget button.carousel-arrow.next-arrow {
    right: 15px;
}
button.carousel-arrow:focus {
    outline: none;
}
footer {
    background-color: var(--gray3);
    padding: 0 0 1em 0;
    margin-top: 2em;
}
footer .container {
    padding-left: 0;
    padding-right: 0;
}
footer .copy {
    margin-top: 1em;
    margin-bottom: 1em;
    color: var(--black);
}
footer h4 {
    font-size: 1.15rem;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 0;
}
footer .mobile-dropdown > div {
    padding: 1em 0;
    border-bottom: 1px solid var(--gray);
}
footer .mobile-dropdown > div > ul {
    margin-bottom: 0;
}
footer .mobile-dropdown > div > ul > li {
    padding: 0.5em 0;
}
footer .mobile-dropdown > div > ul > li:last-child {
    padding-bottom: 0;
}
footer .mobile-dropdown > div > ul > li > a.listItemLink {
    color: #999 !important;
    text-decoration: none !important;
}
footer .listItem > a.social {
    display: inline-block;
    width: 23px;
    height: 20px;
    margin-left: 1em;
    background-repeat: no-repeat;
}
footer .listItem > a.social:first-child {
    margin-left: 0;
}
footer .listItem > a.social.company-social-fb {
    background-image: url('../images/svg/icon-social-fb.svg');
}
footer .listItem > a.social.company-social-vk {
    background-image: url('../images/svg/icon-social-vk.svg');
    background-position-y: 3px;
    margin-left: 0;
}
footer .listItem > a.social.company-social-instagram {
    background-image: url('../images/svg/icon-social-instagram.svg');
}
footer .listItem > a.social.company-social-ok {
    background-image: url('../images/svg/icon-social-ok.svg');
    background-position-y: 1px;
    margin-left: 0.5rem;
}
footer .listItem > a.social.company-social-twitter {
    background-image: url('../images/svg/icon-social-twitter.svg');
}
footer .mobile-dropdown > div > ul > li > a.listItemLink.mail {
    color: var(--primary) !important;
}
a.widget-category-link {
    color: var(--black);
    text-transform: uppercase;
    font-family: var(--fontMedium);
    display: block;
    position: relative;
    font-size: .85rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
a.widget-category-link img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
a.widget-category-link:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.root-categories-widget-main div.category-label {
    padding: 1rem;
    text-align: center;
    width: 120px;
    background-color: #fff;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 2;
}
.banners-slider {
    padding-left: 0;
    padding-right: 0;
}
.banners-slider div.slide-container {
    height: 467px;
}
.banners-slider .banner-text {
    margin-top: 50%;
}
.banners-slider .banner-text > h2 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.banners-slider .banner-text > div {
    font-size: 1.15rem;
    text-transform: uppercase;
    color: #000;
    font-family: var(--fontMedium);
    text-align: center;
}
.banners-slider .banner-text > div > a {
    margin-top: 2rem;
    text-align: center;
}
.banners-slider div.slide-container.with-bg {
    background: url('../images/flower.svg') top left no-repeat;
    background-size: auto 75%;
}
.product-item article > div {
    width: 200px;
    /*width: 100%;*/
    position: relative;
    margin: 0 auto;
}
.product-item article .product-item__thumbnail .product-item__special,
.product-item article .product-item__thumbnail .product-item__discount {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: .85rem;
    background-color: var(--white);
    position: absolute;
    left: 5px;
    top: 5px;
}
.product-item article .product-item__thumbnail .product-item__discount {
    color: var(--primary);
}
.product-item article .product-item__thumbnail > .product-item__special + .product-item__discount {
    top: 50px;
}
.product-item article .product-item__thumbnail img {
    /*width: 200px;*/
    width: 100%;
    margin: 0 auto;
}
.product-item article .product-item__thumbnail .product-item__panel {
    height: 50px;
    /*width: 200px;*/
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -1px;
}
.product-item article .product-item__thumbnail .product-item__panel a {
    line-height: 48px;
}
.product-item article .product-item__thumbnail .product-item__panel .btn-secondary:focus {
    outline: none;
    box-shadow: none;
}
.product-item article .product-item__thumbnail .product-item__panel a.btn {
    padding: 0;
    transition: none;
}
.product-item article .product-item__thumbnail .product-item__panel a.icon-favorite {
    width: 50px;
    height: inherit;
    border-right: 1px solid var(--gray);
    background-image: url('../images/svg/icon-favorite.svg');
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: 50%;
}
.product-item article .product-item__thumbnail .product-item__panel a.icon-favorite:hover,
.product-item article .product-item__thumbnail .product-item__panel a.icon-favorite.active {
    background-image: url('../images/svg/icon-favorite-white.svg');
    background-color: var(--primary);
    border-color: var(--primary);
}
.product-item article .product-item__thumbnail .product-item__panel a.icon-cart {
    background-image: url('../images/svg/icon-cart.svg');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 15px 13px;
    padding-left: 30px;
    height: inherit;
    overflow: hidden;
}
.product-item article .product-item__thumbnail .product-item__panel a.icon-cart.active.i-processing,
.product-item article .product-item__thumbnail .product-item__panel a.icon-cart:hover.i-processing,
.product-item article .product-item__thumbnail .product-item__panel a.icon-cart.i-processing {
    background-image: url('../images/svg/preloader.svg');
}
.product-item article .product-item__thumbnail .product-item__panel a.icon-cart:hover,
.product-item article .product-item__thumbnail .product-item__panel a.icon-cart.active {
    background-image: url('../images/svg/icon-cart-white.svg');
}
.products-widget button.carousel-arrow {
    top: 33%;
    border: 1px solid var(--gray3);
}
.product-item article .product-item__title {
    padding-top: .77rem;
    text-align: center;
    line-height: normal;
}
.product-item article .product-item__price {
    padding-top: .6rem;
    text-align: center;
    color: var(--primary);
    font-family: var(--fontMedium);
    line-height: normal;
}
.product-item article .product-item__stock {
    padding-top: .6rem;
    text-align: center;
    color: var(--gray2);
    font-size: .85rem;
    line-height: normal;
}
.main-feature-products {
    padding-top: 30px;
}
.main-feature-products div {
    padding: 0 0.5rem;
}
.main-feature-products img {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
}
.main-news-widget article img {
    display: block;
}
.main-about-block {
    margin-top: 30px;
    text-align: center;
}
.main-about-block .img-holder {
    padding: 30px 0 15px 0;
}
.main-about-block .img-holder img {
    width: 181px;
}
article .show-more-btn {
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
}
article .show-more-btn a {
    font-size: 20px;
    padding: 15px;
    line-height: 10px;
    color: var(--black);
    font-family: var(--fontMedium);
}
article .show-more-btn ~ p,
article .show-more-btn ~ ul,
article .show-more-btn ~ h2 {
    display: none;
}
@media all and (max-width:767px) {
    .main-news-widget article {
        padding: 0;
    }
    h1 {
        font-size: 1.4rem;
        text-align: center;
    }
    section h1 {
        padding-bottom: 2rem;
    }
    .catalog-header h1 {
        text-align: center;
        padding: 30px 0;
        border-bottom: 1px solid var(--gray);
    }
    .catalog-header h2 {
        text-transform: uppercase;
    }
    .b-top-gray-2 {
        border-top-width: 1px;
    }
    #all_filters_block {
        border-bottom: 1px solid var(--gray);
    }
    .catalog-header__sorter {
        text-align: left !important;
        padding-top: 1.15rem;
    }
}
.main-news-widget button.carousel-arrow {
    top: 23%;
}
.pagination {
    display: inline-flex;
    margin-bottom: 0;
}
.pagination .previous a,
.pagination .page a,
.pagination .next a {
    color: var(--gray2);
    text-decoration: none !important;
    display: inline-block;
    margin-right: 2rem;
    font-size: 1rem;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.pagination .page a:hover,
.pagination .page a:focus,
.pagination .page a:active,
.pagination .page.selected a {
    color: var(--black2);
}
.pagination .previous a {
    background-image: url('../images/svg/icon-page-previous.svg');
    width: 10px;
    height: 10px;
}
.pagination .previous a:hover,
.pagination .previous a:focus,
.pagination .previous a:active {
    background-image: url('../images/svg/icon-page-previous-active.svg');
}

.pagination .next a {
    background-image: url('../images/svg/icon-page-previous.svg');
    transform: rotate(180deg);
    width: 10px;
    height: 10px;
    margin-right: 0;
}
.pagination .next a:hover,
.pagination .next a:focus,
.pagination .next a:active {
    background-image: url('../images/svg/icon-page-previous-active.svg');
}
.catalog-items + hr {
    border: 1px solid var(--gray);
    margin: 2rem 0;
}
.catalog-pagination {
    text-align: center;
}
.catalog-page .divider {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gray);
}
.catalog-page .divider-all {
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--primary);
}
.catalog-header h1 {
    margin-bottom: 0;
    font-size: 1.38rem;
}
.catalog-header h2 {
    margin-bottom: 0;
    font-size: 1.15rem;
}
.catalog-header__sorter {
    text-align: right;
}
.catalog-items .product-item {
    padding-top: 30px;
}
.filter-block h3 {
    text-transform: uppercase;
    font-size: 1rem;
}
.collapse-icon:after {
    content: '+';
}
.collapse-icon[aria-expanded="true"]:after {
    content: '—';
}
.product-page h3 {
    font-size: 1.15rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-page__thumbs img {
    width: 60px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.product-page__thumbs img:last-child {
    margin-right: 0;
}
.product-page__image {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-page__base-price > div {
    border-bottom: 2px solid var(--gray);
}
.product-page__description {
    border-top: 1px solid var(--gray);
}
.product-page__delivery {
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
}
.tabs-common.nav-tabs {
    border: 0;
    padding-bottom: 2rem;
}
.tabs-common .nav-link {
    padding: 0;
    padding-right: 1rem;
    border: 0;
}
.tabs-common .nav-link h3 {
    font-size: 1rem;
    color: var(--gray2);
}
.tabs-common .nav-link:hover h3,
.tabs-common .nav-link:focus h3,
.tabs-common .nav-link.active h3 {
    color: var(--black);
}
.cart-page h1 {
    padding: 2rem 0;
}
.cart-page h2 {
    font-size: 1.15rem;
    text-align: center;
}
.cart-page h3 {
    font-size: 1rem;
    text-align: left;
}
.cart-page__item {
    padding: 0.77rem;
    border: 1px solid var(--gray);
    width: inherit;
    flex-direction: row;
    flex-wrap: wrap;
}
.cart-page__item:not(:last-of-type) {
    border-bottom: 0;
}
.cart-page__item-thumb {
    width: 60px;
}
.cart-page__item-data {
    padding-left: 0.77rem;
    width: calc(100% - 80px);
}
.cart-page__item-data .data-variants {
    padding-top: 0.38rem;
    font-size: 0.84rem;
}
.cart-page__item-data .data-price {
    padding-top: 0.4rem;
    font-size: 1rem;
    font-family: var(--fontMedium);
    color: var(--primary);
}
.cart-page__item-data .data-variants span.dv-value {
    padding-right: 1.15rem;
    color: var(--black);
}
.cart-page__item-data h3 {
    font-size: 1rem;
    font-family: "Roboto";
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cart-page__item-action {
    padding-left: 10px;
}
.cart-page__total {
    border: 1px solid var(--gray3);
}
.cart-page__total .price {
    font-size: 1.15rem;
}
.cart-delete-product {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/svg/icon-delete.svg) no-repeat;
}
.news-item-page h1 {
    padding-top: 2rem;
    padding-bottom: 0.67rem;
}
.news-item-page h2 {
    font-size: 1.1rem;
}
/** FORM STYLES **/
.form-group .errorMessage {
    color: var(--primary);
}
.form-control {
    width: 100%;
    border-radius: 0;
    border-color: var(--gray);
    height: 45px;
    padding: 15px;
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
    box-shadow: none;
    border-color: var(--primary);
}
.form-control.js-select2 {
    padding: 12px 0 0 10px;
}
textarea.form-control {
    resize: none;
}
.select2-container .select2-choice {
    height: 34px;
    /*padding: 3px 0 0 10px;*/
    border: 0;
    color: #272727;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 0;
    background: none;
}
.select2-dropdown-open .select2-choice {
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container .select2-choice .select2-arrow {
    border: 0;
    border-radius: 0;
    background: none;
}
.select2-container .select2-choice .select2-arrow b {
    background: url(../images/icons/right-chevron.svg) 0 30% no-repeat transparent !important;
}
.select2-results .select2-result-label {
    padding: 15px;
}
.select2-results .select2-highlighted {
    background-color: var(--gray3);
    color: var(--black2);
}
.select2-drop {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.select2-drop-active {
    border-color: var(--gray);
}
.color-select2-result div:first-of-type {
    width: 20px;
    height: 20px;
}
.color-select2-result div:last-of-type {
    padding-left: 15px;
}
.select-color-choice {
    height: 34px;
    white-space: nowrap;
    line-height: 34px;
    vertical-align: middle;
    padding-left: 5px;
}
.select-color-choice div:first-child {
    width: 20px;
    height: 20px;
    margin: 7px 10px 7px 0;
    display: inline-block;
}
.select-color-choice div:last-child {
    display: inline-block;
    overflow: hidden;
}
/* -- quantity box -- */

.quantity {
    display: inline-block;
}
.quantity .input-text.qty {
    width: calc(100% - 70px);
    height: 45px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--gray);
    border-left: 0;
    border-right: 0;
    outline: none;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
    float:left;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 15px 8px;
    height: 45px;
    width: 35px;
    background-color: #ffffff;
    border: 1px solid var(--gray);
    cursor:pointer;
    font-family: var(--fontMedium);
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

select.select-unstyled {
    border: none;
    -webkit-appearance: none;
    appearance: none !important;
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--gray2);
    margin-bottom: 1rem;
    line-height: normal;
}
.custom-checkbox:hover {
    color: var(--primary);
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    border: 1px solid var(--gray);
}
.custom-checkbox input:checked ~ .label {
    color: var(--primary);
}
.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox:hover input ~ .checkmark {
    border-color: var(--primary);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--primary);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.catalog-items .empty {
    padding-left: 15px;
    margin-top: 30px;
}
.contact-page .contacts-page__value {
    font-size: 1.2rem;
    padding-top: 0.67rem;
    padding-bottom: 2rem;
    color: var(--black);
}
.account-page h1,
.common-page h1,
.contact-page h1 {
    padding: 2rem 0;
}
.common-page h2,
.contact-page h2 {
    font-size: 1.2rem;
}
#login-form .g-recaptcha > div {
    margin: 0 auto;
}
ul#account-submenu li {
    padding: 1rem 0;
}
ul#account-submenu li:first-child {
    padding-top: 0;
}
ul#account-submenu li a {
    font-family: var(--fontMedium);
    text-transform: uppercase;
    font-size: 1rem;
}
ul#account-submenu li.active a {
    color: var(--primary);
}
.account-page h2 {
    font-size: 1.33rem;
    margin: 0;
    padding: 0 0 1rem 0;
}
.account-page dt {
    font-size: normal;
    padding: 1rem 0 .67rem 0;
}
.account-page dd {
    color: var(--black);
    margin: 0;
    padding-bottom: 1rem;
}
.orders-grid__body {
    border-bottom: 1px solid var(--gray);
}
.orders-grid__body > div.data-item {
    font-size: 0.85rem;
    padding: 15px;
    border: 1px solid var(--gray);
    border-bottom: 0;
}
.orders-grid__body > div.data-item > div {
    line-height: 25px;
}
#top-account-submenu a.dropdown-item {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 15px;
    width: auto;
    height: auto;
}
#top-account-submenu a.dropdown-item:focus,
#top-account-submenu a.dropdown-item:hover,
#top-account-submenu a.dropdown-item:active,
#top-account-submenu a.dropdown-item.active {
    color: var(--primary);
    background-color: #fff;
}