* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-price-tags:before {
    content: '\e936';
}

.icon-location2:before {
    content: '\e948';
}

.icon-mobile:before {
    content: '\e958';
}

.icon-bookmarks:before {
    content: '\e9d3';
}

.icon-star-full:before {
    content: '\e9d9';
}

.icon-banknote:before {
    content: '\e902';
}

.header-tel {
    color: #555;
    text-decoration: none;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    background: #fff url('../images/bg.jpg') top center repeat-x;
    background-size: cover;
}

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

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

a {
    border: none;
    outline: none;
    font-size: 14px;
    color: #08c;
}

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

.clearfix:after {
    clear: both;
}

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

input[type='checkbox'] {
    vertical-align: middle;
}

input[type='email'],
input[type='text'],
input[type='password'] {
    height: 28px;
    color: #000;
    border-radius: 0;
    border: none;
    padding: 4px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type='email'],
input[type='text'],
input[type='password'],
textarea,
select {
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    outline: none;
    border: 1px solid #cdcdcd;
    margin: 0;
}

select {
    padding: 4px 5px;
    border-radius: 3px;
}

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

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

input[type='email']:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
    color: #000;
    -webkit-box-shadow: 0 0 5px rgba(77, 142, 216, 1);
    box-shadow: 0 0 5px rgba(77, 142, 216, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

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

.clear {
    clear: both;
    line-height: 0;
}

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

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

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

.contact-phone {
    padding: 0 0 0 18px;
}

.contact-email a {
    padding: 0 0 0 18px;
    margin: 0 0 0 20px;
    color: #38b0e3;
}

.contact-email a:hover {
    text-decoration: none;
}

.hit-menu {
    list-style: none;
    margin: 20px 50px 0 0;
    padding: 0;
    float: right;
}

.hit-menu li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.hit-menu li a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.hit-menu li a:hover {
    color: #000;
}

.hit-menu li a i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

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

.logo-block img {
    width: 100%;
    max-width: 300px;
}

.logo-block h2 {
    margin: 20px 0 0 0;
}

.logo-block h2 a {
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    text-decoration: none;
}

.logo-block h2 span {
    font-weight: bold;
    text-transform: uppercase;
}

.wrapper .mg-search-block .search-field {
    height: 35px;
    padding: 5px 65px 5px 15px;
    border: none;
    border-radius: 27px;
    width: 275px;
}

.header .mg-contacts-block {
    float: right;
    font-size: 13px;
    line-height: 16px;
    margin: 0 10px 0 0;
    color: #555;
}

.location-icon {
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url('../images/location-icon.png') no-repeat;
    vertical-align: middle;
}

.phone-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/phone-icon.png') no-repeat;
    vertical-align: -1px !important;
}

.header .mg-contacts-block p {
    margin: 0 0 3px 0;
}

.header .mg-contacts-block p i {
    font-size: 14px;
}

.header .mg-contacts-block p i,
.header .mg-contacts-block p span {
    display: inline-block;
    vertical-align: middle;
}

.header {
    color: #777;
    font-size: 0;
    margin: 0;
    position: relative;
    z-index: 111;
}

.top-auth-block p {
    margin: 0;
}

.header .main-row {
    padding: 15px 0;
}

.top-auth-block {
    padding: 10px;
    text-align: right;
    background: #08c;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
}

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

.top-auth-block .auth a {
    color: #fff;
    font-size: 12px;
}

.top-auth-block .auth {
    float: right;
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.header .mg-search-block {
    top: 0;
    right: 0;
    margin: 6px;
}

.wrapper .header .mg-search-block .search-button {
    background: #ed4144;
    right: 0;
    top: 0;
    padding: 0 15px;
    color: #fff;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    font-size: 0;
    margin: 2px 2px 0 0;
    position: absolute;
}

.wrapper .header .mg-search-block .search-button:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url('../images/search-btn.png') no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header .mg-desktop-cart {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    border: 1px solid #08c;
    border-radius: 5px;
    margin: 15px 0 0 25px;
}

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

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

.header .top-menu {
    font-size: 0;
    position: relative;
    background: #08c;
    border-radius: 5px 5px 0 0;
}

.header .top-menu .main-row {
    padding: 0;
    position: relative;
    z-index: 2;
}

.header .top-menu .top-menu-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.top-menu .top-menu-list > li:first-child a {
    border-radius: 5px 0 0 0;
}

.top-menu .top-menu-list > li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.top-menu .top-menu-list li:hover > a {
    background: #03a9f4;
    color: #fff;
}

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

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

.top-menu .top-menu-list li .sub_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    background: #08c;
    min-width: 200px;
}

.top-menu .top-menu-list li .sub_menu li .sub_menu {
    left: 100%;
    top: 0;
    z-index: 99;
    min-width: 150px;
    display: none;
}

.top-menu .top-menu-list li .sub_menu > li > a {
    font-size: 14px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    padding: 10px;
    border-right: none;
    -webkit-transition: all, .2s, ease-in-out;
    -o-transition: all, .2s, ease-in-out;
    transition: all, .2s, ease-in-out;
}

.top-menu .top-menu-list li .sub_menu > li > a:hover {
    text-decoration: none;
    background: #03a9f4;
    color: #fff;
}

/*Превью корзины*/
.mg-desktop-cart .small-cart {
    width: 300px;
    padding: 10px;
    border-radius: 3px 0 3px 3px;
    position: absolute;
    background-color: #fff;
    right: -1px;
    top: 50px;
    display: none;
    z-index: 1;
    -webkit-box-shadow: 0 5px 9px #525252;
    box-shadow: 0 5px 9px #525252;
    border: 1px solid #ccc;
}

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

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

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

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

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

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

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

.mg-desktop-cart .small-cart .qty span,
.mg-desktop-cart .small-cart .total-sum span {
    color: #000;
}

.mg-desktop-cart .small-cart .total-sum span {
    font-size: 18px;
}

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

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

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

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

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

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

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

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

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

.mg-desktop-cart .default-btn:hover {
    background: #e6e6e6;
}

.mg-desktop-cart .default-btn:active {
    border: 1px solid #b8b8b8;
    -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 9px rgba(0, 0, 0, .3);
}

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

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

.mg-desktop-cart .small-cart-icon {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(../images/cart.png) 0 0 no-repeat;
    top: 4px;
    right: 22px;
}

.header .mg-desktop-cart .cart {
    cursor: pointer;
    border: none !important;
    border-radius: 0;
    z-index: 11;
    padding: 10px;
}

.header .mg-desktop-cart .small-cart {
    z-index: 888;
    top: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: 1px solid #08c;
}

.header .mg-desktop-cart .small-cart-icon {
    width: 16px;
    height: 16px;
    background: url('../images/cart-icon.png') center center no-repeat;
    left: 0;
    right: auto;
    top: 0;
}

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

.header .mg-desktop-cart .cart-inner {
    padding: 0 0 0 25px;
    z-index: 56;
    position: relative;
    border-radius: 0;
}

.header .mg-desktop-cart .cart-list li {
    font-size: 12px;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.left-block {
    width: 22%;
    margin: 0 15px 15px 0;
    float: left;
}

.cat-title {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: normal;
}

.filter-form .ui-slider .ui-slider-range {
    background: #08c;
}

.filter-form .ui-slider .ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fcfdfd;
    background: -webkit-linear-gradient(top, #fcfdfd 0%, #e5e9ec 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfd), to(#e5e9ec));
    background: -o-linear-gradient(top, #fcfdfd 0%, #e5e9ec 100%);
    background: linear-gradient(to bottom, #fcfdfd 0%, #e5e9ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfd', endColorstr='#e5e9ec', GradientType=0);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
}

.filter-form .filter-preview {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #efefef;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, .3);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, .3);
    margin: -10px 0 0 22px;
}

.left-block .filter-form #price-slider {
    width: 95%;
    height: 3px;
}

.menu-block,
.wrapper .filter-form {
    margin: 0 0 10px 0;
    background: #efefef;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

.menu-block .cat-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.menu-block .cat-list > li > a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menu-block .cat-list > li > a:hover {
    text-decoration: underline;
}

.menu-block .cat-list > li {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.menu-block .cat-list .sub_menu {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.menu-block .cat-list .sub_menu li .slider_btn {
    top: 7px;
}

.menu-block .cat-list .sub_menu li {
    position: relative;
}

.menu-block .cat-list li .sub_menu {
    background: #fff;
    min-width: 150px;
}

.menu-block .cat-list > li:hover {
    text-decoration: none;
}

.menu-block .cat-list .sub_menu {
    margin: 0 0 0 10px;
}

.menu-block .cat-list .sub_menu > li > a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 5px 20px 5px 0;
}

.menu-block .cat-list .sub_menu > li:hover > a {
    text-decoration: underline;
}

.wrapper .filter-form .refreshFilter {
    margin: 0 0 0 10px;
}

.wrapper .filter-form .price-slider-list li input[type='text'] {
    width: 65px;
}

.filter-form + .center,
.left-block + .center {
    width: 76%;
    float: right;
    margin: 0 0 20px 0;
    min-height: 300px;
}

.container {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: -9px 0 20px -20px #333, 9px 0 20px -20px #333;
    box-shadow: -9px 0 20px -20px #333, 9px 0 20px -20px #333;
}

.wrapper.main-page .container {
    padding: 0;
}

.wrapper.main-page .footer {
    margin: 0;
}

.wrapper.main-page .cat-desc {
    padding: 15px;
}

.center {
    min-height: 400px;
    background: #fff;
    padding: 0 0 20px 0;
}

.new-products-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

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

.product-wrapper {
    width: 31%;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 20px 1%;
    padding: 10px;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 14px;
    border-top-right-radius: 0;
}

.products-wrapper .product-wrapper {
    border: 1px solid #e4e4e4;
    /* width: 294px; */
    margin: 0 0 15px 15px;
}

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

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

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

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

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

.products-wrapper.list .product-wrapper .product-image a.addToCompare {
    width: auto;
}

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

.products-wrapper.list .product-wrapper .product-description {
    display: block;
}

.products-wrapper.list .product-wrapper {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}

.products-wrapper.list .buttons-holder  {
    justify-content: flex-end;
    margin-top: 15px;

}

.products-wrapper.list .wrapper-mg-buy-click {
    text-align: left;
}

.product-price {
    float: left;
}

.product-wrapper .old-price {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #858585;
    text-decoration: line-through;
    display: inline-block;
}

.products-wrapper .product-wrapper:hover {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.products-wrapper .product-wrapper:hover .mg-product-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

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

.products-wrapper .product-wrapper .block-variants {
    position: absolute;
    z-index: 11;
    background: #fff;
    left: -1px;
    right: -1px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-top: none;
    margin: 0;
    display: none;
    -webkit-box-shadow: 0 8px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 7px rgba(0, 0, 0, .2);
    top: 97%;
}

.product-image {
    position: relative;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.product-wrapper .product-image .addToCompare {
    border-radius: 5px;
    padding: 0 8px;
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 11;
    color: #fff !important;
    background: #888;
    display: none;
}

.product-wrapper:hover .product-image .addToCompare {
    display: block;
}

.products-wrapper {
    padding: 0 0 50px 0;
    position: relative;
}

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

.product-image a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.product-name a {
    color: #08c;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

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

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

.product-description {
    font-size: 12px;
    line-height: 17px;
    color: #666;
    margin: 0 0 10px 0;
    display: none;
}

.product-wrapper .product-footer .prices {
    display: block;
    overflow: hidden;
}
.product-wrapper .c-variant__price {
    display: none;
}

.c-variant__price > * {
    white-space: nowrap;
}
.product-wrapper .sizeMap-row .color,
.product-wrapper .sizeMap-row .size {
    min-width: 21px;
    height: 21px;
    margin: 10px 3px 5px 0;
}


.product-wrapper .sizeMap-row .size {
    padding: 0 4px;
}

.product-wrapper .sizeMap-row span {
    font-size: 13px;
    font-weight: 400;
}

.product-wrapper .size-block > span,
.product-wrapper .color-block > span {
    min-width: auto;
}
.product-wrapper .product-footer .prices .old-price {
    margin: 0 0 5px 0;
    font-weight: normal;
    float: none;
}

.product-wrapper .product-footer .prices .old-price,
.product-wrapper .product-footer .prices .product-price {
    display: block;
}

.product-wrapper .product-footer .product-info,
.product-wrapper .product-footer .addToCart {
    float: right;
}

.wrapper .mg-recently-viewed .mg-recently-product-price,
.mg-product-slides-wrapper .price,
.product-wrapper .product-price {
    display: block;
    border-radius: 100%;
    font-size: 25px;
    color: #333;
    font-weight: bold;
}

.sendComment,
.mg-buy-click-button,
.product-status .addToCompare,
.addToCart,
.payment-form-block form input[type='submit'],
.header .mg-desktop-cart .default-btn,
.default-btn,
.wrapper .filter-btn,
.product-wrapper .product-info,
.btn {
    display: inline-block;
    text-align: center;
    text-shadow: none;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    background: #ed4144;
    border: none;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filter-buttons .filter-btn {
    line-height: 27px;
}

.payment-form-block form input[type='submit'] {
    line-height: normal;
}

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

.mg-buy-click-button:hover,
.product-status .addToCompare:hover,
.addToCart:hover,
.payment-form-block form input[type='submit']:hover,
.header .mg-desktop-cart .default-btn:hover,
.wrapper .filter-btn:hover,
.buy-container .hidder-element .buy-product:hover,
.default-btn:hover,
.product-info:hover,
.btn:hover {
    background: #c33d40;
    text-decoration: none;
}

.checkout-btn,
.mg-buy-click-button,
.sendComment {
    background: #4caf50;
}

.checkout-btn:hover,
.mg-buy-click-button:hover,
.sendComment:hover {
    background: #2f7732;
}

/*Результаты поиска*/
.search-results .product-wrapper {
    width: auto;
    float: none;
    margin: 20px 11px 0 12px;
}

.search-results .product-image {
    float: left;
    width: 145px;
    margin: 0 20px 0 0;
}

.search-results .product-name {
    text-align: left;
    font-weight: bold;
    margin: 0 0 10px 0;
    height: auto;
}

.search-results .product-name a {
    font-size: 16px;
}

.search-results .property-form {
    clear: both;
}

.search-results .property-form .hidder-element {
    margin: 10px 0 0 0;
}

.search-results .product-desc {
    font-size: 14px;
}

.search-results .product-info,
.search-results .addToCart {
    margin: 0 10px 0 0;
    display: inline-block;
}

.search-results .product-wrapper .product-price {
    margin: 10px 0;
}

.search-results .addToCompare {
    margin: auto;
    display: inline-block;
}

.wrapper .newsheader {
    padding: 0;
    border: none;
}

.main-news-img {
    width: 255px;
    display: block;
}

.news-block {
    margin: 15px 0 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

.news-wrapper {
    margin: 15px 0 0 0;
    padding: 10px 10px 30px 10px;
}


.news-img img {
    width: 100%;
}

.news-list .news-date {
    font-size: 11px;
    color: #979797;
}

.news-list .news-title {
    margin: 5px 0 0 0;
}

.news-list .news-title a {
    font-size: 14px;
    color: #333;
}

.news-list .news-title a:hover {
    text-decoration: none;
}

.news-short-desc {
    font-size: 12px;
    margin: 5px 0 0 0;
    line-height: 1.3;
}

.footer {
    clear: both;
    margin: 0 -15px -15px -15px;
}

.footer-top {
    padding: 15px;
    background: #08c;
}

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

.footer-top .col h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 12px 0;
    color: #fff;
}

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

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

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

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

.copyright {
    font-size: 12px;
    float: left;
    margin: 10px 15px 0 10px;
}

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

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

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

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

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

.footer-bottom {
    padding: 5px 15px;
    color: #777;
}

.footer-bottom .widget {
    float: left;
    margin: 0 0 0 10px;
}

.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 #fff;
    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 -14px 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.gplus-icon span {
    width: 22px;
    height: 20px;
    background: url('../images/gplus-icon.png') 0 -20px 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.fb-icon span {
    width: 10px;
    height: 20px;
    background: url('../images/fb-icon.png') 0 -20px no-repeat;
}

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

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

.center .allPages {
    font-size: 12px;
    color: #444;
    float: left;
    margin: 13px 10px 0 0;
}

.mg-pager ul {
    float: right;
    margin: 7px 0 0 0;
    list-style: none;
    padding: 0;
}

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

.mg-pager ul li a {
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 6px 10px;
    color: #fff;
    background: #08c;
    text-decoration: none;
    border-radius: 100%;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.mg-pager ul li a.navButton:hover,
.mg-pager ul li a.navButton {
    border-radius: 18px;
    background: none;
    color: #000;
    padding: 5px 3px;
}

.mg-pager ul li a:hover,
.mg-pager ul li a.active {
    background: #03a9f4;
}


.cart-table {
    width: 100%;
    background-color: #fff;
    margin: 0 0 20px 0;
}

.cart-table tr td .amount_input {
    margin: 0 10px 0 0;
    width: 50px;
    float: left;
}

.cart-table tr th {
    padding: 20px 10px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    /* border: 1px solid #EEE; */
    /* background:  #FAFAFA; */
    text-transform: uppercase;
}

.cart-table tr td {
    padding: 10px;
    font-size: 14px;
    vertical-align: top;
    border: 1px solid #eee;
}

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

.cart-table tr td.price-cell,
.cart-table tr td.total-sum-cell {
    white-space: nowrap;
}

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

.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;
    font-size: 20px;
}

.qty-field {
    width: 120px;
}

.delete-btn {
    background: url(../images/delete.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    text-indent: -999999px;
}

.refresh {
    width: 16px;
    height: 16px;
    background: url(../images/refresh.png) no-repeat;
    border: none;
    float: left;
    text-indent: -999999px;
}

.checkout {
    float: right;
}

/*Карточка товара*/
.product-details-block .mg-product-slides > .bx-wrapper {
    border: none;
}

.product-details-wrapper .product-tabs li a,
.m-p-new-products-title a,
.m-p-sale-products-title a,
.m-p-recommended-products-title a {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    color: #08c;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    border: 1px solid #08c;
    border-bottom: 1px solid #fff !important;
    margin: 0 0 -1px 0;
}

.product-details-wrapper .product-tabs li a {
    margin: 0;
    border: 1px solid transparent;
}

.product-details-wrapper .product-tabs li.active a {
    border: 1px solid #08c;
    border-bottom: 1px solid #fff;
    margin: 0 0 -1px 0;
    position: relative;
}

.product-details-wrapper .product-tabs li.active a:before {
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

.mg-recently-viewed-plugin .product-wrapper {
    border: none;
    text-align: left;
}

.wrapper .mg-recently-details .default-btn {
    float: right;
}

.wrapper .mg-recently-details,
.wrapper .mg-recently-viewed .mg-recently-product-price {
    text-align: left;
    border-radius: 0;
}

.wrapper .mg-recently-viewed .mg-recently-product-name {
    height: 35px;
    text-align: left;
}

.wrapper .mg-recently-viewed .mg-recently-product-name a {
    color: #08c;
    font-size: 13px;
    line-height: 19px;
}

.wrapper .mg-recently-viewed-plugin h2,
.wrapper .mg-recent-products h2 {
    color: #606060;
    font-size: 22px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px 0;
}

.wrapper .mg-recent-products {
    margin: 0 0 20px 0;
}

.toggle-recently-panel,
.mg-recently-viewed-plugin h2 .custom-arrow,
.wrapper .mg-recent-products h2 .custom-arrow {
    display: none;
}

.wrapper .mg-product-slides .slides-slider .active-item,
.wrapper .mg-product-slides .slides-slider .slides-item.active {
    border: 1px solid #08c;
}

.mg-product-slides-wrapper {
    float: left;
    position: relative;
    margin: 0 30px 0 0;
}

.mg-product-slides-wrapper .info-line {
    margin: 0 0 10px 0;
}

.mg-product-slides-wrapper .info-line .product-code {
    color: #666;
    margin: 0 10px 0 0;
}

.mg-product-slides-wrapper .info-line .stock,
.mg-product-slides-wrapper .info-line .product-status,
.mg-product-slides-wrapper .info-line .product-code {
    display: inline-block;
    vertical-align: bottom;
}

.mg-product-slides-wrapper .info-line .product-status {
    overflow: visible;
    padding: 0;
}

.mg-product-slides-wrapper ul li,
.mg-product-slides-wrapper ul {
    margin: 0;
}

.mg-product-slides-wrapper .mg-product-slides {
    float: none;
}

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

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

.bread-crumbs a {
    font-size: 12px;
    text-decoration: none;
    color: #08c;
}

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

.bread-crumbs .last-crumb {
    font-size: 14px;
    font-weight: bold;
}

.product-status {
    overflow: hidden;
    padding: 0 0 0 7px;
}

.product-status .product-prices {
    margin: 0 0 10px 0;
}

.product-status .product-prices div {
    border-radius: 5px;
    padding: 6px 12px;
    float: left;
    font-size: 26px;
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-12deg, 0deg);
    -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-12deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-12deg, 0deg);
    font-weight: bold;
}

.product-status .product-prices .old-price {
    text-shadow: 1px 1px 0 #fff;
    color: #999;
    background: #e6e6e6;
    text-decoration: line-through;
    position: relative;
}

.product-status .product-prices .old-price:before {
    content: '';
    background: #e6e6e6;
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.product-status .product-prices .price {
    background: #ed4144;
    color: #fff;
    text-shadow: -1px -1px 1px #af272a;
    margin: 0 0 0 -2px;
}

.product-status .buy-container .hidder-element {
    clear: both;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

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

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

.product-status .buy-container.product {
    margin: 15px 0 0 0;
}

.product-status .buy-block .buy-container .addToCompare {
    float: right;
    margin: 0;
}

.product-title {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    margin: 0 0 15px 0;
    font-weight: normal;
}

.buttons-holder {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.mg-main-news {
    padding: 0 15px;
}

.mg-product-slides .sticker-recommend ~ .sticker-new {
    top: 40px;
}
.mg-product-slides .sticker-recommend {
    right: auto;
    left: 0;
}

.product-status-list {
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-status .buy-block .property-title,
.product-status-list li {
    margin: 10px 0 5px 0;
    font-size: 16px;
    font-weight: 700;
}

.product-status .buy-block select {
    border-radius: 0;
}

.product-status .buy-block .label-black,
.product-status-list li span {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.label-article {
    color: #000;
}

.price {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.buy-block {
    float: left;
    max-width: 450px;
    margin: 0 0 10px 0;
}

.mg-triggers {
    margin: 0 0 15px 0;
}

.mg-triggers .mg-trigger-guarantee .mg-trigger {
    margin: 0;
    padding: 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none !important;
    float: none;
    width: 100% !important;
    height: auto !important;
}

.mg-triggers .mg-trigger-guarantee i {
    background: none !important;
    display: inline;
}

.mg-triggers .mg-trigger-guarantee {
    width: auto !important;
    margin: 0;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 5px;
}

.buy-block-right {
    float: right;
    max-width: 341px;
}

.buy-block-right .wrapper-mg-buy-click .mg-buy-click-button {
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-transform: none;
}

.amount_change .up,
.amount_change .down {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 0;
    width: 20px;
    height: 32px;
    color: #999;
    padding: 0;
    text-decoration: none;
}

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

.amount_change .up {
    right: 4px;
}

.amount_change .down {
    left: 4px;
}

.amount_change {
    float: left;
}

.cart_form .amount_input {
    width: 80px;
    height: 32px;
    float: left;
    border: 1px solid #cdcdcd;
    outline: none;
    text-align: center;
    border-radius: 20px;
    padding: 4px 20px;
    color: #000;
}

.cart_form {
    float: left;
    position: relative;
    /* padding: 0 25px; */
}

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

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

.product-details-title {
    font-size: 18px;
    font-weight: bold;
    padding: 7px;
    color: #fff;
    display: inline-block;
    margin: 0 0 10px 0;
    background: #2fb991;
    border-bottom: 3px solid #313131;
}

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

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

.create-user-account,
.user-login {
    width: 49%;
    background-color: #fff;
}

.create-user-account {
    float: left;
}

.user-login {
    float: right;
}

.create-user-account-form {
    margin: 5px 0 0 0;
    border-radius: 5px;
    background-color: #fff;
}

.create-user-account h2,
.user-login h2,
.create-user-account-form h2 {
    font-size: 18px;
    color: #444645;
    font-weight: normal;
    margin: 0;
}

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

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

.forgot-link {
    font-size: 12px;
    color: #333;
}

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

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

.form-list {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

.form-list li select {
    width: 270px;
    padding: 4px;
    margin: 5px 0 10px 0;
    border: 1px solid #cdcdcd;
    outline: none;
    border-radius: 0;
}

.form-list li input:not([type='checkbox']):not([type='radio']) {
    width: 100%;
    padding: 4px;
    margin: 5px 0 10px 0;
    border-radius: 0;
    border: 1px solid #cdcdcd;
    outline: none;
}

.address-area,
li.c-order__list--width.c-order__textarea textarea {
    border: 1px solid #cdcdcd;
    padding: 4px;
    width: 260px;
    min-height: 80px;
    resize: none;
    outline: none;
    margin: 5px 0 10px 0;
}

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

.red-star {
    color: red;
    display: inline-block;
}

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

.payment-option .custom-text {
    margin: 0;
}

.payment-option .form-list {
    float: left;
}

.delivery-vs-payment,
.yur-field {
    float: left;
    margin: 15px 0 0 40px;
}

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

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

.payment-details-list li,
.delivery-details-list li,
.order-storage label span {
    font-size: 12px;
    color: #444;
    margin: 0 0 10px 0;
}

.product-cart.order .cart-table tr td .amount_input {
    margin: 0;
    width: 80px;
}

.product-wrapper .buy-container {
    z-index: 99;
    position: relative;
    margin-top: auto;
}

.order-storage.c-form {
    margin: 0 0 30px 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;
}

/*Хлебные крошки*/
.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: #c00;
}

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

.orderDate {
    color: #c00;
}

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

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

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

.status-table th {
    border-bottom: 2px solid #cdcdcd;
    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;
}

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

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

.order-history {
    padding: 10px;
    background-color: #f3f3f3;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
}

.order-total {
    float: right;
}

.order-settings {
    float: left;
    margin: 0 15px 15px 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;
    padding: 15px;
}

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

.successful-closure {
    width: 400px;
}

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

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

#successModal {
    position: relative;
}

.reason-text {
    width: 100%;
    padding: 5px;
    border: 1px solid #cdcdcd;
    resize: none;
    min-height: 60px;
    border-radius: 5px;
    margin: 5px 0 0 0;
    -webkit-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: #ac6963;
    text-align: center;
    display: block;
    padding: 10px;
    background: #f1dedf;
    border: 1px solid #eac2c4;
}

.msgError {
    display: inline-block;
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #e60d15;
}

.msgError span {
    display: block;
}

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

.empty-cart-block {
    text-align: center;
    padding-bottom: 50px;
}

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

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

.restore-pass .enter-btn {
    float: none;
    margin: 18px 0 0 10px;
}

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

/*Табы личного кабинета*/
.wrapper .container .center .personal-tabs-list {
    background: none;
    border: none;
    margin: 20px 0 15px 0 !important;
    border-bottom: 1px solid #08c;
    padding: 0 0 0 10px;
    border-radius: 0;
}

.wrapper .container .center .personal-tabs-list li {
    display: inline-block;
    position: relative;
    top: 1px;
    border: none;
}

.wrapper .container .center .personal-tabs-list li a {
    outline: none;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 14px;
    color: #000;
    border: 1px solid transparent;
}

.personal-tabs-container {
    overflow: hidden;
}

.personal-tabs-list li a:hover {
    color: #000;
}

.wrapper .container .center .personal-tabs-list .ui-state-active {
    border-radius: 5px 5px 0 0;
    border: 1px solid #08c;
    position: relative;
}

.wrapper .container .center .personal-tabs-list .ui-state-active a:before {
    content: '';
    height: 2px;
    background: #fff;
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

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

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

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

.slider .slider_btn {
    position: absolute;
    right: 0;
    top: 9px;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../images/plus-minus.gif) 0 -18px no-repeat;
}

.slider .slider_btn.opened {
    background-position: 0 0;
}

.top-menu-list li.slider .slider_btn {
    display: none;
}

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

.property-form p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.property-form p.select-type .property-title {
    display: block;
    margin: 0 0 5px 0;
}

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

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

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

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

.m-p-slider-wrapper .bx-wrapper .bx-next,
.m-p-slider-wrapper .bx-wrapper .bx-prev {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    text-indent: -999999px;
    width: 44px;
    height: 44px;
    border: 2px solid #000;
    background-size: 12px !important;
    opacity: .2;
}

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

.m-p-slider-wrapper .bx-controls-direction {
    display: none;
}

.m-p-slider-wrapper:hover .bx-controls-direction {
    display: block;
}

.m-p-slider-wrapper .bx-wrapper .bx-next:hover,
.m-p-slider-wrapper .bx-wrapper .bx-next {
    background: url('../images/arrow-right.png') center center no-repeat;
    right: 10px;
}

.m-p-slider-wrapper .bx-wrapper .bx-prev:hover,
.m-p-slider-wrapper .bx-wrapper .bx-prev {
    background: url('../images/arrow-left.png') center center no-repeat;
    left: 10px;
}

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    margin: 0 3px;
    border-radius: 20px;
    text-indent: -999999px;
    width: 14px;
    height: 14px;
    background: none;
    border: 1px solid #08c;
}

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #08c;
    border: 1px solid #08c;
}

.m-p-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager {
    text-align: center;
    margin-top: -27px;
    position: relative;
    z-index: 10;
}

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

/*Слайдер товаров на главной странице, новинки, рекомендуемые, распродажа*/
.m-p-products .owl-buttons {
    position: absolute;
    right: 15px;
    top: -50px;
}

.m-p-products {
    margin: 15px 0 20px 0;
}

.m-p-products .m-p-products-slider .owl-prev,
.m-p-products .m-p-products-slider .owl-next {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.m-p-products .m-p-products-slider .owl-prev {
    right: 30px;
    left: auto;
}

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

.m-p-products-slider .m-p-products-slider-start {
    padding: 0;
}

.m-p-products-slider .product-wrapper {
    width: 21%;
}

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

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

.m-p-products-slider-start .product-wrapper {
    margin: 26px 0 0;
}

.m-p-new-products-title,
.m-p-sale-products-title,
.m-p-recommended-products-title {
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #08c;
}

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

.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;
    margin-top: 10px;
}

.block-variants label {
    display: block;
}

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

.product-wrapper .block-variants {
    font-size: 14px;
    margin: 10px 0;
    background: #efefef;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    flex-grow: 1;
}

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

.mobile-menu-toggler {
    display: none;
}

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

.wrapper .product-details-block .news-block {
    margin: 0 -15px -20px;
}

.sticker-recommend,
.sticker-new {
    border-radius: 5px;
    padding: 0 8px;
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 10px;
    z-index: 10;
    text-align: center;
}


.mg-product-slides .sticker-recommend,
.mg-product-slides .sticker-new {
    z-index: 51;
}

.filter-form .cat-title {
    margin-bottom: 10px;
}

.sticker-recommend {
    right: 0;
    background: #f3b808;
    color: #fff;
}

.sticker-new {
    left: 0;
    background: #4caf50;
    color: #fff;
}

/*Попап корзины*/
.mg-lock {
    overflow-y: hidden;
    padding-right: 18px !important;
}

.mg-layer {
    position: fixed;
    z-index: 120;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.mg-fake-cart {
    -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15);
    position: fixed;
    width: 600px;
    z-index: 150;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

.mg-fake-cart .sum-list li {
    margin: 0;
    font-size: 14px;
}

.mg-fake-cart .sum-list {
    padding: 10px;
    color: #0081c1;
    background: #d5f2ff;
    text-align: center;
}

.mg-fake-cart .sum-list li span {
    font-size: 22px;
    font-weight: bold;
    color: #d21919;
}

.mg-fake-cart .popup-header {
    border-bottom: 1px solid #eaeaea;
    border-radius: 1px 1px 0 0;
}

.mg-fake-cart .popup-header h2 {
    margin: 0;
    font-size: 16px;
}

.mg-fake-cart .popup-footer,
.mg-fake-cart .popup-header {
    padding: 15px;
    background: #fff;
}

.mg-fake-cart .popup-footer .total .checkout-buttons .mg-close-popup {
    text-decoration: none;
    display: inline-block;
    margin: 0 10px 0 0;
    border-bottom: 1px dashed #1391c7;
    color: #1391c7;
}

.mg-fake-cart .popup-footer .total .checkout-buttons .mg-close-popup:hover {
    border-bottom: 1px dashed transparent;
}

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

.mg-fake-cart .popup-header h2 {
    padding: 0;
}

.mg-fake-cart .popup-body .small-cart-table tr td.small-cart-name {
    padding: 10px;
    width: 90%;
}

.mg-fake-cart .popup-body .small-cart-table tr td .deleteItemFromCart {
    text-decoration: none;
    font-weight: bold;
    color: #303030;
}

.mg-fake-cart .popup-body .small-cart-table tr td {
    padding: 10px 0;
    vertical-align: top;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li a {
    color: #0681c7;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li a:hover {
    text-decoration: underline;
}

.mg-fake-cart ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list {
    line-height: 14px;
}

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li {
    margin: 0 0 10px 0;
}

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

.mg-fake-cart .popup-body .small-cart-table tr td .small-cart-list li .prop-position {
    margin: 0;
}

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

.mg-fake-cart .popup-body .small-cart-table tr td.small-cart-img a {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: 5px;
    position: relative;
    text-align: center;
    font-size: 0;
    max-width: 100px;
}

.mg-fake-cart .popup-body .small-cart-table tr td.small-cart-img a img {
    max-width: 100%;
}

.mg-fake-cart .popup-body .small-cart-table tr td.small-cart-img {
    text-align: center;
}

.mg-fake-cart .popup-body .small-cart-table {
    width: 100%;
}

.mg-fake-cart .popup-body {
    max-height: 350px;
    overflow-y: auto;
    padding: 0 10px;
    background: #fff;
}

.mg-fake-cart .popup-body .small-cart-table tr {
    display: table-row;
}

.mg-fake-cart .mg-close-fake-cart {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url('../images/delete.png') no-repeat;
}

.mg-fake-cart .popup-footer .default-btn {
    display: inline-block;
}

.text-decoration-none {
    text-decoration: none;
    color: #565957;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/*Плашка сравнения товаров на сайте*/
.mg-product-to-compare {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    background: #9fa3a7;
    height: 35px;
    width: auto;
    line-height: 35px;
    border-radius: 18px 0 0 18px;
    text-shadow: none;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.mg-product-to-compare:hover {
    background: #878e96;
}

.mg-product-to-compare a {
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 5px 0 0 5px;
}

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

.mg-product-to-compare .mg-compare-count {
    width: 35px;
    height: 35px;
    font-size: 16px;
    float: left;
    text-align: center;
    background: #a5c747;
}

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

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

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

.manager-information {
    border: 1px solid #d6e9c6;
    padding: 10px;
    font-size: 14px;
    background: #dff0d8;
    color: #3c763d;
    margin: 10px 0;
}

.sub-categories {
    margin: 0 0 10px 0;
    font-size: 0;
    padding: 0;
}

.sub-categories li {
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    width: 12%;
    margin: 0 10px 10px 0;
    padding: 5px;
    background: #fff;
    position: relative;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.sub-categories li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sub-categories li a.sub-cat-name {
    margin: 5px 0 0 0;
    color: #000;
    text-decoration: none;
}

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

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

.sub-categories li a:not(.sub-cat-name) {
    height: 90px;
}

.sub-categories li img {
    max-width: 100%;
    max-height: 100%;
}

.cat-desc .cat-desc-img {
    width: 100px;
    float: left;
    margin: 10px;
}

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

.cat-desc .cat-desc-text {
    overflow: hidden;
}

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

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

.mg-compare-product-inner h2 a {
    font-size: 14px;
    color: #000;
}

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

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

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

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

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

/*recent products*/
.owl-carousel .owl-wrapper {
    position: relative;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-wrapper .product-wrapper {
    width: calc(100% - 15px);
}

.owl-wrapper .owl-item {
    padding: 0 20px;
}

.m-p-products-slider-start .owl-item {
    padding: 0;
    display: flex;
}

.m-p-products-slider-start .owl-wrapper {
    display: flex !important;
}

.owl-carousel {
    padding: 0 10px;
    position: relative;
}

.owl-buttons .owl-next,
.owl-buttons .owl-prev {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: -999999px;
    width: 24px;
    height: 24px;
    background: url('../images/arrows.png') no-repeat;
    opacity: .5;
}

.owl-buttons .owl-next:hover,
.owl-buttons .owl-prev:hover {
    opacity: 1;
}

.owl-buttons .owl-next {
    right: 0;
    background-position: -24px 0;
}

.owl-buttons .owl-prev {
    left: 0;
}

.wrapper .mg-product-to-compare .mg-compare-count {
    background: #08c;
    border-radius: 18px;
}

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

.wrapper .mg-compare-products .mg-compare-fake-table .mg-compare-fake-table-left .compare-text {
    padding: 0;
}

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

.mg-compare-products .mg-compare-center .mg-compare-product .block-variants,
.mg-compare-products .mg-compare-center .mg-compare-product br,
.mg-compare-products .mg-compare-center .mg-compare-product label {
    display: none;
}

.mg-search-block .wraper-fast-result .fastResult {
    -webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, .2), 0 2px 6px rgba(0, 0, 0, .15);
}

.wrapper .filter-form #price-slider {
    overflow: visible;
}

.wrapper-field .filter-select select {
    width: 100%;
    border-radius: 0;
}

.filter-form .mg-filter-body .mg-filter {
    margin: 0 0 10px 0;
    text-align: center;
}

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

.filter-form .mg-filter .mg-filter-item.closed ul {
    display: none;
}

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

.filter-form .mg-filter .mg-filter-item {
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
}

.filter-form .mg-filter .mg-filter-item h4 {
    cursor: pointer;
    padding: 0 16px 0 0;
    position: relative;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}

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

.filter-form .mg-filter .mg-filter-item.closed h4:after {
    border-bottom: none;
    border-top: 6px solid #000;
}

.filter-form .mg-viewfilter-all {
    font-size: 12px;
    color: #1391c7;
    text-decoration: none;
    border-bottom: 1px dashed #1391c7;
    margin: 10px 0 0 0;
}

.filter-form .mg-viewfilter-all:hover {
    border-bottom: 1px solid transparent;
}

.filter-form .mg-filter .mg-filter-item + .mg-filter-item {
    border-top: none;
}

.wrapper .filter-form .price-slider-list li input[type='text'] {
    margin: 0 5px 0 0;
}

.wrapper .mg-product-slides .slides-slider .bx-next,
.wrapper .mg-product-slides .slides-slider .bx-prev {
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url('../images/arrows.png') no-repeat;
    opacity: .5;
}

.wrapper .mg-product-slides .slides-slider .bx-next:hover,
.wrapper .mg-product-slides .slides-slider .bx-prev:hover {
    opacity: 1;
}

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

.wrapper .mg-product-slides .slides-slider .bx-prev:hover {
    background: url('../images/arrows.png') no-repeat;
}

.wrapper .mg-product-slides .slides-slider .bx-next:hover,
.wrapper .mg-product-slides .slides-slider .bx-next {
    background-position: -24px 0;
    right: 2px;
}

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

.mg-filter-empty {
    text-align: center;
}

.fancybox-skin {
    padding: 0 !important;
}

p.custom-text {
    width: auto;
    display: block;
}

.wrapper .mg-main-menu {
    margin: 10px auto;
}

.mg-error,
.msgError {
    display: block;
    text-align: center;
    padding: 10px;
    color: #c2646d;
    background: #fdd6da;
    border: 1px solid #eca8a8;
    margin: 0 0 10px 0;
}

.mg-compare-products .mg-compare-product .mg-compare-product-inner .property-form .qty-text {
    display: block;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .buy-container .addToCart {
    display: block;
    clear: both;
    text-align: center;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-inner .old-price {
    position: static;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-list li {
    font-weight: normal;
    font-size: 12px;
}

.wrapper .mg-compare-products .mg-compare-product .mg-compare-product-list li .price {
    font-weight: bold;
    color: #000;
}

.wrapper .mg-compare-products .mg-compare-fake-table .mg-compare-fake-table-left .mg-compare-fake-table-cell {
    font-size: 12px;
    font-weight: bold;
}

.summ-info {
    margin: 25px 0 15px 0;
}

.checkCapcha div {
    margin: 5px 0;
}

.summ-info .order-summ {
    color: red;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 10px 0 0 0;
}

.counter-widget {
    float: left;
    margin: 12px 0 0 30px;
}

.in-stock {
    color: green !important;
}

.product-rating {
    text-align: left;
    margin: 0 0 10px 0;
}

.product-rating .rating-action {
    cursor: pointer;
    text-align: left;
}

.product-rating .info {
    margin: 0 0 0 3px;
}

.product-rating .info,
.product-rating .rating-action {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.wrapper-mg-buy-click {
    clear: both;
}

.add_new_comment img {
    vertical-align: middle;
}

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

.wrapper #treelike-comments form input {
    padding: 5px;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#treelike-comments form button {
    line-height: normal;
}

.wrapper .read-more:hover,
.wrapper .news-block .news-footer a:hover {
    border: 1px solid #666;
    color: #666;
}

.wrapper .read-more,
.wrapper .news-block .news-footer a {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    border: 1px solid #08c;
    color: #08c;
    text-decoration: none;
}

.wrapper .news-block .news-footer {
    margin: 0;
    background: transparent;
    border: none;
}

.wrapper .news-block .news-body {
    overflow: hidden;
    margin: 0;
}

.wrapper .news-block .news-body .clear {
    display: none;
}

.wrapper .news-block .news-item {
    width: 32%;
    float: left;
    margin: 0 15px 15px 0;
}

.wrapper .left-block .news-block .news-item {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
}

.news-block .news-item .news-details .news-date {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.product-status .product-rating {
    text-align: left;
    margin: 5px 0;
}

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

/*.wrapper .product-cart .promo-form {*/
/*    float: left;*/
/*}*/

.checkout-form-wrapper .payment-option {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.checkout-form-wrapper .agreement-container {
    display: block;
}

.product-cart .mg-recent-products {
    margin: 20px 0 0 0;
}

.big-title {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.wrapper .content-modal-back-ring textarea {
    width: 100%;
}

.wrapper .wrapper-modal-back-ring .red-btn {
    height: auto;
}

/*Табы описания товара*/
.product-details-wrapper .product-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    border-bottom: 1px solid #08c;
}

.product-details-wrapper .product-tabs li {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}

.product-details-wrapper .product-tabs li a {
    text-transform: none;
}

.product-details-wrapper .product-tabs-container {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 15px;
}

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

.view-switcher {
    margin: 0 0 10px 0;
}

.view-switcher .btn-group .view-btn {
    width: 22px;
    height: 22px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    vertical-align: top;
}

.view-switcher .btn-group .view-btn:after,
.view-switcher .btn-group .view-btn:before {
    content: '';
    position: absolute;
}

.view-switcher .btn-group .view-btn.grid:after,
.view-switcher .btn-group .view-btn.grid:before {
    width: 2px;
    height: 10px;
    left: 0;
    top: 0;
    border-left: 10px solid #999;
    border-right: 10px solid #999;
}

.view-switcher .btn-group .view-btn.list:after,
.view-switcher .btn-group .view-btn.list:before {
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 6px solid #999;
    border-bottom: 6px solid #999;
}

.view-switcher .btn-group .view-btn.list:after {
    border-top: none;
    top: auto;
    bottom: 0;
}

.view-switcher .btn-group .view-btn.active:before,
.view-switcher .btn-group .view-btn.active:after {
    border-color: #000;
}

.reminfo,
.rem-info {
    color: red !important;
    display: block;
    margin-left: 0;
}

.view-switcher .btn-group .view-btn.grid:after {
    bottom: 0;
    top: auto;
}

.view-switcher .btn-group {
    float: left;
}

.view-switcher .mg-pager .allPages {
    margin-top: 5px;
}

.view-switcher .mg-pager ul {
    margin: 0;
}

.view-switcher .mg-pager {
    margin: 0;
}

.mg-product-slides .slides-slider .slides-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.title a {
    font-size: 14px;
    line-height: 20px;
}

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

.count-product-info .count .sign,
.count-product-info .count {
    color: #008000;
}

.wrapper .comment-post {
    font-size: 14px;
}

.delivery-date {
    margin: 0 0 15px 0;
}

.footer .slider .slider_btn {
    display: none;
}

body:before {
    content: '';
    position: fixed;
    z-index: 665;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
}

body.open-menu:before {
    display: block;
}

.order-status .performed {
    color: green;
}

.order-status .in-delivery {
    color: orange;
}

.order-status .dont-confirmed {
    color: red;
}

.total-text {
    text-align: right;
}

.mg-info-block {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mg-info-block a {
    display: block;
    width: 48%;
    border: 1px solid #e0e0e0;
}

.comments-msg {
    font-size: 12px;
    color: #555;
}

.wrapper-back-ring {
    margin: 5px 0 0 0;
}

.wrapper-back-ring .default-btn {
    padding: 0;
    text-transform: none;
    color: #08c;
    height: auto;
    background: none;
    line-height: normal;
}

.wrapper-back-ring .default-btn:hover {
    text-decoration: underline;
}

.modal-ring-list {
    text-align: left;
}

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

.content-modal-back-ring select {
    border-radius: 0;
    margin: 0;
}

.modal-ring-list li .comment-back-ring {
    margin: 0;
    border-radius: 0;
}

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

.modal-ring-list li .cap-left {
    margin: 0;
}

.wrapper-modal-back-ring .header-modal-back-ring .title-modal-back-ring {
    margin: 0 0 15px 0;
    text-align: left;
    font-weight: normal;
}

.wrapper-modal-back-ring {
    border: none;
}

.wrapper-modal-back-ring .header-modal-back-ring .error {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #c2646d;
    background: #fdd6da;
    border: 1px solid #eca8a8;
    margin: 0 0 10px 0;
}

.wrapper .mg-scrollTop {
    top: 0;
    width: 100px;
    height: auto;
    bottom: 0;
    right: 0;
    opacity: .6;
    background: none;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.admin-on-site .wrapper .mg-scrollTop {
    top: 30px;
}

.wrapper .mg-scrollTop:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #999;
}

.wrapper .mg-scrollTop:hover {
    background: #cecece;
}

.wrapper .mg-scrollTop:hover:after {
    border-bottom-color: #555;
}

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

.mg-compare-products .mg-compare-product .mg-compare-product-inner .property-form p {
    display: none;
}

.mg-compare-products .mg-compare-product .mg-compare-product-inner .title {
    margin: 0 0 5px 0;
}

.admin-top-menu {
    z-index: 555 !important;
}

.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: 6px;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    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: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .25)), to(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: 0;
    top: 50%;
    transform: translateY(-100%);
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: #4a4848;
}

.size.inactive {
    background: #eaeaea;
    color: #817f7f;
    position: relative;
}

span.currency-select,
span.lang-select {
    float: left;
}

span.lang-select {
    margin-right: 5px;
}

.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 {
    font-size: 13px;
    margin: 5px 0;
    display: block;
}

.order-storage p.st-error {
    color: red;
}

tr.sklad {
    border-bottom: 1px dotted #dadada;
}

.sklad p span {
    font-size: 13px;
    display: block;
    color: #b5b5b5;
}

.sklad p {
    margin: 0;
    padding: 0;
    color: #000;
}

tr.sklad td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}

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

.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: #5b3f97;
}

.prop-string .prop-item {
    cursor: text;
}

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

.products-wrapper .product-wrapper .block-variants.afterClick {
    bottom: -100px;
}

.product-wrapper,
.products-wrapper .product-wrapper .block-variants {
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mg-cat-img {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0 10px 0 5px;
    float: left;
}


@supports (display: flex) {
    .menu-block > .cat-list li a {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

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

.buttons-holder .addToCart {
    margin-right: 5px;
}

.prop-price {
    float: right;
}

.prop-string {
    padding: 0;
    margin: 0;
}

.whole-info {
    margin-bottom: 25px;
    padding-top: 25px;
}

.whole-info .prop-item span {
    color: #000;
}

.prop-string .name-group {
    margin-top: 0;
}

.color-filter.disabled span.cbox:after {
    left: -2px;
    top: 47%;
    content: '';
    width: 117%;
    height: 1px;
    position: absolute;
    background: #000;
    -webkit-transform: rotate(40deg);
    -ms-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;
    -webkit-box-shadow: rgb(255, 255, 255) 0 0 0 2px inset;
    box-shadow: rgb(255, 255, 255) 0 0 0 2px inset;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
    background: rgb(255, 255, 255);
}

.filter-form .mg-filter .mg-filter-item ul li label {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-form .mg-filter-prop-checkbox {
    width: 0;
    height: 0;
    opacity: 0;
}

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

.mg-filter .color-filter span.value-name {
    display: none;
}

.mg-filter .color-filter {
    display: inline-block;
}

.filter-form .disabled-prop {
    opacity: .3;
    cursor: default;
}

.powered a {
    font-weight: 700;
}

.powered a .red {
    color: #d90707;
}

.j-alert__default {
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    color: #2d7091;
    border: 1px solid rgba(45, 112, 145, .3);
    border-radius: 4px;
    background: #ebf7fd;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.addressPartsContainer,
.addressPartsTitle {
    display: none;
}

.addressPartsContainer > * {
    display: block;
}

.block-variants img {
    vertical-align: middle;
    max-width: 60px;
    max-height: 35px;
    height: auto;
    object-fit: contain;
}

.c-variant__img {
    display: inline-block;
    margin: 0 5px;
}

.c-variant__row:hover,
.c-variant__row.active-var {
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.c-variant__row {
    transition: .3s;
    border-radius: 2px;
    border: 1px solid transparent;
    margin-bottom: 2px;
    display: block;
}

.c-variant__row .c-form {
    padding: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.c-variant__row .c-form input {
    margin-top: 0;
}

.c-variant__price--current {
    font-size: 15px;
    font-weight: 700;
}

.c-variant__row--not-available .c-form:after {
    content: '';
    transition: .3s;
}

.c-variant__row--not-available:hover .c-form:after {
    content: 'Нет в наличии';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: rgba(47, 43, 43, 0.7490196078431373);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    opacity: 1;
    border-radius: 2px;
}

.c-variant__row--not-available .c-form > * {
    opacity: .5;
}

.c-variant__title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9dbdb;
}

.product-footer .variants-table {
    width: 100%;
}

/* Избранное */
.mg-add-to-favorites,
.mg-remove-to-favorites {
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 5px 4px 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 5px;
    line-height: 17px;
    position: absolute;
    top: -26px;
    background: #fff;
    right: -1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 125px;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333;
}

.product-wrapper:hover .mg-add-to-favorites,
.product-wrapper:hover .mg-remove-to-favorites {
    opacity: 1;
    visibility: visible;
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites svg {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mg-add-to-favorites svg,
.mg-remove-to-favorites:hover svg {
    stroke: #333;
    fill: #fff;
}

.mg-add-to-favorites:hover svg,
.mg-remove-to-favorites svg {
    stroke: #ffd325;
    fill: #ffc107;
}

.remove__hover {
    display: none;
    width: 87px;
    text-align: center;
}

.mg-remove-to-favorites--product .remove__hover {
    width: 102px;
}

.mg-remove-to-favorites:hover .remove__text {
    display: none;
}

.mg-remove-to-favorites:hover .remove__hover {
    display: inline-block;
}

.favourite {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    text-decoration: none;
    background: rgb(73, 80, 163);
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 1px;
}

.j-favourite--open {
    visibility: visible;
    opacity: .6;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.j-favourite--open:hover {
    opacity: .9;
}

.mg-remove-to-favorites--product,
.mg-add-to-favorites--product {
    visibility: visible;
    opacity: 1;
    top: 5px;
    z-index: 51;
    border: 0;
    background: transparent;
    font-size: 12px;
    width: 145px;
}

.mg-remove-to-favorites--product svg,
.mg-add-to-favorites--product svg {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
}

.mg-product-slides {
    position: relative;
}

.c-carousel--index .owl-stage-outer {
    padding-top: 26px;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.favourite__text svg {
    width: 20px;
    height: 20px;
    fill: #ffc107;
    vertical-align: text-bottom;
}

.mg-add-to-favorites:hover,
.mg-remove-to-favorites:hover {
    text-decoration: none;
}

.product-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}
.product-details,
.product-footer,
.product-wrapper  .property-form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.m-p-products-slider {
    margin: 25px 15px;
}

.m-p-products-slider .owl-carousel .owl-wrapper-outer {
    max-width: 100%;
}

.c-order__list--width textarea {
    height: 100px;
    padding: 8px;
    border-radius: 2px;
    width: 100%;
}

.c-order-field__title {
    margin: 5px 0;
}
.product-wrapper .c-variant__title {
    display: none;
}
.wrapper-modal-mg-buy-click {
    z-index: 999!important;
}
.l-body__personal .personal-tabs-list {
    width: 100%;
    display: block;
    overflow: hidden;
}
.products-wrapper {
    display: flex;
    flex-wrap: wrap;
}