/*------------------- BASE STYLE ------------------- */ 

* {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
html, body {min-height: 100% !important; height: 100%;}
body {width: 100%; position: relative; z-index: 0; margin: 0; padding: 0; 
-webkit-font-smoothing: antialiased;
}
body canvas {z-index: 1 !important;}
a {cursor: pointer;color:inherit;text-decoration:none;}
a:focus, button:focus {outline:none !important;}
img {max-width:100%;}
em {font-style: italic;}
strong {font-weight: bold;}
div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
input[type="image"], input[type="submit"], input[type="reset"], button {cursor: pointer;}
input[type="radio"], input[type="checkbox"] {position: relative; top: 2px;}
address, caption, cite, code, dfn, strong, th, var {font-style: normal;}
ol, ul {list-style: none;}
hr {border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #D3D3D3;}
caption,th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal; margin: 0;}
iframe {border: 0 inset !important;}
textarea {resize: none;}
input[type="text"], input[type="email"], input[type="number"], textarea {outline: 0 !important;font-family:inherit;display:block;width:100%;}

/*-------------------- MAIN STYLE -------------------------*/

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

body {
	font:15px 'PT Serif regular', serif;
}

.button {
    display:block;
    padding:15px;
    text-align:center;
    text-transform:uppercase;
    width:255px;
    border:1px solid white;
    background:rgba(255,255,255,.3);
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}

.smallbutton {
    display:inline-block;
    border:none;
    background:transparent;
    font-size:14px;
    line-height:1.3;
    padding:10px 15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.smallbutton.long {
    display:block;
    text-align:center;
    width:100%;
}

.smallbutton.brown, .smallbutton.brown-border:hover {
    color:white;
    background: #480004;
    border:1px solid #480004;
}

.smallbutton.brown:hover, .smallbutton.brown-border {
    color:#480004;
    background:white;
    border:1px solid #480004;
}

.button.grey {
    background: #e2e2e2;
    border:none;
}

.button.grey:hover {
    background: #c5c5c5;
}

.smallbutton.grey-border {
    border:1px solid #ccc;
}

.smallbutton.grey-border:hover {
    color:white;
    background: #480004;
    border:1px solid #480004;
}

.block-table {
    display:table;
    width:100%;
}

.block-cell {
    display:table-cell;
    vertical-align:top;
}

.brown-text {
    color:#480004;
}

.pink-text {
    color: #e11e98;
}

.offers-links a:hover {
    text-decoration:underline;
}

.slideItem > div, .slideItem > a {
    margin-left:7px;
    margin-right:7px;
}

/* ------------------------------------------- HOME PAGE --------------------------------------------*/

section {
    position:relative;
    background-position:center top;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}

.home {
    color:white;
}

.home .section1 {
    height: 100vh;
    background-image:url(/assets/design/images/CM_bg-1.jpg);
}

.home .section2 {
    background-image:url(/assets/design/images/CM_bg-2.jpg);
}

.home .section3 {
    background-image:url(/assets/design/images/CM_bg-3.jpg);
}

.home .section4 {
    background-image:url(/assets/design/images/CM_bg-4.jpg);
}

.home .section5 {
    background-image:url(/assets/design/images/CM_bg-5.jpg);
}

.home .header, .home .socnets, .home .footer {
    position:absolute;
}

.header, .socnets, .home .footer {
    z-index:1000;
}

.header {
    top:0;
    width:100%;
    padding:12px 30px;
}

.header > .container {
    overflow:hidden;
}

#showMenu, .home #logo {
    float:left;
    margin-top:8px;
}

#showMenu {
    width:34px;
    margin-right:80px;
    cursor:pointer;
}

#showMenu span {
    display:block;
    height:3px;
    margin-bottom:8px;
    background:white;
}

#logo {
    display:block;
    width:425px;
    opacity:0;
    -ms-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -webkit-transition:opacity .3s ease;
    transition:opacity .3s ease;
}

.right-links, .left-links {
    position: absolute;
    font-size:20px;
}

.right-links {
    right:30px;
}

.header .right-links {
    top:12px;
}

.right-links a, .right-links a:before, .left-links a, .left-links a:before {
    display:inline-block;
    vertical-align:middle;
}

.right-links a {
    margin-left:36px;
}

.right-links a:before, .left-links a:before {
    content:"";
    width:40px;
    height:40px;
    background-repeat:no-repeat;
    background-position:center center;
    -o-background-size:contain;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    background-size:contain;
    margin-right:6px;
}

.header .right-links a:first-child:before {
    background-image:url(/assets/design/images/CM_ic-2.svg);
}

.header .right-links a:last-child:before {
    background-image:url(/assets/design/images/CM_ic-4.svg);
}

.header .right-links a:last-child {
    position:relative;
    margin-right:55px;
}

.header .right-links a:last-child span {
    display:block;
    position: absolute;
    width:30px;
    height:58px;
    text-align:center;
    color:#410505;
    padding-top: 22px;
    top: -16px;
    right: -45px;
    background-image:url(/assets/design/images/CM_flag.svg);
    background-repeat:no-repeat;
    background-position:center center;
}

#msMiniCart {
    font-size:1em !important;
    display:block;
}

.home .footer {
    padding:0 30px 36px;
    width:100%;
    bottom:0;
    text-align:center;
}

.left-links {
    left:30px;
}

.footer .left-links, .footer .right-links {
    bottom:26px;
}

.home .left-links a:before {
    background-image:url(/assets/design/images/CM_ic-1.svg);
    margin-top: -4px;
}

.home .footer .right-links a:first-child:before {
    background-image:url(/assets/design/images/CM_ic-3.svg);
    margin-top: -4px;
}

.home .footer .right-links a:last-child:before {
    background-image:url(/assets/design/images/CM_ic-5.svg);
}

.f-menu {
    text-align:center;
    padding:0;
}

.f-menu li {
    display:inline-block;
    margin:0 18px;
}

.socnets {
    top:50%;
    margin-top:-72px;
}

.home .socnets {
    left:30px;
}

.socnets a {
    display:block;
    margin-bottom:18px;
}

.socnets a:last-child {
    margin:0;
}

.homeSlide {
    min-height:600px;
    min-height:100vh;
    background-position:center top;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}

.section-container {
    position: absolute;
    top:0;
    left:50%;
    margin-left:-699px;
    width:1398px;
    height:100%;
    padding:122px 70px;
}

.section-container.flex {
    align-items:center;
}

.align-center.flex {
    justify-content:space-around;
}

.logo-center {
    width:255px;
    text-align:center;
}

.logo-center .button {
    margin:20px auto 0;
}

.home-item {
    font-size:20px;
    width:25%;
    height:310px;
    overflow:hidden;
    text-align:center;
}

.home-item h2 {
    padding:10px 20px;
    border:1px solid white;
    background: rgba(255,255,255,.2);
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}

.home-item > div {
    padding:20px;
    line-height:2;
}

.home-item a:hover {
    text-decoration:underline;
}

.cell {
    align-items:center;
    position: absolute;
    width:33.3%;
    height:100%;
    padding:122px 15px;
    top:0;
    border-right:2px solid white;
    z-index:2;
}

.cell:hover {
    background:rgba(255,255,255,.5);
}

.cell:first-child {
    left:0;
}

.cell:nth-child(2), .cell:nth-child(3) {
    left:33.3%;
}

.cell:last-child {
    left:66.6%;
    border:none;
}

.cell:nth-child(3) {
    z-index:1;
}

.cell h3 {
    font-size:25px;
    text-align:center;
    text-shadow:2px 2px 2px rgba(0,0,0,.8);
    opacity:0;
    -ms-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -webkit-transition:opacity .3s ease;
    transition:opacity .3s ease;
}

.cell:hover h3 {
    opacity:1;
}

.cell-logo {
    font-family:'Oranienbaum', 'PT Sefif bold', serif;
    font-size:105px;
    text-shadow:4px 4px 4px rgba(0,0,0,.5);
    text-align:center;
    opacity:.8;
}

/* -------------------------------------------------INNER PAGE --------------------------------------------------*/

.inner-page {
    color:#323232;
    font-family:OpenSansRegular, arial, sans-serif;
}

.inner-page .container {
    max-width:1270px;
}

.inner-page .header {
    position:fixed;
    padding:0;
    background:white;
}

.inner-page .header > .container > .flex {
    padding:20px 0;
    align-items:center;
}

.inner-page #showMenu span {
    background:#323232;
}

.logo {
    display:inline-block;
}

.logo img {
    width:215px;
}

.inner-page .header .right-links a:last-child span {
    background-image: url(/assets/design/images/CM_flag2.svg);
    font: 20px OpenSansSemiBold, arial, sans-serif;
    top:-22px;
    padding-top: 21px;
}

.header .search {
    width:195px;
    border-bottom:1px solid #323232;
    float:left;
    margin-top:21px;
}

.search form {
    display:table;
    width:100%;
}

.search form > div {
    display:table-cell;
    vertical-align:top;
}

.search form > div:first-child {
    width:28px;
}

.header .search input, .header .search button {
    height:28px;
}

.search input, .search button {
    border:none;
    background:transparent;
    font-size:15px;
}

.search input {
    padding:5px;
}

.search button {
    display:block;
    width:28px;
    background:url(/assets/design/images/search-small.png) no-repeat center center;
}

.mobile-catalog-nav .search {
    border:1px solid #323232;
}

.mobile-catalog-nav .search input, .mobile-catalog-nav .search button {
    height:40px;
}

.mse2-row {
    margin-bottom:10px;
}

.mse2-row a {
    color: #323232;
}

.inner-page .header #showMenu {
    display:none;
}

.inner-page .header .right-links {
    position:static;
    font-size: 14px;
    color: #480004;
}

.inner-page .header .right-links a:before {
    width:31px;
    height:27px;
}

.inner-page .header .right-links a:first-child:before {
    background-image:url(/assets/design/images/CM_ic-2-2.svg);
}

.inner-page .header .right-links a:last-child:before {
    background-image:url(/assets/design/images/CM_ic-4-2.svg);
}

.topnav, .navigation ul {
    padding:0;
    text-transform:uppercase;
}

.topnav li {
    display:inline-block;
    margin:0 8px;
}

.navigation {
    background: #480004;
    color:white;
}

.navigation .flex {
    align-items:center;
    padding-right:15px;
}

.navigation .flex > ul > li {
    display:inline-block;
    padding:15px;
    position:relative;
}

.navigation .flex > ul > li:after {
    content:"";
    display:block;
    position: absolute;
    bottom:8px;
    left:50%;
    margin-left:-8px;
    width:8px;
    height:8px;
    border-left:1px solid white;
    border-bottom:1px solid white;
    transform:rotate(-45deg);
    z-index:20;
}

.navigation li ul {
    position: absolute;
    top:99%;
    left:0;
    width:250px;
    z-index:10;
    color:white;
    background: #480004;
    display:none;
}

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

.navigation li ul li {
    padding:10px 15px;
}

.inner-page .header ul a:hover, .inner-page .header ul .active > a {
    text-decoration:underline;
}

.navigation a[href^="tel:"] {
    font:20px OpenSansBold, arial, sans-serif;
}

.navigation .time {
    font-size:14px;
}

.header-nav-icon {
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}

.content-section {
    padding:15px 0 40px;
    min-height:775px;
}

.caption {
    margin-bottom: 20px;
    font: 25px OpenSansSemiBold, arial, sans-serif;
}

.caption.grey-line {
    overflow:hidden;
}

.caption.grey-line span {
    display:inline-block;
    position:relative;
    padding-right:20px;
}

.caption.grey-line span:after {
    content:"";
    display:block;
    position: absolute;
    bottom:5px;
    left:100%;
    width:1000px;
    height:2px;
    background:#ccc;
}

.crumbs {
    padding:130px 0 10px;
    background: #ffffe3;
    font-family: OpenSansSemiBold, arial, sans-serif;
    color:#767676;
}

.breadcrumb-item.active {
    color:#323232;
}

.breadcrumb, ul.pagination {
    padding:0;
}

.breadcrumb li, ul.pagination li {
    display:inline-block;
    margin-right:10px;
}

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

.items {
    overflow:hidden;
}

.item-img {
    display:block;
}

a.item-img, .button2, .smallbutton {
    -ms-transition:all .2s ease;
    -o-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}

.item-img img {
    display:block;
    width:100%;
}

a.item-img:hover {
    opacity:.8;
}

.inner-page .footer {
    background: #f2f2f2;
    padding:34px 0 0;
}

.inner-page .footer h3 {
    font:18px OpenSansSemiBold, arial, sans-serif;
    margin-bottom:20px;
}

.inner-page .footer ul {
    padding:0;
    color: #767676;
}

.inner-page .footer li {
    margin-bottom:15px;
}

.inner-page .footer ul a:hover, .inner-page .footer ul .active a, .copyright:hover {
    text-decoration:underline;
}

.footer-bottom {
    padding:20px 0;
    border-top:1px solid white;
    font-family: OpenSansSemiBold, arial, sans-serif;
}

.footer-bottom .flex {
    align-items:center;
}

.flex.flex-start {
    justify-content:flex-start;
}

.footer-bottom p {
    font-size:16px;
    margin-right:25px;
}

.f-socnets a {
    display:inline-block;
    margin:0 12px;
}

.copyright {
    font-size:12px;
}

.content-text {
    line-height:1.5;
    color:grey;
    font-size:14px;
}

.content-text ul, .content-text ol {
    padding-left:25px;
}

.content-text ul {
    list-style:disc;
}

.content-text ol {
    list-style:decimal;
}

.content-text h1, .content-text h2 {
    font-size:24px;
}

.content-text h3 {
    font-size:22px;
}

.content-text h4 {
    font-size:20px;
}

.item a:hover, .content-text a {
    text-decoration:underline;
}

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

.question-form {
    max-width: 800px;
}

.map {
    min-height:346px;
    background:#ccc;
}

.conf {
    clear:both;
    padding-top:15px;
}

.conf a {
    text-decoration:underline;
}

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

/* --------------------------------------------------------- CATALOG PAGE ---------------------------------------------------*/

#mse2_filters fieldset, #mse2_filters .flex, .filter-limit {
    padding:12px;
    border:1px solid #ccc;
}

#mse2_filters fieldset + fieldset, #mse2_filters .flex, .filter-limit {
    border-top:0;
}

#mse2_filters fieldset h4 {
    color: #480004;
    margin-bottom:15px;
}

#mse2_sort {
    border:1px solid #ccc;
    padding:10px 15px;
    margin-bottom:15px;
}

.product-item {
    margin-bottom:20px;
    font-family:OpenSansSemiBold, arial, sans-serif;
}

.product-item .item-img {
    margin-bottom:15px;
    border: 2px solid #ccc;
}

.product-item h3 {
    heighT:60px;
    overflow:hidden;
    color: #767676;
}

.product-item h3 a:hover {
    color:black;
    text-decoration:underline;
}

.product-item h3, .product-item p {
    margin-bottom:10px;
}

.product-item p {min-height:20px;}

.product-item.ms2_product .old_price {
    color:#a7a7a7;
    font-style:normal;
}

.product-item.ms2_product .price {
    color: #480004;
    font-size:20px;
}

/* -------------------------------------------------- PRODUCT PAGE ----------------------------------------------*/

.slick-arrow {
    position: absolute;
    top:50%;
    width:21px;
    height:40px;
    margin-top:-20px;
    z-index:10;
    opacity:0;
    border:none;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:transparent;
    -ms-transition:opacity .2s ease;
    -o-transition:opacity .2s ease;
    -moz-transition:opacity .2s ease;
    -webkit-transition:opacity .2s ease;
    transition:opacity .2s ease;
}

.slick-slider:hover .slick-arrow {
    opacity:.5;
}

.slick-slider:hover .slick-arrow:hover {
    opacity:1 !important;
}

.slick-prev {
    background-image:url(/assets/design/images/arr-left2.png);
    left:5px;
}

.slick-next {
    background-image:url(/assets/design/images/arr-right2.png);
    right:5px;
}

.slick-slide {
    outline:none !important;
}

.fourItemsSlider .slick-arrow {
    width:26px;
    height:26px;
    margin-top:0;
    top:-67px;
    border:1px solid #480004;
    opacity:.8;
    background-size:auto 50%;
}

.fourItemsSlider .slick-prev {
    left:auto;
    right:44px;
}

.fourItemsSlider .slick-next {
    right:7px;
}

.product-gallery {
    position:relative;
    padding-right:95px;
}

.nav-wrapper {
    height:550px;
    position: absolute;
    top:0;
    right:0;
    width:80px;
}

#productSlider {
    border:2px solid #ccc;
}

.productSlide .item-img {
    height:550px;
    background-position:center center;
    background-repeat:no-repeat;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
}

.productNavSlide .item-img {
    margin-bottom:15px;
}

.article-row .old_price, .price-row .price {
    font-family: OpenSansSemiBold, arial, sans-serif;
}

.price-row .price {
    font-size:30px;
    margin-left:30px;
}

.price-row {
    margin-bottom:15px;
    align-items:center;
    justify-content:flex-end;
}

.favorite-link {
    display:inline-block;
    width:20px;
    margin-left:10px;
}

.favorite-link img {
    display:block;
}

.options-row, .buttons-row {
    margin-bottom:10px;
}

.sizes-row {
    margin-bottom:30px;
}

.options-row select, .sizes-row select {
    height: 41px;
    border:1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px;
}

.options-row a {
    font-weight:bold;
    color:#480004;
}

.options-row a:hover {
    text-decoration:underline;
}

.details {
    margin-top:30px;
    font-size:12px;
    max-width:250px;
}

.details table {
    width:100%;
    border-collapse:collapse;
}

.details table td {
    width:50%;
    padding:6px;
}

.product-page h2.caption {
    margin-top:40px;
}

.details-add .block-cell {
    padding:10px 6px;
}

.details-add .block-cell:first-child {
    font-family: OpenSansSemiBold, arial, sans-serif;
    width:30%;
}

.brown-row {
    margin-top:40px;
    padding:10px 30px;
    color:white;
    background:#480004;
}

.columns3 {
    -moz-column-count:3;
    -webkit-column-count:3;
    column-count:3;
    -moz-column-gap:30px;
    -webkit-column-gap:30px;
    column-gap:30px;
}

.brown-row + .caption {
    margin-right: 90px;
}

.add-products {
    margin-top:36px;
}

.sizes {
    padding-left:0;
}

.sizes li {
    display:inline-block;
    margin:0 2px 5px 0;
}

.sizes input {
    display:none;
}

.sizes label {
    display:block;
    padding:4px 8px;
    line-height:1;
    cursor:pointer;
    border:1px solid #ccc;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.sizes input:checked + label, .sizes label:hover {
    border-color:#480004;
}

.product-schema-block {
    margin-bottom:30px;
}

.schema-list {
    display:none;
    padding:0;
    font-weight:bold;
    margin-top:20px;
}

.schema-list.active {
    display:block;
}

.schema-item {
    margin-bottom:5px;
    cursor:pointer;
}

.schema-item span {
    display:inline-block;
}

.schema-item span:first-child {
    width:200px;
}

#schema {
    position:relative;
    width: 195px;
    height: 170px;
    background: url(images/product-schema.png) no-repeat center 10px;
}

.elem {
    position: absolute;
    background-repeat:no-repeat;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity:0;
}

.elem.active {
    opacity:1;
}

#elem1 {
    left: 65px;
    top: 11px;
    width: 16px;
    height: 12px;
    background-image:url(images/elem1.png);
}

#elem2 {
    left: 47px;
    top: 56px;
    width: 93px;
    height: 67px;
    background-image:url(images/elem3.png);
}

#elem3 {
    left: 48px;
    top: 86px;
    width: 92px;
    height: 61px;
    background-image:url(images/elem5.png);
}

#elem4 {
    top: 93px;
    left: 121px;
    width: 3px;
    height: 72px;
    background-image:url(images/elem2.png);
}

#elem5 {
    top: 22px;
    left: 86px;
    width: 63px;
    height: 66px;
    background-image:url(images/elem4.png);
}

.product-main-form .grey-border {
    padding:20px;
    border:1px solid #ccc;
    min-height:332px;
}

.product-description {
    margin-bottom:15px;
}

.first-row {
    margin-bottom:15px;
}

.product-main-description.col-md-6 {
    padding-left:20px;
}

.product-links p {
    margin-bottom:15px;
}

#msProduct .old_price {
    font-style:normal !important;
    color:grey !important;
}

/* -------------------------------------------------- CART ----------------------------------------------------*/
.table-responsive {
    overflow-x:auto;
    width:100%;
}

.table {
    width:100%;
    min-width:700px;
}

.table th, .table td {
    padding:10px 15px;
}

.table th {
    font-weight:normal;
    font-family: OpenSansBold, arial, sans-serif;
    font-size:16px;
}

.table-header th {
    background:#f6f6f6;
}

.table-footer th {
    background: #480004;
    color: white;
}

#msCart th.remove {
    width:70px !important;
}

#msCart .title h3 {
    font:16px OpenSansBold, arial, sans-serif;
    color: #480004;
}

#msCart .title h3 a:hover {
    text-decoration:underline;
}

#msCart .table-responsive {
    margin-bottom:20px;
}

.button-del {
    font-size: 30px;
    color: #480004;
    background: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

#msOrder {
    margin-top:0 !important;
}

#msOrder h4 {
    font:16px OpenSansBold, arial, sans-serif;
    color: #480004;
    margin-top:30px
}

#msOrder > .row {
    margin-bottom:20px;
}

.flex.well {
    align-items:center;
}

#msOrder .well h4 {
    margin:0;
}

#msOrder hr {
    margin:30px 0 20px;
}

/* -------------------------------------------------- ARTICLES -----------------------------------------------*/

.article-item {
    margin-bottom:50px;
}

.article-item h3 {
    font-size: 20px;
    height: 54px;
    margin: 15px 0;
    overflow: hidden;
}

.intro {
    font-size: 18px;
    color: grey;
    overflow: hidden;
    height: 120px;
}

.comment-text {
    overflow: hidden;
    height: 280px;
}


/* -------------------------------------------------- POPUP BLOCKS --------------------------------------------*/

.popup-block {
    position:relative;
    margin:0 auto;
}

#mobileMenu {
    color:white;
    font-size:18px;
    padding:20px 0;
}

#mobileMenu ul {
    padding:0;
    margin-bottom:30px;
}

#mobileMenu li {
    margin-bottom:15px;
}

#mobileMenu h3 {
    margin-bottom:15px;
}

#mobileMenu ul a:hover {
    text-decoration:underline;
}

#mobileMenu .active > a {
    color:#ec9bff;
}

#mobileMenu .mfp-close {
    color:white;
    width:27px;
    height:27px;
    line-height:27px;
    font-size:45px;
}

.popup-form {
    max-width:500px;
    background:white;
    padding:20px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

.form {
    overflow:hidden;
}

.popup-form h3 {
    font-size:20px;
}

.form-group {
    margin-top:15px;
}

.req {
    display:none !important;
}

label {
    display:block;
    margin-bottom:5px;
}

input[type="text"], input[type="email"], input[type="number"], textarea {
    border:1px solid #ccc;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

input[type="text"], input[type="email"], input[type="number"] {
    height:40px;
    padding:5px 15px;
}

textarea {
    padding:10px 15px;
}

.form .button {
    float:right;
}

.popup-table {
    max-width:1200px;
    background:white;
    padding:40px 20px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

.popup-table table {
    width:100% !important;
    border:none;
}

.popup-table td {
    border:none;
    padding:10px 15px;
    text-align:center;
}

.popup-table tr:first-child td, .popup-table tr:hover td {
    background: #f6f6f6;
}

.popup-table tr:first-child td {
    font-weight:bold;
}

/* ------------------------------------------------- MOBILE ------------------------------------------------------*/

.mobile.home .header, .mobile.home .socnets {
    position:fixed;
}

.mobile #homeSlider {
    display:none;
}

.mobile .onepage-wrapper .section {
    height:auto;
}

.mobile .section-container {
    position:static;
    min-height:600px;
    margin:0 auto;
}
    
.mobile .cell {
    position:static;
    height:auto;
    width:100%;
    padding:80px 70px;
    border-bottom:2px solid white;
}

.mobile .cell:nth-child(3) {
    display:none;
}

.mobile .cell h3 {
    opacity:1;
}

.mobile.home .footer {
    position:relative;
    margin-top:-46px;
}

.mobile-catalog-nav {
    margin-bottom:30px;
    display:none;
}

.mobile-catalog-nav ul {
    padding:0;
    font-size:18px;
}

.mobile-catalog-nav li {
    padding:10px 0;
    border-bottom:1px solid black;
}

.mobile-catalog-nav a:hover, .mobile-catalog-nav .active a {
    text-decoration:underline;
}

.mobile-catalog-nav .active a {
    font-weight: bold;
}


/* ------------------------------------------------- MEDIA QUERIES-----------------------------------------------*/

@media screen and (max-width:1600px) {
    .navigation {font-size:14px;}
}

@media screen and (max-width:1400px) {
    .home-item {font-size:20px;height:250px;width:30%;}
    .button {width:170px;padding:10px;font-size:12px;}
    .cell-logo {font-size:75px;}
    .section-container {width:100%;left:0;margin-left:0;}
    #ReadyforShopping, .item_add {height: 50px;line-height: 30px;}
    .topnav {font-size:12px;}
}

@media screen and (max-width:1300px) {
    .f-menu {display:none;}
}

@media screen and (max-width:1199px) {
    .inner-page .header .search, .inner-page .header .right-links a:first-child {display:none;}
    .mobile-catalog-nav {display:block;}
    .inner-page .header {padding-bottom:12px;}
    .inner-page .footer ul {margin-bottom:40px;}
}

@media screen and (max-width:991px) {
    .inner-page .header #showMenu {display:block;}
    .topnav, .navigation {display:none;}
    #mobileMenu .flex {display:block;padding:20px 0;}
    #mobileMenu > div > ul {padding:0;width:auto;}
    #mobileMenu > div > ul > li > ul {display:none;}
    #mobileMenu .mfp-close {width:44px;height:44px;line-height:44px;}
    .section4 .section-container.flex {display:block;}
    .home-item {width:100%;height:auto;margin-top:20px;}
    .f-block {display:none;}
    .footer .button2 {float: none;margin: 0 auto;}
    .product-schema-block {display:none;display:block;}
    .product-main-form .grey-border {min-height:0;}
    .buttons-row > div:first-child {margin-bottom:15px;}
    .product-gallery {margin-bottom:30px;}
    .footer-bottom .flex, .footer-bottom .flex > a:last-child, .footer-bottom p {display:block;}
    .footer-bottom .flex, .footer-bottom .flex > a:first-child, .footer-bottom p {margin-bottom:15px;}
}

@media screen and (max-width:767px) {
    #lodo, .socnets {display:none;}
    #msMiniCart {width: 40px;height: 40px;overflow: hidden;margin:0;}
    .inner-page .header .right-links a:before {width: 40px;height: 40px;}
    .inner-page .header #showMenu {margin-right:6px;}
    .section-container {padding: 122px 15px;}
    .mobile.home .footer {margin:0;background:#35221e;}
    .footer, .inner-page .footer {padding:20px 15px;text-align:left;position:relative;}
    .footer .left-links, .footer .right-links {position:static;}
    .footer .left-links a, .footer .right-links a {margin:0 20px 15px 0;}
    .header .right-links a:first-child {display:none;}
    .goods-gallery > div > img {display:none;}
    .simpleCart_items table {font-size:14px;}
    .simpleCart_items td, .simpleCart_items th {padding:5px;}
    .intro, .comment-text {height:auto;}
}

@media screen and (max-width:575px) {
    .logo img {width: 150px;}
    .nav-wrapper {display:none;}
    .product-gallery {padding-right:0;}
    .slick-arrow {width:50px;height:50px;margin-top:-25px;background-color:white;opacity:.5;}
}
.my-table {
    margin-top: 1rem;
    display: block;
    width: 100%;
    min-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.my-table thead th,
.my-table tbody tr td:first-child {
    background: #480004;
    color: #fff;
    font-family: OpenSansRegular, arial, sans-serif;
    font-weight:100;
    border-right: 1px solid #480004;
}
.my-table tbody tr td {
    border-right: 1px solid #480004;
    border-bottom: 1px solid #480004;
}
.mobile.home .footer {
    display:none;
}
.catalogue {
    margin: 0;
    padding: 0;
    text-align: center;
}
.catalogue a {
    display: block;
}
.catalogue span {
    margin: 1rem;
    display: block;
}
.reverse {    
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
@media screen and (min-width:768px) {
    .catalogue {
        margin: 0;
        padding: 0;
        text-align: center;
        display: flex;
    }
    .catalogue li {
        margin: 1rem;
    }
}
@media screen and (min-width:1366px) {
    .my-table {
        margin-top: 4rem;
    }
    .mobile.home .footer {
        display:block;
    }
    .catalogue li {
        width: 33%;
    }
    .reverse {    
        flex-direction: row!important;
    }
}