/*Theme Name: Сайт спортивного питания */
@charset "UTF-8";

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
.clr {
  clear: both;
}
ul {
  list-style: none;
}
button:focus {
  outline: none !important;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}
a {
  display: inline-block;
  text-decoration: none;
}
input, textarea {
  outline: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  background: #fafafa;
  min-width: 320px;
  line-height: 1.3;
  font-weight: 400;
}
input[type="submit"], input[type="button"] {
  /* ios */
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}
input[placeholder], textarea[placeholder] {
  opacity: 1;
}

/* == WordPress WYSIWYG Editor Styles == */

.blog-post a{display:inline;}
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


.base-container {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap {
  max-width: 1215px;
  margin: 0 auto;
  position: relative;
}
.after-clear:after {
  content: '';
  display: block;
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
.header{
    padding: 15px 15px;
    background: #191A1F;
    margin-bottom: 15px;
	left: 0;
	right: 0;
	z-index: 1000;
	position:fixed;
	top:0
}
.logo{
    float: left;
    display: table;
    max-width: 110px;
    width: 100%;
    line-height: 0;
    margin-right: 24px;
}
.logo img{
    width: 100%;
}
.menu-base{
    position: relative;
    top: 9px;
    float: left;
}
.menu-base > li{
    margin-right: 15px;
    position: relative;
    float: left;
}
.menu-base > li:last-child{
    margin-right: 0;
}
.menu-base > li > a{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    position: relative;
}
.menu-base .sub-menu a{
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    display: block;
    position: relative;
}
.menu-base > li > a:hover, .menu-base .sub-menu a:hover, .menu-base > .current-menu-item > a{
    color: #CF1B33;
}
.menu-base > .current-menu-item > a:before, .menu-base > .current-menu-item > a:after{
    display: none!important;
}
.menu-base > li.int-li > a:before, .menu-base > li.int-li > a:after{
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    top: -1px;
    font-size: 21px;
    font-weight: 400;
    color: #CF1B33;
    display: block;
    position: absolute;
    opacity: 0;
}
.menu-base > li.int-li > a:before{
    content: '[';
    left: 0;
}
.menu-base > li.int-li > a:after{
    content: ']';
    right: 0;
}
.menu-base > li.int-li > a:hover:before{
    left: -15px;
    opacity: 1;
}
.menu-base > li.int-li > a:hover:after{
    right: -15px;
    opacity: 1;
}
.hed-r{
    float: right;
    padding-left: 12px;
    position: relative;
    top: 8px;
}
.tel{
    display: block;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    /*font-weight: bold;*/
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
    float: left;
	margin-left:15px;
}
.tel:hover{
    color: #CF1B33;
}
.tel:hover:before{
    border-top: 5px solid #CF1B33;
}
.tr-i{
    position: relative;
    padding-right: 16px;
}
/*.tr-i:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}*/
.soc{
    overflow: hidden;
    float: left;
    padding: 0 25px;
}
.soc li{
    margin-right: 15px;
    float: left;
}
.soc li:last-child{
    margin-right: 0;
}
.soc li a{
    display: block;
    line-height: 0;
    width: 23px;
    height: 23px;
    transition: 0.25s;
	background-position:center center;
	border-radius:5px;
}
.fb a{
    background: url('/wp-content/themes/mst_site/img/fb.svg') no-repeat;
}
.in a{
    background: url('/wp-content/themes/mst_site/img/in.svg') no-repeat;
}
.lang{
    float: left;
    overflow: hidden;
}
.lang a{
    display: block;
    float: left;
    margin-right: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    position: relative;
}
.lang a:last-child{
    margin-right: 0;
}
.lang a:before{
    content: '|';
    display: block;
    position: absolute;
    right: -11px;
    font-weight: bold;
}
.lang a:last-child:before{
    content: '';
}
.lang a.active{
    font-weight: bold;
}
.menu-base .sub-menu{
    background: #191A1F;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25), inset 0px 2px 0px #CF1B33;
    border-radius: 3px;
    padding: 20px 15px;
    position: absolute;
    z-index: 9;
    min-width: 175px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px;
    display: none;
}
.menu-base .sub-menu li{
    margin-bottom: 15px;
}
.menu-base .sub-menu li:last-child{
    margin-bottom: 0;
}
.active-menu a{
    position: relative;
    padding-right: 15px;
}

.menu-base  > li.active-menu > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    transition: 0.2s;
}
.menu-base > li.active-menu:hover > a:before{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #CF1B33;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.menu-base > li.active-menu:hover > a{
    color: #CF1B33;
}
.active-menu{
    position: relative;
}
.active-menu:before{
    content: '';
    display: block;
    height: 25px;
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: -24px;
}
.hed-in{
    padding: 0 15px;
    margin-bottom: 15px;
}
.btn-cat{
    float: left;
    margin-right: 9px;
    position: relative;
    z-index: 9;
}
.btn-cat-click{
    display: table;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 43px 14px 30px;
    padding: 13px 42px 13px 28px;
    background: #EF4C4D;
    border-radius: 3px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
    border: 2px solid transparent;
}
.btn-cat-click:hover{
    background: none;
    border: 2px solid #CF1B33;
    color: #CF1B33;
    background: #fff;
}
.btn-cat-click:hover:before{
    border-top: 5px solid #CF1B33;
}
.btn-cat-click:before{
    right: 27px;
    margin-top: -2px;
    transition: 0.25s;
}
.btn-cat-click.active-ct:before{
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.search-b{
    float: left;
    max-width: 550px;
    width: 100%;
    position: relative;
    margin-right: 12px;
}
.search-b input[type="text"]{
    background: #F2F2F2;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    padding-left: 17px;
    padding-right: 37px;
    font-size: 16px;
    line-height: 20px;
    color: #AAAAAA;
    height: 50px;
    width: 100%;
}
.search-b input[type="submit"]{
    border: none;
    display: block;
    position: absolute;
    cursor: pointer;
    background: url('/wp-content/themes/mst_site/img/search.svg') no-repeat;
    width: 20px;
    height: 20px;
    right: 13px;
    top: 50%;
    margin-top: -10px;
}
.hed-in-right{
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 16px;
}
.valut{
    margin-right: 39px;
}
.valut a{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
}
.valut .tr-i:before{
    border-top: 5px solid #4F4F4F;
}
.vhr{
    padding-left: 28px;
    position: relative;
    margin-right: 48px;
}
.vhr:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    background: url('/wp-content/themes/mst_site/img/us.png') no-repeat;
    width: 22px;
    height: 21px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.vhr a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
}
.vhr a:hover{
    text-decoration: underline;
}
.card-in{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #CF1B33;
    padding-left: 25px;
	position:relative;
}
.card-in:before{
    border-top: 5px solid #CF1B33;
}
.card-in:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    background: url('/wp-content/themes/mst_site/img/cart.svg') no-repeat;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.wrap-cat-modal-in{
    display: none;
}
.wrap-cat-modal{
    padding: 0 80px;
    padding-top: 29px;
    padding-bottom: 120px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 450px;
    width: 100vw;
    position: absolute;
    margin-top: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 200;
}
.wr-ul{
    padding-right: 15px;
}
.wr-ul3{
    padding-right: 0;
}
.wr-ul h4{
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 11px;
}
.wr-ul a{
    font-size: 14px;
    line-height: 22px;
    color: #4F4F4F;
    transition: 0.25s;
}
.wr-ul a:hover{
    color: #CF1B33;
}
.wr-ul li{
    padding-bottom: 11px;
}
.wr-ul li:last-child{
    margin-bottom: 0;
}
.more-cat{
    display: block;
    position: absolute;
    left: 45px;
    bottom:31px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #CF1B33;
    border: 1px solid #CF1B33;
    box-sizing: border-box;
    padding: 15px 35px;
    border-radius: 3px;
    background: #fff;
}

.b-active{
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(25, 26, 31, 0.5);
}
.banner-slider .wrap, .tovar-sl .wrap{
    max-width: 1295px;
}
.wrap2{
    padding: 0 40px;
}
.banner-slider .item{
    position: relative;
}
.wr-b{
    max-width: 627px;
    width: 100vw;
    position: absolute;
    top: 90%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wr-b-in{
    float: right;
    max-width: 365px;
    padding: 10px 15px;
}
.wr-b-in h2{
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: #CF1B33;
    margin-bottom: 27px;
}
.wr-b-in h2 span{
    color: #333;
}
.content-style ul{
    margin-bottom: 25px;
}
.content-style ul li{
    position: relative;
    padding-left: 21px;
    font-size: 18px;
    line-height: 22px;
    color: #4F4F4F;
    margin-bottom: 12px;
}
.content-style ul li:last-child{
    margin-bottom: 0;
}
.content-style ul li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background: #CF1B33;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.btn{
    width: 136px;
    /* background: #CF1B33; */
    background: #EF4C4D;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: 0.25s;
}
.banner-slider .btn{
    border: 2px solid transparent;
}
.btn:hover{
    background: none;
    border: 2px solid #CF1B33;
    color: #CF1B33;
}
.color-white.btn{color: #FFFFFF !important;}
.color-white.btn:hover{color: #EF4C4D !important;}
.btn-inline-block{display:inline-block !important;}
.text-center{text-align:center !important;}

.own-style .owl-nav button{
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 20px;
    height: 40px;
    display: block;
}
.own-style .owl-prev{
    left: -40px;
    background: url('/wp-content/themes/mst_site/img/left.svg') no-repeat!important;
}
.own-style .owl-next{
    right: -40px;
    background: url('/wp-content/themes/mst_site/img/right.svg') no-repeat!important;
}
.own-style .owl-dots{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 0;
}
.own-style .owl-dots button{
    display: inline-block;
    width: 15px;
    height: 5px;
    background: #DDDDDD;
    border-radius: 5px;
    margin-right: 10px;
}
.own-style .owl-dots button:last-child{
    margin-right: 0;
}
.own-style .owl-dots button.active{
    background: #CF1B33;
}
.owl-carousel.own-style .owl-stage-outer{
    padding-bottom: 32px;
}
.banner-slider .owl-carousel1{
    margin-bottom: 95px;
}
.wrap-ik{
    max-width: 820px;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 95px;
}
.ik-col{
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
}
.ik-col img{
    display: inline-block;
    margin-bottom: 19px;
}
.ik-col span{
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #4F4F4F;
}
.style-h2 h2{
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    padding: 12px 0;
    text-align: center;
    background: #191A1F;
    border-radius: 3px;
    margin-bottom: 50px;
}
.row-blok{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 49px;
}
.col-block{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    width: 25%;
}
.wrap-t{
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
    border-radius: 3px;
    padding: 20px;
    padding-bottom: 120px;
    text-align: center;
    position: relative;
}

.wrap-t .bottom-t {
	position: absolute;
	padding: 10px 20px 20px;
	/* width: 100%; */
	bottom: 51px;
	left: 0;
	right: 0;
}

#row-blok-cat2 .wrap-t{
    padding-bottom: 120px;
}
.wrap-t:hover .btn-w-t{
    display: block;
}
.wrap-t img{
    display: inline-block;
    margin-bottom: 12px;
    transition: 0.25s;
}
.wrap-t:hover img{
    transform: scale(1.03); 
}
.name-t{
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #CF1B33;
    margin-bottom: 12px;
}
.hr-t{
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
}
.bottom-t{
    position: relative;
    padding-top: 12px;
    padding-bottom: 10px;
}
.bottom-t:before{
    content: '';
    display: block;
    position: absolute;
    background: #F2F2F2;
    left: -20px;
    right: -20px;
    height: 1px;
    top: 0;
}
.cl-t{
    max-width: 65%;
    float: left;
    padding-right: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
}
.price-t{
    float: right;
    max-width: 35%;
}
.price-t span{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}
.price-t ins{
    text-decoration: none;
    display: block;
}
#row-blok-cat3 .price-t{
    float: none;
    max-width: none;
}
.wrap-t .btn{
    width: 100%;
}
.price-t del{
    /*display: block;*/
    margin-bottom: 4px;
}
.price-t del span{
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}
.pl-t{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    display: block;
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 20px;
    width: 56px;
    background: #A2D471;
    border-radius: 3px;
    padding: 6px 0;
}
.btn-w-t{
   /*  padding: 10px 20px; */
    /*padding: 0 20px 20px;*/
    padding: 0;
    left: 0;
    right: 0;
    background: #fff;
    position: absolute;
    /* bottom: -38px; */
    bottom: -22px;
    bottom: 0;
    /* border-radius:0 0 3px 3px;
    box-shadow: 0px 6px 10px rgba(153, 153, 153, 0.25); */
}
.btn-w-t .btn{
    border: 2px solid transparent;
}
.btn-w-t .btn:hover{
    background: none; 
    border: 2px solid #CF1B33;
    color: #CF1B33;
}
.btn2{
    display: table;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #CF1B33;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #CF1B33;
    box-sizing: border-box;
    border-radius: 3px;
    width: 220px;
    padding: 14px 0;
}
.top-sale{
    padding-bottom: 100px;
}
.subscription-block{
    background: url('/wp-content/themes/mst_site/img/bg1.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-bottom: 80px;
}
.subscription-block .wrap{
    max-width: 600px;
}
.subscription-block h3{
    margin-bottom: 35px;
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}
.form-subscription:after{
   content: '';
   display: block;
   clear: both; 
}
.form-subscription input{
    float: left;
    height: 50px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-subscription input[type="text"], .form-subscription input[type="email"]{
    width: -webkit-calc(100% - 182px);
    width: calc(100% - 182px);
    background: #F2F2F2;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 3px;
    padding-left: 14px;
    padding-right: 7px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color:#AAAAAA;
    margin-right: 10px;
}
.form-subscription input[type="submit"]{
    width: 172px;
    border: none;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.25s;
    border: 2px solid transparent;
}
.form-subscription input[type="submit"]:hover{
    background: none;
    border: 2px solid #CF1B33;
    color: #CF1B33;
    background: #fff;
}
.checkbox label{
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    padding-top: 12px;
}
.checkbox input[type=checkbox] {
    display: none;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #CF1B33;
    border-radius: 3px;
}
.checkbox input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 11px;
    color: #fff;
    text-align: center;
   line-height: 15px;
   font-weight: bold;
}
.select-tovar-wrap{
    overflow: hidden;
}
.select-tovar-block{
    float: left;
    width: 33.333%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select-tovar-block:last-child{
    padding-right: 0;
}
.select-tovar-block2 h5{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-bottom: 15px;
    padding-top: 35px;
}
.select-tovar-block2 p{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
}
.select-tovar-block2 .btn{
    width: 220px;
    padding: 15px 0;
    margin-top: 15px;
    border: 2px solid transparent;
}
.select-tovar-block2 .btn:hover{
    background: none;
    border: 2px solid #CF1B33;
    color: #CF1B33;
}
.poligon-ico{
    position: relative;
    display: table;
    float: right;
}
.poligon-ico li a{
    display: block;
    background: url('/wp-content/themes/mst_site/img/Polygon1.png') no-repeat;
    width: 160px;
    height: 184px;
    text-align: center;
    position: relative;
}
.poligon-ico li a:hover{
    background: url('/wp-content/themes/mst_site/img/Polygon3.png') no-repeat;
    -webkit-background-size: 160px 184px;
    background-size: 160px 184px;
}
.poligon-ico li a img{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.poligon-ico li:nth-child(1), .poligon-ico li:nth-child(4){ float: left; }
.poligon-ico li:nth-child(2), .poligon-ico li:nth-child(5){ float: left; }
.poligon-ico li:nth-child(3){
    clear: both;
    position: relative;
    top: -46px;
}
.poligon-ico li:nth-child(3) a{
    display: table;
    margin: 0 auto;
}
.poligon-ico li:nth-child(4), .poligon-ico li:nth-child(5){ 
    position: relative;
    top: -92px;
 }
.about-blk{
    overflow: hidden;
    margin-bottom: 100px;
}
.video{
    float: left;
    width: 51.5%;
    display: block;
    position: relative;
    line-height: 0;
}
.video img{
    width: 100%;
}
.video-load{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -35px;
    background: #F2F2F2;
    border-radius: 50%;
    box-shadow: 0 0 0 9px rgba(242, 242, 242, 0.2), 0 0 0 20px rgba(242, 242, 242, 0.15);
}
.video-load:before{
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    right: 0;
    margin: 0 auto;
    top:50%;
    background: url('/wp-content/themes/mst_site/img/tr-video.svg') no-repeat;
    width: 22px;
    height: 28px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.about-txt{
    width: 48.5%;
    padding-left: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.about-txt p{
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    margin-bottom: 14px;
}
.inst-block{
    padding-top: 45px;
    background: #191A1F;
}
.inst-block h2{
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
}
.inst-block h3{
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
}
.inst{
    display: table;
    margin: 0 auto 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #CF1B33;
}
.inst-block img{
    display: table;
    margin: 0 auto;
}
.footer{
    padding: 70px 0 0;
    background: #191A1F;
    border-top: 1px solid #4F4F4F;
}
.logo-foot{
    float: left;
    margin-right: 17%;
}
.logo-foot img{
    width: 100%;
}
.menu-foot{
    float: left;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.block-menu-foot h6, .foot-right h6{
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #FFFFFF;
}
.block-menu-foot{
    float: left;
    max-width: 250px;
    width: 100vw;
}
.block-menu-foot li{
    margin-bottom: 14px;
}
.block-menu-foot li:last-child{
    margin-bottom: 0;
}
.block-menu-foot a{
    font-size: 16px;
    line-height: 17px;
    font-weight: 800;
    color: #FFFFFF;
    transition: 0.25s;
}
.block-menu-foot a:hover{
    color: #CF1B33;
}
.block-menu-foot1{
    margin-right: 42px;
}
.foot-right{
    float: right;
    padding-left: 9px;
}
.tel-f{
    font-size: 16px;
    line-height: 17px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 11px;
    display: table;
    margin-bottom: 17px;
    transition: 0.25s;
}
.mail-f{
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #FFFFFF;
    display: table;
    transition: 0.25s;
}
.tel-f:hover, .mail-f:hover{
    color: #CF1B33;
}
.foot-right h6{
    margin-bottom: 17px;
}
.social{
    overflow: hidden;
}
.social li{
    float: left;
    margin-right: 15px;
}
.social li:last-child{
    margin-right: 0;
}
.social li a{
    display: block;
    width: 30px;
    height: 30px;
    transition: 0.25s;
}
.fb2 a{ background: url('/wp-content/themes/mst_site/img/s1.svg'); }
.os a{ background: url('/wp-content/themes/mst_site/img/s2.svg'); }
.tl a{ background: url('/wp-content/themes/mst_site/img/s3.svg'); }
.vb a{ background: url('/wp-content/themes/mst_site/img/s4.svg'); }
.foot-bottom{
    padding: 21px 15px;
    border-top: 1px solid #4F4F4F;
    text-align: center;
    background: #191A1F;
    font-size: 14px;
    line-height: 17px;
    color: #AAAAAA;
}
.foot-top{
    padding-bottom: 53px;
}
.header-page{
    margin-bottom: 0;
}
.hed-in-page{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 70px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
}
.sidebar{
    float: left;
    width: 21%;
    margin-right: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.base-cont-wrap{
    width: 75%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sort-panel{
    margin-bottom: 30px;
}
.vid{
    float: right;
}
.vid a{
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 9px;
    background-color: #AAAAAA;
    border-radius: 3px;
    margin-right: 9px;
    transition: 0.25s;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}
.vid a.active{
    background-color: #ef4c4d;
}
.vid a:last-child{
    margin-right: 0;
}
.vid1{ 
    background-image: url('/wp-content/themes/mst_site/img/vid1.svg'); 
}
.vid2{ 
    background-image: url('/wp-content/themes/mst_site/img/vid2.svg'); 
}
.vid3{ 
    background-image: url('/wp-content/themes/mst_site/img/vid3.svg'); 
}
.row-blok-cat .col-block{
    width: 33.333%;
    margin-bottom: 25px;
}
.btn2-more{
    width: 273px;
}
.btn2-more-wr{
    margin-top: -42px;
    position: relative;
}
.wrap-cat{
    padding-bottom: 110px;
}
.subscription-block-page{
    background: #F2F2F2;
    margin-bottom: 0;
}
.subscription-block-page input[type="text"], .subscription-block-page input[type="email"]{
    background: #fff;
}
.subscription-block-page h3, .subscription-block-page label{
    color: #333333;
}
.crumbs{
    overflow: hidden;
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.crumbs li{
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    float: left;
    margin-right: 38px;
}
.crumbs li:last-child{
    margin-right: 0;
}
.crumbs li a{
    font-size: 14px;
    line-height: 17px;
    color: #AAAAAA;
}
.crumbs li a:hover{
    text-decoration: underline;
}
.crumbs li:before{
    content: '';
    display: block;
    position: absolute;
    right: -21px;
    top:50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #AAAAAA;
    border-bottom: 5px solid transparent;
}
.crumbs li:last-child:before{
    display: none;
}
.hed-in-single{
    margin-bottom: 22px;
}
.slider-product{
    float: left;
    width: 49.5%;
    margin-right: 6.5%;
    position: relative;
    min-height: 495px;
}
.slider_product{
    float: right;
    max-width: 500px;
    width: 100%;
}
.slider_product .item, .nav_slider .item{
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slider_product .item{
    display: block;
}
.nav_slider{
    transform: rotate(90deg);
    transform-origin:0% 0%;
    position: absolute;
    top: 0;
    left: 93px;
    height: 93px;
    width: 100%;
    max-width: 496px;
}
.nav_slider .item{
  transform: rotate(-90deg);
  width: 90px;
  height: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 
.nav_slider .item{
    border: none;
}
.nav_slider .item a{
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav_slider .item_active a{
    border: 1px solid #333;
}

.nav_slider .owl-item {
	max-height:95px;
}
.nav_slider .owl-item a{
	width:100% !important;
	text-align:center;
}
.nav_slider .item img{
	display: inline-block;
	max-height:90px !important;
	width:auto !important;
}


.product-wrap-top{
    margin-bottom: 65px;
}
.product-info{
    float: left;
    width: 44%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-info h1{
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
}
.bottom-grup a{
    float: left;
    margin-right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #AAAAAA;
    display: table;
    padding: 7px 15px;
    text-align: center;
}
.bottom-grup a:last-child{
    margin-right: 0;
}
.bottom-grup a.active{
    background: #F2F2F2;
    color: #A2D471;
    box-shadow: none;
}
.bottom-grup a.disable{
    box-shadow: none;
    text-decoration: line-through;
}
.price-product-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 34px;
}
.price-product{
    margin-right: 29px;
}
.price-product span, .product-price-variation span{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}
.bottom-grup{
    margin-bottom: 34px;
}
.label-s{
    font-size: 16px;
    line-height: 20px;
    color: #AAAAAA;
    display: inline-block;
    margin-right: 7px;
}
.wrapper_ul_select {
    cursor: pointer;
    position: relative;
    padding-right: 19px;
}
.wrapper_ul_select:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    margin-top: -7px;
}
.select-pr .select_li {
    border: 1px solid #000;
    padding: 10px 0;
    margin-top: 6px;
    width: auto!important;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 16px;
    background: #fff;
}
.select_li li:hover {
    background: #A2D471;
    color: #fff;
}
.select_li li{
    padding: 4px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-select, .orderby {
    display: none;
}
.wrapper_ul_select span{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
}
.select-pr{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    top: 3px;
}
.purchase, .form-purchase form, .form-purchase-form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}
.purchase div.form-purchase{
    margin-right: 0;
}
.purchase button, .single-product .form-submit #submit{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF!important;
    display: block;
    background: #EF4C4D!important;
    border-radius: 3px;
    width: 121px;
    height: 50px;
    cursor: pointer;
    font-family: 'Montserrat', 'Roboto', sans-serif !important;
    border: 2px solid transparent!important;
    transition: 0.25s;
}
.single-product .form-submit #submit{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.purchase button:hover, .single-product .form-submit #submit:hover{
    background: none!important;
    border: 2px solid #CF1B33!important;
    color: #CF1B33!important;
}
.single-product .comment-form-comment textarea{
    height: 170px!important;
}
.purchase{
    margin-bottom: 70px;
}
.purchase > div{
    margin-right: 9px;
}
.form-purchase input[type="tel"]{
    font-size: 16px;
    line-height: 20px;
    color: #AAAAAA;
    display: block;
    width: 50%;
    background: #fff;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 11px;
    height: 50px;
    max-width: 195px;
	width: 100%;
    font-family: 'Montserrat', 'Roboto', sans-serif;
	margin-right:5px;
}
.form-purchase input[type="tel"]:focus{
    color: #333;
}
.form-purchase input[type="submit"]{
    cursor: pointer;
    background: #A2D471;
    border-radius: 3px;
    height: 50px;
    transition: 0.25s;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    padding: 0 30px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    border: 2px solid transparent;
	width: 190px;
}
.form-purchase input[type="submit"]:hover{
    background: none;
    border: 2px solid #A2D471;
    color: #A2D471;
}
.txt-f{
    display: block;
    padding-top: 9px;
    font-size: 12px;
    line-height: 15px;
    color: #AAAAAA;
    width: 100%;
}
.dostavka{
    padding-top: 17px;
    border-top: 1px solid #DDDDDD;
}
.dostavka h5{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 17px;
}
.wr-dostavka{
    padding-left: 40px;
    position: relative;
    max-width: 480px;
    margin-bottom: 30px;
}
.wr-dostavka:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url('/wp-content/themes/mst_site/img/p.svg') no-repeat;
}
.wr-dostavka p, .wr-dostavka h6{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.wr-dostavka h6{
    margin-bottom: 12px;
    font-weight: bold;
}
.left-data-p{
    float: left;
    /*width: 49.5%;*/
    width: 65%;
    /*margin-right: 6.5%;*/
    margin-right: 3%;
    position: relative;
}
.tab{
    overflow: hidden;
    border-bottom: 2px solid #4F4F4F;
}
.tab a {
	float: left;
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background: #DDDDDD;
	border-radius: 3px 3px 0px 0px;
	padding: 11px 3%;
	margin-right: 1%;
	width: 26.6%;
	text-align:center;
}
.tab a:last-child{
    margin-right: 0;
}
.tab a.active{
    background: #4F4F4F;
}
.tab-cont{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
    padding: 40px;
    padding-top: 30px;
}
.style-content p, .style-content li{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    margin-bottom: 14px;
}
.style-content b, .tyle-content strong, .tyle-content h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
}
.style-content h6{
    margin-bottom: 12px;
}
.style-content ul{
    margin-bottom: 12px;
}
.style-content ul li{
    margin-bottom: 8px;
    position: relative;
    text-indent: 2px;
}
.style-content ul li:last-child{
    margin-bottom: 0;
}
.style-content ul li:before{
    content: '-';
    display: block;
    position: relative;
    right: 2px;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    float: left;
}
.tab-cont-in > div{
    background: #F2F2F2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.tab-cont-in > div > div{
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    padding-left: 46px;
    max-width: 77px;
    margin-right: 55px;
}
.tab-cont-in > div > div.ico1{
    padding-left: 33px;
}
.tab-cont-in > div > div:last-child{
    margin-right: 0;
}
.tab-cont-in > div > div:before{
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.ico1:before{
    left: 0;
    background: url('/wp-content/themes/mst_site/img/ico5.svg') no-repeat;
    width: 28px;
    height: 40px;
}
.ico2:before{
    left: 0;
    background: url('/wp-content/themes/mst_site/img/ico6.svg') no-repeat;
    width: 40px;
    height: 40px;
}
.ico3:before{
    left: 0;
    background: url('/wp-content/themes/mst_site/img/ico7.svg') no-repeat;
    width: 40px;
    height: 40px;
}
.tab-cont{
    display: none;
}
.tab-cont1{
    display: block;
}
.wrap-data-product{
    margin-bottom: 100px;
}
.comment-product{
    float: left;
    /*width: 44%;*/
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.woocommerce #review_form #respond .form-submit input {
	left: auto;
	width: 100%;
}
.comment-top{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 7px;
}
.comment-top h5{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    position: relative;
   margin-bottom: 15px;
}
.comment-form-cookies-consent{
    display: none;
}
.comment-top span{
    font-weight: 400;
    color: #4F4F4F;
}
.btn-comment{
    display: block;
    text-align: center;
    transition: 0.25s;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    float: right;
    background: #FFFFFF;
    border: 1px solid #4F4F4F;
    box-sizing: border-box;
    border-radius: 3px;
    width: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 0;
}
.tovar-sl{
    padding-bottom: 33px;
}
.tovar-sl .col-block{
    width: 100%;
}
.tovar-sl .owl-item, .tovar-sl .owl-stage, .tovar-sl .col-block, .tovar-sl .wrap-t{
    height: 100%;
}
.tovar-sl .owl-dots{
    display: none;
}
.tovar-sl .owl-carousel.own-style .owl-stage-outer{
    padding-bottom: 35px;
    padding-top: 17px;
}
.tovar-sl .col-block{
    padding: 0 8px;
}
.tovar-sl .own-style .owl-prev{
    left: -30px;
}
.tovar-sl .own-style .owl-next{
    right: -30px;
}
.tovar-sl .style-h2 h2{
    margin-bottom: 30px;
}
.tovar-sl .btn-w-t{
    bottom: -31px;
}
.page-int{
    padding-top: 74px;
    padding-bottom: 100px;
}
.page-int h1{
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    text-align: center;
    margin-bottom: 65px;
}
.distrebut-left{
    width: 63%;
    margin-right: 5%;
    float: left;
}
.distrebut-left img{
    margin-bottom: 25px;
}
.panel-distrebut{
    text-align: center;
    display: table;
    width: 100%;
    font-size: 0;
}
.panel-distrebut span, .panel-distrebut a{
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    position: relative;
    padding-left: 20px;
}
.span-dis1{
    margin-right: 15px;
}
.panel-distrebut span:before, .panel-distrebut a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.span-dis1:before{
    background: #CF1B32;
}
.span-dis2:before{
    background: #666666;
}
.distrebut-cont-wrap{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%;
}
.distrebut-cont{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 30px;
}
.distrebut-cont:after{
    content: '';
    display: block;
    clear: both;
}
.page-template-distrebut .page-int{
    overflow: visible;
}
.select-gorod .wrapper_ul_select{
    background: #F2F2F2;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 3px;
    padding-left: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}
.select-gorod .wrapper_ul_select span{
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}
.select-gorod .wrapper_ul_select:before {
    margin-top: -2px;
    right: 8px;
}
.select-gorod .select_li{
    left: 0;
    right: 0;
    width: 100%!important;
    border: 1px solid #AAAAAA;
    position: absolute;
    background: #fff;
    z-index: 3;
}
.select-gorod, .distrebut-block1{
    padding-bottom: 17px;
    margin-bottom: 17px;
    position: relative;
}
.select-gorod:before, .distrebut-block1:before{
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: 0;
    height: 1px;
    background: #DDDDDD;
}
.distrebut-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 14px;
}
.distrebut-list:last-child{
    margin-bottom: 0;
}
.distrebut-list span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #AAAAAA;
    padding-right: 4px;
}
.distrebut-list span + span{
    font-weight: bold;
    color: #333;
    padding-right: 0;
}
.btn-st{
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 2px;
    border: 2px solid transparent;
}
.btn-st:hover{
    background: none;
    border: 2px solid #CF1B33;
    color: #CF1B33;
}
.btn-st2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 15px 2px;
    text-align: center;
    transition: 0.25s;
    border: 1px solid #CF1B33;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #CF1B33;
}
.cart-in{
    padding-top: 15px;
    padding-bottom: 215px;
}
.cart-in .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.cart-form{
    float: left;
    width: 41%;
    /*margin-right: 6.5%;*/
}
.cart-form .form-purchase input[type="submit"]{
    width: 41%;
}
.cart-form .form-purchase input[type="tel"]{
    width: 59%;
}
.cart-form .form-purchase{
    margin-bottom: 30px;
}
.cart-form h6{
    padding-bottom: 8px;
    margin-bottom: 17px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.cart-top{
    padding-bottom: 8px;
    margin-bottom: 17px;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
}
.cart-wrap h6{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    float: left;
    margin-left: 40px;
}
.cart-top{
    padding-top: 37px;
}
.cart-upd{
    display: block;
    float: right;
    font-size: 14px;
    line-height: 17px;
    color: #CF1B33;
    margin-right: 40px;
}
.cart-upd:hover{
    text-decoration: underline;
}
.block-input{
    margin-bottom: 30px;
}
.block-input input, .block-input textarea{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F2F2F2;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 17px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #AAAAAA;
}
.block-input textarea{
    padding: 10px 15px;
    overflow-y: auto;
    resize: none;
    height: 100px;
}
.block-input input:focus, .block-input textarea:focus{
    color: #333333;
}
.group-inp{
    overflow: hidden;
    padding-bottom: 7px;
}
.group-inp input{
    float: left;
    width: 49%;
    margin-right: 2%;
}
.group-inp input:last-child{
    margin-right: 0;
}
.poch{
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}
.poch:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url('/wp-content/themes/mst_site/img/p.svg') no-repeat;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.blok-submit{
    overflow: hidden;
}
.blok-submit input[type="text"]{
    cursor: pointer;
    border: none;
    display: block;
    background: #f2f2f2;
    border-radius: 3px;
    transition: 0.25s;
    width: 50%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    float: left;
    border: 2px solid #dfdcde;
	margin-right: 15px;
	margin-bottom: 24px;
	margin-top: 4px;
}
.blok-submit input[type="submit"], .blok-submit button{
    cursor: pointer;
    border: none;
    display: block;
    background: #A2D471;
    border-radius: 3px;
    transition: 0.25s;
    width: 225px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    float: left;
    border: 2px solid transparent;
}
.blok-submit input:hover, .blok-submit button:hover{
    background: none;
    border: 2px solid #A2D471;
    color: #A2D471;
}
.txt-submit{
    float: left;
    padding-left: 21px;
    max-width: 248px;
    font-size: 12px;
    line-height: 17px;
    color: #4F4F4F;
}
.txt-submit a{
    color: #FF0007;
    font-weight: 600;
    display: inline;
}
.cart-wrap{
    float: left;
    width: 52.5%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
    border-radius: 3px;
	margin-right:5%;
}
.cart-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.cart-url-tovar{
    display: block;
    line-height: 0;
    margin-right: 12px;
}
.woocommerce-page .cart-url-tovar img{
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    max-width: 100px;
}
.info-t-cart{
    margin-right: 12px;
    width: 55%;
}
.name-t-cart{
    margin-bottom: 9px;
    display: table;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.vr-t{
    color: #219653;
    background: #F2F2F2;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: table;
    padding: 7px 15px;
    text-align: center;
    margin-bottom: 8px;
}
.cart-list{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}
.cart-list:last-child{
    border: none;
}
.cart-list-block{
    padding: 0 40px;
    position: relative;
}
.cart-list-block:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #DDDDDD;
}
.up-c{
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}
.up-c span{
    font-weight: 600;
    color: #333;
}
.info-t-col{
    text-align: right;
    width: 45%;
}
.info-t-col-wrap{
    float: right;
}
.info-t-col-wrap div{
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #AAAAAA;
    margin-bottom: 10px;
}
.info-t-col-wrap div span{
    font-weight: 600;
    font-size: 15px;
}
.info-t-col-wrap div:last-child{
    margin-bottom: 0;
}
div.active-price span{
    color: #333;
}
.itog-cart{
    font-size: 14px;
    line-height: 17px;
    color: #AAAAAA;
    text-align: right;
    padding-right: 40px;
    padding-bottom: 40px;
}
.itog-cart span{
    font-weight: 600;
    font-size: 16px;
    color: #CF1B33;
}
.contact{
    padding-top: 70px;
    padding-bottom: 120px;
}
.contact .wrap{
    max-width: 600px;
}
.contact-wrap{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
    border-radius: 3px; 
    padding: 40px;
    margin-bottom: 40px;
}
.contact-wrap h1{
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    margin-bottom: 18px;
    text-align: center;
}
.form-contact-page{
    position: relative;
}
.top-in-cont{
    margin-bottom: 10px;
}
.top-in-cont span{
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
}
.top-in-cont span + span{
    margin-right: 0;
}
.top-in-cont input, .form-contact-page textarea{
    background: #F2F2F2;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #AAAAAA;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    width: 100%;
    height: 50px;
}
.form-contact-page textarea{
    overflow-y: auto;
    resize: none;
    padding: 14px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}
.top-in-cont input:focus, .form-contact-page textarea:focus{
    color: #333333;
}
.form-contact-page input[type="submit"]{
    height: 50px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.25s;
    border: none;
    cursor: pointer;
    background: #A2D471;
    border-radius: 3px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.social-contact{
    font-size: 0;
    display: table;
    width: 100%;
    text-align: center;
}
.social-contact a{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 28px;
}
.social-contact a:last-child{
    margin-right: 0;
}
.fb-k{ background: url('/wp-content/themes/mst_site/img/social1.svg') no-repeat; }
.inst-k{ background: url('/wp-content/themes/mst_site/img/social2.svg') no-repeat; }
.tl-k{ background: url('/wp-content/themes/mst_site/img/social3.svg') no-repeat; }
.wh-k{ background: url('/wp-content/themes/mst_site/img/social4.svg') no-repeat; }
.profile{
    padding-top: 65px;
    padding-bottom: 120px;
}
.profile h1{
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}
.profile .wrap{
    max-width: 1010px;
}
.wrap-profile{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
    border-radius: 3px;
    padding: 40px;
    margin-bottom: 25px;
}
.prof-ava{
    float: left;
    width: 34%;
    margin-right: 4%;
}
.ava-block{
    width: 100%;
    position: relative;
    height: 370px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #F2F2F2;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 18px;
}
.ava-bl{
    margin: auto;
}
.ava-bl img{
    display: table;
    margin: 0 auto 12px;
}
.ava-bl span{
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.prof-ava button{
    width: 100%;
    height: 40px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 3px;
    padding-left: 11px;
    text-align: left;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #AAAAAA;
}
.prof-base{
    width: 62%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.prof-top{
    padding-bottom: 10px;
    margin-bottom: 25px;
    /*border-bottom: 1px solid #DDDDDD;*/
    overflow: hidden;
}
.prof-top > div{
    font-size: 12px;
    line-height: 15px;
    color: #AAAAAA;
    float: left;
}
.prof-top > div span{
    font-weight: 600;
    color: #333;
    font-size: 13px;
}
.login-in{
    margin-right: 29px;
}
.prof-top .lang{
    float: right;
}
.prof-top .lang a{
    color: #AAAAAA;
    font-weight: 400;
}
.prof-top .lang a.active{
    color: #CF1B33;
    font-weight: 600;
}
.prof-top .lang a:first-child:before {
    color: #CF1B33;
}
.input-style-int input, .input-style-int textarea{
    background: #F2F2F2;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    height: 40px;
    padding: 0 14px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    width: 100%;
}
.input-style-int textarea{
    padding: 14px;
    resize: none;
}
.input-style-int input:focus, .input-style-int textarea:focus{
    color: #333;
}
.prof-form-in-block{
    padding-bottom: 20px;
    margin-bottom: 17px;
    border-bottom: 1px solid #DDDDDD;
}
.input-style-int label{
    display: block;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #4F4F4F;
    margin-bottom: 5px;
}
.input-style-int label span{
    color: #CF1B33;
}
.input-wrapper{
    float: left;
}
.prof-form-in1 .input-wrapper{
    width: 49%;
    margin-right: 2%;
}
.prof-form-in1 .input-wrapper:last-child{
    margin-right: 0;
}
.prof-form-in2 .input-wrapper + .input-wrapper, .prof-form-in3 .input-wrapper + .input-wrapper{
    width: 65%;
}
.input-wrapper-select, .input-wrapper-tel{
    width: 33%;
    margin-right: 2%;
}
.input-wrapper-select .select-gorod{
    margin: 0;
    padding: 0;
    border: none;
}
.input-wrapper-select .select-gorod:before, .input-wrapper-select .distrebut-block1:before {
    display: none;
}
.prof-form-in4 .input-wrapper{
    width: 100%;
}
.prof-form-in5 .input-wrapper{
    width: 49%;
    margin-right: 2%;
}
.prof-form-in5 .input-wrapper + .input-wrapper{
    margin-right: 0;
}
.prof-form-in-block label:before {
    display: none;
}
.btn-green{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    transition: 0.25s;
    background: #A2D471;
    border-radius: 3px;
    width: 213px;
    height: 50px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.input-style-int input.btn-green, .input-style-int input.btn-green:focus{
    background: #A2D471;
    border: none;
    height: 50px;
    width: 213px;
    color: #fff;
    border: 2px solid transparent;
    transition: 0.25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.input-style-int input.btn-green:hover{
    background: none;
    border: 2px solid #A2D471;
    color: #A2D471;
}
.info-user{
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
    border-radius: 3px;
}
.info-user h6{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.list-user-hed{
    position: relative;
    top: -10px;
}
.block-user-wrap{
    display: table;
    width: 100%;
}
.list-user span{
    display: block;
    display: table-cell;
    font-size: 14px;
    line-height: 17px;
    color: #556065;
}
.list-user{
    display: table-row;
}
.list-user span:first-child{
    width: 76px;
    min-width: 76px;
}
.list-user-hed span{
    padding: 15px 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid #AAAAAA;
    margin-bottom: 15px;
    text-align: center;
}
.list-user-base span{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #F2F2F2;
    text-align: center;
    padding: 19px 10px;
}
.list-user-base2 span{
    background: #DDDDDD;
}
.list-user-base span:last-child{
    margin-right: 0;
}
.list-user-base span:nth-child(2){
    color: #333;
    font-weight: 600;
}
.block-user{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}
.btn-us{
    transition: 0.25s;
    border: none;
    background: #333333;
    border-radius: 3px;
    width: 116px;
    height: 50px;
    display: inline-block;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 20px;
    vertical-align: middle;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-us:hover{
    background: none;
    border: 2px solid #333;
    color: #333;
}
.user-btn label{
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    padding-top: 0;
}
.user-btn .checkbox{
    display: inline-block;
    vertical-align: middle;
}
.user-btn .checkbox input[type="checkbox"]:checked + label:before, .user-btn .checkbox label:before  {
    background: #333333;
    color: #fff;
}
#small-dialog{
    max-width: 400px;
    background: #fff;
    padding: 40px;
	display: block;
	top: 0;
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10000;
	box-shadow: 0 0 10px #999;
	width:95%;
}
#small-dialog input#user_login{ height:35px;}
#small-dialog input#user_email{ height:35px;}
#small-dialog input#user_phone{ height:35px;}
#small-dialog input{  width:100%; margin-bottom:10px;}

.modal-form-bg{display:none; background:#000; opacity:0.5; position:fixed; top:0;left:0; right:0; bottom:0; z-index:10;}
.modal-form-close { position: absolute; top: 20px; right: 20px; color: #999; font-size: 18px; height: 25px; width: 25px; /*border: 1px solid #999;*/ text-align: center; line-height: 25px; border-radius: 50%; cursor: pointer; }
.modal-form h3{
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.exit-us{
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}
.exit-us a{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #333;
}
.modal-form input{
    margin-bottom: 15px;
}
.modal-form .btn{
    height: 50px;
    background: #CF1B33;
    border-radius: 3px!important;
    border: none;
    cursor: pointer;
    color: #fff!important;
}
.modal-form .mfp-close{
    opacity: 1!important;
    font-size: 1px;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    background: url('/wp-content/themes/mst_site/img/close.svg') no-repeat!important;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 15px;
}
    
#row-blok-cat1 .btn-w-t{
    padding: 0 20px 20px;
}
#row-blok-cat2 .col-block{
    width: 20%;
    margin-bottom: 32px;
}
#row-blok-cat2 .hr-t{
    font-size: 12px;
}
#row-blok-cat2 .name-t{
    margin-bottom: 4px;
	font-size: 14px;
}
#row-blok-cat2 .cl-t{
    float: none;
    max-width: none;
    padding-right: 0;
    margin-bottom: 3px;
    font-size: 14px;
}
#row-blok-cat2 .price-t{
    float: none;
    max-width: none;
}
#row-blok-cat2 .btn-w-t{
    bottom: -25px;
    padding: 0 20px 15px;
}
#row-blok-cat2 .price-t span{
    font-size: 14px;
}
#row-blok-cat2 .price-t span.woocommerce-Price-amount{
    display:block;
}
#row-blok-cat2 .wrap-t img{
    margin-bottom: 5px;
}
#row-blok-cat2 .bottom-t {
    padding-top: 7px;
    padding-bottom: 7px;
	bottom:40px;
}
#row-blok-cat3 .col-block{
    width: 100%;
    margin-bottom: 10px;
}
#row-blok-cat3 .btn-w-t{
    display: block!important;
    bottom: auto;
    top: 50%;
    padding: 0;
    right: 15px;
    left: auto;
    width: 111px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

#row-blok-cat3 .img-cat-min{
    float: left;
    max-width: 70px;
    margin-right: 8px;
}
#row-blok-cat3 .name-t-col{
    float: left;
}

#row-blok-cat3 .bottom-t{
    float: right;
    padding: 0;
    border: none;
}
#row-blok-cat3 .bottom-t:before{
    display: none;
}
#row-blok-cat3 .name-t{
    font-size: 14px;
    margin-bottom: 3px;
    max-width: 205px;
    text-align: left;
}


#row-blok-cat3 .hr-t{
    margin-bottom: 0;
    font-size: 12px;
}
#row-blok-cat3 .bottom-t{
    padding-right: 40%;
    top: 50%;
    position: absolute;
    right: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
	left:auto;
	bottom:auto;
}
#row-blok-cat3 .wrap-t{
    padding: 20px;
}
#row-blok-cat3 .cl-t{
    max-width: none;
    padding-right: 11px;
    font-size: 14px;
}
#row-blok-cat3 .price-t span{
    font-size: 14px;
}
#row-blok-cat3 + .btn2-more-wr{
    padding-top: 30px;
}
.sort-top{
    float: left;
    padding-right: 10px;
}
.sort-top .sort-span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 17px;
    color: #AAAAAA;
    padding-right: 7px;
}
.sort-top .select-gorod{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 195px;
}
.sort-top .select-gorod form{
    margin-bottom: 0;
}
.sort-top .select-gorod:before{
    display: none;
}
.sort-panel-right{
    float: right;
}
.sort-panel-left{
    float: left;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    position: relative;
    top: 10px;
}
.f-clik{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    display: block;
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid #AAAAAA;
}
.f-clik.tr-i:before {
    border-top: 5px solid #333;
    margin-top: -7px;
    transition: 0.25s;
}
.f-clik.active{
    color: #CF1B33;
}
.f-clik.active:before{
    border-top: 5px solid #CF1B33;
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.filter-block label{
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}
.widget-filter{
    margin-bottom: 25px;
}
.widget-filter1 .filter-block{
    display: block;
}
.subscription-block-social .wrap{
    font-size: 0;
    text-align: center;
    padding: 0 0 80px;
}
.subscription-block-social-page .wrap{
    padding-top: 80px;
}
.subscription-block-social a{
    display: inline-block;
    margin-right: 55px;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: 0.25s;
}
.subscription-block-social a:last-child{
    margin-right: 0;
}
.fb-sub{ background: #fff url('/wp-content/themes/mst_site/img/social/social1.svg') no-repeat; }
.inst-sub{ background: #fff url('/wp-content/themes/mst_site/img/social/social2.svg') no-repeat; }
.tl-sub{ background: #fff url('/wp-content/themes/mst_site/img/social/social3.svg') no-repeat; }
.vb-sub{ background: #fff url('/wp-content/themes/mst_site/img/social/social4.svg') no-repeat; }
.fb-sub:hover{  background:#CF1B33 url('/wp-content/themes/mst_site/img/social/social1-hover.svg') no-repeat; border: 1px solid #CF1B33; border-radius: 3px 0 0 0; }
.inst-sub:hover{  background:#CF1B33 url('/wp-content/themes/mst_site/img/social/social2-hover.svg') no-repeat; border: 1px solid #CF1B33; border-radius: 3px 0 0 0; }
.tl-sub:hover{  background:#CF1B33 url('/wp-content/themes/mst_site/img/social/social3-hover.svg') no-repeat; border: 1px solid #CF1B33; border-radius: 3px 0 0 0; }
.vb-sub:hover{  background:#CF1B33 url('/wp-content/themes/mst_site/img/social/social4-hover.svg') no-repeat; border: 1px solid #CF1B33; border-radius: 3px 0 0 0; }
#pa_ru-vkus{
    display: none;
}
.variations_form .price-product span{
    font-weight: 500;
    font-size: 18px;
}
.variations_form .price-product-block{
    margin-bottom: 30px;
}
.variations_form  .product-price{
    margin-bottom: 15px;
}
.price-product-block{
    position: relative;
}
.single_variation_wrap{
    position: absolute;
    top: -21px;
    color: red;
}
.variations_form .select_li li:first-child{
    display: none;
}
.wrap-i-p{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 9;
}
.wrap-i-p img{
    display: block;
    margin:0 auto;
}
.form-purchase-form img{
    display: none;
    position: absolute;
    bottom: -21px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.f-product, .single-product .woocommerce-Reviews-title{
    display: none;
}
.single-product .price del{
    /*text-decoration: none;*/
}
.single-product ins{
    /*text-decoration: line-through;*/
	text-decoration: none;
    padding-left: 7px;
}
.single-product ins span{
    color: red;
}
.purchase2 form{
    margin-right: 9px;
}
.woocommerce #reviews #comments ol.commentlist{
    overflow: hidden;
}
.woocommerce p.stars.selected a.active::before, .woocommerce p.stars a {
    color: #E9BA17;
}
.comment-top .star-rating span {
    color: #E9BA17 !important;
}
.valut{
    position: relative;
}
.valut a + a{
    position: absolute;
    display: none;
    padding-top: 7px;
}
.valut-widget{
    display: none;
}
.woocommerce-Price-currencySymbol{
    padding-left: 4px;
}
.tab-cont-in div.attr-b, .tab-cont-in  div.attr-b-wrap{
    display: block;
    margin: 0;
    margin-bottom: 12px;
    background: none;
    padding: 0;
    max-width: none;
}
.attr_name{
    font-weight: bold;
    font-size: 17px;
}
.tab-cont-in  div.attr-b-wrap{
    margin-bottom: 25px;
}
.load-cat-img{
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    margin: 5px auto 0;
}
.sort-top .wrapper_ul_select span, .sort-top .select_li li{
    font-size: 12px;
}
.sort-top .woocommerce-ordering{
    width: 100%;
}
body .filter__checkgroup-check:before{
    content: "\2713";
    width: 15px;
    height: 15px;
    right: 1px;
    background-color: #CF1B33;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    text-indent: -1px;
}
body .filter--style-premmerce .filter__checkgroup-check{
    top: 0;
}
body .filter__checkgroup-check {
    background: none;
    background-color: #CF1B33;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 15px !important;
    height: 15px !important;
}
body .filter__properties-item:not(:last-child){
    margin-bottom: 11px;
}
body .filter--style-premmerce .filter__title{
    display: block!important;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    display: block;
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid #AAAAAA;
    text-transform: none;
    position: relative;
    padding-right: 16px;
    cursor: pointer;
}
body .filter--style-premmerce .filter__title:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    margin-top: -7px;
    transition: 0.25s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
body .pc-range-slider__control .ui-slider-handle{
    background: #CF1B33;
}
.filter--style-premmerce .filter__item{
    border: none!important;
    padding: 0!important;
    margin: 0 0 12px!important;
}
/* .filter__inner{
    display: none;
} */
.filter .filter__item.active .filter__title{
    color: #CF1B33;
} 
.filter .filter__item:first-child .filter__inner{
    display: block;
}
.filter .filter__item .filter__inner{
    padding-bottom: 10px;
}
.filter .filter__item.active .filter__title:before{
    border-top: 5px solid #CF1B33;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
body .filter__checkgroup-count{
    top: 0;
}
.form-contact-page form{
    position: relative;
}
.form-contact-page div.wpcf7 .ajax-loader{
    margin: 5px auto 0;
    position: absolute;
    left: 0;
    right: 0;
}
.form-contact-page .wpcf7 form .wpcf7-response-output{
    margin: 0;
    margin-top: 10px;
}
.form-contact-page .textarea-177 .wpcf7-not-valid-tip{
    position: relative;
    top: -8px;
    font-size: 13px;
}
.form-contact-page .top-in-cont span span{
    display: block;
    margin-right: 0;
    width: 100%;
    font-size: 13px;
}
.cart_active{
    color: #219653;
}
.cart_active:before {
    border-top: 5px solid #219653;
}
.cart_active:after {
    background: url('/wp-content/themes/mst_site/img/cart2.svg') no-repeat;
}
.akaunt .woocommerce{
    margin: 0 auto;
    max-width: 1215px;
    padding: 25px 0;
}
.wrap-style a{
  color: #0068B2;
  text-decoration: underline;
}
.wrap-style a:hover{
  text-decoration: none;
}
.wrap-b{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.wrap-b-col{
    width: 33.333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 15px;
}
.wrap-style h1{
    text-align: center;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #333333;
    margin-bottom: 45px;
    padding-top: 20px;
}
.wrap-b-col-in{
    height: 100%;
    background: #fff;
}
.wrap-b-col-in a{
    display: block;
    line-height: 0;
    margin-bottom: 25px;
}
.wrap-b-col-in a img{
    width: 100%;
}
.wp-pagenavi{
    margin-bottom: 35px;
}
.wrap-b-col-in a.title_cat{
    display: table;
    margin-bottom: 20px;
    font-size: 19px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
}
.title_cat:hover{
    text-decoration: underline;
}
.wrap-b-col-in p, .wrap-style p{
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}
.wr-i-cat{
    padding: 20px;
    padding-top: 0;
}
.article-post{
    margin-top: -15px;
}
.article-post h1{
    padding-top: 0;
    margin-bottom: 25px;
}
.article-post .wrap-style p{
    margin-bottom: 15px;
}
.article-post{
    margin-bottom: 35px;
}
.wrap-style b, .wrap-style strong{
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #3F4443;
    margin-bottom: 10px;
    display: block;
}

.blog-post b, .single-post b{ display: inline; }
.blog-post strong, .single-post strong{    display: inline;}

.wrap-style ul{
    list-style-type: disc;
}
.wrap-style ul, .wrap-style ol{
  margin-bottom: 25px; 
}
.wrap-style h2, .wrap-style h3, .wrap-style h4, .wrap-style h5, .wrap-style h6{
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin-bottom: 19px;
  line-height: 1.5;
}
.wrap-style h1{
  font-size: 40px;
}
.wrap-style h2{
  font-size: 30px;
}
.wrap-style h3{
  font-size: 28px;
}
.wrap-style h4{
  font-size: 21px;
}
.wrap-style h5{
  font-size: 19px;
}
.wrap-style h6{
  font-size: 18px;
}
.wrap-style ol, .wrap-style ul{
  list-style-position: inside;
}
.wrap-style li{
  position: relative;
  margin-bottom: 9px;
}
.wrap-style .alignleft{
  float: left;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-right: 15px;
}
.wrap-style .alignright{
  float: right;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: 15px;
}
.wrap-style .alignnone{
  margin-top: 12px;
  margin-bottom: 12px;
}

.wrap-style blockquote, .wrap-style blockquote p{
  font-style: italic;
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}
.wrap-style blockquote{
  margin-bottom: 15px;
}
.wrap-style table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap-style th{
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #3F4443;
    border: 1px solid #333;
}
.wrap-style td{
    font-size: 18px;
    line-height: 28px;
    color: #3F4443;
    border: 1px solid #333;
}
.wrap-style td, .wrap-style th{
    padding: 8px 10px;
}
.aligncenter{
    display: table;
    margin: 12px auto;
}
.article-post-page{
    padding-top: 40px;
}
.comment-reply-link{
    float: right;
    padding-bottom: 12px;
    clear: both;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #CF1B33;
}
.comment-reply-link:hover{
    text-decoration: underline;
}
#respond .form-submit{
    padding-bottom: 12px;
    padding-top: 7px;
}
.cl-t2, .cl-t3{
    font-size: 14px;
    text-align: left;
}
.cl-t2{
	color: #CF1B33;
	font-weight:bold;
}
.cl-t3{
    color: green;
}
.clas_visible .wrap-t, .clas_visible .btn-w-t{
    /*background: #ccc;*/
}
.single-product .purchase{
    position: relative;
}
.single-product .purchase .stock{
    display: table;
    position: absolute;
    top: -27px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ccc;
    padding: 2px 7px;
    background: #fff;
}
.single-product .purchase .out-of-stock{
    color: red;
}
.search-b .dgwt-wcas-search-input{
    height: 50px!important;
    box-sizing: border-box;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.single-product .quantity{
    position: absolute;
    bottom: -5px;
}
.woocommerce-notices-wrapper .restore-item{
    display: none!important;
}
/* responsive */
.wrap-m, .control, .span-m, .poligon-ico li span, .row-blok-m.owl-carousel.owl-loaded, .inst-block img.img-inst-m, .tab-mob, .txt-f-m, .block-user-m{
    display: none;
}
@media screen and (max-width: 1279px) {
    .slider-product{
        margin-right: 3%;
        width: 53%;
        padding-left: 100px;
        box-sizing: border-box;
    }
    .slider_product{
         max-width: 100%;
    }
}
@media screen and (max-width: 1210px) {
    .search-b{
        max-width: 350px;
    }
    .logo{
        margin-right: 21px;
    }
    .block-menu-foot {
        max-width: 228px;
    }
    .purchase{
        display: block;
    }
    .purchase button{
        margin-bottom: 12px;
    }
    #row-blok-cat2 .col-block{
        width: 25%;
    }
    .menu-base > li{
        margin-right: 10px;
    }
    .menu-base > li > a{
        font-size: 15px;
    }
	
}
@media screen and (max-width: 1100px) {
	.hed-r.after-clear br{display:none;}
    .menu-base > li{
        margin-right: 28px;
    }
    .soc {
        padding: 0 25px;
    }
    .logo-foot{
        margin-right: 10%;
    }
    .own-style .owl-prev{
        left: -22px;
    }
    .own-style .owl-next{
        right: -22px;
    }
    .wrap2 {
        padding: 0 22px;
    }
    .logo{
        /*float: none;
        display: table;
        position: absolute;*/ 
        margin: 0;
        left: 0;
        top: 0;
    }
    .hed-r{
        float: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: 8px;
    }
    .menu-base{
        float: none;
        top: 0;
        padding-top: 54px;
        padding-bottom: 5px;
        display: table;
        margin: 0 auto;
    }
    .menu-base .sub-menu{
        margin-top: 12px;
    }
    .vhr{
        margin-right: 20px;
    }
    .valut{
        margin-right: 25px;
    }
    .search-b {
        max-width: 270px;
    }
    .block-menu-foot {
        width: auto;
        max-width: 160px;
    }
    .wrap-cat-modal{
        width: -webkit-calc(100vw - 30px);
        width: calc(100vw - 30px);
    }
    .sidebar{
        margin-right: 3%;
        width: 22.5%;
    }
    .left-data-p{
        float: none;
        width: auto;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .comment-product{
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 1023px) {
    .poligon-ico li:nth-child(1), .poligon-ico li:nth-child(4){
        float: none;
    }
    .poligon-ico li:nth-child(3), .poligon-ico li:nth-child(4), .poligon-ico li:nth-child(5){
        top: 0;
    }
    .poligon-ico li:nth-child(2), .poligon-ico li:nth-child(4){
        float: right;
    }
    .poligon-ico li:nth-child(1), .poligon-ico li:nth-child(3), .poligon-ico li:nth-child(5){
        clear: both;
        float: left;
    }
    .poligon-ico{
        width: 100%;
        max-width: 300px;
    }
    .poligon-ico li:nth-child(2), .poligon-ico li:nth-child(3), .poligon-ico li:nth-child(4), .poligon-ico li:nth-child(5){
        margin-top: -50px;
    }
    .select-tovar-wrap{
        padding-bottom: 25px;
    }
    .block-menu-foot1 {
        margin-right: 75px;
    }
    .distrebut-cont{
        padding: 20px 15px;
    }
    .cart-in .wrap{
        display: block;
    }
    .cart-form, .cart-wrap{
        float: none;
        width: auto;
        max-width: 600px;
        margin: 0 auto 25px;
    }
    .cart-in{
        padding-bottom: 35px;
    }
    #row-blok-cat2 .col-block{
        width: 33.333%;
    }
}
@media screen and (max-width: 900px) {
    .own-style .owl-nav button{
        display: none;
    }
    .wrap2{
        padding: 0;
    }
    .btn-cat, .search-b{
        margin-right: 0;
        display: table;
    }
    .search-b{
        float: right;
        max-width: 350px;
    }
    .hed-in-right{
        float: none;
        clear: both;
        padding-bottom: 20px;
        max-width: 400px;
        margin: 0 auto;
    }
    .banner-slider .item{
        /*height: 310px;*/
		height: auto;
    }
    .banner-slider .item img{
        /*height: 100%;*/
        height: auto;
		width:100%;
        object-fit: cover;
    }
    .style-h2 h2{
        margin-bottom: 20px;
    }
    .subscription-block{
        margin-bottom: 35px;
    }
    .subscription-block-page{
        margin-bottom: 0;
    }
    .wrap-cat-modal{
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner-slider .owl-carousel1{
        margin-bottom: 50px;
    }
    .wrap-ik{
        padding-bottom: 50px;
    }
    .col-block{
        width: 50%;
        max-width: 300px;
        margin-bottom: 10px;
    }
    .tovar-sl .col-block{
        width: 100%;
        max-width: none;
    }
    .row-blok{
        -ms-flex-pack: center;
        justify-content: center;
    }
    .top-sale{
        padding-bottom: 35px;
    }
    .select-tovar-block{
        float: none;
        padding-right: 0;
        width: auto;
        margin-bottom: 15px;
    }
    .select-tovar-block img{
        display: table;
        margin: 0 auto;
    }
    .poligon-ico{
        float: none;
        margin: 0 auto;
    }
    .video{
        float: none;
        width: auto;
        max-width: 626px;
        margin: 0 auto 15px;
    }
    .about-txt{
        padding-left: 0;
        width: auto;
        float: none;
    }
    .about-blk{
        margin-bottom: 35px;
    }
    .logo-foot, .menu-foot, .foot-right{
        float: none;
        width: auto;
        padding-left: 0;
    }
    .logo-foot{
        margin: 0 auto 20px;
        display: table;
    }
    .menu-foot{
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #AAAAAA;
        border-top: 1px solid #AAAAAA;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .foot-top {
        padding-bottom: 30px;
    }
    .foot-right{
        position: relative;
        left: 50%;
        display: table;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, 0);
    }
    .foot-bottom{
        border-top: 1px solid #AAAAAA;
    }
    .sidebar{
        display: none;
    }
    .base-cont-wrap{
        width: auto;
        float: none;
    }
	.base-cont-wrap-blog{
		width: auto;
        float: none;
	}
    .hed-in-page{
        margin-bottom: 15px;
    }
    .wrap-cat{
        padding-bottom: 45px;
    }
    .product-info h1{
        font-size: 31px;
    }
    .slider-product{
        float: none;
        width: auto;
        max-width: 550px;
        margin: 0 auto 20px;
        padding-left: 0;
        min-height: auto;
    }
    .nav_slider, .nav_slider .item{
        position: static;
        transform: rotate(0deg);
    }
    .slider_product{
        float: none;
        margin-bottom: 5px;
    }
    .nav_slider .item a{
        display: block;
        padding: 2px;
    }
    .product-info{
        float: none;
        width: auto;
    }
    .tovar-sl .owl-dots{
        display: block;
    }
    .tovar-sl .owl-carousel.own-style .owl-stage-outer{
        padding-bottom: 55px;
    }
    .crumbs{
        margin-bottom: 18px;
    }
    .distrebut-left{
        margin-bottom: 25px;
        text-align: center;
    }
    .distrebut-left img{
        display: inline-block;
    }
    .distrebut-left, .distrebut-cont-wrap{
        margin-right: 0;
        float: none;
        width: auto;
    }
    .distrebut-cont-wrap{
        max-width: 500px;
        margin: 0 auto;
    }
    .page-int{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .page-int h1{
        margin-bottom: 35px;
    }
    .profile{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .prof-ava{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .prof-base{
        float: none;
        width: auto;
    }
    .ava-block{
        height:200px;
        margin-bottom: 12px;
    }
    .prof-ava{
        max-width: 400px;
        margin: 0 auto 25px;
    }
    #row-blok-cat3 .col-block{
        width: 100%;
        max-width: 100%;
    }
    .subscription-block-social .wrap{
        padding-bottom: 35px;
    }
    .subscription-block-social-page .wrap{
        padding-top: 35px;
    }
    .single-product .purchase button{
        margin-bottom: 12px!important;
    }
}
@media screen and (max-width: 767px) {
    .row-blok-cat .col-block{
        width: 50%;
    }
    .block-user{
        display: none;
    }
    .block-user-m{
        display: block;
    }
    .list-m-u span{
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 15px;
        color: #4F4F4F;
        padding: 2px 0;
    }
    .list-m-u > div{
        padding: 17px 5px;
        text-align: center;
        background: #F2F2F2;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #333333;
    }
    .block-user{
        border-bottom: none;
        position: relative;
        padding-bottom: 20px;
    }
    .block-user:before{
        content: '';
        display: block;
        position: absolute;
        left: -40px;
        right: -40px;
        bottom: 0;
        height: 2px;
        background: #AAAAAA;
    }
    #row-blok-cat3 .btn-w-t{
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        /*margin: 0 auto;*/
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
		width:40%;
    }
	
    #row-blok-cat3 .wrap-t{
        /*padding-bottom: 90px;*/
    }
    #row-blok-cat3 .bottom-t{
        padding-right: 0;
        padding-top: 28px;
    }
    .sort-panel-left{
        margin-bottom: 15px;
    }
    .sort-panel-left, .sort-panel-right{
        float: none;
        top: 0;
    }
    .wrap-b-col{
        width: 100%;
    }
    .wrap-b{
        max-width: 550px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .profile h1{
        font-size: 20px;
        line-height: 27px;
    }
    .wrap-d{
        display: none;
    }
    .wrap-m{
        display: block;
        background: #191A1F;
        padding: 0;
        padding: 0 15px
    }
    .wrap-m .logo{
        float: left;
        width: auto;
        position: relative;
        margin-right: 10%;
        top: 14px;
    }
    .tel-m{
        float: right;
        width: 35px;
        height: 70px;
        /*
		border-left: 1px solid #4F4F4F;
        border-right: 1px solid #4F4F4F;
        */
		display: block;
        background: url('/wp-content/themes/mst_site/img/tel-m.svg') center center no-repeat;
		background-size: contain !important;
		background-size: 30px;
        margin-right: 0%;
		margin-left: 35px;
    }
    .header{
        background: none;
        padding: 0;
    }
    .lang-m a{
        /*display: none;*/
        /*font-weight: bold;*/
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
		margin-right:4px;
    }
    .lang-m a.active{
        font-weight: bold;
    }
    /*.lang-m a:first-child{
        display: table;
    }*/
    .lang-m{
        float: right;
        position: relative;
        top: 23px;
		text-align: right;
		margin-right:3%;
    }
	.m-menu {
		position:relative;
		/*
		float: right;
		margin-top: 24px;
		position: absolute;
		left: 50%;
		margin-left: -12px; 
		*/
	}
    .click-menu{
		width: 30px;
		position: absolute;
		left: 41%;
		margin-left: -12px;
		top: 24px;
		display: block;
    }
    .click-menu span{
        margin-bottom: 4px;
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
    }
    .active-m-menu span{
        background: #CF1B33;
    }
    .click-menu span:last-child{
        margin-bottom: 0;
    }
    .menu-base-m{
        background: #F2F2F2;
        border-radius: 3px;
        width: 375px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px;
        text-align: center;
        position: absolute;
        z-index: 99;
        right: -15px;
        margin-top: 70px;
        width: 100vw;
        display: none;
    } 
    .menu-base-m li{
        float: none;
        margin-right: 0;
		padding:10px 0;
		border-bottom:1px solid #ccc;
		margin-bottom: 5px;
		border-radius:5px;
		background:#fafafa;
/*        margin-bottom: 25px;*/
    }
	.menu-base-m li:hover,.menu-base-m li:focus{
		background:#eee;
	}
    .menu-base-m li:last-child{
        margin-bottom: 0;
    }
    .menu-base-m li a{
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #333333;
    }
	
	
.menu-base-m > li.int-li > a::before, .menu-base-m > li.int-li > a::after {
	top: 7px;
}

    .menu-base-m .menu-base{
        margin-bottom: 30px;
		width:100%;
    }
    .menu-base .sub-menu{
        margin-top: 0;
    }
    .menu-base > li.active-menu > a:before {
        border-top: 5px solid #333;
    }
    .menu-base{
        padding: 0;
    }
    .social-m{
        overflow: hidden;
        text-align: center;
        font-size: 0;
        display: table;
        width: 100%;
        padding-top: 15px;
    }
    .social-m a{
        display: inline-block;
        margin-right: 30px;
        width: 30px;
        height: 30px;
    }
    .social-m a:last-child{
        margin-right: 0;
    }
    .fb-m{ background: url('/wp-content/themes/mst_site/img/fb-m.svg') no-repeat; }
    .inst-m{ background: url('/wp-content/themes/mst_site/img/inst-m.svg') no-repeat; }
    .vb-m{ background: url('/wp-content/themes/mst_site/img/vb-m.png') no-repeat; }
    .tg-m{ background: url('/wp-content/themes/mst_site/img/tg-m.png') no-repeat; }
    .btn-cat{
        float: none;
        display: block;
        /*max-width: 335px;*/
        width: 100%;
        margin: 0 auto 15px;
    }
    .btn-cat a{
        display: block;
        text-align: center;
    }
    .btn-cat-click:before {
        right: 82px;
    }
    .wrap-cat-modal{
        width: 100%;
        max-width: none;
        display: block;
    }
    .wr-ul h4{
        padding-bottom: 9px;
        border-bottom: 1px solid #AAAAAA;
        position: relative;
        cursor: pointer;
    }
    .wr-ul3{
        padding-right: 15px;
    }
    .wr-ul h4:before{
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #4F4F4F;
    }
    .wr-ul ul{
        padding-bottom: 12px;
    }
    .wrap-cat-modal {
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
       padding-bottom: 36px;
       overflow: auto;
       margin-top: 5px;
    }
    .control{
        display: block;
    }
    .wr-ul ul li a{
        text-align: left;
    }
    .more-cat{
        position: static;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .hed-in-right{
        top: -40px;
    }
    .search-b{
        float: none;
        position: relative;
        top: 48px;
        max-width: none;
        width: 100%;
        display: block;
    }
    .valut, .vhr, .card-in{
        background: #DDDDDD;
        padding: 8px 5px 6px 20px;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .vhr{
        padding-left: 34px;
    }
    .card-in{
        width: 75px;
        text-align: center;
        text-indent: 15px;
		font-size:12px;
    }
    .hed-in-right{
        max-width: 420px;
    }
    .tr-i.card-in:before {
        right: 8px;
        top: 20px;
    }
    .card-in:after {
        left: 2px;
    }
    .vhr:before {
        background: url('/wp-content/themes/mst_site/img/us2.svg') no-repeat;
        width: 20px;
        height: 20px;
        left: 7px;
    }
    .search-b input[type="text"]{
        height: 40px;
    }
    .wr-b-in h2{
        font-size: 20px;
        margin-bottom: 3px;
    }
    .content-style ul li{
        font-size: 14px;
    }
    .wr-b{
        width: auto;
    }
    .style-h2 h2{
        font-size: 20px;
        padding: 8px 0;
    }
    .subscription-block h3{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .subscription-block{
        padding-top: 32px;
        padding-bottom: 50px;
    }
    .select-tovar-block1, .select-tovar-block2{
        display: none;
    }
    .span-m{
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #AAAAAA;
        padding-bottom: 15px;
        text-align: center;
    }
    .poligon-ico li span{
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #333333;
        position: absolute;
        top: 50%;
         -webkit-transform: translate(0, -50%);
           -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
                min-width: 141px;
                text-align: left;
    }

    .poligon-ico li:nth-child(1) span, .poligon-ico li:nth-child(3) span, .poligon-ico li:nth-child(5) span {
        left: 173px;
    }
    .poligon-ico li:nth-child(2) span, .poligon-ico li:nth-child(4) span {
        right: 173px;
        text-align: right;
    }
    .inst-block h2{
        font-size: 20px;
    }
    .inst-block img{
        display: none;
    }
    .inst-block img.img-inst-m{
        display: block;
    }
    .inst-block{
        padding-bottom: 35px;
    }
    .footer{
        padding-top: 34px;
    }
    .ik-col img{
        margin-bottom: 12px;
    }
    .content-style ul{
        margin-bottom: 15px;
    }
    .ik-col{
        width: 50%;
        margin-bottom: 25px;
    }
    .tab a{
      /*  padding: 11px 20px; */
    }
    .cart-in{
        padding-top: 35px;
    }
    .txt-f{
        display: none;
    }
    .txt-f-m{
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #333333;
        margin-bottom: 20px;
    }
    .cart-form h6{
        text-align: center;
        border: none;
        padding-bottom: 0;
    }
    .block-input{
        margin-bottom: 22px;
    }
    .group-inp input{
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .cart-list{
        display: block;
    }
    .cart-url-tovar{
        display: table;
        margin: 0 auto 15px;
    }
    .info-t-cart{
        margin-right: 0;
        width: auto;
        padding-bottom: 10px;
        overflow: hidden;
    }
    .name-t-cart{
        display: block;
        text-align: center;
        clear: both;
    }
    .info-t-col{
        width: auto;
        clear: both;
        padding-top: 15px;
        border-top:  1px solid #DDDDDD;
    }
    .info-t-col-wrap div{
        text-align: center;
    }
    .info-t-col-wrap{
        float: none;
    }
    .vr-t, .up-c{
        float: left;
        max-width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .up-c{
        float: right;
        position: relative;
        top: 5px;
    }
    .cart-list{
        border: none;
        position: relative;
    }
    .cart-list:before{
        content: '';
        display: block;
        position: absolute;
        right: -40px;
        left: -40px;
        height: 1px;
        bottom: 0;
        background: #DDDDDD;
    }
    .cart-list:last-child:before{
        display: none;
    }
    .itog-cart{
        padding-right: 15px;
        padding-top: 15px;
    }
    .cart-url-tovar{
        width: 100%;
        max-width: 300px;
    }
    .cart-url-tovar img{
        width: 100%!important;
        max-width: none!important;
    }
    .attr-cart{
        margin: 0 auto;
        display: table;
    }
    .cart-form .form-purchase input[type="tel"]{
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .cart-form .form-purchase input[type="submit"]{
        width: 100%;
    }
    .cart-list-block{
        overflow: hidden;
    }
    .blok-submit input{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .txt-submit{
        float: none;
        max-width: none;
        padding: 0;
        text-align: center;
    }
    .prof-form-in-block{
        padding-bottom: 0;
        border: none;
        margin-bottom: 0;
    }
    .prof-form-in .input-wrapper{
        width: 100%!important;
        margin-right: 0;
        float: none;
    }
    .input-wrapper{
        margin-bottom: 15px;
    }
    .wrap-profile, .info-user{
        padding:25px 15px;
    }
    .info-user{
        overflow: hidden;
    }
    #row-blok-cat2 .col-block{
        width: 50%;
    }
    #row-blok-cat3 .cl-t, #row-blok-cat3 .price-t{
        padding-right: 0;
        float: none;
        max-width: none;
    }
}
@media screen and (max-width: 500px) {
	
	
	
	
    .form-subscription input[type="text"], .form-subscription input[type="email"], .form-subscription input[type="submit"]{
        float: none;
        margin-right: 0;
        max-width: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .form-subscription input[type="submit"]{
        margin-bottom: 0;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }
    .rs{
        position: relative;
        top: -89px;
    }
    .subscription-block{
        padding-bottom: 30px;
    }
    .block-menu-foot a{
        font-size: 14px;
    }
    .row-blok{
        display: none;
    }
    .row-blok-m.owl-carousel.owl-loaded{
        display: block;
        margin: 0;
    }
    .col-block{
        padding: 0;
        width: auto;
        max-width: none;
    }
    .row-blok-m img{
        width: auto!important;
        display: table;
        margin: 0 auto;
    }
    .btn-w-t{
        display: block!important;
        position: static;
        box-shadow: none;
		padding-top: 15px;
    }
    .row-blok-m .owl-dots{
        bottom: 0;
        position: static;
        margin-bottom: 25px;
    }
    .row-blok-m.own-style .owl-stage-outer{
        padding-bottom: 0;
    }
    .style-h2 h2{
        line-height: 31px;
    }
    .foot-right{
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, 0);
    }
    .row-blok-m .wrap-t .btn{
        width: 209px;
    }
    .vhr a, .vhr{
        font-size: 12px;
    }
    .valut{
        margin-right: 5px;
    }
    .vhr{
        margin-right: 5px;
    }
    .wrap-ik{
        padding-bottom: 25px;
    }
    .tel-m{
        margin: 0 0 0 3px;
		width: 35px;
    }
    .wrap-m .logo{
        margin-right: 7%;
    }
    .wr-b-in{
        max-width: 205px;
    }
    .card-in{
        text-indent: 2px;
    }
    .block-menu-foot1{
        margin-right: 30px;
    }
    .row-blok-cat{
        display: block;
    }
    .row-blok-cat .col-block{
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .btn2-more-wr{
        padding-top: 25px;
    }
    .hed-in-page{
        background: none;
        box-shadow: none;
        margin-bottom: 0;
    }
    .tab a{
        margin-right: 0;
        float: none;
    }
    .tab{
        display: none;
    }
    .tab-mob{
        display: block;
        background: #4F4F4F;
        border-radius: 3px 3px 0px 0px;
        text-align: center;
        padding: 12px 2px;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        margin-bottom: 8px;
    }
    .tab-cont{
        padding: 20px;
        margin-top: -12px;
        box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
    }
    .tab-cont-in > div{
        margin-left: -20px;
        margin-right: -20px;
    }
    .product-wrap-top{
        margin-bottom: 30px;
    }
    .tab-mob span{
        display: table;
        margin: 0 auto;
        padding-right: 15px;
        position: relative;
    }
     .tab-mob span:before {
         content: '';
         display: block;
         position: absolute;
         top: 6px;
         right: 0;
         border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
     }
    .active.tab-mob span:before {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .nav_slider .item{
        width: auto;
        height: auto;
    }
    .crumbs li{
        margin-bottom: 5px;
    }
    .product-info h1{
        font-size: 20px;
    }
    .price-product{
        margin-right: 15px;
    }
    .purchase > div{
        margin-right: 0;
    }
    .form-purchase form{
        display: block;
    }
    .form-purchase form input, .form-purchase input[type="tel"]{
        width: 100%;
		max-width:100%;
        margin-bottom: 11px;
    }
    .purchase button{
        width: 100%;
    }
    .txt-f{
        padding-top: 0;
    }
    .price-product-block{
        margin-bottom: 30px;
    }
    .style-content p, .style-content li{
        font-size: 14px;
    }
    .tab-cont-in > div > div, .tab-cont-in > div > div.ico1{
        padding-left: 0;
        padding-top: 35px;
        text-align: center;
        font-size: 12px;
        margin-right: 0;
    }
    .tab-cont-in > div > div.ico1{
        margin-left: 12px;
    }
    .tab-cont-in > div > div.ico2{
        position: relative;
        right: 5px;
    }
    .tab-cont-in > div > div.ico3{
        margin-right: 12px;
    }
    .tab-cont-in > div > div:before {
        top: 8px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .wrap-data-product{
        margin-bottom: 35px;
    }
    .tovar-sl{
        padding-bottom: 0;
    }
    .tovar-sl .owl-carousel.own-style .owl-stage-outer{
        padding-bottom: 35px;
    }
    .subscription-block-page{
        margin-bottom: 0;
    }
    .tovar-sl .style-h2 h2{
        margin-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-int h1{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .page-int{
        padding-top: 0;
    }
    .panel-distrebut{
        display: block;
    }
    .panel-distrebut span, .panel-distrebut a{
        display: table;
        margin: 0 auto 10px;
    }
    .cart-in{
        padding-top: 0;
    }
    .cart-list-block {
        padding: 0 15px;
        position: relative;
    }
    .cart-wrap h6{
        margin-left: 15px;
    }
    .cart-upd{
        margin-right: 15px;
    }
    .contact{
        padding-top: 0;
        padding-bottom: 35px;
    }
    .contact-wrap{
        box-shadow: none;
        background: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .top-in-cont span{
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contact-wrap h1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ava-block{
        height: 80px;
    }
    .ava-bl img{
        width: 40px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 11px;
        margin-bottom: 0;
    }
    .ava-bl span{
        display: inline-block;
        vertical-align: middle;
    }
    .profile{
        padding-top: 10px;
    }
    .login-in, .prof-top .lang{
        float: none!important;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .prof-top .lang{
        margin-bottom: 0;
    }
    .btn-us{
        float: none;
        margin: 0 auto 11px;
        display: block;
        width: 100%;
    }
    .user-btn .checkbox{
        top: 0;
        display: table;
        margin: 0 auto;
    }
    .modal-form h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    #small-dialog{
        padding: 25px 15px;
    }
    #row-blok-cat2 .col-block{
        width: 50%;
        max-width: none;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    #row-blok-cat2{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-left: -5px;
        margin-right: -5px;
    }
    #row-blok-cat2 .wrap-t{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }
    #row-blok-cat2 .btn-w-t{
        /*padding: 0;*/
        padding-top: 12px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #row-blok-cat2 .price-t{
        padding-bottom: 44px;
    }
    #row-blok-cat3 .btn-w-t{
        position: absolute;
        width: 100%;
    }
    #row-blok-cat3 .wrap-t{
        padding-bottom: 95px;
        /*padding-left: 10px;*/
    }
    #row-blok-cat3 .bottom-t{
        padding-top: 39px;
    }
    #row-blok-cat3 .img-cat-min{
        margin-bottom: 0;
    }
    .sort-top .sort-span{
        display: none;
    }
    .sort-top .select-gorod{
        width: 180px;
    }
    .wrap-t{
        padding-bottom: 20px;
    }
    .single-product .form-purchase-form{
        display: block;
    }
    .single-product .form-purchase input[type="submit"]{
        width: 100%;
    }
    .price-product-block {
        display: table;
    }
    .single-product .wrapper_ul_select:before {
        margin-top: -4px;
    }
    .tab-cont-in > div{
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 24px;
    }
    .single-product .purchase .stock{
        position: static;
        margin-bottom: 7px
    }
}
@media screen and (max-width: 365px) {
    .checkbox label{
        font-size: 12px;
    }
    .valut a{
        font-size: 11px;
    }
    .vhr, .valut{
        margin-right: 1px;
    }
    .vhr a, .vhr{
        font-size: 10px;
    }
	.vhr {
		padding-left: 31px;
		max-width: 140px;
		white-space: nowrap;
		overflow-x: auto;
	}
    .tel-m{
        margin-right: 0;
		width: 25px;
    }
    .wrap-m .logo{
        margin-right: 2%;
        max-width: 90px;
        top: 17px;
    }
    .tr-i.card-in:before {
        right: 9px;
    }
    .more-cat{
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn-cat-click:before {
        right: 54px;
    }
    .price-product span, .variations_form .price-product span, .price span{
        font-size: 14px;
    }
    .price-product-block{
        display: block;
    }
    .single-product .price-product-block{
        margin-bottom: 30px;
    }
    .price-product{
        margin-right: 0;
    }
    .wrapper_ul_select:before {
        margin-top: -3px;
    }
    .select_li{
        left: 0;
        right: 0;
    }
    .bottom-grup a{
        margin-right: 5px;
    }
    .distrebut-cont-wrap .btn-st2{
        font-size: 14px;
    }
    #row-blok-cat2 .col-block{
        width: 100%;
    }
    .sort-top .select-gorod, .sort-top{
        width: 100%;
        float: none;
        display: block;
    }
    .sort-top{
        margin-bottom: 12px;
    }
    .vid{
        float: none;
        overflow: hidden;
        display: table;
        margin: 0 auto;
    }
    .sort-top:after{
        content: '';
        display: block;
        clear: both;
    }
}




.user_register .primary label{width:100%;}

.banner-slider {}
.banner-slider.base-container{padding:0;}
.banner-slider .wrap, .tovar-sl .wrap {
	max-width: 100%;
	/* height: 1300px; */
}
.banner-slider .wrap2{padding:0;} 
.banner-slider .owl-prev{left:15px;}
.banner-slider .owl-next{right:15px;}
.product_img{ cursor:zoom-in; }
/*
   .owl-stage-outer .owl-item.active {
    transition: 1s;
   }
   .owl-stage-outer .owl-item.active:hover {
    transform: scale(1.2);
   }
*/

#submit-login {
	height: 50px;
	background: #CF1B33;
	border-radius: 3px !important;
	border: none;
	cursor: pointer;
	color: #fff !important;
	font-size:16px;
	font-family: 'Montserrat', 'Roboto', sans-serif;
}
.user_register{}
.user_register input{ height: 50px !important; background: #fff; border-radius: 3px !important; margin-bottom:15px !important;}
.product-coupon-field {position:absolute; top:0px; left: 130px; margin-right:0 !important;}
.product-coupon-field form{margin:0;}
.product-coupon-field input[type="text"]{
	font-size: 16px;
	line-height: 20px;
	color: #AAAAAA;
	display: inline-block;
	width: 50%;
	background: #fff;
	border: 1px solid #AAAAAA;
	box-sizing: border-box;
	border-radius: 3px;
	padding-left: 15px;
	padding-right: 11px;
	height: 50px;
	width: 100%;
	max-width: 195px;
	font-family: 'Montserrat', 'Roboto', sans-serif;
}
.product-coupon-field input[type="submit"]{
    cursor: pointer;
    background: #A2D471;
    border-radius: 3px;
    height: 50px;
    transition: 0.25s;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    padding: 0 30px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    border: 2px solid transparent;
	width:190px;
}
.product-coupon-field input[type="submit"]:hover{
    background: none;
    border: 2px solid #A2D471;
    color: #A2D471;
}
.checkout-add-text{padding:15px 0; font-weight:bold;}
.checkout-top-widget{padding:25px 0 0 0; margin-bottom:25px;}
.checkout-top-widget .title{ font-weight:bold; padding:5px 0; border-bottom: 1px solid #DDDDDD;	padding-bottom: 8px; margin-bottom: 17px;}

@media(max-width:1210px){
	.product-coupon-field {	top: 60px; left:0;}
	.product-coupon-field input{width:210px;}
}
@media(max-width:768px){
	.product-coupon-field {	top: 60px; left:0;}
}
@media(max-width:500px){
	.product-info h1{margin-bottom: 15px;}
	.product-coupon-field {	top: 220px; right:0; position:static; margin-bottom:15px;} 
	.product-coupon-field input{height:40px; max-width:100% !important; width:100% !important; margin-bottom:10px;}
	.purchase2 form{margin:0;}
	
	
	
}


.woocommerce-notices-wrapper {
	position: fixed;
	z-index: 1000;
	top: 50px;
	/* left: 0; */
	right: 0;
	/*width: 100vh;*/
}
.woocommerce-thankyou-order-received{padding:30px 0;}

a.btn-red-white {
	text-decoration:none !important;
	background: #EF4C4D;
	border: 2px solid transparent;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	transition: 0.25s;
	color:#fff;
}
a.btn-red-white:hover {
	background: none;
	border: 2px solid #CF1B33;
	color: #CF1B33;
}

.woocommerce-account{font-size:14px;}
.woocommerce-account p{}
.woocommerce-account a{font-size:14px; }
.woocommerce-account span{font-size:14px; }
.woocommerce-account strong{font-size:14px; }


.woocommerce-MyAccount-content{ background:#fff; box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25); border-radius: 3px; padding: 40px; margin-bottom: 25px;box-sizing: border-box;}
.woocommerce-MyAccount-content .profile{padding-top:0px; padding-bottom:15px;}
.woocommerce-MyAccount-content fieldset legend {
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0;
}

.woocommerce-MyAccount-navigation { box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25); background: #fff; padding:40px 15px; box-sizing: border-box; }
.woocommerce-MyAccount-navigation ul{list-style: none;padding-left: none; line-height:2em;}
.woocommerce-MyAccount-navigation ul li{box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25); padding: 5px 10px; }
.woocommerce-MyAccount-navigation ul a{font-weight:bold; color:#000; text-decoration:none; }
.woocommerce-MyAccount-navigation ul .is-active a{font-weight:bold; color:#999;}
.woocommerce-account .wrap-style b, 
.woocommerce-account .wrap-style strong{display:inline;}
@media screen and (min-width:768px){
	.woocommerce-account .woocommerce-MyAccount-content{ width:80% !important;}
	.woocommerce-account .woocommerce-MyAccount-navigation{ width:18% !important;}
	#row-blok-cat3 .quantity {position:absolute !important; right:150px;}
}
@media screen and (max-width: 767px){
	.woocommerce-MyAccount-navigation{text-align:center;}
	.woocommerce-MyAccount-navigation li{display:list-item; padding:0 10px;}
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {	font-weight: 500 !important; }
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {	border-bottom: 1px solid #000; }
}

.woocommerce-MyAccount-content .prof-base{float:none; width:100%;}
.woocommerce-MyAccount-content .wrap-profile {
	background: #FFFFFF;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
}







.woocommerce table.shop_table { border-collapse: collapse !important; }
.wrap-style th { border: 1px solid #999 !important; }
.wrap-style td { border: 1px solid #999 !important; }
.woocommerce-MyAccount-content h2{font-size:24px;}
.prof-top .profile-logout { float:right; }
.profile-logout { float:right; }
.profile-logout a{	color: #CF1B33;	font-weight: 600; }


.woocommerce form .form-row input{
	background: #F2F2F2;
	border: 1px solid #AAAAAA;
	box-sizing: border-box;
	border-radius: 3px;
	display: block;
	height: 40px;
	padding: 0 14px;
	font-family: 'Montserrat', 'Roboto', sans-serif;
	width: 100%;
}
.input-checkbox{width: auto !important;}

.woocommerce form .form-row label .optional {display:none;}
.woocommerce form .form-row label {
	display: block;
	font-family: 'Montserrat', 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px !important;
	color: #4F4F4F;
	margin-bottom: 5px;
}

.woocommerce button.woocommerce-form-login__submit, .woocommerce .woocommerce-form-coupon button.button{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    transition: 0.25s;
    background: #A2D471 !important;
    border-radius: 3px;

    height: 40px;
        border: 2px solid #A2D471 !important;
    cursor: pointer;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
}
.woocommerce button.woocommerce-form-login__submit:focus, .woocommerce .woocommerce-form-coupon button.button:focus{
    background: #A2D471 !important;
    border: none;
    height: 40px;

    color: #fff !important;
    border: 2px solid transparent !important;
    transition: 0.25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.woocommerce button.woocommerce-form-login__submit:hover, .woocommerce .woocommerce-form-coupon button.button:hover{
    background: none !important;
    border: 2px solid #A2D471 !important;
    color: #A2D471 !important;
}

.woocommerce .woocommerce-MyAccount-content .button.view{ background: none;  text-decoration:underline;height:auto;color:#515151;padding: 5px 0;}
.woocommerce .woocommerce-MyAccount-content .button{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    transition: 0.25s;
    background: #A2D471;
    border-radius: 3px;

    height: 50px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.woocommerce .woocommerce-MyAccount-content button.button:focus{
    background: #A2D471;
    border: none;
    height: 50px;

    color: #fff;
    border: 2px solid transparent;
    transition: 0.25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.woocommerce .woocommerce-MyAccount-content button.button:hover{
    background: none;
    border: 2px solid #A2D471;
    color: #A2D471;
}


.checkout_akciya{border:3px solid #f00; padding:25px;}
.optovik_usloviya{border:3px solid #A2D471; padding:25px;}


.dostavka-block #ship-to-different-address{text-align: right;}
.dostavka-block #ship-to-different-address span{text-decoration:underline;}

.woocommerce form.login{ background:#fff; box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25); }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {display:block !important;}
.woocommerce-form-login__rememberme {display:block;}
.woocommerce-form-login__rememberme input#rememberme{width:auto; height:auto; display:inline;}


.woocommerce #customer_login button.button{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    transition: 0.25s;
    background: #CF1B33;
    border-radius: 3px;

    height: 50px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
	width:100%;
}
.woocommerce #customer_login button.button:focus{
    background: #CF1B33;
    border: none;
    height: 50px;

    color: #fff;
    border: 2px solid transparent;
    transition: 0.25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.woocommerce #customer_login button.button:hover{
    background: none;
    border: 2px solid #CF1B33;
    color: #CF1B33;
}
.register-form-add-links{padding:15px 0; font-weight:600;}

.div-form-password{background:#fff; box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25); padding:45px;}


.woocommerce .div-form-password button.button{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    transition: 0.25s;
    background: #CF1B33;
    border-radius: 3px;

    height: 50px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;

}
.woocommerce .div-form-password button.button:focus{
    background: #CF1B33;
    border: none;
    height: 50px;

    color: #fff;
    border: 2px solid transparent;
    transition: 0.25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.woocommerce .div-form-password button.button:hover{
    background: none;
    border: 2px solid #CF1B33;
    color: #CF1B33;
}

.woocommerce .lost_reset_password button.button{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    transition: 0.25s;
    background: #CF1B33;
    border-radius: 3px;

    height: 50px;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;

}
.woocommerce .lost_reset_password button.button:focus{
    background: #CF1B33;
    border: none;
    height: 50px;

    color: #fff;
    border: 2px solid transparent;
    transition: 0.25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.woocommerce .lost_reset_password button.button:hover{
    background: none;
    border: 2px solid #CF1B33;
    color: #CF1B33;
}


.vhr a.register_link{color:#CF1B33;}

.ui-dialog{max-width:96%;}
.ui-dialog .dialog-img{/*float:left; width:10%;*/}
.ui-dialog .dialog-text{/*float:right; width:87%;*/}


.ui-dialog .ui-dialog-buttonpane {
	background: url('/wp-content/themes/mst_site/img/sticker.webp') no-repeat !important;
	/*background-size: contain !important;*/
	background-size: auto 86% !important;	
	background-position:2% 50% !important;
}

.woocommerce-form__input-checkbox{width:auto !important;}


.pw-weak label{display:inline;}



.woocommerce-message .button.wc-forward{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    transition: 0.25s;
    background: #CF1B33;
    border-radius: 3px;
	margin: 0 15px;
    height: auto;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;

}
.woocommerce-message .button.wc-forward:focus{
    background: #CF1B33;
    border: none;
    height: 50px;

    color: #fff;
    border: 2px solid transparent;
    transition: 0.25s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.woocommerce-message .button.wc-forward:hover{
    background: none;
    border: 2px solid #CF1B33;
    color: #CF1B33;
}

.btn{cursor:pointer;}


.woocommerce-notices-wrapper .woocommerce-message {
	border-top-color: #CF1B33;
	box-shadow:0 0 5px #333;
}

.woocommerce-notices-wrapper .woocommerce-message {
	margin: 0;
}

@media screen and (max-width: 767px){
	.woocommerce-message .button.wc-forward {
	float: none !important;
	/* margin: 0 0 15px 0; */
	margin-bottom: 15px !important;
	text-align: center !important;
	margin-left: 0px !important;
	width: 100% !important;
}
}

.prof-top {padding:15px 0; border-bottom:1px solid #DDDDDD; border-top:1px solid #DDDDDD;}

.docs-block{padding:0 20px; box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25); margin-bottom:15px; background:#fff;}
.docs-block-img{float:left; padding:0 20px 0px 0;}
.docs-block-title{float:left; padding:30px 0 0 0px; }
.docs-block-btn{float:right; padding:25px 0 0 0px; }
.clear{clear:both;}

@media screen and (max-width: 767px){
	.docs-block-img{float:left; padding:0 20px 30px 0;}
	.docs-block-title{float:none; padding:20px 0 0 0; }
	.docs-block-btn{float:none; padding:5px 0 0 0; }
}

#menu-item-832{font-weight:600; color:#CF1B33;}
#menu-item-832 a{font-weight:600; color:#CF1B33; font-size:18px;}

@media screen and (max-width:768px){
.menu-item-833{font-weight:600 !important; color:#CF1B33 !important;}
.menu-item-833 a{font-weight:600 !important; color:#CF1B33 !important;}
}


a.register_link{color:#A2D471;}
a.lostpassword_link{color:#999;}
.gray{color:#999;}


.dgwt-wcas-enable-mobile-form {	z-index: 0 !important;}

.top-sale a.name-t, .row-blok-cat  a.name-t{color: #000;}
.top-sale a.name-t, .row-blok-cat1 a.name-t{color: #000;}
.top-sale a.name-t, .row-blok-cat2 a.name-t{color: #000;}
.top-sale a.name-t, .row-blok-cat3 a.name-t{color: #000;}

.valut .tr-val-int{background:#fff; border:1px dashed #ddd; padding:10px; border-radius:3px; width:100%; margin-left:-10px; margin-top:8px; z-index:1000;}


    .wr-ul h4{
        padding-bottom: 9px;
        border-bottom: 1px solid #AAAAAA;
        position: relative;
        cursor: pointer;
    }
   /* .wr-ul h4:before{
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #4F4F4F;
    }*/
	
	#row-blok-cat2 .cl-t3{text-align:center;}	
	
@media screen and (max-width: 767px){
	#row-blok-cat3 .name-t{max-width:none;}
	#row-blok-cat3 .bottom-t{float:none; position:static; transform:none; padding:0;}
	#row-blok-cat3 .name-t-col{float:none;}
	#row-blok-cat3 .btn-w-t{position:static !important;  background: none; transform:none; margin-top:10px;}
	#row-blok-cat3 .wrap-t{text-align:left;}
	#row-blok-cat3 .quantity {	padding-bottom: 15px;}
}

@media screen and (min-width: 501px) {#row-blok-cat3 .quantity {top:5px;}}
@media screen and (max-width: 500px) {
	.wrap-t .bottom-t {
	position: static;
	padding: 10px 0;
	/* width: 100%; */
	bottom: 0px;
	left: 0;
	right: 0;
}
.btn-w-t{position:static;right:15px;}
#row-blok-cat1 .btn-w-t{ padding:0;}
#row-blok-cat3 .bottom-t{position:relative;}
#row-blok-cat3 .btn-w-t{position:static !important; width:auto; background: none; transform:none;}
#row-blok-cat3 .bottom-t{float:none;}
#row-blok-cat3 .after-clear{float:none;}
#row-blok-cat3 .price-t{text-align:left;}

.quantity {
	/*padding-top: 90px;*/
	padding-bottom: 15px;
	position: static !important; 
	right: 0;
	bottom: 30px
	
}
#row-blok-cat3 .wrap-t{padding-bottom:15px;}
}


.woocommerce-info {
	border-top: 3px solid #a2d471 !important;
	border-top-color: #a2d471 !important;
}
.woocommerce-info a{color:#000 !important; text-decoration:underline;}
.woocommerce-info a:before{color:#000 !important;}
.woocommerce-info:before{color:#000 !important;}

.added_to_cart.wc-forward{display:none !important;}


.add_to_cart_button.added:after{
	font-family: WooCommerce;
	content: '\e017';
	margin-left: .53em;
	vertical-align: bottom;
}


.product_category_description {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
	border-radius: 3px;
	padding: 20px;
	position: relative;
	margin-top:3em;
}
.product_category_description p {
	margin-bottom: 15px;
}


.blog-post{
	background:#fff; 
	margin:0 0 25px 0;
	box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);
	border-radius: 3px;
	padding: 20px;
	position: relative;
}
.blog-post p{display:block; margin-bottom: 1em;}
.blog-post a{}

.blog-post-img{max-width:48%; margin-right:2%; float:left;}
.blog-post-img img{width:100%;}
.blog-post-text{display:flow-root;}
.blog-post-text h2{font-size:24px;}
.blog-post-text .readmore{ /*padding:15px 0;*/ }
@media screen and (max-width:768px){
	.blog-post h2{font-size:18px;}
	.blog-post h1{font-size:24px;}
}
@media screen and (max-width:500px){
.blog-post-img{max-width:100%; margin:0; float:none;}
}

.blog-sidebar{width:23%; margin-right:2%;}
.base-cont-wrap-blog {
	width: 70%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mp-sidebar { margin-bottom: 50px; box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.25);}
.mp-sidebar .nav { margin-bottom: 0; padding-left: 0; list-style: none; }
.mp-sidebar ul.nav-tabs{list-style:none; width: 100%; border-bottom: 1px solid #ddd;}
.mp-sidebar ul.nav-tabs > li{width:50%; float:left; position: relative; display: block; margin:0; cursor:pointer; border-top: 2px solid #eee; background-color: #eee;}
.mp-sidebar ul.nav-tabs li.active { border-top: 2px solid #EE3D43; 	background-color: #fff;}
.mp-sidebar ul.nav-tabs > li a{text-decoration:none; color:#333; padding: 10px 0; text-align: center;}
.mp-sidebar .tab-content{border: none; background:#fff; padding:15px;}


.mp-sidebar .entry-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin: 7px 0;
}
.mp-sidebar .popular-post{ border-bottom:1px solid #ddd; margin-bottom: 15px;}
.mp-sidebar .popular-post .post-image{ text-align:center; }
.mp-sidebar .entry-title a{color: #000; text-decoration:none;}

@media screen and (max-width: 900px) {
	.base-cont-wrap-blog{
		width: auto;
        float: none;
	}
}



.top-sale .wrap-t {
	padding-bottom: 75px;
}
.top-sale .price-t{
    float: none; max-width: 100%;
}

.top-sale .bottom-t {
	position: absolute;
	padding-top: 12px;
	padding-bottom: 10px;
	left: 0;
	right: 0;
	bottom: 45px;
}

@media screen and (max-width:500px){
.top-sale .bottom-t {
	position: relative;
	padding-top: 12px;
	padding-bottom: 10px;
	bottom:0;
}
.top-sale .wrap-t {
	padding-bottom: 20px;
}
.top-sale .price-t{
   /* float: right; max-width: 53%; */
}
}
.woocommerce-message{line-height:35px;}
.woocommerce-message span {

	display: inline-block;
}
.woocommerce-message::before {
	content: "\e015";
	color: #8fae1b;

}

.hed-in{margin-top:90px;}


@media screen and (min-width:768px) and (max-width:1100px){.hed-in{margin-top:115px;}}

.del{position:relative; z-index:1000;}






.qty-indicator{
	margin:0 !important;
	position: absolute;
	top: -27px;
	}
.qty-indicator {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	font-size: .95em;
	color: #777;
}
.qty-indicator::before {
	content: attr(data-text);
	margin: 0 5px 0 0;
}
.qty-indicator__bar {
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 10px;
	border-radius: 2px;
}
.qty-indicator__bar::before {
	left: 25%;
}
.qty-indicator__bar::before, .qty-indicator__bar::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	content: '';
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	opacity: .5;
}

.qty-indicator__percent {
	height: 100%;
}
.qty-indicator__percent::before {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	border: solid 1px #000;
	border-radius: 2px;
	opacity: .08;
}


.qty-indicator__percent.percent5 {
 background:#6ab344
}
.qty-indicator__percent.percent4 {
 background:#7cd14f
}
.qty-indicator__percent.percent3 {
 background:#78e026
}
.qty-indicator__percent.percent2 {
 background:#f69e65
}
.qty-indicator__percent.percent1 {
 background:#f6846a
}
.qty-indicator__bar,
.qty-indicator__percent.percent0 {
 background:#f5f5f5
}


.qty-indicator-text:before, .qty-indicator-text:after{
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.qty-indicator-text:before{
  content: attr(data-tooltip);
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #777;
  border-radius: 5px;
  bottom: 30px;
  left: calc(50% - 70px);
  color:#fff;
  text-align:center;
}
.qty-indicator-text:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #777;
  bottom: 10px;
  left: calc(50% - 10px);
}
.qty-indicator:hover > .qty-indicator-text:before, .qty-indicator:hover > .qty-indicator-text:after {
  opacity: 1;
  visibility: visible;
  transition: .2s ease-in-out .4s;
}


.term-description{font-weight: revert;font-size: revert; line-height:1.5em;}
.term-description p{font-weight: revert;font-size: revert; padding:inherit;margin-bottom:1em;}
.term-description h1,h2,h3,h4{font-weight: revert;font-size: revert;margin:1em 0;}
.term-description ul,.term-description ol{margin:1.5em 0; padding-left:40px;}
.term-description li{margin-bottom:1.5em 0;}

h1.woocommerce-cat-title{font-weight: revert;font-size: revert;margin:1em 0;}
h2.woocommerce-cat-title{font-weight: revert;font-size: revert;margin:1em 0;}
h3.woocommerce-cat-title{font-weight: revert;font-size: revert;margin:1em 0;}
.woo-title{margin-bottom:2em; border-bottom:1px solid #999; text-align:center;}


.wp-video {
margin: 0 auto;
}



.filter__title {
	display: block !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	display: block;
	padding-bottom: 11px;
	margin-bottom: 11px;
	border-bottom: 1px solid #AAAAAA;
	text-transform: none;
	position: relative;
	padding-right: 16px;
	cursor: pointer;
}
.filter_widget{}
.filter_widget{font-size:14px; line-height:2em; margin-bottom: 2em;}
.filter_widget a{color:#4F4F4F; display:inline;}
.filter_widget a:before{content:''; width:14px; height:14px; background:#ef4c4d; margin-right:10px; display:inline-block; border-radius:3px;}
.filter_widget .children a:before{content:'—'; background:none; margin:0 5px 0 0; display:inline-block;}


.banner-slider{ /*max-height:100vh;*/ }


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #fff;

}


.form-subscription {text-align:center;}
.form-subscription .register_link{color:#fff;}

.mfp-close {
	font-size: 55px;
}




#billing_country{display:none;}
.woocommerce-order-overview__total{display:none;}
.rs.checkbox{position:static;}

.top-sale .owl-carousel .owl-item img {
	max-height: 315px;
	width: auto;
	margin: 0 auto;
}

.faq-item {
  margin: 0 0 2em;
  background: #fff;
  padding: 1em;
  border-radius: 1em;
  box-shadow: 3px 3px 10px #999;
}
.question {
	border-bottom: 2px solid #999;
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 24px;
	background: #ccc;
	padding: 12px;
	display: block;
	position:relative;
}
.faq .question::before {
	content: '+';
	position: absolute;
	right: 1em;
}
.faq.show-answer .question::before {
	content: '-';
}
.answer{}

.dgwt-wcas-stock{display:none;}

.owl-height{height: 530px;}
.blog_cat{margin:7px 0;}
.blog_cat a{color:#000; border-bottom:1px dashed #000; text-decoration: none;}
.blog_cat a:hover{color:#333; border-bottom:1px solid #333;}