@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    background-color: #F9F9F9;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #012668;
    margin: 0;
}
/* default font size */
.fs-36 {
    font-size: 36px;
}
.fs-32 {
    font-size: 32px;
}
.fs-26 {
    font-size: 26px;
}
.fs-24 {
    font-size: 24px;
}
.fs-22 {
    font-size: 22px;
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}
.fs-16 {
    font-size: 16px;
}
.fs-14 {
    font-size: 14px;
}
.fs-13{
    font-size: 13px;
}
.fs-12{
    font-size: 12px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 32px;
    color: #012668;
}
h2 {
    font-size: 27px;
    /* color: #012668; */
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
table{
    border-spacing: 0;
    width: 100%;
}
.gray-bg{
    background: #F4F4F4;
}
.gray-color{
    color: #929292;
}
.diamant-color{
    color: #0F697D;
}
.blue-color,
.turquoise-color{
    color: #012668;
}
.turquoise-bg{
    background: #06CBB6;
}
.turquoise-2-bg{
    background: #E6F3F5;
}
.turquoise-border {
    border: 8px solid rgba(35, 156, 151, 0.2);
}
.fw-700{
    font-weight: 700;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}
.br-15{
    border-radius:15px
}
.br-20{
    border-radius:20px
}
.line-height-1-2{line-height: 1.2}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:hover,
.active-color{
    color: #3958B5;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #012668;
  border: 0px none #ffffff;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3958B5;
  cursor:pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #012668;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 10px none #ffffff;
  border-radius: 8px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.popup-form .required{
    color: #f44;
    margin-left: 2px;
}
.error-valid{
    border: 1px solid #f44!important;
}
.p-relative{position: relative}
.cursor-pointer{cursor: pointer;}
input:focus-visible{outline: 2px solid rgb(3 137 156 / 60%);}
.text-danger {
    color: #f44;
    font-size: 12px;
    margin: 3px 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px
    }
}
.text-uppercase{
    text-transform: uppercase;
}
.decoration-none{
    text-decoration: none!important;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.hover-color:hover{
    color: #012668;
    border-color: #012668;
}
.lh-1{
    line-height: 1em;
}
.lh-18{
    line-height: 1.8em;
}
.img-responsive{
    max-width: 100%;
}
textarea.form-control{
    /* height: 40px; */
}
textarea.form-control,
input[type=text].form-control{
    line-height: 11px;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 14px;
    width: 100%;
    border: 0;
    color: #929292;
    background: #F4F4F4;
    box-sizing: border-box;
}
.form-group{
    margin-bottom: 15px;
}
/*top menu*/
.languages .active-color:hover,
.languages .active-color{
    font-weight: 500;
}
.menu-wrap{
    /* background: #012668; */
    /* height: 65px; */
    /* padding-bottom: 15px; */
    margin: 15px 0 5px 0;
}
.languages-wrap .selected-lang{width: 35px;font-weight: 500;position: relative;cursor: pointer;text-transform: uppercase;}
.languages-wrap .selected-lang:after{
    content: "";
    position: absolute;
    border-right: 1px solid #686868;
    border-top: 1px solid #686868;
    transform: rotate(135deg);
    display: inline-block;
    width: 7px;
    height: 7px;
    right: 0;
    top: 4px;
}
.languages-wrap{
    position: relative;
    max-width: 80px;
}
.languages-wrap:hover .selected-lang:after{
    transform: rotate(-45deg);
    top: 9px;
}
.languages-wrap:hover .languages{display: block}
.languages-wrap .languages{
    display: none;
    position: absolute;
    top: 28px;
    /* box-shadow: 0px 4px 40px rgb(0 0 0 / 5%); */
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 17%);
    border-radius: 2px;
    padding: 8px 12px;
    text-align: center;
    z-index: 9;
    line-height: 1.6;
}
.languages-wrap .languages::after {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    top: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-wrap .main-cat-item{
    /* background: #3958B5; */
    height: 65px;
    width: 100%;
    color: #fff;
}
.menu-wrap .main-cat-item:hover{
    text-decoration: underline;
}
.menu>a:hover,
.menu>*{
    color: #012668;
}
.menu>a{white-space: nowrap;}
.main-navbar-nav .navbar-nav{
    /* display: none; */
    /* position: absolute; */
    /* top: 65px; */
    /* background: #F4F4F4; */
    /* text-transform: initial; */
    /* width: 100%; */
    /* text-align: left; */
    /* z-index: 2; */
}
.main-navbar-nav:hover .navbar-nav{
    display: block;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.search .btn-lg {
    position: absolute;
    right: 10px;
    height: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    z-index: 7;
}
.search .input-lg {
    height: 45px;
    line-height: 20px;
    padding: 0 15px;
    border-radius: 20px;
    font-size: 14px;
    width: 100%;
    border: 0;
    color: #929292;
}
.mob-nav-items .total,
.menu-wrap .total{
    background: #012668;
    color: #fff;
    width: 27px;
    height: 27px;
    font-size: 14px;
    border-radius: 50%;
    /* text-align: center; */
    /* line-height: 15px; */
    font-weight: normal;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mob-nav-items .total{
    width: 24px;
    height: 24px;
    font-size: 12px;
}
.mobile-main-nav{
    display: flex;
    justify-content: space-around;
}
.links-cart-wrap .total{
    /* position: absolute; */
    /* top: -9px; */
    /* background: #012668; */
    /* color: #fff; */
    /* width: 15px; */
    /* height: 15px; */
    /* font-size: 10px; */
    /* border-radius: 50%; */
    /* text-align: center; */
    /* line-height: 15px; */
}
.links-cart-wrap{
    /* width: 45px; */
    /* height: 45px; */
    /* border-radius: 50%; */
}
.mini-cart-wrap .links-cart-wrap{
    /* background: #012668; */
}
.mini-cart-wrap{
    border-radius: 25px;
}
.head-center{
    min-height: 100px;
    width: 100%;
}
header{
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
}
.cme-form .description{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.logo-text{
    font-size: 14px;
    text-transform: uppercase;
    color: #012668;
    min-width: 300px;
    display: flex;
    align-items: center;
    border-left: 1px solid #012668;
    margin-left: 15px;
    padding: 5px 0 5px 10px;
    line-height: 1.2;
    margin-right: 15px;
}
.navbar-main .logo-text{
    border: 0;
    border-top: 1px solid #012668;
    /* margin-top: 5px; */
    /* padding-top: 10px; */
    min-width: auto;
    padding: 10px 0 0 0;
}
.navbar-main .mob-nav-items{
    font-size: 16px;
}
.navbar-main .mob-nav-items .icon{
    display: inline-block;
    width: 22px;
    text-align: center;
}
.navbar-main .language-wrap{

margin: 17px 0;

font-size: 16px;

display: flex;

justify-content: space-between;

color: #3F3F3F;
}
.navbar-main .work-time .title img{
    margin-right: 5px;
}
.navbar-main .work-time .title{

display: flex;
    
align-items: center;
    
justify-content: center;
    
text-transform: uppercase;
    
font-weight: 500;
}
.navbar-main .mobile-inner-wrap{
    display: flex;

    align-items: center;

    justify-content: center;
}
.navbar-main .work-time{

font-size: 14px;

color: #686868;

line-height: 1.6em;

text-align: center;

margin: 1.2rem 0;
}
.navbar-main .phones-wrap{

text-align: center;

margin: 1.8rem 0;
}
.navbar-main .social{

text-align: center;
}
.phones-wrap .head-phone:hover{
    text-decoration: none;
}
.phones-wrap .head-phone{
    color: #012668;
    font-weight: 500;
    font-size: 16px;
}
.phones-wrap .call-me{
    /* border-bottom: 1px dashed #222; */
    /* background: #06CBB6; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    max-width: 178px;
    font-weight: 200;
    letter-spacing: 0.5px;
    margin-top: 1em;
    border: 1px solid #fff;
    margin-bottom: 0.5em;
    padding: 0;
}
.phones-wrap .call-me:hover{
    /* background:#fff; */
    /* color: #333; */
    /* border-color: rgba(48, 177, 172, 0.75); */
}
/*end header*/
/*home*/
.base-short-link{
    margin: 5em auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.base-short-link a:hover{
    text-decoration: none;
    color: #012668;
}
.base-short-link a{
    background: #FFFFFF;
    box-shadow: -8px -10px 13px #FFFFFF, 0px 3px 6px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3F3F3F;
    display: inline-block;
    width: 100%;
    max-width: 270px;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 20px;
}
.common-home .default-carousel{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.container.my-4 ul {
  	list-style-type: disc;
   	margin-left: 15px;
}
.owl-dots .active span {
    background: #06CBB6;
}
.owl-dots{
    text-align: center;
}
.owl-dots span {
    background: #fff;
    width: 9px;
    height: 9px;
    border-radius: 15px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #06CBB6;
}
.container-slideshow .owl-dots{
    margin-top: 15px;
}
.container-slideshow .item{
    position: relative;
    /* height: 300px; */
}
.container-slideshow .owl-item .caption-slider img{
    /* height: 57px; */
    margin: 0;
    margin-bottom: 15px;
}
.container-slideshow .caption-slider .text{line-height: 1.4}
.container-slideshow .caption-slider{
    position: absolute;
    z-index: 29;
    top: 120px;
    left: 55%;
    right: 0;
    font-size: 26px;
    text-align: left;
    font-weight: 600;
    color: #012668;
    width: 430px;
}
/*home*/
/*start footer*/
footer{
    background: #06CBB6;
    color: #fff;
    /* font-size: 14px; */
}
footer .mini-info img{
    max-height: 20px;
}
footer .search input{background: #F0F0F0}
footer .text-logo {
    font-size: 14px;
    text-transform: uppercase;
    border-top: 1px solid;
    margin-top: 5px;
    padding-top: 5px;
    max-width: 227px;
}
footer a{
    color: #fff;
    /* font-size: 14px; */
}
footer .phones-wrap img{
    height: 21px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(334deg) brightness(102%) contrast(100%);
}
footer .col-logo{
    flex: 0 0 auto;
    width: 25%;
}
footer .logo{
    max-width: 227px;
}
footer .mini-info{
    background: #F9F9F9;
    height: 50px;
    color: #000000;
}
footer ul.list-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
footer .list-inline li {
    margin: 5px 10px 0 0;
}
/*end footer*/

/*product item*/
#description img{
    max-width: 100%!important;
    height: auto!important;
}
.product-layout .item-category{
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 500;
}
.product-layout .item-price-buy{

display: flex;

flex-direction: row;

align-items: center;

justify-content: space-between;
}
.product-layout .item-price .price-new{
    color: #06CBB6;
}
.product-layout .item-price .price-old{
    font-size: 14px;
    color: #3F3F3F;
}
.product-layout .item-price{

display: flex;

flex-direction: column;

font-size: 18px;

font-weight: 500;

line-height: 1.1;

color: #06CBB6;

align-content: flex-start;

align-items: flex-start;
}
.product-layout .default-btn{

background: #06CBB6;

height: 37px;

/* line-height: 37px; */

display: flex;

align-items: center;

justify-content: space-around;

cursor: pointer;

max-width: 55%;

padding: 0 15px;

box-sizing: border-box;
}
.owl-carousel .owl-item .product-layout{
    max-width: 276px;
    margin-left: auto;
    margin-right: auto;
    margin: 25px auto!important;
}
.owl-carousel .owl-item .product-layout img{

width: initial;

display: initial;

margin: initial;
}
.product-carousel .owl-nav .owl-prev{
    left: -35px;
}
.product-carousel .owl-nav .owl-next{
    right: -35px;
}
.product-carousel .owl-nav{
    top: 48%;
}
.carousel-module .owl-nav .owl-prev,
.carousel-module .owl-nav .owl-next,
.news-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-next,
.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next,
.guarantees  .owl-nav .owl-prev,
.guarantees .owl-nav .owl-next{
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
    position: absolute;
}
.carousel-module .owl-nav button.owl-prev,
.carousel-module .owl-nav button.owl-next,
.news-carousel .owl-nav button.owl-prev,
.news-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-prev,
.product-carousel .owl-nav button.owl-next,
.guarantees .owl-nav button.owl-prev,
.guarantees .owl-nav button.owl-next {
    font-size: 18px;
    color: #454545;
    line-height: 30px;
    background: #fff;
}
.carousel-module .owl-nav button.owl-prev:hover,
.carousel-module .owl-nav button.owl-next:hover,
.news-carousel .owl-nav button.owl-prev:hover,
.news-carousel .owl-nav button.owl-next:hover,
.product-carousel .owl-nav button.owl-prev:hover,
.product-carousel .owl-nav button.owl-next:hover,
.guarantees .owl-nav button.owl-prev:hover,
.guarantees .owl-nav button.owl-next:hover {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    background: #06CBB6;
}
.carousel-module .owl-nav .owl-prev span,
.news-carousel .owl-nav .owl-prev span,
.product-carousel .owl-nav .owl-prev span,
.guarantees .owl-nav .owl-prev span {
    margin-top: -2px;
    display: block;
}
.carousel-module .owl-nav .owl-next span,
.news-carousel .owl-nav .owl-next span,
.product-carousel .owl-nav .owl-next span,
.guarantees .owl-nav .owl-next span {
    margin-top: -2px;
    display: block;
}
.product-layout .item-title{
    font-size: 18px;
    color: #012668;
    font-weight: 500;
    line-height: 1;
}
.product-layout .caption{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: -8px -10px 13px #FFFFFF, 0px 3px 6px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 30px 25px;
    display: block;
    transition: all 100ms ease-in-out;
}
.product-layout .caption:hover{
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin: -5px;
    padding: 35px 30px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
}
.default-btn{
    border-radius: 30px;
    width: 100%;
    max-width: 180px;
    color: #fff;
    height: 38px;
    font-weight: 500;
    /* margin: 0 auto; */
    outline: 0;
    box-shadow: none;
    border: 0;
    padding: 5px 20px;
}
.default-btn:hover{
    background: #012668;
    color: #fff;
    border-color: #012668;
}
.default-btn.border-btn{
    border: 1px solid #012668;
    background: #fff;
    color: #012668;
}
.default-btn.border-btn:hover{
    background: #06cbb6;
    color: #fff;
    border-color: #06cbb6;
}
.price .price-old{
text-decoration: line-through;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #929292;
    content: ">";
}
.label-promotion {
    position: absolute;
    z-index: 9;
    /* margin: 10px 0 0 0; */
    /* opacity: 0.8; */
    left: 0;
    top: 0;
}
.text-line{position: relative;z-index: 1;/* display: block; */}
.text-line:before{
    position: absolute;
    content: "";
    width: 95%;
    height: 18px;
    background: rgb(6 203 182 / 20%);
    left: 50%;
    /* right: 0; */
    margin: 0 auto;
    display: block;
    bottom: 0;
    z-index: -1;
    transform: translateX(-50%);
}
.cape-shop .label-novelty, .label-hit, .label-special, .label-sale, .label-special-percent {
    background: #01AAD5;
}
.label-novelty, .label-hit, .label-special, .label-sale, .label-special-percent {
    background: #06CBB6;
    color: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.label-novelty {
    line-height: 3.3;
    font-size: 10px;
    text-transform: uppercase;
}
.label-special {
    text-transform: uppercase;
    line-height: 2.3;
    font-size: 13px;
    background: #F45975;
}
.label-hit>span {
    display: block;
}
.label-hit>span:last-child {
    font-size: 10px;
    line-height: .5;
}
/*product item*/

/*main product*/

.slider-and-image .image-additional-slider.owl-loaded,
.slider-and-image .image-additional-slider{
    height: 90px;
    width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: 15px;
}
.image-additional-slider .owl-nav {
    display: none !important;
}
.additional-slider .owl-stage-outer{
    height: 50px;
}
.additional-slider .prev-slider{
    transform: rotate3d(0, 0, 1, -90deg);
    top: -15px;
}
.additional-slider .next-slider{
    transform: rotate3d(0, 0, 1, 90deg);
    bottom: -20px;
}
.additional-slider .next-slider:hover,
.additional-slider .prev-slider:hover{
    background: url(/catalog/view/theme/default/image/theme/chevron-active.svg);
    background-repeat: no-repeat;
    /* background-size: 45px; */
    background-position: center;
    border-color: #03899c;
}
.additional-slider .next-slider,
.additional-slider .prev-slider{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(/catalog/view/theme/default/image/theme/chevron.svg);
    /* background-size:
    cover; */
    position: absolute;
    background-repeat: no-repeat;
    z-index: 9;
    /* background-size: 20px; */
    cursor: pointer;
    background-position: center;
    left: 16px;
    border: 1px;
    border-radius: 50%;
    border: 1px solid #686868;
}
.slider-and-image .additional-slider{
    flex: 0 0 auto;
    width: 15%;
    /* max-width: 100px; */
    /* max-height: 430px; */
    /* overflow-y: scroll; */
    height: 390px;
    width: 70px;
    position: relative;
}
.owl-carousel.owl-carousel-vertical .item{
margin: 0 8px;
    display: inline-block;
}
.owl-carousel-vertical{
    transform: rotate3d(0, 0, 1, 90deg);
}
.owl-carousel-vertical img {
    transform: rotate3d(0, 0, 1, -90deg);
}
.slider-and-image .main-thumb{
    flex: 0 0 auto;
    width: 77%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stock-status{
    background: #EBEBEB;
    border-radius: 8px;
    padding: 3px 10px;
    color: #686868;
}

.cheaper-product-wrap .heading-title-bg {
    color: #012668;
    border: none;
    font-size: 30px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
}

.cheaper-item .default-btn {
    margin-top: 20px;
}

.cheaper-item .col-sm-12 {
    width: auto;
}

.cheaper-item .col-sm-12.btn {
    padding: 40px;
}

.cheaper-product {
    margin: 25px 0 30px 0;
    overflow: hidden
}

.cheaper-product .price-old {
    font-size: 20px;
    margin-bottom: 4px
}

.cheaper-product .item-intro a {
    font-weight: bold;
    display: block;
    font-size: 18px
}

.cheaper-product h3 {
    text-align: center;
    padding: 0;
    font-size: 26px;
    color: #ff5552;
    font-weight: bold;
    text-transform: uppercase
}

.cheaper-product .price-normal, .cheaper-product .price-new {
    font-weight: bold
}

.cheaper-product button {
    padding: 10px
}

.cheaper-product .cheaper-total span {
    vertical-align: text-top;
    font-size: 22px
}

.cheaper-product .cheaper-total {
    color: #fdad16;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px
}

.cheaper-product .symb {
    font-size: 66px;
    margin-top: 60px;
    color: #888
}

.cheaper-wrap.owl-carousel .owl-buttons .owl-next {
    right: 10px;
    top: 39%
}

.cheaper-wrap.owl-carousel .owl-buttons .owl-prev {
    left: 10px;
    top: 39%
}

.cheaper-product .cheaper-wrap {
    margin: 30px 0
}

.cheaper-product .owl-pagination {
    text-align: center;
    top: -10px;
    right: auto;
    color: #222
}

.cheaper-product .owl-controls .owl-page span {
    display: none
}

.cheaper-product .owl-controls .owl-page {
    border: 1px solid #ff5552;
    width: 15px;
    height: 15px
}

.cheaper-product .owl-controls .owl-page.active span, .cheaper-product .owl-controls .owl-page.active {
    background: #ff5552
}

.cheaper-product-text {
    line-height: 1.2;
    margin: 10px 0
}

.cheaper-item {
    padding: 0 50px;
    display: flex;
}

.cheaper-item .symb, .cheaper-item > .col-sm-5 {
    padding: 0
}
.product-title-mob,
.heading-product h1{
    color: #0F697D;
    line-height: 1;
    font-size: 32px;
}
.heading-product{

}
.text-error-page{
    margin-bottom: 5rem;
}
.product-main{
    display: flex;
    margin-top: 15px;
    background: #fff;
    /* border: 1px solid #E5E5E5; */
    /* border-radius: 5px; */
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    padding: 30px 30px 20px 30px;
    gap: 22px;
    margin-bottom: 3rem;
    align-content: space-around;
}
.product-main .full-width-image{
    position: relative;
}
.price .price-new{
    color: #06CBB6;
}
.product-main .image-additional-slider .owl-item{
    /* display: flex; */
}
.product-main .image-additional-slider img{
    max-width: 50px;
}
.product-main .label-promotion{

display: flex;

left: 15px;
}
.product-main .sure-buy{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.product-main .sure-buy .default-btn{
    padding: 3px 10px;
}
.buy-one-click-popup .price-new,
.product-main .price-new{
    font-size: 28px;
    margin-right: 15px;
}
.buy-one-click-popup .price-old,
.product-main .price-old {
    font-size: 16px;
    font-weight: 500;
    color: #3F3F3F;
}
.popup-cart .default-btn,
.buy-one-click-popup .default-btn{
    padding: 12px 10px;
    height: initial;
    font-size: 14px;
    line-height: inherit;
}
.buy-one-click-popup .price{
    display: flex;
    align-items: baseline;
    color: #06CBB6;
    font-size: 26px;
    justify-content: center;
}
.product-main .price{
    display: flex;
    align-items: baseline;
    color: #06CBB6;
    font-size: 26px;
}
.product-main .image-product{
    max-width: 340px;
    width: 100%;
    position: relative;
}
.product-main .central-product{
    padding: 0 5px 0 5px;
}
.product-main .feature-product{
    /* max-width: 236px; */
    width: 100%;
}
.product-main #column-right{
    max-width: 236px;
}
.category #column-right {
    width: 100%;
}
.category .reviews h3 {
    margin-bottom: 20px;
    font-size: 28px;
}
.category .date {
    color: #aaa;
}
.category .product a {
    margin-top: 15px;
    text-decoration: underline;
    color: #012668;
    display: block;
}

.features-bar{
    /* border-top: 1px solid #c4c4c44a; */
    /* padding-top: 35px; */
    /* margin-top: 25px; */
    font-size: 11px;
    color: #686868;
}
@media screen and (min-width: 1200px) {
    .features-bar{
        /* padding-top: 50px; */
    }
}
.features-bar li b{font-weight: 600}
.features-bar .title img{
    margin-right: 15px;
    /* width: 28px; */
}
.features-bar .title>span{
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 5px;
    padding: 3px 5px;
    font-weight: normal;
    color: #fff;
    border-radius: 10px;
    line-height: 1;
}
.features-bar li:not(.title):before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #6e6e6e;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 4px;
}
.features-bar li:not(.title){
    margin-bottom: 8px;
    line-height: 1.3;
    position: relative;
    padding-left: 20px;
    margin-left: 0;
}
.features-bar .title{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #0F697D;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
}
.features-bar .col {
    margin-bottom: 10px;
    min-width: 165px;
    /* background: #F9F9F9; */
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    padding: 20px 4px 10px 12px;
}
.features-massager-block .icon img{width: 25px}
.features-massager-block .col{
    text-align: center;
    min-width: 80px;
}
.features-massager-block .icon{
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    box-shadow: -8px -10px 13px #FFFFFF, 0px 3px 6px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
    align-items: center;
    margin: 0 auto 15px auto;
}
.features-massager-block{

font-size: 11px;

color: #0F697D;

display: flex;
}
/*main product end*/
/*tabs*/
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    /* border-bottom: 2px solid #C4C4C4; */
    /* z-index: -1; */
}
.nav-link {
    display: block;
    padding: 0.6rem 1.6rem;
    color: #111;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 14px;
    cursor: pointer;
}
.nav-tabs .nav-link {
    /* margin-bottom: -2px; */
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    min-height: 34px;
    font-weight: 600;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 0px 0px;
    color: #686868;
    text-transform: uppercase;
    padding: 14px 10px;
    min-width: 200px;
}
.nav-tabs .nav-link:hover {
    color: #3958B5;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    /* background-color: #06CBB6; */
    /* border-color: #E6F3F5; */
    /* border-bottom: 2px solid #3958B5; */
    background: #06CBB6;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); */
    /* border-radius: 8px 8px 0px 0px; */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.tab-content>.tab-pane {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 8px 8px;
    padding: 30px;
    margin-bottom: 3rem;
}
.fade {
    transition: opacity .15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.tab-content>.active {
    display: block;
}
/*tabs end*/
/*popup cart*/
.popup-cart,
.popup-default,
.buy-one-click-form {
    position: relative;
    background: rgb(255, 255, 255);
    width: auto;
    margin: 20px auto;
    padding: 10px 20px 20px 20px;
    font-size: 14px;
    border-radius: 5px;
}
.popup-cart{
    max-width: 480px;
    padding: 10px 20px 30px 20px;
}
.popup-cart .cart-title{
    text-align: center;
    color: #012668;
    font-size: 2rem;
    margin: 10px 0;
    font-weight: bold;
}
.popup-cart .cart-amount-plus:before {
    content: "+";
    display: inline-block;
    font-size: 1.8em;
    vertical-align: middle;
}
.popup-cart .cart-amount-minus:before {
    content: "\2013";
    font-size: 1.8em;
    vertical-align: middle;
}
.popup-cart .shopping-cart-product-txt{
    width: 75%;
}
.popup-cart .shopping-cart-price{
    float: right;
    height: 36px;
    line-height: 36px;
    margin: 0;
    font-weight: 600;
    color: #3958B5;
}
.popup-cart  .shopping-cart-item-close .close-btn{
    color: #e83232;
    margin-top: 22px;
}
.popup-cart li.shopping-cart-layout-row {
    margin: 7px 0;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}
.popup-cart .shopping-cart-product-info{
    margin-bottom: 0;
}
.popup-cart  .shopping-cart-item-close{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.popup-cart .shopping-cart-product-pic img {
    border: 0;
    max-width: 80px;
    margin-right: 15px;
}
.popup-cart .cart-empty img{
    width: 70%;
    margin: 30px auto;
    display: block;
}
.popup-cart .cart-empty-text{
    text-align: center;
    /* color: #00BCB5; */
    font-size: 2rem;
    margin: 10px 0;
    font-weight: bold;
}
.cart-amount{
    border-radius: .5rem;
    border: .1rem solid #e5e5e5;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
}
.cart-amount span{
    cursor: pointer;
}
.cart-amount input{
    width: 26px;
    height: 21px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    outline: none;
    box-shadow: none;
    vertical-align: middle;
    border: 0;
}
.popup-default{
    max-width: 360px;
}
.popup-default.buy-one-click-popup{
    max-width: 520px;
}
.popup-mfp .head{
    text-align: center;
    margin: 10px 20px;
    font-size: 22px;
    font-weight: 600;
}
/*popup cart*/
/*cart*/
.mini-cart-wrap .total{
    font-size: 21px;
    color: #012668;
    font-weight: 500;
    margin-left: 8px;
}
.mini-cart-wrap .cart-total:before{
    content: "(";
}
.mini-cart-wrap .cart-total:after{
    content: ")";
}
.mini-cart-wrap .cart-total:before,
.mini-cart-wrap .cart-total:after{
    display: inline-block;
}
.mini-cart-wrap .cart-total{
    color: #06CBB6;
    margin-top: 3px;
}
.cart-block{
    
display: flex;
    
flex-wrap: wrap;
    
flex-direction: row;
}/*
.cart-block .personal-infomation{
    flex: 1 0 55%;
}
.cart-block .your-order{
    flex: 1 0 45%;
}*/
/*.cart-block .payment-method{
    flex: 1 0 100%;
}*/
.cart-block .h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
#cart_table thead th{
    background-color: #F4F4F4;
    padding: 6px 4px;
    font-weight: 500;
}
#cart_table tbody td{
    border-bottom: 1px solid #e9e9e9;
}
#cart_table img{
    max-width: 60px;
}
div.required label{
    position: relative;
}
div.required label:after {
    content: '*';
    color: #f01420;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -5px;
}
/*cart*/
.news-item img{
    border-radius: 10px;
}
.news-item{
    max-width: 370px;
}
.news-item>.card{
    border: 8px solid #fff;
    background-color: #F7F8F8;
    padding: 10px;
}
.news-item>.card:hover{
    border: 8px solid rgba(35, 156, 151, 0.2);
}

/*mob nav*/
.screen-darken{
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}
.open-mob-menu .screen-darken{
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.mobile-nav .close{
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: 999;
    width: 42px;
}
.mobile-nav .navbar-main{
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 110;
    width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    max-width: 380px;
    /* color: #012668; */
}
.navbar-main a{
    color: #012668;
}
.menu a.catalog {
    display: flex;
    flex: 3%;
    margin-block: 5px;
}
.menu ul.sub-menu {
    position: absolute;
/*    margin-top: 185px;*/
    top: 155px;
    z-index: 10;
    padding: 10px;
    background: #eee;
    line-height: 35px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-size: 15px;
}
.menu a.catalog img {
    margin-right: 5px;
}
.menu ul.sub-menu li a {
    display: flex;
}
.menu ul.sub-menu li a img {
    padding-right: 10px;
    width: 20px;
}
.open-mob-menu .mobile-nav .navbar-main{
    visibility: visible;
    transform: translateX(0);
}
.mobile-nav{
    display: block!important;
}
.mob-nav-items .languages .active-color{border-bottom: 1px solid;}
.mob-nav-items .languages{
    float: right;
}
.mob-nav-items .language-wrap,
.mob-nav-items .mob-categories{
    /* border-bottom: 1px solid #b6d5d4; */
    /* border-top: 1px solid #b6d5d4; */
}
.mob-nav-items  .wishlist-item{
    border-top: 1px solid #b6d5d4;
}
.mob-nav-items .submenu li{
    /* list-style: circle; */
}
.mob-nav-items .submenu{
    margin-left: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    /* color: #012668; */
}
.mob-nav-items .title{
    font-weight: 500;
}
.mob-nav-items>li{
    min-height: 50px;
    line-height: 50px;
}
.mob-nav-items>li img{
    height: 17px;
    vertical-align: middle;
    margin-right: 5px;
}
/*mob nav end*/
.home-description h1, .home-description h2, .category-description h2 {
    color: #333 !important;
    text-align: left !important;
    font-size: 2.5rem;
    text-transform: none;
    padding-bottom: 0;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.43;
    margin-top: 12px;
}

.category-description pre, .article_info pre, #description pre, #description h2, #description h3, .description pre, .description h2, .description h3 {
    color: #012668;
    border: none;
    font-size: 21px;
    word-break: normal;
    word-wrap: normal;
    white-space: pre-wrap;
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.category-description ul, #description ul , .description ul {
    padding-left: 25px;
}
.category-description ul li, #description ul li, .description ul li {
    list-style: initial;
}
.home-description a, .description a, #product-tabs a, .category-description a {
    color: #01bcb5;
}
.product-layout .product-thumb {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*features block*/
.features-1-item{
    width: 280px;
    /* background: #F4F4F4; */
    padding: 15px;
    margin: 10px 15px;
    color: #686868;
    text-align: center;
    /* display: flex; */
    /* align-content: center; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
}
.features-1-item .icon{
    border-radius: 50%;
    background-color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    box-shadow: -8px -10px 13px #FFFFFF, 0px 3px 6px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
    align-items: center;
    margin: 0 auto 15px auto;
}
.block2 .icon img{
    /* height: 100px; */
    max-width: 120px;
}
.block2 .icon{
    /* border-radius: 50%; */
    /* background-color: #fff; */
    /* width: 103px; */
    /* height: 103px; */
    /* display: flex; */
    /* align-content: center; */
    /* justify-content: center; */
    /* outline: 15px solid rgb(35 156 151 / 20%); */
    /* align-items: center; */
}
.block2{
    min-height: 645px;
    background: url(/image/catalog/icons/block-2/bg-3.jpg) rgb(0 0 0 / 40%);
    background-size:cover;
    background-blend-mode: multiply;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: stretch;
    margin-top: 3rem;
    background-position: 70% 50%;
}
.product-category .block2{
    background: url(/image/catalog/icons/block-2/bg-4.jpg) rgb(0 0 0 / 40%);
}
.block2 .block-name{
    font-size: 21px;
    text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.91);
    line-height: 1.2;
}
.block3 .block-inner{
    position: relative;
    display: flex;
    align-items: center;
}
.block3 .item-option{
    display: flex;
    align-items: center;
    /* position: absolute; */
    position: relative;
}
.block3 .item-option img{
    margin-right: 25px;
    max-width: 110px;
}
.block3 .item-option .title{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #012668;
}
.block3 .item-option .descr{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #686868;
}
.block3 .item-1:before,
.block3 .item-2:before,
.block3 .item-3:before,
.block3 .item-4:before,
.block3 .item-5:before,
.block3 .item-6:before{
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 6;
    width: 120px;
    height: 84px;
    top: 60px;
    left: -115px;
}
.block3 .item-1:before{
    background: url(/image/catalog/icons/block-3/arrow1.svg);

    background-size: 100%;
    background-repeat: no-repeat;
}
.block3 .item-2:before{
    background: url(/image/catalog/icons/block-3/arrow2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 89px;
    left: -80px;
}
.block3 .item-3:before{
    background: url(/image/catalog/icons/block-3/arrow3.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 114px;
    left: -114px;
    top: 65px;
}
.block3 .item-4:before{
    background: url(/image/catalog/icons/block-3/arrow4.svg);
    background-size: 100%;
    width: 114px;
    left: -114px;
    background-repeat: no-repeat;
    top: 50px;
}
.block3 .item-5:before{
    background: url(/image/catalog/icons/block-3/arrow5.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 20px;
}
.block3 .item-6:before{
    background: url(/image/catalog/icons/block-3/arrow6.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    top: -14px;
}
.block3 .item-5,
.block3 .item-2{
    margin-left: 35px;
}
.block3 .item-3,
.block3 .item-4{
    margin-left: 80px;
}
.block3 .item-1,
.block3 .item-6{
    margin-left: -40px;
}
/*
.block3 p{
    margin: 0;
    line-height: 1;
}
.block3 .line-1 .item-1:after,
.block3 .line-2 .item-3:after,
.block3 .line-3 .item-1:after,
.block3 .line-2 .item-1:after{
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 6;
}
.block3 .line-1 .item-1:after{
    background: url(/image/catalog/icons/block-3/foot2.png);
    width: 174px;
    height: 210px;
    top: -50px;
    right: -110px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.block3 .line-2 .item-1:after{
    background: url(/image/catalog/icons/block-3/foot5.png);
    width: 174px;
    height: 169px;
    top: -30px;
    left: -110px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.block3 .line-2 .item-3:after{
    background: url(/image/catalog/icons/block-3/foot4.png);
    width: 145px;
    height: 229px;
    top: -60px;
    right: -85px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.block3 .line-3 .item-1{
    padding-right: 35px;
}
.block3 .line-2 .item-2:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 470px;
    height: 470px;
    border: 3px dashed rgb(35 156 151 / 30%);
    border-radius: 50%;
    top: -110px;
    z-index: 1;
    left: -60px;
}
.block3 .line-3 .item-1:after{
    background: url(/image/catalog/icons/block-3/foot1.png);
    width: 174px;
    height: 149px;
    top: -2px;
    right: -120px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.block3 .item-1,
.block3 .item-2,
.block3 .item-3{
    max-width: 350px;
    width: 100%;
    height: min-content;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
    z-index: 5;
    background: #fff;
}
.block3 .line-2 .item-2 img{
    position: absolute;
    right: -50px;
}
.block3 .line-2 .item-2{
    width: 350px;
    height: 260px;
    margin: 40px 0;
    z-index: 3;
}
*/
.block6{
    background: #EFF0EB;
    padding: 60px 0;
    position: relative;
}
.block6:after{
    /* background: url(/image/catalog/icons/block-6/bg.png); */
    background: url(/image/catalog/icons/block-6/bg-2.png);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    z-index: 0;
    position: absolute;
    background-position: bottom right;
    /* background-position-x: 80px; */
}
.block6 .items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 18px;
    color: #3F3F3F;
    justify-content: flex-start;
    align-items: center;
}
.block6 .block-title{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 70%;
    color: #012668;
}
.block6 .item{
    max-width: 225px;
    margin: 25px 25px 25px 0;
    line-height: 1.2;
    z-index: 2;
}
.block6 .icon img{
    height: 37px;
}
.block6 .icon{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: -8px -10px 13px #FFFFFF, 0px 3px 6px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
    border-radius: 89px;
    box-sizing: border-box;
    display: inline-flex;
    border: 1px solid #FFFFFF;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}
.block4 .icon{
    width: 50px;
    height: 50px;
    background: #F4F4F4;
    border-radius: 50%;
    outline: 10px solid #D3EBEA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    z-index: 2;
    position: relative;
}
.block4 .items .col{
    position: relative;
    z-index: 2;
}
.block4 .items .col:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    border-bottom:2px dashed #D3EBEA;
    z-index: 1;
}
.block4 .items .col:nth-child(3):before{
    border-right:2px dashed #D3EBEA;
    border-top: 2px dashed #D3EBEA;
    border-bottom: 0;
    top: 35px;
    border-top-right-radius: 50px;
    height: 75px;
}
.block4 .items .col:nth-child(6):before{
    border-right:2px dashed #D3EBEA;
    top: -40px;
    border-bottom-right-radius: 50px;
    height: 75px;
}

.block4 .items .col:nth-child(4):before{
    border-left: 2px dashed #D3EBEA;
    border-top: 2px dashed #D3EBEA;
    border-bottom: 0;
    top: 35px;
    border-top-left-radius: 50px;
    height: 65px;
    right: -10px;
    width: 120%;
}
.block4 .items .col:nth-child(7):before{
    border-left: 2px dashed #D3EBEA;
    border-bottom: 2px dashed #D3EBEA;
    /* border-bottom: 0; */
    top: -16px;
    border-bottom-left-radius: 50px;
    right: -10px;
    width: 120%;
    height: 55px;
}
.block4 .text{
    padding-right: 20px;
}
.block5{
    background: #E9E8E9;
    padding-top: 2em;
    /* margin-top: 2em; */
    position: relative;
}
.product-product .block5 .inner-wrap{
    min-height: 400px;
}
.product-product .block5{
    margin-top: 10em;
}
.block5 .form-col .form-pre-title{
    font-size: 18px;
    color: #3F3F3F;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 500;
}
.block5 .form-col .form-title{
    font-size: 28px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    color: #012668;
    line-height: 1.2;
    margin-bottom: 0.5em;
    /* padding: 0 15px; */
    text-align: center;
}
.block5 .form-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.block5 .form-col form input{
    /* border-radius: 30px; */
    padding: 14px 25px;
}
.block5 .form-col .form-group{
    margin-bottom: 20px;
}
.block5 .form-col form{
    width: 100%;
    max-width: 370px;
}
.block5 .default-btn{
    color: #fff;
    background: #06CBB6;
    font-size: 16px;
    /* font-weight: 700; */
    margin-top: 2em;
}
.block5 .default-btn:hover{
    background: #012668;
    color: #fff;
}
.block5 .col-image{
    background: url(/image/catalog/icons/block-5/bg2.png);
    background-repeat: no-repeat;
    /* background-size: 45px; */
    background-position: center;
    min-height: 500px;
    display: inline-block;
}
.product-category .block5 .col-image{
    background: url(/image/catalog/icons/block-5/bg3.png);
    min-height: 520px;
    background-size: 109%;
    background-position-y: 23px;
    background-repeat: no-repeat;
}
.product-product .block5 .col-image{
    background: url(/image/catalog/icons/block-5/bg4.png);
    /* background-size: 109%; */
    background-position-y: 23px;
    background-repeat: no-repeat;
    min-height: 520px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: inherit;
}
.product-product .block5 .col-image,
.product-category .block5 .col-image{
    order: 2;
    background-position-y: bottom;
}
.product-product .block5 .col-form,
.product-category .block5 .col-form{
    order: 1;
    z-index: 2;
}
.feature-product .feature-item{
    /* padding: 15px 10px 15px 15px; */
}
.information-contact .block5>div{position: relative}
.information-contact .block5{
    margin-top: 14em;
    padding-bottom: 4em;
    padding-top: 4em;
}
.information-contact .block5 .col-image{
    background: url(/image/catalog/icons/block-5/bg5.png);
    background-position-y: bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    /* top: -84px; */
    min-height: 540px;
    bottom: -56px;
    background-position-x: -100px;
}
/*features block end*/
.box-shadow-1{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 25%), inset 0px 0px 38px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 8px 8px;
    padding: 30px;
    margin-bottom: 3rem;
}
.text-404{
    font-size: 98pt;
    color: #0F697D;
}
.popup-default,
.buy-one-click-form{
    padding-top: 15px;;
    line-height: 1.6;
}
.buy-one-click-form a,.popup-default a{color: #3958B5}
.popup-form label{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}
.wishlist-link{margin-right: 20px}
.mobile-nav-col{max-width: 60px;}
.mobile-nav-col span{
    margin-top: -15px;
    display: inline-block;
}
.news-list a.btn-effect{text-decoration: underline}
.owl-nav{
    top: 0;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
}
.owl-nav .owl-item{
    text-align: center;
}
.owl-nav .owl-prev{

left: 0;
}
.owl-nav .owl-next{

right: 0;
}
.owl-carousel .owl-item img {
    margin: 0 auto;
    /* width: 90px; */
}
.chevron {
    position: relative;
    text-align: center;
    padding: 2px;
    margin-bottom: 6px;
    height: 0;
    width: 30px;
    display: inline-block;
}
.chevron:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 51%;
    background: #012668;
    transform: skew(0deg, 20deg);
}
.chevron:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #012668;
    transform: skew(0deg, -20deg);
}
.chevron-left{
    transform: rotate(90deg);
    margin-left: -10px;
}
.chevron-right{
    transform: rotate(270deg);
    margin-right: -10px;
}
.owl-nav .disabled .chevron:before,
.owl-nav .disabled .chevron:after {
    background: #ccc;
}
fieldset{
    border: 1px solid #dddddd;
    border-radius: 5px;
}
fieldset>legend{
    margin-bottom: 8px;
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
    font-size: 18px;
    font-weight: 500;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
   /* margin-top: 25px; */
   /* position: absolute; */
   /* top: 25px; */
}
.form-success-msg{
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}

.star-rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
}
.star-rating > input {
    display: none;
}

.star-rating > label {
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23C8C9C9' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: .3s;
    margin: 0px 10px;
}

.star-rating > input:checked ~ label,
.star-rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23012668' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.star-rating > input:not(:checked) ~ label:hover,
.star-rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23012668' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.review-main .rev-name{
    font-size: 16px;
    font-weight: 700;
}
.review-main .review-date{

margin-left: auto;

font-size: 12px;

font-weight: 400;

color: #a6a5a5;
}
.review-main .review-content{
    
font-size: 14px;
    
margin: 4px 0;
}
.review-main{

padding: 10px 15px;

border: 1px solid #e9e9e9;

border-radius: 4px;

margin-bottom: 20px;

margin-top: 5px;
}
.product-title-mob{display: none}
.buy-one-click-popup .image-wrap img{
    max-width: 180px;
    margin: 0 auto;
}
.buy-one-click-popup .image-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#button-register{
    padding: 15px;
    max-width: 230px;
    height: inherit;
    font-size: 14px;
}
.heading-title{text-align: center}


.review-content iframe {
    width: 100%;
    height: 300px;
}
#carousel-review {
    width: calc(100% - 60px);
    margin: 0 auto;
}
#carousel-review .owl-nav .owl-prev {
    left: -45px !important;
}
#carousel-review .owl-nav .owl-next {
    right: -45px !important;
}


#specification table{
    font-size: 13px;
    line-height: 1.2;
    margin-top: 15px;
}
#specification table td{
    padding: 10px 15px;
}
#specification table tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
#specification table tbody tr td:first-child {
    width: 30%;
    border-right: 1px solid #e7e7e7;
}
@media (max-width: 1800px) and (min-width: 1400px) {
    .block6:after{
        width: 50%;
        background-position-x: 80px;
    }
}
@media (max-width: 1400px) and (min-width: 1200px) {
    .container-slideshow .caption-slider{
        top: 70px;
    }
    .owl-carousel .owl-item .product-layout{
        max-width: 260px;
    }
    .block6 .items {
       font-size: 16px;
       max-width: 90%;
    }
    .block6 .item {
        margin: 0 45px 25px 0;
        max-width: 160px;
        text-align: center;
    }
    .block6:after{
        width: 60%;
        background-position-x: 50px;
        /* top: 100px; */
    }
    .block6 .icon{
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    body header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header > .container {
        /* padding: 0; */
        width: 40%;
    }
    header > .menu-wrap {
        width: 60%;
        margin: 0;
    }

    .text-line:before {
        left: 46% !important;
    }

    .block2 .item .block-name {
        text-align: center;
    }

    .block2 .item .me-4 {
        margin: 0 0 15px 0 !important;
    }

    .block2 .row-cols-md-2 > * {
        width: 33.3%;
    }

    .block2 .item {
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: 30px 0 0 0 !important;
    }

    .block2 .item .icon {
        height: 120px;
        width: 130px;
        margin: 0;
    }
    .block5 .text-line:before{
        width: 70%;
    }
    .block6 .text-line:before{
        width: 70%;
        /*transform: translateX(-29%);*/
        left: 50% !important;
    }
    .block6 .items {
        margin-top: 20px;
    }
    .block6 .item {
        flex: 2 1 160px;
    }
     .container.block3 .text-line:before {
        width: 75%;
        transform: translateX(10%);
        left: 5% !important;
    }
    .container.block3{
        margin: 3em 0;
        max-width: inherit;
        padding: 3em 15px;
    }
     .container.block3 .block-inner>div:first-child{
         overflow: hidden;
         width: 100%;
         position: relative;
         margin-left: -30px;
     }
    .container.block3 .block-inner>div:first-child img{
        margin-left: -170px;
        max-width: 450px;
        margin-top: 95px;
        margin-bottom: 80px;
    }
    .container.block3 .item-1, .container.block3 .item-2, .container.block3 .item-3{
        max-width: initial;
        margin-bottom: 0;
    }
    .container.block3 .item-option.item-2,
    .container.block3 .item-option.item-5 {
        margin-left: 30px;
    }
    .container.block3 .item-option.item-3,
    .container.block3 .item-option.item-4 {
        margin-left: 60px;
    }
    .block3 .items {
        position: absolute;
        top: 0;
        right: 0;
        width: 490px;
    }
    .slider-and-image .main-thumb .mg-popup {
        display: block;
    }
    body footer{
        text-align: left;
        /* padding: 0 15px; */
    }
    footer .container{
        margin-right: 0!important;
        margin-left: 0!important;
        max-width: inherit;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 25px;
    }
    footer .d-md-none{
        display: inline-block!important;
    }
    footer .mini-info .mt-4{
        margin-top: 0!important;
    }
    footer .mini-info .row-cols-1 > *{
        width: initial;
    }
    footer div .f-title{
        color: #fff;
        margin-top: 0!important;
    }
    footer .phones-wrap .head-phone{
        color: #fff;
    }
    footer .c-1,footer .c-2,footer .c-3,footer .c-4 {
        flex: 1;
        margin-right: 10px;
        min-width: calc(20% - 15px)!important;
    }
    footer .justify-content-center{
        justify-content: start!important;
    }
    footer .c-5 {
        flex: 0 0 auto;
        /* margin-top: 10px; */
        /* text-align: center; */
        /* width: 40%; */
        width: calc(25% - 5px);
        margin-top: -40px;
    }
    body footer .col-logo{
        min-width: 250px!important;
    }
    .bestseller-widget .product-carousel{
        max-width: 90%;
        margin: 0 auto;
    }
    body .bestseller-widget{
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        max-width: inherit;
    }
    .bestseller-widget .owl-carousel .owl-stage-outer{
        overflow: visible;
    }
    .carousel-module .owl-nav .owl-prev, .carousel-module .owl-nav .owl-next, .news-carousel .owl-nav .owl-prev, .news-carousel .owl-nav .owl-next, .product-carousel .owl-nav .owl-prev, .product-carousel .owl-nav .owl-next, .guarantees .owl-nav .owl-prev, .guarantees .owl-nav .owl-next{
        box-shadow: none;
        border:1px solid #686868!important;
        position: relative;
    }
    .carousel-module .owl-nav .owl-prev span, .news-carousel .owl-nav .owl-prev span, .product-carousel .owl-nav .owl-prev span, .guarantees .owl-nav .owl-prev span,
    .carousel-module .owl-nav .owl-next span, .news-carousel .owl-nav .owl-next span, .product-carousel .owl-nav .owl-next span, .guarantees .owl-nav .owl-next span{
        /* position: absolute; */
        width: 8px;
        height: 8px;
        background: transparent;
        text-indent: -99px;
        border-top: 1px solid #686868;
        border-left: 1px solid #686868;
        transition: all 250ms ease-in-out;
        text-decoration: none;
        color: transparent;
        transform: rotate(310deg);
        margin: 0;
    }
        body .owl-carousel .owl-nav button.owl-next,body .owl-carousel .owl-nav button.owl-prev,body .owl-carousel button.owl-dot{
             display: inline-flex;
             justify-content: center;
             align-items: center;
             background: #fdfdfd;
        }
    .carousel-module .owl-nav .owl-prev span, .news-carousel .owl-nav .owl-prev span, .product-carousel .owl-nav .owl-prev span, .guarantees .owl-nav .owl-prev span{
            margin-left: 3px;
            transform: rotate(310deg);
        }
    .carousel-module .owl-nav .owl-next span, .news-carousel .owl-nav .owl-next span, .product-carousel .owl-nav .owl-next span, .guarantees .owl-nav .owl-next span{
        margin-right: 3px;
        transform: rotate(135deg);
        }
    .carousel-module .owl-nav button.owl-prev:hover, .carousel-module .owl-nav button.owl-next:hover, .news-carousel .owl-nav button.owl-prev:hover, .news-carousel .owl-nav button.owl-next:hover, .product-carousel .owl-nav button.owl-prev:hover, .product-carousel .owl-nav button.owl-next:hover, .guarantees .owl-nav button.owl-prev:hover, .guarantees .owl-nav button.owl-next:hover{
        border-color: #06CBB6!important;
    }
    .carousel-module .owl-nav button.owl-prev:hover span, .carousel-module .owl-nav button.owl-next:hover span, .news-carousel .owl-nav button.owl-prev:hover span, .news-carousel .owl-nav button.owl-next:hover span, .product-carousel .owl-nav button.owl-prev:hover span, .product-carousel .owl-nav button.owl-next:hover span, .guarantees .owl-nav button.owl-prev:hover span, .guarantees .owl-nav button.owl-next:hover span{
        border-color: #fff!important;
    }
    .container, .container-md, .container-sm{
        max-width: 90%;
    }
    .base-short-link a{
        max-width: initial;
    }
    .block-10.container {
        max-width: 100%;
    }
    .features-1-item {
        width: 100%;
        text-align: left;
        flex: 1 1 210px;
        padding: 15px 0;
        text-align: center !important;
        display: grid;
    }
    .features-1-item .icon {
        float: none !  !important;
        margin: 0 auto !important;
    }
    .features-1-item .line-height-1-2 {
        color: #999;
    }
    .information-contact .row {
        display: inline;
    }
    .information-contact .col-sm-4, .information-contact .col-sm-8 {
        width: 100%;
    }
    .information-contact .info-blocks {
        display: inline-table;
        width: 50%;
        text-align: center;
        vertical-align: top;
        margin-bottom: 20px;
    }
    .information-contact .info-block-address {
        text-align: center;
    }
    .information-contact .info-blocks p {
        margin: 8px 0;
    }

    }
    @media (max-width: 1200px) {
        .product-main #column-right{
            max-width: initial;
            width: 100%;
        }
        .block3 .line-2 .item-2 img {
            right: -100px;
        }

        .block3 .line-2 .item-2:after {
            left: -130px;
        }

        .compare-link {
            margin-right: 15px
        }

        .wishlist-link {
            margin-right: 15px
        }

        .product-feature-2 span,
        .feature-product .feature-item span {
            font-size: 12px
        }
        .slider-and-image .image-additional-slider{
            width: 338px;
            height: 60px;
            transform-origin: 15px 39px;
        }
        .container-slideshow .caption-slider{
           top:80px
        }
        .block3 .block-inner img{
            max-width: 380px;
        }
        .product-main{
            /* padding: 0; */
            /* border: 0; */
            flex-wrap: wrap;
            display: flex;
            align-items: flex-start;
            align-content: flex-start;
        }
        .product-main .image-product{
            width: 40%;
        }
        .product-main .central-product{
            width: 55%;
            padding: initial;
        }
        .slider-and-image{
            flex-direction: column;
        }
        .slider-and-image .additional-slider{
            order: 2;
            height: initial;
            width: 100%;
        }
        .slider-and-image .main-thumb{
            order: 1;
        }

        .slider-and-image .image-additional-slider.owl-loaded, .slider-and-image .image-additional-slider {
            transform: inherit;
            width: 100%;
        }

        .owl-carousel-vertical img {
            transform: initial;
        }
        .container, .container-lg, .container-md, .container-sm{

        }
        .product-main .feature-product{
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            max-width: initial;
        }
        .features-bar .col{
            flex: initial;
            min-width: initial;
            width: 30%;
            margin: 0 1%;
            min-height: 115px;
        }
        .additional-slider .prev-slider{

    left: -10px;

    transform: rotate3d(0, 0, 1, 180deg);

    }
        .additional-slider .next-slider {
            right: 0;
            transform: rotate3d(0, 0, 1, 0);
            left: inherit;
        }
        .additional-slider .prev-slider,
        .additional-slider .next-slider{
            /* transform: inherit; */
        /* bottom: initial; */
        /* top: initial; */
        top: 43%;
    }
}
@media (max-width: 992px) {
    #specification table tbody tr td:first-child{
        width: 45%;
    }
    .product-main .central-product .product-title-pc {
        display: block !important;
        text-align: left;
    }
    .product-category .block2 {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .product-main {
        flex-wrap: wrap;
        display: block;
    }
    .product-main .central-product, .product-main .image-product {
        width: 50% !important;
        max-width: inherit;
        float: left !important;
    }
    .block6{
        padding: 40px 0;
    }
    /*.container, .container-lg, .container-md, .container-sm {
        max-width: none;
    }*/
    .main-logo{text-align: center}
    .home-description img, .category-description img, .description img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 12px;
    }
    .container-slideshow .item{
        height: 420px;
    }
    .default-carousel .owl-item{
        overflow: hidden;
    }
    .default-carousel .owl-item .slider-img{
        max-width: initial;
        height: 400px;
        position: absolute;
        width: inherit;
        top: 0;
        left: -280px;
    }
    .default-carousel .item-1 .slider-img{
        left: -400px;
    }
    .container-slideshow .caption-slider {
        top: 45px;
        right: 0px;
        font-size: 22px;
        left: inherit;
        /* text-align: right; */
    }
    .container-slideshow .owl-item .caption-slider img{
        max-width: 250px;
    }
    .separator{
        border-left: 1px solid #012668;
    }
    h1, h2, h3, h4, h5 {
        line-height: 1.1;
    }

    header {
        border-bottom: 5px solid #F5F5F5;
    }

    header .container {
        box-sizing:border-box;
        max-width: inherit;
        padding: 0 25px;
    }

    footer .f-title {
        color: #012668;
        font-weight: 500;
        font-size: 16px;
    }

    footer {
        text-align: center;
        /* margin-top: 55px; */
    }

    footer .mini-info {
        height: auto
    }

    .slider-and-image .main-thumb,
    .slider-and-image .additional-slider {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .image-additional-slider img {
        max-width: 80px;
        margin: 0 5px;
    }

    .block5 .form-col:before {
        display: none;
    }

    .block5 .form-col {
        background: none;
    }

    .block5 .form-col form input {
        background: #fff;
    }

    .block5 .default-btn {
        /* background: #012668; */
        /* color: #fff; */
    }
    .features-1-item {
        width: 160px;
    }

    .block2 {

        min-height: 500px;

    }

    .block2 .icon {

width: 80px;

height: 80px;

/* outline: 10px solid rgb(35 156 151 / 20%); */

margin: 20px 0;

}

    .block3 .line-2 .item-2 img {

        right: -150px;

    }

    .block3 .line-2 .item-2:after {
        left: -150px;
    }

    .block5 .inner-wrap {

max-width: 992px;

padding-left: 0;
}

    .container-slideshow {
        margin: 0;
        padding: 0;
    }
    .block3 .line-1 .item-2,
    .block3 .line-3 .item-2{
        margin-left: 85px!important;
    }
    .block3 .item-1, .block3 .item-2, .block3 .item-3{
        max-width: 300px;
    }
    .features-massager-block img{
        display: block;
        margin: 0 auto;
    }
    .features-massager-block .title{text-align: center}
    .features-massager-block .col{
        margin-bottom: 15px;
    }
    .wcc-block{max-width: 45px}
    .owl-carousel-vertical img,
    .owl-carousel-vertical{
        transform: none;
    }
    .slider-and-image .image-additional-slider{
        width: 100%;
        height: auto;
        margin: 15px 0;
    }
    .additional-slider .prev-slider{
        transform: rotate3d(0, 0, 1, 180deg);
        left: 10px;
        /* bottom: 0; */
        /* top: 15px; */
        display: none;
    }
    .additional-slider .next-slider{
        transform: none;
        right: 10px;
        left: auto;
        bottom: 0;
        /* top: 43%; */
        display: none;
    }
    .base-short-link{
        margin: 1em auto 3em auto;
        max-width: 100%;
    }
    .base-short-link a{
        width: 46%;
        margin: 2%;
    }


    .block6 .block-title{
        text-align: center;
        max-width: 100%;
    }
    .block6 .items{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    .block6 .item{
        text-align: center;
        margin: 10px 0 30px 0;
        max-width: 170px;
        font-size: 16px;
    }
    .block6:after{
        background-position-x: 90px;
        background-position-y: bottom;
        max-width: 70%;
    }
    .block5 .form-col .form-pre-title,
    .block5 .form-col .form-title{

text-align: center;
    }
    .block5 .col-form{
        width: 40%;
    }
    .block5 .col-image{
        width: 60%;
        /* display: none!important; */
        /* background-size: auto; */
        /* background-position: -220px 0px; */
        background-position-x: 70%;
    }
    .information-contact .block5 .col-image{
        display: block!important;
        z-index: 0;
        right: 0;
        bottom: 0;
        width: 530px;
    }
    .information-contact .block5 .form-col{
        z-index: 1;
        display: flex;
        align-content: flex-start;
        align-items: center;
        max-width: 310px;
        text-align: center;
        margin-right: auto;
        margin-left: 2em;
    }
    .information-contact .block5>div{
        position: initial;
    }
    .information-contact .block5 .form-col .form-pre-title{
        margin: 0;
    }
    .information-contact .block5{
        margin-top: 10em;
        position: relative;
        overflow: inherit;
    }

    .information-contact .block5 .col-image{
        width: 440px;
    }
    .information-contact .block5{
        padding-bottom: 3em;
        padding-top: 3em;
    }
    .block5 .col-image{
        width: 42%;
        background-position-x: 90%;
        background-size: auto 101%;
        min-height: 400px;
        background-position-y: bottom;
    }
    .block5 .col-form{
        width: 50%;
        margin-left: auto;
        margin-right: 2em;
    }
    .product-category .block5 .col-image{
        background: url(/image/catalog/icons/block-5/bg6.png);
        background-size: 94%;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-position-x: 90px;
    }
    .product-category .block5 .inner-wrap{
        padding-right: 0;
    }
    .product-product .block5 .col-form{
        margin-right: auto;
        margin-left: 3em;
    }
    .block5 .form-col .form-pre-title{
        margin-top: 0;
    }
    .product-product .block5{
        padding-bottom: 2em;
    }

    .image-additional a,
    .image-additional-slider a{
        pointer-events: none;
    }
}
@media (max-width: 768px) {
    .product-category .block2 {
        background-position: -1075px;
    }
    .image-additional-slider .owl-dots{
        margin-top: 15px;
    }
    .heading-product .rating-box{
        margin: 0 auto;
    }
    .product-main .image-additional-slider img{
        max-width: 80%;
    }
    .additional-slider .owl-stage-outer,
    .slider-and-image .image-additional-slider.owl-loaded, .slider-and-image .image-additional-slider{
        height: initial;
        display: block;
    }
    .col.d-none.d-md-none.d-lg-inline-flex.wcc-block.align-items-center.justify-content-end {
        display: block !important;
    }
    .mini-cart-wrap img {
        display: none !important;
    }
    .mini-cart-wrap span.total {
        position: absolute;
        top: 67px;
        right: 36px;
        color: #06cbb6;
        font-size: 18px;
        background: #F9F9F9;
        padding: 0 1px;
    }
    #description img.mobile {
        max-width: initial !important;
        height: auto!important;
        float: none !important;
        width: 310px !important;
        margin: 0 auto;
        display: block;
    }
    .block2{
        background-position: 25% 50%;
    }

    .text-line{
        display: inline-block;
    }
    .text-line:before{
        
min-width: fit-content;
    }
    .product-main .central-product {
        text-align: center;
    }
    .product-main .price{
        justify-content: center;
    }

    .block3 .block-inner{
        flex-wrap: wrap;
        justify-content: center;
    }
    .block3 .block-inner img{
        max-width: 300px;
        height: auto;
    }
    .block3 .block-inner .items img{
        max-width: 88px;
        height: auto;
    }
    .block3 .item-1:before, .block3 .item-2:before, .block3 .item-3:before, .block3 .item-4:before, .block3 .item-5:before, .block3 .item-6:before{
        display: none;
    }
    .block3 .item-1, .block3 .item-2, .block3 .item-3,
    .block3 .item-4, .block3 .item-5, .block3 .item-6{
        margin-left: 0;
        max-width: inherit;
    }


    .block3 .line-1 .item-2,
    .block3 .line-3 .item-2{
        margin-left: 0!important;
    }
    .block3 .line-1 .item-1:after, .block3 .line-2 .item-3:after, .block3 .line-3 .item-1:after, .block3 .line-2 .item-1:after,
    .block3 .line-2 .item-2{
        display: none;
    }
    .block3 .item-1, .block3 .item-2, .block3 .item-3{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .block3 .line-1,.block3 .line-2,.block3 .line-3{
        flex-wrap: wrap;
    }
    header .phones-wrap{
        max-width: 70px;
        position: relative;
    }
    .container-slideshow .caption-slider{
        width: 100%;
        max-width: 340px;
    }
    .mfp-bottom-bar{display: none}
    .product-layout .product-thumb {
	  text-align: center;
	  display: block;
	}
    .product-carousel .owl-nav .owl-prev{
        left: 0;
    }
    .product-carousel .owl-nav .owl-next{
        right: 0;
    }
    .features-1-item{
        width: 100%;
        text-align: left;
    }
    .features-1-item .line-height-1-2{
        overflow: hidden;
    }
    .features-1-item .icon{
        width: 68px;
        height: 68px;
        float: left;
        margin-right: 25px;
    }
    .block2 .icon{
        outline: 0;
    }
    .block2 .icon img{
        max-width: 90px;
        height: auto;
    }
    .block6 .item{
        text-align: center;
        margin: inherit;
        margin-bottom: 35px;
        width: 50%;
    }
    .block6 .icon{
        width: 67px;
        height: 67px;
    }
    .block6 .items{
        font-size: 16px;
    }
    footer .col{
        width: 100%;
        flex: 1 0 100%;
        text-align: center;
        max-width: 300px;
        margin: 0 auto 15px auto;
    }
    footer .text-logo {
        max-width: 223px;
        margin: 0 auto;
    }
    .product-main .feature-product{
        flex-wrap: wrap;
    }
    .features-bar .col{
        width: 100%;
        margin: 0 0 15px 0;
        min-height: inherit;
    }
    #review .pagination {
        gap: 10px !important;
    }
    #review .pagination li {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    #carousel-review {
        width: 100%;
    }
    .nav-tabs > li {
        width: 100%;
    }

    .nav-tabs .nav-link {
        width: 100%;
        /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); */
        /* border-radius: 0px; */
        /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25); */
        /* margin-bottom: 5px; */
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
    }
    .nav-tabs{

    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{

border-radius: 0;

}
    .tab-content>.tab-pane{
        box-shadow: none;
        padding: 0;
    }
    .product-category .block5 .col-image{
        /* min-height: auto; */
        /* width: 45%; */
        min-height: initial;
        background-position-x: 50px;
        background-size: auto 100%;
    }
    .product-product .block5 .col-form, .product-category .block5 .col-form{
        width: 45%;
        margin-left: 2em;
        margin-right: 0;
    }
    .product-category .block5{
        /* padding: 0; */
    }
    .block5 .form-col .form-pre-title,
    .product-category .block5 .form-col .form-pre-title{
        margin-top: 0;
    }
    .product-product .block5 .col-image{
        width: 65%;
        background-size: auto 90%;
    }
    .product-product .block5 .inner-wrap{
        min-height: 460px;
    }
    .product-product .block5{
        padding-top: 2em;
    }
}
@media (max-width: 576px) {
    .row.col-sm-12 .col-sm-3, .row.col-sm-12 .col-sm-9 {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    #ocfilter {
        margin: 0 12px;
        padding: 20px 20px !important;
    }
    .product-main .central-product,
    .product-main .image-product {
        width: 100% !important;
        max-width: inherit;
    }
    .slider-and-image .main-thumb .mg-popup{
        display: none;
    }
    #specification table tbody tr td:first-child{
        width: 50%;
    }
    .product-main .image-product .product-title-mob{
        display: block !important;
        text-align: center;
        margin-bottom: 15px;
    }
    .product-main .central-product .product-title-pc {
        display: none !important;
    }
    #carousel-review .owl-nav .owl-prev {
        left: 8px !important;
        background: #fff !important;
    }
    #carousel-review .owl-nav .owl-next {
        right: 8px !important;
        background: #fff !important;
    }

    .block6 .items{

margin-top: 1.5em;

}
    .block6 .item{
        max-width: initial;
    }
    .block6:after{

    }
    .block5 .form-col .form-title{
        padding: 0 15px;
    }
    .popup-default.buy-one-click-popup{
        max-width: 380px;
    }
    .buy-one-click-popup .price{
        margin-bottom: 10px;
    }
    .block5 .form-col form{
        max-width: 250px;
        margin-right: 1.5em;
    }
    .block5{
        overflow: hidden;
        position: relative;
        padding-bottom: 3em;
        padding-top: 3em;
    }
    .block5 .form-col .form-pre-title{
        margin-top: 0;
    }
    .block5 .col-image{
        background-size: 80%;
        background-position-y: 0;
        background-position-x: 0%;
        /* background-position: 50% 0; */
        position: absolute;
        width: 430px;
        left: -60px;
        bottom: 0;
        height: 250px;
        min-height: auto;
    }
    .product-category .block5 .col-form,
    .block5 .col-form{
        width: 100%;
        margin: 0;
        z-index: 1;
    }
    .product-category .block5 .form-col form,
    .block5 .form-col .confirm-phone-code-form,
    .block5 .form-col form{
        max-width: 270px;
    }
    .product-category .block5 .form-col form{
        margin-right: auto;
        margin-left: 2em;
    }
    .product-category .block5 .form-col .confirm-phone-code-form{
        margin-right: auto;
    }
    .block5 .form-col .confirm-phone-code-form{
        margin-left: auto;
    }
    .block5 .form-col form{
        margin-left: auto;
        margin-right: 3em;
    }

    .product-category .block5 .col-image {
        left: initial;
        right: 0;
        width: 50%;
    }
    .information-contact .block5 .form-col .form-title,
    .product-product .block5 .form-col .form-title,
    .product-product .block5 .form-col .form-pre-title,
    .information-contact .block5 .form-col .form-pre-title{
        text-align: left;
        padding: 0;
    }
    .product-product .block5{
        margin-top: 0;
    }
    .information-contact .block5 .col-image{
        left: initial;
        right: 0;
        width: 100%;
        background-position-x: 60px;
        min-height: 600px;
    }
}
@media (max-width: 490px) {
    .shopping-cart-nav>span{
        margin-bottom: 15px;
    }
    .shopping-cart-nav{
        flex-direction: column;
    }
    .popup-default.buy-one-click-popup{
        max-width: 95%;
    }
    .nav-tabs>li button.nav-link{
        min-height: 50px;
        border-radius: 0;
        margin: 0 0 8px 0;
        /* border-bottom: 1px solid #ddd; */
        background: #f4f4f4;
        /* border-top: 1px solid #ddd; */
        border: 0;
    }
    .nav-tabs{
        border: 0;
    }
    .nav-tabs>li button,
    .nav-tabs>li{
        width: 100%;
    }
    .mobile-nav-col{
        max-width: 50px;
    }
    header{
        padding: 0 0 10px 0;
    }
    .common-home header{box-shadow: none;border: 0;}
    header .head-center{
        min-height: 65px;
    }
    .main-logo img{
        max-width: 200px;
        margin-top: 15px;
        margin-right: 27px;
    }
    .mobile-nav-col span {
        margin-top: 0;
    }
    header .phones-wrap{
        max-width: 50px;
    }
   /* header .phones-wrap:hover .mobile-inner-wrap{
        right: 15px;
    }*/
    .feature-product .feature-item{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 10px;
        line-height: 1;
        min-height: 60px;
        border-radius: 15px;
    }
    .fs-36 {
        font-size: 28px;
    }
    .container.my-4 img {
		max-width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
    .default-carousel .owl-item .slider-img{
        left: -330px;
    }
    .container-slideshow .owl-item .caption-slider img{
        max-width: 250px;
    }
    .container-slideshow .caption-slider{
        font-size: 18px;
    }
    .container-slideshow .caption-slider{
        max-width: 200px;
        right: 25px;
    }
    .default-carousel .owl-item .item-1 .slider-img{
        left: -530px;
    }
    .text-line{text-align: center}
    .block-10{
        padding-top: 45px;
    }
    .block3{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .fs-32{font-size: 26px}
    .block3 .text-line:before{/* left: 35px; */width: 50%;}
    .block5 .form-col .form-title,h1,
    .block3 .fs-32{
        font-size: 26px;
    }
    .block6 .block-title{
        font-size: 26px;
        padding-bottom: 25px;
        margin-top: -60px;
    }

    .text-line:before {
        bottom: -3px;
        /* width: 55%; */
    }
    .block-10 .text-line:before {
        width: 100%;
    }
    .block5 {
        /* padding: 2em; */
        text-align: center;
    }
    .information-contact .block5 .form-col .text-line,
    .information-contact .block5 .form-col .form-pre-title,
    .information-contact .block5 .form-col{
        text-align: left;
    }
    .information-contact .block5 .form-col{
        max-width: 220px;
    }
    .information-contact .block5 .col-image{
        width: 370px;
        background-size: 650px;
    }
    .block5 .col-image{
        
left: -100px;
    }
    .block5 .text-line:before{
        width: 100%;
    }
    .block5 .form-col .confirm-phone-code-form,
    .product-category .block5 .form-col form,
    .block5 .form-col form{
        max-width: 240px;
    }
    .product-category .block5 .form-col form{
        margin-left: 2em;
    }
    .block5 .form-col form{
        margin-right: 0;
    }
    .block5 .form-col .form-pre-title{
        padding: 0 15px;
    }
    .product-product .block5 .col-form{
        width: 60%;
        z-index: 2;
    }
    .product-product .block5 .col-image{
        
background-size: auto 70%;
        
width: 75%;
        
z-index: 0;
    }
    .information-contact .block5 .col-image{
        background-position-x: 0;
    }
}
@media (max-width: 420px) {


    .features-massager-block{
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .features-massager-block .col{
        width: 30%;
        flex: 1 0 25%;
    }
    .wishlist-link{display: none!important;}
    header .phones-wrap{
        max-width: 40px;
    }
    .container-slideshow .item{
        height: 400px;
    }
    .default-carousel .item-1 .slider-img{
        left: -400px;
    }
    .default-carousel .owl-item .item-1 .slider-img{
        left: -500px;
    }
    .container-slideshow .caption-slider {
        right: 20px;
        text-align: right;
    }
    header .container {
        padding: 0 20px;
    }
    .image-additional-slider img{
        max-width:60px
    }
    .product-product .nav-tabs {
        margin-left: -12px;
        margin-right: -12px;
    }
    .block3 .item-option .title{
        font-size: 19px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .block3 .item-option{
        margin-bottom: 15px;
    }
    .block3 .item-option img{
        margin-right: 15px;
    }
    .block3{
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-category .block5 .form-col form,
    .block5 .form-col form{
        max-width: 220px;
    }
    .information-contact .block5 .form-col .form-title{
        font-size: 22px;
    }
    .information-contact .block5 .form-col .form-pre-title{
        font-size: 16px;
        padding-right: 25px;
    }
}
@media (max-width: 380px) {
    .features-massager-block .col{
        width: 30%;
        flex: 1 0 25%;
    }
    .features-1-item .icon img{
        height: 25px;
    }
    .features-1-item .icon{
        width: 48px;
        height: 48px;
        margin-right: 15px;
        margin-top: 15px;
        /* padding: 15px; */
    }
    .features-1-item{
        margin: 0;
    }
    .base-short-link a,
    .container-slideshow .caption-slider{
        font-size: 14px;
    }
    .block2 .block-name{
        font-size: 18px;
    }
    .block5 .col-image{
        background-size: 70%;
        background-position-y: 30px;
    }
}
@media (max-width: 340px) {
    .block5 .col-image{
        background-size: 65%;
        background-position-y: 50px;
        z-index: 0;
    }
}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity: 0.3;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:white}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:white;font-style:normal;font-size:40px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%;display: none;}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after, .mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before, .mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left:after, .mfp-arrow-left .mfp-a{border-right:17px solid white;margin-left:31px}.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after, .mfp-arrow-right .mfp-a{border-left:17px solid white;margin-left:39px}.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:black}img.mfp-img{width:auto;background:#fff;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;/* padding:40px 0 40px; */margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;/* box-shadow:0 0 8px rgba(0, 0, 0, 0.6); *//* background:#444; */}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;display: none;}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure{}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.home-description h1, .home-description h2, .category-description h2{color: #333 !important;text-align: left !important;font-size: 2.5rem;text-transform:none;padding-bottom:0;font-family: 'PT Sans', sans-serif;font-weight:500;margin-bottom:0;margin-top:12px;line-height: 1.43;margin-top:12px;}.category-description pre, .article_info pre, #tab-description pre, #tab-description h2, #tab-description h3 {color:#333;border:none;font-size:2.5rem;word-break:normal;word-wrap:normal;white-space:pre-wrap;margin-top:12px;margin-bottom:0;font-weight:500;font-family: 'PT Sans',sans-serif;}.category-description ul li {list-style: initial;} .category-description ul{margin:5px 0;margin-left:25px;}@media only screen and (max-width: 768px){.home-description img,.category-description img,.description img {width:100% !important;height:auto !important;margin-bottom: 12px;}}.home-description a,.description a,#product-tabs a,.category-description a {color: #01bcb5;}

.valid-error input {
    outline: 1px solid #ff5552;
}

body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #012668 !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-show-second {
    background: #012668 !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #012668 !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip {
    background: #012668 !important;
}
body #bingc-phone-button:hover div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #06CBB6 !important;
}
body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #06CBB6 !important;
}
body #bingc-phone-button:hover div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-show-second {
    background: #06CBB6 !important;
}
body #bingc-passive > div.bingc-passive-overlay {
    background: #012668 !important;
}
body #bingc-active{
    background: #012668 !important;
}
.info-blocks.phone .my-4 {
    margin-top: -10px !important;
}


.full-catalog {
    position: relative;
    display: block;
    padding: 0;
}
.menu .menu-icon:hover ~ .parent-full-menu {
    display: block !important;
}
.parent-full-menu {
    display: none;
    position: absolute;
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
    top: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 2;
}
.menu .category-menu {
    background: #fff;
    list-style: none;
    width: 310px;
    min-height: 400px;
    /* font-family: 'Roboto',sans-serif; */
    text-transform: none;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
    /* padding: 30px 0; */
    font-weight: 300;
}
.menu .category-menu a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
}
.parent-full-menu li:hover a {
    color: #0A7343;
}
.full-catalog>span:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 4px 10px;
    transform: rotate(45deg);
    border: 1px solid currentColor;
    border-width: 0 1px 1px 0;
    transition: transform ease 0.2s;
}
.full-catalog>span:hover:after {
    transform: rotate(225deg);
    margin: 4px 0 0 10px;
}
.full-catalog:hover > span {
    background: #f5f5f5;
}
.full-catalog>span {
    text-transform: uppercase;
    cursor: pointer;
    color: #454545;
    color: var(--text-color);
    padding: 41px 23px 41px 9px;
    display: inline-block;
    position: relative;
    line-height: 1;
    letter-spacing: -0.3px;
    transition: all ease .3s;
}

.error-404 .main-categories {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 10px;
}
.error-404 .main-categories .menu {
    margin: 10px 0;
    border: 1px solid #eee;
    border-color: #fff #fff #fff #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.error-404 .main-categories .menu:first-child {
    border-left: none;
}
.error-404 .main-categories .menu .image img {
    max-width: 135px;
    max-height: 80px;
    width: 135px;
    height: 80px;
}

/*
.col.catalog:hover + #submenu {
    display: block;
}*/
#ocfilter {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: -8px -10px 13px #FFFFFF, 0px 3px 6px rgba(0, 0, 0, 0.25), inset 0px 0px 38px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 30px 12px;
    display: block;
    transition: all 100ms ease-in-out;
}
#ocfilter .list-group label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
}
#ocfilter .ocf-option-name {
    font-size: 18px;
    color: #012668;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 5px;
}
#ocfilter-button.hidden {
    display: none;
}
#ocfilter .list-group label small.badge {
    color: #aaa;
    font-size: 13px;
}
#ocfilter .list-group-item.selected-options {
    display: none;
}

.product-category ul.pagination {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
    font-size: 18px;
}

#review .pagination {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 25px 0 35px 0;
}
#review .pagination li {
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #aaa;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 2px;
    line-height: 24px;
}
.c-tile-list {
    margin-top: 10px;
    margin-bottom: 80px;
}
#faq ul {
    padding-left: 0;
}
#faq ul li {
    list-style: none;
    padding-top: 8px !important;
}
.title-posted {
    margin: 5px 0 20px 0;
    color: #444;
}

#smsValidForm #refreshSmsButton.active svg{
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(21%) hue-rotate(132deg) brightness(106%) contrast(100%);
}
#smsValidForm #refreshSmsButton.active{
    background: #06cbb6;
    color: #ffffff;
}
#smsValidForm #refreshSmsButton{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    cursor: pointer;
    background: #EEEEEE;
    padding: 5px 15px;
    border-radius: 15px;
    color: #424242;
}