@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf')  format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf')  format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf')  format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu-BoldItalic';
    src: url('../fonts/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Ubuntu-BoldItalic.woff') format('woff'), url('../fonts/Ubuntu-BoldItalic.ttf')  format('truetype'), url('../fonts/Ubuntu-BoldItalic.svg#Ubuntu-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu-Italic';
    src: url('../fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Ubuntu-Italic.woff') format('woff'), url('../fonts/Ubuntu-Italic.ttf')  format('truetype'), url('../fonts/Ubuntu-Italic.svg#Ubuntu-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lato-Regular", sans-serif;
    font-size: 15px;
    color: #444444;
}

.locked{
    overflow: hidden!important;
}

h1{
    font-size: 20px;
    margin: 0 0 20px 0;
}

p{
    font-size: 14px;
    line-height: 21px;
}

b,
strong{
    font-family: 'Lato-Bold', sans-serif;
}

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: #2196f3;
}

a:hover{
    text-decoration: none;
}

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

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

.wrapper #treelike-comments form.add_new_answer input,
#treelike-comments form.add_new_comment input,
input[type="date"],
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
select {
    background: #fff;
    outline: none;
    border: 1px solid #ccc;
    margin: 0;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Lato-Regular", sans-serif;
    border-radius: 0;
    transition: border 0.2s ease-in-out;
    box-shadow: none;
}

.wrapper #treelike-comments form.add_new_answer input:focus,
.wrapper #treelike-comments form.add_new_comment input:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
    border: 1px solid #A9A9A9;
}

.mg-modal input[type="date"],
.mg-modal input[type="email"],
.mg-modal input[type="search"],
.mg-modal input[type="text"],
.mg-modal input[type="password"],
.mg-modal textarea,
.mg-modal select{
    height: 26px;
    width: 248px;
    padding: 0 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px #E7E7E7;
    border-radius: 3px;
}

.wrapper #treelike-comments form textarea.new-comment,
textarea{
    font-size: 14px;
    background: #fff;
    height: 100px;
    padding: 10px 15px;
}
.side-menu .mg-poll-progress {
    height: 12px;
}

.textarea-wrapper{
    margin: 0 0 10px 0;
}

.wrapper #treelike-comments .add_new_answer button,
.wrapper #treelike-comments form.add_new_comment button{
    line-height: 31px;
    padding: 0 18px;
    margin: 5px 0 0 0;
}

.wrapper #treelike-comments ul li.info{
    padding: 10px 0;
    text-align: center;
    color: green;
}

.wrapper #treelike-comments ul li div,
.wrapper #treelike-comments ul li span,
.wrapper #treelike-comments ul li a{
    font-size: 14px;
    line-height: 21px;
}

#treelike-comments ul li span.action a:hover{
    text-decoration: none;
}

.add_new_comment img{
    vertical-align: middle;
}

.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;
}

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

.clearfix::after {
    clear: both;
}

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

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

.fl-right{
    float: right;
}

.fl-left{
    float: left;
}

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

.prop-string .prop-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
    color: #333;
    font-size: 16px;
    list-style: none;
    position: relative;
    border-bottom: 2px dotted #000;
}
.prop-string .prop-name {
    max-width: 90%;
    padding-right: 5px;
    display: inline-block;
}
.prop-string .prop-spec {
    float: right;
    width: 55%;
    padding-left: 5px;
    z-index: 1;
}
.prop-string .prop-spec, .prop-string .prop-name, .prop-string .prop-unit{
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: -8px;    
    color: #333;
    background: #fff;
}
.prop-string .name-group{
    position: relative;
    margin: 15px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
}
.prop-string .prop-item:hover span{
    color: #2592e2; /* Цвет строки при наведении */
}
.prop-string .prop-item{
    cursor: text;
}

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

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

.top-auth-block {
    float: right;
    font-size: 13px;
    margin: 7px 0 0 20px;
}

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

.top-auth-block .user-icon{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 18px;
    background: url("../images/user-icon.png") no-repeat;
    background-size: 14px 18px;
    margin: 0 7px;
}

.centered{
    max-width: 1200px;
    margin: 0 auto;
}

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

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

.logo-block span {
    display: block;
    margin: 5px 0 0 0;
}

.wrapper .left-block + .right-block{
    margin: 0 0 0 240px;
}

.wrapper .left-block + .right-block.index-page{
    overflow: hidden;
}

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

.top-menu-list {
    margin:0;
    padding: 0;
    float: left;
    list-style: none;
}

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

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

.header{
    margin: 0 0 20px 0;
    position: relative;
    background: #fff;
}

.header .top-bar{
    padding: 5px 0;
    border-bottom: 1px solid #F0F0F0;
}

.header .top-text{
    font-size: 13px;
    float: left;
    margin: 7px 0 0 0;
}

.header .top-auth{
    float: right;
}

.header .middle-bar{
    padding: 10px 0 0;
}

.header .mg-contacts-block{
    font-size: 16px;
    float: left;
    margin: 7px 45px 0 0;
}

.header .mg-contacts-block .address{
    margin: 0 0 20px 0;
}

.header .mg-contacts-block .phone-item,
.header .mg-contacts-block .hours-item,
.header .mg-contacts-block .address-item{
    padding-left: 25px;
    padding-right: 10px;
    position: relative;
}

.header .mg-contacts-block .phone-item:before,
.header .mg-contacts-block .hours-item:before,
.header .mg-contacts-block .address-item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.header .mg-contacts-block .address-item:before{
    width: 12px;
    height: 16px;
    background: url("../images/location-icon.png") no-repeat;
    background-size: 12px 16px;
}

.header .mg-contacts-block .hours-item:before,
.header .mg-contacts-block .phone-item:before{
    width: 16px;
    height: 16px;
    background: url("../images/phone-icon.png") no-repeat;
    background-size: 16px 16px;
}

.header .mg-contacts-block .hours-item:before{
    background: url("../images/time-icon.png") no-repeat;
    background-size: 16px 16px;
}

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

.header .mg-search-block{
    float: none;
    top: 0;
    margin: 0 0 10px 0;
}

.header .top-search .mg-search-block .search-field{
    float: none;
    padding: 0 35px 0 10px;
    border-radius: 0;
    height: 30px;
    border: 1px solid #CCCCCC;
    width: 100%;
}

.header .mg-search-block .search-button{
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 0;
    top: 0;
    right: 0;
    position: absolute!important;
}

.header .mg-search-block .search-button:active{
    top: 0;
}

.header .mg-search-block .search-button:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 17px;
    height: 18px;
    background: url("../images/search-icon.png") no-repeat;
    background-size: 17px 18px;
}

.top-search{
    float: left;
    max-width: 375px;
}

.header .top-search .mg-contacts-block{
    margin: 0;
}

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

.header .mg-desktop-cart{
    position: relative;
    z-index: 5;
    top: 0;
    right: 0;
    float: right;
}

.header .mg-desktop-cart .cart-inner .title{
    text-decoration: underline;
    margin: 0 0 5px 0;
}

.header .mg-desktop-cart .cart-inner{
    padding: 4px 0 0 85px;
}

.header .mg-desktop-cart .cart-inner .order-btn{
    display: none;
}

.mg-desktop-cart .cart{
    right: 0!important;
    padding-bottom: 10px;
    border: none;
    border-radius: 0;
}

.header .mg-desktop-cart .small-cart.show{
    display: block;
    top: 100%;
}

.header .mg-desktop-cart .cart-inner a{
    text-decoration: none;
    color: #333333;
}

.header .mg-desktop-cart .cart-list li{
    font-size: 14px;
}

.header .mg-desktop-cart .cart-qty .price-text{
    display: none;
}

.header .mg-desktop-cart .cart-qty{
    color: #e74c3c;
    font-family: 'Lato-Bold', sans-serif;
    font-weight: bold;
}

.header .mg-desktop-cart .small-cart-icon{
    left: 0;
    top: 0;
    right: auto;
    width: 70px;
    height: 70px;
    background: none;
    border: 2px solid #DDEFDB;
}

.header .mg-desktop-cart .small-cart-icon:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url("../images/cart-icon.png") no-repeat;
    background-size: 30px 30px;
}

.header .bottom-bar{
    background: #3D7F50;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.header .bottom-bar .centered{
    position: relative;
}

.bottom-bar .top-menu-block,
.bottom-bar .main-menu{
    float: left;
}


.bottom-bar .main-menu{
    margin: 0 25px 0 0;
}

.bottom-bar .main-menu .title{
    display: block;
    padding: 21px 70px 21px 50px;
    color: #fff;
    background: #37AB4B;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    position: relative;
}

.top-menu-toggle{
    position: absolute;
    right: 0;
    top: 0;
    width: 125px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    background: #3f97f6;
    color: #fff;
    text-decoration: none;
    padding: 0 25px 0 0;
    display: none;
}

.top-menu-toggle .toggle-wrapper {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    top: 10px;
    right: 15px;
    position: absolute;
    width: 15px;
    height: 30px;
    border-radius: 100%;
}

.top-menu-toggle .toggle-wrapper .toggle {
    background: #fff;
    transition: all .2s ease-in-out;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
}

.top-menu-block .toggle-wrapper .toggle:after,
.top-menu-block .toggle-wrapper .toggle:before {
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 0;
    right: 0;
}

.top-menu-block.open .top-menu-toggle .toggle-wrapper .toggle {
    background: none;
}

.top-menu-block.open .top-menu-toggle .toggle-wrapper .toggle:before {
    top: 0;
    transform: rotate(45deg);
}

.top-menu-block.open .top-menu-toggle .toggle-wrapper .toggle:after {
    top: 10px;
    transform: translateY(-10px) rotate(-45deg);
}

.top-menu-toggle .toggle-wrapper .toggle:before {
    top: -6px;
}

.top-menu-toggle .toggle-wrapper .toggle:after {
    bottom: -6px;
}

.bottom-bar .main-menu .title-mobile{
    display: none;
}

.bottom-bar .top-menu-list li:hover a{
    background: #37AB4B;
}

.bottom-bar .main-menu .title:hover{
    background: #42CD59;
}

.bottom-bar .main-menu .title:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 23px;
    width: 20px;
    height: 14px;
    background: url("../images/menu-icon.png") no-repeat;
    background-size: 20px 14px;
}

.bottom-bar .main-menu .title:after{
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    width: 16px;
    height: 10px;
    background: url("../images/arrow-down-icon.png") no-repeat;
    background-size: 16px 10px;
}

.bottom-bar .top-menu-list li .sub_menu{
    z-index: 111;
    box-shadow: 0 1px 10px rgba(0,0,0,0.10);
}

.bottom-bar .top-menu-list li .sub_menu li + li{
    border-top: 1px solid #F0F0F0;
}

.bottom-bar .top-menu-list li .sub_menu li{
    float: none;
}

.bottom-bar .top-menu-list li .sub_menu li:hover > a{
    background: #f6f6f6;
}

.bottom-bar .top-menu-list li .sub_menu li a{
    padding: 10px;
    color: #FFFFFF;
    font-size: 15px;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

.bottom-bar .top-menu-list li .sub_menu li .sub_menu{
    margin: 0 0 0 10px;
    top: 0;
    left: 100%;
}

.bottom-bar .top-menu-list li .sub_menu{
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
}

.bottom-bar .top-menu-list li:hover > .sub_menu{
    opacity: 1;
    margin: 0!important;
    visibility: visible;
}

.bottom-bar .top-menu-list li{
    float: left;
    position: relative;
}

.bottom-bar .top-menu-list li a{
    color: #fff;
    display: block;
    padding: 21px 15px;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.bottom-bar .main-menu .mg-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 55;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.10);
    padding: 10px 0 15px 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    width: 1170px;
}

.bottom-bar .main-menu .mg-menu li a:hover{
    text-decoration: underline;
}

.bottom-bar .main-menu .mg-menu li .submenu li{
    margin: 0 0 10px 0;
}

.bottom-bar .main-menu .mg-menu li .submenu li a{
    padding: 0;
}

.submenu li ul{
    clear: both;
    margin: 5px 0 0 10px;
}
.bottom-bar .main-menu .mg-menu > li:hover {
    background: #eaeaea;
}

.bottom-bar .main-menu .mg-menu > li{
    float: left;
    max-width: 210px;  
    min-width: 143px;
    border-right: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.bottom-bar .main-menu .mg-menu > li:last-of-type {
    border: none;
}

.bottom-bar .main-menu:hover .mg-menu{
    opacity: 1;
    visibility: visible;
    margin: 0;
    display: flex;
    flex-wrap: wrap;    
}

.bottom-bar .main-menu .mg-menu li .submenu{
    margin: 0 0 0 15px;
}
.bottom-bar .main-menu .mg-menu > li > a {
    font-weight: 700;
}

.bottom-bar .main-menu .mg-menu li a{
    padding: 10px 15px;
    color: #444;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.bottom-bar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}



.bottom-bar .main-menu .mg-menu li .mg-cat-img img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
}

.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: 230px;
    margin: 0;
    float: left;
    position: relative;
}

.left-block .menu-block{
    margin: 0 0 10px 0;
}

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

.menu-block {
    border-radius: 5px;
}

.filter-form + .center,
.left-block + .center {
    width: 730px;
    float: right;
    margin: 15px 0 20px 10px;
}

.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 15px 0;
    font-size: 16px;
    padding: 0;
}

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

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

.btn-group .view-btn{
    width: 35px;
    height: 35px;
    border: 2px solid #F6F6F6;
    background: none;
    float: left;
    cursor: pointer;
    outline: none;
    transition: border 0.2s ease-in-out;
    margin: 0 0 0 10px;
    position: relative;
}

.btn-group .view-btn.grid:before{
    background: url("../images/block-icon.png") no-repeat;
}

.btn-group .view-btn.list:before{
    background: url("../images/list-icon.png") no-repeat;
}

.btn-group .view-btn:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    background-size: 20px 20px!important;
}

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

.btn-group .view-btn.active,
.btn-group .view-btn:hover{
    border-color: #3F97F6;
}

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

.wrapper .mg-buy-click-button,
.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 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
    height: 33px;
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    text-decoration: none;
    padding: 0 18px;
    border: none;
    background: #3F97F6;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.4);
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
    font-weight: normal;
    text-transform: none;
    text-shadow: none;
}

.wrapper .mg-buy-click-button:hover,
.sendComment:hover,
.default-btn:hover,
.payment-form-block input[type="submit"]:hover,
.buy-product:hover,
.wrapper .filter-btn:hover,
.wrapper .mg-desktop-cart .default-btn:hover,
.addToCart:hover,
.buy-container .hidder-element .buy-product:hover,
body .wrapper .default-btn:hover,
.product-info:hover,
.btn:hover {
    background: #5EB0FF;
}

.wrapper .mg-buy-click-button:active,
.sendComment:active,
.default-btn:active,
.payment-form-block input[type="submit"]:active,
.buy-product:active,
.wrapper .filter-btn:active,
.wrapper .mg-desktop-cart .default-btn:active,
.addToCart:active,
.buy-container .hidder-element .buy-product:active,
body .wrapper .default-btn:active,
.product-info:active,
.btn:active {
    box-shadow: none;
    position: relative;
    top: 3px;
}

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

.wrapper .default-btn.success,
.wrapper .mg-buy-click-button,
.wrapper .mg-desktop-cart .default-btn.success,
.default-btn.success{
    background: #5AAF4B;
}

.wrapper .default-btn.success:hover,
.wrapper .mg-buy-click-button:hover,
.wrapper .mg-desktop-cart .default-btn.success:hover,
.default-btn.success:hover{
    background: #6BD059;
}

.checkout-btn{
    width: auto;
}

.restore-pass,
.user-login,
.create-user-account-form,
.feedback-form-wrapper {
    max-width: 770px;
    margin: 0 auto 25px;
    padding: 45px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
}

.restore-pass,
.user-login{
    max-width: 520px;
}

.restore-pass,
.user-login,
.feedback-form-wrapper{
    text-align: center;
}

body .wrapper .form-buttons .default-btn,
.form-buttons .default-btn{
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    min-width: 230px;
    margin: 0 0 7px 0;
}

.feedback-form-wrapper .row{
    max-width: 570px;
    margin: 0 auto 20px;
}

.feedback-form-wrapper .row .col{
    width: 48.5%;
    margin: 0;
    float: left;
}

.feedback-form-wrapper .row .col + .col{
    float: right;
}

.feedback-form-wrapper .row .col .form-list li{
    margin: 0;
}

.feedback-form-wrapper .row .col .form-list li + li{
    margin: 20px 0 0 0;
}

.feedback-form-wrapper .page-desc{
    margin: 0 0 35px 0;
}

.feedback-form-wrapper .page-desc p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.create-user-account-form .title{
    text-align: center;
}

.restore-pass .title,
.user-login .title,
.create-user-account-form .title,
.feedback-form-wrapper .title{
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px 0;
    font-family: 'Lato-Bold', sans-serif;
    font-weight: bold;
}

.restore-pass input[type="text"],
.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"],
.feedback-form-wrapper textarea,
.feedback-form-wrapper input[type="password"],
.feedback-form-wrapper input[type="text"]{
    width: 100%;
    vertical-align: top;
}

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

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

.footer {
    margin: 0 auto;
    background: #F8F8F8;
    color: #fff;
}

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

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

.footer-top .col h2{
    color: #232f3e;
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #DBDBDB;
    font-family: 'Lato-Bold', sans-serif;
}

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

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

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

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

.copyright {
    float: left;
    margin: 10px 15px 0 10px;
}

.powered {
    float: right;
}

.powered + .copyright{
    margin: 12px 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{
    padding: 10px 0;
    background: #37AB4B;
    color: #fff;
    font-size: 14px;
}

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

.footer-top .col .social-media{
    font-size: 0;
}

.footer-top .col .social-media li{
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer-top .col .social-media li a{
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #666;
    position: relative;
}

.footer-top .col .social-media li a span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-top .col .social-media li a.vk-icon span{
    width: 23px;
    height: 14px;
    background: url("../images/vk-icon.png") 0 0 no-repeat;
}

.footer-top .col .social-media li a.vk-icon:hover{
    background: #3F6691;
    border: 1px solid #3F6691;
}

.footer-top .col .social-media li a.vk-icon:hover span{
    background-position: 0 -14px;
}

.footer-top .col .social-media li a.gplus-icon span{
    width: 22px;
    height: 20px;
    background: url("../images/gplus-icon.png") 0 0 no-repeat;
}

.footer-top .col .social-media li a.gplus-icon:hover{
    background: #D61F1F;
    border: 1px solid #D61F1F;
}

.footer-top .col .social-media li a.gplus-icon:hover span{
    background-position: 0 -20px;
}

.footer-top .col .social-media li a.fb-icon span{
    width: 10px;
    height: 20px;
    background: url("../images/fb-icon.png") 0 0 no-repeat;
}

.footer-top .col .social-media li a.fb-icon:hover{
    background: #4A6EA9;
    border: 1px solid #4A6EA9;
}

.footer-top .col .social-media li a.fb-icon:hover span{
    background-position: 0 -20px;
}

/*Пагинация*/
.mg-pager {
    margin: 0 0 40px 0;
}

.mg-pager .allPages {
    display: none;
}

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

.mg-pager ul li {
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #F6F6F6;
}

.mg-main-news-block .mg-pager ul li a{
    line-height: 21px;
}

.mg-pager ul li a{
    display: block;
    width: 30px;
    height: 35px;
    text-align: center;
    color: #232f3e;
    line-height: 32px;
    font-size: 16px;
    font-family: 'Lato-Bold', sans-serif;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.mg-pager ul li:hover{
    border-color: transparent;
}

.mg-pager ul li a:hover{
    background: #3F97F6;
    color: #fff;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.4);
    border-radius: 3px;
}

.cart-table {
    width: 100%;
}

.product-cart .cart-form{
    background: #fff;
    box-shadow: 0 2px 18px rgba(0,0,0,0.1);
    margin: 0 0 40px 0;
    padding: 20px;
}

.cart-table tbody tr + tr td{
    border-top: 1px solid #E8E8E8;
}

.cart-table tr td {
    padding: 15px 10px;
    font-size: 13px;
    vertical-align: middle;
}

.cart-table tr th{
    color: #cccccc;
    font-size: 18px;
    font-weight: normal;
}

.cart-table tr .remove-cell{
    text-align: right;
}

.cart-table tr .price-cell,
.cart-table tr .name-cell{
    text-align: left;
}

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

.cart-table tr .name-cell a{
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Lato-Bold', sans-serif;
}

.cart-table tr .name-cell a:hover{
    text-decoration: underline;
}

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

.cart-table tr td.price-cell {
    white-space: nowrap;
    color: #e44a30;
    font-size: 26px;
}

.total-price-block .summ-info .order-delivery-summ{
    font-size: 20px;
    color: #3f97f6;
    font-weight: bold;
    font-family: 'Lato-Bold', sans-serif;
}

.cart-wrapper .total-price-block .total-sum strong,
.total-price-block .summ-info .order-summ{
    display: block;
    color: #232f3e;
    font-size: 42px;
    margin: 0 0 10px 0;
    font-family: 'Ubuntu-BoldItalic', sans-serif;
    text-shadow: -.05em -.04em 0 #fff,-.07em .05em 0 #fff,.07em -.05em 0 #fff,.04em .05em 0 #fff,.08em .09em 0 #707070,-.04em .09em .01em #707070;
}

.total-price-block .checkout-form .checkout-btn{
    width: 100%;
}

.total-price-block .checkout-form{
    margin: 0 0 10px 0;
}

.total-price-block .go-back:hover{
    text-decoration: none;
}

.total-price-block {
    width: 280px;
    display: inline-block;
    padding: 30px 10px;
    border: 2px solid #EEEEEE;
}

.total-price-block .title{
    font-size: 14px;
    color: #232f3e;
    margin: 0 0 8px 0;
}

.cart-wrapper .total-price-block{
    float: right;
}

.row{
    margin: 0 -1.5%;
}

.row .col{
    width: 23.4%;
    float: left;
    margin: 0 0 1.5% 1.5%;
    padding: 0 30px 0 0;
}

.row .col .form-list{
    float: none;
}

.payment-option .title{
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Lato-Bold', sans-serif;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.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: 50px;
    height: 50px;
    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;
}

.refresh {
    display: none;
    width: 14px;
    height: 16px;
    border: 1px solid red;
    text-indent: -999999px;
}

.checkout {
    float: right;
}

/*Карточка товара*/
.wrapper .mg-product-slides{
    margin: 0 30px 0 0;
}

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

.wrapper .mg-product-slides > .bx-wrapper{
    border: none;
    box-shadow: 0 2px 18px rgba(0,0,0,0.1);
    width: 370px;
    height: 360px;
}

.wrapper .mg-product-slides .slides-slider{
    margin: 20px 0 0 0;
    border: 1px solid #EEEEEE;
}

.mg-product-slides .slides-slider .slides-item{
    height: 100px;
}

.mg-rating .info{
    display: none;
}

.product-bar .product-code,
.product-bar .mg-rating{
    float: left;
    margin: 0 30px 0 0;
}

.product-bar{
    font-size: 13px;
    margin: 0 0 20px 0;
}

.product-bar .product-code{
    color: #999999;
}

.product-bar .product-code .label-article{
    color: #232f3e;
    font-family: 'Lato-Bold', sans-serif;
}

.product-bar .available{
    float: left;
    color: #2ecc71;
    margin: -1px 0 0 0;
}

/*Хлебные крошки*/
.breadcrumbs-holder{
    margin: 15px 0 20px 0;
}

.bread-crumbs .separator {
    display: none;
}

.bread-crumbs{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #CBCBCB;
    position: relative;
}

.bread-crumbs .crumb-arrow{
    display: none;
}

.bread-crumbs a:hover,
.bread-crumbs .last-crumb{
    background: #F3F5F7;
}

.bread-crumbs .last-crumb,
.bread-crumbs a{
    color: #444444;
    font-size: 13px;
    line-height: 13px;
    padding: 8px 10px 7px 22px;
    text-decoration: none;
    float: left;
    transition: background 0.2s ease-in-out;
    position: relative;
}

.bread-crumbs .last-crumb{
    text-decoration: underline;
}

.bread-crumbs a:first-child{
    padding-left: 34px;
}

.bread-crumbs:before{
    content: "";
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 9px;
    width: 16px;
    height: 16px;
    background: url("../images/home-icon.png") no-repeat;
    background-size: 16px 16px;
}

.last-crumb:after,
.bread-crumbs a:after,
.bread-crumbs a:before,
.last-crumb:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 100%;
    width: 0;
    height: 0;
    top: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #fff;
    transition: border 0.2s ease-in-out;
}

.last-crumb:before,
.bread-crumbs a:before{
    z-index: 1;
    top: -1px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 11px solid #CBCBCB;
}

.last-crumb:after,
.last-crumb:hover:after,
.bread-crumbs a:hover:after{
    border-left: 10px solid #F3F5F7;
}

.buy-block .mg-recently-viewed-plugin .bx-controls-direction {
    top: 34px;
    right: 0;
}

.buy-block {
    overflow: hidden;
    /*min-height: 590px;*/
}
.buy-block .pluso {
    display: block;
    margin-top: 20px;
}

.product-status{
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
    border-bottom: 2px solid #EEEEEE;
}

.default-price{
    display: none;
}

.buy-block .property-form{
    position: relative;
    min-height: 250px;
}

.property-form select{
    height: 30px;
    padding: 0 10px;
}

.buy-container.product{
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    border: 2px solid #EEEEEE;
    width: 315px;
}

.buy-container.product .cart_form{
    float: left;
    margin: 0 20px 0 0;
}

.buy-container.product .old-price-list{
    float: left;
}

.buy-container.product .old-price-list li{
    margin: 0;
    color: #cccccc;
    font-size: 14px;
    font-weight: normal;
}

.buy-container.product .amount-holder{
    margin: 0 0 10px 0;
}

.buy-container.product .addToCart{
    float: left;
    width: 49%;
}

.buy-container.product .addToCompare{
    float: right;
    width: 49%;
    text-align: center;
    color: #999999;
    padding: 16px 0 0 0;
    position: relative;
}

.buy-container.product .addToCompare:hover{
    text-decoration: none;
}

.buy-container.product .addToCompare:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 15px;
    background: url("../images/compare-icon.png") no-repeat;
    background-size: 18px 15px;
}

.buy-container.product .buttons-holder{
    margin: 0 0 7px 0;
}

.buy-container.product .wrapper-mg-buy-click .mg-buy-click-button{
    display: block;
}

.buy-container.product .property-price{
    margin: 0 0 10px 0;
}

.buy-container.product .title{
    font-size: 14px;
    line-height: 14px;
    color: #232f3e;
    margin: 0 0 5px 0;
}
.product-status .variants-table{
    border-collapse: collapse;
    border-spacing: 1px;
    display: inline-block;
    position: relative;
    margin: 5px 3px;
}
.block-variants > span {
    display: block;
    padding: 5px 0;
    font-size: 20px;
    color: #232f3e;
}
.variants-table input[type="radio"] {
    margin: 20px;
}
.variants-table .nonav {
    font-size: 12px;
    color: #d32323;
    font-weight: 700;
}
.variants-table .avail {
    font-size: 12px;
    color: #5aaf4b;
    font-weight: 700;
}
.mg-compare-product-inner .block-variants{
    display: none;
}
.block-variants .table-wrapper {
    display: inline-block;
}
.product-status .variants-table tr td.price {
    padding-right: 10px;
    color: #232f3e;
    font-size: 23px;
    font-family: 'Ubuntu-BoldItalic', sans-serif;
    text-shadow: -0.05em -0.04em 0 #fff, -0.07em 0.05em 0 #fff, 0.07em -0.05em 0 #fff, 0.04em 0.05em 0 #fff, 0.08em 0.09em 0 #707070, -0.04em 0.09em 0.01em #707070;
    display: table-cell;
}
.product-status .variants-table tr:hover {
    background-color: #f9f7f7;
}

.product-status .variants-table tr td .price,
.product-status .variants-table tr td {
    font-size: 14px;
    border: 1px solid #eaeaea;
    width: 75px;
    text-align: center;
    cursor: pointer;
}

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

.product-status-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.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;
}

.price {
    display: block;
    color: #232f3e;
    font-size: 48px;
    line-height: 48px;
    font-family: 'Ubuntu-BoldItalic', sans-serif;
    text-shadow: -.05em -.04em 0 #fff,-.07em .05em 0 #fff,.07em -.05em 0 #fff,.04em .05em 0 #fff,.08em .09em 0 #707070,-.04em .09em .01em #707070;
    white-space: nowrap;
}
.bottom-bar .main-menu .mg-menu > li:first-of-type {
    margin-left: 7px;
}

.old  .old-price{
    color: #cccccc;
    font-size: 20px;
    text-decoration: line-through;
    font-family: 'Ubuntu-Italic', sans-serif;
    font-weight: normal;
}

.amount_change .up,
.amount_change .down {
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    text-align: center;
    background: #EEEEEE;
    text-decoration: none;
    color: #232f3e;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 22px;
    line-height: 38px;
    transition: background 0.2s ease-in-out;
}

.amount_change .up {
    right: 0;
}

.amount_change .down {
    left: 0;
}

.amount_change .up:hover,
.amount_change .down:hover,
.amount_change .up:active,
.amount_change .down:active{
    background: #E8E8E8;
}

.amount_change {
    float: left;
}

.wrapper .amount_input {
    border: none;
    color: #232f3e;
    font-size: 18px;
    text-align: center;
    font-family: 'Lato-Bold', sans-serif;
    width: 40px;
    height: 38px;
    background: #fff;
    padding: 0;
}

.cart_form{
    position: relative;
    border: 2px solid #EEEEEE;
    display: inline-block;
    padding: 0 20px;
}

.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;
}

.restore-pass .form-list,
.user-login .form-list {
    float: none;
    margin: 0 0 25px 0;
}

.create-user-account-form .form-list {
    float: none;
    margin: 0 0 20px 0;
}

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

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

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

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

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

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

.form-list li{
    margin: 0 0 8px 0;
    color: #000
}

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

.personal-tabs-content{
    overflow: hidden;
    padding: 0 10px 20px;
}

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

.red-star {
    color: red;
}

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

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

.delivery-details-list {
    padding: 0;
    list-style: none;
}

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

.payment-details-list li,
.delivery-details-list li{
    margin: 0 0 10px 0;
}

.delivery-text {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: bold;
}

.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;
}

/*Хлебные крошки*/
.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: 25px 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;
    font-weight: bold;
    padding: 0 5px 10px 0;
    text-align: left;
}

.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;
    border: 2px solid #F6F6F6;
    background-color: #fff;
    margin: 0 0 20px 0;
}

.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: 25px;
    left: 40px;
}

#successModal {
    position: relative;
}

.reason-text {
    width: 100%;
    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: bold;
    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: 10px 0;
    padding:10px;
    color:#c2646d;
    background: #fdd6da;
    border:1px solid #eca8a8;
    text-align: center;
}

.mg-success{
    display: block;
    margin: 10px 0;
    padding:10px;
    color:#4d8b52!important;
    border:1px solid #aed0b1;
    background:#d7f4ce;
    text-align: center;
}

.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;
}

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

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

.restore-pass .enter-btn {
    margin: 5px 0 0 0;
}

.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;
}

.wrapper .mg-product-slides .slides-slider .slides-item{
    border-radius: 0;
    background: #fff;
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.wrapper .mg-product-slides .slides-slider .active-item,
.wrapper .mg-product-slides .slides-slider .slides-item.active{
    border-color: #EEEEEE;
}

.wrapper .mg-product-slides .slides-slider .bx-prev,
.wrapper .slides-slider .bx-next{
    width: 16px;
    height: 16px;
    background: url("../images/slider-arrow-left-icon.png") no-repeat;
    background-size: 16px 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wrapper .mg-product-slides .slides-slider .bx-prev{
    left: 8px;
}

.wrapper .mg-product-slides .slides-slider .bx-next{
    right: 8px;
}

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

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

/*Описание категории в каталоге*/
.cat-desc {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 15px 0;
}

.cat-desc p{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 21px;
}

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

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

.property-form p {
    color: #444444;
    font-size: 14px;
    margin: 0 0 3px 0;
    max-width: 460px;
}

.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;
    font-family: 'Lato-Bold', sans-serif;
    font-weight: bold;
}

.prop-name {
    font-size: 13px;
    line-height: 13px;
    color: #999999;
}

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

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

.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: absolute!important;
    z-index: 53;
    top: 0;
    bottom: 0;
    margin: auto;
}

.m-p-slider-wrapper .bx-wrapper .bx-next {
    right: 10px;
}

.m-p-slider-wrapper .bx-wrapper .bx-prev {
    left: 10px;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    background: #fff;
    margin: 0 5px;
    border-radius: 20px;
    text-indent: -999999px;
    width: 20px;
    height: 20px;
    border: 2px solid #F6F6F6;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 2px solid #3F97F6;
}

.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;
}

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

.mg-recent-products .title,
.m-p-products .title{
    margin: 0 0 20px 0;
}

.mg-recent-products .title,
.m-p-products .title a{
    display: block;
    padding: 0 0 18px 0;
    position: relative;
    border-bottom: 2px solid #EEEEEE;
    color: #232f3e;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Lato-Bold', sans-serif;
    text-decoration: none;
}

.mg-recent-products .title:before,
.m-p-products .title a:before{
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #3A74EE;
    width: 100px;
}

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

.m-p-products-slider .owl-wrapper-outer{
    padding: 15px 0;
}

.mg-recently-viewed-plugin .bx-controls-direction,
.m-p-products-slider .owl-buttons{
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: -51px;
}

.mg-recently-viewed-plugin .bx-controls-direction{
    top: -13px;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next,
.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev,
.mg-recently-viewed-plugin .bx-controls-direction  .bx-prev,
.mg-recently-viewed-plugin .bx-controls-direction  .bx-next,
.m-p-products-slider .owl-buttons .owl-next,
.m-p-products-slider .owl-buttons .owl-prev,
.mg-brand-block .owl-buttons .owl-next,
.mg-brand-block .owl-buttons .owl-prev,
.mg-main-menu .owl-prev,
.mg-main-menu .owl-next{
    width: 30px;
    height: 35px;
    border: 2px solid #F6F6F6;
    float: left;
    background: #fff;
    position: relative;
    text-indent: -999999px;
    transition: border 0.2s ease-in-out;
    border-radius: 0;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next:hover,
.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev:hover,
.mg-recently-viewed-plugin .bx-controls-direction .bx-prev:hover,
.mg-recently-viewed-plugin .bx-controls-direction  .bx-next:hover,
.m-p-products-slider .owl-buttons .owl-next:hover,
.m-p-products-slider .owl-buttons .owl-prev:hover,
.mg-brand-block .owl-buttons .owl-next:hover,
.mg-brand-block .owl-buttons .owl-prev:hover,
.mg-main-menu .owl-prev:hover,
.mg-main-menu .owl-next:hover{
    border: 2px solid #3F97F6;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next:before,
.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev:before,
.mg-recently-viewed-plugin .bx-controls-direction .bx-prev:before,
.mg-recently-viewed-plugin .bx-controls-direction .bx-next:before,
.m-p-products-slider .owl-buttons .owl-next:before,
.m-p-products-slider .owl-buttons .owl-prev:before,
.mg-brand-block .owl-buttons .owl-next:before,
.mg-brand-block .owl-buttons .owl-prev:before,
.mg-main-menu .owl-prev:before,
.mg-main-menu .owl-next:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 24px;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-prev:before,
.mg-recently-viewed-plugin .bx-controls-direction .bx-prev:before,
.mg-brand-block .owl-buttons .owl-prev:before,
.m-p-products-slider .owl-buttons .owl-prev:before,
.mg-main-menu .owl-prev:before{
    background: url("../images/arrow-left-icon.png") no-repeat;
    background-size: 13px 24px;
}

.wrapper .m-p-slider-wrapper .bx-wrapper .bx-next:before,
.mg-recently-viewed-plugin .bx-controls-direction .bx-next:before,
.mg-brand-block .owl-buttons .owl-next:before,
.m-p-products-slider .owl-buttons .owl-next:before,
.mg-main-menu .owl-next:before{
    background: url("../images/arrow-right-icon.png") no-repeat;
    background-size: 13px 24px;
}

.mg-recently-viewed-plugin .bx-controls-direction .bx-next,
.mg-brand-block .owl-buttons .owl-next,
.m-p-products-slider .owl-buttons .owl-next,
.mg-main-menu .owl-next{
    margin: 0 0 0 5px;
}

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

.m-p-products-slider .bx-prev,
.mg-brand-block .bx-next,
.m-p-products-slider .bx-next,
.mg-main-menu .owl-prev,
.mg-main-menu .owl-next{
    position: absolute;
    top: 25px;
    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;
    width: 50%;
    float: left;
    clear: both;
}

.block-variants label {
    display: block;
    margin: 0;
}

.block-variants .varian-price {
    margin: 0 0 0 20px;
    padding: 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 0 40px 0;
}

.wrapper .mg-recent-products h2{
    text-align: center;
    margin: 0 5px;
}

/*Плашка сравнения товаров на сайте*/
.mg-product-to-compare {
    position: relative;
    z-index: 1;
    background: none;
    height: auto;
    width: auto;
    line-height: normal;
    text-shadow: none;
    float: left;
}

.mg-product-to-compare a {
    color: #1c80cf;
    text-decoration: none;
    display: block;
    font-size: 13px;
    padding: 7px 20px 7px 50px;
    position: relative;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

.mg-product-to-compare .compare-icon{
    content: '';
    width: 18px;
    height: 15px;
    background: url("../images/compare-icon.png") no-repeat;
    position: absolute;
    top: 7px;
    left: 21px;
    background-size: 18px 15px;
}

.mg-product-to-compare a:hover{
    text-decoration: underline;
}

.mg-product-to-compare .mg-compare-text {
    margin: 0 0 0 35px;
    padding: 0 10px;
}

.mg-product-to-compare .mg-compare-count{
    width: 12px;
    height: 12px;
    text-align: center;
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    background: #e74c3c;
    top: -5px;
    right: -5px;
}

.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 {
    padding: 0;
    margin: 0 -1.5%;
    list-style: none;
}

.sub-categories li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    border: 2px solid #F6F6F6;
    transition: border 0.2s ease-in-out;
    padding: 10px;
    margin: 0 0 1.5% 1.5%;
}
.header .mg-desktop-cart .cart-qty {
    margin: 4px 0 6px 0;
}

.sub-categories li:hover{
    border-color: #3F97F6;
}

.sub-categories li a.sub-cat-name {
    word-wrap: break-word;
    color: #000;
    text-decoration: none;
    display: block;
}

.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: 100px;
    height: 80px;
    margin: 0 auto 10px;
    display: 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: 0 10px 0 0;
    text-align: center;
}

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

.mg-compare-products .mg-compare-center .mg-compare-product .mp-remove-compared-product{
    top: 5px;
    right: 5px;
    z-index: 2;
    width: 15px;
    height: 15px;
    background: url("../images/cross-normal-icon.png") no-repeat;
    background-size: 15px 15px;
}

.mg-compare-products .mg-compare-center .mg-compare-product .mp-remove-compared-product:hover{
    background: url("../images/cross-hover-icon.png") no-repeat;
    background-size: 15px 15px;
}

.mg-compare-products .mg-compare-center .mg-compare-product{
    width: 275px;
    transition: box-shadow 0.2s ease-in-out;
}

.mg-compare-product-list{
    overflow: hidden;
}

.mg-compare-product-list li{
    float: left;
    margin: 0 10px 0 0;
}

.mg-compare-product-list .price{
    font-family: 'Lato-Regular', sans-serif;
    color: #e44a30;
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    text-shadow: none;
}

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

.mg-compare-product-inner .title a {
    color: #444444;
    font-size: 18px;
    text-decoration: none;
}

.mg-compare-products .mg-compare-product .mg-compare-product-list li{
    margin: 0;
}

.mg-compare-products .mg-compare-product .mg-compare-product-list li + li{
    float: right;
    margin: 5px 0 0 0;
}

.mg-compare-products .mg-compare-product .mg-compare-product-list li .old-price{
    font-weight: normal;
    color: #dddddd;
    font-size: 18px;
}

.mg-compare-products{
    margin: 0 0 40px 0;
}

.mg-compare-products .page-title{
    margin: 0 0 20px 0;
}

.mg-compare-products .mg-compare-center .mg-compare-product{
    border: 1px solid #F0F0F0;
    padding: 20px;
}

.mg-compare-products .mg-compare-center .mg-compare-product .wrapper-mg-buy-click{
    display: none;
}

.mg-compare-products .mg-compare-left-side .mg-category-list-compare .mg-clear-compared-products{
    border: none;
    text-decoration: underline;
    color: #2196f3;
    margin: 25px 0 20px 0;
}

.more-models-btn:hover,
.mg-compare-products .mg-compare-left-side .mg-category-list-compare .mg-clear-compared-products:hover{
    text-decoration: none;
}

.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row .mg-compare-fake-table-cell{
    width: 275px;
}

.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row .mg-compare-fake-table-cell,
.mg-compare-products .mg-compare-fake-table .mg-compare-fake-table-left .compare-text{
    font-size: 13px;
    color: #444444;
}

.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row .mg-compare-fake-table-cell,
.mg-compare-products .mg-compare-fake-table .mg-compare-fake-table-left .compare-text{
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
}

.mg-compare-products .mg-compare-product .mg-compare-product-inner{
    padding: 0;
}

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

.mg-compare-products .mg-compare-center .mg-compare-product .title a{
    display: block;
    height: 44px;
    overflow: hidden;
}

.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: #4d8b52;
    border: 1px solid #aed0b1;
    background: #d7f4ce;
    margin: 0 0 10px 0;
    text-align: center;
}

.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;
}

.wrapper .mg-compare-products .mg-compare-center{
    font-size: 14px;
    padding: 10px 0 0 10px;
    margin: 0 0 0 230px;
}

.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row{
    transition: all 0.2s ease-in-out;
}

.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row:hover{
    background: #F8F8F8;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.mg-compare-products .mg-compare-fake-table-right .mg-compare-fake-table-row,
.mg-compare-products .mg-compare-fake-table-left .mg-compare-fake-table-cell{
    border-bottom: 1px solid #F0F0F0;
}

.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;
}

/*new left menu*/
.wrapper .menu-block{
    position: relative;
}

.wrapper .filter-block .filter-form .mg-filter-head{
    margin: 0 0 40px 0;
}

.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{
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.wrapper .side-menu{
    float: left;
    width: 270px;
}

.wrapper .side-menu .side-banner{
    margin: 0 0 40px 0;
}

.wrapper .side-menu .side-banner img{
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.wrapper .side-menu .side-banner a{
    display: block;
}

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

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

.wrapper .filter-block .filter-form select{
    width: 100%;
    height: 30px;
    padding: 0 10px;
}

.filter-form #price-slider{
    width: 100%;
    height: 5px;
    border-radius: 0;
    background: #EEEEEE;
}

.wrapper .filter-block .title{
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
    font-family: 'Lato-Bold', sans-serif;
    background: #37AB4B;
    margin: 0 0 15px 0;
}

.filter-block .open-filter {
    text-decoration: none;
    font-size: 14px;
    padding: 8px 0;
    color: #000;
    text-align: center;
    border: 2px solid #F6F6F6;
    position: relative;
    display: none;
    margin: 0 0 15px 0;
}

.filter-block .open-filter:before {
    content: "";
    width: 16px;
    height: 13px;
    position: absolute;
    top: 12px;
    left: 10px;
    background: url(../images/filter-icon.png) no-repeat;
    background-size: 16px 13px;
}

.filter-form .mg-filter .mg-filter-item ul li:not(.color-filter){
    margin: 0 10px 12px 0;
}

.wrapper .filter-form .mg-filter .mg-filter-item{
    padding: 0;
    margin: 0 0 20px 0;
    border: none;
}

.wrapper .filter-form .wrapper-field.filter-buttons .filter-btn{
    display: block;
    width: 120px;
    margin: 0 auto 10px;
}

.wrapper .filter-form .wrapper-field.filter-buttons{
    padding: 10px 0 0 0;
    text-align: center;
}

.wrapper .refreshFilter{
    border: none;
    font-size: 13px;
    text-decoration: underline;
    margin: 0;
}

.wrapper .mg-viewfilter-all{
    color: #232f3e;
    font-size: 13px;
    border: none;
    text-decoration: underline;
}

.wrapper .refreshFilter:hover,
.wrapper .mg-viewfilter-all:hover{
    text-decoration: none;
}

.wrapper .side-menu + .main-block{
    width: 74.3%;
    float: right;
}

.main-block{
    position: relative;
}

.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{
    background: #3F97F6;
}

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

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

.enter-form{
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 11;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.10);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
}

.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{
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

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

.mg-main-menu-toggle{
    display: none;
    padding: 10px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.mg-main-menu-toggle .toggle-icon{
    display: inline-block;
    vertical-align: -1px;
    margin: 0 5px 0 0;
    width: 16px;
    height: 11px;
    border: 1px solid red;
}

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

.wrapper .filter-form .mg-filter .mg-filter-item ul li:not(.color-filter) label{
    font-size: 14px;
    padding: 0;
    position: relative;
    transition: background 0.2s ease-in-out;
}

.wrapper .filter-form .mg-filter .mg-filter-item ul li:not(.color-filter) label:before{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #EEEEEE;
    position: absolute;
    left: 10px;
    top: 5px;
    transition: border 0.2s ease-in-out;
    box-sizing: border-box;
}
.wrapper .filter-form .mg-filter .mg-filter-item ul li:not(.color-filter) label.active:before {
    background: url("../images/check-arrow.png") no-repeat;
    background-size: 20px 20px;
}
.wrapper .filter-form .mg-filter .mg-filter-item ul li label:hover{
    background: #F3F5F7;
}

.wrapper .filter-form .mg-filter .mg-filter-item ul li label:hover:before{
    border-color: #CCCCCC;
}

.wrapper .filter-form .mg-filter .mg-filter-item ul li label.disabled-prop{
    cursor: default;
}

.wrapper .filter-form .mg-filter .mg-filter-item ul li label.disabled-prop:hover{
    background: none;
}

.wrapper .filter-form .mg-filter .mg-filter-item ul li label.disabled-prop:hover:before,
.wrapper .filter-form .mg-filter .mg-filter-item ul li label.disabled-prop:before{
    background: #eee;
    border-color: #eee;
}

.wrapper .filter-form .mg-filter .mg-filter-item ul{
    margin: 0 -10px 0 0;
}

.wrapper .filter-form .mg-filter .mg-filter-item ul li label input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 20px;
    left: 10px;
    top: 5px;
}

.wrapper .filter-form .mg-filter .mg-filter-item ul li label input[type="checkbox"]:checked + .unit:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 13px;
    background: url("../images/check-arrow.png") no-repeat;
    background-size: 20px 20px;
}

.wrapper .filter-form .mg-filter .mg-filter-item h4{
    font-family: 'Lato-Bold', sans-serif;
    color: #232f3e;
    font-size: 16px;
    margin: 0 0 15px 0;
}

.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 .filter-preview{
    margin: 0 0 0 20px;
}

.product-details-wrapper{
    margin: 0 0 40px 0;
}

.personal-tabs-list,
.product-tabs{
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
    width: 370px;
    float: left;
}

.personal-tabs-list li,
.product-tabs li{
    margin: 0 0 10px 0;
}

.personal-tabs-list li a,
.product-tabs li a {
    display: block;
    color: #232f3e;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    background: #EEEEEE;
    padding: 10px 20px;
    position: relative;
}

.personal-tabs-list li.ui-state-active a,
.product-tabs li.active a {
    color: #fff;
    background: #252F3F;
}

.personal-tabs-list li.ui-state-active a:before,
.product-tabs li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;

    border-left: 8px solid #252F3F;
}

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

.personal-content,
.product-tabs-container{
    overflow: hidden;
}

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

.checkout-form-wrapper .yur-field{
    float: right;
    margin: 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 .summ-info,
.checkout-form-wrapper .checkout-btn{
    width: 100%;
    margin: 0 0 10px 0;
}

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

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

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .cart_form{
    margin: 0 auto;
    float: none;
}
.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .product-info,
.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .addToCart{
    display: block;
    text-align: center;
}

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

.product-buttons.related-buttons .buy-product{
    width: 40%;
    float: right;
}

.product-buttons.related-buttons .wrapper-mg-buy-click .mg-buy-click-button{
    display: block;
    padding: 0 10px;
}

.product-buttons.related-buttons .wrapper-mg-buy-click{
    width: 55%;
    float: left;
}

.product-cart .promo-form span{
    font-size: 14px;
}

.product-cart .promo-form{
    float: left;
    margin-bottom: 30px;
}

.alert-info{
    color: #31708F;
    background: #D9EDF7;
    border: 1px solid #BCE8F1;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.ui-slider-horizontal {
    height: 5px;
}

/*леяут горизонтального меню*/
.mg-main-menu-holder{
    margin: 0;
    background: #1c8be4;
    border-bottom: 1px solid #DFDCDC;
    padding:0;
    z-index: 52;
    position: relative;
}

.mg-main-menu {
    position:relative;
    margin: 0;
    font-size: 1em;
    padding: 0;
    display: flex;
  	list-style:none;
}
.mg-main-menu li{
  height:100%;
}

.mg-main-menu  li a {
    color: #fff;
    display: block;
    text-align:center;
    font-size: 12px;
    padding: 15px 6px 12px 6px;
    text-decoration: none;
}

.mg-main-menu  li:hover {
  	transition: 0.5s ease; 	
}
.mg-main-menu .owl-prev {
    left: -15px;
   
}
.mg-main-menu .owl-next {
    right: -15px;
}

.mg-main-menu .mg-cat-img{
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
    text-align: center;
}

.mg-main-menu .mg-cat-desc a{
    word-wrap: break-word;
    color: #333;
}

.mg-main-menu .mg-cat-img img{
    max-width: 100%;
    height: auto;
}

.mg-main-menu li:hover li a:hover{
    text-decoration:underline;
}

.mg-main-menu .owl-wrapper{
  display:flex!important;
}

.wrapper .ui-slider-horizontal .ui-slider-handle{
    margin-left: -8px;
}

.wrapper .ui-slider .ui-slider-handle{
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #3F97F6;
    top: -7px;
}

.wrapper .ui-slider .ui-slider-handle:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.filter-block .filter-preview{
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 6px 10px;
    margin: -10px 0 0 15px;
}

.wrapper .comments textarea{
    border-radius: 5px;
    padding: 10px;
}

.comments .comments-msg{
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

.mg-recent-products .product-wrapper .product-name{
    height: auto;
    line-height: normal;
}

.comments .sendComment{
    float: right;
    margin: 10px 0 0 0;
}

.comments .comment-list .comment-post{
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.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{
    cursor: pointer;    
    bottom: 2px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.mg-scrollTop:hover {
    background-position-y: initial;
    opacity: 0.5;
}

.mg-poll-footer button.button-vote {
    height: 33px;
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    text-decoration: none;
    padding: 0 18px;
    border: none;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.4);
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
    font-weight: normal;
    text-transform: none;
    text-shadow: none;
    background: #5AAF4B;
}
.mg-poll-container .mg-poll-footer .button-vote:hover {
    background: #6BD059;
    border:none;
}
.side-menu .mg-poll-container {
    margin: 20px 0 0 0;
    padding: 15px;
    background: #FAFAFA;
    border-radius: 5px;
    border: 1px solid #E1E3E4;
    box-shadow: 0 1px 2px rgba(63, 69, 75, 0.2);
}


.wrapper .filter-form .price-slider-list li input[type="text"]{
    width: 70px;
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
}

.modal-ring-list li{
    margin: 0 0 10px 0;
}

.header-modal-back-ring{
    margin: 0 0 15px 0;
}

#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: 55;
    overflow: auto;
}

.wrapper .custom-text{
    width: auto;
}

.main-triggers .mg-trigger-guarantee{
    display: flex;
    justify-content: space-between;
}

.main-triggers{
    margin: 0 0 40px 0;
}

.main-triggers .mg-trigger-guarantee h2{
    display: none;
}

.wrapper .main-triggers .mg-trigger-guarantee .mg-trigger{
    width: 32%!important;
    height: auto!important;
    margin: 0;
}

.wrapper .mg-trigger-guarantee .mg-trigger{
    padding: 20px;
    border-radius: 0;
    border: none;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.m-p-slide-unit iframe{
    max-width: 100%;
    max-height: 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;
}

.product-cart .cart_form .amount_input{
    margin: 0 10px 0 5px;
}

.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,
.order-history .customStatus {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    /*text-shadow: 1px 1px 2px #4A4A4A;*/
    line-height: 14px;
}

.order-history .customStatus {
    background-color: #2196f3;
}

.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: 2;
    text-align: center;
}

.apply-filter-line .filter-tags{
    padding: 2px;
    display: inline-block;
}

.mg-fake-cart .popup-header .title{
    font-weight: bold;
    padding: 0;
    font-size: 16px;
    margin: 0;
}

.mg-desktop-cart .small-cart{
    top: 100%;
    border-radius: 0;
    border: none;
    padding: 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    display: block;
}

.header .mg-desktop-cart .small-cart{
    display: block!important;
}

.mg-desktop-cart .small-cart.show{
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.mg-desktop-cart .small-cart:before{
    content: "";
    position: absolute;
    bottom: 100%;
    right: 42px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;

    border-bottom: 14px solid #fff;
}

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

.mg-desktop-cart .total li{
    margin: 0;
    padding: 15px 0;
    text-align: left;
    color: #232f3e;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato-Bold', sans-serif;
}

.mg-desktop-cart .total li.checkout-buttons .default-btn{
    margin: 0;
    text-shadow: none;
    text-transform: none;
}

.mg-desktop-cart .total li.checkout-buttons{
    padding: 0;
}

.mg-desktop-cart .total li.checkout-buttons .success{
    margin: 0 17px 0 0;
}

.mg-desktop-cart .small-cart .title{
    font-family: "Lato-Bold", sans-serif;
    color: #232f3e;
    font-size: 18px;
}

.mg-desktop-cart .small-cart-list li a{
    color: #444444;
    font-size: 14px;
}

.mg-desktop-cart .qty{
    font-size: 13px;
    color: #232f3e;
}

.mg-desktop-cart .qty span,
.mg-desktop-cart .total-sum span{
    font-weight: normal;
    color: #e44a30;
    font-size: 16px;
}

.mg-desktop-cart .total-sum span{
    vertical-align: baseline;
    font-weight: normal;
    color: #e44a30;
    font-size: 26px;
}

.mg-desktop-cart .small-cart-list .property{
    font-size: 13px;
}

.mg-desktop-cart .small-cart-table tr{
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
}

.delete-btn,
.mg-desktop-cart .small-cart-remove a{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 16px;
    height: 20px;
    background: url("../images/delete-icon.png") no-repeat;
    background-size: 16px 20px;
}

.delete-btn:hover,
.mg-desktop-cart .small-cart-remove a:hover{
    background: url("../images/delete-icon-hover.png") no-repeat;
    background-size: 16px 20px;
}

.table-wrapper{
    overflow: auto;
}

/* 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;
    height: 11px;
    margin-left: 4px;
    cursor: pointer;
    -webkit-user-modify: read-only;
}

div.spoiler div.spoiler-content {
    font-size: 13px;
    border: 1px solid #bbbbbb;
    border-top: 0;
    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;
}

.owl-item .product-wrapper{
    margin: 0 15px;
}

/*товар в каталоге*/
.product-wrapper{
    padding: 20px 20px 15px;
    border: 1px solid #F0F0F0;
    transition: box-shadow 0.2s ease-in-out;
    background: #FFF;
}

.mg-compare-products .mg-compare-center .mg-compare-product:hover,
.product-wrapper:hover{
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.product-wrapper .product-image{
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    height: 150px;
    margin: 0 0 10px 0;
}
img.mg-product-image {
    max-height: 100%;
}
.product-wrapper .product-stickers span{
    position: absolute;
    top: 0;
    height: 40px;
    color: #fff;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
}

.product-wrapper .product-stickers span:before{
    content: "";
    position: absolute;
    top: 100%;
    width: 5px;
    height: 4px;
}

.product-wrapper .product-stickers .sticker-new{
    left: 0;
    background: #DE4A37;
}

.product-wrapper .product-stickers .sticker-new:before{
    left: 0;
}

.product-wrapper .product-stickers .sticker-recommend{
    right: 0;
    background: #EC9B00;
}

.product-wrapper .product-stickers .sticker-recommend:before{
    right: 0;
}

.product-wrapper .product-name{
    display: block;
    color: #444444;
    height: 44px;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    margin: 0 0 10px 0;
}

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

.product-wrapper .product-description{
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Lato-Bold', sans-serif;
    margin: 0 0 10px 0;
    min-height: 40px;
}

.product-wrapper .product-price{
    overflow: hidden;
    margin: 0 0 15px 0;
    padding: 0 0 3px;
}

.product-wrapper .product-normal-price, .product-wrapper .product-price{
    color: #e44a30;
    font-size: 26px;
    line-height: 26px;
}
.owl-wrapper .product-wrapper .product-normal-price, .owl-wrapper .product-wrapper .product-price{
    float: none;
}

.product-wrapper .product-old-price{
    color: #dddddd;
    font-size: 16px;
    float: right;
    text-decoration: line-through;
}

.product-wrapper .product-footer{
    margin: 0 0 10px 0;
}

.product-wrapper .single-button{
    margin: 0 0 7px 0;
}

.product-wrapper .single-button .product-info,
.product-wrapper .single-button .addToCart{
    display: block;
}

.product-wrapper .double-buttons{
    overflow: hidden;
}

.product-wrapper .double-buttons .wrapper-mg-buy-click{
    float: left;
}

.product-wrapper .addToCompare{
    float: right;
    color: #999999;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding-left: 0;
    margin: 15px 0 0 0;
}

.product-wrapper .addToCompare:before{
    content: "";
    width: 18px;
    height: 15px;
    background: url(../images/compare-icon.png) no-repeat;
    background-size: 18px 15px;
    position: absolute;
    left: 20px;
    top: -15px;
}

.product-wrapper .addToCompare:hover{
    text-decoration: none;
}

.product-wrapper .mg-rating{
    padding: 8px 0 0 0;
    border-top: 1px solid #F0F0F0;
}

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

.products-wrapper{
    clear: both;
    margin: 0 -2.5%;
}

.products-wrapper.group{
    margin: 0 -1.5%;
}

.products-wrapper.group .product-wrapper{
    width: 23%;
}

.products-wrapper.group .product-wrapper{
    margin: 0 0 1.5% 1.5%;
}

.products-wrapper .product-wrapper{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 0 2.5% 2.5%;
}

.products-wrapper.list .product-wrapper{
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
}

.products-wrapper.list{
    margin: 0;
}

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

.products-wrapper.list .double-buttons .addToCompare,
.products-wrapper.list .double-buttons{
    float: left;
}

.products-wrapper.list .product-buttons{
    overflow: hidden;
}

.products-wrapper.list .product-wrapper .double-buttons .wrapper-mg-buy-click{
    margin: 0 10px 0 0;
}

.products-wrapper.list .single-button{
    width: 100px;
    float: left;
    margin: 0 10px 0 0;
}

.products-wrapper.list .product-wrapper .product-details{
    overflow: hidden;
}

.news-block .news-header .title{
    color: #232f3e;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 18px 0;
    margin: 0 0 20px 0;
    font-family: 'Lato-Bold', sans-serif;
    position: relative;
    border-bottom: 2px solid #EEEEEE;
}

.news-block .news-header .title:before{
    content: "";
    height: 2px;
    position: absolute;
    width: 100px;
    bottom: -2px;
    left: 0;
    background: #3A74EE;
}

.news-block .news-item {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.news-block .news-item .news-details .news-text{
    color: #444444;
    font-size: 14px;
    text-decoration: none;
}

.news-block .news-item .news-details .news-text:hover{
    text-decoration: underline;
}

.news-block .news-item .news-details .news-date{
    color: #cccccc;
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 8px 0;
}

.news-block .news-item .news-details{
    overflow: hidden;
}

.news-block .news-item .news-img{
    float: left;
    margin: 0 20px 0 0;
}

.news-block .news-footer{
    font-size: 13px;
}

.news-block .news-footer a:hover{
    text-decoration: none;
}

.main-page{
    position: relative;
}

.main-page:before{
    content: "";
    height: 600px;
    background: #37AB4B;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

.main-page .header{
    margin: 0;
    z-index: 13;
}

.main-page .container{
    padding: 20px 0 0;
    position: relative;
    z-index: 12;
}

/*fixed bar*/
.bar-height{
    height: 58px;
}

.fixed-bar{
    position: fixed;
    z-index: 51;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #252F3F;
    padding: 10px 0;
}

.fixed-bar .mg-layer,
.fixed-bar .small-cart,
.fixed-bar .mg-fake-cart{
    display: none!important;
}

.fixed-bar .mg-contacts-block{
    float: left;
    color: #fff;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 24px;
}

.fixed-bar .wrapper-back-ring{
    float: left;
    margin: 0 20px 0 0;
}

.fixed-bar .bar-left{
    float: left;
    margin: 3px 0 0;
}

.fixed-bar .bar-right{
    float: right;
}

.fixed-bar .mg-desktop-cart{
    position: static;
    float: right;
    margin: 5px 0 0 0;
}

.fixed-bar .mg-desktop-cart .count-text{
    display: none;
}

.fixed-bar .mg-desktop-cart .title{
    color: #ffffff;
    font-size: 14px;
    float: left;
    margin: 5px 15px 0 0;
}

.fixed-bar .mg-desktop-cart .small-cart-icon{
    width: 18px;
    height: 18px;
    background: url("../images/cart-icon.png") no-repeat;
    background-size: 18px 18px;
    top: 5px;
    left: 0;
}

.fixed-bar .mg-product-to-compare{
    padding: 6px 20px 6px 0;
    border-right: 1px solid #424A55;
    margin: 0 20px 0 0;
}

.fixed-bar .mg-product-to-compare a{
    border: none;
    padding: 7px 45px 6px 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}

.fixed-bar .mg-desktop-cart .title:hover,
.fixed-bar .mg-product-to-compare a:hover{
    text-decoration: underline;
}

.fixed-bar .mg-product-to-compare .compare-icon{
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}

.fixed-bar .mg-desktop-cart .countsht,
.fixed-bar .mg-product-to-compare .mg-compare-count{
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 14px;
    line-height: 30px;
    background: #5F646C;
    border-radius: 3px;
    top: 5px;
    right: 20px;
    text-align: center;
}

.fixed-bar .mg-desktop-cart .countsht{
    display: inline-block;
}

.fixed-bar .mg-desktop-cart .cart-inner{
    padding: 0 0 0 28px;
    border-radius: 0;
    overflow: hidden;
}

.fixed-bar .mg-desktop-cart .cart-inner > a{
    overflow: hidden;
    color: #fff;
    float: left;
}

.fixed-bar .mg-desktop-cart .cart-list li .price-text{
    color: #5e646c;
}

.fixed-bar .mg-desktop-cart .cart-list li.cart-qty{
    padding: 5px 15px;
    font-size: 14px;
    font-family: 'Lato-Bold', sans-serif;
}

.fixed-bar .mg-desktop-cart .cart-list li{
    font-size: 14px;
    float: left;
    margin: 0;
}

.fixed-bar .mg-desktop-cart .cart-list{
    float: left;
}

.fixed-bar .mg-desktop-cart .cart{
    padding: 0;
}

.wrapper .mg-recently-viewed-plugin{
    margin: 0 0 40px 0;
}

.buy-block .mg-recently-viewed-plugin {
    padding: 20px 20px 0;
    border: 2px solid #EEEEEE;
    width: 315px;
    margin: 0;
    position: absolute;
    right: -2px;
    top: 253px;
}
.buy-block .mg-recently-viewed .mg-recently-product-image a{
	height: 75px;
  	box-shadow: none;
}
.buy-block .mg-recently-viewed-plugin .mg-recently-viewed .mg-recently-product-price, .buy-block .mg-recently-viewed-plugin .mg-recently-viewed .addToCart{
	display:none;
}
.buy-block .mg-recently-viewed-plugin h2{
	margin-bottom:5px;
}
.buy-block .mg-recently-viewed-plugin .mg-recently-viewed .mg-recently-product-name {
    height: auto;
}
.brands-title,
.mg-recently-viewed-plugin .mg-recently-title,
.page-title{
    color: #333333;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 30px;
    line-height: 34px;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #EEEEEE;
    position: relative;
}

.brands-title{
    border-color: #fff;
}

.brands-title:before,
.mg-recently-viewed-plugin .mg-recently-title:before,
.page-title:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #3A74EE;
    left: 0;
    bottom: -2px;
}

.mg-recently-title .custom-arrow{
    display: none;
}

.brands-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.mg-recently-viewed-plugin .mg-recently-title{
    padding-right: 0;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    display: block;
}

.mg-recently-viewed-plugin .mg-recently-viewed .addToCart,
.mg-recently-viewed-plugin .mg-recently-viewed .product-info{
    width: auto;
}

.mg-recently-viewed .mg-recently-product-image a{
    padding: 10px;
    border: 1px solid #F0F0F0;
    transition: all 0.2s ease-in-out;
}

.mg-recently-viewed-plugin .product-wrapper{
    padding: 0;
    border: none;
}

.mg-recently-viewed-plugin .product-wrapper:hover .mg-recently-product-image a{
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.mg-recently-viewed-plugin .product-wrapper:hover{
    box-shadow: none;
}

.mg-recently-viewed-plugin .mg-recently-viewed .mg-recently-product-name a{
    font-size: 14px;
    line-height: 18px;
    color: #232f3e;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
    text-transform: none;
}

.mg-recently-viewed-plugin .mg-recently-viewed .mg-recently-product-price{
    font-size: 26px;
    font-weight: normal;
    color: #e44a30;
    line-height: normal;
    margin: 0 0 5px 0;
}

.mg-recently-viewed-plugin .mg-recently-viewed .mg-recently-product-name{
    height: 40px;
}

.mg-recently-viewed-plugin .product-wrapper:hover .mg-recently-product-name a{
    color: #2196f3;
}

.mg-recently-viewed-plugin .mg-recently-viewed .mg-recently-product-name a:hover{
    text-decoration: none;
}

.cat-desc-text{
    margin: 0 0 20px 0;
}

.cat-desc-text p{
    margin: 0 0 10px 0;
}

.two-banners{
    margin: 0 0 40px 0;
}

.two-banners a{
    display: inline-block;
    text-decoration: none;
    border: 3px solid #EEEEEE;
}
.two-banners .exist-admin-context.site-block-editor {
    display: inline-block;
}

.two-banners a + a{
    float: right;
}

.brands-holder{
    padding: 20px 0 40px;
    margin: 0 -1000px;
    background: #ECECEB url("../images/brand-bg.jpg");
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
}

.mg-brand-block .owl-buttons{
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -62px;
}

.mg-brand-block{
    margin: 0 -15px;
}

.mg-brand-block .mg-brand-logo{
    float: left;
    width: 14.1%;
    box-shadow: none;
}

.mg-brand-block .owl-item{
    padding: 0 15px;
}

.mg-brand-block .owl-item .mg-brand-logo{
    width: auto;
    margin: 0;
}

/*попап корзины*/
.mg-fake-cart{
    width: 570px;
    border: 1px solid #E8E8E8;
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.mg-fake-cart .mg-close-fake-cart{
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url("../images/cross-normal-icon.png") no-repeat;
    background-size: 20px 20px;
}

.mg-fake-cart .mg-close-fake-cart:hover{
    background: url("../images/cross-hover-icon.png") no-repeat;
    background-size: 20px 20px;
}

.mg-fake-cart .popup-header{
    padding: 0;
    color: #232f3e;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    border-radius: 0;
    border: none;
    margin: 0 0 5px 0;
}

.mg-fake-cart .popup-body{
    background: none;
    padding: 0;
}

.mg-fake-cart .popup-body .small-cart-table tr td.small-cart-remove{
    vertical-align: middle;
}

.mg-fake-cart .popup-body .small-cart-table tr td.small-cart-img a{
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li a{
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin: 0 0 10px 0;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li span.prop-name{
    font-weight: normal;
    color: #999999;
    font-size: 13px;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li span{
    color: #e44a30;
    font-weight: normal;
    font-size: 16px;
}

.mg-fake-cart .popup-body .small-cart-table tr td{
    border-bottom: 1px solid #E8E8E8;
}

.mg-fake-cart .popup-body .small-cart-table tr td .deleteItemFromCart{
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 20px;
    background: url("../images/delete-icon.png") no-repeat;
    background-size: 16px 20px;
}

.mg-fake-cart .popup-body .small-cart-table tr td .deleteItemFromCart:hover{
    background: url("../images/delete-icon-hover.png") no-repeat;
    background-size: 16px 20px;
}

.mg-fake-cart .sum-list{
    background: none;
    padding: 0;
}

.mg-fake-cart .popup-footer .total .checkout-buttons .mg-close-popup{
    border: none;
    text-decoration: underline;
}

.mg-fake-cart .popup-footer .total .checkout-buttons .mg-close-popup:hover{
    text-decoration: none;
    border: none;
}

.mg-fake-cart .popup-footer{
    padding: 20px 0 0 0;
}

.mg-fake-cart .popup-footer .footer-left .total{
    text-align: left;
}

.footer-right{
    margin: 7px 0 0 0;
    overflow: hidden;
}

.footer-left{
    float: left;
}

.mg-fake-cart .sum-list li span.total-payment{
    font-weight: normal;
    color: #e44a30;
    font-size: 26px;
}

.footer-left .text{
    color: #232f3e;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato-Bold', sans-serif;
}

.content-modal-back-ring textarea{
    width: 100%;
    border-radius: 0;
    padding: 10px 15px;
}
.promo-form + div#msg-about-code {
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #ff0606;
    font-weight: 700;
}

.wrapper-modal-back-ring{
    border: 2px solid #F6F6F6;
}

.wrapper-modal-back-ring .header-modal-back-ring .title-modal-back-ring{
    text-align: left;
}
.modal-ring-list li .right input[type="text"] {
    width: 180px;
}

.modal-ring-list input[type="text"]{
    margin: 10px 0 0 0;
}

.mg-modal .user-field-table .assortmentCheckBox input[type="checkbox"] {
    top: 0;
    margin: 0 5px 0 0;
}

.mg-modal .add-product-form-wrapper .userField .fixed-panel-margin{
    width: 271px;
}

.mg-modal .product-meta-field{
    height: 50px;
}

.ui-datepicker-title select{
    padding: 0 5px;
    height: 26px;
    margin: 0 2px;
}

input.input-coupon {
    height: 32px;
}
.delivery-calc-plugin select {
    width: 205px;
}
.mg-main-news-block .mg-pager ul li {
    float: left;
    margin: 0 0 5px 5px;
    border: none;
}
.mg-main-news-block .mg-pager ul li a{

}
td.nowrap.price {
    white-space: nowrap;
}
_:-moz-tree-row(hover), .owl-wrapper .mg-buy-click-button, .catalog .mg-buy-click-button{
    letter-spacing: -0.6px !important;
}  
_:-moz-tree-row(hover), .owl-wrapper .product-wrapper, .catalog .product-wrapper{
    padding: 20px 10px 15px !important;
} 
_:-moz-tree-row(hover), .owl-wrapper .product-wrapper .addToCompare::before, .catalog .product-wrapper .addToCompare::before{
    left: 25px !important;
}
.PersonalData{margin-bottom:10px;}
.product-wrapper{
    position: relative;
}
.product-wrapper .block-variants span, .product-wrapper .block-variants .table-wrapper .variants-table .avail{
    display: none;
}
.product-wrapper .block-variants .table-wrapper .variants-table span{
    font-size: 14px;
    line-height: normal;
    display: initial;
    text-shadow: none;
}
.product-wrapper .block-variants .table-wrapper .price{
    line-height: normal;
}
.product-wrapper .block-variants .table-wrapper .variants-table input{
    margin: 3px 3px 3px 16px;
}
.product-wrapper .block-variants .table-wrapper .variants-table img{
    max-width: initial;
    max-height: 45px;
    margin: 0 5px 0 5px !important;
}
.product-wrapper .block-variants .table-wrapper .variants-table .price{
    display: table-cell;
    font-size: 14px;
}

.product-wrapper .block-variants {
    display: none;
    font-size: 14px;
    position: absolute;
    top: 99%;
    z-index: 11;
    left: -1px;
    right: -1px;
    padding: 2px;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-top: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
    max-height: 145px;
    overflow-y: auto;
    overflow-x: visible;
}
.product-wrapper:hover .block-variants {
    display: block;
}
tr.variant-tr, tr.variant-tr td{
    height: 45px
}
.product-footer .actionBuy .buy-container .hidder-element .clearfix::after, .product-wrapper .buy-container .clearfix::after{
    clear: none;
}
.addToCart, .product-info{
    width: 100%;
    margin-bottom: 5px;
}
.product-wrapper .block-variants .table-wrapper, .product-wrapper .block-variants .table-wrapper .variants-table{
    width: 100%;
}
.mg-brand-block .mg-brand-logo img {
    width: 55%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wrapper:not(.main-page) .header {
    margin: 0;
}
.wrapper:not(.main-page) .mg-main-menu-holder {
    margin-bottom: 15px;
}
.product-footer .variant-tr td:nth-child(2){
   display: none;
}
.buttons-holder.clearfix {
    overflow: hidden;
    width: 100%;
}
.products-wrapper.list  .buttons-holder {
    width: 250px;
    margin: 0 10px;
}
span.currency-select select, span.lang-select select {
    height: 22px;
    margin-top: -7px;
    font-size: 12px;
    padding: 0 5px;
}
tr.sklad{
    border-bottom: 1px dotted #dadada;
}
.sklad p span {
    font-size: 13px;
    display: block;
    color: #b5b5b5;
}
.sklad p{
    margin: 0;
    padding: 0;
    color: #524d4d;
}
tr.sklad td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}

.order-storage label [disabled] + span {
    text-decoration: line-through;
    color: #525252;
}
.order-storage input[name="storage"] {
    margin-right: 7px;
}
.c-order__title {font-weight: bold;}
.order-storage p.st-error, .order-storage label{
    margin: 5px 0;
    display: block;
}
.order-storage p.st-error {
    color: red;
}
.order-storage.c-form {
    margin-bottom: 15px;
}
li.c-order__list--item.c-order__radiobutton label {
    display: block;
    margin-bottom: 10px;
}
li.c-order__list--item.c-order__checkbox label {
    margin: 10px 0;
}
.wrapper li.c-order__list--item label input[type="checkbox"], .wrapper li.c-order__list--item label input[type="radio"]{
    width: unset;
}  
.logo-block img {
    width: 100%;
    max-width: 300px;
}
.product-wrapper .sizeMap-row {
    text-align: center;
}
.mg-filter .color-filter span.value-name{
    display: none;
}

.mg-filter .color-filter {
    display: inline-block;
    margin-right: 5px;
}
.filter-form .color-filter .cbox {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: -webkit-linear-gradient(135deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
    background: -o-linear-gradient(135deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
    background: linear-gradient(-45deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
}
.filter-form .color-filter label:hover .cbox{
    -webkit-box-shadow: 0 0 0px 3px #d9d9d9;
            box-shadow: 0 0 0px 3px #d9d9d9;
}
.filter-form .color-filter label [type="checkbox"]:checked ~ .cbox {
    -webkit-box-shadow: 0 0 0px 3px #333333;
            box-shadow: 0 0 0px 3px #333333;
}
.filter-form .mg-filter .mg-filter-item ul .color-filter label {
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-form .mg-filter .mg-filter-item ul .color-filter label [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.sizeMap-row span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
.sizeMap-row .size {
  display: inline-block;
  margin: 10px 5px 5px 0;
  border: 2px solid #e6e6e6;
  padding: 5px;
  min-width: 31px;
  height: 31px;
  text-align: center;
  cursor: pointer;
}
.sizeMap-row .size.active {
  border-color: #111;
}
.sizeMap-row .color {
  display: inline-block;
  margin: 10px 5px 5px 0;
  border: 2px solid #e6e6e6;
  padding: 5px;
  min-width: 31px;
  height: 31px;
  text-align: center;
  cursor: pointer;
}
.sizeMap-row .color.active {
  border-color: #111;
}
.storage-field {
    width: 50%;
    float: left;
}
.product-details-block .color-block {
    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-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
}
.mg-trigger .mg-trigger-text {
    display: block;

}

.mg-cat-img img{
    max-width: 100%;
    height: 100%;
}
.mg-cat-img {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0 10px 0 5px;
    float: left;
}
.sizeMap-row span{
    font-size: 14px;
    font-weight: bold;
}
.sizeMap-row .size{
    display: inline-block;
    min-width: 31px;
    height: 31px;
    margin: 10px 5px 5px 0;
    padding: 4px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #656060;
}
.sizeMap-row .size.active,.sizeMap-row .color.active{
    border-color: #333!important;
}
.sizeMap-row .size,.sizeMap-row .color{
    border-radius: 20px;
    box-sizing: border-box;
    background: #ffffff;
    color: #000;
}
.sizeMap-row .color{
    display: inline-block;
    min-width: 31px;
    height: 31px;
    margin: 10px 5px 5px 0;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #e6e6e6;
}
.sizeMap-row .color{
    background: -webkit-linear-gradient(top left, rgba(255,255,255,.25), rgba(0,0,0,.125));
    background: -o-linear-gradient(top left, rgba(255,255,255,.25), rgba(0,0,0,.125));
    background: linear-gradient(to bottom right, rgba(255,255,255,.25), rgba(0,0,0,.125));
}
.sizeMap-row .color, .sizeMap-row .size, .c-filter .color-filter .cbox{
    -webkit-transition: all .4s;
         -o-transition: all .4s;
            transition: all .4s;           
}
.sizeMap-row .color:hover, .sizeMap-row .size:hover {
    border-color: #333;
}
.color-block > *{
    vertical-align: middle;
}
.size-block > span,.color-block > span{
    display: inline-block;
    min-width: 60px;
    margin-right:5px;
}
.size.inactive:before {
    left: -2px;
    top: 47%;
    content: '';
    width: 117%;
    height: 1px;
    position: absolute;
    background: #4a4848;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.size.inactive {
    background: #eaeaea;
    color: #817f7f;
    position: relative;
} 
.mg-filter .color-filter span.value-name{
    display: none;
}

.mg-filter .color-filter {
    display: inline-block;
}
.filter-form .color-filter .cbox {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: -webkit-linear-gradient(135deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
    background: -o-linear-gradient(135deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
    background: linear-gradient(-45deg,rgba(255,255,255,.25),rgba(0,0,0,.125));
}
.filter-form .color-filter label:hover .cbox{
    -webkit-box-shadow: 0 0 0px 3px #d9d9d9;
            box-shadow: 0 0 0px 3px #d9d9d9;
}
.filter-form .color-filter label [type="checkbox"]:checked ~ .cbox {
    -webkit-box-shadow: 0 0 0px 3px #333333;
            box-shadow: 0 0 0px 3px #333333;
}
.filter-form .mg-filter .mg-filter-item ul .color-filter label {
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-form .mg-filter .mg-filter-item ul .color-filter label [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.agreement-container {
    display: block;
}
.prop-price {
    float: right;
}
.prop-string {
    padding: 0;
    margin: 0;
}
.whole-info {
    margin-bottom: 25px;
    padding-top: 25px;
    max-width: 302px;
}
.whole-info .prop-item span {
    color: #000000;
}
.prop-string .name-group {
    margin-top: 0;
}
.phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer-bottom .phone {
    margin-top: 12px;
    justify-content: center;
}
.footer-bottom .phone-item {
    padding-right: 10px;
}
.double-buttons .wrapper-mg-buy-click {
    width: auto;
}
.color-filter.disabled span.cbox:after {
    left: -2px;
    top: 47%;
    content: '';
    width: 117%;
    height: 1px;
    position: absolute;
    background: #000000;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.color-filter.disabled span.cbox {
    position: relative;
}
li.color-filter.disabled {
    opacity: 1;
}
.filter-form label [type="checkbox"]:checked ~ .cbox {
    background: rgb(0, 0, 0);
}
.filter-form label .cbox {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 10px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset;
    order: -1;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    border-image: initial;
    background: rgb(255, 255, 255);
}
.filter-form .mg-filter .mg-filter-item ul li label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.filter-form label:before {
  display: none;
}
.filter-form .mg-filter .mg-filter-item ul li label input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}
.filter-form .disabled-prop {
    opacity: .3;
    cursor: default;
}
.feedback-form-wrapper li {
    text-align: left;
}
.powered a {
    font-weight: 700;
}
.powered a .red {
    color: #d90707;
}