@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body {
    color: #181A16;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300
}

.h1,
h1 {
    margin-bottom: 1.6rem;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
}

.h2,
h2 {
    font-size: 1.3rem;
    margin-bottom: 1.4rem;
}

.h3,
h3 {
    font-size: 1.25rem;
    margin-bottom: 1.20rem;
}

a {
    color: #222;
}

.clearfix {
    zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

.content__inner {
    margin-bottom: 40px;
}

.top {
    box-shadow: 0px 10px 15px rgba(15, 23, 0, 0.05);
    margin-bottom: 34px
}

.header {
    padding-top: 30px;
    padding-bottom: 20px;
}

.header__logo img {
    max-width: 100%
}

.header-contact {
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    margin-top: -4px;
}
.header-contact .phone {
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
}
.header-contact:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: -5%;
    top: -5%;
    width: 115%;
    height: 110%;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(15, 23, 0, 0.1);
    border-radius: 5px;
    transition: 0.2s;
    z-index: 1;
}
.header-contact:hover::before {
    opacity: 1;
}
.header-contact>* {
    z-index: 2;
    position: relative;
}
.header-contact .phone-second,
.header-contact .header_btn {
    display: none;
    transition: 0.2s;
}
.header-contact:hover .phone-second,
.header-contact:hover .header_btn {
    display: inline-block;
}
.phone-first:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #008bcc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}
.header-contact:hover .phone-first:after {
    opacity: 0;
}

.callback {
    display: inline-block;
    text-decoration: none;
    clear: both;
    border: none;
    padding: 8px 20px;
    background: #008bcc;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    width: 215px;
    max-width: 100%;
}

.callback:hover,
.callback:focus,
.header-contact .phone:hover,
.header-contact .phone:focus {
    text-decoration: none;
}

@media (min-width:1200px) and (max-width:1400px) {
    .header-contact {
        width: 80%;
    }
    .header-contact .phone {
        font-size: 17px;
    }
    .header__logo {
        margin-right: -40px;
    }
    .header_slogan {
        font-size: 13px;
    }
}

.footer {
    font-size: 0.925em;
}

.footer .footer_top {
    background: #f5f5f5;
    padding: 59px 0 83px;
}

.footer .footer_bottom {
    padding: 33px 0
}

.footer .footer_bottom .row {
    align-items: center
}

.footer .min-section-title a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.165em;
    display: inline-block;
    margin-bottom: 12px;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
}

.footer ul li a {
    color: #575757;
    display: inline-block;
    padding: 5px 0 6px;
}

.footer .footer-copyright {
    color: #575757
}

.footer .footer-outer-menu > li{
    flex: 0 0 50%;
}

.footer .footer-address {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
    padding: 2px 20px 5px 0px;
    margin-top: 42px;
}

.footer .footer-address svg {
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.footer .footer-phone {
    display: inline-block;
    clear: both;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    padding: 0 0px 5px 0;
    margin-right: 0;
    transition: .3s;
}

#footer > div.footer_top > div > div > div:nth-child(5) > a:nth-child(4){
    margin-left: 36px;
}

.footer .footer-phone svg {
    margin-right: 5px;
}

.footer .footer-phone:hover,
.footer .footer-phone:focus {
    text-decoration: none;
}

.footer .webstr {
    font-size: 12px;
    line-height: 22px;
    display: flex;
}

.footer .webstr .webstr-link{
    text-align:left;
    margin-left:10px;
    line-height: 15px;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        margin-top: 0;
        display: block
    }
}

#navbar .navbar-nav {
    width: 100%;
    position: relative;
    justify-content: space-around;
    align-content: center;
}

.navbar {
    padding: 0;
    border-top: 1px solid #EBEBEB;
}

#navbar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#navbar .navbar-nav .nav-link {
    padding: 18px;
    color: #181A16;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Inter'
}

#navbar .navbar-nav .navving ul li a.nav-link {
    color: #222;
}

#navbar .navbar-nav .navving:not(.navving-8) ul li a.nav-link {
    padding: 12px 32px;
    border-bottom: 1px solid #ececec;
    font-weight: 300;
    font-size: 0.865em;
    transition: .3s;
    text-transform: none;
}

#navbar .navbar-nav .navving:not(.navving-8) ul li:last-child a.nav-link {
    border: none;
}

#navbar .navbar-nav .navving:not(.navving-8) ul li a.nav-link:hover {
    background-color: #f9f9fa;
    color: #000
}

.dropdown-toggle:after {
    margin-left: .955em;
    color: #a2a2a2;
    top: 2px;
    position: relative;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    min-width: 300px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.dropdown.navving.navving-8 {
    position: static;
}

.dropdown .dropdown-menu {
    left: 0;
}

.dropdown.navving.navving-8 .dropdown-menu {
    right: 0
}

.dropdown .dropdown-menu.dropdown-menu-8 {
    padding: 30px;
}

.dropdown .dropdown-menu.dropdown-menu-8>li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0 20px;
}

#navbar .navbar-nav .dropdown .dropdown-menu.dropdown-menu-8>li>a.nav-link {
    padding: 0;
    font-weight: 400;
    font-size: .925em;
    transition: .3s;
    margin-bottom: 4px;
    text-transform: none;
}

#navbar .navbar-nav .dropdown .dropdown-menu.dropdown-menu-8>li ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 10px;
}

#navbar .navbar-nav .dropdown .dropdown-menu.dropdown-menu-8>li ul li {
    display: inline-block;
}

#navbar .navbar-nav .dropdown .dropdown-menu.dropdown-menu-8>li ul li a {
    display: inline-block;
    padding: 0;
    font-size: .765em;
    margin-right: 15px;
}

.titleCrumbs {
    margin-bottom: 27px;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    border: 1px solid #ececec;
    transition: all 0.3s;
    margin-bottom: 30px;
    border-radius: 5px;
}

.sidebar-navigation {
    margin-bottom: 0;
}

.sidebar-navigation li a {
    padding: 13px 19px 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ececec;
    color: #181A16;
    font-weight: normal;
    font-size: 15px;
}

.sidebar-navigation li a.parent {
    position: relative;
}

.sidebar-navigation li a.parent:after {
    position: absolute;
    background: url('../images/expand.svg') center no-repeat;
    width: 5px;
    right: 20px;
    top: 0;
    bottom: 0;
    content: '';
}

.product-item .product-item-title:hover,
.product-item .product-item-title:focus {
    text-decoration: none
}

.sidebar-navigation li:last-child a {
    border-bottom: none;
}

.sidebar-navigation li:hover ul {
    display: block;
}

.sidebar-navigation li {
    position: relative;
}

.sidebar-navigation li.active,
.sidebar-navigation li:hover,
.sidebar-navigation li:focus {
    background-color: #F8F8F8;
}

.sidebar-navigation li.active>a {
    font-weight: 500
}

.sidebar-navigation li ul {
    display: none;
    position: absolute;
    left: 100%;
    width: calc(1110px - 100%);
    top: 0;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    padding: 20px;
    z-index: 99999;
}

.sidebar-navigation li ul li {
    width: 33%;
    display: inline-block;
}

#sidebar ul ul a {
    padding: 8px 15px 8px 30px;
    border-bottom: none;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #43474a !important;
}

.content {
    min-height: 560px;
}

.all-products-section {
    margin-bottom: 40px;
}

.all-products-section .pagination,
.sale_items-box .pagination {
    margin-top: 30px;
}

.all-products-section .relative-z:hover {
    z-index: 9999
}

#catalogCategories {
    padding: 0;
    margin-bottom: 40px;
}

#catalogCategories .catalog-category-item {
    text-align: center;
    border: 1px solid #F2F2F2;
    padding: 15px 10px 15px;
    transition: all ease 0.2s;
    margin: 0 0 -1px -1px;
}

#catalogCategories .catalog-category-item:hover a,
#catalogCategories .catalog-category-item a:hover,
a.blockLink:hover {
    text-decoration: none;
}

#catalogCategories .catalog-category-item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}

#catalogCategories .catalog-category-item img {
    max-width: 100%;
}

a.blockLink {
    display: block;
}

.nopad {
    padding-left: 0;
    padding-right: 0;
    margin: 0px 0px -1px -1px;
}

.nomar {
    margin-left: 0;
    margin-right: 0;
}

#catlogCategories {
    margin-bottom: 40px;
    padding: 0;
}

.filters-block {
    margin-bottom: 25px;
}

.filters-block .filter-box {
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.filters-block .filters-block-title {
    font-size: 16px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.filter-box .filter-box-title.fa_icon:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 8px;
    top: 4px;
    transition: .1s;
}

.filter-box.active .filter-box-title.fa_icon:after {
    transform: rotate(225deg);
    transition: .1s;
    top: 8px;
}

.filters-block .filter-box .filter-box-title {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
}

.filter-box .filter-block {
    position: relative;
    display: none;
    border-top: 1px solid #ececec;
    padding: 15px;
}

.filter-block .parameters_box_container_block {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.filter-block .parameters_box_container_block:nth-child(2) {
    padding-left: 10px;
    padding-right: 0;
}

.filter-block .parameters_box_container_block input {
    width: 100%;
}

.filter-block .divider {
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    background: #9a9a9a;
}

.filters-block .resultBlock {
    padding: 0px 0px 10px;
    display: none;
}

.filters-block .filterButtons a,
.filters-block .filterButtons input {
    width: 100%;
    border: none;
    box-shadow: none!important;
    font-size: 14px;
    padding: 11px;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}

.filters-block .filterButtons a {
    background: none;
    border: 1px solid #ECECEC;
}

.filters-block .filterButtons input {
    color: #fff;
    border: 1px solid transparent;
}

.filters-block .bx_filter_input_container input[type=text] {
    border: 1px solid #EBEBEB;
    padding: 5px 10px;
    font-weight: 300;
    border-radius: 5px;
}

.sort_display a {
    margin: 0px 0px 0px 8px;
    width: 35px;
    height: 35px;
    vertical-align: top;
    text-align: center;
    line-height: 35px;
    background: #f5f5f5;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
}

.sort_display a.current {
    background-color: #de002b;
}

.sort_display a i {
    display: inline-block;
    height: 13px;
    width: 13px;
    line-height: 20px;
    background: url(/assets/images/display.svg) 0 0 no-repeat;
    vertical-align: unset;
}

.sort_display a.block i {
    background-position: 0px -17px;
}

.sort_display a.list i {
    background-position: -29px -17px;
}

.sort_display a.table i {
    background-position: -57px -17px;
}

.sort_display {
    text-align: right;
    margin-bottom: 15px;
    position: absolute;
    right: 15px;
    top: 0;
}


.tagsort {
    margin: 50px 0;
}
.tagsort_box {
    padding: 30px;
    /*border: 1px solid #382D30;*/
    border-radius: 5px;
    background: #F8F8F8;
}
.tagsort_list {
    display: block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tagsort_list li {
    display: inline-block;
    margin: 0 6px;
}
.tagsort_list li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 20px;
    background: transparent;
    color: #FFF;
    border-radius: 5px;
}
.tagsort_list li a:hover,
.tagsort_list li a:focus {
    color: #fff;
    text-decoration: none;
}
.tagsort_list li a.tagsort-new,
.product-item-stickers .tag-new,
#msProduct .tag-new{
    background-color: #BA1A35;
}
.tagsort_list li a.tagsort-popular,
.product-item-stickers .tag-popular,
#msProduct .tag-popular{
    background-color: #92C537;
}
.tagsort_list li a.tagsort-sellout,
.product-item-stickers .tag-sellout,
#msProduct .tag-sellout{
    background-color: #009FDB;
}
.tagsort_list li a.tagsort-favorite,
.product-item-stickers .tag-favorite,
#msProduct .tag-favorite{
    background-color: #F8B024;
}
.tagsort_list li a.tagsort-bigsize,
.product-item-stickers .tag-bigsize,
#msProduct .tag-bigsize{
    background-color: #4D1ABA;
}
.tagsort_list li a.tagsort-spiсy,
.product-item-stickers .tag-spiсy,
#msProduct .tag-spiсy{
    background-color: #FF0000;
}

.product-item-stickers.needHideTags .tag:nth-child(n+3){
    display:none;
}

.product-item-stickers.needHideTags.active .tag:nth-child(n+3){
    display:inline-block;
}

.product-item-stickers span.showMoreTags{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background-image:url('../images/showMoreTags.png');
    background-position:center;
    background-repeat:no-repeat;
    vertical-align: top;
}

.product-item-stickers span.showMoreTags:hover{
    cursor:pointer;
}

.product-item-stickers span.showMoreTags.active{
    background-image:url('../images/hideMoreTags.png');
}

.product-item-image img {
    width: 100%;
}

.product-item-stickers {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
}

.product-item-stickers.needHideTags.active{
    background: linear-gradient(180deg, #FFFFFF 33.33%, rgba(255, 255, 255, 0) 100%);
}

.badge-secondary {
    background-color: #4fad00;
}

.badge-pill {
    border-radius: 0;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    display: inline-block;
    margin-bottom: 2px;
}

.product-item.sort-block {
    padding: 1px 0;
    height: 100%;
}

.product-item .product-item-description .mini-gallery{
    display: none;
    background: #fff;
    padding-bottom: 8px;
}

.product-item:hover .product-item-description .mini-gallery{
    display: block;
}

.product-item:hover .product-item-description .mini-gallery .fotorama__stage{
    display: none;
}

.product-item:hover .product-item-description .mini-gallery .fotorama__nav-wrap{
    margin-top:0;
}

.product-item .fastView{
    display:none;
    position: absolute;
    top: calc(37% - 10px);
    text-align: center;
    left: 30px;
    right: 30px;
    margin: auto;
    padding:8px 12px;
    color: #fff !important;
}

#fastViewModal .modal-dialog{
    max-width: 1000px;
    max-height: 770px;
}

#fastViewModal .modal-dialog .modal-body{
    padding:35px 40px;
}

#fastViewModal .h1, #fastViewModal h1{
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-top: 16px;
}

#fastViewModal #msProduct .ms2_form .ms2_form_inner{
    width:100%;
    text-align: center;
}

#fastViewModal #msProduct .ms2_form .ms2_form_inner .msoldprice{
    text-align:center;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #9E9E9E;
    margin-top: -3px;
}

#fastViewModal .count_product_box{
    margin-top:15px;
}

#fastViewModal .fastView-rightPanel{
    flex: 0 0 320px;
}

#fastViewModal .fastView-leftPanel{
    flex : 0 0 calc(100% - 320px);
}

#fastViewModal .fastView-fullWidth{
    flex: 0 0 100%;
    position: relative;
}

#fastViewModal .modal-close-button{
    position:absolute;
    right: 24px;
    top: 24px;
    z-index: 99999;
}

#fastViewModal .modal-close-button button span{
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image:url('../images/fast-close.png');
}
#fastViewModal #msProduct .ms2_form{
    padding: 33px 25px;
}

#fastViewModal .fotorama__thumb{
    border: 2px solid #EBEBEB;
}

#fastViewModal #msGallery{
    max-width:598px;
}

.modal-open .modal#fastViewModal{
    z-index: 99999999;
}

.product-item .fastView:hover{
    cursor:pointer;
}

.product-item:hover .fastView{
    display:block;
}

.product-item .add-to-cart-block {
    display: none;
    margin-top: 15px;
    transition: .3s;
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
}

.product-item:hover .add-to-cart-block {
    display: block;
}

.product-item .product-item-title-price {
    margin: 0 20px 20px;
}

.product-item .product-item-image {
    height: 200px;
    margin: 20px;
}

.product-item.product-item-row form>div {
    padding: 10px 0
}

.product-item.product-item-line {
    padding: 15px 25px
}

.product-item.product-item-row .product-item-image {
    width: 154px;
    height: 140px;
    margin: 0
}

.product-item.product-item-row .btn {
    width: 100%;
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    padding: 13px;
    font-weight: 500;
}

.product-item.product-item-line .btn {
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}

.product-item.product-item-row .title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px
}

.product-item.product-item-line .title {
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-bottom: 5px
}

.product-item.product-item-row .center-row {
    padding: 20px 0;
    border-right: 1px solid #ECECEC
}

.product-item.product-item-row .right-row {
    padding: 10px 15px
}

.product-item.product-item-row .options-row {
    color: #9E9E9E;
}

.product-item.product-item-row .flags {
    margin-bottom: 5px
}

.product-item.product-item-row .options-row .value {
    margin-left: 5px;
    color: #181A16
}

.product-item .product-item-title-price .price {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #1A1716;
}

.product-item.product-item-row .price {
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
}

.product-item.product-item-line .price {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500
}

.add-to-cart-block {
    text-align: center;
}

.add-to-cart-block .btn {
    display: block;
    padding: 11px 40px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product-item .product-item-title {
    display: inline-block;
    transition: .3s;
    font-size: 13px;
    font-weight: normal;
    color: #181A16;
    margin-bottom: 16px;
    min-height: 38px;
}

.looked .product-item .product-item-title {
    line-height: 1.2em;
    font-size: 15px;
    font-weight: 400;
}

.product-item .old_price {
    text-decoration: line-through;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #9E9E9E;
    margin-left: 10px;
}

.cart-header {
    padding: 30px 36px 30px 26px;
    background: #F8F8F8;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.cart-header .ms2_total_cost-box {
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    margin-top: 15px;
}

.cart-header .finish-price {
    margin-bottom: 30px;
}

.cart-header .success {
    width: 100%;
    color: #fff;
}

.cart-header .cart-cost {
    margin-right: 25px;
    align-items: center;
    font-size: 21px;
    font-weight: 500;
}

.cart-header .cart-cost .cart-coast-value {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.6px;
    margin-left: 8px;
    margin-right: 8px;
}

#msCart .table-striped tbody tr:nth-of-type(odd) {
    background: none;
}

#msCart tbody tr {
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

#msCart tbody tr td {
    border: none;
    display: flex;
}

#msCart tbody tr td.title {
    width: 66%;
}

#msCart tbody tr td.price {
    width: 18%;
    flex-direction: column;
    align-items: center;
}

#msCart tbody tr td.count .input-group.input-group-sm {
    min-width: 90px;
}

.cart-items .product-item-image {
    width: 109px;
    height: 82px;
}

.cart-actions .btn {
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 28px
}

.cart-actions .btn.success {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.cart-actions .btn.btn-danger {
    color: #181A16;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 28px;
}

.cart-actions .btn.btn-danger:hover,
.cart-actions .btn.btn-danger:focus {
    background: none;
    border: none
}

.cart-items .footer .total_cost .ms2_total_cost {
    font-size: 2em;
    margin: 0 15px;
}

.btn-sm {
    padding: .25rem .25rem;
    font-size: .875rem;
    line-height: 8px;
    border-radius: .2rem;
}

#msCart tbody tr td.price .mr-2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0!important;
}

#msCart tbody tr td.count .form-group {
    margin-bottom: 0;
}

#msCart tbody tr td.title .title {
    margin-left: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    align-self: center;
}

#msCart tbody tr td.title .title .small{
    margin-top:4px;
}

.cart-actions .btn.cancel {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 23px;
}

#msCart tbody tr td.count {
    width: 12%;
}

#msCart .table-head {
    background: #f9f9f9;
    border-bottom-color: #f2f2f2;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
}

#msCart .table-head span {
    font-weight: 500;
    display: flex;
}

.breadcrumb {
    background: none;
    font-size: .875em;
    padding: .75rem 0;
    margin-bottom: 0;
}

#msProduct {
    margin-bottom: 50px;
}

#msProduct .ms2_form {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    /* background-color: #F8F8F8; */
    padding: 15px 25px 40px;
}

#msProduct .ms2_form .ms2_form_inner {

}

#msProduct .choose-children-product {
    margin: 15px 0;
}

#msProduct .ms2_form .msprice {
    font-weight: 500;
    font-size: 2.1em;
    color: #1A1716;
    line-height: 1.333em;
}

#msProduct .ms2_form .msweight{
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    color: #9E9E9E;
    margin-top: 4px;
}

#msProduct .old_price,
#msCart .old_price,
.ms2_product .old_price {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #9E9E9E;
    margin-left: 15px;
}

.ms2_product .product-item-line .old_price {
    font-size: 14px
}

#msCart .cart-items .old_price {
    margin-left: 0;
    font-size: 14px;
}

#msProduct .ms2_form .btn {
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 13px 25px;
    margin-top: 23px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

#msProduct .ms2_form .btn.btn-small {
    width: auto;
    padding: 10px 25px;
}

#msProduct .nav-tabs {
    margin-top: 30px;
    /* margin-bottom: 30px; */
}

#msProduct .nav-tabs li a {
    border: 1px solid #ececec;
    /* margin: 0 10px; */
}

#msProduct .ms-product-line .ms2_form .product-item-image {
    width: 130px;
    height: 100px
}

#msProduct .ms-product-line .flags {
    position: absolute;
    top: -10px;
    left: -10px;
}

.nav-tabs .nav-item {
    margin-right: 20px
}

.nav-tabs .nav-link {
    font-size: 16px;
    line-height: 20px;
    color: #3F403F;
    font-weight: normal;
    background: #EBEBEB;
    padding: 15px 35px
}

.tab-content {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ECECEC;
    border-top: none;
    padding: 38px 42px 29px 35px;
    color: #3F403F;
}

.tab-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 20px
}

.fotorama__nav-wrap {
    margin-top: 30px;
}

.title_main_about {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 700;
    color: #f2f2f2;
    font-size: 2em;
    margin-top: 80px;
}

#msOrder {
    margin-top: 0;
    border-radius: 5px;
}

#msOrder .steps-title {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
}

.md-mb-45 {
    margin-bottom: 45px;
}

#msOrder .form-control {
    background: rgba(255, 255, 255, .6);
    height: auto;
    padding: 15px 25px;
    border: 2px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

#msOrder .form-control::placeholder {
    color: #9E9E9E;
}

#msOrder .form-group {
    margin-bottom: 18px;
}

#msOrder textarea.form-control {
    min-height: 99px;
}

.ms2_form#msOrder #payments {
    margin-top: 28px;
}

.payment-label-radio input {
    display: none;
    /* Прячем исходный переключатель */
}

.payment-label-radio span {
    position: relative;
    /* Относительное позиционирование */
    display: inline-block;
    /* Строчно-блочный элемент */
    width: 20px;
    height: 20px;
    /* Размеры */
    background: #F8F8F8;
    /* Серый цвет фона */
    border-radius: 50%;
    /* Круглый переключатель */
    border: 10px solid #ECECEC;
    min-width: 20px;
}

.payment-label-radio input:checked+span {
    background: #fff;
    /* Красный цвет фона */
    border: 4px solid #92C537;
}

#msOrder .mb-32 {
    margin-bottom: 32px;
}

#msOrder .checkbox-name-description {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

#msOrder #deliveries {
    margin-bottom: 14px;
}

#msOrder .msOrder-finish-coast {
    background: #F8F8F8;
    margin-top: 56px;
    padding: 26px 25px 30px;
}

#msOrder .msOrder-finish-coast .prices-block>div {
    margin-bottom: 16px;
    position: relative;
}

#msOrder .msOrder-finish-coast .prices-block>div:before {
    /* content:"";
    position:absolute;
    left:0;
    right: 0;
    top: 0;
    bottom:0;
    background:#ccc; */
    content: '';
    /* Выводим линию */
    border-bottom: 1px dashed #ccc;
    /* Параметры линии */
    flex-grow: 1;
    /* Линия занимает всё доступное пространство */
    order: 2;
    /* Выводим вторым */
    margin: 0 10px 5px;
    /* Расстояние от текста */
}

#msOrder .order-finish-price-name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding-top: 4px;
}

#msOrder .order-finish-price-coast {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    order: 3;
    padding-top: 4px;
}

#msOrder .order-finish-price-coast-big {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    order: 3;
}

#msOrder .ms2-payment-methods div.checkbox {
    margin-bottom: 9px;
}

#msOrder .checkbox-name-description .checkbox-section-description {
    color: #9E9E9E;
    margin-top: 3px;
}

#msOrder .form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

#msOrder .col-form-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 11px;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

#msOrder .msOrder-finish-coast .agreement-and-order {
    margin-top: 22px;
}

#msOrder .msOrder-finish-coast .agreement-and-order .ms-order {
    color: #fff;
    padding: 8px 30px;
    border-radius: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    border-radius: 5px;
    padding: 18px 56px 17px;
}

#msOrder .msOrder-finish-coast .agreement-and-order .agreement {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}


/* .agreement 
{
    font-size: 12px
}
.agreement a
{
    text-decoration: underline;
    text-decoration-style: dotted;
} */

#msCart.ms-finish-cart {
    background: #F8F8F8;
    padding: 30px 30px 30px 25px;
}

#msCart.ms-finish-cart .finish-cart-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

#msCart.ms-finish-cart .finish-cart-item {
    margin-bottom: 13px;
}

#msCart.ms-finish-cart .finish-cart-item:last-child {
    margin-bottom: 0;
}

.back-to-cart-button a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: block;
    border: 2px solid #F8F8F8;
    text-align: center;
    padding: 18px;
    margin-top: 13px;
}

#msCart.ms-finish-cart .finish-cart-item .price {
    color: #9E9E9E;
    margin-top: 2px;
}

._Forms_generate {
    text-align: left;
}

._Forms_generate .field_submit .btn {
    color: #fff;
    padding: 8px 30px
}

._Forms_generate .field_submit .btn:focus {
    box-shadow: none
}

.design__forms_0 input[type="text"],
.design__forms_0 input[type="phone"],
.design__forms_0 input[type="date"],
.design__forms_0 input[type="time"],
.design__forms_0 input[type="email"],
.design__forms_0 textarea {
    width: 100%;
    border-radius: 0
}

.design__forms_0 label {
    font-weight: 400
}

.modal-body-text,
.modal-title {
    padding: 0 15px
}

#callback .modal-header .modal-title{
    font-size: 18px;
    font-weight: 500;
}

.tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
}

.product-item-row .tag,
.product-item-line .tag {
    margin-right: 5px
}

#page_good h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    border-bottom: 1px solid #EBEBEB;
    margin: 20px 0 41px;
    padding-bottom: 20px;
}

.count_product_box_1 {
    margin-top: 40px;
}

#msProduct .count_product_box_1{
    margin-top:0;
}

#msProduct .ms2_form .ms2_form_inner .msoldprice{
    text-align:left;
    font-size: 20px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #9E9E9E;
}

.count_product_box {
    border: 1px solid #EBEBEB;
    background: #EBEBEB;
    border-radius: 5px;
}

#msCart .count_product_box {
    max-width: 150px;
}

.count_product_box span {
    background: #EBEBEB;
    padding: 13px 0;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #9E9E9E;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
}

.product-item-row .count_product_box span {
    min-width: 0
}

.count_product_box button {
    background: #EBEBEB;
    border: none;
    cursor: pointer!important;
    display: block!important;
    padding: 2px 8px;
}

.count_product_box span:hover {
    color: #181916;
}

.count_product_box .count_product_input {
    border: none;
    font-size: 18;
    text-align: center;
    font-weight: 500;
    padding: 0;
}

.up {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 50px;
    bottom: 50px;
    content: "\f077";
    background: rgba(255, 255, 255, .4) url(../images/up.png) center no-repeat;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

.news_items-sidebar {
    margin-bottom: 40px;
}

.news_items-sidebar>div {
    margin-bottom: 15px;
}

.news_items-sidebar .news_image {
    width: 100%;
    height: 120px;
    margin-top: 10px;
}

.news_items.news_items-sidebar .item .news_body {
    padding: 10px 20px
}

.news_items.news_items-sidebar .item .news_body .title {
    font-size: 13px;
}

.news_items.news_items-sidebar .item .news_body .date {
    margin-bottom: 0
}

.news-sale-page .breadcrumb {
    margin-bottom:39px;
}

body.news .image {
    border: 1px solid #ececec;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.news-sale-page p {
    font-size: 18px;
    line-height: 25px;
    color: #181A16;
    margin-bottom: 25px;
    letter-spacing: 0.22px;
}

.news_items-sidebar .item {
    position:relative;
    border: none;
}

.news_items-sidebar .item .sale_body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 18px 23px;
    color: #fff;
}

.news_items-sidebar .news_items-sidebar-title{
    font-size: 25px;
    line-height: 30px;
    color: #181A16;
    font-weight: 400;
    margin-bottom: 9px;
}

.news_items-sidebar .item .sale_body .title a{
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
}

.news_items-sidebar .item .sale_body .intro {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    letter-spacing: 0.15px;
    margin-top: 14px;
}

.dop-mb-24{
    margin-bottom:24px;
}

.prev-link-block{
    margin-top:64px;
}

.prev-link-block a{
    font-size: 16px;
    line-height: 20px;
    color: #181A16;
    padding: 16px 82px;
    border: 2px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
}

#partners-slider{
    margin-top:63px;
}

#partners-slider .partner-item {
    border: 1px solid #ECECEC;
    padding:17px 15px;
}

#partners-slider .partners-slider-title{
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    color: #181A16;
    margin-bottom: 49px;
}

#partners-slider .owl-dots{
    text-align:center;
    margin-top: 45px;
}

#partners-slider .owl-dots .owl-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background: #ECECEC;
    display: inline-block;
    margin: 0 5px;
}

#partners-slider .owl-dots .owl-dot.active{
    background: #92C537;
}

#sale-related-items .sale-related-title{
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    color: #181A16;
}

#sale-related-items .sale-related-outer{
    margin-top: 34px;
}

.section_title.looked_section_title{
    margin-bottom: 54px;
}

.comments-module #comments-wrapper ol.comment-list{
    padding-left:0;
}

.add-to-cart-block .choose-children-product{
    padding: 6px 0;
    background: #fff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
}

/* @media (min-width: 1200px){
    .offset-md-1 {
        margin-left: 8.333333%;
    }
}
@media (min-width: 768px){
    .offset-md-1 {
        margin-left: 0%;
    }
} */

#sticky-header {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    background: #fff;
    top: -1px;
    transition: .3s;
    opacity: 0;
    box-shadow: 0px 10px 15px rgba(15, 23, 0, 0.05);
    visibility: hidden;
}

.agreement .delivery-information{
    font-size: 19px;
    margin-bottom: 9px;
    color: red;
}

@media (max-width:1200px) {
    #msProduct .ms2_form {
        padding: 30px 20px;
    }
    .nav-tabs .nav-item {
        margin-right: 6px;
    }
    .nav-tabs .nav-item:last-child {
        margin-right: 0px;
    }
    #msOrder .msOrder-finish-coast .agreement-and-order {
        flex-direction: column;
    }
    #msOrder .msOrder-finish-coast .agreement-and-order .agreement {
        text-align: center;
        margin-bottom: 15px;
    }
    .cart-items .product-item-image {
        width: 63px;
        height: 63px;
    }
    #msCart tbody tr td.title .title {
        margin-left: 0;
        font-size: 16px;
        line-height: 18px;
    }
    #msCart tbody tr td.title {
        width: 54%;
    }
    #msCart tbody tr td.count {
        width: 19%;
    }
    
    .header-contact::before{
        width: 110%;
    }
    
    #footer > div.footer_top > div > div > div:nth-child(5) > a:nth-child(4){
        margin-left:0;
    }
}

@media (max-width:990px) {
    .header {
            margin-top: 51px;
    }
    .nav-tabs .nav-link {
        padding: 8px 10px;
    }
    #page_good h1 {
        font-size: 21px;
        line-height: 27px;
    }
    .count_product_box_1 {
        margin-top: 20px;
    }
    .sidebar-navigation li a.parent:after {
        right: 12px;
    }
    #msOrder {
        margin-top: 45px;
    }
    #msCart tbody tr td.title {
        width: 59%;
    }
    .news_items>.outer-item {
        margin-bottom: 40px;
    }
    
    .product-item:hover .fastView {
        display:none !important;
    }
    
    .product-item:hover .fastView:hover {
        display:none !important;
    }
     #sticky-header{
        display:none;
    }
}

@media (max-width:768px) {
    #msCart tbody tr td.count {
        width: 23%;
    }
    
    #msProduct .ms2_form .ms2_form_inner {
        text-align: center;
    }
    
    #msProduct .ms2_form .ms2_form_inner .msoldprice {
        text-align: center;
    }
    
    #msProduct .ms2_form .msweight{
        margin-bottom: 18px;
    }
    
    .news_items-sidebar .item .sale_image img{
        width:100%;
    }
    
    .news-sale-page .image img{
        max-width:100%;
    }
}

@media (max-width:575px) {
    #msProduct .ms2_form {
        padding: 30px 50px;
    }
    #msOrder .steps-title {
        font-size: 21px;
        line-height: 27px;
    }
    .ms2_form#msOrder .mb-18 {
        margin-bottom: 18px;
    }
    #msOrder .msOrder-finish-coast .agreement-and-order .agreement {
        font-size: 12px;
    }
    .product-item .product-item-title-price {
        margin: 0 10px 15px;
    }
    .product-item .product-item-title-price .new-old-price-block {
        flex-direction: column;
        align-items: center!important;
    }
    .product-item .product-item-image {
        height: 150px;
    }
    .news_items .item .news_image img {
        width: 100%;
    }
    .overline {
        width: 100%;
        top: auto;
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        bottom: 0;
    }
    .overline .line {
        display: inline-block;
        width: 50%;
    }
    .overline .line img {
        width: 24px;
    }
    .overline .line.basket-box {
        width: 49%;
        border-bottom: none;
        border-right: 1px solid #ececec;
    }
    .overline .line {
        padding: 8px;
        text-align: center;
    }
    .overline .minicart .ms2_total_count {
        right: calc(45% - 12px);
    }
    
    .footer .footer_bottom {
        padding: 20px 0 100px;
    }
}