@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

iframe{
	max-width: 100%;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

*{
	box-sizing: border-box;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
.product-details-block .normal-price{
	display: flex;
    align-items: center;
	margin-top:20px;
}
.product-details-block .normal-price .j-one-click__button{
	margin-left:10px;
}
.product-details-block .buy-container .j-one-click__button{
display:none;
}
.cat-reviews {
    font-weight: 600;
    color: rgb(0, 102, 217);
    border-bottom: 2px solid rgb(236, 236, 236);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.hidden {
    display: none;
}
.otzivcolortext {
    display: flex;
    align-items: center;
}
.review-left {
    width: 15%;
    margin-right: 5px;
    margin-bottom: 20px;
}
.otzivnametext {
    font-weight: 600;
}
.reviews-detail-text {
    width: 85%;
}
.section-header .rec {
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
	width: 100%;
    padding: 25px 0;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
      font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: #fff;
    color: #202020;
	    line-height: 24px;
}

.locked{
    overflow: hidden!important;
}

h1{
    font-size: 26px;
    margin: 0 0 20px 0;
    font-weight: 700;

}
.cat-reviews {
    font-weight: 600;
    color:#0062f4;
    border-bottom: 2px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.reviews-list .list-item {
    display: flex;
    margin-bottom: 20px;
}
.reviews-list .name-review {
    width: 15%;
    font-weight: 600;
    margin-right: 5px;
}
.date-review {
    font-weight: 400;
    color: #c1c1c1;
    font-size: 14px;
    margin-bottom: 10px;
}
.text-review {
    width: 85%;
}
p{
    font-size: 14px;
    line-height: 24px;
}

strong, b {
    font-weight: bold;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

a {
    border: none;
    outline: none;
    color: #3483b8;
}

img{
    max-width: 100%;
    vertical-align: top;
    border: 0;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

input[type="search"],
input[type="text"],
input[type="password"],
.j-one-click input[type="text"]{
    border: 1px solid #ced4da;
    padding: 0 10px;
    height: 45px;
    line-height: 24px;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea,
select {
       outline: none;
    border: 1px solid #ced4da;
    margin: 0;
    font-size: 14px;
    border-radius: 3px;
	font-family: inherit;
}

textarea{
    padding: 8px 10px;
    height: 80px;
    box-sizing: border-box;
    resize: vertical;
}

select {
    padding: 4px 5px;
}

.product-table-wrapper .product-meta-field {
    margin: 0!important;
}

input[type="submit"],
button[type="submit"] {
    cursor: pointer;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.wrapper {
    min-height: 100%;
    min-width: 320px;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right!important;
}

.fl-right{
    float: right;
}

.fl-left{
    float: left;
}

body.grey-bg .center-inner.inner-page{
    background: none;
}

body.grey-bg .mg-recent-products h2 span,
body.grey-bg .m-p-products h2 a,
body.grey-bg{
    background: #F1F1F1;
}

.container {
       max-width: 1366px;
    margin: 0 auto;
    min-height: 100%;
    padding: 0 15px 0;
}

.catalog-page .container {
    margin-bottom: 20px;
}

.top-auth-block {
      position: relative;
    float: left;
	    margin-top: 4px;
}

.top-bar .top-auth-block{
    float: right;
    margin-right: 50px;
    margin-top: 9px;
}

.top-auth-block i{
    position: relative;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    margin-right: 10px;
    color: #a9a9a9;
}

.top-bar{
   background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 0;
    overflow-y: hidden;
	opacity: 0;
    transition: all 0.2s;
	z-index: 100;
}

.admin-on-site .top-bar{
	top: 30px;
}

.top-bar.visible{
height: 60px;
-webkit-box-shadow: 0 1px 10px 0 #bdbdbd;
box-shadow: 0 1px 10px 0 #bdbdbd;
overflow-y: visible;
opacity: 1;
/*background: url(../images/christmas-1.jpg) no-repeat;
    background-size: cover;*/
}

.top-bar.visible .phone-dop{
	display:none;
}

.centered{
    max-width: 1366px;
    margin: 0 auto;
	    padding: 0 15px;
}

.top-contacts-list {
    float: left;
    margin: 8px 0 0 0;
}

.top-contacts-list li {
    float: left;
    font-size: 12px;
}

.auth{
   float: left;
    position: relative;
}

.auth .auth-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}


.header.header-main .auth .auth-title{
	color: #fff;
}

.auth .auth-links{
    font-size: 12px;
}

.auth .auth-links a{
text-decoration: none;
float: left;
}

.auth .auth-links span{
float: left;
}

.enter-link:hover,
.register-link:hover{
    text-decoration: underline;
}

.auth a.user-name{
    margin: 0 5px 0 0;
}

.auth a:hover{
    text-decoration: none;
}

.auth a.exit-btn,
.exit-btn{
    font-weight: bold;
}

.logo-block {
	float: left;
    margin: 0 50px 0 0;
    width: 200px;
}

.footer-top .logo-block{
	width: auto;
}

.header-item{
	position: relative;
    float: left;
    margin-right: 50px;
}

.top-bar .logo-block{
	margin: 5px 30px 0 0;
}

.top-bar .top-menu-block{
	margin-right: 30px;
}

.logo-block a{
    display: block;
    line-height: 0;
	    text-decoration: none;
}

.logo-block a img{
	float: left;
}

.header.header-main .bottom-bar .logo-block a img{
    filter: brightness(1.6);
}

.logo-block a span{
	position: relative;
	float: left;
	margin-left: 6px;
	font-size: 28px;
	font-weight: 900;
	color: #9e0023;
	    line-height: 45px;
}

.logo-block a.logo-a-text{
	width: 100%;
    font-size: 28px;
    font-weight: 800;
    text-decoration: none;
   color: #202020;
}

.logo-block a.logo-a-text i{
    font-size: 50px;
    transform: rotate(120deg);
}

.logo-block a.logo-a-text span{
	     display: inline-block;
    top: -10px;
    position: relative;
    left: 5px;
}

.footer-top .logo-block a.logo-a-text span{
	color: #fff;
}

.top-bar .logo-block a.logo-a-text span{
    top: -6px;
}

.work-hours{
       position: relative;
    float: left;
	    margin-top: 0;
}

.header.header-main .work-hours{
	color: #fff;
}

.work-hours i{
   display: inline-block;
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    color: #a9a9a9;
}

.work-hours .hours{
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 20px;
}

.top-features .plugins .wrapper-back-ring,
.top-features .plugins .mg-search-block{
    float: left;
}

.top-features{
    float: left;
	margin-right: 20px;
}

.top-bar .top-features{
	    margin-top: 7px;
    margin-left: 30px;
    margin-right: 0;
}

.location-icon,
.phone-icon{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../images/phone-icon.png") no-repeat;
}

.location-icon{
    background: url("../images/location-icon.png") no-repeat;
}

.tabs-dropdown .dropdown-button{
    display: inline-block;
    padding: 5px 40px 5px 10px;
    border: 1px solid #F0F1F5;
    position: relative;
}

.tabs-dropdown .dropdown-button:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #CFCFCF;
    position: absolute;
    right: 9px;
    top: 13px;
}

.tabs-dropdown:hover .dropdown-button:after{
    border-top: none;
    border-bottom: 7px solid #CFCFCF;
}

.tabs-dropdown .contact-tabs{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #F0F1F5;
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 111;
    right: 0;
    width: 120px;
    display: none;
}

.tabs-dropdown:hover .contact-tabs{
    display: block;
}

.tabs-dropdown .contact-tabs li a i{
    margin: 0 5px 0 0;
}

.tabs-dropdown .contact-tabs li a{
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.tabs-dropdown .contact-tabs li a:hover{
    background: #ececec;
}

.tabs-dropdown .contact-tabs li a span{
    color: #123;
    display: inline-block;
    vertical-align: middle;
}

.tabs-dropdown .contact-tabs li + li a{
    border-top: 1px solid #F0F1F5;
}

.tabs-dropdown{
    float: left;
    margin: 0 30px 0 0;
    position: relative;
}

.mg-contacts-block{
       position: relative;
    float: left;
}

.contacts-block-icon{
     position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-right: 10px;
    color: #a9a9a9;
}

.email-block-icon{
	    position: relative;
    float: left;
    font-size: 16px;
    color: #a9a9a9;
    margin-right: 10px;
    line-height: 22px
}

.contacts-block-content{
position: relative;
float: left;
margin-right: 50px;
}

.header.header-main .contacts-block-content,
.header.header-main .contacts-block-content .phone-block a{
	color: #fff;
}

.header.header-main .top-bar .contacts-block-content .phone-block a,
.header.header-main .top-bar .contacts-block-content{
	color: #202020;
}

.header .contacts-block-content:last-child{
	margin-right: 0px;
}

.contacts-block-content .email-block a{
	text-decoration: none;
	    color: #202020;	
}

.header.header-main .contacts-block-content .email-block a{
	    color: #fff;
		font-size:16px;
}

.top-email-block{
	   height: 20px;
    width: auto;
}

.contacts-block-content .phone-block{
      font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.contacts-block-content .phone-block .phone span{
	font-weight:normal;
}

.top-bar .contacts-block-content .phone-block{
	    font-size: 16px;
}

.header.header-main .contacts-block-content .email-block{
	    position: relative;
    float: left;
    font-size: 16px;
}

.contacts-block-content .phone-block a{
text-decoration: none;
color: #202020;
}

.contacts-block-content .phone-block a:hover{
text-decoration: underline;
}

.contacts-block-content .adress-block{
    font-size: 16px;
	width:208px;
}

.fixed-bar-right{
    position: fixed;
    z-index: 1000;
    right: 0;
    top: calc((100% - 240px)/2);
    width: 60px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-top-left-radius: .13rem;
    border-top-left-radius: .13rem;
    -webkit-border-bottom-left-radius: .13rem;
    border-bottom-left-radius: .13rem;
    -webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
    box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
}

.wrapper .fixed-bar-right .mg-desktop-cart{
    margin-top: 0;
}

.wrapper .fixed-bar-right .mg-desktop-cart > div{
margin-right: 0;
    width: 100%;
    height: 60px;
	    text-align: center;
}

.wrapper .fixed-bar-right .mg-desktop-cart .favourites-icon-block span{
	    top: -3px;
}

.wrapper .fixed-bar-right .mg-desktop-cart > div a,
.wrapper .fixed-bar-right .wrapper-back-ring{
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
	transition: all 0.2s;
}

.wrapper .fixed-bar-right .wrapper-back-ring .back-ring-button{
width: 100%;
    height: 60px;
}

.wrapper .fixed-bar-right .mg-desktop-cart > div a:hover, 
.wrapper .fixed-bar-right .mg-desktop-cart .wrapper-back-ring:hover{
background: #dee1e6;
}

.wrapper .fixed-bar-right .mg-desktop-cart .cart-link{
    width: 100%;
    height: 60px;
    line-height: 60px;
	    text-align: center;
}

.wrapper .fixed-bar-right .mg-desktop-cart .small-cart-icon{
display: inline-block;
width: auto;
}

.search-bar{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 0;
    overflow-y: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.search-bar.open{
height: auto;
opacity: 1;
padding: 50px 15%;
 overflow-y: visible;
}

.wrapper .search-bar .mg-search-block{
width: 100%;
}

.mg-search-block .fast-result-list li span{
	    color: #202020;
}

.wrapper .search-bar .mg-search-block .search-field{
    width: 100%;
    border: none;
    background: none;
    border-bottom: 2px solid;
    border-radius: 0;
}

.search-bar .close-search-bar{
position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #bdbdbd;
}

.header{
	position: relative;
    float: left;
    width: 100%;
    z-index: 10;
	/*background: url('../images/christmas.jpg') no-repeat;
	background-size: cover;*/ 
}

.header.no-menu{
    margin: 0 0 15px 0;
}

.header .bottom-bar{
     padding: 20px 0;
    background: #fff;
}

.header.header-main .bottom-bar{
background: none;
}

.top-bar .top-search-block{
    position: relative;
    float: left;
    margin-top: 9px;
}

.wrapper .mg-search-block{
    float: left;
    margin: 0;
    top: 0;
}

.wrapper .mg-search-block form{
    margin: 0;
}

.wrapper .center-inner{
    margin: 15px 0;
    clear: both;
}

.wrapper .mg-search-block .search-button{
    background: none;
    border-radius: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    font-size: 16px;
}

.wrapper .mg-search-block .search-button:hover{
    background: none;
}

.wrapper .mg-search-block .search-field{
       height: 40px;
    padding: 0 40px 0 10px;
    width: 200px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    background: #f1f1f1;
}

.top-menu-block{
    float: left;
	margin-right: 50px;
	position: relative;
}

.top-menu-list {
      margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    background: #fff;
    z-index: 111;
    display: none;
    -webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
    box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
    min-width: 230px;
}

  .top-menu-block.open .top-menu-list{
        display: block;
    }

.prop-val {
    word-break: break-all;
}

.prop-position {
    margin: 5px 0;
}

.top-menu-list > li{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0;
    position: relative;
    float: left;
}

.top-menu-list > li > a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    color: #212529;
    padding: 17px 20px;
    line-height: 15px;
    transition: all 0.2s;
    width: 100%;
}

.top-menu-list > li > a:hover{
   color: #16181b;
  background: #e5e6ea;
}

.top-menu-list li a:hover{
    text-decoration: none;
}

.top-menu-list li .sub_menu > li {
    float: none;
    position: relative;
}

.top-menu-list > li:hover > .sub_menu,
.sub_menu > li:hover > .sub_menu {
    display: block;
}

.top-menu-list li .sub_menu {
      display: none;
    list-style: none;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
    box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
    min-width: 230px;
	padding: 0 0 0 0;
}

.top-menu-list li .sub_menu > li > a {
       display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    color: #212529;
    padding: 17px 20px;
    line-height: 15px;
    transition: all 0.2s;
    width: 100%;
}

.top-menu-list li .sub_menu > li:hover > a{
     color: #16181b;
  background: #e5e6ea;
  text-decoration: none;
}

.header .mg-desktop-cart .small-cart {
    width: 300px;
    padding: 10px;
    position: absolute;
    background-color: #fff;
    right: -1px;
    top: 100%;
    z-index: 1;
    border: none;
    display: none;
    border-radius: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

.header .mg-desktop-cart .small-cart .total .checkout-buttons{
    margin: 0;
}

.header .mg-desktop-cart .small-cart .total{
    margin: 0;
    padding: 0;
}

.header .mg-desktop-cart .cart .small-cart.show{
    display: block;
    animation: fadeInUp .2s ease-in-out;
    -webkit-animation: fadeInUp .2s ease-in-out;
    -moz-animation: fadeInUp .2s ease-in-out;
}

.mg-desktop-cart .small-cart .title {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.mg-desktop-cart .small-cart-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-desktop-cart .small-cart-list li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.mg-desktop-cart .small-cart-list li a:hover {
    text-decoration: underline;
}

.mg-desktop-cart .small-cart-list .property {
    color: #000;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    line-height: 9px;
    display: block
}

.mg-desktop-cart .qty {
    color: #A4A3A3;
    font-size: 12px;
    margin: 5px 0 0 0;
}

.mg-desktop-cart .qty span,
.mg-desktop-cart .total-sum span {
    color: #E60D15;
    font-weight: normal;
}

.mg-desktop-cart .total-sum span{
    font-size: 16px;
    color: #fc575e;
    font-weight: bold;
}

.mg-desktop-cart .small-cart-img a {
    display: block;
    width: 50px;
}

.mg-desktop-cart .small-cart-img a img {
    width: 100%;
}

.mg-desktop-cart .small-cart-table tr td {
    vertical-align: top;
}

.mg-desktop-cart .small-cart-table .small-cart-remove {
    vertical-align: middle;
}

.mg-desktop-cart .small-cart-table tr {
    display: inline-block;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.mg-desktop-cart .small-cart-name {
    padding: 0 10px;
    width: 240px;
}

.mg-desktop-cart .small-cart-remove a {
    display: block;
    width: 10px;
    height: 10px;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    line-height: 8px;
}

.mg-desktop-cart .checkout-buttons a {
    color: #000;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    font-size: 14px;
}

.mg-desktop-cart .checkout-buttons a:hover {
    text-decoration: none;
}

.mg-desktop-cart .checkout-buttons a + a {
    margin: 0 0 0 10px;
}

.wrapper .mg-desktop-cart{
        position: relative;
    top: 0;
    right: 0;
    float: right;
    padding: 0;
    box-sizing: border-box;
    z-index: 55;
    border: none;
}

.wrapper .top-bar .mg-desktop-cart{
    margin-top: 7px;
}

.favourites-icon-block, 
.plugins{
    position: relative;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
}

.wrapper .bottom-bar .wrapper-back-ring{
	    height: 40px;
    width: auto;
    text-align: center;
    border-radius: 3px;
    margin-top: 0;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    transition: all 0.2s;
    padding: 0 10px;
}

.wrapper .bottom-bar .wrapper-back-ring .back-ring-button{
    position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    font-family: inherit;
    font-weight: 600;
}

.wrapper .bottom-bar .wrapper-back-ring .back-ring-button i{
	margin-right: 5px;
}

.wrapper .bottom-bar .wrapper-back-ring .back-ring-button:hover{
	color: #fff !important;
}

.favourites-icon-block a{
    color: #a9a9a9;
	transition: all 0.2s;
}

.favourites-icon-block a span{
	    position: absolute;
    right: -25px;
    top: -15px;
    left: 0;
    bottom: 0;
    margin: 10px auto 0;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
    border: 1px solid #fff;
}

.mg-desktop-cart .total {
    color: #000;
    font-size: 12px;
    text-align: right;
    list-style: none;
}

.mg-desktop-cart .total li {
    margin: 0 0 15px 5px;
    font-size: 14px;
}

.wrapper .mg-desktop-cart .small-cart-icon .countsht{
        position: absolute;
    right: -25px;
    top: -15px;
    left: 0;
    bottom: 0;
    margin: 10px auto 0;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
    border: 1px solid #fff;
}

.wrapper .mg-desktop-cart .cart-inner .products-in-cart{
    display: inline-block;
    font-size: 14px;
    margin: 0 0 5px 0;
    text-decoration: underline;
}

.wrapper .mg-desktop-cart .cart-inner .products-in-cart:hover{
    text-decoration: none;
}

.wrapper .mg-desktop-cart .small-cart-icon {
       display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 36px;
    background: none;
    font-size: 20px;
    line-height: 36px;
    color: #a9a9a9;
	transition: all 0.2s;
}

.wrapper .mg-desktop-cart .cart {
        right: 0;
    top: 0;
    cursor: default;
    z-index: 99;
    border: none!important;
    border-radius: 0;
    border-right: none;
    position: relative;
    float: left;
	    margin-right: 30px;
		right: 0 !important;
}

.mg-desktop-cart .cart-list {
    margin: 0;
    padding: 0;
    line-height: 12px;
    list-style: none;
}

.wrapper .mg-desktop-cart .cart-inner {
    z-index: 56;
    position: relative;
    border-radius: 0;
    background: none!important;
    padding: 0;
}

.wrapper .mg-desktop-cart .cart-inner > .cart-link{
       display: block;
    padding: 0;
    text-decoration: none;
}
.catalogi{
	    list-style: none;
    padding: 0;
	    margin-top: 0;
		display: flex;
    justify-content: space-between;
    margin: 15px 0;
	    flex-wrap: wrap;
}
.catalogi a{
	text-decoration:none;
	color:#000;
}
.title_catalogi{
	margin-bottom:10px;
	    font-size: 24px;
    font-weight: 900;
}
.catalogi_block{
    position: relative;
    padding: 25px 0;
    float: left;
    width: 100%;
    background: #f1f1f1;
}
.catalogi_block .catalogi_link{
	    background: #f1f1f1;
        padding: 25px 10px;
    font-size: 18px;
	margin: 5px;
}
.catalogi_block .catalogi_link i{
	margin-right:10px;
}
.wrapper .mg-desktop-cart .cart-inner .title{
    font-size: 14px;
    line-height: 14px;
    color: #112233;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.wrapper .mg-desktop-cart .cart-list li .default-btn{
    margin: -5px -5px -5px 10px;
}

.wrapper .mg-desktop-cart .cart-list li {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
    color: #112233;
}

.mg-desktop-cart .cart-title {
    margin: 0;
    font-size: 12px;
}

.mg-desktop-cart .cart-qty {
    margin: 10px 0 0 0;
}

.big-slider {
    height: 400px;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    margin: 20px 0 0 0;
    background-color: #fff;
    position: relative;
}

.big-slider-inner {
    height: 400px;
    padding: 0 0 11px 0;
}

.big-slider a img {
    border-radius: 5px;
    width: 998px;
}

.pagination {
    position: absolute;
    left: 455px;
    bottom: 5px;
}

.pagination li {
    float: left;
    margin: 0 2px;
}

.pagination li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999999px;
}

.pagination .current a {
    background-position: 0 -10px;
}

.left-block {
      width: 270px;
    margin: 0 40px 20px 0;
    float: left;
    background: #f1f1f1;
    border-radius: 3px;
    overflow: hidden;
}

.wrapper .filter-form{
    margin-top: 0;
}

.cat-title {
       padding: 0;
    margin: 0;
    font-weight: normal;
}

.filter-block .menu-toggle,
.news-block .menu-toggle,
.cat-title a{
    color: #202020;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

.news-block .menu-toggle,
.cat-title .menu-toggle{
    text-align: center;
    padding: 0 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    display: none;
}

.news-block .menu-toggle:after,
.cat-title .menu-toggle:after{
       content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    top: 23px;
}

.news-block.open .menu-toggle:after,
.menu-block.open .menu-toggle:after{
       content: "\f077";
}

.filter-block .menu-toggle{
       width: 70px;
    height: 60px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    border-left: 1px solid #f1f1f1;
    color: #a9a9a9;
}

.filter-block .menu-toggle:after{
      content: "\f0b0";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
}

.filter-form + .center,
.left-block + .center {
        position: relative;
    float: left;
    width: calc(100% - 310px);
}

.search-page .center{
	    margin-bottom: 40px;
}

.product-page .center{
    position: relative;
    float: left;
    width: 100%;
}

.product-details-block{
       background: #fff;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
	    margin: 0 0 30px 0;
}

.filter-form + .center .center-inner,
.left-block + .center .center-inner{
    border: 1px solid #CDCDCD;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.center-inner.inner-page{
    clear: both;
    background: #fff;
    border-radius: 5px;
}

.center-inner.no-filters .filter-block{
    display: none;
}

h2 {
      margin: 0 0 20px;
    font-size: 24px;
    padding: 0;
}

.product-wrapper {
    width: 195px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 20px 10px;
    padding: 20px;
    position: relative;
    transition: box-shadow 0.2s ease-in-out;
}

.main-product-groups-block .product-wrapper,
.related-product-block .product-wrapper{
    position: relative;
    float: left;
    width: calc((100% - 60px)/4);
    margin: 0 20px 20px 0;
    border: 1px solid #f1f1f1;
}

.main-product-groups-block .product-wrapper:nth-child(4n + 4),
.related-product-block .product-wrapper:nth-child(4n + 4){
margin-right: 0;
}

.related-product-block .product-wrapper .j-one-click__button{
width: 100%;
}

.product-wrapper .product-code{
    text-align: center;
    font-size: 12px;
    line-height: 11px;
    color: #AAA;
    margin: 10px 0;
}

.product-wrapper:hover{
    -webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
            box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
}

.cat-desc-text{
    font-size: 14px;
    line-height: 21px;
}

.products-wrapper{
      margin: 0;
}

.products-wrapper .product-wrapper{
    width: calc((100% - 60px)/4);
    margin: 0;
    box-sizing: border-box;
    position: relative;
    float: left;
    border: 1px solid #f1f1f1;
    margin: 0 20px 20px 0;
    border-radius: 3px;
}

.products-wrapper .product-wrapper .j-one-click__button{
	width: 100%;
}

.products-wrapper.list .product-wrapper .j-one-click__button{
	width: auto;
	float: left;
}

.products-wrapper .product-wrapper:nth-child(4n + 4){
	margin-right: 0;
}

.filter-block + .main-block .products-wrapper .product-wrapper{
    width: 31.6%
}

.form-group .btn-group{
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}

.form-group .btn-group .view-btn{
       display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 22px;
    background: #fff;
    color: #b5b9bb;
}

.form-group .btn-group .view-btn.active{
    opacity: 1;
}

.form-group .form-title{
    display: inline-block;
    vertical-align: top;
    line-height: 11px;
    font-size: 11px;
    color: #777;
}

.form-group .view-switcher{
    float: right;
}

.form-group .mg-pager + .view-switcher{
    margin: 6px 0 0 0;
}

.form-group{
    margin: 0 0 10px 0;
}

.owl-item .product-wrapper{
    display: block;
    width: auto;
    margin: 3px;
}

.product-wrapper .product-description p{
    margin: 0;
    font-size: 11px;
}

.product-wrapper .product-description{
 font-size: 14px;
    line-height: 20px;
    color: #202020;
    height: 62px;
    overflow: hidden;
    margin: 0 0 10px 0;
    display: none;
}

.product-stickers{
       border-radius: 0;
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 20px;
    width: 150px;
    overflow-x: visible;
    max-width: 170px;
}

.product-stickers span{
    display: block;
}

.sticker-new{
    background: #55bbb5;
    float: left;
}

.sticker-recommend{
    background: #f5ab0a;
    float: left;
}

.sticker-sale{
	background: #FC64B1;
    float: left;
}

.sticker-variants{
	    background: #29d201;
    float: left;
}

.product-stickers span{
       color: #fff;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
}

.product-stickers span + span{
	margin-top: 3px;
}

.products-wrapper.group .variants-text,
.products-wrapper.catalog .variants-text{
    display: none;
}

.products-wrapper .form-group-wrapper{
	position: relative;
    float: left;
    width: 100%;
    padding: 15px 25px;
    background: #f1f1f1;
    border-radius: 3px;
    margin: 10px 0 30px 0;
}

.products-wrapper.grid .form-group{
    margin: 0 0;
}

.products-wrapper.list .block-variants:before{
    display: none;
}

.products-wrapper.list .product-wrapper{
	 width: 100%;
    display: block;
    margin: 0;
    clear: both;
    min-height: 180px;
    padding: 20px 20px;
	margin-bottom: 20px;
}

.products-wrapper.list .product-wrapper .product-stickers{
      left: 30px;
}

.products-wrapper.list .product-wrapper .product-stickers span{
    padding: 0 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

.products-wrapper.list .product-wrapper .product-stickers .product-code{
    float: right;
    margin: 0;
    padding: 0;
}

.products-wrapper.list .product-wrapper .product-right{
    margin-left: 145px;
    position: relative;
}

.products-wrapper.list .product-wrapper .product-image{
   float: left;
    width: 200px;
    margin: 0px 40px 0px 100px;
}

.products-wrapper.list .product-wrapper .product-price{
    width: auto;
    float: none;
    padding: 0;
}

.products-wrapper.list .product-wrapper .product-buttons{
      margin: 5px 0; 
}

.products-wrapper.list .product-wrapper .variants-table tr td{
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px;
}

.products-wrapper.list .product-wrapper .product-price .product-status-list li{
    margin: 0;
}

.products-wrapper.list .product-wrapper .product-name,
.products-wrapper.list .product-wrapper .block-variants,
.products-wrapper.list .product-wrapper .product-description{
    padding: 0 0 0 0;
    height: auto;
    position: static;
    display: block;
    border: none;
    box-shadow: none;
}

.products-wrapper.list .product-image a{
      height: 200px;
}

.products-wrapper.list .product-name a{
    height: auto;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.products-wrapper.list .product-wrapper .block-variants{
    margin: 0;
}

.products-wrapper.list .property-form .clear{
    clear: none;
}

.products-wrapper.list .product-buttons .addToCompare{
    float: none;
    left: -8px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.products-wrapper.list .product-buttons .addToCart{
    display: block;
    width: 139px;
    box-sizing: border-box;
}

.products-wrapper.list .product-buttons{
    text-align: center;
}

.products-wrapper.list .product-image img{
    position: static;
}

.products-wrapper.list .product-wrapper .product-all .mg-rating{
    text-align: left;
    float: none;
}

.products-wrapper.list .product-wrapper .product-all{
    float: left;
    width: calc(100% - 340px);
}

.products-wrapper.list .product-wrapper .product-all .product-category{
	height: auto;
}

.product-image a {
        display: block!important;
    height: 160px;
    text-align: center;
    position: relative;
}

.product-image a img,
.page-favourites-list .product-wrapper .product-image img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-image{
    margin: 0 0 10px 0;
    text-align: center;
    position: relative;
}

.product-category{
       margin: 0 0 5px 0;
    position: relative;
    height: 34px;
    overflow-y: hidden;
    line-height: 15px;
}

.product-category a{
   font-size: 13px;
   text-decoration: none;
}

.product-category a:hover{
	text-decoration: underline;
}

.mg-rating{
    text-align: center;
}

.product-wrapper .rating-action + .info,
.product-wrapper .rating-action{
    display: inline-block;
    vertical-align: top;
    float: none;
}

.product-name{
    margin: 0 0 5px 0;
}

.product-count i,
.count-product-info i{
font-size: 8px;
    top: -1px;
    position: relative;
    margin-right: 5px;
}

.count-product-info i{
top: -2px;
}

.product-count i.many,
.count-product-info  i.many{
    color: #78b05c;
}

.product-count i.none,
.count-product-info  i.none{
    color: #d43129;
}

.product-count i.some,
.count-product-info  i.some{
color: #ffbb29;
}

.product-count span,
.count-product-info span{
font-size: 12px;
color: #a9a9a9;
}

.count-product-info span{
font-size: 13px;
}

.page-favourites-list .product-wrapper .product-name{
color: #202020;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
	height: auto;
}

.product-name a {
       display: block;
    color: #202020;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    height: 38px;
}

.product-name a:hover {
    text-decoration: underline;
}

.product-buy:hover,
.product-details:hover {
    text-decoration: underline;
}

.product-wrapper .product-footer,
.page-favourites-list .product-wrapper .product-footer{
      margin: 10px 0 0;
    position: relative;
    float: left;
    width: 170px;
    height: 48px;	
}

.product-wrapper .product-footer.with-u-p,
.page-favourites-list .product-wrapper .product-footer.with-u-p{
height: 88px;
}

.products-wrapper.list .product-wrapper .product-footer{
  margin: 10px 0;
    position: relative;
    float: left;
	    width: auto;
    height: auto;
}

.product-wrapper .product-footer .mg-rating{
    float: right;
    margin: 5px 0 0 0;
}

.product-wrapper .product-footer .mg-rating .info{
    display: none;
}

.product-wrapper .product-price {
     display: block;
    font-size: 13px;
    color: #a9a9a9;
    font-weight: 600;
    float: left;
    margin: 0;
}

.product-wrapper .product-price .product-default-price{
display: block;
    white-space: nowrap;
    font-size: 16px;
    color: #2a2a2a;
}

.product-wrapper .product-price .product-user-price {
    margin-top: 5px;
    display: block;
}

.product-wrapper .product-price .product-user-price .product-user-price-value{
    display: block;
    font-size: 16px;
    color: #2a2a2a;
    white-space: nowrap;
}

.product-wrapper .product-old-price{
       display: block;
    margin: 0;
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 400;
    text-decoration: line-through;
}

.product-wrapper .product-price-value{
   display: block;
    white-space: nowrap;
    font-size: 16px;
    color: #2a2a2a;
}

.product-wrapper .product-buttons{
	float: right;
	margin: 20px 0;
	    width: 100%;
}

.product-wrapper .product-buttons .buy-container{
width: 100%;
}

.product-wrapper .product-buttons .hidder-element-1{
    float: left;
}

.product-wrapper .product-buttons .hidder-element-2{
    float: right;
}


.products-wrapper.list .product-wrapper .product-buttons .hidder-element-2{
	float: left;
	margin: 0 0 0 20px; 
}

.product-wrapper .product-hover-buttons{
	    position: absolute;
    top: 30px;
    right: 20px;
    width: 46px;
    height: auto;
    text-align: center;
    z-index: 10000;
	transition: all 0.2s;
    display: none;
}

.product-wrapper:hover .product-hover-buttons{
	display: block;
}

.products-wrapper.list .product-wrapper .product-hover-buttons,
.products-wrapper.list .product-wrapper:hover .product-hover-buttons{
	display: none;
}

.product-wrapper .product-hover-buttons span{
	    width: 46px;
    height: 38px;
    position: relative;
    float: left;
}

.product-wrapper .product-hover-buttons span + span{
	margin-top: 10px;
}

.wrapper .wrapper-mg-buy-click a:before{
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    width: 13px;
    height: 16px;
    background: url("../images/sprite.png") -454px 0 no-repeat;
}

.wrapper .wrapper-mg-buy-click a{
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    margin: 10px 0 0 0;
    text-transform: none;
    color: #1391C7;
    font-size: 13px;
    border-bottom: 1px dashed #1391C7;
    position: relative;
}

.product-buttons .wrapper-mg-buy-click{
    text-align: center;
}

.product-buttons a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.product-buttons a.product-info{
	display: none;
}

.payment-form-block .btn {
    display: block;
    width: auto;
}

.addToCart:hover {
    text-decoration: none;
}

.sendComment,
.default-btn,
.payment-form-block input[type="submit"],
.buy-product,
.product-info,
.addToCart,
.wrapper .filter-btn,
.wrapper .mg-desktop-cart .default-btn,
body .wrapper .default-btn {
      border: none;
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
}

.filter-form .wrapper-field.filter-buttons{
    padding: 10px 20px 20px;
}

.addToCart i{
    font-size: 16px;
    line-height: 40px;	
}

.product-wrapper .addToCart{
	font-size: 13px;
    padding: 0 10px;
    width: auto;
    border-radius: 4px;
    line-height: 40px;
}

.products-wrapper.list .product-wrapper .addToCart{
	font-size: 14px;
}

.payment-form-block input[type="submit"]{
    padding: 0 14px!important;
}

body .wrapper button.default-btn{
    line-height: 28px;
}

.create-user-account-form .register-btn,
.checkout-btn,
.forgot-btn{
    width: auto !important;
	float: left;
}

.user-login .enter-btn{
    float: left;
}

.user-login input textarea,
.user-login input[type="password"],
.user-login input[type="text"],
.create-user-account-form textarea,
.create-user-account-form input[type="password"],
.create-user-account-form input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}

.restore-pass .enter-btn{
    width: 100%;
}

.restore-pass input[type="text"]{
    width: 100%;
}

.restore-pass .custom-text{
    margin: 0 0 10px 0;
}

.auth-text{
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.footer {
    margin: 0 auto;
    color: #f1f1f1;
    position: relative;
    float: left;
    width: 100%;
	background: #272d38;
}

.footer-top{
    padding: 25px 0;
}

.footer-top .logo-block a img{
height: 40px;
}

.footer-top .logo-block a span{
       line-height: 35px;
    font-size: 22px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
   font-weight: 800;
}

.footer-top .col-25{
    width: 25%;
    float: left;
    margin: 0;
	padding-right: 25px;
}

.footer-top .col-75{
	width: 75%;
    float: left;
    margin: 0;
}

.footer-top .footer-phone,
.footer-top .footer-adress,
.footer-top .footer-mail{
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 13px;
}

.footer-top .footer-phone i,
.footer-top .footer-adress i,
.footer-top .footer-mail i{
        color: #a9a9a9;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.footer-top .footer-adress i{

}

.footer-top .footer-mail i{

}

.footer-top .footer-phone a{
color: #f1f1f1;
text-decoration: none;
}

.footer-top .footer-mail a{
text-decoration: none;
font-weight: normal;
}

.footer-top .footer-phone a:hover,
.footer-top .footer-mail a:hover{
text-decoration: underline;
}

.catalog-footer{
	    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-right: 0;
}

.footer-text2 {
	    position: relative;
    float: left;
}

.catalog-footer > li{
    margin: 0 0 7px 0;
}

.catalog-footer > li > a{
	    color: #f1f1f1;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.catalog-footer > li > a:hover{
text-decoration: underline;	
}


.catalog-footer > li .submenu{
	    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}


.catalog-footer > li .submenu li a{
	color: #a9a9a9;
    font-size: 12px;
    text-decoration: none;
}

.catalog-footer > li .submenu li a:hover{
	text-decoration: underline;
}

.catalog-footer > li .submenu li{
	    margin-bottom: 6px;
}

.footer-top .footer-column{
	    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-top .footer-column li{
	position: relative;
    float: left;
	width: 100%;
	margin-bottom: 7px;
}

.footer-top .footer-column li a{
	     color: #f1f1f1;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.footer-top .footer-column li a:hover{
	text-decoration: underline;
}


.footer-top .col ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top .col ul li{
    margin: 0 0 7px 0;
}

.footer-top .col ul li a{
    color: #cdcdcd;
    font-size: 14px;
    text-decoration: none;
}

.footer-top .col ul li a:hover{
    text-decoration: underline;
}

.copyright {
   font-size: 12px;
   float: left;
}

.copyright a{
	text-decoration: none;
}

.footer-bottom .payment-block{
	float: right;
	font-size: 12px;
}

.footer-bottom .payment-block a{
	text-decoration: none;
}

.footer-bottom .payment-block img{
	width: 400px;
}

.powered {
    float: right;
    font-size: 14px;
}

.powered + .copyright{
    margin: 15px 0 0 0;
}

.powered a {
    color: #38B0E3;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.powered a img{
    margin: 0 0 0 10px;
}

.powered a:hover {
    text-decoration: underline;
}

.footer-bottom{
      color: #bbbbbb;
    padding: 10px 0;
    background: #1f232b;
}

.footer-bottom .widget{
    margin: 15px 0 0 0;
}

.footer-top .social-media{
       font-size: 18px;
   margin: 10px 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
	    list-style: none;
}

.catalog-main-menu-more {
	position: relative;
	float: left;
	width: 100%;
}
.catalog-main-menu-more-btn {
	text-decoration: none;
	border-bottom: 1px dashed;
}

  #category-list {
    height: 280px;
    overflow: hidden;
    padding-bottom: 0;
    transition: height 0.3s ease;
  }
  .expanded {
    height: auto!important;
  }
  
.footer-top .social-media li{
margin: 0 5px 5px 0;
    float: left;
}

.footer-top .social-media li a{
  display: block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: relative;
    transition: all 0.2s;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.footer-top .social-media li a.vk-icon{
  background: #3c699a;
}

.footer-top .social-media li a.fb-icon{
    background: #3b5998;
}

.footer-top .social-media li a.insta-icon{
	background: #af0081;
}

.footer-top .social-media li a.twitt-icon{
	background: #5ea9dd;
}

.footer-top .social-media li a.yout-icon{
	background: #e80000;
}

.footer-top .social-media li a.tm-icon{
	background: #3590d0;
}

.footer-top .social-media li a:hover{
	opacity: 0.9;
}

/*Пагинация*/
.mg-pager {
      margin: 0;
    text-align: center;
    background: #fff;
    padding: 15px 20px;
    position: relative;
    float: left;
    width: 100%;
}

.center .allPages {
    font-size: 14px;
    color: #112233;
    float: left;
    font-weight: bold;
    margin: 12px 0 0 0;
}

.mg-pager ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.mg-pager ul li{
   float: left;
    margin: 0 5px 0 0;
}

.mg-pager ul li a {
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    display: block;
    color: #202020;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
}

.mg-pager ul li a:hover,
.mg-pager ul li a.active {
	color: #fff;
    border-radius: 3px;
}

.form-group .mg-pager ul,
.form-group .mg-pager{
    margin: 0;
}

.form-group .mg-pager .allPages{
    margin: 5px 15px 0 0;
    font-size: 11px;
    color: #777;
}

.cart-table {
    width: 100%;
}

.cart-table .code{
        color: #a9a9a9;
    font-size: 12px;
    font-weight: bold;
}

.cart-table .product-name{
       color: #202020;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0;
}

.cart-wrapper .cart-price{
       font-weight: normal;
    color: inherit;
    font-size: 15px;
	    line-height: 15px;
}

.cart-wrapper .cart-price span{
    color: #a9a9a9;
    font-size: 12px;	
}

.product-cart{
    position: relative;
    float: left;
    width: 100%;	
}

.product-cart .cart-wrapper{
    background: #fff;
    margin: 0 0 40px 0;
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
}

.cart-wrapper-header{
	 position: relative;
	 float: left;
	 width: 100%;
	 padding: 25px 30px;
	 text-align: right;
	 border-bottom: 1px solid #f1f1f1;
}

.cart-wrapper .bottom-row{
	 position: relative;
	 float: left;
	 width: 100%;
	     padding: 25px 30px;
}

.product-cart .cart-wrapper .table-wrapper{
    overflow: visible;
	margin: 0;
}

.cart-table tr td {
    padding: 12px 20px;
    font-size: 12px;
    vertical-align: middle;
}

.cart-table tr td.img-cell{
text-align: center;
}

.cart-table tr td.count-cell{
    white-space: nowrap;
}

.cart-table tr td{
    border-bottom: 1px solid #F0F1F5;
}

.total .total-sum{
    float: right;
}

.total-sum{
    float: left;
    text-align: right;
    margin: 8px 70px 0 0;
}

.total-sum span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    margin: 0 10px 0 0;
}

.total-sum strong{
       font-weight: bold;
    color: inherit;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.cart-table tr td.code-cell{
    color: #8A8A8A;
    font-size: 12px;
}

.cart-table tr td a {
    font-size: 14px;
}

.cart-table tr td a:hover{
    text-decoration: none;
}

.cart-table tr td a.cart-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
}

.cart-table tr td a.cart-img img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cart-table tr td strong {
    color: #E60D15;
}

.qty-field {
    width: 120px;
}

.delete-btn {
       display: inline-block;
    font-size: 18px !important;
    color: #bdbdbd;
	transition: all 0.2s;
}

.refresh {
    display: none;
    width: 14px;
    height: 16px;
    background: url(../images/sprite.png) -362px 0 no-repeat;
    border: none;
    text-indent: -999999px;
}

.checkout {
    float: right;
}

/*Карточка товара*/
.wrapper .product-details-block .mg-product-slides{
    margin: 0 0 0 0;
    padding: 0 50px 0 0;
    width: 45%;
	position: relative;
	float: left;
}

.wrapper .product-details-block .mg-product-slides .bx-viewport{
    z-index: 5;
}

.mg-product-slides .product-stickers{
    z-index: 11;
    left: 5px;
}

.wrapper .mg-product-slides > .bx-wrapper{
    border: 1px solid #f1f1f1;
    padding: 10px 0;
    width: 100%;
    height: 320px;
}

.mg-product-slides .main-product-slide li{
height: 300px;
}

.bread-crumbs {
    font-size: 0;
    line-height: 18px;
	    margin: 0 0 20px 0;
}

.bread-crumbs .last-crumb,
.bread-crumbs a {
       font-size: 13px;
    text-decoration: none;
    color: #202020;
    display: inline-block;
    vertical-align: middle;
}

.bread-crumbs .last-crumb{
      color: #202020;
}

.wrapper .bread-crumbs a:hover{
    text-decoration: none;
}

.bread-crumbs .last-crumb:before,
.bread-crumbs a + a:before{
       content: "|";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0;
    font-weight: 300;
    color: #202020;
}

.bread-crumbs a:hover {
    text-decoration: underline;
}

.product-status {
    margin: 0;
    position: relative;
    float: left;
    width: 55%;
}

.product-status .variants-table tr td .price,
.product-status .variants-table tr td {
    font-size: 14px;
}

.product-status .variants-table tr td .price {
    font-weight: bold;
}

.product-status-list {
       font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
}

.product-status-list li {
    margin: 0 0 5px 0;
    color: #3F454B;
}

.product-status-list li .rem-info{
    margin: 10px 0;
}

.product-status-list li .rem-info a:hover{
    text-decoration: none;
}

.label-black {
    font-weight: normal;
}

.wrapper .label-article {
    font-weight: normal;
    padding: 0;
    background: none;
    border: none;
}

.old  .old-price{
      color: #a9a9a9;
    font-size: 22px;
    text-decoration: line-through;
    top: 4px;
    position: relative;
}

.buy-block .discount-info{
	    position: relative;
    float: left;
    width: 100%;
    margin-top: 3px;
    text-align: left;
}

.buy-block .discount-info span{
	    display: inline-block;
    background-color: #fff6e5;
    padding: 2px;
    font-size: 13px;
}

.buy-block .property-form{
	    position: relative;
    float: left;
    width: 100%;
}

.buy-block {
        width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}

.buy-block .buy-block-inner{
        position: relative;
    float: left;
    width: 100%;
}

.buy-block .buy-block-inner .info-line{
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

.buy-block .buy-block-inner .info-line .rating,
.buy-block .buy-block-inner .info-line .product-code,
.buy-block .buy-block-inner .info-line .count-product-info{
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    line-height: 14px;
}

.buy-block .buy-block-inner .info-line .rating .info,
.buy-block .buy-block-inner .info-line .rating .rating-action{
    display: inline-block;
    vertical-align: middle;
}

.buy-block .buy-block-inner .info-line .rating .rating-action{
    margin: 0 5px 0 0;
}

.buy-block .buy-block-inner .info-line .rating .info{
    font-size: 14px;
    color: #cdcdcd;
}

.buy-block .buy-block-inner .info-line .count{
       font-size: 13px;
    color: #a9a9a9;
    font-weight: normal;
}

.buy-block .product-price .product-status-list li{
	position: relative;
    float: left;
    margin: 0 0 5px 0;
    width: 100%;
}

.buy-block .product-price .product-status-list li label{
    font-size: 13px;	
}

.product-price{
      margin: 0 0 15px 0;
    position: relative;
    float: left;
    width: 100%;
}

.buy-block .product-price .price{
      font-size: 22px;
    color: #2a2a2a;
    font-weight: 600;
}

.buy-block .variants-table tr td{
    font-size: 12px;
    padding: 2px;
}

.buy-block .variants-table tr td label{
    margin: 0;
}

.buy-block .buy-container.product{
	margin-top: 20px;
}

.buy-block .buy-container .hidder-element{
    float: left;
    margin: 0 20px 0 0;
}

.buy-block .buy-container .addToCompare{
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.buy-block .buy-container .wrapper-mg-buy-click{
    clear: both;
    margin: 0 0 0 20px;
}

.amount_change .up,
.amount_change .down,
.j-one-click__plus, 
.j-one-click__minus{
     width: 20px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: #a9a9a9;
	transition: all 0.2s;
}

.amount_change .down:hover,
.amount_change .up:hover{
    color: #202020;
}

.wrapper .amount_input,
.wrapper-modal-mg-quick-view .amount_input,
input[type="text"].j-one-click__amount{
      height: 40px;
    line-height: 16px;
    padding: 4px 40px 4px 15px;
    border: 1px solid #ced4da;
    outline: none;
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    color: #495057;
    border-radius: 2px;
    width: 75px;
}

input[type="text"].j-one-click__amount{
	margin-bottom: 0;
}

.cart_form .amount_change{
    position: relative;
    float: left;
}

.amount_change span{
	    position: absolute;
    height: 40px;
    line-height: 40px;
    right: 35px;
    font-size: 13px;  
}

.wrapper .product-wrapper .amount_input{
	    padding: 4px 0 4px 0;
		    width: 40px;
			text-align: center;
}

.product-wrapper .amount_change span{
	display: none;
}

.j-one-click__amount_span{
    position: relative;
    height: 40px;
    line-height: 40px;
    right: 35px;
    font-size: 13px;
    margin-right: -20px;	
}

.property-form .qty-text {
    font-size: 12px;
    color: #000;
    margin: 0;
    display: none;
}

.product-details-block .product-title{
      margin: 0 0 25px 0;
    color: #202020;
    font-weight: 600;
    font-size: 30px;
}

.product-details-block .product-code{
      font-size: 13px;
    color: #a9a9a9;
}

.product-details-wrapper{
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

.mg-recent-products {
    position: relative;
    margin: 0 0 40px 0;
    float: left;
    width: 100%;
    background: #fff;
	margin-top:20px;
}

.related-product-block{
	position: relative;
	 float: left;
    width: 100%;
}

.personal-tabs-list{
       list-style: none;
    margin: 0 30px 0 0;
    float: left;
    padding: 25px 0;
    text-align: left;
    width: 100%;
}

.personal-tabs-list li{
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.product-details-wrapper .product-tabs{
        width: 100%;
    float: left;
    padding: 30px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.product-details-wrapper .product-tabs li{
    margin: 0;
    float: left;
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.personal-tabs-list li a,
.product-details-wrapper .product-tabs li a{
 color: #a9a9a9;
    padding: 5px 0;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s;
	border-bottom: 2px solid transparent;
}

.product-details-title {
    font-size: 14px;
    line-height: 12px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 10px 0;
}

.product-details-desc {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin: 0 0 10px 0;
}

.product-details-desc p {
    margin-top: 0;
}

.product-title {
    margin: 0;
}

.user-login .form-list {
    float: none;
}

.create-user-account-form .form-list {
    float: none;
}

.create-user-account .title,
.user-login .title,
.create-user-account-form .title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.custom-text {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.checkout-btn,
.send-btn,
.save-btn,
.register-btn {
   float: left;
}

.close-order-btn,
#close-order-successbtn {
    float: right;
    margin: 10px 0;
}

.create-account-btn {
    font-size: 12px;
    color: #000;
    margin: 10px 0 0 0;
    display: inline-block;
}

.forgot-link {
        font-size: 15px;
    color: #3483b8;
    display: inline-block;
    position: relative;
}

.small-info-text{
    color: #a9a9a9;
    font-size: 12px;
    line-height: 14px;
}

.forgot-link:hover {
    text-decoration: none;
}

.form-footer{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.normal-text {
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.form-list {
    float: left;
    margin: 0;
    font-size: 12px;
    padding: 0;
    list-style: none;
}

.form{
      width: 450px;
}

.form .form-body input[type="password"],
.form .form-body input[type="text"]{
    border-top: none;
    border-left: none;
    border-right: none;
}

.form .form-body textarea,
.form .form-body input{
    width: 100%;
}

.form .form-body .form-list li{
    margin: 0 0 25px 0;
}

.form-wrapper .form-list li input[type="password"],
.form-wrapper .form-list li input[type="text"],
.form-wrapper .form-list li textarea{
    border: 1px solid #ced4da;
    border-radius: 3px;
	font-family: inherit;
}

.form-wrapper .form-list li input[type="password"],
.form-wrapper .form-list li input[type="text"]{
height: 45px;
}

.form-wrapper .form-list li .textarea,
.form-wrapper .form-list li .pass-input,
.form-wrapper .form-list li .email-input,
.form-wrapper .form-list li .name-input{
    position: relative;
}

.form-wrapper .form-list li .textarea:before,
.form-wrapper .form-list li .pass-input:before,
.form-wrapper .form-list li .email-input:before,
.form-wrapper .form-list li .name-input:before{
    content: "";
    position: absolute;
    left: 12px;
}

.form-wrapper .form-list{
    float: none;
}

.form-wrapper .right-side .page-desc{
    color: #cdcdcd;
    font-size: 14px;
    line-height: 20px;
}

.form-wrapper .right-side{
       position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.form-wrapper .left-side{
   position: relative;
    float: left;
    width: 100%;
}

.form-list li{
        margin: 0 0 10px 0;
    font-size: 14px;
}

.form-list li select {
    width: 100%;
}

.personal-tabs .form-list {
    float: none;
}

.center .change-pass-title {
    font-size: 18px;
    margin: 20px 0;
}

.red-star {
      margin-right: 5px;
}

.green-color {
    color: #0AA347;
}

.checkout-form-wrapper{
	    position: relative;
    float: left;
    width: 100%;
}

.payment-option .custom-text {
    margin: 0 0 10px 0;
    width: auto;
}

.delivery-details-list {
       padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.payment-details-list {
    margin: 0;
    padding: 0;
    list-style: none;
	    margin-bottom: 20px;
}

.payment-details-list li,
.delivery-details-list li {
        font-size: 13px;
    color: inherit;
    margin: 0 0 10px 0;
}

.delivery-text {
  margin: 0 0 20px 0;
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
}

.delivery-text i{
    margin-right: 10px;
}

.payment-form-block {
    font-size: 14px;
    line-height: 24px;
}

#personal .yur-field {
    margin: 15px 0 0 0;
    float: none;
}

#personal .form-list li select{
      width: 282px;
    height: 45px;
}

/*Хлебные крошки*/
.breadcrumbs {
    height: 20px;
}

.bread-list a {
    font-size: 11px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.bread-list a:hover {
    text-decoration: underline;
}

.order-status {
    float: right;
}

.order-status strong {
    color: #CC0000;
}

.order-number {
    font-size: 14px;
}

.orderDate {
    color: #CC0000;
}

.order-close-text {
    margin: 18px 0 0 0;
    font-size: 16px;
    text-align: center;
}

.successful-closure a {
    text-decoration: none;
}

.status-table {
    width: 100%;
    font-size: 12px;
    margin: 25px 0 0 0;
}

.status-table th {
    border-bottom: 2px solid #CDCDCD;
    padding: 0 5px 10px 0;
    text-align: left;
    font-weight: bold;
}

.status-table tbody tr th:first-child {
    width: 300px;
}

.status-table tr td {
    padding: 10px 0 0 0;
}

.status-table tr td a {
    color: #333;
}

.status-table tr td a:hover {
    text-decoration: none;
}

.order-history {
    padding: 10px;
    background-color: #fff;
    margin: 0 0 20px 0;
}

.order-history .table-wrapper{
    clear: both;
}

.order-total {
    float: right;
}

.order-settings {
    float: left;
    margin: 20px 0 0 0;
}

.total-list {
    margin: 25px 0 0 0;
    list-style: none;
    padding: 0;
}

.total-list li {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.total-list li span {
    font-weight: normal;
}

.close-order,
.change-payment {
    cursor: pointer;
    background: url(../images/delete.png) left center no-repeat;
    padding: 0 0 0 20px;
    border: none;
    margin: 5px 10px;
    outline: none;
}

.change-payment {
    background: url(../images/icon-edit.png) left center no-repeat;
}

.close-order:hover,
.change-payment:hover {
    text-decoration: underline;
}

.close-order-form {
    margin: 40px 0 0 0;
}

.close-reason-wrapper {
    display: none;
    width: 400px;
}

.close-reason-wrapper p{
    margin: 0 0 10px 0;
}

.successful-closure {
    width: 400px;
}

.successful-closure,
.close-reason-wrapper .close-order {
    display: none;
}

.succes-img {
    width: 48px;
    height: 48px;
    background: url(../images/success.png);
    position: absolute;
    top: 7px;
    left: 30px;
}

#successModal {
    position: relative;
}

.reason-text {
    width: 100%;
    padding: 5px;
    resize: none;
    min-height: 60px;
    margin: 5px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.error-message,
.successReg {
    margin: 0 10px 10px 10px;
    font-weight: normal;
    font-size: 14px;
    color: #05A847;
}

.successSend {
    font-weight: bold;
    font-size: 14px;
    color: #05A847;
}

.close-order-text {
    font-size: 14px;
}

.errorSend,
.fail-text {
    margin: 0 10px 10px 10px;
    font-size: 14px;
    color: #E60D15;
    text-align: center;
}

.mg-error,
.msgError {
      display: block;
    margin: 0 0 20px;
    padding: 10px;
    border: none;
    text-align: center;
    border-radius: 3px;
	color: #bb022b;
    background: #ffd1d6;
}

.mg-success,
.wrapper-modal-mg-non-available .loading-send-booking{
    display: block;
    margin: 10px 0;
    padding: 10px;
    color: #4d8b52!important;
    border: 1px solid #aed0b1;
    background: #e3ffdb;
    text-align: center;
    border-radius: 3px;
}

.wrapper-modal-mg-non-available .loading-send-booking{
	position: relative;
    float: left;
    width: calc(100% - 80px);
	margin: 20px 40px 30px;
}

.msgError span {
    display: block;
}

.restore-pass .fail-text {
    margin-left: 0!important;
}

.empty-cart-block {
    text-align: center;
    padding: 50px 0 0 0;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.empty-cart-text {
    font-size: 16px;
}

.restore-pass .form-list {
    float: none;
}

.mg-product-slides .main-product-slide .product-details-image .zoom {
    width: 16px;
    height: 16px;
    background: url(../images/zoom.png);
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
    z-index: 5555;
}

.mg-product-slides .main-product-slide li a{
    height: 100%;
}

.wrapper .mg-product-slides .slides-slider{
    margin: -5px 0 0 0;
}

.wrapper .mg-product-slides .slides-slider .slides-item{
    border-radius: 0;
    border: none;
    position: relative;
    padding: 5px;
    display: flex;
    align-items: center;
}

.wrapper .mg-product-slides .slides-slider .active-item,
.wrapper .mg-product-slides .slides-slider .slides-item.active{
    box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

.wrapper .mg-product-slides .slides-slider .active-item:before,
.wrapper .mg-product-slides .slides-slider .slides-item.active:before{
    content: '';
    height: 10px;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
}

.mg-product-slides .slides-slider .bx-viewport{
    padding: 5px;
}

.wrapper .mg-product-slides .slides-slider .bx-prev,
.wrapper .slides-slider .bx-next{
    width: 12px;
    height: 20px;
}

.wrapper .mg-product-slides  .slides-slider .bx-next:hover,
.wrapper .mg-product-slides  .slides-slider .bx-next{
    background: url("../images/arrow-right.png") no-repeat;
}

.wrapper .mg-product-slides  .slides-slider .bx-prev:hover,
.wrapper .mg-product-slides  .slides-slider .bx-prev{
    background: url("../images/arrow-left.png") no-repeat;
}

.personal-tabs {
    border: none!important;
}

/*Описание категории в каталоге*/
.cat-desc {
 color: #2a2a2a;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
	margin: 0 0 20px;
}

.cat-desc p{
    margin: 0;
    font-size: 14px;
}

.cat-desc.main-desc{
       position: relative;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 35px 0 35px;
    background: #f1f1f1;
}

.main-desc-content{
	position: relative;
    float: left;
    width: 100%;
}

.main-page-text{
	    position: relative;
    float: left;
    width: 100%;
      padding: 0 30px;
    line-height: 24px;
    font-size: 14px;
}

.main-desc-content .section-header h1{
    font-size: 24px;
    font-weight: 600;
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 25px;
    display: inline-block;
	    margin: 0;
}

.loader {
    width: 15px;
    height: 15px;
    background: url(../images/loader.gif);
}

.disabled-btn {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.property-form p {
       color: #2a2a2a;
    font-size: 13px;
    margin: 0 0 5px 0;
}

.property-form label{
    cursor: pointer;
    display: inline-block;
    margin: 2px 0;
}

.property-form .select-type select{
    margin: 0;
    width: 200px;
}

.property-form .select-type .property-title {
    display: block;
}

.property-form .property-title {
     display: inline-block;
    margin: 0 0 5px 0;
    color: #a9a9a9;
}

.prop-name {
      font-size: 12px;
    color: #a9a9a9;
}

.top-menu {
    width: 100%;
    display: inline-block;
}

.wrapper .m-p-slider-wrapper {
    height: 300px;
    margin: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: none;
    z-index: 1;
}

.wrapper .m-p-slider-wrapper img{
    max-width: 100%;
    border-radius: 0;
}

.wrapper .m-p-slider-wrapper .bx-wrapper{
    margin: 0;
    text-align: center;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next,
.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev {
      position: static;
    display: block;
    z-index: 55;
    margin: 0 0 0 0;
    text-indent: 0;
    width: 35px;
    height: 35px;
    font-size: 0;
    text-decoration: none;
    transition: all 0.2s;
    opacity: 0.4;
    line-height: 35px;
}


.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next.disabled,
.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev.disabled {
    display: none;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next{
    float: right;
	background: none;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev{
    float: left;
	background: none;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next:before,
.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev:before{
	     font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 35px;
    color: #fff;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next:before{
	content: "\f0a9";
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev:before{
	content: "\f0a8";
}


.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next:hover,
.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev:hover{
	opacity: 0.6;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    margin: 0 2px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-indent: -999999px;
    width: 16px;
    height: 16px;
    border: none;
    background: url("../images/sprite.png") -325px 0;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: url("../images/sprite.png") -346px 0;
    border: none;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    z-index: 99;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

.m-p-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}

.wrapper .m-p-slider-wrapper .nameaction{
    width: 100%;
    position: absolute;
    left: 0;
    text-align: left;
       top: calc((100% - 69px)/2);
    padding: 0 40px;
    text-shadow: 1px 1px 3px #373e4c;
    text-align: center;
}

.nameaction .slide-title{
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.nameaction .slide-desc{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.nameaction  .slide-btn{
text-shadow: none;
}

/*Слайдер товаров на главной странице, новинки, рекомендуемые, распродажа*/
.m-p-products{
    margin: 0 0 20px 0;
}

.wrapper .mg-recent-products .title,
.m-p-products .title{
    margin: 0 0 15px 0;
    color: #123;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

.m-p-products .title a{
    color: #112233;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.m-p-products-slider .owl-carousel .owl-wrapper-outer{
    border: 1px solid #F0F1F5;
    margin: 0 0 20px 0;
    width: auto;
}

.m-p-products-slider {
    position: relative;
    margin: 0 0 30px 0;
}

.m-p-products-slider .owl-buttons .owl-next,
.m-p-products-slider .owl-buttons .owl-prev{
    width: 12px;
    height: 20px;
    top: 0;
    bottom: 0;
    text-indent: -999999px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.m-p-products-slider .owl-buttons .owl-prev{
    background: url("../images/arrow-left.png") no-repeat;
}


.m-p-products-slider .owl-buttons .owl-next{
    background: url("../images/arrow-right.png") no-repeat;
}

.m-p-products-slider .owl-buttons{
    overflow: hidden;
    background: #F0F1F5;
    text-align: center;
    padding: 10px 0;
}

.m-p-recommended-products {
    margin: 30px 0;
}

.m-p-products-slider .bx-viewport {
    height: auto!important;
}

.m-p-products-slider .bx-prev,
.m-p-products-slider .bx-next {
    position: absolute;
    top: -35px;
    width: 30px;
    height: 30px;
    display: block;
    text-indent: -999999px;
}

.m-p-products-slider .bx-prev:hover {
    background-position: 0 -30px;
}

.m-p-products-slider .bx-prev {
    right: 45px;
}

.m-p-products-slider .bx-next {
    background-position: -30px 0;
    right: 12px;
}

.m-p-products-slider .bx-next:hover {
    background-position: -30px -30px;
}

.m-p-recommended-products h2 a{
    background: #28A7FB;
}

.m-p-new-products-title a{
    background: #A5C849;
}

.m-p-sale-products-title a{
    background: #FF8A00;
}

.wrapper .m-p-new-products-title,
.wrapper .m-p-sale-products-title,
.wrapper .m-p-recommended-products-title {
    color: #000;
    position: relative;
    font-weight: normal!important;
    font-size: 24px;
    margin: 0 0 15px 0;
}

.cart-table .action-list {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.cart-table .action-list li {
    margin: 0;
}

.fast-result-list {
    margin: 0;
    padding: 0;
}

.variant-row input[type="text"] {
    color: #000;
}

.block-variants {
    padding: 0;
}

.block-variants label {
    display: block;
}

.block-variants .varian-price {
    margin: 0 0 0 20px;
    padding: 0;
}

.product-wrapper .block-variants {
    display: none !important;
    font-size: 11px;
    position: absolute;
    top: 99%;
    z-index: 11;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.3);
    border-radius: 0 0 3px 3px;
}

.product-wrapper .block-variants .table-wrapper{
    padding: 10px;
    max-height: 78px;
    overflow-y: auto;
    overflow-x: visible;
}

.product-wrapper .block-variants:before{
    content: "";
    position: absolute;
    z-index: 111;
    height: 10px;
    top: -5px;
    left: 0;
    right: 0;
    background: #fff;
}

.products-wrapper.list .product-wrapper .block-variants{
    overflow: visible;
    max-height: none;
}

.product-wrapper:hover .block-variants{
    display: block;
}

.product-wrapper .block-variants table tr td:first-child input[type="radio"]{
    margin: 0;
}

.reminfo,
.rem-info {
    color: red;
    display: block;
    margin-left: 25px;
}

.product-details-block .product-slides {
    position: relative;
}

.product-details-block .mg-recent-products{
    margin: 0;
}

.wrapper .mg-recent-products h2{
    margin: 0 0 30px;
    color: #202020;
}

/*Плашка сравнения товаров на сайте*/
.mg-product-to-compare a{
	font-size: 20px;
    color: #a9a9a9;
    line-height: 36px;
	transition: all 0.2s;
}

.mg-product-to-compare{
	text-shadow: none;
    position: relative;
    background: none;
    width: auto;
    height: 36px;
    right: 0;
    top: 0;
    bottom: 0;
    float: left;
    margin-right: 30px;
}

.wrapper .mg-product-to-compare .mg-compare-count{
    font-size: 12px;
    line-height: 20px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    color: #fff;
    border: 1px solid #fff;
}

.wrapper .fixed-bar-right .mg-product-to-compare .mg-compare-count{
    right: 6px;
    top: 5px;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .cart_form{
    margin: 0 auto;
    float: none;
    display: none;
}

.download-link {
    float: left;
    font-size: 12px;
    margin: 10px 10px 0 0;
    text-decoration: none;
    border-bottom: 1px dashed #08C;
}

.download-link:hover {
    border-bottom: 1px dashed transparent;
}

/*admin comment in personal page*/
.manager-information .manager-information-head {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.manager-information {
    border: 1px solid #D6E9C6;
    padding: 10px;
    font-size: 14px;
    background: #DFF0D8;
    color: #3C763D;
    margin: 10px 0;
}

.sub-categories {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 0;
    position: relative;
    float: left;
    width: 100%;
}

.sub-categories li {
       display: inline-block;
    vertical-align: top;
    /*width: 25%;*/
    text-align: center;
    margin-right: .3rem;
	margin-bottom: .3rem;
    padding: 0;
    background: #f9f9f9;
}

.sub-categories li a.sub-cat-name {
    word-wrap: break-word;
    color: #000;
    text-decoration: none;
    display: block;
	border: 1px solid #a9a9a9;
            width: auto;
        padding: .1rem 1rem;
}

.sub-categories li a.sub-cat-name:hover {
    text-decoration: underline;
}

.sub-categories li a {
    font-size: 13px;
    text-align: center;
}

.sub-categories li a.cat-image{
       width: 100%;
    height: 100px;
    margin: 0 auto 10px;
    display: inline-block;
    position: relative;
}

.sub-categories li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.cat-desc .cat-desc-img {
   width: 100px;
    height: 80px;
    float: left;
    margin: 0px 25px 15px 0;
    text-align: center;
}

.cat-desc-text ul{
padding-left: 20px;
}

.cat-desc .cat-desc-img img {
    max-width: 100%;
    max-height: 100%;
}

.mg-compare-product-inner .title a:hover {
    text-decoration: none;
}

.mg-compare-product-inner .title a {
    font-size: 14px;
    color: #000;
    display: block;
    height: 38px;
    overflow: hidden;
    font-weight: bold;
}

.mg-compare-products .mg-compare-center .mg-compare-product .title{
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
}

.variants-table tr td {
    padding: 2px;
}

.variants-table tr td .price {
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
}

.text-success {
    padding: 10px;
    color: #278601;
    border: 1px solid #d7f4ce;
    background: #d7f4ce;
    margin: 0 0 10px 0;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.text-success a:hover{
    text-decoration: none;
}

.payment-form-block em {
    font-style: normal;
}

.wrapper .mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row .mg-compare-fake-table-cell{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    width: 20%;
    padding: 10px 20px;
    border-right: 1px solid #f1f1f1;
    margin: 0;
}

.wrapper .mg-compare-products .mg-compare-center{
        font-size: 14px;
    padding: 1px;
    margin: 0;
    min-height: 525px;
    position: relative;
    float: left;
    width: 100%;
}

.mg-compare-product-wrapper{
    border-bottom: 1px solid #f1f1f1;
}

/*new left menu*/
.wrapper .menu-block{
  position: relative;
    margin: 0 0 35px 0;
}

.wrapper .mg-menu .submenu{
    display: none;
}

.wrapper .mg-menu > li.has-menu.open > .submenu{
    display: block;
}

.wrapper .mg-menu .submenu,
.wrapper .mg-menu,
.left-menu-block .footer-column{
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper .mg-menu{
      padding: 0;
}

.wrapper .mg-menu .close-item .close-icon{
    top: 9px;
    right: 10px;
    padding: 0;
    position: absolute;
    font-size: 14px;
    color: #000;
}

.wrapper .mg-menu .close-item .close-icon span{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("../images/delete.png") no-repeat;
}

.wrapper .mg-menu .close-item{
    overflow: hidden;
    display: none;
    position: static;
}

.wrapper .exist-admin-context{
    display: inline-block;
}

.wrapper.main-page .center .mg-menu,
.wrapper.catalog-page .center.show-menu .mg-menu{
    display: block!important;
    position: relative;
    padding: 2px 0;
}

.wrapper .mg-menu > li.has-menu > a{
    padding-right: 25px;
}

.wrapper .mg-menu > li.has-menu .toggle{
     position: absolute;
    right: 5px;
    top: 2px;
    width: 30px;
    height: 30px;
    z-index: 11;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    line-height: 30px;
}

.wrapper .mg-menu > li.has-menu .toggle:before{
	content: "\f107";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: grey;
    font-size: 12px;
    transition: all 0.2s;
    display: inline-block;
}

.wrapper .mg-menu > li.has-menu.open .toggle:before{
content: "\f106";
}

.wrapper .mg-menu > li{
    position: relative;
	transition: all 0.2s;
}

.wrapper .mg-menu li a{
    font-size: 14px;
    display: block;
    padding: 10px 20px;
    color: #202020;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
}

.wrapper .mg-menu > li:hover > a{
    color: #fff !important;
}

.wrapper .mg-menu > li:hover .toggle:before{
    color: #fff !important;
}

.wrapper .mg-menu > li.active a{
    padding-right: 20px;
}

.wrapper .filter-block.open .filter-form,
.wrapper .menu-block.open .mg-menu{
    display: block!important;
}

.wrapper .menu-block.active .mg-menu{
    position: static;
    box-shadow: none;
}

.wrapper .mg-menu li .submenu .mg-cat-img img{
    max-width: 100%;
    max-height: 100%;
}

.wrapper .mg-menu li .submenu .mg-cat-name{
    overflow: hidden;
}

.wrapper .mg-menu li .submenu .mg-cat-name a{
    color: #112233;
    text-decoration: none;
}

.wrapper .mg-menu li .submenu .mg-cat-name a:hover{
    text-decoration: none;
}

.wrapper .mg-menu li .submenu .mg-cat-img{
    width: 22px;
    height: 22px;
    float: left;
    text-align: center;
    margin: 0 10px 0 0;
}

.wrapper .mg-menu li .submenu li{
    margin: 0;
    background: #fff;
}

.wrapper .mg-menu li .submenu li a{
padding: 7px 20px 7px 35px;
    background-color: #f7f7f7;
    transition: all 0.2s;
    color: #757d8e;
    font-size: 13px;
}

.wrapper .mg-menu li .submenu li a:hover{
	background-color: #fff;
}

.wrapper .mg-menu li .submenu ul{
    margin: 0;
    clear: both;
    padding: 0;
    list-style: none;
}

.wrapper .mg-menu li .submenu ul li{
    margin: 0;
}

.wrapper .mg-menu li .submenu ul li a:hover{
    border-color: #123;
}

.wrapper .mg-menu li .submenu ul li a{
    text-decoration: none;
    color: #112233;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
    border-left: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

.wrapper .mg-menu li .submenu ul li a:hover{
    background: #F2F2F2;
}

.wrapper .mg-menu > li > a > .mg-cat-img{
    position: absolute;
    top: 8px;
    left: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
}

.wrapper .mg-menu > li > a > .mg-cat-img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.wrapper .filter-form .mg-filter{
    margin: 0;
}

.show-hide-filters{
    margin: 10px;
    text-align: center;
    display: none;
}

.wrapper .side-menu .menu-block{
    margin: 0 0 15px 0;
}

.wrapper .side-menu .filter-block{
    background: #FAFAFA;
    border-radius: 5px;
    border: 1px solid #E1E3E4;
    box-shadow: 0 1px 2px rgba(63, 69, 75, 0.2);
}

.wrapper .side-menu{
    margin: 0;
    float: left;
    width: 230px;
}

.wrapper .filter-block.show .filter-form{
    display: block;
}

.wrapper .filter-block .filter-form{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

.filter-form .mg-viewfilter-all{
    margin: 10px 0;
}

.filter-form .mg-filter .mg-filter-item h4,
.wrapper .filter-form .filter-select .label-field,
.wrapper .filter-form .price-slider-list li span{
       font-weight: normal;
    color: #202020;
    font-size: 15px;
}

.filter-form .mg-filter .mg-filter-item h4{
    padding: 20px 15px 20px 0;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.filter-form .mg-filter .mg-filter-item h4:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #CDCDCD;
}

.filter-form .mg-filter .mg-filter-item.open h4:after{
    border-top: none;
    border-bottom: 5px solid #CDCDCD;
}

.filter-form select {
    width: 100%;
    border: 1px solid #ced4da;
    height: 40px;
    color: #495057;
    border-radius: 2px;
}

.filter-form .mg-filter .mg-filter-item ul{
    margin: 0 0 18px 0;
    display: none;
}

.filter-form .mg-filter .mg-filter-item.open ul{
    display: block;
}

.filter-form .mg-filter .mg-filter-item{
       border-top: 1px solid #f1f1f1;
    padding: 0 15px;
}

.filter-form .mg-filter .mg-filter-item + .mg-filter-item{
border-top: 1px solid #f1f1f1;
}

.mg-filter-head{
        margin: 0 0;
    padding: 15px 20px;
}

.wrapper .side-menu + .main-block{
    margin-left: 240px;
    overflow: hidden;
    padding: 0 0 100px 0;
    border-radius: 0 5px 5px 0;
}

.main-block{
    position: relative;
}

.main-block h1{
    font-size: 16px;
    font-weight: bold;
}

.wrapper .mg-filter-item .mg-tooltip .mg-tooltip-content{
    border: none;
    background: #F1F1F1;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.wrapper .ui-slider .ui-slider-range{
    cursor: pointer;
}

.summ-info .order-summ,
.summ-info .order-delivery-summ{
       font-size: 18px;
    font-weight: bold;
    color: inherit;
}

.summ-info{
    margin: 10px 0 0 0;
}

.enter-on{
    display: inline-block;
    position: relative;
}

.slash{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.enter-form{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}

.enter-form .form-list{
    margin: 0;
}

.enter-form .enter-btn{
    float: right;
}

.enter-form a{
    color: #000;
    text-shadow: none;
}

.enter-on a span{
    display: inline-block;
    vertical-align: middle;
}

.enter-on.open .enter-form{
    display: block;
    animation: fadeInUp .2s ease-in-out;
    -webkit-animation: fadeInUp .2s ease-in-out;
    -moz-animation: fadeInUp .2s ease-in-out;
}

.mobile-toggle{
    display: none;
    position: absolute;
    top: 0;
    height: 46px;
    left: 0;
    right: 0;
    z-index: 111;
}

.mg-main-menu-toggle{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: none;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: relative;
    left: 50%;
    margin-left: -74.1px;
    font-weight: bold;
}

.mg-main-menu-toggle .toggle-icon{
  font-size: 24px;
      position: relative;
    top: 2px;
}

.property-form select{
    margin: 0 0 0 5px;
}

.wrapper .filter-form .mg-filter .mg-filter-item ul li label{
    font-size: 12px;
}

.features{
    margin: 15px 0 0 0;
    font-size: 0;
}

.features-side .feature-item{
    height: 75px;
    border: 1px solid #DDD;
    box-shadow: 0 1px 2px rgba(63, 69, 75, 0.2);
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    padding: 12px 10px 15px 85px;
    font-size: 13px;
    line-height: 21px;
    width: 31.8%;
    display: inline-block;
    vertical-align: top;
}

.features-side .feature-item.card{
    background: #fff url("../images/visa-icon.png") 15px center no-repeat;
}

.features-side .feature-item.warranty{
    background: #fff url("../images/warranty-icon.png") 15px center no-repeat;
}

.features-side .feature-item.delivery{
    background: #fff url("../images/delivery-icon.png") 15px center no-repeat;
}

.features-side .feature-item + .feature-item{
    margin: 0 0 0 11px;
}

.checkCapcha{
    margin: 0 0 10px 0;
}

.wrapper .addToCompare,
.chdAddToFavourites,
.mg-quick-view-button,
.page-favourites-list .product-wrapper .addToCompare{
	display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #bdbdbd;
	transition: all 0.2s;
	background: rgba(255, 255, 255, 0.5);
	line-height: 37px;
	text-align: center;
}

.page-favourites-list .product-wrapper .addToCompare{
    margin: 0;
    float: none;
}

.chdBlockAddToFavourites{
	margin: 0;
	float: none;
}

.mg-quick-view-button{
	padding: 0 0;
	text-shadow: none;
	box-shadow: none;
}

.wrapper .addToCompare:before,
.page-favourites-list .product-wrapper .addToCompare:before{
	content: "\f24e";
    font-size: 16px;
    color: #bdbdbd;
	transition: all 0.2s;
}

.page-favourites-list .product-wrapper .addToCompare:before {
    width: auto;
    height: auto;
    background: none;
    background-size: 18px 15px;
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
	}

.chdAddToFavourites:before{
	content: "\f004";
	font-size: 16px;
    color: #bdbdbd;
	transition: all 0.2s;
}

.mg-quick-view-button:before{
	content: "\f00e";
	font-size: 16px;
    color: #bdbdbd;
	transition: all 0.2s;
}

.chdBlockAddToFavourites .chd-tool-tip{
	display: none !important;
}

.wrapper .addToCompare:hover,
.chdAddToFavourites:hover,
.mg-quick-view-button:hover,
.chdAddToFavourites.active, 
.wrapper .addToCompare.active{
	background: #fff;
}

.wrapper .filter-preview{
    margin: 0 0 0 20px;
}

.product-tabs-container p{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 21px;
    color: #202020;
}

.product-tabs-container{
        overflow: hidden;
    padding: 30px 30px 30px;
    background: #f1f1f1;
    min-height: 200px;
}

.product-tabs-container .pdf-icon{
	    position: relative;
    float: left;
    width: 100px;
    text-align: center;
    font-size: 35px;
    color: #d40000;
}

.product-tabs-container .pdf-text{
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
}

.product-tabs-container .pdf-text a{
	font-weight: normal;
    font-size: 13px;
}

.product-tabs-container .dwnl-instr-link{
	position: relative;
    float: left;
    margin-left: 45px;
    font-size: 18px;
    height: 35px;
    line-height: 33px;
    width: 35px;
    text-align: center;
    border: 2px solid #bdbdbd;
    border-radius: 5px;
    color: #bdbdbd;
    margin-top: 4px;
	transition: all 0.2s;
}

.personal-tabs-content{
	    min-height: 200px;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
}

.checkout-form-wrapper .form-list textarea,
.checkout-form-wrapper .form-list input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}

.delivery-vs-payment,
.checkout-form-wrapper .form-list{
      box-sizing: border-box;
    width: 50%;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    margin: 0 0 40px 0;
    padding: 25px 30px;
}

.checkout-form-wrapper .payment-option .big-white-block{
	width: 50%;
}

.checkout-form-wrapper .big-white-block .form-list{
	width: 100%;
    box-shadow: none;
	margin: 0;
}

.checkout-form-wrapper .big-white-block .form-list + .form-list{
padding-top: 0;
}


.checkout-form-wrapper .delivery-vs-payment{
        float: right;
    width: calc(50% - 20px) !important;
}

.checkout-form-wrapper .yur-field{
    float: right;
    margin: 0;
}

.checkout-form-wrapper .summ-info,
.checkout-form-wrapper .delivery-date{
     margin: 0 0 20px 0;
}

.checkout-form-wrapper .capcha-text{
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0;
}

.checkout-form-wrapper .checkCapcha img{
    border: 1px solid #ddd;
}

.checkout-form-wrapper .checkout-btn{
    margin: 15px 0 0 0;
}

.fancybox-wrap .fancybox-skin{
    background: #fff;
}

.person-page .form-list li textarea,
.person-page .form-list li input[type="password"],
.person-page .form-list li input[type="text"]{
    width: 282px;
}

.bottom-bar .mg-fake-cart{
       text-align: left;
    z-index: 350;
    border-radius: 0;
    width: auto;
    max-width: 600px;
    box-shadow: none;
    border: none;
}

.mg-fake-cart .popup-header{
padding: 40px;
border-bottom: 1px solid #f1f1f1;
}

.product-cart .checkout-form{
    float: right;
}

.product-cart .promo-form span{
    display: none;
}

.product-cart .promo-form .default-btn{
  font-size: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 45px;
    height: 43px;
}

.product-cart .promo-form .default-btn:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 14px;
    background: url("../images/check-icon.png") no-repeat;
}

.product-cart .promo-form .input-coupon{
   border: 1px solid #ced4da;
   width: 350px;
   padding-right: 45px;
   border-radius: 3px;
   color: #a9a9a9;
   font-size: 15px;
}

.product-cart .promo-form{
    float: left;
    position: relative;
}

.bottom-row .right-col{
    float: right;
}

.bottom-row .left-col{
    float: left;
}

.alert-info{
     padding: 25px 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    margin: 0 0 40px;
}

/*леяут горизонтального меню*/
.mg-main-menu-holder{
          margin: 0;
    padding: 0;
    z-index: 5;
    box-shadow: none;
    position: relative;
    float: left;
    width: 100%;
}

.show-search-bar-btn{
height: 55px;
    display: inline-block;
    width: 50px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    float: right;
    color: #fff;
	transition: all 0.2s;
}

.mg-main-menu {
       position: relative;
    z-index: 44;
    margin: 0;
    font-size: 0;
    padding: 0;
    text-align: left;
	float: left;
}

.mg-main-menu > li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    height: 55px;
    z-index: 60;
    transition: background 0.2s ease-in-out;
	    position: relative;
}


.mg-main-menu > li a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 0 12px;
    text-decoration: none;
    font-weight: bold;
    line-height: 55px;
}

.mg-main-menu-li + .mg-main-menu-li:after{
	content: '';
    position: absolute;
    width: 1px;
    height: 1.25rem;
    top: 50%;
    margin-top: -.63rem;
    left: -1px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.75;
}

.mg-main-menu-li:hover:after,
.mg-main-menu-li:hover + .mg-main-menu-li:after{
	content: none;
}

.mg-main-menu > li{
	
}

.mg-main-menu .submenu {
     position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 54;
    min-width: 230px;
    padding: 0 0;
    right: 0;
    left: 0;
    display: none;
    -webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
    box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
}

.mg-main-menu > li:hover .submenu{
    display: block;
}

.mg-main-menu .submenu > li{
  width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0;
    position: relative;
    float: left;
}

.mg-main-menu .submenu > li ul{
    padding: 0;
    margin: 7px 0 0 70px;
    clear: both;
    list-style: none;
}

.mg-main-menu .submenu > li ul li{
    margin: 0 0 5px 0;
    font-size: 11px;
    color: #1391C7;
}

.mg-main-menu .submenu > li ul li a{
    font-weight: normal;
    color: #1391C7;
    text-align: left;
    display: inline-block;
}

.mg-main-menu .submenu > li a{
   text-align: left;
    font-weight: 400;
    color: #212529;
    padding: 17px 20px;
    line-height: 15px;
	transition: all 0.2s;
}

.mg-main-menu .submenu > li a:hover{
	color: #16181b;
  text-decoration: none;
  background-color: #e5e6ea;
}

.mg-main-menu .mg-cat-img{
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 0 0 20px;
    text-align: center;
}

.mg-main-menu .mg-cat-desc a{
    word-wrap: break-word;
}

.mg-main-menu .mg-cat-desc{
        margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.mg-main-menu .mg-cat-img img{
    max-width: 100%;
    height: auto;
}

/*--------------------------------*/

.main-head{
      position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 10px;
    background: #fff;
}

.main-head h1{
    position: relative;
    float: left;
    width: 100%;
    font-size: 37px;
    color: #202020;
    font-weight: 600;    
	line-height: 37px;
}

.catalog-main-menu-holder{
        margin: 0 0 20px 0;
    background: none;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
	margin-top: 400px;
}

.section-header{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.full-news-details .section-header{
text-align: left;
}

.section-header h2,
.section-header h1{
	    font-size: 26px;
    font-weight: 600;
    padding: 0 30px;
    display: inline-block;
    margin: 0;
}

.full-news-details .section-header h2, 
.full-news-details .section-header h1{
 padding: 0 0;
}

.block-blog-main .section-header h2{
	width: 100%;
}

.section-header .view-all-top{
	float: right;
	margin-right: 30px;
}

.catalog-main-menu {
   margin: 0;
    padding: 0 0 15px 0;
    position: relative;
    float: left;
    width: 100%;
}

.catalog-main-menu > li {
	/*height:270px;*/
     display: block;
    list-style: none;
    width: calc((100% - 75px)/4);
    z-index: 5;
    position: relative;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
	background: #fff;
	-webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
}

.catalog-main-menu > li:nth-child(4n + 4){
	margin-right: 0;
}

.catalog-main-menu > li a.category-name {
       color: #202020;
    display: block;
    text-align: left;
    font-size: 14px;
    /*font-size: 16px;
    margin: 15px 25px 20px;*/
    margin: 15px 15px;
    text-decoration: none;
    position: relative;
    float: left;
    font-weight: bold;
}

.catalog-main-menu > li a.category-name:hover{
	text-decoration: underline;
}

.catalog-main-menu > li a.category-image{
	    display: block;
    float: left;
    width: 100%;
    height: 200px;
    text-align: center;
	padding-top: 20px;
}


.catalog-main-menu > li a.category-image img{	
	    max-height: 100%;
}

.catalog-main-menu .submenu {
      position: relative;
    padding: 0 25px;
    float: left;
    width: 100%;
    height: 100px;
	    overflow-y: hidden;
}

.catalog-main-menu .submenu > li{
        width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    float: left;
}

.catalog-main-menu .submenu > li ul{
    padding: 0;
    margin: 7px 0 0 70px;
    clear: both;
    list-style: none;
}

.catalog-main-menu .submenu > li ul li{
    margin: 0 0 5px 0;
    font-size: 11px;
    color: #1391C7;
}

.catalog-main-menu .submenu > li ul li a{
    font-weight: normal;
    color: #1391C7;
    text-align: left;
    display: inline-block;
}

.catalog-main-menu .submenu > li a{
       padding: 0;
    color: #3483b8;
    text-align: left;
    font-size: 13px;
    text-decoration: none;
}

.catalog-main-menu .submenu > li a:hover{
	  text-decoration: underline;
}

.catalog-main-menu .mg-cat-img{
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 0 0 20px;
    text-align: center;
}

.catalog-main-menu .mg-cat-desc a{
    word-wrap: break-word;
}

.catalog-main-menu .mg-cat-desc{
    margin: 0 0 0 70px;
}

.catalog-main-menu .mg-cat-img img{
    max-width: 100%;
    height: auto;
}

.catalog-main-menu li:hover li a:hover{
    text-decoration:underline;
}

/*----------------------------------------*/

.wrapper .ui-slider-horizontal .ui-slider-handle{
    margin-left: -10px;
}

.wrapper .ui-slider .ui-slider-handle:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.wrapper .ui-slider .ui-slider-handle{
 width: 11px;
    height: 11px;
    border-radius: 100px;
    top: -4px;
}

.filter-block .filter-preview{
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0;
    padding: 6px 10px;
    margin: -10px 0 0 20px;
}

.wrapper .comments textarea{
    border-radius: 5px;
    padding: 10px;
}

.comments .comments-msg{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.mg-recent-products .product-wrapper .product-name{
      height: 54px;
    line-height: 17px;
    overflow-y: hidden;
}

.comments .sendComment{
    float: right;
    margin: 10px 0 0 0;
}

.comments .comment-list .comment-post{
      position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    border: none;
}

.comments .c-msg-red{
    padding: 10px;
    color: #c2646d;
    background: #fdd6da;
    border: 1px solid #eca8a8;
    display: block;
}

.comments .c-msg-green{
    padding: 10px;
    color: #4d8b52;
    border: 1px solid #aed0b1;
    background: #d7f4ce;
    display: block;
}

body .mg-scrollTop{
    width: 64px;
    height: 64px;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0.5;
    background: url("../images/sprite.png") -305px -16px no-repeat;
}

body .mg-scrollTop:hover{
    opacity: 1;
    background-position: -305px -16px;
}

.wrapper .wrapper-back-ring .back-ring-button:active,
.wrapper .wrapper-back-ring .back-ring-button:hover{
    border-bottom: 1px dashed transparent;
    box-shadow: none;
    background: none;
}

.wrapper .wrapper-back-ring .back-ring-button{
	background: none !important;
    border: none;
    color: #a9a9a9;
    padding: 0;
    position: relative;
	transition: all 0.2s;
	font-size: 18px;
}

.wrapper .top-bar .wrapper-back-ring .back-ring-button{
        font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    font-weight: 600;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.wrapper .top-bar .wrapper-back-ring .back-ring-button:hover{
	color: #fff !important;
}

.wrapper .top-bar .wrapper-back-ring{
	    height: 40px;
    width: auto;
    text-align: center;
    border-radius: 3px;
    margin-top: 2px;
    padding: 0 10px;
    transition: all 0.2s;
}

.wrapper .wrapper-back-ring .back-ring-button:after{
    content: none;
}

.wrapper .filter-form .price-slider-list li input[type="text"]{
       width: 80px;
    font-size: 13px;
    border: 1px solid #ced4da;
    height: 35px;
    border-radius: 2px;
    color: #495057;
}

.filter-form .filter-select .label-field, .filter-form .price-slider-list li span{
    margin: 0 0 15px 0;
}

.filter-form .price-slider-list{
    margin: 0 0 15px 0;
}

.filter-form .price-slider-list li span{
    margin: 0 0 10px 0;
}

.modal-ring-list li{
    margin: 0 0 10px 0;
}

.header-modal-back-ring,
.j-one-click__header,
.header-modal-mg-non-available{
       padding: 40px 40px 0;
    position: relative;
    float: left;
    width: 100%;
}

.content-modal-mg-non-available{
	position: relative;
    float: left;
    width: 100%;
    padding: 30px 40px 0;
}

.wrapper-modal-mg-non-available .mg-action-buttons{
	    padding: 10px 40px 30px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    border-top: none;
    position: relative;
    float: left;
    width: 100%;
}

.wrapper-modal-mg-non-available .mg-booking-non-available{
	    padding: 0;
}

.modal-mg-booking-list li textarea, 
.modal-mg-booking-list li input[type="password"], 
.modal-mg-booking-list li input[type="text"]{
	    border-radius: 3px;
		    box-shadow: none;
}

.wrapper-modal-mg-non-available .error{
	    color: #bb022b;
    background: #ffd1d6;
	    border: 0;
}

.wrapper-modal-mg-non-available{
	width: 600px;
	background: #fff;
	border: none;
	box-shadow: none;
    border-radius: 0;
}

.modal-mg-booking-list li h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    position: relative;
    float: left;
    font-weight: bold;
	    color: #202020;
}

.wrapper-modal-back-ring .header-modal-back-ring .title-modal-back-ring,
.j-one-click__header_title,
.wrapper-modal-mg-non-available .header-modal-mg-non-available h2{
	    margin: 0;
    text-align: center;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
}
.j-one-click__title {
    font-size: 16px;
    position: relative;
    float: left;
    font-weight: bold;
    margin: 0 0 10px;
    color: #666;
}

.j-one-click__block-price,
.j-one-click__plus, 
.j-one-click__minus,
input[type="text"].j-one-click__amount,
.j-one-click__amount_span{
	display: none;
}


.j-one-click__send{
	    margin-left: 0;
		width: 100%;
}

.content-modal-back-ring{
	    position: relative;
    float: left;
    width: 100%;
    padding: 40px;
}

#overlay {
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    width: 100%;
    height: 100%!important;
    z-index: 100;
    overflow: auto;
}

.wrapper .custom-text{
    width: auto;
}
.wrapper .mg-trigger-guarantee .mg-trigger{
    float: none;
    vertical-align: top;
    margin: 0;
    border: none;
    border-radius: 0;
}

.m-p-slide-unit iframe{
    max-width: 100%;
    max-height: 100%;
}

.m-p-slide-unit {
    /*float:left;
	list-style:none;
	position:relative;
	width:100%;*/
}

.error-404{
    text-align: center;
    font-size: 28px;
    line-height: 26px;
    font-weight: bold;
    margin: 100px 0 0 0;
}

.error-404 p{
    font-size: 14px;
    font-weight: normal;
}

.error-404 a:hover{
    text-decoration: none;
}

.error-404 a{
    display: inline-block;
    font-weight: normal;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
}

.mg-compare-products .mg-compare-product-image{
    margin: 0 0 10px 0;
}

.mg-compare-products .mg-compare-product-image a{
    display: block;
}

.get-login{
    margin: 20px 0;
    font-size: 15px;
}

.wrapper .news-block{
    padding: 20px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.3);
    border: none;
    border-radius: 0;
    background: #fff;
}

.wrapper .news-block h2{
    color: #123;
    font-size: 20px;
    font-weight: bold;
}

.news-block.open .news-holder{
    display: block;
}

.news-block a:hover{
    text-decoration: none;
}

.news-block .title{
    color: #112233;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 20px 0;
    font-weight: bold;
}

.news-block .news-item{
    overflow: hidden;
}

.news-block .news-item .news-img{
    float: left;
    margin: 0 10px 0 0;
}
.news-block .news-item img{
    width: 40px;
    height:40px;
}
.news-block .news-item .news-details .news-date{
    font-size: 12px;
    line-height: 13px;
    color: #cdcdcd;
}

.news-block .news-item .news-details{
    overflow: hidden;
}

.news-block .news-item + .news-item{
    margin: 15px 0 0 0;
}

.news-block .news-item .news-details .news-text{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #112233;
    text-decoration: none;
}

.news-block .news-body{
    padding: 15px 0 10px 0;
    border-top: 1px solid #CDCDCD;
}

.news-block .news-footer{
    text-align: right;
}

.news-block .news-footer .show-all{
    font-size: 12px;
}

.order-history .dont-paid, .order-history .paid, .order-history .get-paid, .order-history .dont-confirmed,
.order-history .in-delivery, .order-history .performed, .order-history .processed {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 2px #4A4A4A;
    line-height: 14px;
}

.order-history .dont-paid{background-color:#B81212;}
.order-history .paid{background-color:#28BB1D}
.order-history .get-paid{background-color:#C1A700;}
.order-history .dont-confirmed{background-color:#A9A5A5;}
.order-history .in-delivery{background-color:#668BD4}
.order-history .performed{background-color:#66B917;}
.order-history .processed{background-color:#CA5F09;}

.variants-text{
    font-size: 12px;
    line-height: normal;
    color: #fff;
    background: #3CB100;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px;
    z-index: 22;
    text-align: center;
}

.owl-item .product-wrapper .block-variants{
    display: none;
}

.apply-filter-line .filter-tags{
    padding: 2px;
}

.mg-fake-cart .popup-header .title{
      margin: 0;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
}

.mg-fake-cart .popup-body{
    max-height: 300px;
    overflow-y: auto;
    padding: 0 40px;
    background: #fff;
}

.mg-fake-cart .popup-body .small-cart-table tr td {
    padding: 10px 0;
    vertical-align: middle;
}

.mg-fake-cart .popup-body .small-cart-table tr td.small-cart-img a{
    padding: 0;
	    max-width: 60px;
}

.mg-desktop-cart .default-btn{
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
}

.mg-desktop-cart .small-cart .title{
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.table-wrapper{
    overflow: auto;
    margin: 0 0 20px 0;
}

.table-wrapper .cart-table tr th{
  background: #fff;
    text-align: left;
    color: #a9a9a9;
    font-weight: normal;
    font-size: 12px;
    padding: 12px 20px;
    border-bottom: 1px solid #f1f1f1;
}

/* spoiler */
div.spoiler {
    padding: 5px;
    line-height: 1.6;
}

div.spoiler div.spoiler-title {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 7px;
    border: 1px solid #bbbbbb;
    border-bottom-color: #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

div.spoiler div.spoiler-title div.spoiler-toggle {
    display: inline-block;
   /*  width: 11px;*/
    height: 11px;
   /*  line-height: 14px;*/
    margin-left: 4px;
   /*  margin-right: 6px;*/
    cursor: pointer;
    -webkit-user-modify: read-only;
}

div.spoiler div.spoiler-title div.hide-icon {
   /* background: url('../images/minus.png') no-repeat scroll left center transparent;*/
}

div.spoiler div.spoiler-title div.show-icon {
   /* background: url('../images/plus.png') no-repeat scroll left center transparent;*/
}

div.spoiler div.spoiler-content {
    font-size: 13px;
    border: 1px solid #bbbbbb;
    border-top: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 4px 10px;
}

blockquote {
    border: dotted #666 1px;
    border-left:solid #ff5a00 5px;
    margin:10px 10px;
    padding:15px;
    color:#333;
    font-style:italic;
    font-size:14px;
    background:#fcfcfc;
}

.features-block .features-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-block .centered{
    position: relative;
}

.features-block .features-list{
	position: relative;
    float: left;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
}

.features-block .features-list li{
    float: left;
    width: 25%;
    text-align: center;
}

.features-block .features-list li a{
        text-decoration: none;
    display: block;
    padding: 20px;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

.features-block .features-list li a:hover span{
    color: #fff!important;
}

.features-block .features-list li span{
    display: block;
}

.features-block .features-list li .title{
    color: #202020;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 20px;
}

.features-block .features-list li .icon{
	    font-size: 40px;
}

.features-block .features-list li .sub-title{
       color: #a9a9a9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trigger-block{
       position: relative;
    float: left;
    width: 100%;
	    margin-bottom: 20px;
    padding: 25px 0;
    background: #f1f1f1;
	display: none;
}

.mg-trigger-guarantee.mg-trigger-guarantee-1.horfloat {
	 background: #f1f1f1!important;
}

.trigger-block .mg-trigger-guarantee.mg-trigger-guarantee-1 .mg-trigger {
	background-color: #f1f1f1!important;
}

.trigger-block .mg-trigger-guarantee.mg-trigger-guarantee-1 .mg-trigger .mg-trigger-icon i {
	background-color: #f1f1f1!important;
}

.trigger-block .mg-trigger-guarantee .mg-trigger .mg-trigger-text, .trigger-block .mg-trigger-guarantee .mg-trigger .mg-trigger-title{
    display: table-cell;
    text-align: left;
    color: #112233;
    font-size: 14px;
       line-height: 20px;
    vertical-align: middle;
}

.trigger-block .mg-trigger-guarantee .mg-trigger .mg-trigger-title{
	   padding-left: 0;
    font-weight: 600;
    font-size: 14px;
}

.trigger-block .mg-trigger-guarantee .mg-trigger{
       margin: 0 0;
    position: relative;
    float: left;
    width: 25% !important;
	    box-shadow: none;
}

.trigger-block .mg-trigger-guarantee .mg-trigger i{
    line-height: 70px;
	    font-size: 55px;
}

.trigger-block .mg-trigger-guarantee .mg-trigger .mg-trigger-icon{
    float: none!important;
    display: table-cell;
	    width: 90px;
}

.trigger-block .mg-trigger-guarantee .mg-trigger .mg-trigger-icon img{
	    width: 100%;
    height: auto;
    padding: 0;
}

.trigger-block .mg-trigger-guarantee{
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
}

.main-page .left-block{
    margin-top: -170px;
}

.main-page .left-block.no-margin{
    margin-top: 0;
}

.block-reklami .holder,
.mg-info-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.mg-info-block a {
    display: block;
    width: 48%;
    border: 1px solid #E0E0E0;
}

.mg-info-block a img{
    max-width: 100%;
}

.filter-block {
    padding: 0;
}

.filter-block .cat-title{
    padding-top: 0;
    margin: 0 0 20px 0;
    color: #123;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #CDCDCD;
}

.filter-block .filter-form #price-slider{
    width: 100%;
}

.filter-block .filter-form #price-slider{
    height: 3px;
    border-radius: 0;
}

.block-reklami{
     position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.block-reklami .bammer-area{
    position: relative;
	float: left;
	margin-right: 25px;
	width: calc((100% - 50px) / 3);
}

.block-reklami .bammer-area:nth-child(3){
	margin-right: 0;
}

.block-reklami a{
    display: block;
    width: 100%;
}

.block-main-review{
	display:none;
	position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.block-main-review .main-review-content{
	 position: relative;
    float: left;
    width: 100%;
}

.block-main-review .reviews-big{
	position: relative;
    float: left;
    width: 100%;
    padding: 30px;
}

.block-main-review .reviews-item .user-name span,
.comment-post .post-author{
	    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px 3px 3px 0;
    color: #fff;
    position: relative;
}

.block-main-review .reviews-item .user-name span:before,
.comment-post .post-author:before{
	width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0.63rem solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
}

.block-main-review .reviews-item p{
	padding-left: 20px;
    margin-top: 30px;
    line-height: 24px;
    font-size: 15px;
}

.comment-post p{
	padding-left: 20px;
    margin-top: 20px;
    line-height: 24px;
    font-size: 15px;
}

.block-main-review .reviews-item .add-date,
.comment-post .post-date{
	    padding-left: 20px;
    color: #a9a9a9;
    font-size: 12px;
}

.comment-post .post-date{
	float: left;
}

.brands-block{
	    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}

.brands-block .brands-content{
	 position: relative;
    float: left;
    width: 100%;
}

.wrapper .brands-block .brands-content .mg-trigger{
	     width: 100% !important;
    padding: 20px;
    box-shadow: none;
    height: 120px !important;
}

.wrapper .brands-block .brands-content .mg-trigger .mg-trigger-icon{
	    display: block;
    margin-bottom: 0;
}

.wrapper .brands-block .brands-content .mg-trigger .mg-trigger-icon img{
	    width: auto;
    height: auto;
    position: absolute;
    padding: 0;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.wrapper .brands-block .brands-content .mg-trigger .mg-trigger-text{
	display: none;
}

.title-panel,
.page-favourites-list > div.title-panel{
	     position: relative;
    float: left;
    width: 100%;
    padding: 30px 0;
}

.page-favourites-list .favourites-list-content{
   position: relative;
    float: left;
    width: 100%;
	-webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
	background: #fff;
	    padding: 0;
		    margin-bottom: 40px;
}

.page-favourites-list .favourites-list-content.empty{
padding: 25px 30px;
}

.chdAddToFavourites-icon{
    background: none;
    font-size: 18px;
    color: #a9a9a9;
}

.page-favourites-list .products-wrapper{
margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.page-favourites-list .form-group{
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 25px;
    border-bottom: 1px solid #f1f1f1;
}

.page-favourites-list .products-wrapper .product-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.title-panel .new-products-title{
       float: left;
    color: #202020;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
}

.title-panel .shopping-btn{
    float: right;
    color: #cdcdcd;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
}

.title-panel .shopping-btn:hover{
    color: #112233;
}

.mg-compare-products .mg-compare-fake-table-left .mg-compare-fake-table-cell:nth-child(odd),
.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row:nth-child(odd) .mg-compare-fake-table-cell{
    background: none;
}

.mg-compare-products .mg-compare-center .mg-compare-product{
      margin: 0;
    border: none;
    width: 20%;
    border-right: 1px solid #f1f1f1;
}

.mg-compare-products .mg-compare-product .mg-compare-product-inner{
    padding: 0;
}

.mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .addToCart{
    display: inline-block;
    position: static;
    margin: 0;
}

.mg-compare-products .mg-compare-fake-table .mg-compare-fake-table-left .compare-text{
    font-weight: bold;
}

.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row .mg-compare-fake-table-cell{
    font-size: 14px;
}

.mg-compare-products .mg-compare-left-side h2{
    font-weight: normal;
}

.mg-compare-products .product-action .property-form{
    float: left;
}

.mg-compare-products .mg-compare-center .mg-compare-product .mp-remove-compared-product{
      position: static;
    float: right;
    width: 20px;
    height: 20px;
    background: none;
    margin: 20px 0 0 0;
    font-size: 18px !important;
    color: #bdbdbd;
    transition: all 0.2s;
}

.mg-compare-products .mg-compare-fake-table-right{
margin: 0;
}

.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row{
       border-bottom: 1px solid #f1f1f1;
    background: #f8f9fa;
}

.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row.row-prop-name{
    background: #fff;
    font-size: 15px;
    padding: 0 20px;
    line-height: 34px;
    font-weight: bold;
}

.mg-compare-fake-table .more-products{
    min-height: 270px;
    background: #F0F1F5;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0 0 10px 0;
    transition: background 0.2s ease-in-out;
}

.mg-compare-fake-table .more-products:hover{
    background: #E8E9ED;
}

.mg-compare-fake-table .more-products .info{
    display: block;
    width: 115px;
    margin: 0 auto;
    text-align: center;
}

.mg-compare-fake-table .more-products img{
    display: block;
    margin: 0 auto 20px;
}
.mg-compare-fake-table .more-products .text{
    display: block;
    color: #cdcdcd;
    font-size: 16px;
}

.mg-fake-cart .sum-list .total-sum{
    margin: 10px 0;
}

.mg-fake-cart .sum-list{
    overflow: hidden;
	    color: #202020;
    background: #f1f1f1;
    text-align: center;
}

.mg-fake-cart .sum-list li span{
    color: #202020;
}

.mg-fake-cart .popup-footer .total .checkout-buttons .mg-close-popup{
    border-bottom: 1px dashed #3483b8;
}

.top-menu-toggle{
	display: block;
    margin: 10px 0 0 0;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #202020;
    text-decoration: none;
	padding: 0 10px;
	transition: background 0.2s;
	width: 96.7px;
}

.top-menu-block.open .top-menu-toggle{
	color: #fff;
	    line-height: 38px;
}

.top-menu-toggle span{
    font-weight: bold;
    margin-right: 7px;
}

.top-menu-toggle i{
    font-size: 20px;
    top: 2px;
    position: relative;
}

.top-menu-block.open .top-menu-toggle i:before{
content: "\f00d" !important;
}

.wrapper-holder{
        position: relative;
    float: left;
    width: 100%;
}

.products-wrapper.list .wrapper-holder{
	margin-bottom: 20px;
}

.show-more-block{
	    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px;
    border-bottom: 1px solid #f1f1f1;
}

.mg-fake-cart .popup-body .small-cart-table tr td.small-cart-name{
padding: 5px 10px;
}

.mg-fake-cart .popup-body .small-cart-table tr td.small-cart-img{
padding: 5px 0;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li{
    margin: 0;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li a{
       font-weight: bold;
    color: #202020;
    font-size: 15px;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li span{
    font-size: 17px;
    font-weight: 600;
    color: #a9a9a9;
}

.mg-fake-cart .mg-close-fake-cart{
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: none;
    font-size: 20px;
    color: #bdbdbd;
    line-height: 20px;
    text-align: center;
	    transition: all 0.2s;
}

.mg-fake-cart .mg-close-fake-cart:hover{
opacity: 0.85;
}

.mg-fake-cart .popup-body .small-cart-table tr td .deleteItemFromCart{
    display: inline-block;
    font-size: 18px !important;
    color: #bdbdbd;
    transition: all 0.2s;
}

.main-slider .bx-controls-direction{
    position: absolute;
    z-index: 55;
    width: calc(100% - 200px);
    height: 50px;
    /*top: calc((100% + 141px)/2);*/
    top: calc((100% + 40px)/2);
    /* bottom: 40px; */
    left: 100px;
    right: 100px;
    margin: auto;
}

.main-slider .m-p-slider-wrapper{
    height: auto!important;
    float: none;
}

.main-slider .m-p-slider-wrapper .bx-viewport{
	height: 600px !important;
}

.main-slider .m-p-slider-wrapper .m-p-slide-unit{
	height: 600px !important;
}

.main-slider .m-p-slider-wrapper .m-p-slide-unit > a{
	    display: inline-block;
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover !important;
}

.main-slider .bx-pager,
.main-slider .fix-slider-block{
    display: none!important;
}

.mg-main-menu-holder + .main-slider{
    width: 100%;
    margin-bottom: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.features-block{
   background: none;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.price-cell.cart-price .deleteItemFromCart{
	display: none!important;
}

.main-product-groups-block{
	    position: relative;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    margin-bottom: 40px;
	    background: #fff;
		padding: 25px 0;
}

.main-product-tabs,
.quick-product-tabs{
	list-style: none;
    margin: 0 30px 0 0;
    float: right;
    padding: 25px 0;
	text-align: right;
}

.main-product-tabs li,
.quick-product-tabs li{
	    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.main-product-tabs li a,
.quick-product-tabs li a{
	    color: #a9a9a9;
    padding: 5px 0;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
}

.main-bammer-block{
	    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.block-blog-main{
	    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 0;
    /*background: #f1f1f1;*/
}

.mg-main-news-block .mg-category-desc{
	position: relative;
    float: left;
    width: calc(100% - 300px);
    margin: 0;
    padding: 40px;
    margin: 0;
    background: #fff;
}

.mg-main-news-block .mg-cat-news-img {
       text-align: center;
    line-height: 0;
    margin: 0 0 40px 0;
    position: relative;
    float: left;
    width: 300px;
    padding: 40px 0 0 40px;
}

.static-page-wrapper .mg-main-news-block .mg-category-desc{
    box-shadow: none;
}

.all-news-block{
      position: relative;
    float: left;
    width: 100%;
    padding: 15px 30px;
}

.static-page-wrapper .all-news-block{
	    padding: 0;
}

.all-news-block.news-block-other{
	margin-bottom: 40px;
}

.all-news-block .all-news-item{
	    display: block;
    list-style: none;
    width: calc((100% - 75px)/4);
    position: relative;
    float: left;
    margin-right: 25px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.static-page-wrapper .all-news-block .all-news-item{
	 width: calc((100% - 50px)/3);
	 border: 1px solid #f1f1f1;
	     margin-bottom: 25px
}

.all-news-block .all-news-item:nth-child(4n + 4){
	margin-right: 0;
}

.static-page-wrapper .all-news-block .all-news-item:nth-child(4n + 4){
	margin-right: 25px;
}

.static-page-wrapper .all-news-block .all-news-item:nth-child(3n + 3){
	margin-right: 0;
}

.all-news-block .all-news-item .all-news-img{
	position: relative;
    float: left;
    width: 100%;
    display: block;
    height: 180px;
    background-size: cover !important;
}

.all-news-category{
	position: absolute;
    top: 165px;
    left: 20px;
	z-index: 5;
}

.all-news-category .label{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 0 3px 3px 0;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    position: relative;
    margin-left: -20px;
}

.all-news-category .label:before{
	    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 0.63rem solid transparent;
    content: " ";
    position: absolute;
    left: 0px;
    top: 100%;
}

.all-news-category .label.label-action{
	background: #009cff;
}

.all-news-category .label.label-action:before{
	 border-top: 0.63rem solid #009cff;
}

.all-news-category .label.label-article{
	background: #ff0000;
}

.all-news-category .label.label-article:before{
border-top: 0.63rem solid #ff0000;
}

.all-news-category .label.label-news{
	background: #54b704;
}

.all-news-category .label.label-news:before{
border-top: 0.63rem solid #54b704;
}

.all-news-info{
	    position: relative;
    float: left;
    width: 100%;
    padding: 30px;
}

.all-news-info .all-news-date{
	position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #a9a9a9;
}

.all-news-info .all-news-title{
    position: relative;
    float: left;
    margin: 5px 0 0;
	height: 57px;
	overflow-y: hidden;
}

.all-news-info .all-news-title a{
	color: #2a2a2a;
    font-size: 14px;
    text-decoration: none;
}

.all-news-info .all-news-title a:hover{
	text-decoration: underline;
}

.owl-buttons{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.brands-block .owl-buttons{
	padding: 20px 30px;
}

.owl-buttons .owl-prev, .owl-buttons .owl-next{
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 37px;
	font-size: 0;
	border-radius: 19px;
	border: 1px solid #bdbdbd;
	 font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	transition: all 0.2s;
	margin-left: 15px;
}

.owl-buttons .owl-next:before,
.owl-buttons .owl-prev:before{	
	color: #bdbdbd;
	font-size: 14px;
	transition: all 0.2s;
}

.owl-buttons .owl-next:before{
	content: "\f061";
}

.owl-buttons .owl-prev:before{
	content: "\f060";
}

.owl-buttons .owl-next:hover:before,
.owl-buttons .owl-prev:hover:before{
	color: #fff;
}

.main-contacts-block{
	    position: relative;
    float: left;
    width: 100%;
    height: 400px;
}

.main-contacts-block .main-contacts-map{
	    position: relative;
    float: left;
    width: 100%;
    height: 400px;
}

.main-contacts-block .contacts-desc{
	      position: absolute;
    left: calc((100% - 1336px)/2);
    z-index: 5;
    background: #fff;
    top: 90px;
    padding: 30px 30px 40px;
    line-height: 24px;
    font-size: 15px;
}

.contacts-desc .adress-icon{
	margin-bottom: 10px;
    font-size: 18px;
}

.contacts-desc .contacts-firm-title{
	font-weight: bold;
}

.full-news-details{
	position: relative;
    float: left;
    width: 100%;
    margin: -20px 0 40px 0;
    background: #fff;
}

.full-news-details .news-date{
	       position: relative;
    float: left;
    width: 100%;
    padding: 20px 0;
    color: #a9a9a9;
    font-size: 14px;

}

.full-news-details .news-info{
	    position: relative;
    float: left;
    width: 100%;
}

.full-news-details .main-news-img{
	   position: relative;
    float: none;
    width: auto;
	text-align: center;
    margin: 0 20px 20px;
}

.full-news-details .news-full-desc{
	    width: 100%;
		margin: 25px 0;
}

.full-news-details .news-full-desc h2,
.full-news-details .news-full-desc h3{
    margin: 20px 0 20px;
}

.full-news-details .news-full-desc h4{
    margin: 15px 0 15px;
}

.full-news-details .tags{
	position: relative;
    float: left;
    width: 100%;
	padding: 25px 30px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	text-align: left;
}

.tags h5{
	font-size: 18px;
    margin: 0 0 15px;
    font-weight: 600;
}

.tags a{	
	    background: #f1f1f1;
    color: #a9a9a9;
    transition: all 0.2s;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    padding: 3px 5px;
    font-size: 12px;
}

.tags a:hover{
	color: #a9a9a9;
    background-color: #e4e4e4;
}

.full-news-details .back-button-block{
	position: relative;
    float: left;
    width: 100%;
    padding: 25px 30px;
	text-align: left;
}

.info-btn,
.show-more-block #chd-show-more-button{
	border: 1px solid #bdbdbd;
    border-radius: 3px;
    text-decoration: none;
    color: #202020;
    padding: 8px 10px;
    display: inline-block;
}

.info-btn:hover,
.show-more-block #chd-show-more-button:hover{
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.cart-wrapper-header .info-btn{
	margin-left: 20px;
}

.wrapper-modal-back-ring {
    position: fixed;
    right: 0;
    left: 0;
    top: 100px;
    z-index: 10;
    width: 500px;
    margin: 0 auto;
    background: #fff;
    border: none;
    padding: 0;
    display: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.wrapper-modal-back-ring .close-ring-button,
.j-one-click_close,
.close-mg-booking-button,
.modal-dialog .close{
	position: absolute;
    width: 20px;
    height: 20px;
    background: none;
    right: 20px;
    top: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #bdbdbd;
}

.wrapper-modal-mg-non-available .close-mg-booking-button a {
    position: relative;
    width: 20px;
    height: 20px;
    background: none;
    right: 0;
    top: 0;
    display: inline-block;
    color: #bdbdbd;
}

.wrapper-modal-mg-non-available .mg-product-info {
    width: 40%;
    margin: 0 25px 0 0;
    float: left;
}

.mg-product-img{
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.wrapper-modal-back-ring .default-btn{
	text-shadow: none;
    width: auto;
    float: left;
    text-transform: none;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 3px;
    line-height: 40px;
}

.wrapper-modal-back-ring .modal-ring-list li{
	margin: 0 0 20px 0;
}

.wrapper-modal-back-ring .modal-ring-list li.personal-check i{
	font-size: 18px;
    position: relative;
    top: 2px;
}

.wrapper-modal-back-ring .modal-ring-list li input[type="text"]{
	    border: 1px solid #ced4da;
    height: 45px;
    border-radius: 3px;
}

.wrapper-modal-mg-quick-view {
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    z-index: 10;
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    border: none;
    display: none;
    box-shadow: none;
    border-radius: 0;
    padding: 40px;
}

.wrapper-modal-mg-quick-view  .wrapper-modal-tabs{
    position: relative;
    float: left;
    width: 60%;
    padding: 25px 30px;
}

.wrapper-modal-mg-quick-view  .product-status{
    position: relative;
    float: left;
    width: 40%;
    padding-top: 25px;
	    padding-right: 30px;
		    margin: 0;
}

.wrapper-modal-mg-quick-view .quick-product-tabs{
      position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
    padding-top: 10px;
}

.wrapper-modal-mg-quick-view h1 {
 padding-bottom: 15px;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
}

.wrapper-modal-mg-quick-view .product-code{
	margin-bottom: 10px;
}

.wrapper-modal-mg-quick-view .buy-block-inner{
    padding-left: 0;
}

.wrapper-modal-mg-quick-view .buy-block .buy-container .hidder-element{
 float: left;
    margin: 20px 20px 20px 0;
}

.wrapper-modal-mg-quick-view .buy-block-inner .addToCart{
	font-size: 15px;
    border-radius: 3px;
    width: auto;
    height: 38px;
    text-align: center;
    padding: 0 10px;
}

.wrapper-modal-mg-quick-view .product-hover-buttons{
	display: none;
}

.wrapper-modal-mg-quick-view .mg-product-slides{
width: 100%;
}

.wrapper-modal-mg-quick-view .mg-product-slides > .bx-wrapper {
    width: 100%;
    height: 300px;
    border: none;
}

.wrapper-modal-mg-quick-view .mg-product-slides .main-product-slide li{
 height: 285px;
}

.wrapper-modal-mg-quick-view .close-mg-quickview-button a{
position: absolute;
    width: 20px;
    height: 20px;
    background: none;
    right: 20px;
    top: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #bdbdbd;
}

.compare-content{
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
    margin-bottom: 40px;
    background: #fff;
}

.mg-compare-products .mg-compare-left-side{
    width: 100%;
    float: left;
    padding: 25px 30px;
    border-bottom: 1px solid #f1f1f1;
}

.mg-category-list-compare .info-btn{
margin-right: 20px;
}

.mg-compare-products .mg-compare-left-side .mg-category-list-compare .mg-clear-compared-products{
    color: #202020;
    border-bottom: 1px solid #bdbdbd;
	    margin: 0 20px 0 0;
}

.big-white-block{
background: #fff;
    margin: 0 0 40px 0;
    position: relative;
    float: left;
	width: 100%;
}

.left-menu-block{
       width: 260px;
    margin-right: 40px;
    background: #f1f1f1;
    border-radius: 3px;
    overflow: hidden;
}

.create-user-account-form,
.user-login,
.forgot-wrapper,
.big-white-block.restore-pass,
.personal-wrapper{
width: calc(100% - 280px);
padding: 40px;
}

.contacts-wrapper,
.static-page-wrapper,
.static-page-wrapper.comments{
width: calc(100% - 300px);
position: relative;
float: left;
}

.static-page-wrapper.mg-main-news-block{
	    padding: 0;
}

.static-page-wrapper.stati,
.static-page-wrapper.novosti,
.static-page-wrapper.aktsii{
	padding: 0;
}

.left-menu-block .footer-column li{
    position: relative;
    transition: all 0.2s;
}

.left-menu-block .footer-column li a{
    font-size: 14px;
    display: block;
    padding: 15px 20px;
    color: #202020;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
}

.left-menu-block .footer-column li a:hover{
color: #fff;
}

.shop-map-block{
    position: relative;
    float: left;
    width: 100%;
}

.shop-contacts-block h2,
.contacts-callback h3{
    font-size: 24px;
    font-weight: 500;
	}
	
.contacts-callback h3{
margin-top: 0;
margin-bottom: 20px;
}
	
.shop-contacts-block p{
   font-size: 13px;
}

.shop-contacts-block p label{
       display: inline-block;
    font-weight: bold;
    width: 200px;
}

.shop-contacts-block p span a{
text-decoration: none;
}

.contacts-callback{
  padding: 30px 40px;
    position: relative;
    float: left;
    width: 100%;
    background: #f1f1f1;
	margin: 0;
}

.contacts-callback .quest-icon{
        position: relative;
    float: left;
    width: 150px;
    font-size: 45px;
    text-align: center;
	line-height: 90px;
}

.contacts-callback .quest-text{
     width: calc(100% - 350px);
    position: relative;
    float: left;
    padding-right: 20px
}

.contacts-callback .quest-button{
 position: relative;
    float: left;
    width: 200px;
	    padding-top: 25px;
}

.comments, .comment-list{
	position: relative;
    float: left;
    width: 100%;
}

.comment-list{
	
}

.blog-categories{
	position: relative;
    float: left;
    width: 100%;
	margin-bottom: -20px;
}

.blog-categories ul{
	list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    float: left;
}

.blog-categories ul li{
	position: relative;
    float: left;
    width: calc((100% - 20px)/3);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    overflow: hidden;
}

.blog-categories ul li:nth-child(3n + 3){
	margin-right: 0;
}

.blog-categories ul li a img{
	position: relative;
    float: left;
	width: 100%;
}

.blog-categories ul li a span{
	color: #202020;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 15px 25px;
    text-decoration: none;
    position: relative;
    float: left;
    font-weight: bold;
}

.blog-categories ul li a span:hover{
	text-decoration: underline; 
}

.search-button-mobile{
	display: none;
	height: 42px !important;
    width: 42px;
    border-radius: 3px;
    line-height: 39px;
    border: 1px solid #ced4da;
    font-size: 18px;
    background: #f1f1f1;
}

.wrapper .mg-trigger-guarantee.mg-trigger-guarantee-3 .mg-trigger{
     float: left;
    width: calc(100%/2) !important;
    box-shadow: none;
    padding: 0 20px 0 0;
    height: auto !important;
}

.mg-trigger-guarantee.mg-trigger-guarantee-3 .mg-trigger .mg-trigger-title{
width: 100%;
    display: block;
    text-align: left;
    font-weight: bold;
}

.mg-trigger-guarantee.mg-trigger-guarantee-3 .mg-trigger .mg-trigger-text{
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 13px;
}

.mg-zephyr-gallery a{
    margin: 0 20px 20px 0;
	width: calc((100% - 60px)/4);
	border: 1px solid #f1f1f1;
	height: 200px;
}

.mg-zephyr-gallery a img{
    width: auto;
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    right: 0;
    bottom: 0;
    margin: auto auto;
    max-height: 100%;
}

.mg-zephyr-gallery a:nth-child(4n + 4){
margin-right: 0;
}

.b-priceLIst__list{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-priceLIst__list li {
   position: relative;
    float: left;
    width: 100%;
}

.b-priceLIst__list li + li{
margin-top: 20px;
}

.b-priceLIst__list li .b-priceLIst__headerTitle{
    float: left;
    font-size: 15px;
}

.b-priceLIst__list li .b-priceLIst__headerDate{
    float: left;
    margin-left: 5px;
    font-size: 15px;
    color: #a9a9a9;
}

.b-priceLIst__list li .b-priceLIst__content{
 position: relative;
    float: left;
    width: 100%;
	    margin-top: 2px;
}

.b-priceLIst__list li .b-priceLIst__content a{
       margin-left: 20px;
    font-size: 13px;
}

.b-priceLIst__list li .b-priceLIst__content a:before{
       font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0px;
    font-size: 18px;
    top: 0px;
}

.b-priceLIst__list li .b-priceLIst__content a.b-priceLIst__link--excel:before{
    content: "\f1c3";
}

.b-priceLIst__list li .b-priceLIst__content a.b-priceLIst__link--pdf:before{
    content: "\f1c1";
}

.product-wrapper .product-buttons .wrapper-mg-non-available{
	    margin: 0;
}

.product-wrapper .product-buttons .mg-non-available-button,
.mg-non-available-button{
	    box-shadow: none;
    background: #a9a9a9 !important;
    color: #fff;
    text-shadow: none;
    height: 40px;
    width: 100%;
    border: none;
    text-transform: none;
    font-family: inherit;
}

.products-wrapper.list .product-wrapper .product-buttons .mg-non-available-button{
	float: left;
	width: auto;
}

.product-wrapper .product-buttons .mg-non-available-button:hover,
.mg-non-available-button:hover{
background: #777f90 !important
}

.product-status .mg-non-available-button{
	width: auto;
}

.j-one-click__thanks {
    color: #3fa012;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 40px;
}

.j-one-click__thanks .icon {
    display: block !important;
    width: 100%;
    font-size: 70px;
    margin: 0 auto 0px auto;
}
.add-comment-block{
	position: relative;
    float: left;
    width: 100%;
}

.mg-trigger-guarantee.mg-trigger-guarantee-2 .owl-wrapper{
	text-align: center;
	display:flex!important;
}

.mg-trigger-guarantee.mg-trigger-guarantee-2.owl-carousel .owl-item {
    float: none;
    display: inline-block;
}

.callback-block{
position: relative;
    float: left;
    width: 100%;
    padding: 40px 20px;
    color: #fff;
    background: url(../images/callback-bg-2.jpg);
	margin: 0 0 30px 0;
}

.callback-block-1 {
    position: relative;
    float: left;
    margin: 0 0 10px;
    font-size: 28px;
    color: #003373;
    font-weight: 800;
    width: 100%;
    line-height: 30px;
    text-align: center;
}

.callback-block-2 {
    position: relative;
    float: left;
    margin: 0px 0 10px 0;
    font-size: 18px;
    color: #003373;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.callback-block-form {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.callback-block-form input {
     position: relative;
    float: left;
    width: calc((100% - 80px)/3);
    margin-right: 30px;
    height: 45px !important;
    font-size: 16px;
    margin-bottom: 0;
    border-radius: 10px !important;
    background: #fff;
    color: #333333;
    border: none;
}

.callback-block-form input:nth-child(3) {
    margin-right: 0;
}

.callback-block-form input.callback-button {
    font-size: 16px !important;
    font-weight: bold;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9001;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.modal-dialog{
	 padding: 40px 30px 40px;
    width: 400px;
    display: block;
    margin: 0 auto;
    color: #202020;
    position: fixed;
    background: #fff;
    left: calc((100% - 400px)/2);
    top: 100px;
    z-index: 10000;
}

.modal-dialog .popup-header{
	     display: block;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #202020;
    text-align: center;
}
/*------*/
.page_fix {
    top: 0 !important;
    position: static !important;
}

/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}

/* language */

.language {
    position: fixed;
    /*left: 10px;*/
	right:20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
	z-index:1111111;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

/* content */

.content {
    text-align: center;
    margin: auto;
}
i.fab.fa-ok {
    background: url(../images/icon_ok.png);
    width: 27px;
    height: 27px;
}
.contact-dropdown{
	left: 0;
    top: 100%;
	list-style: none;
	/*width: 230px;*/
    z-index: 99;
    max-width: 250px;
    padding: 10px 15px;
    position: absolute;
    background: #1514137a;
    border: 1px solid #dadada;
    box-shadow: 0 5px 10px rgb(218 218 218 / 50%);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaley(0);
    -ms-transform: scaley(0);
    transform: scaley(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.contact-dropdown-li a{
	font-size: 14px;
    color: #fff;
	text-decoration: none;
    font-weight: bold;
}
.contacts-block-content:hover .contact-dropdown{
	opacity: 1;
    visibility: visible;
    -webkit-transform: scaley(1);
    -ms-transform: scaley(1);
    transform: scaley(1);
}
.contact-visible-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    cursor: pointer;
    margin-left: 10px;
}
.contacts-block-content:hover .contact-visible-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.holiday-schedule {
    position: relative;
    float: none;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
}
span.holiday-time {
    position: relative;
    display: block;
    font-size: 16px;
    color: red;
}
.holiday {
    position: relative;
    width: 100%;
    float: left;
    margin: 15px 0;
}

.holiday img {
    margin-bottom: 15px;
}

.shop-contacts-block .social-media{
       font-size: 18px;
   margin: 10px 0 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
	    list-style: none;
}

.shop-contacts-block .social-media li{
margin: 0 5px 5px 0;
    float: left;
}

.shop-contacts-block .social-media li a{
  display: block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: relative;
    transition: all 0.2s;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.shop-contacts-block .social-media li a.vk-icon{
  background: #3c699a;
}

.shop-contacts-block .social-media li a.fb-icon{
    background: #3b5998;
}

.shop-contacts-block .social-media li a.insta-icon{
	background: #af0081;
}

.shop-contacts-block .social-media li a.twitt-icon{
	background: #5ea9dd;
}

.shop-contacts-block .social-media li a.yout-icon{
	background: #e80000;
}

.shop-contacts-block .social-media li a.tm-icon{
	background: #3590d0;
}

.shop-contacts-block .social-media li a:hover{
	opacity: 0.9;
}
.halva {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
	padding: 25px 0;
}

.halva .quest-button {
    margin: 30px 0;
}

.big-white-block.static-page-wrapper.rassrochka-na-2-mesyatsa-s-halvoy.st-p-block p span {
	font-size: 16px;
	line-height: 26px;
}

.new-year-2024 {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

.new-year-2024-img {
	max-width: 100%;
}

.new-year-2024-text p {
	font-size: 30px;
    line-height: 40px;
    font-style: italic;
}

.maxwidth-theme {
  width: 100%;
    position: relative;
    display: block;
    float: left;
}

.page_not_found {
    padding-top: 30px;
    text-align: center;
}

.page_not_found_btn {
	padding-bottom: 30px;
    text-align: center;
}

.page_not_found .image {
    text-align: center;
    margin-bottom: 33px;
}

.page_not_found .image svg {
    max-width: 100%;
}

.page_not_found .description {
    text-align: center;
}

.page_not_found .description .subtitle404 {
    font-size: 42px;
    line-height: 52px;
    color: #333;
    color: var(--white_text_black);
}

.page_not_found .description .descr_text404 {
    font-size: 1em;
    line-height: 1.6em;
    margin: 24px 0;
}

.btn.btn-transparent-border {
    background-color: transparent;
    color: #9e9e9e;
    color: var(--fill_dark_lite_white_hover);
    border: 1px solid;
    border-color: hsla(initial, initial, initial,.35);
}

.page_not_found .description .btn-mainpage {
    margin: 33px 5px 0;
}

.default-btn-2 {
	background-color: #e31e24!important;
}

.default-btn-2:hover {
	background-color: #d40505 !important;
}