html{
    font-size: 14px !important;
}

main{
    position: relative;
    min-height: 1000px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}

body{
    font-size: 1.2rem !important;
    color: rgba(0, 0, 0, 0.87);
    overflow: auto !important;
    z-index: 1;
}

h1, h2, h3, h4, h5{
    font-weight: 400;
}

button{
    font-weight: normal !important;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.ui.segment:first-child {
    margin-top: 1em;
}

.ui.segment:last-child {
    margin-bottom: 1em;
}

.no-scroll{
    overflow-y: hidden !important;
}

.modal{
    left: unset !important;
} 

.header > .close{
    line-height: 1.28571429em !important;
    cursor: pointer;
} 

/* Theme Colors */

.pt-red-button{
    background-color: #ED1C24 !important;
    color: #fff !important;
}

.pt-red-text{
    color: #ED1C24 !important;
}

.pt-grey-button{
    background-color: #404041 !important;
    color: #fff !important;
}

.pt-grey-text{
    color: #404041 !important;
}

.pt-grey-light-button{
    background-color: #808284 !important;
    color: #fff !important;
}

.pt-grey-light-text{
    color: #808284 !important;
}

/* Helpers */

.storke{
    border: 1px solid #ff0000;
}

.viber-button{
    background: #7c5aec !important;
    color: #fff !important;
}

.telegram-button{
    background: #269dd9 !important;
    color: #fff !important;
}

.hidden{
    display: none !important;
}

/* Media Queries */

.tablet-show{
    display: none;
}

.mobile-show{
    display: none !important;
}

.sm-tablet-show{
    display: none;
}

.ipad-show{
    display: none !important;
}

@media only screen and (max-width: 1300px) and (min-width: 991px){
    .ui.four.cards > .card {
        width: calc( 33% - 1.5em ) !important;
        margin-left: 0.75em;
        margin-right: 0.75em;
    }
}

@media only screen and (max-width: 1024px) {
    .ipad-hidden{
        display: none !important;
    }
    
    .ipad-show{
        display: block !important;
    }
    
    .header-logo-outer{
        width: 100% !important; 
        max-width: 100% !important; 
        flex: 0 0 100% !important;
    }
    
    .header-logo-inner{
        padding: 50px;
        text-align: center;
    }
    
    .header-page-logo-inner{
        padding: 50px;
        text-align: center;
    }
    
    .header-outer{
        background-color: #fff;
    }
    
    .header-inner-homepage{
    background: #fff !important;
    background-position: left;
    background-repeat: no-repeat;
    background-origin: content-box;
    -webkit-background-size: auto !important; /* Для хрома */
    -moz-background-size: auto !important;  /* Для лисы*/
    -o-background-size: auto !important;  /* Для оперы*/
    -ms-background-size: auto !important;  /* Для ИЭ*/
    background-size: auto !important;  /* Для закрипления*/
    }
    
    .header-homepage{
        height: 0px !important;
    }
}


@media only screen and (max-width: 768px) {
    .sm-tablet-hidden{
        display: none !important;
    }
    
    .sm-tablet-show{
        display: block !important;
    }
    
    .ui.modal > .header{
        padding-right: 1rem !important;
    }
    
    .add-cart-modal{
        width: 50% !important;
    }
    
}

@media only screen and (max-width: 915px) {
    .tablet-hidden{
        display: none !important;
    }
    
    .tablet-show{
        display: inline-block !important;
    }
    
    .catalog-menu-outer{
        margin-left: 15px !important;
    }
    
    .mse2_pagination{
        text-align: center !important;
    }

}

@media only screen and (max-width: 639px) {
    .mobile-hidden{
        display: none !important;
    }
    
    .mobile-show{
        display: flex !important;
    }
    
    .add-cart-modal{
        width: 90% !important;
    }
}

@media only screen and (max-width: 768px){
    .header-slogan{
        font-size: .8em !important;
    }
}

@media all and (orientation: landscape), all and (min-width: 915px){
    .add-cart-modal{
        width: 30% !important;
    }
}

.ui.modal > .header:not(.ui){
    line-height: 1em !important;
}

/* Pagination */


/* TopBar */

.topbar-outer{
    height: 65px !important;
    padding-left: 0px !important;
    right: 0px !important;
    border: 0px solid #fff !important;
}

.topbar-inner{
    padding: 0 !important;
    width: 100%;
}

.topbar-serach-form{
    width: 300px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.topbar-search-mobile{
    display: none !important;
}

.topbar-left-block{
    padding: 0 !important;
    height: 65px;
}

.topbar-right-block{
    padding: 0 !important;
    width: 80px !important;
}

.mainmenu-button{
    height: 64px;
    text-align: center !important;
    font-size: 23px;
    padding: 0.92857143em 0.92857143em;
    background: #fff;
    cursor: pointer;
    border: 0px solid #fff !important;
    border-color: transparent !important;
}

.mainmenu-button:hover{
    background: #f7f7f7 !important;
}

a.item.mainmenu-item-link{
    color: #212529;
}

.mainmenu-item-link:nth-child(2){
    background-color: #ED1C24 !important;
    color: #fff !important;
}

.mainmenu-item-link:hover:nth-child(2){
    background-color: #f2f2f2 !important;
    color: #212529 !important;
}

.mainmenu-item-link.active:nth-child(2){
    background-color: #f2f2f2 !important;
    color: #212529 !important;
}

.ui.sidebar{
    background: #1B1C1D !important;
}

.mainmenu-mobile{
    width: 100% !important;
    border-radius: 0rem 0rem 0rem 0rem !important;
}

.mainmenu-mobile > .active.item{
    background: #ED1C24 !important;
}

.ui.vertical.menu > .active.item:first-child {
    border-radius: 0rem 0rem 0em 0em !important;
}

.ui.vertical.menu > .item:last-child {
    border-radius: 0rem 0rem 0em 0em !important;
}

.mainmenu-mobile-header{
    color: #fff;
    font-size: 18px;
    height: 67px;
    padding: 0.92857143em 1.14285714em;
}

.mainmenu-mobile-header > i {
    margin-right: 0px;
    padding: 15px 0px 15px 15px;
    cursor: pointer;
}


.mainmenu-mobile-footer{
    text-align: center !important;
    padding-top:50px;
}

.topbar-mainmenu-block{
    min-width: 650px !important;
}

.ui.menu{
    margin-top: 0px !important;
}

.menuicons{
    font-size: 1.3rem;
}

.menuicons > i{
    margin-right: 10px;
}

.all-category-item{
 font-weight: bold !important;
 border-bottom: 1px solid #ccc !important;
}

.all-category-item:hover{
    opacity: 0.8;
    background: #31457e !important;
    color: #fff !important;
}

.logo-link{
    display: inline-block;
    outline: none !important;
    border: 0px solid #ff0000 !important;
    border-color: transparent !important;
    padding: 5px;
}

.item.logo-outer{
    padding-right: 10px;
    border: 0px solid #fff !important;
    border-color: transparent !important;
    text-decoration-color: #fff !important;
}

.logo-icon-outer{
    padding: 15px 0px !important;
    border: 0px solid #fff !important;
    border-color: transparent !important;
    text-decoration-color: #fff !important;
}


.item.logo-outer:before{
    width: 0 !important;
}

.parent-item-link{
    background: transparent !important;
}

.parent-item-link:before{
    width: 0 !important;
}

/* Header */

.header-outer{
    margin-top: 65px;
    background-position: left;
    background-repeat: no-repeat;
    background-origin: content-box;
    -webkit-background-size: contain; /* Для хрома */
    -moz-background-size: contain;  /* Для лисы*/
    -o-background-size: contain;  /* Для оперы*/
    -ms-background-size: contain;  /* Для ИЭ*/
    background-size: contain;  /* Для закрипления*/
}

#header-bg {
    position: fixed;
    top: -130px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background: #fff;
    background-size: cover;
}

#header-bg > video {
    position: absolute;
    top: top: -130px;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}

 @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }

.header-homepage{
    height: 400px;
    background: url(../img/header/header-min.jpg) no-repeat; 
    background-size: cover;
    background-position: 0px -75px;
}

.header-inner-homepage{
    margin: 0 auto !important;
    width: 100%;
    height: 400px;
    background-color: rgba(0,0,0,0.7);
}

.header-page{
    height: 0px;
    background-position: left;
    background-color: #404041;
}

.header-inner{
    margin: 0 auto !important;
    width: 100%;
    height: 320px;
}

.header-wrapper{
    padding: 0 !important;
    width: 100% !important;
    max-width: 1190px !important;
    margin: 0 auto;
}

.header-wrapper{
    width: 100%;
}

.header-wrapper-inner{
    width: 100%;
}

.header-wrapper > .row{
    height: 100%;
}

.header-logo-inner{
    padding: 0px 7px;
}

.header-page-logo-inner{
    padding: 0px 15px;
}


.header-logo{
    display: inline-block;
/*     padding: 30px; */
    width: 90%;
    text-align: center !important;
}

.header-logo-image{
    display: inline-block;
    margin: 0 auto;
    width: 90%;
    max-width: 700px;
}

.header-logo-caption{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 0px;
    background-color: #ED1C24;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.header-logo-contacts{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 60px;
}

.header-logo-contacts a{
    color: #fff;
    font-size: 1.4rem;
}

.header-logo-page > img{
    width: 500px;
}

.header-slogan{
    display: inline-block;
    width: 90%;
    padding: 0.5em;
    margin: 15px 0px 0px 0px;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    background: #111;
}

.header-slogan-page{
    display: inline-block;
    padding: 10px 30px; 
    color: #fff;
    font-size: 0.5rem;    
}

.header-contacts{
    text-align: right !important;
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.header-contacts-block > a{
    color: #fff;
}

.header-contacts-block{
    display: inline-block;
    text-align: left !important;
}

.header-page-row{
    width: 100% !important;
    margin: 0px;
}

/* MainBlock */

.mainblock-outer{
    height: auto;
    min-height: 1000px;
    background-color: #fff;
}

.page-heading{
    margin-bottom: 15px !important;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 28px !important;
    font-weight: normal !important;
    line-height: 36px !important;
    padding-bottom: 5px !important;
}

.sidebar-right-outer .page-heading{
    margin-bottom: 30px !important;
}

.sidebar-right-homepage .page-heading{
    margin-bottom: 10px !important;
}

/* Breadcrumbs */

.ui.breadcrumbs .active.section{
    font-weight: normal !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

.logo-image{
    width: 165px !important;
}

.logo-icon{
    height: 32px !important;
}


.logo-image-mobile{
    width: 150px !important;
}

.breadcrumbs-outer{
    margin-top: -5px !important;
    margin-bottom: 5px;
    font-weight: normal;
}

.ui.menu.topbar-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0rem 0em;
    background: #FFFFFF;
    font-weight: normal;
    border: 0px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: 0px 0px 0px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0px 0px 0px 0 rgba(34, 36, 38, 0.15);
    border-radius: 0;
    min-height: 2.85714286em;
}

.language-selection-item{
    text-transform: uppercase !important;
    text-align: center !important;
    background: #fff !important;
}

/* Footer */

footer{
    background: #3a3f46;
}

.footer-logo{
    width: 200px;
}

.footer-outer{
    background: #3a3f46;
}

.footer-md-block{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 100px;
}

.footer-inner > div > div{
    padding: 15px 15px 25px 15px;
}

.footer-copyright-outer{
    background: #33373e;
}

.footer-copyright-inner > div > div{
    padding: 15px 0px;
}

.footer-copyright-middleblock{
    color: #fff;
}

.footer-copy-rightblock{
    text-align: right;
}

.footer-heading{
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #fff;
}

.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu > li{
    border-bottom: 1px dotted #555;
    padding: 7px 0px;
}

.footer-menu > li:last-child{
    border-bottom: 0px dotted #555;
}

.footer-menu > li > a{
    color: #acacac;
}

.footer-menu > li > a:hover{
    color: #adadad;
}

.footer-adres{
    margin-bottom: 15px;
    color: #acacac;
}

.footer-contacts{
    margin-bottom: 15px;
    color: #acacac;
}

.footer-contacts > a{
    display: inline-block;
    color: #acacac;
    margin: 2px 0px;
    padding: 7px 0px;
}

.footer-contacts > a > i{
    margin-right: 10px !important;
}

.footer-body > button > i{
    margin-right: 10px;
}

/* Category */

@media (min-width: 768px){
    .root-category-outer{
        margin-top: -13px !important;
    }
    
    .category-outer{
        margin-top: 0px !important;
    } 
}

@media (max-width: 767px){
    .root-category-outer{
        margin-top: 8px !important;
    }
    
    .category-outer{
        margin-top: 15px !important;
    }    
}

.root-category-outer{
    margin-bottom: 15px !important;
    padding: 0 !important;
}

.root-category-image{
    width: 100%;
    height: auto;
    border-radius: 0.28571429rem;
}

.category-outer{
    margin-bottom: 15px !important;
    padding: 0 !important;
}

.readmore-button{
    font-weight: normal !important;
    font-size: 1.2rem !important;
}

.blog-item:first-child{
    margin-top: 0 !important;
}

.content-page{
    margin-top: 10px;
}

.content{
    margin-top: 0px !important;
}

.content table{
    width: 100%;
    background: #fff;
    margin: 20px 0px !important;
    border: 1px solid rgba(34,36,38,.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .28571429rem;
    text-align: left;
    color: rgba(0,0,0,.87);
    border-collapse: separate;
    border-spacing: 0;
}

.content table td{
    padding: .78571429em .78571429em;
    text-align: inherit;
    border-left: 1px solid rgba(34,36,38,.1);
    border-top: 1px solid rgba(34,36,38,.1);
}

.content table > thead > tr > td{
    background: rgba(34,36,38,.1);
}

.content table td:first-child{
    border-left: none;
}

.content table tr:first-child > td{
    border-top: none;
}

.content > .header{
    font-size: 1.2rem !important;
    font-weight: normal !important;
}

.content > .description{
    font-size: 14px !important;
    font-weight: normal !important;    
}

.content > h3{
    font-size: 1.28571429rem;
        font-weight: 700;
    line-height: 1.28571429em;
    text-transform: none;
    color: rgba(0,0,0,.87)
}

.category-content-outer{
    margin-top: 0px !important;
}

.image > a{
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
}

.category-product-image{
    width: 90%;
    height: 90%;
    border-radius: 0.28571429rem;
    margin: 0 auto !important;
}

.price-outer{
    margin-top: 10px;
}

.product-image-block-outer{
    padding: 0 !important;
    text-align: center !important;
}

.product-image-block{
    padding: 0 !important;
}

.product-image-block > a{
    display: inline-block;
}

.product-image-block > a > img{
    width: 95%;
}

.product-info{
    margin-top: 10px;
}

.product-info-row{
    margin-bottom: 10px;
}

.content-outer{
    margin-top: 5px;
}

/* Product Card */


/* Gallery */

.fotorama__stage{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.footer-logo{
    color: #fff;
}

/* OnTop Button */

#ontopbutton {
    background: transparent;
    position: fixed;
    bottom: 21px;
    left: 25px;
    opacity: 0.95;
    cursor: pointer;
    display: none;
    z-index: 97;
    margin: 0;
    padding: 0;
    
}

#ontopbutton > img{
    background: transparent;
    width: 65%;
}

#ontopbutton > i{
    font-size: 48px;
    color: rgb(244, 67, 54) 80%) !important;
    transition: all ease 0.2s;
}

#ontopbutton > i:hover{
    font-size: 48px;
}

/* Tabs */

/* базовый контейнер вкладок(табов) */
 
 .product-tabs-outer{
     width: 100%;
     margin: 20px 0px 20px 0px;
 }
 
.product-tabs {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}

.product-video-heading{
    font-size: 1.5rem;
    margin-bottom: 10px;
} 

.product-video-iframe{
    width: 100%;
    height: 599px;
} 
 
/* панель вкладок */
 
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 42px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
 
ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0 21px;
    height: 42px;
    line-height: 42px;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}
 
 
/* указываем стиль правой рамки у последней вкладки */
 
.tab_last {
    border-right: 1px solid #ccc;
}
 
 
/* стили вкладок при наведении */
 
ul.tabs li:hover {
    background-color: #ececec;
    color: #333;
}

ul.tabs li{
    border-bottom: 1px solid #ccc;
}
 
 
/* стили активных вкладок */
 
ul.tabs li.active {
    background-color: #fff;
    color: #333;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    display: block;
}
 
 
/* контейнер вкладок первого уровня 
 * включающий в себя панели заголовков аккордеона
*/
 
.tab_container {
    border: 1px solid #ccc;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
 
 
/* блоки с содержанием по-умолчанию скрыты 
 * указать раскрытым при загрузке нужный блок
 * с помощью style="display: block;" в html
*/
 
.tab_content {
    padding: 20px;
    display: none;
}
 
/* параграф внутри блоков с содержанием */
 
.tab_content p {
    margin-bottom: 10px;
}
 
/* аккордеон скрыт в режиме вкладок */
 
.tab_accordion {
    display: none;
}
 
/* Переход вкладок в режим аккордеона 
 * при достижении размера окна просмотра 768px 
*/
 
@media screen and (max-width: 768px) {
    
    .product-info-block > .description{
        text-align: center !important;
    }
    
    .header-logo-page{
        width: 100%;
        text-align: center !important;
    }
    
    .header-logo-page > img{
        width: 95%;
        max-width: 320px;
        margin: 0 auto;
        text-align: center !important;
    }
    
    .header-inner-homepage{
        display: none !important; 
    }
    
    .header-homepage{
        height: 200px;
    }
    
    .header-wrapper{
        padding: 25px;
        height: 200px;
    }
    
    .header-logo > img{
        height: 80%;
    }
    
    .footer-copy-logoblock{
        text-align: center;
    }
    
    .footer-outer{
        text-align: center;
    }
    
    .footer-copyright{
        text-align: center;
    }
    
    .footer-copy-rightblock{
        text-align: center !important;
    }
    
    .product-video-iframe{
        width: 100%;
        height: auto !important;
    } 
    
    /* скрываем вкладки */
    .tabs {
        display: none;
    }

    .tab_container {
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
    }

    .tab_accordion:first-child{
        border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
    }


    /* показываем элементы аккордеона */
    .tab_accordion {
        position: relative;
        background-color: #ececec;
        font-weight: 400;
        font-size: 16px;
        color: #333;
        border-top: 1px solid #ccc !important;
        margin: 0;
        padding: 14px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /* панели аккордеона при наведении */
    .tab_accordion:hover {
        background-color: #ececec;
    }
    /* переключатель вкладок, положение вниз */
    .tab_accordion:before {
        content: '';
        height: 8px;
        width: 8px;
        display: block;
        border: 1px solid #333;
        border-right-width: 0;
        border-top-width: 0;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        right: 20px;
        top: 18px;
    }
    /* состояние активных панелей */
    .d_active {
        background-color: #ececec;
        color: #333;
    }
    /* активный переключатель, положение вверх */
    .d_active.tab_accordion:before {
        border: 1px solid #333;
        border-left-width: 0;
        border-bottom-width: 0;
        top: 18px;
    }
}

/* Callback */

.callback-button-outer{
    margin-right: 25px !important;
}
 
 /* Product Card */
 
.ui.cards > .card > .image{
    background: none !important;
}

.category-product-link{
    height: 46px;
    font-size: 16px;
}

.vendor-logo{
    width: 150px;
}

/* Filters */

.filter_title{
    margin-bottom: 20px !important;
    font-size: 1.2rem !important;
}

.items-count{
    color: #888 !important;
    margin-left: 5px !important;
}

.filter-fields-header{
    color: rgba(0, 0, 0, 0.95) !important;
}

.filter-fields-outer > label{
    cursor: pointer;
    width: 100%;
}

.filter-fields-outer > label > input{
    margin-right: 10px !important;
}

.filter-fields-outer > label{
    font-size: 14px;
}

.filter-fields-outer > label > span{
    margin-right: 5px !important;
}

#filter-accordion{
    width: 100% !important;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 0px rgba(34, 36, 38, 0.15) !important;
    box-shadow: 0px 0px 0px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 0px rgba(34, 36, 38, 0.15) !important;
    border-radius: 0 !important;
}

#filter-accordion > .title{
    color: rgba(0, 0, 0, 0.95);
    font-size: 16px;
    font-weight: normal;
}

.filters-num{
    font-size: 9px !important;
    top: -1px !important;
}

/* Slider */

.ui-state-default{
    background: #fff -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05))) !important;
    background: #fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05)) !important;
    background: #fff linear-gradient(transparent,rgba(0,0,0,.05)) !important;    
    border: none !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15), 0 0 0 1px rgba(34,36,38,.15) inset !important;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15), 0 0 0 1px rgba(34,36,38,.15) inset !important;
    -webkit-transform: none !important;
    transform: none !important;
    border-radius: 500rem !important;
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.5rem !important;
    height: 1.5rem !important;
    cursor: pointer !important;
    outline: none !important;
    top: -0.6rem !important;
}

.mse2_number_slider{
    font-size: .25rem !important;
    width: 95%;
    margin-bottom: 20px !important;
}

.ui-widget-content{
    background: #000 !important;
    border: 0 !important;
}

.ui-widget-header{
    background: #ccc !important;
}

.sort-form-outer{
    border-top: 1px dotted #ccc;
    padding-top: 15px;
    padding-bottom: 1px;
    font-size: 14px;
}

.sort-caption{
    margin-right: 10px;
    font-size: 14px;
}

.sort-limit-block{
    padding: 0 !important;
}

.sort-limit-block > div{
    margin-right: 0 !important;
    margin-left: 10px !important;
}

.sort-limit-label{
    width: 120px;
}

.sort-select-label{
    margin-right: 10px;
}

.sort-limit-select{
    width: 60px !important;
    margin-left: 15px;
}

.sort-inline{
    margin-bottom: 0 !important;
}

.sort-link{
    display: none;
}

.sort-total-results{
    margin-left: 10px;
}

.change-tpl{
    padding-right: 0 !important;
}


/* Left Menu */
/*
.left-menu-heading{
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 4px;
    margin-top: 10px !important;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
}
*/

.left-menu-heading{
    font-size: 18px !important;
    line-height: 2rem !important;
    padding: 0.5em 1em !important;
}

.left-menu{
    width: 100% !important;
    margin-left: 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(34, 36, 38, 0.15) !important;
    box-shadow: 0px 0px 0px 0px rgba(34, 36, 38, 0.15) !important;
    border-radius: 0px 0px 4px 4px !important;
-moz-border-radius: 0px 0px 4px 4px !important;
-webkit-border-radius: 0px 0px 4px 4px !important;
border-top: 0px solid #ccc !important;
}

.left-menu > a{
    font-size: 16px !important;
    line-height: 2rem !important;
    padding: 0.5em 1em !important;
}

.ui.secondary.vertical.menu > .item {
    margin: 0 !important;
}

/* labels */

.labels{
    position: absolute;
    left: -10px !important;
    margin-top: 25px;
    text-align: left;
    z-index: 1;
    
}

.labels > .label{
    margin-bottom: 5px !important;
}

/* Modal Add Cart */


.modal{
    height: auto !important;
    top: auto !important;
}

.add-cart-modal{
    padding: 0 !important;
    min-width: 280px;
    max-width: 300px;
}


.add-cart-modal-image{
    display: inline-block;
    margin: 20px 0px 20px 0px;
    width: 250px;
}

.add-cart-modal-image > img{
    width: 70%;
    height: 70%;
}

.add-cart-modal-description{
    margin-bottom: 10px;
}

.ms2_form > .buttons{
    margin: 10px 0px 20px 0px;
}

.ms2_form > .buttons > input{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.button-plus > .icon{
    vertical-align: middle !important;
}

.button-minus > .icon{
    vertical-align: middle !important;
}

.cart-button-plus > .icon{
    vertical-align: middle !important;
}

.cart-button-minus > .icon{
    vertical-align: middle !important;
}

.counter-product-card{
    width: 60px !important;
}

.counter-modal{
    width: 70px !important;
}

.add-cart-counter-outer{
    margin: 15px 0px !important;
}

/* Language Select */

.language-select-outer{
    display: inline-block;
    margin-left: 25px;
}

.search-button{
    display: flex;
    align-items: center;
    text-align: center !important;
    padding: 0px 15px;
    font-size: 20px;
    background: #fff;
    color: #585656;
    cursor: pointer;
}

.search-form-outer{
    display: none;
    top: 65px;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 100 !important;
    background: #fff;
    padding: 15px 0px;
    -webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);    
}

.search-form-inner{
    width: 100%;
}

.search-form-inner > form{
    width: 100%;
}

.search-form-inner > form > div{
    width: 80%;
    max-width: 1200px;
}

.search-form-close{
    padding: 10px 10px;
    color: #555;
    cursor: pointer;
}

.overlay{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 90;
}

.ui-autocomplete{
    margin: 0 auto !important;
}

.search-image > img{
    width: 100% !important;
    max-width: 250px !important;
    margin: 0 auto !important;
}

#search-icon{
    cursor: pointer !important;
    z-index: 111;
}

/* Mini Cart */


.minicart-body{
    max-height: 227px;
    overflow-y: auto !important;
}

.minicart-icon{
    cursor: pointer;
    display: inline-block;
}

.minicart-icon > img{
    width: 36px;
    margin-top: 10px;
}

.minicart-total-marker{
    position: absolute;
    z-index: 3;
    margin: -5px 0 0 8px!important;
}

.minicart-row{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.minicart-row:last-child{
    margin-bottom: 0 !important;
}

.minicart-img > a > img{
    width: 90px;
    height: 90px;
}

.minicart-desc{
    width: 200px;
}

.minicart-rem{
    padding: 0px 10px;
}

.minicart-total{
    margin-top: 11px !important;
}

.minicart-order{
    font-weight: normal !important;
    margin-top: 11px !important;
}

.success-icon > i{
    font-size: 150px;
    margin: 20px 0px;
    color: #21ba45 !important;
}

.content{
    margin-left: 0em;
    margin-right: 0em;
}

.content-homepage{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0em;
    margin-right: 0em;
}

.content-homepage .page-heading{
    margin-bottom: 23px !important;
}

.catalog-menu-heading{
    display: inline-block;
    line-height: 2rem !important;
    padding: 0.5em 1em !important;
    cursor: pointer;
    margin-top: 15px;
    z-index: 100 !important; 
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.catalog-menu-heading-category{
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;    
}

.catalog-menu-heading.collapsed{
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.catalog-menu-heading-category.collapsed{
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;    
}

.catalog-menu-heading:after{
    content: "▼" !important;
    float: right;
    font-size: 13px;
}

.filter-menu-heading{
    display: inline-block;
    line-height: 2rem !important;
    padding: 0.5em 1em !important;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
}

.filter-menu-heading.collapsed{
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.filter-menu-heading:after{
    content: "▼" !important;
    float: right;
    font-size: 13px;
}

@media (max-width: 991px){
    

.filter-menu-heading{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
} 

.filter-menu-heading.collapsed{
    border-radius: 4px 4px 0px 0px !important;
    -moz-border-radius: 4px 4px 0px 0px !important;
    -webkit-border-radius: 4px 4px 0px 0px !important;
}

.catalog-menu-heading{
    display: inline-block;
    line-height: 2rem !important;
    padding: 0.5em 1em !important;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.catalog-menu-heading.collapsed{
    border-radius: 4px 4px 0px 0px; 
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}



}

@media (max-width: 1599px){
    .footer-md-block{
        padding-right: 15px;
    }
}

.catalog-menu > a{
    display: inline-block;
    border-bottom: 1px solid #505051;
    width: 100%;
    background: #404041;
    color: #fff;
    padding: 15px 10px;
}

.filter-menu-body{
    border: 1px solid rgba(34, 36, 38, 0.15) !important;
}

.sort-select{
    min-width: 13.5em !important;
}

@media (max-width: 991px){
    
    .sort-form-outer{
        border-top: 0px dotted #ccc;
        padding-top: 0px;
    }    
    
    .page-heading{
font-size: 26px !important;
    font-weight: 300 !important;
    padding-bottom: 20px !important;
    margin-top: 10px !important;
    }
    
}

/* Cart */

.cart-number-field{
    width: 70px;
}

.cart-table{
    font-size: 16px !important;
}


.cart-image{
    width: 120px;
}

.cart-product-thumb{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cart-clean{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 915px){
    .cart-clean{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }   
    
    .cart-total{
        text-align: center;
    }
    
    .product-card-form{
        text-align: center;
    }
    
    .product-card-heading{
        text-align: center;
        margin-top: 20px !important;
    }

}

.ms2_form > div > div{
    margin-bottom: 20px;
}

.checkbox > label{
    cursor: pointer;
    font-size: 16px;
}

.checkbox > label > input{
    margin-right: 7px;
}

.clean-form{
    cursor: pointer;
}

.payment-block-outer{
    min-height: 215px;
}

.client-info td:first-child{
    width: 220px;
}


.header-page-logo-inner > img{
    width: 75%;
}

.header-page-logo-inner > span{
    width: 75%;
    text-align: center !important;
    font-size: 1rem;
}

.ui.four.doubling.cards {
    margin-left: -0.5em;
    margin-right: -0.5em; 
}

@media (min-width: 700px) and (max-width: 1024px){

.header-page-logo-inner > img, .header-page-logo-inner > span{
    width: 70%;
    text-align: center !important;
}

}

.rightblock-segment{
    max-width: 400px;
}

@media (max-width: 768px){
    .rightblock-segment{
        max-width: 100% !important;
    }    
}

.hot-image > a > img{
    display: inline-block;
    width: 100%;
}

.hot-title{
    font-size: 16px;
}

.map{
    width: 100%;
}

.vendor-block-logo{
    width: 100%;
}

.slideshow-outer{
    margin: 0px 0px 30px 0px;
}

/* Article */
.article-image{
    width: 100%;
    max-width: 220px;
}

.warhouse-outer{
    display: none;
}

/* Sitemap */

.ui.list .list {
    padding: 0.5em 0em 0.5em 1.8em !important;
}

.contacts-table{
    font-size: 24px !important;
}

.contacts-table > tr > td > a{
    line-height: 35px;
    vertical-align: middle;
}

.contacts-table-td{
    width: 35%;
} 

.contacts-icon{
    display: inline-block;
    width: 36px;
    float: left;
}

.contacts-icon > img{
    display: inline-block;
    width: 36px;
    height: 36px;
}

.contacts-label{
    display: inline-block;
    line-height: 35px;
    margin-left: 15px;
}

.contacts-number{
    display: inline-block;
    line-height: 35px;
}

.content-page img{
    display: inline-block;
    width: 100%;
}

.select-shop > p{
    display: flex !important;
    align-items: center !important;
}

.select-shop > p > input{
    margin-right: 10px;
}

#del-address{
    display: none;
}

#pay-edrpou{
    display: none;
}

/* Cart */
#msCart th.count,
#msCart th.weight,
#msCart th.price,
#msCart th.remove { width: 15%; }
.js #msCart [type="submit"][value="cart/change"] { display: none; }

#msMiniCart { font-size: .8em; }
#msMiniCart h5 { margin: 0; }
#msMiniCart .empty { display: block; }
#msMiniCart .not_empty { display: none; }
#msMiniCart.full .empty { display: none; }
#msMiniCart.full .not_empty { display: block; }

/* Product */
#msProduct .old_price, #msCart .old_price, .ms2_product .old_price {
    color: brown;
    font-style: italic;
    text-decoration: line-through;
}

/* Order */
#msOrder { margin-top: 50px; }
#msOrder .radio { min-height: 30px; margin-bottom: 10px; }
#msOrder .radio img { max-height: 30px; margin-top: -2px; padding: 0 10px; }
#msOrder .required-star { display: none; color: brown; }
#msOrder .required .required-star { display: inline; }
#msOrder .error { border: 1px solid brown !important; }

/* Logs */
.msProductsLog, .msGalleryLog, .msCartLog, .msOrderLog, .msGetOrderLog {
    width: 100%;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

/*@import "redmond/jquery-ui-1.10.4.custom.min.css";*/

#mse2_sort a.active, #mse2_tpl a.active {
	color: black;
	text-decoration:none;
	cursor: default;
}

#mse2_filters .disabled {
	color: #AAA;
}

#mse2_results {
	margin-bottom: 20px;
}

#mse2_filters .mse2_number_slider {
	font-size: .7em;
	margin-bottom: 10px;
}
#mse2_filters .mse2_number_inputs label {
	display: inline-block;
}
/*
#mse2_filters .mse2_number_inputs label:last-child {
	margin-left: 20px;
}
*/

#mse2_selected {
	display: none;
	border-top: 1px dotted #ccc;
	margin-top: 15px;
	padding-top: 15px;
}

#mse2_selected .mse2_selected_link em {color: #000;}

.mSearchLog, .mFilterLog {
	width: 100%;
	overflow: auto;
	word-wrap: normal;
	white-space: pre;
}

#mse2_sort .sort span {color: #000000;}
#mse2_sort .sort[data-dir="asc"] span:after {content: "↑";}
#mse2_sort .sort[data-dir="desc"] span:after {content: "↓";}

#mse2_mfilter .btn_more {
	width: 150px;
	display: block;
	margin: auto;
}

#mse2_mfilter .pagination {
	margin: 0;
	padding: 0;
}

#mse2_mfilter .spinner {
	display: none;
	width: 32px;
	height: 32px;
	background: url('spinner.gif') no-repeat;
	background-size: 32px;
}
#mse2_mfilter.loading .spinner {
	display: block;
	margin: 20px auto 10px auto;
}

.mse2-ac-wrapper {font-size: 12px; padding: 2px 5px;}
.mse2-ac-link {padding: 0 !important;font-size: 12px; border: 1px solid transparent; border-bottom-color: #efefef;}
.mse2-ac-wrapper:last-child .mse2-ac-link {border-color: transparent;}
.mse2-ac-link.ui-state-focus {background-image: none !important; border-color: transparent !important; margin:0 !important;}

.mse2-ac-item {padding: 2px 5px;}
.mse2-ac-item:hover {cursor: pointer;}
.mse2-ac-item .mse2-ac-weight {display: inline-block; float:right;}

.form-group .input-sm {width:50%; display:inline-block;}
.ui-autocomplete-loading {
	background: white url('redmond/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ec-message {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.ec-message p:last-child {
    margin-bottom: 0;
}

.ec-message__date {
    font-size: 12px;
    color: #999;
    padding-left: 20px;
}

.ec-message__reply {
    background: #fff;
    padding: 10px;
    margin-left: 20px;
}
.ec-message__reply p:last-child {
    margin-bottom: 0;
}

.ec-error {
    display: none;
}

.ec-antispam {
    display: none;
}

/* Ratings
 ***************************/
.ec-rating {}
.ec-rating-stars {float:left;margin-right: 20px;}
.ec-rating-stars span{background: url(../../default/img/comments/ec-stars.png) 0 -16px no-repeat;width:20px;height:16px;float:left;display:block;margin: 0;cursor:pointer;}
.ec-rating-stars span.active {background-position: 0 0;}
.ec-rating-stars span.active2 {background-position: 0 0;}
.ec-rating-stars span.active-disabled {background-position: 0 -16px;}
.ec-rating-description {float:left;padding-top: 1px;color:#999;}

.ec-stars {background: url(../../default/img/comments/ec-stars.png) 0 -16px repeat-x;width:96px;height:16px;}
.ec-stars span{background: url(../../default/img/comments/ec-stars.png) 0 0 repeat-x;display:block;height: 16px;width:0px;}

.ec-stars span.rating-0{width: 0;}
.ec-stars span.rating-1{width: 16px;}
.ec-stars span.rating-2{width: 36px;}
.ec-stars span.rating-3{width: 56px;}
.ec-stars span.rating-4{width: 76px;}
.ec-stars span.rating-5{width: 96px;}

/* Clearfix
 ***************************/
.ec-clearfix:before,
.ec-clearfix:after {content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.ec-clearfix:after {clear: both;}
.ec-clearfix {zoom: 1;}

.swal-footer {
    text-align: center !important;
}

.credit-modal{
    display: none;
}

.visa-icons{
    color: #fff;
    font-size: 42px;
    margin-top: 60px;
}