@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-ExtraLight.woff2') format('woff2'),
    url('/fonts/montserrat/Montserrat-ExtraLight.woff') format('woff'),
    url('/fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-Light.woff2') format('woff2'),
    url('/fonts/montserrat/Montserrat-Light.woff') format('woff'),
    url('/fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('/fonts/montserrat/Montserrat-Regular.woff') format('woff'),
    url('/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
    url('/fonts/montserrat/Montserrat-Medium.woff') format('woff'),
    url('/fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
    url('/fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
    url('/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
    url('/fonts/montserrat/Montserrat-Bold.woff') format('woff'),
    url('/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
    url('/fonts/montserrat/Montserrat-ExtraBold.woff') format('woff'),
    url('/fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-Black.woff2') format('woff2'),
    url('/fonts/montserrat/Montserrat-Black.woff') format('woff'),
    url('/fonts/montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

* {
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
}

html {
    font-size: 62.5%;/* 10px*/
    overflow-x: hidden;
    height: 100%;
}

body {
    height: 100%;
    background: #FEFEFE;
}

.delete-scroll {
    overflow: hidden!important;
}

body::-webkit-scrollbar-track {border-radius: 4px;}
body::-webkit-scrollbar { background:transparent; width: 4px;}
body::-webkit-scrollbar-thumb {border-radius: 4px; background: #01a29d;}
body:hover::-webkit-scrollbar-thumb {background:#01a29d;}

.btn-main {
    color:#ffffff;
    background:#00b5af;
    font-weight: 600;
    transition: .3s;
    padding: 12px 20px 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
}

.btn-main > img {
    width: 25px;
    display: inline-block;
}

.btn-main:hover {
    background: #01a29d;
    cursor: pointer;
    text-decoration: none;
    color:#ffffff;
}

.top-menu {
    background-color: #f1f1f1;
    width: 100%;
    margin-bottom: 15px;
}

.top-menu a {
    color: #01a29d;
    font-size: 15px;
    padding: 10px 0;
    transition: all .3s;
}

.top-menu a:hover, .top-menu a:active {
    background-color: #01a29d;
    color: #fff;
}

.top-menu a.active {
    background-color: #01a29d;
    color: #fff;
    border: 0;
}


.header-top {
    position:fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.header-top > div {
    background: #3c3c3b;
    transition: .4s;
}

.top-active-item {
    background: #01a29d!important;
}

.header-top > div:hover {
    background:#01a29d;
}

.header-top strong {
    display: block;
    color: #ffffff;
    font-weight: 400;
    margin-top: 1px;
    font-size: 10px;
}

.header-top a {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-top a:hover {
    text-decoration: none;
}

.header-top a img {
    display: block;
    width: 19px;
    height: 19px;
    filter: invert(100%) brightness(2000);
    margin: 0 auto;
}
.header-top-dropdown button {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 10px 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    outline: none;
}

.header-top-dropdown button strong {
    display: block;
    color: #ffffff;
    font-weight: 400;
    margin-top: 1px;
    font-size: 10px;
}

.header-top-dropdown button img {
    display: block;
    width: 19px;
    height: 19px;
    filter: invert(100%) brightness(2000);
    margin: 0 auto;
}


.header-top-dropdown .dropdown-menu {
    border: 0;
    font-size: 1.4rem;
    color: #ffffff;
    padding: 7px 18px 10px 12px;
    background: #fff;
    background-clip: padding-box;
    border-color: #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    text-align: left;
}

.header-top-dropdown .dropdown-menu a{
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}


.header-top-dropdown .dropdown-item {
    border: 0;
    color: #ffffff;
    padding: 5px;
    background:transparent;
}

.header-top-dropdown .dropdown-item span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #111111;
    transition: .1s;
}

.header-top-dropdown .dropdown-item:hover span {
    color: #01a29d;
}

.header-top-dropdown .dropdown-item:active {
    background: transparent;
    color: #01a29d;
}

.header-top-dropdown .dropdown-item:active img {
    background: transparent;
    color: #01a29d;
    filter: invert(45%)
}

.header-top-dropdown .dropdown-menu img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transition: .3s;
    filter: invert(0) sepia(91%) saturate(319%) hue-rotate(164deg) brightness(100%) contrast(92%);
}

.header-top-dropdown .dropdown-item:hover img {
    transition: .3s;
    filter:invert(50%) sepia(91%) saturate(319%) hue-rotate(55deg) brightness(100%) contrast(92%);
}

.header-top-dropdown .dropdown-item {
    transition: .3s;
}

.shopping-cart-top {
    position: relative;
}

.shopping-cart-top span {
    position: absolute;
    top: 2px;
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    width: auto;
    height: auto;
    min-width: 20px;
    min-height: 19px;
    padding: 4px 2px 2px 2px;
    background: #FF0000;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}

.navbar {
    background: #FEFEFE;
    padding-top:5px;
    padding-bottom: 5px;
}

.logo {
   transition: .3s;
    display: inline-block;
    will-change: transform;
}

.logo img {
    width: 100px;
    margin-top: 9px;
}

.logo:hover {
    opacity: .7;
}

.social-contacts img {
    display: inline-block;
    width: 15px;
}

.social-contacts button {
   transition: .3s;
}

.social-contacts button img {
    width: 24px;
    display: inline-block;
    /*filter: invert(40%) sepia(91%) saturate(319%) hue-rotate(59deg) brightness(98%) contrast(92%);*/
}

.social-contacts button:hover  {
    filter:invert(100%) brightness(0%);
}

.shopping-cart,.social-contacts {
   margin: 0 3px;
}

.nav-element img {
    width: 25px;
    margin-left: 5px;
    margin-right: 5px;
    transition: .3s;
}

.nav-element:hover img {
   filter:  brightness(20%);
}

.shopping-cart img {
    transition: .3s;
}

.shopping-cart span {
    display: inline-block;
    transition: .3s;
}

.shopping-cart span:hover {
    cursor: pointer;
}

.shopping-cart {
    position: relative;
}

#cart-count {
    position: absolute;
    top: -15px;
    right: -6px;
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    text-align: center;
    width: auto;
    height: auto;
    min-width: 20px;
    min-height: 20px;
    padding: 4px 2px 2px 2px;
    background: #FF0000;
    color: #ffffff;
    border-radius: 50%;
}

.navbar .dropdown button {
    background:transparent;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    outline: none;
}

.navbar .dropdown-menu {
    border: 0;
    font-size: 1.4rem;
    color: #ffffff;
    padding: 10px 18px 10px 12px;
    background: #fff;
    background-clip: padding-box;
    border-color: #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
}

.navbar .dropdown-item {
    border: 0;
    color: #ffffff;
    padding: 10px 5px;
    background:transparent;
}

.navbar .dropdown-item span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #111111;
    transition: .1s;
}

.navbar .dropdown-item:hover span {
    color: #01a29d;
}

.navbar .dropdown-item:active {
    background: transparent;
    color: #01a29d;
}

.navbar .dropdown-item:active img {
    background: transparent;
    color: #01a29d;
    filter: invert(45%)
}

.navbar .dropdown-menu img {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transition: .3s;
    filter: invert(0) sepia(91%) saturate(319%) hue-rotate(164deg) brightness(100%) contrast(92%);
}

.navbar .dropdown-item:hover img {
    transition: .3s;
    /*filter:invert(50%) sepia(91%) saturate(319%) hue-rotate(55deg) brightness(100%) contrast(92%);*/
    transform: translateX(-3px);
}

.navbar .dropdown-item {
    transition: .3s;
}

.navbar-toggler {
    position: relative;
    width: 45px;
    height: 45px;
    outline: none;
}

.navbar-toggler:active,.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    color:#01a29d;
    width: 30px;
    height: 2px;
    background: #01a29d;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top:-1px;
    margin-left:-15px;
    opacity: 1;
    transition: .1s;
}

.navbar-toggler:before {
    content: '';
    color:#01a29d;
    width: 30px;
    height: 2px;
    background: #01a29d;
    position: absolute;
    top:30%;
    left: 50%;
    margin-left:-15px;
    transition: .2s;
}

.navbar-toggler:after {
    content: '';
    color: #01a29d;
    width: 30px;
    height: 2px;
    background: #01a29d;
    position: absolute;
    bottom:30%;
    left: 50%;
    margin-left:-15px;
    transition: .2s;
}

.navbar-toggler.btn-active-menu .navbar-toggler-icon {
    opacity: 0;
}

.navbar-toggler.btn-active-menu:before {
    top:47%;
    left: 50%;
    transform: perspective(1px) translateZ(0) rotate(45deg);
}

.navbar-toggler.btn-active-menu:after {
    height: 2px;
    bottom: 48%;
    transform: perspective(1px) translateZ(0) rotate(-45deg);
}

.search {
    color: #4083b8;
    position: relative;
}

#btn-input {
    top: 50%;
    right: 63px;
    transform: translateY(-50%);
    width: 250px;
    position: absolute;
    background: #101010;
}

.search span {
    display: inline-block;
    background: rgba(255,255,255,.2);
    border-radius: 40px;
    padding: 7px 7px;
    transition: .3s;
}

.search span:hover {
    cursor: pointer;
    background: rgba(255,255,255,1);
}

.search span img {
    width: 24px;
    display: inline-block;
    /*filter: invert(53%) sepia(52%) saturate(604%) hue-rotate(65deg) brightness(93%) contrast(85%);*/
}

.search input, .search input:focus {
    width: 250px;
    border: 3px solid #4199de;
    padding: 4px 15px;
    font-size: 1.6rem;
    border-radius: 50px;
    color: #B5B5B5;
    opacity: 0;
    transition: .3s;
}

.search-text {
    padding: 10px 25px;
    background: #00b5af;
    color: #ffffff;
    border-radius: 2px 5px 5px 0px;
    transition: .3s;
    font-size: 13px;
}

.search-text:hover {
    background: #01a29d;
}

.search-xs {
    border: 0;
}

.search-xs .img-search-lg {
    margin-left: 30px;
    width: 20px;
    opacity: .9;
    transition: .3s;
}

.btn-search-xs:hover{
    filter: invert(53%) sepia(52%) saturate(604%) hue-rotate(65deg) brightness(93%) contrast(85%);
}

.opacity-search {
    opacity: 1!important;
    width: 250px;
    top:50%;
    right: 50px;
    transform: translateY(-50%);
}

.search input::placeholder, .search-xs input::placeholder {
    color:#B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input::placeholder, .search-xs input::placeholder {
    color: #B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input:-ms-input-placeholder, .search-xs input:-ms-input-placeholder  {
    color: #B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input::-ms-input-placeholder, .search-xs input::-ms-input-placeholder{
    color: #B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input::-webkit-input-placeholder, .search-xs input::-webkit-input-placeholder {
    color:#B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input:-moz-placeholder, .search-xs input:-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.search input::-moz-placeholder, .search-xs input:-moz-placeholder {
    color:#B5B5B5;
    opacity: 1;
    font-size: 14px;
}

.navbar-collapse {
    margin-left: 15px;
    position: fixed;
    z-index: 1000;
}

.navbar-collapse li {
    margin-right: 10px;
    margin-top: -5px;
}

.navbar-collapse a {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #00b5af;
    border-top: 0px solid transparent;
    border-bottom: 4px solid transparent;
    transition: .3s;
}

.active-item {
    border-bottom: 4px solid #01a29d!important;
    color:#01a29d!important;
}

.navbar-collapse a:hover {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #01a29d;
    border-bottom: 4px solid #01a29d;
}

.left-side > div {
    display: inline-block;
}

.phone-xs {
    background: rgba(46, 126, 34, .1);
    padding: 5px;
}
.phone-xs > div {
    display: inline-block;
    vertical-align: middle;
}

.phone-xs > div img {
    width: 30px;
}

.phone-xs > div strong {
    display: block;
    font-size: 14px;
}

.phone-xs > div span {
    display: block;
    font-size: 14px;
}

.phone-xs > div a {
    display: block;
    font-size: 12px;
    color:#000000;
    border-bottom: 1px solid transparent;
}

.phone-xs > div a:hover {
    text-decoration: none;
    color:#000000;
    font-size: 12px;
    border-bottom: 1px solid #000000;
}

.time {
    margin-top: 10px;
    padding: 5px;
    border: 2px solid rgba(46, 126, 34, .08);
}

.time > div {
    display: inline-block;
    vertical-align: middle;
}

.time > div img {
    width: 30px;
}

.time > div strong{
    display: block;
    font-size: 14px;
}

.time > div span {
    display: block;
    font-size: 14px;
}

.categories {
    margin-top: 0;
    background: #3c3c3b;
    padding-left:0;
    padding-right:0;
    margin-bottom: 14px;
}

.categories-block {
    background: #3c3c3b;
    position: relative;
}

.categories-block:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 30px;
    width: 1px;
    background: rgba(255,255,255,0.4);
    transform: translateY(-50%);
}

.categories-block:last-child:after {
    width: 0;
    height: 0;
}

.categories-block a {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    transition: .4s;
    padding-top: 14px;
    padding-bottom: 13px;
}

.categories-block a:hover, .categories-block a.active {
   text-decoration: none;
    background: #01a29d;
}

.banner {
    margin-top: 5px;
}

.sale {
    margin-top: 50px;
}

.block-product .more-header img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.block-product .more-header span {
   font-weight: 600;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.more-link a {
    padding-right: 25px;
    position: relative;
    display: inline-block;
    color:#00b5af;
    font-size: 12px;
    font-weight: 600;
    transition: .3s;
}

.more-link a:hover {
    color: #081606;
    text-decoration: none;
}

.more-link a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 4px;
    background: url('/img/icons/arrow-more-b.svg') no-repeat;
    margin-top: -1px;
    background-size: contain;
}

.products-header {
    margin-bottom: 30px;
}

.product-block a {
    display: block;
}

.product-block > div {
    /*background: #ffffff;*/
}

.wrap-product-info {
    padding: 20px 20px 0 20px;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    transition: .3s;
}

.sale-label {
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    background: #ff0000; /* rgb(244, 130, 37) */
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
}

.wrap-img {
    width: 100%;
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media (max-width: 575.98px) {
    .wrap-product-info {
        padding: 10px 10px 0 10px;
    }

    .product-block {
        margin-bottom: 10px!important;
    }

    .product-block:nth-child(n) {
        padding-right: 5px;
        padding-left: 10px;
    }

    .product-block:nth-child(2n) {
        padding-left: 5px;
        padding-right: 10px;
    }
}

/*
.wrap-img {
    overflow: hidden;
    will-change: transform;
}*/

.product-block .wrap-img {
    display: block;
    margin: 0 auto;
    transition: .4s;
    will-change: transform;
}

.product-block  {
    margin-bottom: 30px;
}

/*
.product-block:hover .wrap-img {
    transform: perspective(1px) translateZ(0) scale(1.14);
}*/

.product-block:hover .wrap-product-info {
    border: 1px solid #01a29d;
    transition: .3s;
}

.product-block:hover .product-btns .product-more {
    text-decoration: none;
    background: #01a29d;
    cursor: pointer;
}

.products-type {
    margin-top: 5px;
}

.products-type span {
    display: inline-block;
    padding: 3px 10px;
    background: linear-gradient(90deg, #00b5af -3.07%, #01a29d 95.07%);
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 9px;
    color:#FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 3px;
}

.products-type span.green {
    background: linear-gradient(90deg, #46A638 -3.07%, #2E7E22 95.07%);
}

.product-block-header {
    display: block;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    min-height: 48px;
}

.product-block-header span {
    background-color: #eeeeee;;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

#search-input-xs {
    border-radius: 0;
}

.product-price {
    margin-bottom: 15px;
    margin-top: 10px;
}

.product-price strong {
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    color: #000000;
}

.product-price span {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    color: #9F9F9F;
    position: relative;
}

.product-price span:before {
    content: '';
    position: absolute;
    top:50%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #FF0000;
    transform: rotate(9deg);
}

.product-btns {
    margin-top: -2px;
}

.product-btns .product-more {
    width: 90%;
    padding: 13px;
    background: #00b5af;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 19px;
    transition: 0.3s;
    border-radius: 5px 0 1px 5px; /* Вариант */
}

.product-btns .product-more:hover {
    text-decoration: none;
    background: #01a29d;
    cursor: pointer;
}

.product-btns .product-favorite {
    cursor: pointer;
    width: 50px;
    padding: 10px;
    background: #01a29d;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: .3s;
    border-radius: 1px 6px 6px 0; /* Вариант */
}

.product-btns .product-favorite img {
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top:50%;
    left: 50%;
    transition: .3s;
    transform: translate(-50%,-50%) perspective(1px) translateZ(0);
}

.product-btns .product-favorite:hover {
    background: #01a29d;
    transition: .3s;
}

.product-btns .product-favorite:hover:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    filter: invert(100%);
    top:50%;
    left: 50%;
    background: url('/img/icons/heart-cover.svg') no-repeat;
    background-size: contain;
    transform: translate(-50%,-50%) perspective(1px) translateZ(0)!important;
    transition: .3s;
}

#product-more-info {
    width: 100%;
    padding: 13px;
    background: #00b5af;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 19px;
    transition: all 0.3s;
    border-radius: 5px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

#product-more-info:hover {
    background: #01a29d;
    cursor: pointer;
}

#product-count-block {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

#product-count {
    background-color: #f1f1f1;
    border: 0;
    border-radius: 6px;
    display: inline-block;
    padding: 11px;
    text-align: center;
    vertical-align: center;
    width: 100%;
}

#product-count:active, #product-count:focus {
    border: 0;
    outline: none;
}

#product-count-minus, #product-count-plus {
    position: absolute;
    color: #fff;
    font-size: 24px;
    width: 50px;
    padding: 5px 10px;
    background: #00b5af;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}

#product-count-minus {
    border-radius: 6px 0 0 6px;
    left: 0;
}

#product-count-plus {
    border-radius: 0 6px 6px 0;
    right: 0;
}

#product-count-minus:hover, #product-count-plus:hover {
    background-color: #01a29d;
    cursor: pointer;
}

.active-favorite {
    position: relative!important;
}

.active-favorite:before {
    content: ''!important;
    position: absolute!important;
    width: 16px!important;
    height: 16px!important;
    filter: invert(100%)!important;
    top:50%!important;
    left: 50%!important;
    background: url('/img/icons/heart-cover.svg') no-repeat!important;
    background-size: contain!important;
    transform: translate(-50%,-50%) perspective(1px) translateZ(0)!important;
}

#product-inactive {
    width: 90%;
    padding: 13px;
    background: #6B6B6B;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 19px;
    transition: 0.3s;
    border-radius: 5px 0 1px 5px;
    cursor: not-allowed;
}

#product-inactive:hover {
    cursor: not-allowed;
}

.product-btns .product-favorite-inactive {
    background: #888888;
}

.product-btns .product-favorite-inactive:hover {
    background: #777777;
}

.product-desc {
    margin-top: 15px;
}

.bt-gray {
    border-top: 1px solid #f1f1f1!important;
}

.product-desc > div {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-desc > div:last-child {
    border: 0!important;
    margin-bottom: 15px;
}

.product-desc > div strong {
    font-size: 15px;
    margin-bottom: 5px;
}

.product-desc > div p {
    margin-bottom: 15px;
    text-align: left!important;
}

.product-desc > div p:last-child {
    margin-bottom: 0!important;
}

.useful-articles {
    margin-top:  50px;
}

.articles img {
    display: block;
    margin: 0 auto;
}

.articles a {
    display: block;
    transition: .3s;
}

.articles a:hover {
    text-decoration: none;
}

.articles a {
    display: block;
    transition: .3s;
}

.articles a strong {
    display: block;
    color:#111111;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin-top: 20px;
}

.articles a p {
    color:#999999;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    text-align: justify;
}

.article-block  {
    margin-bottom: 30px;
}

.article-img-wrap {
    position: relative;
    overflow: hidden;
}

.article-img-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    transform: translateX(-500px);
    transition: .4s;
    filter: brightness(110%);
}

.article-img-wrap:after {
    content: '';
    position: absolute;
    width: 70px;
    top: 52%;
    left: 87%;
    height: 15px;
    background: url('/img/icons/arrow-more-b.svg') no-repeat;
    transform: translate(750%,-50%);
    background-size: contain;
    transition: .4s;
    z-index: 1;
}

.articles a:hover .article-img-wrap:before{
    transform: translateX(0);
    border-radius: 0;
}

.articles a:hover .article-img-wrap:after {
    transform: translate(-50%,-50%);
}

.abs-more {
    color: #00b5af;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    transform: translateY(-750%) translateX(-50%);
    top: 50%;
    left: 50%;
    transition: .5s;
}

.articles a:hover .abs-more {
    display: block;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
}

.articles a:hover strong {
   color:#00b5af;
}

.articles a {
    display: block;
    transition: .3s;
}

footer {
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 65px;
}

.footer-link {
    border-bottom :4px solid #4083b8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-link ul li {
   display: inline-block;
    margin-right:15px;
}

footer ul {
    padding-left: 0;
    margin-bottom:0;
}

.logo-footer {
    display: block;
    transition: .3s;
}

.logo-footer img {
    display: block;
    width: 90px;
}

.logo-footer:hover {
   text-decoration: none;
    opacity: .5;
}

footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer-pages ul li {
    display: block;
}


footer ul li:last-child {
    margin-right:0;
}

footer ul li a {
    color: #00b5af;
    transition: .3s;
    font-weight: 700;
    /*text-transform: uppercase;*/
    font-size: 11px;
}

footer ul li a:hover {
    text-decoration: none;
    color: #111111;
}

footer ul li a img {
    width:20px;
    filter:none ;
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
    opacity: .9;
}

footer ul li a span {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.5px;
    transition: .3s;
    font-size: 12px;
}

footer ul li a:hover span {
    color: #4083b8;
}

footer .phone-xs, footer .time {
    display: inline-block;
    min-width: 160px;
    max-width: 160px;
}

footer .phone-xs {
    background: none;
}

footer .phone-xs span {
    font-size: 12px;
}

footer .phone-xs img {
    width: 25px;
}

footer .time {
    border: 0;
    margin-top: 0;
}

footer .time strong {
    font-size: 12px;
}

footer .time span {
    font-size: 12px;
}

footer .time img {
    width: 25px;
}

.author {
    border-top: 1px solid #EAEAEA;
    text-align: center;
    opacity: 1;
    margin-top:10px;
    padding-top: 10px;
    background:  #FCFEFF;
}

.author span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}

.author a {
    display: inline-block;
    transition: .2s;
    vertical-align: middle;
}

.author-header a:hover {
    filter: invert(100%) brightness(0);
    text-decoration: none;
}

.author a img {
    width: 80px;
    margin-top: -2px;
}

footer .social {
    margin-top: 5px;
}

.social strong {
    color: #00b5af;
    display: block;
    margin-bottom: 10px;
}

.social a {
    display: block;
    transition: .3s;
}

.social a:hover {
    opacity: .5;
}

footer .author .social img {
    display: block;
    margin: 0 auto;
    width: 25px;
}

.search-toggle {
    margin-top:  0;
    margin-bottom: 20px;
    display: none;
}

.search-toggle .form-control {
    margin-bottom: 0;
    margin: 0;
    padding: 6px 6px 6px 10px;
    font-size: 14px;
    min-height: 37px;
}

.search-open {
    display: block!important;
}

.search-toggle .search-text {
    border-radius: 0;
    padding: 8.6px 25px;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 100px; /* Height of navbar */
        bottom: 0;
        right: 100%;
        width: 100%;
        padding: 20px 10px;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffffff;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        position: fixed;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: .3s;
    }

    .offcanvas-collapse li {
        margin-bottom: 20px;
    }

    .offcanvas-collapse li {
        margin-bottom: 10px;
    }

    .offcanvas-collapse a {
        display: inline-block;
        font-size: 20px;
    }

    .offcanvas-collapse a:hover {
        font-size: 20px;
    }

    .location-menu {
        border-top: 2px solid #1e2e3a;
        margin-top: 0;
    }

    .location-menu strong {
        color: #4083b8;
        padding-top: 15px;
        display: block;
        font-weight: 700;
        font-style: italic;
        letter-spacing: 1px;
    }

    .location-menu span {
        color: #adadad;
        font-weight: 500;
        padding-top: 5px;
        display: block;
        font-style: italic;
        letter-spacing: 1px;
    }

    .social-xs-menu {
        padding: 14px 10px 10px 10px;
        background: rgba(64, 131, 184, 0.32);
        margin-top:20px;
        border-top: 2px solid #1e2e3a;
    }

    .social-xs-menu a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .social-xs-menu a img {
        display: block;
        filter: invert(48%) sepia(91%) saturate(230%) hue-rotate(164deg) brightness(92%) contrast(92%);
    }

    .social-xs-menu a:hover img {
        filter: invert(58%) sepia(91%) saturate(230%) hue-rotate(164deg) brightness(92%) contrast(92%);
    }
}

@media (max-width: 575.98px) {
    .product-price strong {
        font-size: 20px;
    }

    .product-price span {
        font-size: 14px;
    }
}

@media (min-width: 576px) {

    .logo img {
        width: 100px;
    }

    .shopping-cart{
        margin-left: 0px;
        margin-right: 0px;
    }

    .search-xs, .social-xs-menu {
        width: 50%;
    }

    .categories-block a {
        font-size: 14px;
    }
}

@media (min-width: 768px) {

    .navbar-expand-md .navbar-collapse {
        display: none !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .logo img {
        margin-top: 0;
    }

    .navbar {
        padding-top: 10px;
    }

    .search-xs {
        background: #F1F1F1;
        padding: 7px;
        border: 2px solid #F1F1F1;
        margin-top:0;
        border-radius: 4px;
    }

    .search-xs img {
        display: inline-block;
        width: 25px;
    }

    .search-xs span {
        cursor: pointer;
    }

    .search-xs span img {
        width: 35px;
        height: 24px;
        display: inline-block;
    }

    .search-xs input, .search-xs input:focus, .search-xs input:active {
        padding: 0px 15px;
        font-size: 1.6rem;
        color: #111111;
        outline: none;
        border: 0;
        box-shadow: none;
        background: #F1F1F1;
        margin-bottom:0;
    }

    .banner {
        margin-top: 9px;
    }

    .article-img-wrap:after {
        width: 65px;
        top: 52%;
        left: 84%;
    }

    footer {
        padding-bottom: 11px;
    }

    footer .phone-xs, footer .time {
        min-width: 190px;
        max-width: 190px;
    }

    footer .phone-xs span {
        font-size: 13px;
    }

    footer .phone-xs img {
        width: 28px;
        margin-right:8px
    }

    footer .time strong {
        font-size: 14px;
    }

    footer .time strong {
        font-size: 14px;
    }

    footer .time span{
        font-size: 12px;
    }

    footer .time img {
        width: 30px;
        margin-right: 8px;
    }

    footer .logo-footer img {
        width: 160px;
    }

    footer .social {
        margin-left: 20px;
        margin-right: 25px;
    }

}

@media (min-width: 992px) {

    .navbar-collapse li {
        margin-top: -5px;
        margin-right: 15px;
    }

    .logo img {
        width: 220px;
    }

    .navbar-collapse {
        margin-left: 50px;
    }

    .search-xs {
        padding: 0;
        border: 0;
    }

    .banner {
        margin-top: 22px;
    }

    .article-img-wrap:after {
        width: 70px;
    }

    .categories {
        background: #3c3c3b;
        border-radius: 10px;
        margin-top: 10px;
    }

    .categories-block {
        background: #3c3c3b;
        border-radius: 10px
    }

    .categories-block a:hover, .categories-block a.active {
       border-radius: 10px;
    }

    footer ul li {
        margin-right: 40px ;
    }

    footer ul li a {
        font-size: 13px;
    }

    footer .social {
        margin-right: 10px;
    }

    footer .social li {
        margin-right: 10px;
    }
}

@media (min-width: 1440px) {

}
.breadcrumb {
    background: transparent;
    padding-left: 0;
    padding-top:0;
}

.breadcrumb-item a {
    color:#000000;
    transition: .3s;
    border-bottom: 1px solid transparent;
}

.breadcrumb-item a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

.breadcrumb-item.active {
    color: #00b5af;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 20px;
    margin-left: 10px;
    color: #6c757d;
    width: 8px;
    height: 8px;
    content: "";
    margin-top: 8px;
    background: url('/img/icons/arrow.svg') no-repeat;
    background-size: contain;
}

.breadcrumb-home {
   font-weight: 400;
}

.breadcrumb-home img {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

/*Catalog page*/
.filters {
    margin-bottom:  30px;
}

.filter-btn {
    background: #F2F2F2;
    border-radius: 43px;
    border:1px solid #01a29d;
    border-left: 0;
    padding: 0 10px 0 0;
    transition: .3s;
    display: inline-block;
    max-height: 37px;
}

.filter-btn:hover {
    cursor: pointer;
    border:1px solid #224b7e;
    border-left: 0;
}

.filter-btn img {
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(90deg, #00b5af -3.07%, #01a29d 95.07%);
    width: 35px;
    height: 35px;
    padding: 10px;
    margin-left: -2px;
    transition: .3s;
}

.filter-btn:hover img {
    background: linear-gradient(90deg, #388ca6 -3.07%, #224b7e 95.07%);
}

.filter-btn span {
    font-size: 10px;
    text-transform: uppercase;
    color: #01a29d;
    transition: .3s;
    font-weight: 500;
}

.filter-btn:hover span {
   color: #224b7e;
}

.btn-sort  {
    text-align: center;
    margin-top: -14px;
}

.btn-sort span {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #01a29d;
    padding-bottom: 5px;
}

.btn-sort .btn {
    background: #F1F1F1;
    border:0;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 600;
    padding: 14px 20px 7px 20px;
    transition: .3s;
}


.catalog .btn-sort .btn {
    background: #f2f2f2;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    transition: .3s;
}

#filter-order-block {
    min-width: 185px;
}

#filter-order-block img {
    float: right;
    margin-top: 4px;
}

.btn-sort .dropdown-toggle {
    color: #848484;
    position: relative;
}

.btn-sort .btn img {
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(90deg);
    vertical-align: middle;
    margin-top: -1px;
    transition: .3s;
}



.btn-sort .btn-group.show .btn img {
    transform: rotate(-90deg);
    transition: .3s;
}

.btn-sort .btn:after {
    content: '';
    position: absolute;
    top:50%;
    right: 8px;
    background:url('/img/icons/arrow.svg') no-repeat;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-size: contain;
    transform: rotate(90deg);
}

.btn-sort .dropdown-menu {
    width: 100%;
    padding: 0;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.18);
    border: 0;
    border-radius: 5px;
}

.btn-sort .dropdown-menu .dropdown-item {
    padding: 10px;
    font-size: 10px;
    font-weight: 500;
    transition: .3s;
}

.btn-sort .dropdown-menu .dropdown-item:focus {
    background: #01a29d;
    border: 0;
    box-shadow: none;
    outline: none;
}

.btn-sort .dropdown-menu .dropdown-item:hover {
    background: #01a29d;
    border: 0;
    box-shadow: none;
    outline: none;
    color:#FFFFFF;
}
.filters {}

.filter-menu {
    min-height: auto;
    height: auto;
    position: absolute;
    top: 40px;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    width: 99%;
    transition: .5s;
    transform: translate(-3000px);
    border-radius: 5px;
    padding: 10px 20px;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

.filter-menu-active {
    transform: translate(0)!important;
}

/*Filter page*/
.filters {

}
.application-form .form-fish-filter  {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.application-form .form-fish-filter > div {
    padding: 0;
}

.application-form .form-fish-filter > div > div {
    background: transparent;
    padding: 0;
    min-height: 100%;
}

.application-form .form-control::placeholder {
    color:#596390;
    opacity: 1;
}

.application-form .form-control::placeholder {
    color: #596390;
    opacity: 1;
}

.application-form .form-control:-ms-input-placeholder {
    color: #596390;
    opacity: 1;
}

.application-form .form-control::-ms-input-placeholder {
    color: #596390;
    opacity: 1;
}

.application-form .form-control::-webkit-input-placeholder {
    color: #596390;
    opacity: 1;
}

.application-form .form-control:-moz-placeholder {
    color: #596390;
    opacity: 1;
}

.application-form .form-control::-moz-placeholder{
    color: #596390;
    opacity: 1;
}

.application-form .form-fish-filter strong {
    color:#727272;
    margin-top:1rem;
    display: block;
}

.application-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.application-form textarea {
    resize: none;
}

.application-form .checkbox {
    margin-top: 5px;
}

.application-form .checkbox input[type="checkbox"] {
    display: none;
}

.application-form .checkbox label {
    position: relative;
    display: block;
    padding:10px 5px 5px 30px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align:left;
    color: #727272;
    vertical-align: middle;
}

.application-form .checkbox label:hover {
  cursor: pointer;
}

.application-form .checkbox label::before,
.application-form .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.application-form .checkbox label::before {
    height: 20px;
    width: 20px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border: none;
    background: #e0e0e0;
    border-radius: 50%;
}

.application-form .checkbox label::after {
    height: 20px;
    width: 20px;
    background: transparent;
    left: 0;
    top: 9px;
}

.application-form .checkbox input[type="checkbox"] + label::after {
    content: none;
}

.application-form .checkbox input[type="checkbox"]:checked + label::before {
    border: 0;
}

.application-form .checkbox input[type="checkbox"]:checked + label::after{
    background:#01a29d;
    height:20px;
    width: 20px;
    border-radius: 50%;
}

.application-form .checkbox input[type="checkbox"] + label::after {
    content: "";
}

.application-form .checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}

.filter-search {
    margin-top: 5px;
    margin-bottom: 20px;
}

.filter-search label {
    font-size: 1.4rem;
    color: #ffc107;
    font-weight: 700;
}

.filter-search input {
    color:#000000;
    font-size: 1.4rem;
    font-weight: 600;
    border: 2px solid #01a29d;
    border-radius: 0;
    width: 100%;
    padding: 5px;
    box-shadow: none;
    outline: none;
    transition: .3s;
}

.filter-search input:focus {
    border: 2px solid #ffc107;
}

.filter-search span {
    display: inline-block;
    background: #01a29d;
    color: #ffffff;
    margin-top: 10px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 30px;
    transition: .3s;
    border-radius: 20px;

}
.filter-search span:hover {
    cursor: pointer;
    background: #01a29d;
    color: #FFFFFF;
    transition: .3s;
}

.filter-section {
    background: rgba(255,255,255,.3);
    padding-top: 20px;
    padding-bottom: 0;
}

.filter-block {
    margin-bottom: 20px;
}

.filters .dropdown > button {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    background: #e0e0e0;
    color:#808080;
    font-size: 1.2rem;
    font-weight: 700;
    border: 0;
    transition: .3s;
}

.filters .dropdown> button:hover {
    background: #000000;
    color: #ffffff;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #000000;
    border-color: transparent;
    box-shadow: none;
}

.dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none ;
    border: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color:#fff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: transparent;
}

.delete-all {
    color: #000000;
    font-size: 12px;
    font-style: italic;
    transition: .3s;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 500;
}

.delete-all:hover {
    color: #FF0000;
    cursor: pointer;
}

.delete-all img {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.choose-items > span {
    display: inline-block;
    font-size: 1.4rem;
    color: #727272;
    font-weight: 500;
    position: relative;
    padding-left:15px;
    margin-right:10px;
}
.choose-items > span:hover {
    cursor: pointer;
    color: #01a29d;
}

.choose-items > span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top:-5px;
    background: url('/img/icons/close.svg') no-repeat;
}

.accordion .card {
    border: 0;
    background: transparent;
}

.accordion .card-header {
    padding:0;
    border: 0;
    margin-bottom: 1rem;
    background: transparent;
}

.accordion .card-header button {
    padding: 13px 0;
    display: block;
    width: 100%;
    text-decoration: none;
    background: transparent;
    color: #01a29d;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
    outline: none;
    position: relative;
    transition: .3s;
    border-top: 1px solid #f1f1f1;
    margin-top: 0;
}

.accordion .card:first-child .card-header button {
    border-top: 0;
}

.accordion .card-header button:focus {
    outline: none;
    box-shadow: none;
}

.accordion .card-header button:hover {
    color: #000000;
}

.accordion .card-header button:after {
    content: '';
    position: absolute;
    top: 51%;
    right: 10px;
    width: 15px;
    height: 15px;
    margin-top: -5px;
    background: url(/img/icons/arrow.svg)center no-repeat;
    filter: invert(37%) sepia(85%) saturate(490%) hue-rotate(65deg) brightness(88%) contrast(82%);
    transform: rotate(90deg);
    background-size: contain;
}

.accordion .card-header button[aria-expanded=true] {
    background:transparent;
    color: #000000;
    outline: none;
    box-shadow: none;
}

.accordion .card-header button[aria-expanded=true]:after {
    filter: invert(12%) sepia(37%) saturate(6033%) hue-rotate(218deg) brightness(0%) contrast(94%);
    transform: rotate(-90deg);
}

.accordion .card-header a {
    display: block;
    text-align: left;
}

.accordion .card-body {
    margin-top: -14px;
    padding: 0;
}

.accordion .card-body p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 2rem;
    margin-bottom: 0;
}

.accordion .card-body p > span {
    color: #01a29d;
    font-size: 14px;
    font-weight: 500;
}

.accordion .card-body p strong {
    display: block;
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    line-height: 2rem;
}

.accordion .card-body p strong span {
    background:#01a29d;
}

.accordion .card-body p strong:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    clip-path: polygon(75% 0, 100% 2%, 30% 99%, 2% 100%);
    width: 14px;
    height: 23px;
    background: #01a29d;
}

.accordion.accordion-nested .card-header button {
    padding: 5px;
    display: block;
    width: 100%;
    text-decoration: none;
    background: #f0f5ff;
    color: #01a29d;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: left;
    outline: none;
    position: relative;
    transition: .3s;
}

.accordion.accordion-nested .card-header button[aria-expanded=true]:after {
    filter: invert(12%) sepia(37%) saturate(6033%) hue-rotate(218deg) brightness(81%) contrast(94%);
    transform: rotate(-90deg);
}

.accordion.accordion-nested .card-header button[aria-expanded=true] {
    background: #d5dae4;
    color: #01a29d;
    outline: none;
    box-shadow: none;
}

.accordion-nested.accordion .card-header button:after {
    filter: invert(12%) sepia(37%) saturate(6033%) hue-rotate(218deg) brightness(81%) contrast(94%);
}

.accordion.accordion-nested .card-header button[aria-expanded=true]:after {
    filter: invert(12%) sepia(37%) saturate(6033%) hue-rotate(218deg) brightness(81%) contrast(94%);
    transform: rotate(-90deg);
}

.accordion-nested .card-body p {
    font-size: 1.3rem;
    font-weight: 600;
}

.accordion-nested .card-body p strong {
    font-size: 1.3rem;
    font-weight: 600;
}

.accordion-nested .card-body p strong > span {
    font-size: 1.3rem;
    font-weight: 600;
}

@media (min-width: 576px) {

}

@media (max-width: 767px) {
    .filter-menu {
        padding-bottom: 45px;
    }
}

@media (min-width: 768px) {
    .filter-menu {
        width: 50%;
    }

}

@media (min-width: 992px) {
    .filter-menu {
        width: 40%;
    }


}

@media (min-width: 1200px) {
    .filter-menu {
        width: 30%;
    }
}

/*Product cart*/
.product-block {
    text-align: center;
}

.product-cart-info.product-block > div {
    border: 0;
}

.product-cart-info.product-block:hover .product-btns .product-more {
    background: #00b5af;
}

.product-more:hover {
    background-color: #01a29d!important;
}

.product-cart-info.product-block .product-cart-img img {
    display: block;
    margin: 0 auto;
}

.product-cart-info.product-block > strong, .product-cart-info.product-block > h1 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    padding-top: 10px;
    display: block;
}

.product-cart-info.product-block p {
    font-size: 14px;
    color: #747474;
    font-weight: 400;
    text-align: justify;
}

.product-cart-info.product-block .products-type  {
     margin-top: 30px;
}

.product-cart > p {
    font-size: 14px;
    color: #747474;
    text-align: justify;
    margin-top: 0;
    line-height: 25px;
}

.product-cart > p:last-child {
    margin-bottom:0;
}

.product-cart h2 {
    font-size: 16px;
    color: rgb(33, 37, 41);
    font-weight: 700;
}

@media (min-width: 768px) {
    .product-cart-info.product-block .products-type  {
        margin-top: 0;
    }
    .product-block {
        text-align: left;
    }


}

@media (min-width: 992px) {

    .shopping-cart-row {
        border-bottom: 0;
    }

    .product-cart > p {
        margin-top: 10px;
    }

}

@media (min-width: 1200px) {

    .steps-text-left {
        margin-top: 0;
        margin-bottom: 0;
    }

}
/*Shopping cart*/
.shopping-cart-page h1 {
    text-align: center;
    color: #2F2F2F;
    font-weight: 700;
    margin-bottom: 30px;
}

.shopping-cart-page > div {
    margin-top: 20px;
}

.shopping-cart-page > div > h2 {
    padding-left: 15px;
    color:#00b5af;
    background:rgba(67, 162, 54, .05);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}

.shopping-cart-icon {
    position: relative;
}

.shopping-cart-icon-count {
    width:20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -5px;
}

.shopping-cart-icon-count span {
    color: #00b5af;
    font-size: 14px;
    font-weight: 900;
    transform: translate(4px,-2px);
    display: inline-block;
}

.shopping-cart-item {
    padding: 6px 10px 26px 10px;
    border-bottom: 1px solid rgba(5, 152, 213, .2);
    position: relative;
}

.shopping-cart-item:first-child {
    border-top: 1px solid rgba(5, 152, 213, .2);
}

.shopping-cart-item:nth-child(odd) {
}

.shopping-cart-item:last-child {
    border-bottom: 0;
}

.shopping-cart-row {
    position: relative;
}

.shopping-cart-row span {
    font-size: 10px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    color:#979797;
}

.shopping-cart-row strong {
    font-size: 10px;
    display: block;
    text-align: center;
    color: #01a29d;
}

.delete-product {
    transition: .3s;
    display: inline-block;
    border-radius: 50%;
}

.delete-product:hover {
    opacity: .7;
    cursor: pointer;
    transform: rotate(-90deg);
}

.shopping-cart-img > div {
    display: block;
}

.shopping-cart-img {
    margin-bottom: 5px;
}

.cart-img-link {
    transition: .3s;
}

.cart-img-link:hover {
    opacity: .7;
}

.shopping-cart-text-block .text-block-h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #00b5af;
    transition: .3s;
    text-align: left;
}

.shopping-cart-text-block .text-block-h2:hover {
    opacity: .6;
    text-decoration: none;
}

.shopping-cart-text-block > strong {
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 1.6rem ;
    display: block;
    text-align: left;
}

.shopping-cart-text-block > p {
    text-align: left;
}

.shopping-cart-text-block a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding-left: 5px;
    transition: .3s;
}
.shopping-cart-text-block a:hover {
    color: #00b5af;
    text-decoration: none;
}

.shopping-cart-text-block p > strong {
    margin-bottom: 0;
    font-size: 1.8rem ;
    font-weight: 900;
}

.shopping-cart-count {
    background: transparent;
    padding: 0 0;
    border-radius: 23px;
    display: inline-block;
    width: auto;
    border: 0;
}

.shopping-cart-count .qty-value {
    text-align: center;
    background: transparent;
    border:0;
    width: 30px;
    display: inline-block;
    outline:none;
    font-size: 1.2rem;
    color: #00b5af;
    font-weight: 700;
    margin-bottom: 0;
}

.shopping-cart-count img {
    padding: 3px 5px;
    display: inline-block;
    background: transparent;
    transition: .3s;
}

.shopping-cart-count img:hover {
    cursor: pointer;
    transform: translate(2px);
}

.shopping-cart-count img:first-child {
    transform: rotate(180deg);
}

.shopping-cart-count img:hover:first-child {
    cursor: pointer;
    transform: rotate(180deg) translate(2px);
}

.shopping-cart-price strong {
    font-size: 2.3rem;
    font-weight: 900;
    text-align: center;
    display: block;
    margin-top: 1rem;
    color: #00b5af;
}

.shopping-cart-final-price {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.final-price-block {
    background: #ffffff;
    display: block;
}

.final-price-block h2 {
    color: #00b5af;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

.final-price-block strong {
    color: #00b5af;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom:1rem;
    display: inline-block;
    font-weight: 700;
}

.shopping-cart-links {
    margin-bottom: 3rem;
}

.shopping-cart-count img {
    width:22px;
}

.delete-product img {
    width: 15px;
    height: 15px;
}

.btn-return-buy-left-arrow {
    color:#00b5af;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding-left: 0;
    text-decoration: none;
    transition: .3s;
    border-bottom: 1px solid #00b5af;
}

.btn-return-buy-left-arrow:hover {
    color: #22561a;
    text-decoration: none;
    border-bottom: 1px solid #22561a;
}

.shopping-cart-img-block img{
    /*max-width: 120px;*/
    max-height: 120px;
}

.price-shopping h2 {
    display: inline-block;
    font-size: 16px;
    color: #00b5af;
    font-weight: 700;
    background: transparent!important;
}

.price-shopping strong {
    display: inline-block;
    font-size: 16px;
}

.shopping-cart-final-price {
    margin-top: 10px;
}

.final-price-block {
    background: #f1f1f1;
    padding: 20px 20px 27px 20px;
    border-radius: 10px;
}

.final-price-block span {
    display: inline-block;
    color:#000000;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
}

.final-price-block strong {
    display: inline-block;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0;
}

.final-price-block .shopping-cart-final-price {
    margin-top: 0px;
    text-align: right;
}

.final-price-block .btn-main {
    padding: 12px 44px 10px 44px;
    border-radius: 5px;
}

.shopping-cart-page .shopping-type {
    margin-top: 50px;
}


@media (min-width: 768px) {

    .shopping-cart-count .qty-value {
        width: 50px;

    }
}

@media (min-width: 992px) {

    .shopping-cart-row {
        border-bottom: 0;
    }

    .shopping-cart-row span {
        font-size: 14px;
    }

    .shopping-cart-row strong {
        font-size: 14px;
    }

    .shopping-cart-row .qty-value {
        font-size: 14px;
    }

    .shopping-cart-row a {
        font-size: 14px;
    }



}

@media (min-width: 1200px) {

    .steps-text-left {
        margin-top: 0;
        margin-bottom: 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height:auto;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #F1F1F1;
    background-clip: padding-box;
    border: 0;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    box-shadow: none;
    margin-bottom: 10px;
}

 label {
    margin-bottom: 0;
}

.form-control::placeholder {
    color: #B5B5B5;
    opacity: 1;
}

.form-control::placeholder {
    color: #B5B5B5;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #B5B5B5;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #B5B5B5;
    opacity: 1;
}

.form-control::-moz-placeholder{
    color: #B5B5B5;
    opacity: 1;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    background: #F1F1F1;
    border: 0;
    color:#000000;
}

textarea {
    resize: none;
}

.shopping-cart-links {
    position: relative;
}


@media (min-width: 992px) {
    .shopping-final-price{
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;

    }
}

/*Shopping-final page*/
.shopping-final-page .final-price-block .shopping-cart-final-price {
    margin-top: 0px;
    text-align: center;
}

.shopping-final-price {
    background: #F1F1F1;

    border-radius: 10px;
    padding: 20px 20px 32px 20px;
    margin-top: 40px;
}

.shopping-final-price .btn-main {
    margin-top: 30px;
}

.shopping-final-price strong {
    font-size: 28px;
    color:#000000;
    font-weight: 600;
}

.shopping-final-price .row {
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding-top: 20px;
    padding-bottom: 20px;
}

.shopping-final-price .row > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.shopping-final-price span {
    color:rgba(0,0,0,.7);
    font-size: 14px;
}

.shopping-final-price strong {
    color: #00b5af;
    font-weight: 700;
    font-size: 16px;
}

.shopping-final-price > div > strong {
    color: #000000;
    font-size: 28px;
}

.for-pay {
    color:#504F4F!important;
}

.shopping-final-price .btn-main {
    border-radius: 5px;
    padding-top: 10px;
}


.shopping-final-price .for-pay-price {
    font-size: 20px;
}

.shopping-cart-page > div > div > div > h2 {
    padding-left: 15px;
    color:#00b5af;
    font-weight: 700;
    background: rgba(67, 162, 54, .05);
    padding-top: 15px;
    padding-bottom: 15px;

}

.shopping-final-page label{
    color: #00b5af;
}

.shopping-final-page .btn-sort {
    width: 99%;
}

.shopping-final-page .btn-sort .btn-group {
    width: 99%;
    border-radius: 10px;
}

.shopping-final-page .btn-sort .btn {
    border-radius: 5px;
}

.shopping-final-page .btn-sort .header-post {
    text-align: left;
    font-size: 16px;
    color: #00b5af;
    width: 99%;
    display: block;
    margin: 0 auto;
}

.shopping-final-page .checkbox input[type="checkbox"] {
    display: none;
}

.shopping-final-page .checkbox label {
    position: relative;
    display: block;
    padding:10px 5px 5px 30px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align:left;
    color: #727272;
    vertical-align: middle;
}

.shopping-final-page .checkbox label:hover {
    cursor: pointer;
}

.shopping-final-page .checkbox label::before,
.shopping-final-page .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.shopping-final-page .checkbox label::before {
    height: 20px;
    width: 20px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border: none;
    background: #e0e0e0;
    border-radius: 50%;
}

.shopping-final-page .checkbox label::after {
    height: 20px;
    width: 20px;
    background: transparent;
    left: 0;
    top: 9px;
}

.shopping-final-page .checkbox input[type="radio"] + label::after {
    content: none;
}

.shopping-final-page .checkbox input[type="radio"]:checked + label::before {
    border: 0;
}

.shopping-final-page .checkbox input[type="radio"]:checked + label::after {
    background:#01a29d;
    height:20px;
    width: 20px;
    border-radius: 50%;
    top: 50%;
    margin-top: -8px;
}

.shopping-final-page .checkbox input[type="radio"] + label::after {
    content: "";
}

.shopping-final-page .checkbox input[type="radio"]:focus + label::before {
    outline: 0;
}



.br0::before {
    border-radius: 0!important;
}

.shopping-final-page .checkbox input[type="checkbox"] + label::after {
    content: none;
}

.shopping-final-page .checkbox input[type="checkbox"]:checked + label::before {
    border: 0;
}

.shopping-final-page .checkbox input[type="checkbox"]:checked + label::after {
    background:#01a29d;
    height:20px;
    width: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -8px;
}

.shopping-final-page .checkbox input[type="checkbox"] + label::after {
    content: "";
}

.shopping-final-page .checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}





.shopping-final-page .form-check-input {
    display: none;
}

.input-active {
    display:block;
}

.input-active .form-row  {
    width: 90%;
    margin: 0 auto;
}

.input-active .form-row span {
    font-size: 14px;
}

.shopping-final-page .btn-sort .dropdown-menu .dropdown-item {
    font-size: 14px;
}

.form-final .form-check {
    margin-bottom: 20px;
}

.form-final .form-check label {
    margin-bottom: 20px;
}

.form-final .form-group {
    margin-bottom: 0;
}

.form-final .form-control {
    margin-bottom: 0;
}
.order {
    border: 1px solid rgba(5, 152, 213, .2);
}

.delivery {
    border: 1px solid rgba(5, 152, 213, .2);
    padding: 20px 15px 5px 15px;
    border-radius: 10px;
    margin-top: 40px;
}

.delivery h2 {
    margin-bottom: 20px;
}

.shopping-final-page .price-shopping span {
    color: #FF0000;
    font-size: 12px;
}

.shopping-final-page{
    padding-bottom: 30px;
}

.shopping-final-page .form-control{

}

@media (min-width: 992px){
    .shopping-final-price {
        margin-top: 0;
    }

}

/*Page personal page*/
.personal-page ul {
    padding-left: 0;
    margin-bottom: 0;
}

.personal-page ul li {
    list-style: none;
    border-bottom: 1px solid #eeeeee;
}

.personal-page ul li:last-child {
    border-bottom: 0;
}

.personal-page ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#000000;
    transition: .3s;
}

.personal-page ul li a:hover {
    text-decoration: none;
    color: #01a29d;
}

.order-one {
    margin-bottom: 15px;
}

.order-header {
    margin-bottom: 3px;
}

.order-body {
    padding-top: 10px;
}

.order-body .row {
    margin-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.order-body .row:last-child {
    border-bottom: none;
}

.order-one .price-shopping h2 {
    display: inline-block;
    font-size: 12px;
}

.order-one .price-shopping strong {
    display: inline-block;
    font-size: 12px;
}

.delivery-address {
    background: #eeeeee;
    padding: 10px;
}

.delivery-address strong {
    font-size: 12px;
}

.delivery-address p {
    font-size: 12px;
}

.date-delivery {
    margin-top: 15px;
    background: rgba(70, 166, 56, .2);
}

.order-body {
   display: none;
}

.order-header > .row {
    padding: 0 0;
}

.active-block {
    display: block!important;
}

.order-one .order-header > .row {
    padding: 17px 0 0 0;
}

.order-done {
    color:#01a29d!important;
}

.order-process {
    color: #d48731 !important;
}

.personal-list {
    padding-left: 0;
    margin-bottom: 0;
}

.personal-list li {
   list-style: none;
}

.personal-list li a {
  display: block;
}

.personal-list img {
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: .3s;
    position: relative;
}
.personal-list img:after {
    content: '';
    position: absolute;
    top:50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: #eeeeee;
}

.personal-list span {
    color:#000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    transition: .3s;
    margin-left: 5px;
    font-weight: 500;
}

.personal-list li a:hover {
    text-decoration: none;
}

.personal-list li a:hover img {
    filter: invert(5%);

}
.personal-list li a:hover span {
    color: #00b5af;

}
.personal-avatar {
    padding: 15px;
    background: rgba(70, 166, 56, .2);
    margin-bottom: 10px;
}

.personal-avatar span {
    color:#1b1e21;
    border-radius: 10px;
    font-size: 12px;
}

.data-block > .row {
    margin-bottom: 40px;
    border:1px solid #e9e9e9;
    border-radius: 10px;
    padding: 20px;
}

.data-block h2 {
    color:#000000;
    font-weight: 500;
}

.data-block-header {
    margin-bottom: 20px;
}

.data-block > .row > div {

}

.data-block > .row > div span {
    color:#797878;
    font-size: 12px;
    display: block;
}

.data-block > .row > div strong {
    color:#000000;
    font-size: 16px;
    display: block;
    font-weight: 500;
}

.data-block > .row .change {
    color: #00b5af;
    font-weight: 600;
    transition: .3s;
    font-size: 16px;
}

.data-block > .row .change:hover {
    color :#000000;
    cursor: pointer;
}

.order-header > .row {
    padding: 15px 0;
    border-radius: 4px;
}

.order-header > .row .order-arrow img {
    width: 20px;
    height: 20px;
    text-align: right;
    display: block;
    margin: 0 0 0 auto;
    transform: rotate(90deg);
}

.order-header > .row span {
    display: block;
    font-size: 12px;
    color: #797878;
}

.order-header > .row strong {
    display: block;
    font-size: 12px;
    color: #000000;
}

.order-one {
    padding: 0 15px 15px 15px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.order-one:hover {
    cursor: pointer;
}

.order-body.active-block .order-arrow img {

}

.rotate-arrow{
    transform: rotate(-90deg)!important;
}

.personal-list>li.my-active span {
    color:#00b5af;
}

.active-list-item span {
    color:#00b5af!important;
}

.animals-form .checkbox {
    margin-bottom: 5px;
}

.animals-form .checkbox:last-child {
    margin-bottom: 0;
}

.animals-form .checkbox input[type="checkbox"] {
    display: none;
}

.animals-form .checkbox label {
    position: relative;
    display: block;
    padding:10px 5px 5px 30px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align:left;
    color: #727272;
    vertical-align: middle;
}

.animals-form .checkbox label:hover {
    cursor: pointer;
}

.animals-form .checkbox label::before,
.animals-form .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.animals-form .checkbox label::before {
    height: 20px;
    width: 20px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border: none;
    background: #e0e0e0;
    border-radius: 50%;
}

.animals-form .checkbox label::after {
    height: 20px;
    width: 20px;
    background: transparent;
    left: 0;
    top: 9px;
}

.animals-formm .checkbox input[type="checkbox"] + label::after {
    content: none;
}

.animals-form .checkbox input[type="checkbox"]:checked + label::before {
    border: 0;
}

.animals-form .checkbox input[type="checkbox"]:checked + label::after{
    background:#01a29d;
    height:20px;
    width: 20px;
    border-radius: 50%;
}

.animals-form .checkbox input[type="checkbox"] + label::after {
    content: "";
}

.animals-form .checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}

#login-modal .modal-content, #callback-modal .modal-content, #more-product-info-modal .modal-content {
    padding: 25px 25px 30px 25px;
}

.modal .modal-header span {
    font-size: 20px;
    color:#01a29d;
    margin-bottom: 20px;
}

.modal form {
    padding-top: 16px;
}

.modal form label {
    color:#01a29d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.modal .modal-header {
    padding: 0;
}

.modal .close span{
    font-size: 30px;
}

.modal .close:focus {
    border: 0;
    outline: none;
}

.btn-login-form {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: .3s;
    margin-top: 30px;
}

.btn-login-form:hover {
    color: #01a29d;
    cursor: pointer;
    border-bottom: 1px solid #01a29d;
    text-decoration: none;
}

/*blog page*/
.blog.useful-articles {
    margin-top: 0;
}

.blog  h1{
    font-size: 30px;
    color:#01a29d;
    font-weight: 700;
}
/*Article one*/

.article-one {
    padding-bottom: 50px;
}

.article-one > div {
    /*background: #ffffff;*/
}

.article-one h1 {
    margin-bottom: 0;
    color: #333333;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 2rem;
    text-align: center;
}

.article-img img {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.article-name-block {
    /*padding-top:2rem;*/
}

.article-one p {
    color: #333333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 200%;
    padding-top:1rem;
    text-align: justify;
}

.article-one strong {
    font-weight: 600;
    font-size: 14px;
}

.article-one em {
    font-style: italic;
    font-size: 14px;
}

.article-one em strong, .article-one strong em {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
}

.article-one ul{
    padding-left: 20px;
}
.article-one ul li{
    margin-bottom: 15px;
    color:#01a29d;
    font-size: 14px;
    font-weight: 500;
}

.article-one a {
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid #000000;
}

.article-one a:hover {
    color: #01a29d;
    border-bottom: 1px solid #01a29d;
    text-decoration: none;
}

.article-name-block strong {
    color: #01a29d;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}

.article-data {
    color:#333333;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 16px;
    margin-bottom: 20px;
}

.article-next {
    margin-top: 25px;
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
}

.article-next a, .article-next span {
    color: #000000;
    text-align: center;
    font-weight: 600;
    transition: .3s;
    font-size: 12px;
    border-bottom: 1px solid #000000;
}

.article-next a:hover, .article-next span:hover {
    color: #01a29d;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #01a29d;
}

@media (min-width: 768px) {
    .article-name-block strong {
        font-size: 20px;
    }

    .article-next a, .article-next span {
        font-size: 14px;
    }
}

@media (min-width: 1920px) {

}

/*Contacts*/
.product-tabs .nav  {
    border-bottom: 1px solid rgba(76, 77, 56, 0.2);
    padding-top: 30px;
}

.product-tabs .nav li {
    text-align: center;
    min-width: 30%;
    transition: .3s;
}

.product-tabs a {
    color:#000000;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: .3s;
}
.contacts-info {
    padding-bottom: 40px;
}

.contacts-info .product-tabs .nav li {
    min-width: 50%;
}

#pills-info {
    padding-top: 40px;
    text-align: center;
}

#pills-info h1, #pills-info h2 {
   color: #01a29d;
}

#pills-info h2 {
    font-size: 2.5rem;
}

#pills-get-contact h1 {
   color: #01a29d;
}

#pills-get-contact {
    padding-top: 40px;
    text-align: center;
}

#pills-info ul {
    padding-left: 0;
    padding-top: 55px;
}

#pills-info ul li {
    list-style: none;
    margin-bottom: 23px;
    font-size: 12px;
}

#pills-info ul li span {
    text-transform: uppercase;
    font-size: 12px;
}

#pills-info ul li a {
    border-bottom: 1px solid transparent;
    transition: .3s;
    font-size: 14px;
}

#pills-info ul li a:hover {
    border-bottom: 1px solid #000000;
    text-decoration: none;
}

.contacts-social {
    margin-top: 40px;
}

.contacts-social a {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 10px;
    border-bottom: 1px solid transparent;
}

.contacts-social a:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

#pills-get-contact form {
    text-align: left;
    margin-top: 50px;
}

#pills-get-contact form label {
    font-size: 10px;
    text-transform: uppercase;
    color: #000000;
}

#pills-get-contact form label {
    font-size: 10px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

.contacts .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
    color: #495057;
    border: 1px solid #C8C8C8;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none;
}

.contacts .form-control:focus {
    color: #000000;
    border: 1px solid #000000;
    outline: none;
    box-shadow: none;
}

.contacts form-control::placeholder {
    color: #C8C8C8;
    text-transform: uppercase;
    opacity: 1;
    font-size: 12px;
}

.contacts .form-control::placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.contacts .form-control:-ms-input-placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.contacts .form-control::-ms-input-placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.contacts .form-control::-webkit-input-placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.contacts .form-control:-moz-placeholder {
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.contacts .form-control::-moz-placeholder{
    color: #C8C8C8;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
}

.contacts .btn-send {
    text-transform: uppercase;
    color: #C8C8C8;
    transition: .3s;
    cursor: pointer;
    margin-top: 40px;
    display: inline-block;
}

.btn-send:hover {
    text-decoration: none;
    color: #000000;
}

.product-tabs a {
    color:#000000;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: .3s;
}

.nav-link.active {
    border-bottom: 2px solid #01a29d;
}

#contacts-form .form-control {
background: transparent;
}

.contacts-social a{
    border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {

    #pills-info ul li span {
        font-size: 14px;
    }

    #pills-info ul li a {
        font-size: 14px;
    }

    .contacts-social a {
        font-size: 14px;
    }

}
@media (min-width: 992px) {

    #pills-info ul li span {
        font-size: 16px;
    }

    #pills-info ul li a {
        font-size: 16px;
    }

    .contacts-social a {
        font-size: 16px;
    }

    #pills-info {
        padding-top: 70px;
    }

    #pills-get-contact {
        padding-top: 73px;
    }

}

/*Delivery page*/
.general-info {
    padding-bottom: 40px;
}
.general-info h1 {
    color: #01a29d;
    text-align: center;
}

.general-info > strong {
    color: #000000;
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
}

.general-info p {
    margin-bottom: 50px;
    color: #000000;
    font-size: 16px;
    text-align: justify;
}

.general-info a {
    display: inline-block;
    border-bottom: 1px solid #000000;
    color: #000000;
    transition: .3s;
}

.general-info a:hover {
   text-decoration: none;
    border-bottom: 1px solid #01a29d;
    color: #01a29d;
}

.general-info ul strong, .general-info p strong {
    display: inline-block;
    margin-top: 0;
}

.general-info ul,.general-info ol {
    padding-left: 20px;
}

.general-info ul li, .general-info ol li {
    margin-bottom: 15px;
    color:#000000;
    font-size: 16px;
    text-align: justify;
    line-height: 180%;
}
.general-info ol li {
    margin-bottom: 25px;

}

.general-info hr {
    margin-top: 50px;
}

/*For-client page*/
.for-client ul{
    padding-left: 0;
}

.for-client ul li {
    list-style: none;
    margin-bottom: 30px
}

.for-client ul li a {
    display: block;
    border: 1px solid #000000;
    color: #000000;
    padding: 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: .3s;
}

.for-client ul li a:hover {
    border: 1px solid #00b5af;
    color:#00b5af;
}

.for-client ul li a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {

    .for-client ul li {
        width: 70%;
    }
}
@media (min-width: 992px) {

    .for-client ul li {
        width: 50%;
    }
}

@media (min-width: 1920px) {

}

/*Page 404*/
.page-404 {
    min-height: 79.6vh;
    background: #ffffff;
    text-align: center;

}
.page-404 strong {
    display: block;
    font-size: 90px;
    font-weight: 600;
    color: #4083b8;
}

.page-404 h1 {
    font-size: 105px;
    font-weight: 900;
    color: #00b5af;
}

.page-404 a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background:#00b5af;
    padding: 16px 45px 16px 45px;
    margin-top: 40px;
    display: inline-block;
    transition: .3s;
}

.page-404 a:hover {
    text-decoration: none;
    background: #000000;
}

@media (min-width: 768px) {

    .page-404 h1 {
        font-size: 175px;
    }

}

@media (min-width: 1920px) {

    .page-404 h1 {
        font-size: 200px;
    }
}

.navbar-collapse .social  img {
    width: 30px;
}

.navbar-collapse .social a{
   border-bottom: 0;
}

@media (min-width: 576px) {

    .navbar-collapse .social {
        width: 50%;
    }
}

.dump {
    background-color: #0402ac;
    color: #54fefc;
    font-size: 14px;
    position: absolute;
    width: 100%;
    z-index: 1000;
}


.catalog-page .product-btns .product-more {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
}


.catalog-page .product-block-header {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-weight: 500;
    color:#000000;
}

.products-text-s  {
    font-size: 13px;
    margin-top: 15px;
    color: #000000;
    min-height: 76px;
}

.products-text-s strong  {
    font-size: 13px;
    color:#000000
}

.products-text-s p {
    font-size: 13px;
}

.red {
    background: linear-gradient(90deg, #ff0000 -3.07%, #d00101 95.07%)!important;
}

.red-text {
    color: #ff0000!important;
}

.form-error {
    color: #ff0000;
    display: none;
}

.reg-btn-inactive {
    background: #eeeeee;
    text-align: center;
    min-width: 150px;
}

.reg-btn-inactive:hover {
    background: #eeeeee!important;
    cursor: wait!important;
}

.nonei {
    display: none!important;
}

.none {
    display: none;
}

#form-auth-forget {
    display: none;
}

#form-auth-forget-btn {
    /*display: none;*/
}

.btn-inactive {
    background: #eeeeee;
    text-align: center;
    min-width: 150px;
}

.btn-inactive:hover {
    background: #eeeeee!important;
    cursor: wait!important;
}

#filter-price-block {
    padding-top: 15px;
    padding-bottom: 10px;
}

#filter-price-block input {
    font-size: 1.4rem;
    display: inline-block;
    padding: 10px 15px;
    width: 35%;
}

#filter-price-ok {
    background-color: #F1F1F1;
    border-radius: 5px;
    font-size: 1.4rem;
    float: right;
    padding: 10px 15px;
    transition: .3s;
}

#filter-price-ok:hover {
    background-color: #01a29d;
    color: #ffffff;
    cursor: pointer;
    transition: .3s;
}

.no-bg, .no-bg::before, .no-bg::after {
    background: none!important;
}

.alert {
    border-radius: 10px;
    padding: 13px!important;
}

.alert-products {
    background: #f2f2f2;
    border: 1px solid #dbdbdb;
    width: 100%;
}

#my-info-form, #my-pass-form {
    display: none;
    margin-top: 1rem;
}

#my-info-form label, #my-pass-form label {
    padding: 10px 20px;
}

#my-info-form-btn-send, #my-pass-form-btn-send {
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    padding: 11px 20px 10px 20px;
}

#my-info-form-btn-cancel, #my-pass-form-btn-cancel {
    background-color: #F1F1F1;
    border-radius: 4px;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    transition: .3s;
    margin-right: 15px;
    padding: 11px 20px 10px 20px;
}

#my-info-form-btn-cancel:hover, #my-pass-form-btn-cancel:hover {
    color: #01a29d;
    cursor: pointer;
    border-bottom: 1px solid #01a29d;
    text-decoration: none;
}

#my-info-form input:disabled {
    background-color: #F1F1F1;
    color: #bbbbbb;
}

#my-info-form .input-group-text {
    border: 0;
    border-radius: 0 4px 4px 0;
    background-color: #F1F1F1;
}

#my-info-form .input-group-text img {
    width: 24px;
}

.my-btn-inactive {
    background: #eeeeee;
    text-align: center;
    min-width: 150px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px 8px 20px;
    border-bottom: 1px solid transparent;
}

.my-btn-inactive:hover {
    background: #eeeeee;
    color: #01a29d;
    cursor: wait;
    border-bottom: 1px solid #01a29d;
    text-decoration: none;
}

.checkout-select {
    background-color: #fff;
    background-clip: padding-box;
    border-color: #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    color: #000000;
    display: none;
    font-size: 1.6rem;
    float: left;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    position: absolute;
    text-align: left;
    top: 70px;
    z-index: 1000;
    max-height: 300px;
    padding: 0;
    font-weight: 500;
    transition: .3s;
}

.checkout-select li {
    padding: 10px 12px;
}

.checkout-select li:hover {
    background-color: #01a29d;
    color: #ffffff;
    cursor: pointer;
}

.checkout-select li span {
    background-color: #eeeeee;
}

.checkout-select li:hover span {
    background-color: #01a29d;
    color: #ffffff;
}

#delivery-block, #payment-block {
    /*display: none;*/
}

#empty-cities-query:hover, #empty-warehouses-query:hover {
    background-color: #fff!important;
    color: #000000!important;
    cursor: default!important;
}

#checkout-form-send {
    border-radius: 5px;
    color: #ffffff;
    background: #00b5af;
    font-size: 1.6rem;
    font-weight: 600;
    transition: .3s;
    padding: 12px 20px 10px 20px;
    display: inline-block;
    text-decoration: none;
    margin-top: 30px;
}

#checkout-form-send:hover {
    background: #01a29d;
    cursor: pointer;
    text-decoration: none;
    color:#ffffff;
}

#checkout-form-inactive-btn {
    border-radius: 5px;
    color: #ffffff;
    background: #6B6B6B;
    font-size: 1.6rem;
    font-weight: 600;
    transition: .3s;
    padding: 12px 20px 10px 20px;
    display: inline-block;
    text-decoration: none;
    margin-top: 30px;
    cursor: not-allowed;
}

.product-video h3 {
    color: #747474;
    font-size: 1.6rem;
    font-weight: bolder;
    margin-top: 30px;
}

.time-work {
    padding-top: 50px;
}

.time-work strong {
   display: block;
    margin-bottom: 15px;
}

.time-work .row > div {
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    #contacts-form {
        width: 75%;
        margin: 0 auto;
    }

}

header .dropdown-menu{
   left:-120px;
}

/* Search */
.search-select {
    background-color: #fff;
    background-clip: padding-box;
    border-color: #eee;
    border-radius: 5px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    color: #000000;
    display: none;
    font-size: 1.6rem;
    float: left;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    position: absolute;
    text-align: left;
    top: 70px;
    z-index: 1000;
    max-height: 300px;
    padding: 0;
    font-weight: 500;
    transition: .3s;
}

#search-products-select-xs {
    top: 95px;
    margin: 0 15px 0 0;
}

.search-select li {
    padding: 10px 12px;
}

.search-select li:hover, .search-select li:hover a {
    background-color: #01a29d;
    color: #ffffff;
    cursor: pointer;
}

.search-select li a {
    color: #000000;
    text-decoration: none;
}

.search-select li span, .search-select li a span {
    background-color: #eeeeee;
}

.search-select li:hover span, .search-select li:hover a  span{
    background-color: #01a29d;
    color: #ffffff;
}

.wrap-img3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    min-height: 168px;
}

@media (max-width: 575.98px) {
    .wrap-img3 {
        min-height: 100px;
    }

    .products-text-s strong {
        font-size: 10px;
    }
}

.modal-message p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 15px;
}

.product-delivery-block strong {
    display: block;
    margin-bottom: 10px!important;
}

.product-delivery-block p {
    margin-bottom: 10px!important;
}

.product-article {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}

.product-article span {
    background-color: rgba(1, 162, 157, 0.3);
    font-size: 13px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
}

.product-article strong {
    font-size: 13px;
}

#checkout-cashless-block {
    display: none;
    font-size: 14px;
    padding: 0 15px 15px 15px;
}

#checkout-cashless-block strong {
    font-size: 14px;
}

#cart-thermobox-block {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
}

.header-wrapper {
    width: 100%;
}

@media (max-width: 767px) {
    .header-wrapper {
        position: fixed;
        z-index: 1000;
    }

    .header-margin {
        margin-top: 115px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        margin-bottom: 15px;
    }
}

.checkout-discount-club a {
    color: #00b5af;
    text-decoration: underline;
}

#header-top-block {
    background-color: #00b5af;
    padding: 8px 12px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

#header-join-club-info:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* Select 2 */
.select2-dropdown {
    border: 1px solid #F1F1F1;
}

.select2-container {
    width: 100%!important;
}

.select2-container .select2-selection--single {
    background-color: #F1F1F1;
    border: 0;
    height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
    padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}