@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,400&family=Ubuntu:wght@300;400;500;700&display=swap');
/**********************************************/
/************** ÐžÑÐ½Ð¾Ð²Ð½Ñ‹Ðµ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð° **************/
/**********************************************/
body {
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: #171D15;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

span.ruble {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #171D15;
    font-weight: 600;
}

h1 {
    font-size: 32px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
    font-weight: 500;
}
h3 {
    font-size: 21px;
    font-weight: 700;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}

body {
    font-size:  16px;
    line-height: 1.6;
}

a {
    color: #00B75F;
    text-decoration: underline;
}

header a, .no-decor {
    text-decoration: none;
}

#content a.active {
    text-decoration: none;
}

#content a.active {
    text-decoration: none;
}

.black {
    color: #171D15 !important;
}

.grey, .grey::placeholder {
    color: #808080 !important;
}

.light-grey, .light-grey::placeholder {
    color: #C8C8C8 !important;
}

.super-light-grey {
    color: #E4E4E4 !important;
}

.green {
    color: #7ACC00 !important;
}

.white {
    color: #FFF !important;
}

.hover-green {
    transition: .3s;
}

.hover-green:hover {
    color: #7ACC00 !important;
}

.bg-black {
    background-color: #171D15 !important;
}

.bg-black p,
.bg-black a {
    color: #E4E4E4;
    /*border-bottom: 1px solid transparent;*/
}

.bg-black a:hover {
    text-decoration: underline;
}

.opacity-one {
    opacity: 1 !important;
}

.breadcrumb > li {
    white-space: normal;
    padding: unset;
    color: #808080;
}

.breadcrumb > li:after {
    content: "/";
    color: rgba(0,0,0,.4);
    display: inline-block;
    /*margin: 0 .1875rem 0 .1875rem;*/
    margin: 0px 5px;
    position: initial;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    border: unset;
    -webkit-transform: unset;
    transform: unset;
}

.breadcrumb > li:last-child:after {
    content: unset;
}

ul.breadcrumb {
    border: unset;
    background: unset;
    margin: unset;
}

.breadcrumb > li a {
    text-shadow: unset;
    color: #808080;
    text-decoration: unset;
}

.breadcrumb > li a:hover {
    border-bottom: 1px solid #e9e9e9;
}

.owl-carousel.otg-style-slider .owl-pagination {
    top: unset;
    bottom: 50px;
    opacity: .5;
}

.owl-carousel.otg-style-slider .owl-controls {
    height: 0px;
}

.over-container-width {
    margin-left: calc(-50vw + 50%) !important;
    position: relative;
    width: 100vw;
}

.owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #fff !important;
    box-shadow: unset !important;
}

.owl-controls .owl-page.active span {
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

hr {
    width: 100%;
}

.design-btn {
    margin: 20px;
    background: #7ACC00;
    color: #fff;
    border: unset;
    border-radius: 50px;
    padding: 10px 30px;
    transition: all .5s;
    font-weight: 500;
    text-decoration: unset;
}

.fnt-24 {
    font-size: 24px !important;
}

.fnt-18 {
    font-size: 18px !important;
}

.fnt-16 {
    font-size: 16px !important;
}

.fnt-14 {
    font-size: 14px !important;
}


@media (max-width: 991px) {
    body {
        font-size:  12px;
    }
    h1 {
        font-size: 21px;
    }
    h2 {
        font-size: 18px;
    }
    .owl-carousel.otg-style-slider .owl-controls .owl-page span {
        width: 6px;
        height: 6px;
    }
    /*.owl-carousel.otg-style-slider {
        margin-left: -15px;
        width: 100vw;
    }
    #common-home .owl-carousel.otg-style-slider {
        margin-left: -15px;
    }*/
    .triple-banner {
        margin-left: -15px;
        width: 100vw;
    }
    #content {
        padding: 0;
    }
    .fnt-mob-24 {
        font-size: 24px !important;
    }
    .fnt-mob-21 {
        font-size: 21px !important;
    }
    .fnt-mob-18 {
        font-size: 18px !important;
    }
    .fnt-mob-16 {
        font-size: 16px !important;
    }
    .fnt-mob-14 {
        font-size: 14px !important;
    }
    .fnt-mob-12 {
        font-size: 12px !important;
    }
    .over-container-width-mob {
        margin-left: calc(-50vw + 50%) !important;
        position: relative;
        width: 100vw;
    }
}
/************************************************/
/************** /ÐžÑÐ½Ð¾Ð²Ð½Ñ‹Ðµ /Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð° **************/
/************************************************/

/******************************************/
/************** Header Ð¨Ð°Ð¿ÐºÐ° **************/
/******************************************/

header #main-header i.fa {
    font-size: 18px;
}

header #main-header .mobile-menu-bars i {
    font-size: 22px;
}

#main-header-wrap {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    z-index: 200;
    position: relative;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
    background-color: #fff;
}

.nav > li > a {
    padding: 16px 15px;
}

.nav > li > p {
    color: #808080;
    padding: 16px 0;
    margin: 0;
}

#top-nav.nav p,
#top-nav.nav a {
    line-height: 1.5;
}

div#logo img, div.logo img {
    width: 140px;
}

.header-phone span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

.header-phone a {
    /*color: #888;*/
}

.header-phone p {
    margin: unset;
    font-size: 14px;
}

#search {
    margin: 0;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    width: unset;
    flex-wrap: unset;
    border: 1px solid #E4E4E4;
    border-radius: 30px;
}

#search input.form-control.input-lg {
    background: unset;
    width: 0;
    padding: 0;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    float: right;
    font-size: 16px;
    box-shadow: none;
    border: unset;
    height: 100%;
    padding-left: 20px;
}

#search span.input-group-btn {
    border: unset;
    width: initial;
}

#search button.btn.btn-default.btn-lg {
    background: unset;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 10px 20px;
}

#cart button.btn-block, #cart a.btn-block, #cart.open > .btn {
    border: unset;
    position: relative;
}

#top-links > button, #top-links > a, #top-links > div {
    padding: 0;
    display: flex;
    align-items: center;
}

#top-links div#cart {
    position: relative;
}

#top-links button, #top-links a, #top-links div {
    padding: 0;
}

#cart .header-drop-cart {
    border: unset;
    border-radius: 25px;
    background: #f8f8f8;
}

#cart:hover > ul.dropdown-menu.pull-right, #cart:hover > .dropdown-menu.pull-right {
    max-height: unset;
    max-width: unset;
    opacity: 1;
    visibility: unset;
}

#cart ul.dropdown-menu.pull-right, #cart .dropdown-menu.pull-right {
    display: block;
    overflow: hidden;
    width: 500px;
    transition: all 500ms;
    right: 0;
    left: unset;
    top: 24px;
    opacity: 0;
    visibility: hidden;
}

#cart .dropdown-menu {
    min-width: unset;
}

#cart .dropdown-menu .table>tbody tr td {
    border: 0;
}
#cart .dropdown-menu .table>tbody>tr:not(:first-child) {
    border-top: 1px solid #dee2e6;
}

#cart .dropdown-menu .cart-drop-product {
    font-size: 14px;
}

#cart .dropdown-menu .cart-drop-product a:hover {
    color: #333333;
}

#cart .dropdown-menu .cart-drop-product button {
    outline: unset !important;
}

.attention-temp {
    display: flex;
    justify-content: center;
    color: #fff;
    background: #ff4444;
    padding: 10px 0;
    font-weight: 500;
}

@media (max-width:  991px) {
    div#logo img, div.logo img {
        width: unset;
        height: 30px;
    }
    #cart:hover > ul.dropdown-menu.pull-right, #cart:hover > .dropdown-menu.pull-right {
        opacity: 0;
        visibility: none;
    }
}

/*******************************************/
/************** /Header Ð¨Ð°Ð¿ÐºÐ° **************/
/*******************************************/

/***************************************/
/************** Menu ÐœÐµÐ½ÑŽ **************/
/***************************************/
div#main-menu {
    position: absolute;
    z-index:  999;
    background-color:  #fff;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    left: 0;
    top: 100%;
}

#main-menu ul {
    display:  flex;
    flex-direction:  column;
    width: 100%;
}

div#menu_wrap {
    display: flex;
    justify-content: flex-start;
}

nav#menu li {
    /*line-height: 1.2;*/
}

#menu .nav > li > a {
    text-shadow:  none;
    /*color: #808080;*/
    height: 42px;
    width: 100%;
    display: block;
    padding: 5px 0;
    line-height: 1.2;
    height: unset;
    border-bottom: 2px solid transparent;
}

nav#menu li.senior-category, nav#mobile-menu li.senior-category {
    text-transform: uppercase;
}
nav#mobile-menu li.child-category {
    text-transform: none;
}
nav#menu li.category-have-child:not(:first-child) {
    margin-top: 30px;
}

#menu .nav > li > a:hover, #menu .nav > li > a.active-menu {
    /*border-bottom: 5px solid transparent;*/
    /*border-image: radial-gradient(circle at right, #8ebf17, #027502);*/
    /*border-color: #e4e4e4;*/
    color: #7ACC00 !important;
}

#menu .dropdown-inner li a:hover, #menu .dropdown-inner li a.active-menu {
    /*background-image: radial-gradient(circle farthest-corner at right, #8ebf17, #027502);*/
    background: #00B75F;
    color: #fff;
}

#menu .nav > li.dropdown > a:hover:after, #menu .nav > li.dropdown > a.active-menu:after {
    color: #fff;
}



#menu .dropdown-menu {
    /*top: 0;
    left: 100%;
    position: absolute;*/
}

#menu .dropdown-inner a {
    white-space: nowrap;
    padding: 10px 20px;
    color: #212529;
}

div#menu_back {
    /*border-top: 1px solid #e5e5e5;*/
    /*border-bottom: 1px solid #aaa;*/
    margin-bottom:  20px;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}

body.common-home div#menu_back {
    border-bottom: unset;
    margin-bottom:  unset;
}

#menu_back nav.navbar {
    /*padding: unset;*/
}

#main-menu-button {
    align-items: center;
    /*background: none;
    background-color: #333333;*/
    border: 1px solid #005A12;
    border-radius: 30px;
    color: #171D15;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 0 10px;
    width: 160px;
}

#menu_wrap nav#menu.static_menu {
    background: none;
    background-color: #fff;
    border: none;
    border-radius:  0;
}

#menu .dropdown-menu {
    padding:  5px 0;
    padding: 0;
}

#mobile-menu {
    display: none;
}

.open-menu-btn {
    background: unset;
    border: unset;
    display: none;
}

@media (max-width: 991px) {
    #main-menu-button {
        display: none;
    }
    #top-links {
        background: #fff;
        bottom: 0;
        padding: 10px 20px;
        position: fixed;
        left: 0;
        justify-content: space-between;
        width: 100%;
        z-index: 1000;
        height: 51px;
    }
    #top-links svg {
        width: 24px;
    }
    #search-wrap {
        position: absolute;
        top: 100%;
        background: #fff;
        left: 0;
        padding: 15px;
        border-top: 1px solid #F5F5F5;
    }
    .search-to-open .search-icon, .search-to-open.collapsed .close-icon {
        display: none;
    }
    .search-to-open.collapsed .search-icon, .search-to-open .close-icon {
        display: block;
        width: 25px;
    }
    #mobile-menu {
        display: flex;
        flex-direction: column;
        background: rgb(0 0 0 / 80%);;
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100vw;
        height: 100%;
    }
    #mobile-menu-wrap {
        background: #fff;
        width: 90%;
        /*position: relative;*/
        position: absolute;
        overflow: hidden;
        height: 100%;
        overflow-y: scroll;
    }
    #mobile-menu .category-childs {
        display: none;
        position: absolute;
        background: #fff;
        top: 100px;
        left: 100%;
        width: 90vw;
        height: 100%;
        padding-left: 15px;
    }
    .open-menu-btn {
        display: flex;
        /*position: absolute;*/
        /*right: 0;*/
        align-self: center;
        /*height: 42px;*/
    }
    .open-menu-btn i {
        font-size: 21px;
    }
    .mobile-menu-header {
        height: 72px;
        display: flex;
        /*padding-left: 10px;*/
        align-items: center;
        margin-bottom: 30px;
    }

    .mobile-menu-header p {
        margin: 0 0 0 20px;
    }
    #left-mob-menu-icon {
        display: none;
    }
    .mobile-menu-bars {
        color: #000;
        padding: 8.5px 12px;
    }
    #close-mob-menu-icon, #left-mob-menu-icon {
        margin: 8.5px 13px;
        width: 20px;
    }
    #mob-menu-title {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 800;
    }
    nav#mobile-menu ul {
        list-style: none;
    }
    nav#mobile-menu li {
        padding: 10px 0;
    }

    nav#mobile-menu li:not(:last-child) {
        border-bottom: 1px solid #F5F5F5;
    }
    .mobile-menu-footer {
        padding: 30px 0;
    }
    .mobile-menu-footer ul {
        padding: 0;
    }
    .mobile-menu-footer ul:last-of-type {
        padding-bottom: 20px;
        border-bottom: 1px solid #F5F5F5;
    }
    nav#mobile-menu .mobile-menu-footer ul li {
        border: unset;
        padding: 0;
    }
    .mobile-menu-footer ul li a {
        color: #808080;
        font-size: 14px;
    }
    #mob-menu-phone {
        font-size: 18px;
    }
}
/****************************************/
/************** /Menu ÐœÐµÐ½ÑŽ **************/
/****************************************/

/******************************************/
/************** Icons Ð˜ÐºÐ¾Ð½ÐºÐ¸ **************/
/******************************************/

.sprite {
    display: none;
}

#svg, svg {
    width: 24px;
}

.fill-black {
    fill: #171D15;
}

.fill-grey {
    fill: #808080;
}

.fill-green {
    fill: #7ACC00;
}

.fill-light-grey {
    fill: #C8C8C8;
}

.fill-super-light-grey {
    fill: #E4E4E4;
}

.fill-yellow {
    fill: #F9B531;
}

svg.menu-icon {
    width: 12px;
}

#cart .dropdown-toggle::after {
    content: none;
}

#cart #svg {
    width: 24px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #F9B531;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}

svg.star-icon {
    width: 19px;
    margin-right: 3px;
}

svg {
    transition: all .5s ease-in-out;
}

@media (max-width: 991px) {
    #svg, svg {
        width: 16px;
    }
    svg.star-icon {
        width: 16px;
        margin-right: 2px;
    }
}
/*******************************************/
/************** /Icons /Ð˜ÐºÐ¾Ð½ÐºÐ¸ **************/
/*******************************************/

/*****************************************************/
/************** Home page Main page Ð“Ð»Ð°Ð²Ð½Ð°Ñ **************/
/*****************************************************/

#categories h2 {
    font-size: 1.4em;
    font-weight: 900;
    text-transform: uppercase;
    word-spacing: normal;
    z-index: 1;
}
#categories #main-category-nav-right-green,
#categories #main-category-nav-left-green{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#main-category-nav-left-green:before,
#main-category-nav-right-green:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.2;
}
#categories a:hover #main-category-nav-left-green:before,
#categories a:hover #main-category-nav-right-green:before{
    opacity: 0;
}
/*main-page_banner-new*/
#main-page_banner-new {
    margin-bottom: 1em;
    background-color: #E8E8E8;
}
#main-page_banner-new img {
    width: 100%;
}
#main-page_banner-new .banner-new_text {
    color: #000;
}
#main-page_banner-new .banner-new_name {
    /*   text-transform: uppercase;*/
    font-weight: bold;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0.5em;
    width: 100%;
}
#main-page_banner-new .banner-new_desc{
    color: #000;
    /*    text-transform: uppercase;*/
}
#main-page_banner-new button {
    border: 0;
    font-size: 1.4em;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    transition: background-color .5s ease-in-out;
    padding: .3em 2em;
}
#main-page_banner-new button:hover {
    background: #fff;
    /* border: 1px solid #000; */
    color: #000;
}
#main-page_banner-new button:focus {
    outline: 5px auto #000;
}
#main-page_banner-new.white button {
    border: 0;
    font-size: 1.4em;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    transition: background-color .5s ease-in-out;
    padding: .3em 2em;
}
#main-page_banner-new.white button:hover {
    background: #000;
    color: #fff;
}
#main-page_banner-new button:focus {
    outline: 5px auto #fff;
}
/*main-page_banner-new*/

/*div#category-spire-img:hover {
    opacity: 0.6;
}*/

.main-category-nav-row > div > a > div {
    position: relative;
    height: 300px;
    padding: 40px;
    background: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#category-spire-img {
    background-position: left;
}

.main-category-nav-row h2 {
    font-size: 36px;
    font-weight: 400;
    word-spacing: 99999px;
    color: #fff;
}

#content .main-category-nav-row a {
    text-decoration: none;
}

@media (max-width: 991px) {
    .main-category-nav-row > div > a > div {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 14px;
        display: flex;
        align-items: flex-end;
    }
    #content .main-category-nav-row a {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        display: flex;
    }
    #content .main-category-nav-row.main-category-full-width a {
        padding-bottom: 50%;
    }
    .main-category-nav-row h2 {
        font-size: 14px;
    }
}
/*****************************************************/
/************** /Home page /Main page /Ð“Ð»Ð°Ð²Ð½Ð°Ñ **************/
/*****************************************************/

/*****************************************************/
/************** Sidebar Ð¡Ð°Ð¹Ð´Ð±Ð°Ñ€ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ñ‹ **************/
/*****************************************************/
.ocf-btn-mobile-static.ocf-mobile { display: none;}

aside .ocf-filter,
aside .categorywall {
    border: 1px solid #F5F5F5;
    border-radius: 0;
    padding: 12px;
}

#sort-wrap {
    border: 1px solid #F5F5F5;
    border-bottom: unset;
    padding: .75rem 1.25rem;
}

@media (min-width: 991px) {
    #column-left #filtersModal .modal-body {
        padding-top: 0;
    }
}

#filtersModal .ocfilter-option .ocf-option-name, .ocf-option-name {
    font-weight: 500;
    font-size: 16px;
}

#filtersModal .ocfilter-option label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
}
/******************************************************/
/************** /Sidebar Ð¡Ð°Ð¹Ð´Ð±Ð°Ñ€ Ñ„Ð¸Ð»ÑŒÑ‚Ñ€Ñ‹ **************/
/******************************************************/

/***************************************************************/
/************** Category ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ ÑÐ¿Ð¸ÑÐ¾Ðº Ñ‚Ð¾Ð²Ð°Ñ€Ð¾Ð² **************/
/***************************************************************/

.product-thumb .price {
    font-weight: 500;
    font-size: 24px;
    color: #171D15;
}

.product-thumb .image {
    border: 1px solid #F5F5F5;
}

.product-thumb .image .sticker-discount-amount {
    background-color: #FA4E43;
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    z-index: 998;
    left: 3px;
    bottom: 3px;
    border-radius: 15px;
    font-size: .8em;
}

.product-thumb h4, .product-thumb h3, .product-thumb h2 {
    /*max-height: 64px;*/
    overflow: hidden;
    font-size: 15px;
}

.product-thumb h4 a, .product-thumb h3 a, .product-thumb h2 a {
    font-size: 16px;
    color: #808080;
    text-decoration: none;
    font-weight: 400;
}

@media (max-width: 1599px) {
    .product-thumb h4 a, .product-thumb h3 a, .product-thumb h2 a {
        font-size: 14px;
    }
}

.product-option-name.toggle-size.selected {
    color: #171D15;
    background: #7acc00;
    border-color: #171D15;
}

.rating {
    display: flex;
    align-items: center;
}

.rating p, .rating a {
    margin: 0 0 0 10px;
}

/*.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: hidden;
}*/

.add-to-wishlist {
    position: absolute;
    top: 0;
    right: 0;
    background: unset;
}

.add-to-wishlist:hover svg {
    fill: #808080;
}

.add-to-compare {
    background: unset;
}

.add-to-compare:hover svg {
    fill: #808080;
}

.product-thumb .price-new {
    font-weight: 600;
    margin-left: 0;
    white-space: nowrap;
}

.product-thumb .price-old {
    color: #808080;
    text-decoration: line-through;
    text-decoration-color: #ff2200;
    font-size: 14px;
    margin-left: 5px;
    white-space: nowrap;
}

.add-to-cart-btn,
.add-to-cart-size-btn{
    margin: 20px 0;
    background: #7ACC00;
    color: #fff;
    border: unset;
    border-radius: 50px;
    padding: 10px 30px;
    /*opacity: 0;*/
    /*opacity: 1;*/
    transition: all .5s;
    font-weight: 500;
}

.product-thumb:hover .add-to-cart-btn,
.product-thumb:hover .add-to-cart-size-btn{
    /*opacity: 1;*/
}

.add-to-cart-preorder {
    background: #ffa402;
}

.product-option-names-wrap {
    color: #808080;
    display: flex;
    flex-wrap: wrap;
    /*opacity: 0;*/
    transition: all .5s;
    font-size: 10px;
    height: auto;
    margin-top: 20px;
}

.product-option-names-wrap .product-option-name {
    border: 1px solid #808080;
    padding: 2px;
    margin: 2px 6px 2px 0;
    border-radius: 45px;
    white-space: nowrap;
    min-width: 45px;
    display: flex;
    justify-content: center;
    transition: .3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.product-option-names-wrap .product-option-name:hover {
    background-color: #eee;
}
.product-option-names-wrap .product-option-name:checked,
.product-option-names-wrap a.product-option-name.selected {
    color: #171D15;
    background: #7acc00;
    border-color: #171D15;
}
/* start checked option  */
.product-option-names-wrap .product-option-name.disabled {
    position: relative;
    border-color: #ccc;
    color: #aaa;
    cursor: not-allowed;
    opacity: 0.7;
}
.product-option-names-wrap .product-option-name.disabled:hover {
    background-color: inherit;
}

.product-option-names-wrap .product-option-name.disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    transform: rotate(
            10deg);
}

/* end checked option */
.product-thumb:hover .product-option-names-wrap {
    /*opacity: 1;*/
}

.bottom-info {
    opacity: 0;
}
.product-thumb:hover .bottom-info {
    opacity: 1;
}
@media (max-width: 767px) {
    .product-option-names-wrap {
        display: none;
        opacity: 1;
        font-size: 8px;
        height: unset;
    }
}

#choose-size-wrap {
    z-index: 999;
}

#choose-size-wrap .add-to-cart-btn {
    width: fit-content;
}

#choose-size-wrap .task-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
}

#card-back {
    background: rgb(0 0 0 / 30%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0;

}
#card-popup {
    box-shadow: rgb(9 30 66 / 8%) 0px 0px 0px 1px, rgb(9 30 66 / 8%) 0px 2px 1px, rgb(9 30 66 / 31%) 0px 0px 20px -6px;
    z-index: 510;
    /*width: 1040px;
    height: calc(100% - 119px);*/
    max-width: 450px;
    /*    height: 30vh;*/
    background: #fff;
    padding: 24px 32px;
    border-radius: 3px;
    position: relative;
}

.pagination a,
.pagination li.active a {
    border: unset;
    color: #3B8CD5;
    background-color: unset;
    text-decoration: unset;
}

.pagination li {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all .3s;
}

.pagination li.active {
    border: 1px solid #3B8CC7;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a:hover {
    color: #3B8CC7;
    text-decoration: none;
    background-color: unset;
    border-color: unset;
}

.pagination li:hover {
    border-radius: 100px;
    background-color: #e9ecef;
}

@media (max-width: 991px) {
    .product-grid .product-thumb .caption .rating {
        -webkit-order: -1;
        order: -1;
    }
    .product-grid .product-thumb .caption .price-and-compare {
        -webkit-order: -2;
        order: -2;
    }
}

/*****************************************************************/
/************** /Category /ÐšÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ ÑÐ¿Ð¸ÑÐ¾Ðº Ñ‚Ð¾Ð²Ð°Ñ€Ð¾Ð² **************/
/*****************************************************************/

/********************************************/
/************** Slider Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ **************/
/********************************************/


div#content .owl-wrapper-outer {
    border: unset;
}

.container#common-home div#content .owl-wrapper-outer img.img-responsive {
    margin: auto;
}

/**********************************************/
/************** /Slider /Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ **************/
/**********************************************/

/*******************************************/
/************** Footer ÐŸÐ¾Ð´Ð²Ð°Ð» **************/
/*******************************************/

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #171D15;
    border-top: 1px solid #ddd;
    color: #808080;
}
footer span {
    color: #C8C8C8;
}
footer li p {
    margin-bottom: unset;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #808080;
    text-decoration: unset;
}
footer h5 a {
    color: #C8C8C8;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #C8C8C8;
}
footer svg {
    width: 42px;
}

footer .accordion h5 button.btn-clear {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #272727;
}

footer .accordion h5 button.btn-clear p {
    margin: unset;
}

footer .btn-clear i.fas.fa-chevron-right {
    transition: .5s;
}

footer .btn-clear i.fas.fa-chevron-right {
    transform: rotate( -90deg );
}

footer .btn-clear.collapsed i.fas.fa-chevron-right {
    transform: rotate( 90deg );
}

footer .btn-clear:focus {
    outline: unset;
}

.__jivoMobileButton {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    footer {
        margin-bottom: 51px;
    }
    .powered {
        font-size: 12px;
        text-align: center;
        margin: auto;
    }
    .pay-logos {
        justify-content: center;
    }
    .add-to-cart-btn {
        display: none;
    }
    div#filtersModal .modal-dialog {
        width: 90vw;
    }
    .product-thumb .price {
        font-size: 16px;
    }
    .product-thumb .price-old {
        font-size: 10px;
        margin: unset;
    }
}

@media (min-width: 991px) {
    div#filtersModal {
        opacity: initial;
        position: relative;
        z-index: auto;
        overflow: visible;
    }
    div#ocf-module-1 .ocf-header {
        display: none;
    }
    div#filtersModal .modal-dialog {
        transform: unset;
        transition: unset;
        float: unset;
    }
}


/*********************************************/
/************** /Footer /ÐŸÐ¾Ð´Ð²Ð°Ð» **************/
/*********************************************/

/***************************************************/
/************** Product ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚ Ð¢Ð¾Ð²Ð°Ñ€ **************/
/***************************************************/


#product-page .add-to-wishlist:hover svg {
    fill: #171D15;
}

#product-page h2.price {
    font-size: 48px;
    margin: unset;
}

#product-page .old-price {
    font-size: 24px;
    color: #808080;
    text-decoration: line-through;
    text-decoration-color: #ff0000;
}

#product-page .size-radio {
    position: relative;
}

#product-page .size-radio input {
    position: absolute;
    clip: rect(0,0,0,0);
    overflow: hidden;
    width: 1px;
    height: 1px;
}

#product-page .size-radio label.product-option-names-wrap {
    margin: unset;
}

#product-page .size-radio .radio {
    margin: 2px 6px 2px 0;
}

#product-page .size-radio .radio input:checked + label {
    color: white;
    background: #7acc00;
    border-color: #7acc00;
}

#product-page .product-option-names-wrap {
    opacity: 1;
}

.profit-of-price p {
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #ff2200;
    margin-bottom: 5px;
    color: #ff2200;
}
.profit-of-price-2 p {
    background: #000000;
    font-size: 18px;
    color: #ffd400;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}

/*.tooltip {
    border: 2px solid #e4e4e4;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e4e4e4;
    font-weight: 600;
}*/

#product-page #input-quantity {
    width: auto;
    text-align: center;
}

#product-page #button-cart.add-to-cart-btn {
    opacity: 1;
    margin: unset;
}

.text-stock {
    color: #7ACC00;
    font-weight: 500;
}

#product.product-interaction {
    width: 70%;
}

#applying-tooltip {
    border: 2px solid #e4e4e4;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e4e4e4;
    font-weight: 600;
    opacity: 1;
    position: relative;
    line-height: 1;
}

#product-page .thumbnails {
    margin-left: unset;
}
#product-page .thumbnails ul {
    max-height: 400px;
}
/* kolya  start*/
.image .corner_0, .image .corner_1, .image .corner_2, .image .corner_3 {
    z-index: 0;
}
#product-page .corner_2 {
    right: 0;
    top: 0;
    left: unset;
    bottom: unset;
}
@media(max-width: 575px){
    #product-page .thumbnails ul {
        max-height: 270px;
    }
}
/* kolya  end*/
#product-page .thumbnails .image-additional {
    margin-left: unset;
}

#product-page .image-additional a {
    padding: unset;
}

#product-page h2 {
    font-size: 32px;
    font-weight: 700;
}

#product-page h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

#tab-description {
    color: #808080;
}

#characteristics table td:first-child {
    color: #808080;
}

#characteristics table td {
    padding: 15px 20px;
    border: unset;
    border-bottom: 2px solid #fff;
    transition: all .3s ease-in-out;
}

#characteristics table tr:hover td {
    border-bottom: 2px solid #7acc00;
}

#youtube-video {
    display: flex;
    justify-content: center;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* Ð·Ð°Ð´Ð°Ñ‘Ñ‚ Ð²Ñ‹ÑÐ¾Ñ‚Ñƒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° Ð´Ð»Ñ 16:9 (ÐµÑÐ»Ð¸ 4:3 â€” Ð¿Ð¾ÑÑ‚Ð°Ð²ÑŒÑ‚Ðµ 75%). 56.25% Ð´Ð»Ñ 100% ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ */
    /*padding-bottom: 28.125%;*/ /* Ð´Ð»Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ 50% */
    padding-bottom: 42.1875%; /* Ð´Ð»Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ 75% */
    width: 75%;
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

#product-page h2 span.review_count {
    font-size: 16px;
    color: #C8C8C8;
    font-weight: 400;
}

#product-page .account-wrap {
    background: #e4e4e4;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 10px;
    min-width: 50px;
    text-align: center;
}

#product-page #review h3, #product-page #review .h3 {
    font-size: 24px;
    text-transform: none;
}

.raiting-line, .gold-line {
    height: 4px;
    background: #e4e4e4;
    border-radius: 50px;
}

.gold-line {
    background: #F9B531;
}

@media (max-width:  991px) {
    #product-page h2 {
        font-size: 21px;
    }
    #product-page h3 {
        font-size: 14px;
    }
    #product-page #review h3, #product-page #review .h3 {
        font-size: 14px;
    }
    #product-page #product.product-interaction .product-option-names-wrap {
        display: flex;
    }
    #product.product-interaction {
        width: 100%;
    }
    #product-page #product.product-interaction .add-to-cart-btn {
        display: block;
    }
    #product-page .account-wrap {
        width: 30px;
        height: 30px;
        padding: 7px;
        min-width: 30px;
    }
    #product-page .account-wrap svg {
        width: 16px;
    }
    #product-page .article, #product-page .article span {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .thumb-wrap {
        width: 100%;
        padding-bottom: 56.25%;
    }
    .mob-w100vw {
        width: 100vw;
    }
    .mob-ml--30px {
        margin-left: -30px;
    }
}


@media (max-width: 1599px) {
    #product-page h2.price {
        font-size: 38px;
        margin: unset;
    }

    #product-page .old-price {
        font-size: 18px;
    }
}

/******************************************************/
/************** /Product /ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚ /Ð¢Ð¾Ð²Ð°Ñ€ **************/
/******************************************************/



/******************************************************/
/************** Delivery Ð”Ð¾ÑÑ‚Ð°Ð²ÐºÐ° Ð¸ Ð¾Ð¿Ð»Ð°Ñ‚Ð° **************/
/******************************************************/

#delivery h3 {
    text-transform: uppercase;
    font-size: 16px;
}

#delivery .accordion .collapser {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

#delivery .collapsed .fa-chevron-right {
    transform: rotate(90deg);
}

#delivery .fa-chevron-right {
    transform: rotate(-90deg);
    transition: all .5s;
}

#delivery svg {
    width: 32px;
}

/******************************************************/
/************** /Delivery /Ð”Ð¾ÑÑ‚Ð°Ð²ÐºÐ° Ð¸ Ð¾Ð¿Ð»Ð°Ñ‚Ð° **************/
/******************************************************/

/******************************************************/
/************** Testimonials ÐžÑ‚Ð·Ñ‹Ð²Ñ‹ **************/
/******************************************************/

.testimonial-testimonial ul {
    list-style: none;
    padding: 0;
}

#form-review input#input-name, #form-review textarea#input-review {
    border-radius: 25px;
    border-color: #e4e4e4;
    min-height: 40px;
}

#form-review label.control-label {
    font-size: 16px;
}

#form-review .stars input {
    display: none;
}

#form-review .stars:not(:checked) > label {
    float: right;
    margin: unset;
}

#form-review .stars > input:checked ~ label svg {
    fill: #F9B531;
}

#form-review .stars:not(:checked) > label:hover svg,
#form-review .stars:not(:checked) > label:hover ~ label svg {
    fill: #F9B531;
}

#form-review .stars > input:checked + label:hover svg,
#form-review .stars > input:checked + label:hover ~ label svg,
#form-review .stars > input:checked ~ label:hover svg,
#form-review .stars > input:checked ~ label:hover ~ label svg,
#form-review .stars > label:hover ~ input:checked ~ label svg {
    fill: #F9B531;
}

#form-review button {
    background: #fff;
    color: #7ACC00;
    border: unset;
    border-radius: 50px;
    padding: 10px 30px;
    transition: all .5s;
    font-weight: 500;
    border: 1px solid #7ACC00;
}

#form-review button:hover {
    background: #7ACC00;
    color: #fff;
    border: 1px solid #7ACC00;
}

.testimonial-testimonial .review {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    border-radius: 25px;
}

.testimonial-testimonial .review-info {
    border-bottom: 1px solid #E4E4E4;
}

.testimonial-testimonial .collapser {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.testimonial-testimonial .collapsed .fa-chevron-right {
    transform: rotate(90deg);
}

.testimonial-testimonial .fa-chevron-right {
    transform: rotate(-90deg);
    transition: all .5s;
}

@media (max-width: 991px) {
    .testimonial-testimonial .review-text {
        border-bottom: 1px solid #E4E4E4;
    }
}


/******************************************************/
/************** /Testimonials /ÐžÑ‚Ð·Ñ‹Ð²Ñ‹ **************/
/******************************************************/

/******************************************************/
/************** Conacts ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹ **************/
/******************************************************/

.contacts-page h3{
    font-size: 16px;
    text-transform: uppercase;
}

.contacts-page a {
    font-weight: 600;
    color: #000;
    /*border-bottom: 2px solid #5dd200;*/
}

.contacts-page svg {
    width: 28px;
}

/******************************************************/
/************** /Conacts /ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹ **************/
/******************************************************/

/******************************************************/
/************** loyalty Ð›Ð¾ÑÐ»ÑŒÐ½Ð¾ÑÑ‚ÑŒ **************/
/******************************************************/

#gnk-team {
    background: #F8F8F8;
    font-weight: 300;
    position: relative;
    z-index: 99;
    margin-bottom: -30px;
}

#gnk-team .main-title {
    font-size: 64px;
    font-weight: 600;
}

#gnk-team .sub-main-title {
    font-size: 36px;
    font-weight: 400;
}

#gnk-team .sub-sub-main-title {
    font-size: 24px;
}

#gnk-team span.bold {
    font-weight: 600;
}

#gnk-team .img-back {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20vw;
    z-index: -1;
}

#gnk-team h3 {
    text-transform: uppercase;
    font-size: 32px;
}

#gnk-team .point p {
    font-size: 24px;
}

#gnk-team svg {
    width: 34px;
}

#gnk-team #registration {
    margin: 20px;
    background: #7ACC00;
    color: #fff;
    border: unset;
    border-radius: 50px;
    padding: 17px 42px;
    transition: all .5s;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: unset;
}

@media (max-width: 991px) {
    #gnk-team .main-title {
        font-size: 24px;
        text-align: center;
    }
    #gnk-team .sub-main-title {
        font-size: 21px;
        font-weight: 600;
        text-align: center;
    }
    #gnk-team .sub-sub-main-title {
        font-size: 14px;
        text-align: center;
    }
    #gnk-team h3 {
        font-size: 21px;
    }
    #gnk-team .point p {
        font-size: 14px;
        text-align: center;
    }
    #gnk-team .img-back {
        display: none;
    }
}

/******************************************************/
/************** /loyalty /Ð›Ð¾ÑÐ»ÑŒÐ½Ð¾ÑÑ‚ÑŒ **************/
/******************************************************/

/******************************************************/
/************** Cart ÐšÐ¾Ñ€Ð·Ð¸Ð½Ð° **************/
/******************************************************/

.checkout-cart .cart-card {
    box-shadow: 4px 0px 20px rgb(0 0 0 / 5%);
    border-radius: 25px;
}

.checkout-cart .cart-card img {
    border: 1px solid #F5F5F5;
    padding: 10px;
}

.checkout-cart .cart-card .name {
    text-decoration: none;
    color: #171D15;
}

.checkout-cart .cart-card .price-product-total {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

.checkout-cart .cart-card .price-product-count {
    text-align: right;
}

.checkout-cart .cart-card .quantity {
    width: 100px;
    text-align: center;
}

.checkout-cart .cart-card .btn {
    background: #fff;
    padding: 0 10px;
    border: unset;
}

.checkout-cart .cart-card .btn:hover svg {
    fill: #C8C8C8;
}

.checkout-cart .total-box {
    border-radius: 25px;
    background: #f8f8f8;
}

.checkout-cart .in-cart {
    font-size: 24px;
}

.checkout-cart #input-coupon {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 69px;
}

.checkout-cart .go-checkout {
    background: #7ACC00;
    color: #fff;
    border: unset;
    border-radius: 50px;
    padding: 10px 30px;
    transition: all .5s;
    font-weight: 500;
}

.checkout-cart .go-back-shop {
    background: #fff;
    color: #7ACC00;
    border: 1px solid #7ACC00;
    border-radius: 50px;
    padding: 10px 30px;
    transition: all .5s;
    font-weight: 500;
}

@media (max-width: 991px) {
    .checkout-cart .cart-card, .checkout-cart .total-box {
        border-radius: 10px;
    }
    .checkout-cart .cart-card img {
        padding: 5px;
    }
    .checkout-cart .cart-card .name {
        font-size: 10px;
    }
    .checkout-cart .cart-card .card-info {
        font-size: 8px;
    }
    .checkout-cart .cart-card .quantity {
        width: 50px;
    }
    .checkout-cart .cart-card .price-product-count {
        font-size: 10px;
    }
    .checkout-cart .cart-card .price-product-total {
        font-size: 14px;
    }
    .checkout-cart .in-cart {
        font-size: 18px;
    }
}

/******************************************************/
/************** /Cart /ÐšÐ¾Ñ€Ð·Ð¸Ð½Ð° **************/
/******************************************************/

/******************************************************/
/************** Checkout ÐžÑ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ðµ **************/
/******************************************************/

.simplecheckout-left-column, .simplecheckout-right-column {
    box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 28px;
}

.checkout-simplecheckout .simple-content {
    margin-top: 20px;
}
/*loader start - Nick*/
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #00B75F;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*loader end - Nick*/
/******************************************************/
/************** /Checkout /ÐžÑ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ðµ **************/
/******************************************************/

/******************************************************/
/************** Account ÐÐºÐºÐ°ÑƒÐ½Ñ‚ **************/
/******************************************************/

.account-section h1 {
    margin-bottom: 1rem !important;
}
.account-section h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem !important;
}

.account-section h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.5rem !important;
}

.account-section input[type=text],
.account-section input[type=email],
.account-section input[type=password],
.account-section input[type=tel],
.account-section input[type=date],
.account-section input[type=time],
.account-section input[type=datetime-local],
.account-section select {
    border-radius: 25px;
    border-color: #e4e4e4;
    min-height: 40px;
    background: #fff !important;
    border: 1px solid #E4E4E4;
}

.account-section .design-btn {
    margin: 21px;
    background: #7ACC00 !important;
    color: #fff;
    border: unset;
    border-radius: 50px;
    padding: 10px 30px;
    transition: all .5s;
    font-weight: 500;
    text-decoration: unset;
    text-align: center;
}

.account-section label {
    font-size: 16px;
}

.account-section #column-left a {
    background: #F8F8F8;
    border-radius: 100px;
    height: 56px;
    padding: 10px 25px;
    margin: 3px 0;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    transition: .3s;
}

.account-section #column-left a.active-menu, .account-section #column-left a:hover {
    background: #fff;
    border-color: #7ACC00;
    color: #7ACC00 !important;
}
.account-section #column-left a.active-menu svg, .account-section #column-left a:hover svg {
    fill: #7ACC00 !important;
}

.account-section #column-left .modal-body {
    padding-left: 0;
}

.account-section #column-left svg {
    width: 18px;
}

.account-section .new-card {
    box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 28px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

@media (max-width:  991px) {
    .account-section .design-btn {
        width: 100%;
    }
}
/******************************************************/
/************** /Account /ÐÐºÐºÐ°ÑƒÐ½Ñ‚ **************/
/******************************************************/

/******************************************************/
/************** Cookies ÐšÑƒÐºÐ¸Ñ **************/
/******************************************************/

.cookie-notification {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    visibility: hidden;
    background: #fff;
    width: 100vw;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.cookies-accept {
    margin: 20px;
    background: #7ACC00;
    color: #fff;
    border: unset;
    border-radius: 50px;
    padding: 10px 30px;
    /*opacity: 0;*/
    /* opacity: 1; */
    transition: all .5s;
    font-weight: 500;
}

/******************************************************/
/************** /Cookies /ÐšÑƒÐºÐ¸Ñ **************/
/******************************************************/


/******************************************************/
/************** About-us Ðž Ð½Ð°Ñ **************/
/******************************************************/

#about-us .wallpaper {
    background-image: url(/image/catalog/post-content/2022/about_us-wallpaper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(0 0 0 / 30%);
    background-blend-mode: color;
}

#about-us #spirykov {
    background-image: url(/image/catalog/post-content/2022/about_us-spirykov.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 250%;
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: -48px;
    background-position: left bottom;
}

#about-us .youtube-in-text:before {
    content: ' ';
    background-image: url(/image/catalog/post-content/2022/about_us-youtube.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 34px;
    width: 50px;
    display: inline-block;
}

#about-us #gnk-logo-radius {
    display: flex;
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 40px;
    position: relative;
    padding-right: 10px;
    padding-left: 5px;
}

#about-us h2 {
    font-size: 48px;
    line-height: 100%;
}

#about-us svg {
    width: 100px;
}

.youtube-counter {
    max-width: 208px;
}

#about-us .youtube-counter a {
    display: block;
    position: relative;
}

#about-us .youtube-counter a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
}


#about-us .youtube-counter a:hover:after {
    opacity: 1;
}


@media (max-width: 991px) {
    #about-us svg {
        width: 64px;
    }
    #about-us #gnk-logo-radius {
        width: 51px;
        height: 51px;
        padding-right: 6px;
        padding-left: 3px;
    }
}

@media (max-width: 991px) {
    #about-us #youtube-channel {
        background-color: #F0F0F0!important;
    }
    #about-us .youtube-in-text:before {
        height: 15px;
        width: 24px;
    }

    #about-us .youtube-counter img {
        max-height: 25px;
    }

    #about-us .youtube-channel-name-description h2,
    #about-us .youtube-channel-name-description p {
        color: black!important;
    }

    #about-us #spirykov {
        min-height: 500px;
        width: 45vw;
        background-position: 0 0;
        background-size: cover;
        left: 55vw;
    }

    #about-us .ceo-name {
        color: black!important;
        padding-top: 28px;
    }

    #about-us .youtube-channel-info {
        flex-direction: column;
    }

}
/******************************************************/
/************** About-us Ðž Ð½Ð°Ñ **************/
/******************************************************/

/******************************************************/
/************** gloves-size Ñ€Ð°Ð·Ð¼ÐµÑ€ Ð¿ÐµÑ€Ñ‡Ð°Ñ‚Ð¾Ðº **************/
/******************************************************/
#gloves-size img {
    display: block;
    margin: auto;
    max-width: 290px;
}

#gloves-size .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: unset;
}

#gloves-size .table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

#gloves-size .table td, .table th {
    border: none;
}
#gloves-size .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

/******************************************************/
/************** gloves-size Ñ€Ð°Ð·Ð¼ÐµÑ€ Ð¿ÐµÑ€Ñ‡Ð°Ñ‚Ð¾Ðº **************/
/******************************************************/



/******************************************************/
/************** chastyami-page Ð¿Ð»Ð°Ñ‚Ð¸ Ñ‡Ð°ÑÑ‚ÑÐ¼Ð¸ **************/
/******************************************************/
.chastyami-page {
    color: #262626;
    font-weight: 300;
}
.chastyami-page img{
    width: 100%;
}

.chastyami-page .header{
    width: 270px;
    margin: 30px 0;
}
.chastyami-page .description{
    margin-bottom: 20px;
}
.chastyami-page .advantages{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.sber_description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin: 24px 0 14px;
}
.sber_graphs {
    margin-bottom: 20px;
    font-weight: 500;
}

.sber_graphs .nav{
    gap: 5px;
}

.sber_graphs .nav-item .nav-link {
    text-decoration: none;
    background-color: #F4F4F4;
    padding: 5px 10px;
    border-radius: 20px;
    color: #262626;
}

.sber_graphs .nav-item .nav-link.active {
    background-color: #3F3F3F;
    color: #F4F4F4;
}
.sber_graphs .payment{
    font-weight: 300;
}
.sber_graphs .payment__value{
    font-weight: 500;
}
.sber_graphs .commission{
    font-weight: 300;
    color: rgba(38, 38, 38, 0.7);
}
.sber_graphs .graph{
    margin-top: 16px;
}
.sber_graphs .graph .bubbles{
    max-width: 320px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sber_graphs .graph .bubbles:before{
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #35DE66 0%, rgba(52, 217, 182, 0) 83.82%);
    top: 16px;
    transform: translate(calc((100% - 95%) / 2), -50%);
    z-index: 1;
}
.sber_graphs .graph .bubbles:after{
    content: '';
    position: absolute;
    width: 95%;
    height: 3px;
    background: linear-gradient(266.99deg, #CDEFFD -29.49%, #C7F2E4 -15.05%);
    top: 16px;
    transform: translate(calc((100% - 95%) / 2), -50%);
    z-index: 0;
}
.sber_graphs .graph .bubbles .bubble{
    z-index: 3;
}
.sber_graphs .graph .bubbles img{
    width: 30px;
    height: 30px;
}
.sber_graphs .graph .bubbles .bubble-text{
    font-weight: 400;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    margin-top: 8px;
    color: rgba(38, 38, 38, 0.7);
}

/******************************************************/
/************** chastyami-page Ð¿Ð»Ð°Ñ‚Ð¸ Ñ‡Ð°ÑÑ‚ÑÐ¼Ð¸ **************/
/******************************************************/

/******************************************************/
/************** chastyami Ð¿Ð»Ð°Ñ‚Ð¸ Ñ‡Ð°ÑÑ‚ÑÐ¼Ð¸ ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ **************/
/******************************************************/
.product-layout .product-thumb .caption .chastyami {
    color: #4A4F53;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 100%;
}

.product-layout .product-thumb .caption .chastyami::before {
    content: '';
    display: block;
    width: 130px;
    height: 21px;
    background-image: url('../image/sber-chastyami.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#cart.user-cart {
    background-image: url('../image/svg/cart.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: inline-block;
}
/* start корзина в шапке*/
header .user-cart ul::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0px;
    bottom: 100%;
}
header .user-cart {
    position: relative;
    height: 50px;
}

header .user-cart:hover ul {
    display: block;
    list-style: none;
}
header .user-cart ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    white-space: nowrap;
    z-index: 3;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    margin-top: 25px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    font-size: 14px;
    padding-left: 0;
}

header .user-cart .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: none;
}

header .user-cart ul li {
    padding: 0 20px;
}

header .user-cart ul li:last-child {
    padding-bottom: 20px;
}

header .user-cart ul  a {
    display: inline-block;
    text-decoration-line: none;
}

header .user-cart ul table a .img-thumbnail {
    min-width: 50px;
    max-width: 50px;
    max-height: 50px;
    /*height: 50px;*/
    position: static;
    transform: translate(0,0);
}

header .user-cart ul .btn-danger {
    background: rgba(255, 65, 65, 0.1);
    border: 0;
    width: 50px;
    height: 50px;
}

/*header .user-cart td.text-center img {*/
/*    min-width: unset!important;*/
/*}*/

/* end корзина в шапке*/

/******************************************************/
/************** chastyami Ð¿Ð»Ð°Ñ‚Ð¸ Ñ‡Ð°ÑÑ‚ÑÐ¼Ð¸ ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ñ **************/
/******************************************************/

/******************************************************/
/************** chastyami Ð¿Ð»Ð°Ñ‚Ð¸ Ñ‡Ð°ÑÑ‚ÑÐ¼Ð¸ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° **************/
/******************************************************/
#product-page .product-interaction .bnpl {
    background-color: #F5F5F5;
    color: #262626;
    display: flex;
    align-items: center;
    max-width: 362px;
    height: 40px;
    position: relative;
    border-radius: 10px;
    margin: 20px 0;
}

#product-page .product-interaction .bnpl__icon {
    position: absolute;
    right: 4px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    display: block;
    line-height: 0;
}
#product-page .product-interaction .bnpl__icon svg {
    width: 100%;
}

#product-page .product-interaction .bnpl__text {
    position: absolute;
    right: 75px;
    font-size: 12px;
}

#product-page .product-interaction .bnpl__logo {
    width: 119px;
    height: 18px;
    margin-left: 12px;
}

.sber_graphs.grey-theme .nav-link{
    background-color: #fff;
    color: #262626;
}

.sber_graphs .nav-item .nav-link.white {
    background-color: white;
    color: #262626;
}
#bnplModal .modal-dialog {max-width: 300px;}
#bnplModal .modal-content {
    border: none;
    border-radius: 20px;
    background-color: #F5F5F5;
}
#bnplModal .modal-dialog {
    transform: translate(-50%, -50%);
    top: calc(100% / 2);
    left: calc(100% / 2);
    margin: 0;
}
#bnplModal .btn-close {
    font-size: 0.9rem;
    position: absolute;
    top: .75rem;
    right: .75rem;
}

#bnplModal .link {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s ease-in-out;
    color: #262626;
    text-decoration: none;
}
#bnplModal .link:hover {
    background-color: #3F3F3F;
    color: #fff;
}
#bnplModal .link::before {
    content: '';
    background-image: url('../../../image/sber/sm_logo.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
/******************************************************/
/************** chastyami Ð¿Ð»Ð°Ñ‚Ð¸ Ñ‡Ð°ÑÑ‚ÑÐ¼Ð¸ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° **************/
/******************************************************/

/******************************************************/
/************** chastyami Ð¿Ð»Ð°Ñ‚Ð¸ Ñ‡Ð°ÑÑ‚ÑÐ¼Ð¸ ÐºÐ¾Ñ€Ð·Ð¸Ð½Ð° **************/
/******************************************************/
.cart-platichastyami{
    margin: 16px 0;
    padding: 16px;
    background-color: rgba(246, 247, 249, 1);
    border-radius: 16px;
    line-height: 1.2;
    font-size: 16px;
}
.cart-platichastyami .logo img {
    width: 100%;
    margin: 0;
}
.cart-platichastyami .logo {
    margin-bottom: 16px;
    width: 190px;
}

.cart-platichastyami .description .bottom{
    color: rgba(38, 38, 38, 0.55);
    margin-top: 10px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 14px;
}
/******************************************************/
/************** chastyami Ð¿Ð»Ð°Ñ‚Ð¸ Ñ‡Ð°ÑÑ‚ÑÐ¼Ð¸ ÐºÐ¾Ñ€Ð·Ð¸Ð½Ð° **************/
/******************************************************/


/******************************************************/
/************** beznal Ð´Ð»Ñ ÑŽÑ€Ð¸Ð´Ð¸Ñ‡ÐµÑÐºÐ¸Ñ… Ð»Ð¸Ñ† **************/
/******************************************************/
.beznal_header {
    height: 60vh;
    background: linear-gradient(90deg, #7371DD 15.44%, #FF3838 133.8%);
    border-radius: 72px;
}

.beznal_header-image img {
    position: absolute;
    top: 0%;
    right: 0%;
    height: 100%;
    transform: rotate(-7.91deg);
    filter: drop-shadow(14.86px 22.727px 20.1047px rgba(0, 0, 0, 0.25));
}

.beznal_header-text h2 {
    font-weight: 800;
    font-size: 45px;
    color: #fff;
    margin-bottom: 32px
}

.beznal_header-text p {
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
}

.beznal_list_paragraph {
    background-color: #606EEC;
    border-radius: 17px;
    width: 376px;
    height: 354px;
    position: relative;
}

.beznal_list_paragraph_bg {
    position: absolute;
    right: -8%;
    top: -22%;
    font-size: 328px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.07);
}

.beznal_list_paragraph h3 {
    color: #fff;
    padding: 24px 24px 0px;
}

.beznal_list_paragraph p {
    padding: 0px 24px;
    color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 991px) {
    .beznal_list_paragraph_bg {
        font-size: 220px;
    }
    .beznal_list_paragraph {
        width: 239px;
        height: 239px;
    }

    .beznal_header-text h2 {
        font-size: 32px;
    }
    .beznal_header-text p {
        font-size: 21px;
    }
    .beznal_header-image img {
        position: relative;
        width: 100%;
        transform: rotate(-7.91deg);
        filter: drop-shadow(14.86px 22.727px 20.1047px rgba(0, 0, 0, 0.25));
    }
    .beznal_header {
        height: auto;
    }
}
/******************************************************/
/************** beznal Ð´Ð»Ñ ÑŽÑ€Ð¸Ð´Ð¸Ñ‡ÐµÑÐºÐ¸Ñ… Ð»Ð¸Ñ† **************/
/******************************************************/


















ul.nav.nav-tabs {
    border: unset;
}

#content ul.nav.nav-tabs li.nav-item a.nav-link.active {
    color: #fff;
    background: #333;
    border-color: #333;
}

#content ul.nav.nav-tabs li.nav-item .nav-link {
    margin: unset;
    border: 1px solid #cfd8dc;
    border-radius: 0px;
    transition: all .5s;
}

#content ul.nav.nav-tabs li.nav-item+li.nav-item {
    margin-left: -1px;
}

#content ul.nav.nav-tabs li.nav-item:last-child .nav-link {
    border-radius: 0 6px 6px 0;
}

#content ul.nav.nav-tabs li.nav-item:first-child .nav-link {
    border-radius: 6px 0 0 6px;
}

#content ul.nav-tabs a.nav-link {
    color: #333;
    text-decoration: none;
    border: unset;
    background: unset;
    margin: unset;
}

#content ul.nav.nav-tabs li.nav-item .nav-link:hover {
    background: #eee;
}




aside .list-group-item.ocfilter-option {
    /*border: unset;*/
}

@media (max-width: 767px) {

    #menu .nav > li.dropdown > a:after {
        /*display: none;*/
    }
    #menu .collapsed i.fa-chevron-right {
        transform: rotate(90deg);
    }
    #menu i.fa-chevron-right {
        transform: rotate(270deg);
        transition: all .5s;
    }
}

nav#menu li.dropdown {
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}

div#content .product-layout.product-grid {
    padding: 0 5px;
}

.product-thumb {
    transition: all .5s;
}

.product-thumb:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.product-thumb h4 a:hover, .product-thumb h3 a:hover, .product-thumb h2 a:hover {
    text-decoration: underline;
}

.product-thumb .caption {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    /*min-height: 130px;*/
    margin-top: 10px;
}

@media (max-width: 767px) {
    .product-grid .product-thumb .caption {
        min-height: 120px;
    }
}

a.thumbnail {
    border: unset;
}

.nav-tabs li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 47px;
    margin-bottom: -1px;
}

.categorywall.covers .categorywall_thumbnail img.img-responsive {
    display: none;
}
.categorywall.covers {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.categorywall.covers div {
    width: unset;
}

.categorywall.covers .categorywall_thumbnail a.category_name {
    color: #000;
    font-size: 14px;
}

div#ocfilter-button {
    display: none;
}

.sdek_pvz_info {
    background: #008c00;
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.sdek_pvz_info:hover {
    background: #00a000;
}

.sdek_pvz_info a#selectCdekPvz {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.sdek_pvz_info .cdek_selectedPvzInfo, .c-wht {
    color: #fff !important;
}

@media (max-width: 767px) {
    #menu li.dropdown .dropdown-menu.collapse {
        background: #fff;
        position: inherit;
        left: unset;
    }
    #menu .dropdown-menu.collapse .dropdown-inner a {
        color: #000;
    }
    #main-menu ul {
        margin: unset;
    }
}

@media (min-width: 768px) {
    #menu .dropdown:hover .collapse {
        display: block;
        left: 100%;
        position: absolute;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: .25rem;
        z-index: 1000;
        min-width: 10rem;
        margin-top: 0;
    }
}

#menu_wrap .navbar {
    /*margin-bottom:  0;
    min-height: 0px !important;
    display:  flex;
    align-items:  center;*/
}

.cat_open_btn p {
    margin-bottom: 0;
}

.max_lim {
    display:  flex;
    max-width:  1170px;
}

#common-home h1 {
    font-size: 50px;
    font-weight: 600;
}

#common-home h4 a {
    font-size: 13px;
}

@media (max-width: 767px) {
    #common-home h1 {
        font-size: 24px;
        font-weight: 600;
    }
}





#menu .nav > li.dropdown > a:after {
    /*font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-left: 6px;
    content: "\f054";
    color: #bbb;
    border: unset;
    vertical-align: unset;*/
}



a.hidertxt:focus, a.hidertxt:hover {
    text-decoration:  none;
}

iframe#u_tube {
    width: 300px;
    height: 150px;
    margin-top: 30px;
}

.just_row .container {
    display: none;
}



/*#common-home .swiper-viewport, .otg-style-slider div.owl-wrapper-outer {
    border-width: unset;
    box-shadow: unset;
    }*/

#common-home .swiper-viewport, div.owl-wrapper-outer {
    border-width: unset;
    box-shadow: unset;
}

.contacts-page h2 {
    margin-bottom: 1rem;
}

.contacts-page p {
    margin-bottom: .5rem;
    font-size: 16px;
}



.delivery img {
    max-width: 7rem;
}

.simplecheckout .input-group {
    flex-wrap: unset;
}

a#simplecheckout_button_cart, a#simplecheckout_button_confirm {
    color: #fff;
}

.simplecheckout input {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .block_1_of_2 {
        width: 50%;
        float: left;
    }
    .block_1_of_3 {
        width: 33.33333333%;
        float: left;
    }
    .block_2_of_3 {
        width: 66.66666666%;
        float: left;
    }
    .block_1_of_4 {
        width: 25%;
        float: left;
    }
    .block_3_of_4 {
        width: 75%;
        float: left;
    }

    iframe#u_tube {
        width: 640px;
        height: 360px;
    }
}

.insert_content {
    margin: 15px 0;
}

div.insert_content .row {
    margin: 30px 0;
}

img {
    max-width: 100%;
    align-self: center;
}

.mfp-content .mfp-figure:after {
    background: #fff;
}

.otg-style-slider img {
    display: block;
}



.container .row {
    margin: 0;
}

div#pay_methods_imgs {
    display: flex;
}

div#cart.btn-block {
    /*width: auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
    background-image: radial-gradient(circle farthest-corner at 100px 50px, #027502, #8ebf17);
    background: #00B75F;*/
}

#cart.open > .btn:hover {
    color: #fff;
}

#cart.open > .btn {
    color: #fff;
}

.just_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div#search:hover input.form-control.input-lg, #search input.form-control.input-lg:focus {
    /*width: 100%;
    border-width: 1px;*/
}

button.btn.search-to-open {
    border: unset;
    background: unset;
}

header {
    /*padding-top: 10px;*/
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}



/*.header-phone {
    padding-top: 6px;
    }*/

#logo, .logo {
    margin-top: 10px;
}

#top-links ul {
    margin-bottom: unset;
}

#top-links .dropdown-menu .dropdown-item:hover {
    background: #00B75F;
}

#top-links .dropdown-menu .dropdown-item:hover a {
    color: #fff;
}

.list-group a {
    text-decoration: unset;
}

.dropdown-item.active, .dropdown-item:active, .bg-green {
    background-color: #00B75F;
}

.bg-dark-grey {
    background-color: #333333;
}

.bg-light-grey {
    background-color: #eee;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #00B75F;
    border-color: #00B75F;
}

.nav-buttons > a, .nav-buttons > button,  .nav-buttons > div {
    color: #000;
    margin: 0 10px 0 !important;
    padding: unset;
}

.flex-col-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

span#cart-total, span.compare-total {
    color: #fff;
    position: absolute;
    top: -8px;
    left: 15px;
    background: #00B75F;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 2px solid #fff;
    box-sizing: content-box;
    text-align: center;
}



/*#top-links .dropdown-menu.pull-right button, #top-links .dropdown-menu.pull-right a {
    color: #888;
    transition: all .500s;
}
#top-links .dropdown-menu.pull-right button:hover, #top-links .dropdown-menu.pull-right a:hover {
    color: #000;
}

.dropdown-menu.pull-right img {
    width: 50px;
    max-width: unset;
}

#cart .dropdown-menu .table>tbody>tr>td {
    border: 0;
    border-bottom: 1px solid #ddd;
}*/

.table-striped>tbody>tr:nth-of-type(odd) {
    /*background: none;*/
}

.dropdown-menu li > a:hover {
    background: #00B75F;
}

@media (min-width: 991px) {
    #button-cart {
        height: 52px;
    }
}

#button-cart:hover {
    /*background-image: radial-gradient(circle farthest-corner at 100px 50px, #028002, #9ed618);*/
    /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
    /*background-position: unset;*/
    /*border: 1px solid #333;*/
}

.btn-primary:hover {
    background: #03dc74;
}

#content a.btn, a.btn {
    text-decoration: none;
}

#content a.btn-default, a.btn-default {
    color: #000;
}

#content a.btn-primary, a.btn-primary, #content a.btn-danger, a.btn-danger, #content a.btn-info, a.btn-info {
    color: #fff;
}

.btn-danger {
    background: #da4f49;
    text-shadow: none;
    border: none;
}

.btn-primary {
    border-color: #000;
    border: none;
    text-shadow: none;
}

/*    .btn {
        padding: 8.5px 12px;
        border: 1px solid #333;
        box-shadow: none;
    }*/

.btn-clear {
    border: unset;
    background-color: unset;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.ocf-noUi-connect:before,
.ocf-noUi-handle {
    background-color: #00B75F!important;
}

.ocfilter-option label small {
    background-color: unset !important;
    color: #888 !important;
    padding-bottom: unset;
    margin-left: unset !important;
}

.ocfilter-option label small:before {
    content: "(";
}

.ocfilter-option label small:after {
    content: ")";
}

.ocfilter-option label {
    margin-bottom: 5px;
}

.swiper-viewport {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#dropdown-sort a {
    color: #00B75F;
}

#dropdown-sort .dropdown-menu {
    margin-left: -10px;
}

#main-category-nav-right-green {
    /*background-image: linear-gradient(to right, #333333, #00B75F);*/
}
#main-category-nav-left-green {
    /*background-image: linear-gradient(to left, #333333, #00B75F);*/
}

/*.main-category-nav-row {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}*/

.main-category-nav-img{
    position: absolute;
    height: 80%;
    right: 3rem;
    bottom: 2rem;
    transition: ease-in-out 0.3s;
    z-index: 5;
}

.main-category-nav-row a:hover img {
    height: 100%;
}

.main-category-nav-row > div {
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    /*border: 1px solid #eee;*/
}

@media (max-width: 767px) {
    /*.main-category-nav-row > div {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    .main-category-nav-row {
        box-shadow: none;
    }*/
}



.main-category-nav-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}





@media (max-width: 767px) {

    #main-category-nav-left-green {
        /*background-image: linear-gradient(to right, #333333, #00B75F);*/
    }




    .main-category-nav-img {
        bottom: .5rem;
        left: 1rem;
    }
    #cart:hover > ul.dropdown-menu.pull-right {
        display: none;
    }
    div#main-menu {
        width: 100vw;
        border: unset;
    }

    div#menu_back {
        height: 0px;
        border: unset;
    }
}

@media (max-width: 991px) {
    div#menu_wrap, div#main-menu-button {
        padding: unset;
        height: 0px;
    }
    header .container {
        margin: unset;
        max-width: unset;
    }
}

footer {
    box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -3px 6px rgba(0,0,0,0.23);
    border: 0;
}

footer i.fab {
    font-size: 24px;
}



footer a.footer-link {
    /*border-bottom: 1px solid rgba(204, 204, 204, .6);*/
}

.flex-to-center {
    display: flex;
    justify-content: center;
}

.dropdown.account-button .dropdown-menu {
    left: auto;
    top: 100%;
    right: 0;
}

a.account-button.dropdown-toggle::after {
    content: none;
}

.row_1_of_2 {
    width: 50%;
}

.row_1_of_3 {
    width: 33.33333333%;
}

.row_2_of_3 {
    width: 66.66666666%;
}

.row_1_of_4 {
    width: 25%;
}

.row_3_of_4 {
    width: 75%;
}

#first_block .row_1_of_4 {
    width: 10%;
}

#first_block .row_3_of_4 {
    width: 90%;
}

@media (max-width: 767px) {
    .row_1_of_2, .row_1_of_3, .row_2_of_3, .row_1_of_4, .row_3_of_4 {
        width: initial;
    }
}

/* ------------------ max width corrects ------------------  */

/*.container#common-home div#content, .container#common-home div#content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    }*/

/*.container#common-home {
    width: 100%;
    padding: 0;
    max-width: unset;
    }*/

/*div#content > div > div {
    padding: 0 15px;
    }*/

/*.container#common-home div#content div.swiper-viewport {
    display: block;
}

div#content div.swiper-viewport .swiper-container {
    width: auto;
    padding: 0;
    }*/

/*@media (max-width: 320px) {
    .container#common-home div#content > div > div, .container#common-home div#content > div > div.row_full_width > div, .container#common-home div.swiper-viewport, #carousel0 {

    }
    }*/

/* Landscape phones and smaller */
/*@media (max-width: 480px) {
    .container#common-home div#content > div > div, .container#common-home div#content > div > div.row_full_width > div, .container#common-home div.swiper-viewport, #carousel0 {

    }
    }*/

/* Landscape phones and portrait tablets */
/*@media (max-width: 767px) {
    .container#common-home div#content > div > div, .container#common-home div#content > div > div.row_full_width > div, .container#common-home div.swiper-viewport, #carousel0 {

    }
    }*/

/* Portrait tablets and small desktops */
/*@media (min-width: 768px) {
    .container#common-home iv#content > div > div, .container#common-home div.swiper-viewport, #carousel0 {
        width: 750px;
    }
    }*/

/* Portrait tablets and medium desktops */
/*@media (min-width: 992px) {
    .container#common-home div#content > div > div, .container#common-home div#content > div > div.row_full_width > div, .container#common-home div.swiper-viewport, #carousel0 {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container#common-home div#content > div > div, .container#common-home div#content > div > div.row_full_width > div, .container#common-home div.swiper-viewport, #carousel0 {
        width: 1180px;
    }
    }*/

/* Large desktops and laptops */
/*@media (min-width: 1350px) {
    .container#common-home div#content > div > div, .container#common-home div#content > div > div.row_full_width > div, .container#common-home div.swiper-viewport, #carousel0 {
        width: 1330px;
    }
    }*/
/* ------------------ max width corrects ends ------------------  */

.row_full_width {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.container#common-home div#content .row_full_width {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
}

div#content div#first_block {
    min-height: 70vh;
    align-items: center;
    /*    background-image: url(https://gnk-store.ru/image/catalog/post-content/back-left-goals-min.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;*/
    box-shadow: 0 -2px 10px rgba(0,0,0,0.10), 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    padding-left: 15%;
}

div#content div#second_block, div#content div#third_block, div#content div#fourth_block, div#content div#fifth_block {
    display: flex;
    align-items: center;
    min-height: 70vh;
}

div#content div#third_block, div#content div#fourth_block, div#content div#fifth_block {
    min-height: 30vh;
}

.container#common-home div#content div#third_block {
    flex-direction: column;
    justify-content: center;
}

div#content div#third_block h2 {
    font-size: 30px;
}

.container#common-home div#content div#third_block p {
    font-size: 21px;
    text-align: center;
}

@media (max-width: 767px) {
    div#content div#second_block, div#content div#third_block, div#content div#fourth_block, div#content div#fifth_block {
        flex-direction: column;
        justify-content: center;
    }
    #top-links ul {
        margin-bottom: unset;
    }
}

.in-row-column {
    display: flex;
    flex-direction: column;
}

.in-row-row {
    display: flex;
    flex-direction: row;
}

.empty {
    height: 100%;
}

div#content div#first_block:before {
    content:'';
    background-image: url(https://gnk-store.ru/image/catalog/post-content/back-left-goals-min.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    min-height: 70vh;
    left: 0;
    z-index: -99;
}

@media (max-width: 767px) {
    div#content div#first_block:before {
        background-size: cover;
        position: absolute;
        width: 10%;
    }
    .header-phone p, .header-phone span {
        display: none;
    }
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: initial;
    }
}

#cart td.text-left {
    min-width: 150px;
}

/*#cart td.text-center img {*/
/*    min-width: 50px;*/
/*}*/

.alert-dismissable .close, .alert-dismissible .close {
    right: 0;
}

@media (min-width: 768px) {
    #second_block, #third_block, #fourth_block, #fifth_block {
        margin: 20px 0;
    }
    #second_block div, #third_block div, #fourth_block div, #fifth_block div {
        margin: 0 20px;
    }
}

.container#common-home div#content .over-container-width {
    margin-left: calc(-50vw + 50%) !important;
    position: relative;
    width: 100vw;
}

div#third_block {
    background-image: url(https://gnk-store.ru/image/catalog/post-content/sdfsdgdsewf4tfds-min.jpg);
    background-size: cover;
}

li.old_price span {
    width: 100%;
    display: block;
}

li.old_price span {
    color: #ff0000;
    font-size: 20px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

li.actual_price h2 {
    font-size: 28px;
    border: 1px solid;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

.product-thumb .price-tax {
    display: none;
}

.swiper-slide-active img {
    margin: auto;
}

#product-category.container p.description, #product-search.container p.description {
    overflow: hidden;
    height: 60px;
}

#product-category.container p.price, #product-search.container p.price {
    line-height: 50px;
}

.container#common-home div#content .owl-controls.clickable {
    width: unset;
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
        max-width: 1370px;
        width: 1260px;
        max-width: 1280px;
    }

}

@media (min-width: 1600px) {
    .container {
        width: 1470px;
        max-width: 1470px;
    }

}

.pay-with-card-description {
    font-size: 18px;
}

/*Filter modal window*/

#filtersModal .modal-content {
    margin: unset;
    border: unset;
}

#filtersModal .modal-dialog {
    float: right;
    margin: unset;
}

a#asideDropdownLink {
    position: absolute;
    right: 0;
    z-index: 1;
    padding-right: 15px;
    color: #00B75F;
}

.ocfilter-option .ocf-option-values .dropdown-menu {
    position: absolute;
    transform: initial !important;
    top: unset !important;
    left: 0px;
    will-change: transform;
}

.copmare-wrap {
    position: fixed;
    top: 20%;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
    z-index: 1000;
    right: 0;
    padding: 10px;
}

.copmare-wrap a{
    color: #000;
    text-decoration: underline;
}



.btn-primary {
    background: #00B75F;
}

.testimonial-testimonial #content a {
    color: #00B75F;
    text-decoration: underline;
}

.testimonial-testimonial #content a:hover {
    color: #009c51;
}

footer i.fa-3x {
    font-size: 3em;
}

footer i.fa-4x {
    font-size: 4em;
}

.footer-img-icon {
    height: 50px;
    padding-bottom: 1px;
    margin: .5rem!important;
}


.product-thumb .image .corner_0 {
    /*    width: 100px;*/
}

.sale-menu {
    /*background: #ffd400;*/
    /*background: #dc0000;*/
}

.mobile-sale-menu a, #menu .nav > .sale-menu > a {
    /*color: #fff;*/
    /*font-weight: bold;*/
}

.mobile-sale-menu {
    height: 40px;
    justify-content: center;
    align-items: center;
}

.attention {
    background: #ffd400;
    border: 1px solid #000;
    padding: 30px 10px;
    flex-direction: column !important;
    align-items: center;
}

.attention p {
    text-align: center;
    line-height: normal;
}

p.attention-1 {
    font-size: 28px;
    font-weight: bold;
}

p.attention-3 {
    font-size: 24px;
    font-weight: bold;

    white-space: pre-wrap;
}

.attention a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    line-height: normal;
    color: #00B75F;
}

.attention a:hover {
    color: #00d06c;
}

@media (max-width: 767px) {
    .attention {
        padding: 10px 5px;
    }
    .attention p {
        line-height: 12px;
        margin-bottom: 10px;
    }
    p.attention-1 {
        font-size: 14px;
    }

    p.attention-3 {
        font-size: 12px;
        margin-bottom: unset;
    }

    p.attention-2, p.attention-4 {
        font-size: 12px;
    }
    p.attention-4 {
        margin-bottom: unset;
    }

    .attention a {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

div#simplecheckout_customer label, div#simplecheckout_shipping_address label {
    display: none !important;
}

div#simplecheckout_customer .row-customer_register label {
    display: inline-block !important;
}

.simplecheckout-left-column, .simplecheckout-right-column {
    /*border: 1px solid #eee;*/
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.simple-content .checkout-heading.panel-heading {
    background: unset;
    font-size: 20px;
    font-weight: bold;
}

.simplecheckout-step #simplecheckout_comment .simplecheckout-block-content {
    padding: 0 15px !important;
}

div#simplecheckout_cart .quantity button {
    background: unset;
    border: unset;
    color: #000;
    text-shadow: none;
}


input.form-control.input-lg {
    /*font-size: 18px;*/
}

.btn.focus, .btn:focus {
    box-shadow: unset;
}

.alert.alert-success {
    background: #7ACC00;
    color: #fff;
    border: unset;
    border-radius: 50px;
    font-weight: 500;
    line-height: 24px;
    width: fit-content;
    margin: auto;
}

.alert.alert-success a {
    color: #fff;
}

.alert button {
    margin-left: 10px;
    color: #fff;
    border: none;
    background: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.alert button:focus, .alert button:hover {
    text-decoration: none;
    opacity: .75;
}

table.size-table {
    text-align: center;
    table-layout: fixed;
    clear: both;
}

table.size-table tr:hover {
    background-color: #c7ffe4;
}

table.size-table th:hover {
    background-color: #00B75F;
    color: #fff;
}

a.size-table-link:not([href]):not([tabindex]), a.size-table-link {
    color: #888;
    text-decoration: underline;
    transition: all .5s;
}

a.size-table-link:not([href]):not([tabindex]):hover {
    color: #03dc74;
}


.mh50vh {
    min-height: 50vh;
}

.w100vw {
    width: 100vw;
}

.product-card-more {
    height: 418px;
}

.youtube {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*position: relative;*/
    /*display: inline-block;*/
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    background-size: cover;
}
.youtube .play {
    background: url('/image/catalog/icon/youtube-play-btn.png') no-repeat; /*Ð’ÐÐ–ÐÐž: Ð·Ð´ÐµÑÑŒ ÑƒÐºÐ°Ð¶Ð¸Ñ‚Ðµ Ð°Ð´Ñ€ÐµÑ Ð´Ð¾ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}

/*#top-links .dropdown-menu a {
    margin: unset;
    padding: .25rem 1.5rem;
}*/

.mw-w-unset {
    max-width: unset;
    width: unset;
}

#product-page .main-product-image {
    max-width: 500px;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    /*    #product-page .main-product-image {
            width: 100%;
            height: auto;
        }*/
}

/* flag start */
#countries {
    position: relative;
}
#countries.load:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 150"><path fill="none" stroke="%23FF1B11" stroke-width="6" stroke-linecap="round" stroke-dasharray="300 385" stroke-dashoffset="0" d="M275 75c0 31-27 50-50 50-58 0-92-100-150-100-28 0-50 22-50 50s23 50 50 50c58 0 92-100 150-100 24 0 50 19 50 50Z"><animate attributeName="stroke-dashoffset" calcMode="spline" dur="2" values="685;-685" keySplines="0 0 1 1" repeatCount="indefinite"></animate></path></svg>');
    z-index: 3;
}
#countries.load:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffcc;
    z-index: 1;
}
#countries .iti__country-container {
    width: 100%;
    padding: 0.375rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#countries .iti__dial-code {
    display: none;
}

#countries button {
    background: none;
}

#countries .iti__country-container {
    position: initial !important;
}

#countries input.iti__tel-input {
    display: none;
}

#countries .iti__dropdown-content {
    width: 100% !important;
}

#countries #selected-country {
    color: #000;
    padding-left: 10px;
}
#countries .iti__globe {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 420 420"><path fill="none" stroke="%23000" stroke-width="20" d="M226 17a474 333 0 0 1 0 387M59 333a260 260 0 0 1 302 0M197 15a477 336 0 0 0 0 390m12-390a195 195 0 1 0 2 0zm1 0v390m195-195H15M59 93a260 260 0 0 0 302 0m0 237"/></svg>');
}
/* flag end */

.multibuy-sticker {
    background: #333AFF;
    opacity: 1;
    color: #fff;
    border-radius: 8px;
    padding: 8px 19px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
#multibuy-tooltip {
    border: 1px solid #fff;
    border-radius: 100px;
    width: 20px;
    background: #fff;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 600;
    opacity: 1;
    position: relative;
    line-height: 1;
}
