@font-face {
    font-family: "Gilroy";
    src: url("./gilroy-regular.woff") format("opentype");
}

@font-face {
    font-family: "Rubik";
    src: url("./Rubik-Regular.ttf") format("opentype");
}

body {
    font-family: Gilroy;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background-color: #F4F5FF;
}

body.common-home>.container:first-of-type {
    margin-top: 100px;
}

body:not(.common-home)>.container:first-of-type {
    margin-top: 50px;
}

body>.container-main {
    margin-top: 0px!important;
}

body>.container-fluid {
    width: 100%;
}

body:not(.common-home) {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    gap: 30px;
}

.container-Ellipse {
    background: url(/image/catalog/Ellipse-r-tr.png) right 35% no-repeat, url(/image/catalog/Ellipse-l-tr.png) left 100% no-repeat;
    background-size: auto, auto, cover;
    /* Меняем масштаб */
    background-color: #F4F5FF;
}

.p-0 {
    padding: 0px!important;
}

.pl-0 {
    padding-left: 0px!important;
}

.pr-0 {
    padding-right: 0px!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

.cursor-pointer {
    cursor: pointer!important;
}

.well {
    background-color: #fff;
    border-radius: 20px;
    border: none;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(62, 65, 128, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(62, 65, 128, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(62, 65, 128, 0.1);
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    margin-top: 0px;
    font-size: 36px;
    color: #C41918;
    font-weight: bold;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #777;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 14px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control,
.input-group .form-control:last-child {
    font-size: 14px;
    height: 37px;
    border-radius: 6px;
}

#input-sort {
    height: 30px;
    border-radius: 12px;
    border-color: #4C5EFF;
    color: #bbb;
}

.input-limit {
    display: none;
}

.input-limit+label {
    margin-left: 5px;
    border-radius: 50%;
    cursor: pointer;
    min-width: 28px;
    min-height: 28px;
    padding: 6px 8px;
}

.input-limit:checked+label {
    background-color: #C41918;
    color: #fff;
}

.input-limit-block {
    display: block;
    text-align: right;
}

.input-limit-label {
    margin-right: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 14px;
}

.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-align: center;
    background-color: unset;
    border: none;
    border-radius: 4px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    /* color: #ffffff; */
    background-color: #ffffff;
    /* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
    /* background-repeat: repeat-x; */
}

#menu-dropdown-toggler .dropdown-menu li>a:hover {
    color: #b95454;
    /* color: #ffffff; */
    background-color: #ffffff;
    /* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
    /* background-repeat: repeat-x; */
}


/* top */

#top {
    padding: 0;
    margin: 0 0 20px 0;
    min-height: 67px;
    position: relative;
    top: 60px;
    z-index: 999;
}

#top .container {
    padding: 0 20px;
    background: #fff;
    border-radius: 33px;
    height: 67px;
    width: 1100px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 10px 10px 0px rgba(34, 60, 80, 0.2);
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    /* color: #e0e0e0; */
    /* text-shadow: 0 1px 0 #FFF; */
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    /* color: #f5f5f5; */
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 18px;
}

#top-links a+a {
    margin-left: 15px;
}

#main-page-images {
    height: 760px;
}

#main-page-images div {
    height: 350px;
}

#main-page-images img {
    width: 100%;
}

@media (max-width: 767px) {
    #main-page-images {
        height: auto;
        margin-top: -70px;
    }
    #main-page-images div {
        height: auto;
    }
    #main-page-images img {
        width: 100%!important;
    }
    #main-page-images img+span {
        position: relative;
        bottom: 60px!important;
        left: 20px!important;
        color: #fff;
        font-size: 18px!important;
        font-weight: 700;
        line-height: 20px!important;
    }
    .account-register .pull-right {
        height: 200px;
    }
    .account-register .pull-right .btn-primary {
        width: 100%;
        margin-top: 20px;
        height: 50px;
    }
}

#main-page-images .main-page-left-image span {
    position: relative;
    bottom: 130px;
    left: 30px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

#main-page-images .main-page-right-image span {
    position: relative;
    bottom: 130px;
    left: 50px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

#menu-telephone {
    color: #C41918;
    border-bottom: 1px solid #d13434;
}

#menu-telephone-large {
    display: none;
}

@media (max-width: 867px) {
    #menu-telephone {
        display: none;
    }
    #menu-telephone-large {
        display: inline-block;
    }
    #menu-language-flag {
        display: none;
    }
}

#menu-telephone-mobile {
    display: none;
    margin: 23px 0 0 0;
}

@media (max-width: 767px) {
    #top-links {
        display: none;
    }
    #menu-telephone-large {
        display: none;
    }
    #menu-telephone-mobile {
        display: inline-block;
    }
}

#menu-dropdown-toggler {
    vertical-align: middle;
    margin-bottom: -6px;
    cursor: pointer;
}

#menu-dropdown-toggler .dropdown-menu {
    z-index: -1;
    padding-top: 17px;
    border-radius: 10px;
    border: none;
}

#menu-dropdown-toggler .dropdown-menu li {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0px 8px 0px;
}

#menu-dropdown-toggler .dropdown-menu li a {
    color: #781818;
    text-decoration: underline;
}


/* logo */

#logo {
    /* margin: 7px 0 10px 10px; */
    margin: 13px 0 0 0;
}

#logo img {
    max-width: unset;
    width: 65px;
}


/* search */

#search {
    margin-right: 20px;
    padding-right: 10px;
    margin-left: 20px;
    width: 300px;
    border: 1px solid #781818;
    border-radius: 5px;
}

#search input {
    border: none;
    height: 30px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    text-shadow: 0 1px 0 #FFF;
}


/* cart */

#cart {
    font-family: Rubik;
    /* margin-top: 4px;
    margin-bottom: 10px; */
}

#cart>.btn {
    font-size: 14px;
    line-height: 18px;
}

#cart.open>.btn {
    /* background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none; */
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    font-size: 16px
}

@media (max-width: 991px) {
    #cart .dropdown-menu {
        font-size: 14px;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */

#menu {
    margin-top: 14px;
    /*background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;*/
    min-height: 40px;
}

#menu .nav>li>a {
    color: #333;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
    font-size: 16px;
    line-height: 18px;
}


/* #menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: rgba(0, 0, 0, 0.1);
} */

#menu .nav>li>.winter-products-menu {
    color: #1885c4!important;
    text-decoration-color: #1885c4;
    font-weight: 700;
    font-size: 16px;
}

#menu .nav>li>.summer-products-menu {
    color: #18c418!important;
    text-decoration-color: #18c418;
    font-weight: 700;
    font-size: 16px;
}

#menu .nav>li>.specials-products-menu {
    color: #C41918;
    font-weight: 700;
    font-size: 16px;
}

#menu .dropdown-menu {
    padding-bottom: 0;
    max-width: 642px;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 24px;
    color: #333333;
    font-size: 14px;
}

#menu .dropdown-inner li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    text-decoration-color: #C41918;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 10px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 14px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #C41918;
    /* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    /* color: #fff; */
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); */
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    /* color: #FFF; */
    padding: 2px 18px;
    float: right;
    /* background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;*/
}

.navbar-toggle {
    margin-top: 0px;
}

#menu .btn-navbar i {
    padding-top: 9px;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    /*color: #ffffff;
    background-color: #229ac8;*/
}

@media (max-width: 1140px) {
    #top .container {
        width: 90%;
        position: absolute;
        left: 5%;
    }
}

@media (min-width: 992px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #top .container {}
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    #cart .dropdown-menu .btn-lg {
        font-size: 12px;
    }
}


/* content */

#content {
    min-height: 600px;
}


/* footer */

.container-no-footer+footer {
    display: none;
}

footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #333;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
    padding-bottom: 40px;
    margin-top: auto;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
    margin-left: 14px;
    margin-right: 14px;
}

footer a {
    color: #fff;
    font-size: 14px;
}

footer li {
    color: #999;
    font-size: 14px;
    margin-bottom: 12px;
}

footer .footer-small {
    color: #bbb;
    font-size: 10px;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

footer h5 a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */

.breadcrumb {
    margin: 0px;
    padding: 8px 0;
    background: none;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

.text-success {
    color: #14A96A;
}

.text-warning {
    color: #CA8621;
}

.text-danger {
    color: #C41918;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 14px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); */
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #333;
    background-color: #ccc;
    border: 1px solid #ccc;
    box-shadow: none;
}

.btn-default:hover {
    background-color: #bbb;
    border: 1px solid #bbb;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #c82222;
    border-color: #c82222;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #c62020!important;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    background-color: #C41918;
    /* background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); */
    /* background-repeat: repeat-x; */
    border: 1px solid #C41918;
    border-radius: 10px;
}

.btn-add-to-cart {
    color: #ffffff;
    background-color: #C41918;
    border: 1px solid #C41918;
    border-radius: 6px;
    display: block;
    padding: 6px 10px;
    margin: auto;
    margin-bottom: 14px;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: #34AF1F;
    border-color: #34AF1F;
    border-radius: 6px;
    border: 1px solid #34AF1F;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    /* background-image: linear-gradient(to bottom, #e06342, #dc512c); */
    /* background-repeat: repeat-x; */
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #333;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    /* background-image: linear-gradient(to bottom, #444444, #222222); */
    /* background-repeat: repeat-x; */
    border: 1px solid #363636;
    box-shadow: none;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    color: #ffffff;
    /* background-image: linear-gradient(to bottom, #333333, #111111); */
}


/* list group */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 14px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(62, 65, 128, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(62, 65, 128, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(62, 65, 128, 0.1);
}

.product-thumb:hover {
    border-radius: 20px 20px 0px 0px;
}

.related-products-header {
    color: #000;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

.related-products .product-thumb:hover {
    border-radius: 20px;
}

.product-thumb:hover:after {
    display: block;
    position: absolute;
    content: ' ';
    background-image: url(/image/catalog/show.png);
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    color: #fff;
    top: 58px;
    right: 8%;
    cursor: pointer;
    pointer-events: none;
}

.module-content .product-thumb:hover {
    border-radius: 20px;
}

.product-thumb .image {
    text-align: center;
    width: 100%;
}

.product-thumb .img-responsive {
    width: 100%;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.9;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 28px;
}

.product-thumb .caption {
    padding: 0 20px;
    /* min-height: 40px; */
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        /* min-height: 210px; */
        padding: 0 10px;
    }
    #menu .nav>li>a {
        padding: 10px 10px 10px 10px;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #C41918;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    bottom: 68px;
    right: 25px;
}

.product-thumb .model {
    line-height: 1.1;
    display: none;
}

.product-thumb .product-color {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
}

.product-thumb .product-in-stock {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 12px;
}

.product-thumb .price-new {
    font-weight: 600;
    display: block;
    text-align: right;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    display: block;
    text-align: right;
    font-size: 14px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 14px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
    display: none;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

.product-layout {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-layout {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-thumb {
        border-radius: 8px;
    }
    .module-content {
        padding: 5px;
    }
    .module-content .product-thumb:hover {
        border-radius: 8px;
    }
    .product-thumb .caption {
        padding: 0 10px;
    }
    .product-thumb h4 {
        font-size: 12px;
    }
    .product-thumb .product-color {
        font-size: 10px;
    }
    .product-thumb .product-color {
        margin-top: 0px;
    }
    .product-thumb .product-in-stock {
        margin-bottom: 7px;
    }
    .product-thumb .price {
        font-size: 12px;
        right: 10px;
        line-height: 140%;
        margin-bottom: 40px;
    }
    .module-content .product-thumb .price {
        margin-bottom: 9px;
    }
    .product-thumb .price-old {
        font-size: 10px;
        line-height: 140%;
        margin-bottom: 7px;
    }
    .module-content .product-thumb .price-old {
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.product-page {
    margin-top: 20px;
}

.product-page .thumbnail {
    background-color: unset;
}

.product-page .thumbnail img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 1px 1px rgb(62 65 128 / 10%);
    -moz-box-shadow: 0px 0px 1px 1px rgba(62, 65, 128, 0.1);
    box-shadow: 0px 0px 1px 1px rgb(62 65 128 / 10%);
}

.product-page .owl-carousel {
    background: unset;
    margin-left: -20px;
}

.product-page .owl-controls .owl-buttons .owl-prev,
.product-page .owl-controls .owl-buttons .owl-next {
    top: 25%
}

.product-page .owl-wrapper-outer {
    border: none;
}

.product-page .thumbnails .owl-item img {
    margin: 0px;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    /* margin-left: 20px; */
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    display: block;
    padding: 1px;
    border: 2px solid #ADCECC;
}

.image-additional {
    /* max-width: 78px; */
}

.thumbnails .image-additional {
    float: left;
    /* margin-left: 20px; */
    padding-left: 0px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    border-radius: 6px 0 0 6px!important;
    min-width: 50px;
    /* border-radius: 0; */
}

.input-group .form-control[name^=quantity]+.input-group-btn>.btn {
    border-radius: 0 6px 6px 0;
    background: #F1F2FC;
    color: #a5a6b4;
}

.input-lg {
    border-radius: 0;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/* BMV BEGIN*/

#go-back,
#filter-toggler {
    display: none;
}

.form-control:focus {
    border-color: #777;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.active,
.btn:active {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus {
    /* border-radius: 0px!important; */
}

.btn-cart {
    background: none;
    border: none;
    font-size: 20px;
    padding-left: 0px;
}

.btn-cart .fa {
    font-size: 20px;
}

#search .btn-search {
    background: #fff;
    border: none;
    margin-left: 1px;
    border-radius: 5px 10px;
    padding: 5px;
    color: #781818;
}

#top-links ul {
    margin-bottom: 0px;
}

.about_store_block {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #3d3d3d;
}

.about_store_block h1 {
    margin-bottom: 30px;
}

.about_store_block p {
    margin-bottom: 30px;
}

.about_store_title {
    font-family: OpenSansLight;
}


/* .about_store_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15%;
    height: 1px;
    margin: 0 auto;
    background: #adcecc;
} */

.owl-wrapper-outer {
    border: none;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
}

a:active,
a:focus,
button:active,
button:focus {
    outline: none !important;
}

#menu {
    margin-bottom: 0px;
}

.product-header {
    color: #C41918;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin: 6px 0px;
    line-height: 29px;
}

.sku-and-manuf-block {
    font-size: 12px;
}

.share-button {
    margin-top: 26px;
    cursor: pointer;
    text-align: center;
}

.share-button img {
    width: 32px;
}

.share-button>span {
    margin-top: 30px;
    padding-left: 10px;
    color: #ff2950;
    transition: font-size 0.5s;
}

.share-button:hover span {
    font-size: 14px;
}

@media (min-width: 1200px) {
    #menu .dropdown-inner a {
        line-height: 28px;
        font-size: 14px;
    }
    #menu .see-all {
        font-size: 14px;
    }
    #menu {
        width: 685px;
        padding-left: 0px;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    #menu {
        width: fit-content;
    }
    #menu .collapse {
        padding: 0px;
    }
    #menu .nav>li>a {
        padding: 10px 10px 10px 10px;
    }
    #menu-language-flag {
        display: none;
    }
    #menu-telephone {
        display: none;
    }
    #menu-telephone-large {
        display: block;
    }
}

@media (min-width: 767px) and (max-width: 955px) {
    #menu {
        width: 540px;
    }
    #menu .nav>li>a {
        padding: 10px 7px 10px 7px;
    }
}

@media (min-width: 767px) and (max-width: 1050px) {
    #menu .nav>li>a {
        padding: 10px 5px 10px 5px;
        font-size: 14px!important;
    }
}

@media (min-width: 767px) and (max-width: 875px) {
    #menu .nav>li>a {
        padding: 10px 5px 10px 5px;
        font-size: 12px!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #menu .dropdown-inner a {
        line-height: 24px;
        font-size: 14px;
    }
    #menu .see-all {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .product-content {
        display: inline-flex;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-info {
        padding-top: 10px;
    }
    .share-button {
        margin-top: 0px;
    }
    .share-button {
        margin-bottom: 20px;
    }
    .product-header {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .product-page .thumbnail img {
        border-radius: 8px;
    }
    .whishlist-btn {
        position: absolute;
        right: 40px;
        top: 5px;
    }
    .whishlist-btn img {
        width: 36px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #menu {
        width: fit-content;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .thumbnails {
        margin-left: 0px;
    }
    .share-button {
        margin-top: 26px;
    }
    .header-search-block {
        margin-left: -10px!important;
    }
    .product-page .owl-carousel {
        margin-left: 0px;
    }
}

.d-none {
    display: none!important;
}

.pagination-block {
    margin-top: 60px;
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
    border-radius: 6px;
    margin: 1px;
    border: none;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 6px!important;
    margin: 1px;
}

.pagination>li>.interval,
.pagination>li>.interval:hover {
    padding: 0px 12px 12px 12px;
    background: none;
    border: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #C41918;
    border-color: #C41918;
}

#column-left .accordion {
    margin-top: 0px;
}

.size-block hr {
    margin-top: 0px;
    margin-bottom: 14px;
}

.size-block label,
#product .checkbox label,
#product .radio label {
    border: 1px solid #BDBDBD;
    padding: 6px 16px;
    margin-left: 5px;
    border-radius: 10px;
    cursor: pointer;
    min-width: 28px;
    background-color: #fff;
    position: relative;
}

.product-info .size-block-mobile input[type=radio]:checked+label:after,
.product-info .size-block input[type=radio]:checked+label:after,
.product-info #product .checkbox input[type=checkbox]:checked+label:after,
.product-info #product .radio input[type=radio]:checked+label:after {
    display: block;
    position: absolute;
    content: ' ';
    background-image: url(/image/catalog/checkedSVG.svg);
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    color: #fff;
    bottom: 11px;
}

.product-info .sizes-help {
    float: right;
}

.product-info .sizes-help a {
    text-decoration: underline;
    font-size: 14px;
}

.size-block label {
    border: 1px solid #BDBDBD;
}

#product .checkbox,
#product .radio {
    display: inline-block;
}

.size-block-mobile input[type=radio],
.size-block input[type=radio],
#product input[type=checkbox],
#product input[type=radio] {
    display: none;
}

.size-block-mobile input[type=radio]:hover+label,
.size-block input[type=radio]:hover+label,
#product .checkbox input[type=checkbox]:hover+label,
#product .radio input[type=radio]:hover+label {
    border: 1px solid #C31918;
    background-color: #ff6569;
    color: #FFFFFF;
}

.size-block-mobile input[type=radio]:checked+label,
.size-block input[type=radio]:checked+label,
#product .checkbox input[type=checkbox]:checked+label,
#product .radio input[type=radio]:checked+label {
    background-color: #C31918;
    color: #C31918;
}

.size-block input[type=radio]:checked+label,
.size-block-mobile input[type=radio]:checked+label {
    display: inline-grid;
}

.size-block-mobile input[type=radio]:checked+label:after,
.size-block input[type=radio]:checked+label:after,
#product .checkbox input[type=checkbox]:checked+label:after,
#product .radio input[type=radio]:checked+label:after {
    display: block;
    content: ' ';
    background-image: url('/image/catalog/checkedSVG.svg');
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    color: #fff;
    margin-top: -18px;
}

.size-block-mobile input[type=radio]:checked+label:after {
    bottom: 83px;
    margin-left: 4px;
}


/* .product-info {
    background: #F0FCFB;
} */

.product-info .price,
.product-info .price-new {
    font-size: 20px;
}

.product-info .price-new-mobile {
    display: none;
}

.product-info .price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.product-info .product-attributes {
    font-size: 18px;
}

.product-info .product-attributes tr>td {
    border-top: none;
    padding: 4px;
    color: #828282;
}

.product-info .product-attributes tr>td:first-child {
    font-weight: bold;
}

.product-info .stock {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #34AF1F;
    border-color: #34AF1F;
    border-radius: 10px;
    border: 1px solid #34AF1F;
    width: fit-content;
    margin-top: 40px;
    margin-bottom: 30px;
}

.product-info .stock i {
    color: #1fe41a;
    margin-right: 6px;
    font-size: 7px;
    position: relative;
    top: -2px;
}

.product-info ul {
    font-size: 14px;
    line-height: 24px;
    color: #36283a;
}

.product-content .thumbnail {
    padding: 0px;
    border: none;
}

.thumbnail>img {
    width: 100%;
}

#button-cart {
    padding-top: 14px;
    padding-bottom: 14px;
    border-color: #C41918;
    background-color: #C41918;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    Font-size: 18px;
}

.devivery-info {
    font-weight: bold;
    text-align: center;
    display: block;
}

.product-details-block {
    border-radius: 10px;
    border: #999;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 1px 1px rgb(62 65 128 / 10%);
    -moz-box-shadow: 0px 0px 1px 1px rgba(62, 65, 128, 0.1);
    box-shadow: 0px 0px 1px 1px rgb(62 65 128 / 10%);
}

.product-details-block ul {
    list-style: none;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #000;
}

.product-details-block ul li:before {
    content: "—";
    position: relative;
    left: -5px;
}

.product-details-block h5 {
    font-weight: bold;
    margin: 20px;
}

.nav-tabs>li a {
    border: none;
    font-weight: bold;
    color: #828282;
    font-size: 18px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 4px solid #F64241;
    background-color: unset;
}

.additional-product-info {
    margin-top: 60px;
    margin-bottom: 60px;
}

.size-block {
    padding: 0 14px;
    text-align: center;
}

.size-block-mobile {
    display: none;
}

.size-block h4 {
    display: none;
}

.product-thumb .info-block {
    display: none;
    /* border: 1px solid #ddd; */
    border-top: 0;
    position: absolute;
    left: 0px;
    right: -1px;
    background: inherit;
    z-index: 99;
    background-color: #fff;
    margin-right: 6px;
    margin-left: 5px;
    border-radius: 0px 0px 20px 20px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(62, 65, 128, 0.1);
    -moz-box-shadow: 0px 1px 1px 1px rgba(62, 65, 128, 0.1);
    box-shadow: 0px 1px 1px 1px rgba(62, 65, 128, 0.1);
}

.product-thumb:hover {
    border-color: #cacce2
}

.product-thumb:hover .info-block {
    display: block;
    border-color: #a9d2c3;
}

.cart-not-empty {
    color: #C41918;
}

#cart.open>.cart-not-empty:hover,
.cart-not-empty:hover {
    color: #C41918;
}

#cart.open>.cart-not-empty {
    color: #C41918;
}

#cart h1 {
    height: 25px;
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #3C3F7B;
}

.cart-totals {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #3C3F7B;
}

.cart-totals>tbody>tr>td {
    border: none;
}

.cart-totals>tbody>tr:last-of-type {
    font-weight: bold;
}

.btn-cart-outline {
    border: 1px solid #4C5EFF;
    box-sizing: border-box;
    border-radius: 10px!important;
    color: #4C5EFF;
}

.btn-open-checkout {
    background: #4C5EFF;
    border-radius: 10px!important;
    color: #fff;
}

.btn-cart-outline:hover,
.btn-open-checkout:hover,
.btn-cart-outline:focus,
.btn-open-checkout:focus {
    border-radius: 10px!important;
    border: 1px solid #6e7dfd;
    background: #6e7dfd;
    color: #fff;
}

.cart-totals .cart-total {
    width: 100px;
}

.cart-sku {
    color: #C7C7C7;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #FBFBFF;
    border-top: 1px solid #F1F2FC;
    border-bottom: 1px solid #F1F2FC;
}

#cart .img-thumbnail {
    border-radius: 10px;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 1px 1px rgb(62 65 128 / 10%);
    -moz-box-shadow: 0px 0px 1px 1px rgba(62, 65, 128, 0.1);
    box-shadow: 0px 0px 1px 1px rgb(62 65 128 / 10%);
}

.cart-background {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: -10;
    height: 100%;
    display: block;
    opacity: 1;
}

.btn-in-table {
    /* border-radius: 20px;
    height: 30px;
    width: 30px;
    border: 0px; */
    width: 140px;
    height: 30px;
    right: 9px;
    top: 45px;
    /* background: #FFFFFF; */
    border: 1px solid #F1F2FC;
    box-sizing: border-box;
    border-radius: 10px;
    /* color: #3C3F7B; */
    padding: 0;
    line-height: 30px;
    background-color: #3C3F7B;
    color: #fff;
}

.btn-in-table:hover {
    background-color: #3C3F7B;
    color: #fff;
}

.dropdown-menu .table>tbody>tr>td {
    vertical-align: middle;
    border: none;
}

.btn-dropdown-cart {
    margin: 0px!important;
}

.btn-gray {
    color: #333;
    background-color: #ccc;
    border: 1px solid #ccc;
    box-shadow: none;
}

.btn-gray:hover {
    background-color: #bbb;
    border: 1px solid #bbb;
}

.close-dropdown-cart {
    font-size: 30px;
    margin-top: 20px;
    font-weight: 100;
    cursor: pointer;
}

#cart .dropdown-menu .empty-dropdown-cart {
    width: 20%;
    margin: auto;
    padding-top: 50px;
}

.main-content {
    font-family: Rubik;
    margin-top: 30px;
    padding: 0px 40px;
}

.main-content h2 {
    font-weight: bold;
    font-size: 18px;
    color: #3C3F7B;
}

.cart-table {
    font-size: 14px;
    color: #3E3E3E;
    font-weight: 500;
    margin-bottom: 20px;
}

.cart-table thead>tr>td {
    color: #A3A3A3;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}

.alert {
    border-radius: 0px;
}

.alert-success a {
    color: #ff5d5d;
}

.alert-success {
    color: #555555;
    background-color: #ecf7ff;
    border-color: #c6d5e9;
}

.alert-success a {
    color: #ff5d5d;
}

.header-search-block {
    display: none;
    padding: 0px;
    width: 230px;
    margin-left: -20px;
}

.search-block {
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.img-thumbnail {
    border-radius: 0px;
    border: none;
}

.cart-table .table>tbody>tr>td {
    vertical-align: middle;
}

.cart-table .table>tbody>tr:last-of-type {
    border-bottom: 1px solid #F1F2FC;
}

.cart-table .table-bordered>tbody>tr>td,
.cart-table .table-bordered>tbody>tr>th,
.cart-table .table-bordered>tfoot>tr>td,
.cart-table .table-bordered>tfoot>tr>th,
.cart-table .table-bordered>thead>tr>td,
.cart-table .table-bordered>thead>tr>th {
    /* border-bottom: 1px solid #F1F2FC */
}

#account-sidebar {
    height: 100vh;
    display: none;
    position: relative;
}

.main-content {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff!important;
    border-radius: 20px 0px 0px 20px;
    height: 100vh;
    overflow: auto;
}

.main-content .table-bordered {
    border: 1px solid #F1F2FC;
}

.main-content .table-hover>tbody>tr:hover {
    background-color: #FBFBFF;
}

.main-content h1,
.main-content h2 {
    color: #3C3F7B
}

.main-content .btn-info,
.main-content .btn-default {
    background-color: #fff!important;
    border: 1px solid #4C5EFF!important;
    box-sizing: border-box;
    border-radius: 10px!important;
    color: #4C5EFF;
}

.main-content .btn-danger,
.main-content .btn-primary {
    background: #4C5EFF!important;
    border-radius: 10px!important;
    border: 1px solid #4C5EFF!important;
    color: #fff;
}

.main-content .input-group .btn-primary,
.main-content .input-group .btn-primary:hover {
    border-radius: unset!important;
}

.main-content .btn-danger:hover,
.main-content .btn-info:hover,
.main-content .btn-danger:focus,
.main-content .btn-info:focus,
.main-content .btn-primary:hover,
.main-content .btn-default:hover,
.main-content .btn-primary:focus,
.main-content .btn-default:focus {
    border-radius: 10px!important;
    border: 1px solid #6e7dfd!important;
    background-color: #6e7dfd!important;
    color: #fff;
}

#account-top {
    margin-top: -40px;
    height: 60px;
    /* border: 1px solid #333; */
    margin-bottom: 30px;
}

.checkout-success #top,
.account-edit #top,
.checkout-onepagecheckout #top,
.account-wishlist #top,
.account-password #top,
.account-return #top,
.account-newsletter #top,
.account-reward #top,
.account-order #top,
.account-order-info #top,
.account-address-edit #top,
.account-address #top,
.account-account #top,
.account-forgotten #top,
.account-register #top,
.account-login #top,
.account-logout #top,
.checkout-cart #top {
    display: none;
}

.checkout-success,
.account-edit,
.checkout-onepagecheckout,
.account-wishlist,
.account-password,
.account-return,
.account-newsletter,
.account-reward,
.account-order,
.account-order-info,
.account-address-edit,
.account-address,
.account-account,
.account-forgotten,
.account-register,
.account-login,
.account-logout,
.checkout-cart {
    overflow: hidden;
}

.checkout-success #account-sidebar,
.account-edit #account-sidebar,
.checkout-onepagecheckout #account-sidebar,
.account-wishlist #account-sidebar,
.account-password #account-sidebar,
.account-return #account-sidebar,
.account-newsletter #account-sidebar,
.account-reward #account-sidebar,
.account-order #account-sidebar,
.account-order-info #account-sidebar,
.account-address-edit #account-sidebar,
.account-address #account-sidebar,
.account-account #account-sidebar,
.account-forgotten #account-sidebar,
.account-register #account-sidebar,
.account-login #account-sidebar,
.account-logout #account-sidebar,
.checkout-cart #account-sidebar {
    display: block;
}

.account-order-info .table tr td,
.account-address .table tr td,
.account-order .table tr td,
.account-wishlist .table tr td {
    vertical-align: middle;
}

.account-order-info .table tr td.product-quantity {
    padding-left: 40px;
}

.account-order-info .table tr td.product-quantity .td-separator {
    margin-right: 48px;
    margin-left: -48px;
}

.table>thead:first-child>tr:first-child>td {
    color: #A3A3A3;
}

.td-separator {
    position: absolute;
    width: 1px;
    height: 20px;
    top: calc(50% - 20px/2);
    background: #C4C4C4;
    opacity: 0.2;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: -8px;
}

#account-sidebar .list-group-bottom,
#account-sidebar .list-group-bottom {
    position: absolute;
    bottom: 90px;
    margin-left: 6px;
}

#account-sidebar .sidebar-footer,
#account-sidebar .sidebar-footer {
    position: absolute;
    bottom: 40px;
    margin-left: 20px;
}

#account-sidebar .sidebar-footer-social,
#account-sidebar .sidebar-footer-social {
    margin-top: 20px;
    margin-bottom: 20px;
}

#account-sidebar .list-group-left {
    background: linear-gradient(179.52deg, #F64241 0%, rgba(208, 52, 99, 0.6) 99.58%), #F64241;
    border-radius: 0px 20px 20px 0px;
    margin-top: 100px;
    opacity: 0;
    z-index: -999999999;
}

#account-sidebar .list-group-left .list-group-item {
    text-align: center;
}

#account-sidebar .sidebar-logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

#account-sidebar .list-group-item:hover {
    color: #F64241
}

#account-sidebar .list-group-left .list-group-item,
#account-sidebar .list-group-top .list-group-item,
#account-sidebar .list-group-main .list-group-item,
#account-sidebar .list-group-bottom .list-group-item {
    background-color: unset;
    border: none;
}

#account-sidebar .list-group-bottom .list-group-item span {
    vertical-align: middle;
}

#account-sidebar .list-group-main {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart-manufacturer {
    margin-bottom: 14px;
    display: block;
}

.table>tbody>tr>td .img-thumbnail {
    padding: 0px;
    border-radius: 6px;
}

.main_block_title {
    font-weight: 600;
    font-size: 36px;
    text-align: lett;
    margin-bottom: 40px;
    color: #000;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

#account label,
#address label,
#password label {
    font-weight: bold;
    margin-bottom: 5px;
}

.account-register #content {
    background-color: #f5f5f5;
    padding-bottom: 16px;
}

#delivery-icon {
    color: green;
}

.main-content .table-bordered tbody tr {
    border: 1px solid #F1F2FC;
}

.main-content .table-bordered {
    border: 1px solid #F1F2FC00;
}

.table-bordered>thead,
.table-bordered>thead>tr,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td {
    border: none;
}

.table-bordered>tbody>tr>td {
    position: relative;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none;
}

@media (max-width: 1200px) {
    #search {
        width: 185px;
    }
    #cart>.btn {
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
    }
}

#header-logo-block {
    width: 70px;
}

@media (max-width: 820px) {
    #header-logo-block {
        width: 55px;
        padding: 0px;
    }
}

@media (min-width: 767px) {
    .only-on-tablets {
        display: none!important;
    }
}

#mobile-menu-top {
    display: none;
}

#mobile-menu-header {
    display: none;
}

#mobile-menu-search {
    display: none;
}

#mobile-menu-footer {
    display: none;
}

#menu .collapse .opened-navbar-toggle {
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #F1F2FC;
    box-sizing: border-box;
    box-shadow: 0px 2px 25px #EBECFF;
    border-radius: 15px;
    display: inline-block;
    position: fixed;
    left: calc(80% - 30px);
    margin-top: 6px;
    top: 60px;
}

.similar-product {
    max-width: 32%;
}

.similar-product .image img {
    border-radius: 6px;
}

.product-info h3 {
    font-weight: bold;
    color: #828282;
    font-size: 18px;
    margin-top: 30px;
}

.footer-products {
    margin-top: 40px;
}

.footer-policy-mobile {
    display: none;
}

.discount-sticker,
.discount-sticker:hover {
    right: 5%;
    position: absolute;
    top: 7px;
    background-color: #fa3036;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
    height: 43px;
    width: 43px;
    line-height: 32px;
}

@media (max-width: 767px) {
    #header-logo-block {
        height: 50px!important;
    }
    .not-on-tablets {
        display: none!important;
    }
    .header-search-block {
        max-width: 100%;
    }
    #menu {
        /* position: absolute;
        top: 50px;
        left: 17px; */
        /* left: -4px; */
        /* width: unset; */
        text-align: right;
    }
    #menu .navbar-toggle {
        padding: 0px;
        margin: 0px;
    }
    #top-links {
        margin-right: 5px;
    }
    .product-header {
        margin: 0px;
        font-weight: bold;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.01em;
        color: #C41918;
    }
    #go-back,
    #filter-toggler {
        display: block;
    }
    #menu .navbar-header {
        display: inline-block;
    }
    #menu .navbar-collapse {
        background-color: #fff;
        position: fixed;
        width: 80%;
        left: 0px;
        top: 0px;
        height: 100%;
        border-radius: 0px 20px 20px 0px;
        overflow: auto;
    }
    #logo img {
        margin: auto;
    }
    #mobile-menu-top {
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    #mobile-menu-top a {
        color: #C41918!important;
        text-decoration: underline;
    }
    #mobile-menu-top span+span {
        margin-left: 6px;
    }
    #mobile-menu-header {
        margin-left: 10%;
        display: flex;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #mobile-menu-search {
        display: block;
        margin: auto;
    }
    #menu .collapsing {
        width: 0px!important;
        padding: 0px!important;
        left: -2px!important;
    }
    #menu .collapsing .opened-navbar-toggle {
        display: none!important;
        position: static;
    }
    #menu .collapse.width {
        -webkit-transition: width 0.35s ease;
        -moz-transition: width 0.35s ease;
        -o-transition: width 0.35s ease;
        transition: width 0.35s ease;
    }
    #menu .dropdown-toggle {
        margin-left: 40px;
        color: #C41918!important;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-position: under;
        text-decoration-color: #C41918;
    }
    #menu div.dropdown-menu {
        display: contents;
        position: relative;
    }
    #menu .see-all {
        display: none;
    }
    #menu .nav>li>a {
        margin-left: 30px;
        color: #C41918!important;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-position: under;
        text-decoration-color: #C41918;
    }
    #menu .dropdown-inner {
        margin-left: 50px;
    }
    #menu .dropdown-inner a {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        color: #000000;
        margin: 15px 0px;
    }
    #mobile-menu-footer {
        display: block;
        margin: auto;
        margin-top: 60px;
        width: 100%;
    }
    #mobile-menu-footer span {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .product-info .stock {
        margin-top: 10px;
    }
    .product-info .price-new {
        display: none;
    }
    .product-info .price-new-mobile {
        display: inline-block;
        font-weight: 600;
        text-align: right;
        font-size: 20px;
        line-height: 140%;
        color: #C41918;
    }
    .product-info .product-attributes tr>td {
        font-size: 14px;
    }
    .product-info h3 {
        font-size: 16px;
    }
    .product-info .sizes-help a {
        font-size: 12px;
    }
    .nav-tabs>li a {
        font-size: 16px;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li>a:hover,
    .nav-tabs>li.active>a:hover {
        font-size: 16px;
        color: #F64241;
        border-bottom: unset;
    }
    .footer-products,
    .footer-social {
        text-align: center;
    }
    .footer-products {
        margin-top: 0;
    }
    .footer-info {
        /* display: none; */
        padding-left: 0px;
    }
    .footer-products-caption {
        display: none;
    }
    .footer-policy-desktop {
        /* display: none; */
        margin-top: 20px;
    }
    .footer-policy-desktop a {
        display: block;
        margin-bottom: 10px;
    }
    .btn-partner {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .footer-policy-mobile {
        display: block;
        margin-top: 40px;
        text-align: center;
    }
    .footer-policy-mobile a {
        margin-top: 10px;
    }
    .devivery-info {
        display: none;
    }
    .checkout-cart .buttons {
        text-align: center;
        height: 250px;
    }
    .checkout-cart .buttons .pull-left,
    .checkout-cart .buttons .pull-right {
        float: unset!important;
        margin-bottom: 10px;
    }
    .checkout-cart .panel>.panel-heading {
        color: #4C5EFF;
        background-color: #F1F2FC;
        border-color: #F1F2FC;
    }
    .checkout-cart .panel-body .input-group {
        display: block;
        max-width: 100%;
    }
    .checkout-cart .panel-body .input-group .form-control:placeholder-shown {
        text-align: center;
    }
    .checkout-cart .panel-body .input-group-btn {
        position: relative;
        white-space: initial;
        display: block;
        width: 100%;
    }
    .checkout-cart .panel-body .input-group-btn .btn {
        width: 100%;
        margin-left: 0px;
    }
}

.cart-label-mobile {
    display: none;
}

@media (max-width: 767px) {
    #top {
        top: 20px;
    }
    .sg-pdnone .owl-carousel {
        top: 24px!important;
    }
    .sg-pdnone .img-responsive {
        height: unset!important;
        max-width: 100%!important;
    }
    #main-page-images {
        margin-top: 40px;
    }
    #menu .collapse .opened-navbar-toggle {
        top: 20px;
    }
    body>.container:first-of-type {
        margin-top: 40px;
    }
    .checkout-onepagecheckout {
        background-color: #fff;
    }
    .td-separator {
        display: none;
    }
    .checkout-onepagecheckout #top {
        display: block;
        top: 20px;
    }
    .checkout-cart #top {
        display: block;
        top: 20px;
    }
    .checkout-onepagecheckout .alert {
        margin-bottom: 60px;
        margin-top: -40px;
    }
    .checkout-onepagecheckout h1 {
        margin-top: -40px;
    }
    .main-content {
        padding: 0 20px;
        margin-top: 20px;
        background-color: unset!important;
    }
    .cart-table {
        border: none!important;
    }
    .cart-table .table {
        border: none;
    }
    .cart-table .table>thead {
        display: none;
    }
    .cart-table .table>tbody>tr {
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0px 20px 30px -20px rgba(75, 93, 255, 0.1);
        margin-bottom: 20px;
        display: block;
        border: 1px solid #F1F2FC;
        padding: 10px;
    }
    .cart-table .table>tbody>tr>td {
        display: block;
    }
    .cart-table .table>tbody>tr>td:nth-child(2),
    .cart-table .table>tbody>tr>td:first-child {
        width: 49%;
        display: inline-block;
    }
    .cart-table .table>tbody>tr>td:nth-child(2) span a {
        white-space: break-spaces;
        word-break: break-word;
    }
    .cart-table .table>tbody>tr>td .cart-value,
    .cart-table .table>tbody>tr>td .input-group {
        right: 0px;
        position: absolute;
        top: 0;
        width: 50%;
    }
    .cart-table .table>tbody>tr>td .cart-value {
        top: 12px;
        text-align: end;
    }
    .cart-label-mobile {
        display: inline-block;
        color: #A3A3A3;
        margin-top: 4px;
    }
    .cart-table .table>tbody>tr>td .btn-in-table {
        width: 100%;
    }
    .sg-pdnone .img-responsive {
        display: block;
        height: 500px;
        max-width: unset;
    }
    .only-on-tablets {
        display: block!important;
    }
    .not-on-tablets {
        display: none!important;
    }
    .header-search-block {
        width: 100%
    }
    #menu {
        position: absolute;
        top: 0px;
        width: 60px;
        left: calc(100% - 96px);
    }
    #menu .navbar-nav {
        background-color: #fff;
        z-index: 999;
    }
    #menu .btn-navbar {
        margin-bottom: 0px;
        margin-right: -5px;
    }
    #search .input-lg {
        margin-left: 20px;
    }
    #logo {
        margin-left: -5px;
    }
    .navbar-collapse {
        width: 115px;
        text-align: left;
        /* float: right; */
        margin-right: -5px;
        position: relative;
        background: #fff;
        border: 1px solid #ccc;
        border-top: 1px solid #fff;
        margin-top: -1px;
        z-index: 99999;
    }
    .product-thumb:hover {
        border-radius: 8px;
    }
    .product-thumb:hover:after {
        display: none;
    }
    .size-block {
        text-align: left;
        padding: 0px 5px;
    }
    .size-block-mobile label,
    .size-block label {
        text-align: center;
        font-size: 10px;
        padding: unset;
        border-radius: 5px;
        width: 24px;
        height: 20px;
        border: 0.5px solid #BDBDBD;
    }
    .size-block hr {
        display: none;
    }
    .product-thumb:hover .info-block {
        margin-right: 6px;
        margin-left: 5px;
    }
    .product-thumb:hover .info-block {
        display: none;
    }
    .size-block-mobile {
        display: block;
        padding: 0px 10px;
        overflow-x: auto;
        padding-bottom: 7px;
    }
    .size-mobile {
        width: max-content;
    }
}

@media (max-width: 991px) {
    .sort-search label {
        display: none;
    }
}

@media (max-width: 768px) {
    .sort-search {
        margin-top: 30px;
    }
    .sort-search label {
        display: table-cell;
    }
}

@media (min-width: 768px) {
    .sort-row {
        position: absolute;
        top: 0;
        width: 100%;
    }
}

@media (min-width: 991px) {
    .sort-row-search {
        position: absolute;
        top: 0;
        margin-top: 30px;
    }
}

.sg-pdnone .owl-controls {
    background-color: #F4F5FF;
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 20px;
}

.breadcrumb {
    display: none;
}

#go-back {
    margin-bottom: 20px;
    font-size: 12px;
    color: #F64241;
}

#filter-toggler {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #4F4F4F;
    padding: 12px 13px 10px 13px;
    position: absolute;
    margin-top: -50px;
    right: 0px;
    z-index: 999999;
}

.display-filter {
    display: block!important;
}

@media (max-width: 991px) {
    #carousel0 {
        display: none!important;
    }
    #top-links #cart .dropdown-menu {
        left: 0px;
        width: fit-content;
        position: relative;
    }
}

.thumbnails small {
    margin-top: -20px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

#information h1 {
    margin-bottom: 30px;
}

#information {
    line-height: 30px;
}

.similar-products {
    padding-left: 15px;
    padding-right: 15px;
    max-height: 150px;
    overflow: auto;
}

.similar-product {
    display: inline-block;
}

.module-content {
    margin-bottom: 100px;
}

.footer-products img {
    height: 45px;
}

.footer-social {
    /* margin-top: 40px; */
}

.footer-policy {
    margin-top: 24px;
}

.footer-policy-desktop {
    margin-top: 40px;
}

.footer-policy-desktop a:hover,
.footer-policy-desktop a {
    margin-right: 18px;
    color: #999;
}

footer .btn-partner:hover,
footer .btn-partner {
    border: 2px solid #F64241;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    /* line-height: 19px; */
    /* font-weight: 600; */
}

#selectCdekPvz {
    color: #C41918;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.cdek_selectedPvzInfo {
    margin-left: 10px;
    color: #18c435;
    font-size: 14px;
    font-weight: bold;
}

.account-order-info h2 {
    margin-left: 8px;
}

.order-go-back {
    margin-left: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #848591
}

.order-go-back-btn {
    background: #F1F2FC;
    border-radius: 9px;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 7px;
}

.order-links {
    margin-left: 8px;
    color: #A3A3A3;
    margin-bottom: 40px;
}

.order-links a {
    color: #C41918;
}

.order-links .separator {
    margin: 0px 10px;
}

.table-order-info {
    width: 240px;
}

.table-order-info .text-left {
    color: #A3A3A3;
}

.table-order-info .text-right {
    color: #3E3E3E;
    font-weight: 600;
}

@media (min-width: 767px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}

#body-hover {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    Z-INDEX: 9999999;
    opacity: 0.7;
    background: url(/image/loading.gif) no-repeat center center;
    background-color: #fff;
}

.fixedPage {
    overflow: hidden;
    margin-right: 14px;
}

.tltblog-tlttag .img-thumbnail {
    padding: 0px;
    border-radius: 20px 20px 0px 0px;
}

.tltblog-tlttag .blog_description {
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
    font-size: 14px;
}

.tltblog-tlttag .blog_description h4 {
    margin-top: 0px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 16px;
}

.tltblog-tlttag .blog_description .btn-open-blog {
    border-radius: 8px;
    border: 1px solid #EBECFF;
    color: #4C5EFF;
    height: 32px;
    width: 150px;
    display: block;
}

.tltblog-tlttag .blog_description .btn-open-blog-text {
    display: inline-block;
    margin-top: 4px;
    padding-left: 10px;
    font-weight: bold;
}

.tltblog-tlttag .blog_description .btn-open-blog-icon {
    background: #EBECFF;
    border-radius: 9px;
    padding: 6px 13px;
    position: absolute;
    top: 0;
    right: 0;
}

.tltblog-tltblog .blog-main-image {
    max-width: 100%;
    text-align: center;
    margin-top: -117px;
}

.tltblog-tlttag .breadcrumb,
.tltblog-tltblog .breadcrumb {
    display: block;
    margin-left: -10px;
}

.tltblog-tlttag .breadcrumb>li a,
.tltblog-tltblog .breadcrumb>li a {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.tltblog-tlttag .breadcrumb>li:last-child a,
.tltblog-tltblog .breadcrumb>li:last-child a {
    font-size: 12px;
    line-height: 14px;
    color: #999;
}

.tltblog-tlttag .breadcrumb>li:not(:last-child):after,
.tltblog-tltblog .breadcrumb>li:not(:last-child):after {
    top: 8px;
    right: -5px;
    width: 6px;
    height: 6px;
}

.tltblog-tltblog #blog-page {
    margin-top: 60px;
}

.tltblog-tltblog h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    color: #000000;
}

.tltblog-tltblog .blog-description {
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}

.tltblog-tltblog .owl-wrapper-outer {
    border: 0px;
}

.tltblog-tltblog .blog-carousel-block img {
    max-width: 100%;
    padding: 0px;
}

.information-contact #input-enquiry {
    height: unset;
}

#topper {
    font-size: 14px;
    display: block;
    width: 100%;
    background-color: #eb3e32;
    color: #fff;
    text-align: center;
    letter-spacing: 12px;
    font-family: monospace!important;
    position: relative;
    text-decoration: none!important;
    z-index: 99999999;
}


/* BMV END*/