@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-Italic.eot');
    src: local('Montserrat Italic'), local('Montserrat-Italic'),
    url('montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
    url('montserrat/Montserrat-Italic.woff2') format('woff2'),
    url('montserrat/Montserrat-Italic.woff') format('woff'),
    url('montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('montserrat/Montserrat-Regular.woff') format('woff'),
    url('montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
    url('montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('montserrat/Montserrat-SemiBold.woff2') format('woff2'),
    url('montserrat/Montserrat-SemiBold.woff') format('woff'),
    url('montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('montserrat/Montserrat-Bold.woff2') format('woff2'),
    url('montserrat/Montserrat-Bold.woff') format('woff'),
    url('montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #1f1f1f;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    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 {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* 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: #ba3030;
    background-image: linear-gradient(to bottom, #f12d29, #a94442);
    background-repeat: repeat-x;
}

/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#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: #BA3030;
    background-image: linear-gradient(to bottom, #f12d29, #a94442);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */
#logo {
    margin: 0 0 0px 0;
}

#logo h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
}

/* search */
#search {
    /* margin-bottom: 10px; */
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 28px;
    border-radius: 20px;
    border: 1px solid #9292CD;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 25px;
    text-shadow: 0 1px 0 #FFF;
    background: none;
    border: 0px;
    text-shadow: none;
}


#search .btn-lg:hover {
    color: #000 !important;
    cursor: pointer;
}

/* cart */
#cart {
    /* margin-bottom: 10px; */
}

.cart_top img {
    margin-right: 20px;
}

#cart > .cart_top > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    box-shadow: none;
    background: none;
    border: 0px;
    color: #000;
    font-size: 16px;
}

#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 {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#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 .dropdown-menu {
    padding-bottom: 0;
}

#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: 20px;
    color: #333333;
    font-size: 12px;
    margin: 0px;
    border-radius: 0px;
}

#menu .dropdown-inner li a:hover {
    font-weight: 700;
    text-decoration: underline;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #BA3030;
    background-image: linear-gradient(to bottom, #f12d29, #a94442);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    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: #BA3030;
    background-image: linear-gradient(to bottom, #f12d29, #a94442);
    background-repeat: repeat-x;
    border-color: #a94442 #a94442 #BA3030;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #BA3030;
}

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

@media (max-width: 767px) {
    #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: #000;
        padding: 4px 20px;
        font-size: 14px;
    }

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

/* content */
#content {
    min-height: 600px;
}

/* footer */
footer {
    margin-top: 50px;
    padding-top: 30px;
    /* background-color: #303030; */
    /* border-top: 1px solid #ddd; */
    color: #000000;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #000;
    font-size: 13px;
}

footer li {
    margin-bottom: 3px;
}

footer a:hover {
    color: #000;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    /* border: 1px solid #ddd; */
    background: none;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    display: inline;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '/';
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
    width: 6px;
    height: 26px;
    /* border-right: 1px solid #DDD; */
    /* border-bottom: 1px solid #DDD; */
    /* -webkit-transform: rotate(-45deg); */
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    /* transform: rotate(-45deg); */
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    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: 12px;
}

.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: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #BA3030;
    background-image: linear-gradient(to bottom, #f12d29, #a94442);
    background-repeat: repeat-x;
    border-color: #a94442 #a94442 #BA3030;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #a94442;
    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: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.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;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.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: #f12d29;
    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-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.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 {
    border: 0px;
    margin-bottom: 30px;
    /* overflow: auto; */
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

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

.product-thumb .caption {
    /* padding: 0 0px; */
    /* min-height: 158px; */
    overflow: hidden;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

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

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    /* border-top: 1px solid #ddd; */
    /* background-color: #eee; */
    /* overflow: auto; */
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

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

.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;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #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-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-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] {
    min-width: 32px;
}

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

#menu .navbar-nav > li > a {
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    /* width: 100%; */
    display: block;
    margin: 0px 0px;
}

.product-thumb .caption p {
    margin: 2px;
}

.product-thumb .caption p.price {
    font-size: 18px;
    font-weight: 600;
    margin: -3px 0px 0px 0px;
    text-transform: uppercase;
}

.product-thumb .caption p.product-additional-field {
    margin: 0;
    font-size: 12px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    width: 100%;
}

@media (max-width: 560px) {
    .table .quantity .button-update {
        display: block !important;
    }
}

.nav.navbar-nav .dropdown .dropdown-menu a.see-all {
    text-transform: uppercase;
    font-weight: bold;
}

.category-ex-caption {
    margin: 1em;
}

#product-category h2 + .row:nth-child(2) > .col-sm-10 {
    text-align: justify;
}

.category-ex-category-wrapper h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: 700;
}

.category-ex-category {
    margin-bottom: 40px;
    position: relative;
    /* height: 380px; */
    width: 100%;
}

#common-home .category-ex-category {
    height: 380px;
}

#product-category .category-ex-category {
    /* height:300px; */
}

#common-home .category-ex-category:hover .thumbnail {
    box-shadow: 0px 100px 80px rgba(251, 94, 39, 0.07), 0px 64.8148px 46.8519px rgba(251, 94, 39, 0.0531481), 0px 38.5185px 25.4815px rgba(251, 94, 39, 0.0425185), 0px 20px 13px rgba(251, 94, 39, 0.035), 0px 8.14815px 6.51852px rgba(251, 94, 39, 0.0274815), 0px 1.85185px 3.14815px rgba(251, 94, 39, 0.0168519);
    margin-top: -15px;
}

.category-ex-category .thumbnail {
    padding: 0px;
    box-shadow: 0px 100px 80px rgba(121, 127, 146, 0.07), 0px 64.8148px 46.8519px rgba(121, 127, 146, 0.0531481), 0px 38.5185px 25.4815px rgba(121, 127, 146, 0.0425185), 0px 20px 13px rgba(121, 127, 146, 0.035), 0px 8.14815px 6.51852px rgba(121, 127, 146, 0.0274815), 0px 1.85185px 3.14815px rgba(121, 127, 146, 0.0168519);
    border: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .3s linear;
    width: 100%;
}

.category-ex-category .category-ex-caption {
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 1em 1em 1.5em 1em;
}

.category-ex-category .category-ex-caption a {
    color: #1F1F1F;
    font-size: 22px;
    font-weight: 600;
}

#powered {
    margin-top: 40px;
    margin-bottom: 40px;
}

.header-top p {
    font-size: 12px;
    margin-bottom: 3px;
}

.header-top p a {
    color: #000;
}

.header-top .header-phone {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

#search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.header-contacts {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.header-contacts span {
    margin-left: 15px;
}

.header-contacts span img {
    margin-top: -4px;
    margin-right: 5px;

}

.header-contacts a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.product-thumb .caption a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.product-thumb .button-group button.add-to-cart, button#button-cart {
    background: linear-gradient(180deg, #FF823C 0%, #FA5622 100%);
    border-radius: 100px;
    color: #fff;
    line-height: normal;
    text-transform: none;
    margin-top: 20px;
    border: 0px;
}

#menu {
    padding: 0;
    padding-top: 10px;
}

#menuNav a {
    background: #F4F4FC;
    border-radius: 100px;
    padding: 11px;
    color: #000;
    margin: 15px 10px;
}

#menuNav a:hover {
    background: #efeff4;
}

#menuNav > ul > li > a {
    /* margin-left: 0; */
}

.checkout_btn {
    margin-top: 20px;
    text-align: center;
}

.checkout_btn a {
    font-size: 20px;
    text-decoration: underline;
    color: #000;
}

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

h1, #product-product h3 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
}

#menu-container {
    margin-bottom: 45px;
}

#product-category .breadcrumb {
    display: none;
}

#column-left a {
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    display: block;
    float: left;
    /* width: auto; */
    padding-left: 0px;
    padding-right: 0px;
}

#column-left a.active {
    color: #FB5E27;
    border-bottom: 2px solid #FB5E27;
    background: none;
}

.breadcrumb {
    margin-left: -20px;
}

.breadcrumb li:first-child {
    display: none;
}

.breadcrumb li:last-child {
    font-weight: 600;
}

.breadcrumb li:last-child:after {
    display: none;
}

.product-line-buttons {
    position: absolute;
    right: 0;
    top: 5px;
}

.product-line-buttons button {
    background: none;
    border: 0px;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
}

.product-line-buttons button i {
    font-size: 28px;
    color: #FB5E27;
}

.product-attributes li {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.5;
}

.product-attributes li.attr-count {
    font-size: 22px;
}

.product-price-holder h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.product-quanity input {
    text-align: center;
    border: 0px;
    padding: 0px;
    font-size: 18px !important;
    height: 32px;
    margin: 0px 7px !important;
}

.product-quanity button {
    background: none;
    box-shadow: none;
    text-shadow: none;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #9292CD;
    font-size: 24px;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    color: #9292CD;
}

.product-quanity span:first-child button {
    padding-bottom: 4px !important;
}

button#button-cart {
    margin-top: 0;
    font-weight: 700;
}

.product-quanity {
    max-width: 100px;
    margin: 0px auto;
}

#information-information #content p, #information-information #content p span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 1.5rem;
}

.contant-top {
    margin-top: 45px;
}

#information-contact .block_caption {
    color: #FB5E27;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

#information-contact p, #information-contact address {
    line-height: 1.8;
}

#information-contact #content {
    min-height: 1px;
}

.social-icon {
    display: block;
    margin-bottom: 15px;
    text-decoration: underline;
}

.social-icon:hover {
    text-decoration: none;
}

.social-icon img {
    margin-right: 15px;
}

#akcii_form_holder {
    background: rgba(244, 244, 252, 0.47);
    padding: 6rem 0px;
}

#akcii_form {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(121, 127, 146, 0.07), 0px 64.8148px 46.8519px rgba(121, 127, 146, 0.0531481), 0px 38.5185px 25.4815px rgba(121, 127, 146, 0.0425185), 0px 20px 13px rgba(121, 127, 146, 0.035), 0px 8.14815px 6.51852px rgba(121, 127, 146, 0.0274815), 0px 1.85185px 3.14815px rgba(121, 127, 146, 0.0168519);
    border-radius: 5px;
}

#akcii_form p {
    color: #1F1F1F;
    font-size: 18px;
    margin-bottom: 1.5rem;
}

#akcii_form h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-control {
    padding: 18px 30px;
    background: #FFFFFF;
    border: 1px solid #9292CD;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    transition: all .3s linear;
}

.form-control:focus {
    border: 1px solid #9292CD;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #9E9EF0;
}

#akcii_form p.podpisis {
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.akcii_form_icons img {
    margin-right: 25px;
}

.btn-orange {
    background: linear-gradient(180deg, #FF823C 0%, #FA5622 100%);
    border-radius: 100px;
    padding-top: 18px;
    padding-bottom: 19px;
    width: 100%;
    color: #fff !important;
    font-weight: 700;
    border: 0px;
    cursor: pointer;
    transition: all .3s linear;
    min-width: 100px;
    display: block;
    text-align: center;
    max-width: 250px;
    position: relative;
}

.btn-orange:hover {
    background: #FC541E;
    box-shadow: 0px 45px 112px rgba(255, 54, 0, 0.28), 0px 26.496px 58.4192px rgba(255, 54, 0, 0.202496), 0px 13.608px 27.4176px rgba(255, 54, 0, 0.157248), 0px 5.472px 12.0064px rgba(255, 54, 0, 0.122752), 0px 1.224px 5.1968px rgba(255, 54, 0, 0.077504);
}

.category-ex-img {
    position: relative;
}

.product-layout {
    margin-bottom: 30px;
}

.hidden-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s linear;
    font-weight: 600;
    font-size: 13px;
    color: #ffffff !important;
    padding: 20px;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box;
}

#common-home .category-ex-category:hover .hidden-link {
    opacity: 1;
}

.hidden-link .hidden-link-btn {
    padding: 18px 50px;
    color: #fff;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    display: inline-block;
    font-size: 12px;
}

#product-table-body .total {
    font-size: 24px;
    font-weight: 600;
}

#product-table-body .remove a {
    padding-left: 1px;
    display: flex;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding-bottom: 2px;
}

.hidden-link p {
    display: block;
}

#product-table-body .name-right a {
    font-size: 18px;
    font-weight: 600;
}

.product-table-body-row {
    padding: 15px 0px;
    border-bottom: 1px solid #C2C2D7;
}

.btn-simple {
    background: #F4F4FC;
    border-radius: 100px;
    padding-top: 18px;
    padding-bottom: 19px;
    width: 100%;
    color: #1F1F1F;
    font-weight: 700;
    border: 0px;
    cursor: pointer;
    transition: all .3s linear;
    font-weight: 500;
}

.btn-simple:hover {
    background: #E9E9FF;
    border-radius: 100px;
}

#akcii_form img {
    object-fit: cover;
}

.product-quanity input {
    max-width: 32px;
}

.quickcheckout-cart td.name {
    font-size: 18px;
    font-weight: 600;
}

.quickcheckout-cart td {
    vertical-align: middle !important;
}

.quickcheckout-cart .price1, .quickcheckout-cart .total {
    font-size: 24px;
    font-weight: 600;
}

.totals-row {
    font-size: 18px;
}

.quickcheckout-cart tbody tr.code-total td {
    font-size: 24px;
    font-weight: 600;
}

.qc-step > div {
    /* max-width: 600px; */
}

.col-md-12 .qc-step:first-child {
    padding-top: 10px;
}

.col-md-12 .qc-step:first-child > div, .col-md-12 .qc-step:last-child > div {
    max-width: 100%;
}

.col-md-12 .qc-step:last-child {
    border-bottom: 0;
}

.quickcheckout-content input.form-control {
    margin-bottom: 10px;
}

#terms {
    float: right;
    max-width: 600px;
    display: inline-block;
}

#payment-method textarea {
    margin-top: 20px;
}

#payment-method .table {
    margin-bottom: 35px !important;
}

#menu .navbar-nav > li {
    margin-left: 20px;
}

#menu .navbar-nav > li:first-child {
    margin-left: 0;
}

#stoimost {
    background: url("../image/stoimost-holder.jpg") no-repeat center center;
    background-size: cover;
}

.stoimost-holder {
    background: #ffff;
    box-shadow: 0px 100px 80px rgba(121, 127, 146, 0.07), 0px 64.8148px 46.8519px rgba(121, 127, 146, 0.0531481), 0px 38.5185px 25.4815px rgba(121, 127, 146, 0.0425185), 0px 20px 13px rgba(121, 127, 146, 0.035), 0px 8.14815px 6.51852px rgba(121, 127, 146, 0.0274815), 0px 1.85185px 3.14815px rgba(121, 127, 146, 0.0168519);
}

.form-group {
    margin-bottom: 1.8rem;
}

h3.form-caption {
    font-weight: 600;
    font-size: 24px;
    color: #FB5E27;
    margin-bottom: 25px;
}

.text-orange {
    color: #FB5E27;
}

.text-medium {
    font-weight: 600;
}

.oplata-banks {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(121, 127, 146, 0.07), 0px 64.8148px 46.8519px rgba(121, 127, 146, 0.0531481), 0px 38.5185px 25.4815px rgba(121, 127, 146, 0.0425185), 0px 20px 13px rgba(121, 127, 146, 0.035), 0px 8.14815px 6.51852px rgba(121, 127, 146, 0.0274815), 0px 1.85185px 3.14815px rgba(121, 127, 146, 0.0168519);
    border-radius: 5px;
    padding: 55px;
    max-width: 730px;
    margin: 45px auto;
    text-align: center;
}

#organizuem-prazdnik {
    background: url("../image/organizum-prazdnik3.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}


#organizuem-prazdnik .container {
    z-index: 9;
    position: relative;
}


#organizuem-prazdnik:after {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}


#organizuem-prazdnik h2 {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.4;
}

.organizuem-prazdnik-holder {
    max-width: 510px;
    margin: 15px auto;
}

#organizuem-prazdnik p {
    line-height: 1.6;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}

#organizuem-prazdnik a {
    margin: 0px auto;
}

#product-category h1 {
    margin-bottom: 50px;
}

#column-left .list-group {
    display: block;
}

.category-ex-name {
    font-size: 24px;
}

.category-product-line {
    /* overflow-x: scroll; */
    width: 100000px;
}

.category-product {
    max-width: 290px;
    /* float: left; */
    padding: 0px 15px;
    display: inline-block;
    vertical-align: top;
}

.category-product-line .category-product {
    padding-left: 0;
}

.category-product-line-holder {
    overflow-x: scroll;
}

.product-thumb .image {
    position: relative;
}

.coupon-item {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(121, 127, 146, 0.07), 0px 64.8148px 46.8519px rgba(121, 127, 146, 0.0531481), 0px 38.5185px 25.4815px rgba(121, 127, 146, 0.0425185), 0px 20px 13px rgba(121, 127, 146, 0.035), 0px 8.14815px 6.51852px rgba(121, 127, 146, 0.0274815), 0px 1.85185px 3.14815px rgba(121, 127, 146, 0.0168519);
    border-radius: 5px;
}

.coupon-item-top {
    padding: 20px;
    border-radius: 5px;
}

.coupon-item-top p {
    margin-bottom: 0;
    font-size: 12px;
}

.coupon-item-bottom {
    padding: 15px;
    /* min-height: 180px; */
    font-size: 13px;
    text-align: center;
    padding-bottom: 20px;
}

.coupon-item-description {
    min-height: 120px;
}

.coupon-item-bottom p {
    font-size: 13px;
    text-align: center;
}

.discount-size {
    font-size: 18px;
    font-weight: 600;
}

.promo-caption span {
    font-size: 24px;
    font-weight: 700;
}

p.coupon-name {
    font-weight: 600;
    font-size: 14px;
}

.coupon-counter0 .coupon-item-top {
    background: linear-gradient(100.07deg, #70F7B6 2.21%, #2BE6FF 99.29%);
}

.coupon-counter1 .coupon-item-top {
    background: linear-gradient(100.07deg, #BBF770 2.21%, #FFEA2B 99.29%);
}

.coupon-counter2 .coupon-item-top {
    background: linear-gradient(100.07deg, #FF49A1 2.21%, #FF912B 99.29%);
}

.header-auth input.form-control {
    border: 0px;
    border-bottom: 1px solid #C2C2D7;
    padding: 8px 10px 8px 25px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.header-auth input.form-control[name=email] {
    background: url("../image/header-person.png") no-repeat center left;
}

.header-auth input.form-control[name=password] {
    background: url("../image/header-lock.png") no-repeat center left;
}

input.header-enter {
    padding: 5px;
    background: #000;
    background: #FB5E27;
    border-radius: 2px;
}

.header-auth a {
    color: #9292CD;
    font-size: 10px;
    font-weight: 600;
}

.swiper-slide-content {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    flex-direction: column;
}

.swiper-slide-content .title {
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}

.swiper-slide-content p {
    color: #fff;
    max-width: 420px;
    text-align: center;
}

.slider-link, .banket-menu-btn {
    display: block;
    max-width: 160px;
    border: 2px solid #fff;
    color: #fff;
    box-sizing: border-box;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    padding: 18px 25px;
    margin: 0px auto 15px auto;
    min-width: 160px;
    margin-top: 25px;
    transition: all .15s linear;
}

.slider-link:hover, .banket-menu-btn:hover {
    background: #fff;
    color: #000;
}

#voucher .input-group .form-control:not(:last-child), #voucher .input-group-addon:not(:last-child), #voucher.input-group-btn:not(:last-child) > .btn, #voucher .input-group-btn:not(:last-child) > .btn-group > .btn, #voucher.input-group-btn:not(:last-child) > .dropdown-toggle, #voucher .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), #voucher .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-radius: 10px;
}

#voucher #button-coupon,
#voucher #button-reward {
    font-size: 12px;
    min-width: 170px;
    margin-left: 20px;
    margin-top: -7px;
}

.coupon-item-button {
    min-height: 60px;
}

.coupon-item-button a {
    display: block;
    max-width: 160px;
    border: 2px solid #1F1F1F;
    box-sizing: border-box;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    padding: 18px;
    margin: 0px auto 15px auto;
    transition: all .15s linear;
}

.coupon-item-button a:hover {
    background: #000;
    color: #fff;
}

#content-top .swiper-viewport {
    border: 0px;
}

.gift-input:after {
    content: ' ';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    width: 24px;
    height: 24px;
    background: url("../image/rassilka_gift.png") no-repeat center center;
}

span.req {
    color: #FB5E27;
}

label[for=check] {
    font-size: 14px;
    margin-bottom: 0;
}

.modal-form-caption span {
    color: #FB5E27;

}

.custom-modal {
    padding: 20px 30px;
    text-align: center;
    background: #fff;
    margin: 0px auto;
    position: relative;
}

.form-popup {
    max-width: 350px;
    padding: 35px 45px 25px 45px;
}

.form-popup h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}

.form-popup .form-group {
    margin-bottom: 20px;
}

.white-popup {
    max-width: 600px;
}

#wishlist-total {
    font-size: 14px;
}

.call-btn {
    text-decoration: underline;
}

.call-btn:hover {
    text-decoration: none;
}

#coupons-header {
    background: url("../image/coupons-header.png") no-repeat center center;
    background-size: cover;
    height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#coupons-header h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

#information-contact, #product-category {
    padding-top: 20px;
}

.social a {
    margin-left: 12px;
}

.product-line {
    position: relative;
}

.category-ex-category .ps-container > .ps-scrollbar-x-rail, .ps-container > .ps-scrollbar-y-rail {
    opacity: .6;
    background-color: #eee !important;
    height: 10px !important;
}

.category-ex-category .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #9292CD !important;
}

.cart_top button.btn-lg {
    padding-top: 0 !important;
}

.need-help {
    margin-top: 50px;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.4;
}

.need-help img {
    margin-bottom: 20px;
}

.product-price-holder h2 {
    text-transform: uppercase;
}

.swiper-items .swiper-button-next, .swiper-items .swiper-button-prev {
    top: 25%;
    position: absolute;
    width: 42px;
    height: 69px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 42px 69px;
    background-position: center;
    background-repeat: no-repeat;
}

#choose_menu h1, #nashi-preimushestva h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 40px;
}

.prem-item {
    position: relative;
}

.prem-item-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -33px;
    margin: auto;
    background: linear-gradient(100.07deg, #FF823C 2.21%, #FB5E27 99.29%);
    border-radius: 100%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prem-item-holder {
    background: #FFFFFF;
    box-shadow: 0px 78px 272px rgba(63, 68, 100, 0.06), 0px 50.5556px 159.296px rgba(63, 68, 100, 0.0455556), 0px 30.0444px 86.637px rgba(63, 68, 100, 0.0364444), 0px 15.6px 44.2px rgba(63, 68, 100, 0.03), 0px 6.35556px 22.163px rgba(63, 68, 100, 0.0235556), 0px 1.44444px 10.7037px rgba(63, 68, 100, 0.0144444);
    border-radius: 5px;
    padding: 25px;
    padding-top: 50px;
    min-height: 220px;
}

.prem-item-caption {
    font-weight: 600;
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 18px;
}

.prem-item-text {
    font-size: 16px;
}

#pills-banketmenu {
    justify-content: center;
}

#pills-banketmenu .nav-item a {
    margin: 0px 15px;
    width: 220px;
    padding: 0px 15px;
    color: #9292CD;
    border: 2px solid #9292CD;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

#pills-banketmenu .nav-item.active a {
    background: #9292CD;
    color: #fff;
}

#content-top .swiper-pagination {
    bottom: 32px;
}

#content-top .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 14px;
    height: 14px;
}

#content-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.banket-menu-item {
    background: rgba(0, 0, 0, 0.54);
    padding: 50px;
    text-align: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banket-menu-caption {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.banket-menu-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
}

.banket-menu.item1 {
    background: url("../image/menus/1.png") no-repeat center center;
    background-size: cover;
}

.banket-menu.item2 {
    background: url("../image/menus/2.png") no-repeat center center;
    background-size: cover;
}

.banket-menu.item3 {
    background: url("../image/menus/3.png") no-repeat center center;
    background-size: cover;
}

#footer-banket-menu h3 {
    font-weight: bold;
    font-size: 36px;
}

.swiper-slide-content {
    color: #fff;
    font-size: 20px;
}

#footer-banket-menu .btn-orange {
    font-size: 14px;
    box-shadow: 0px 45px 112px rgba(255, 54, 0, 0.28), 0px 26.496px 58.4192px rgba(255, 54, 0, 0.202496), 0px 13.608px 27.4176px rgba(255, 54, 0, 0.157248), 0px 5.472px 12.0064px rgba(255, 54, 0, 0.122752), 0px 1.224px 5.1968px rgba(255, 54, 0, 0.077504);
}

.swiper-items .swiper-button-prev,
.swiper-button-prev,
.swiper-items .swiper-button-next {
    background-image: none;
    fill: #FB5E27;
}

#tab-description * {
    font-size: 18px !important;
}

#product-product h1 {
    padding-right: 20px;
}

h3.caption {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 600;
}

h3.caption img {
    margin-right: 25px;
    margin-top: -3px;
}

.category_id59 {
    background: url("../image/banket_bluda_bg2.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 64px;
}

.category_id59 span {
    display: block;
    padding: 100px 40px;
    background: rgba(0, 0, 0, 0.3);
}

#bluda-text-block p {
    font-size: 18px;
}

#soon-block p {
    font-size: 18px;
}

#soon-block .btn-orange {
    margin: 50px auto 0px auto;
    max-width: 200px;
}

.banket-menu-btn {
    max-width: 260px;
    margin-top: 0px;
}

.banket-menu {
    position: relative;
    max-height: 335px;
    overflow: hidden;
}

.banket-menu-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banket-menu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


#choose_menu .fade {
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

#choose_menu .tab-content > .tab-pane:not(.in) {
    /* display:none; is the default behaviour, make that display:block; */
    display: block;
    /* make the opacity 0, that is what the transition responds to! */
    opacity: 0;
    height: 0;
}

#choose_menu .tab-content > .tab-pane.in {
    opacity: 1;
}

#choose_menu .tab-content {
    min-height: 350px;
}

.quickcheckout-cart .desc {
    color: red;
    font-size: 14px;
    text-align: right;
    line-height: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

.swiper-slide-content.black {
    background: none;
    align-items: flex-start;
    text-align: left;
    color: #000;
}

.swiper-slide-content.black .slider-link {
    border-color: #000;
    color: #000;
    margin-left: 0px;
    margin-right: 0px;
}

.swiper-slide-content.black .slider-link:hover {
    background: #000;
    color: #fff;
}

.swiper-slide-content.black .title {
    color: #000;
}

#product .coupon-item-description, #product .coupon-item-button {
    min-height: auto;
}

#product .promo-caption {
    line-height: 1.3;
}

.cart-delivery-block strong {
    font-size: 18px;
    font-weight: 600;
}

.cart-delivery-block label {
    margin-bottom: 15px;
    margin-top: 10px;
}

.cart-delivery-block input.form-control {
    font-size: 14px;
}

.related-categories .category-ex-category {
    height: 380px;
}

.related-categories .category-ex-category img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.related-categories .category-ex-category:hover .hidden-link {
    opacity: 1;
}

.related-categories .category-ex-category:hover .thumbnail {
    box-shadow: 0px 100px 80px rgba(251, 94, 39, 0.07), 0px 64.8148px 46.8519px rgba(251, 94, 39, 0.0531481), 0px 38.5185px 25.4815px rgba(251, 94, 39, 0.0425185), 0px 20px 13px rgba(251, 94, 39, 0.035), 0px 8.14815px 6.51852px rgba(251, 94, 39, 0.0274815), 0px 1.85185px 3.14815px rgba(251, 94, 39, 0.0168519);
    margin-top: -15px;
}

#voucher {
    width: 100%;
}

h2.price span {
    font-size: 52px;
}

.product-price-holder ul {
    margin-bottom: 0;
}

#product .caption {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

#coupons-main .col-4 {
    padding: 0px 15px !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
        max-width: 1280px;
    }

    header .container, #menu-container.container, footer .container {
        width: 1440px;
        max-width: 1440px;
    }
}

@media (max-width: 768px) {
    .coupon-item-top {
        min-height: 190px;
    }

    .coupon-item-button a {
        padding: 8px 4px;
    }

    .coupon-item-bottom {
        padding: 10px;
    }

    .promo-caption {
        text-align: left;
    }

    .promo-caption span {
        font-size: 13px;
    }

    .coupon-item-top {
        padding: 10px;
    }

    #coupons-main .col-4 {
        padding: 0px 3px !important;
    }

    #footer-banket-menu .btn-orange {
        margin-bottom: 15px;
    }

    .banket-menu img {
        min-height: 240px;
    }

    .banket-menu {
        margin-bottom: 15px;
    }

    .banket-menu-caption {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .banket-menu-text {
        margin-bottom: 10px;
        font-size: 14px;
    }

    #choose_menu h1, #nashi-preimushestva h2 {
        font-size: 24px;
    }

    #pills-banketmenu .nav-item a {
        margin-bottom: 15px;
    }

    .open .dropdown-menu {
        display: block;
        /*
                max-height: 320px;
                overflow-y: scroll;*/
    }

    .related-products {
        margin-top: 3rem;
    }

    nav#menu .fa {
        font-size: 22px;
    }

    .category_id59 {
        font-size: 32px;
    }

    .category-ex-category .thumbnail {
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 400px;
    }

    .coupon-item {
        max-width: 400px;
        margin: 0px auto 40px auto;
    }

    .slider-link, .banket-menu-btn {
        font-size: 11px;
        padding: 8px;
        min-width: 105px;
        margin-top: 10px;
    }

    .swiper-slide-content {
        font-size: 12px;
    }

    .swiper-slide-content .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #content-top .swiper-pagination {
        bottom: -40px
    }

    #content-top .swiper-pagination-bullet {
        background: #000;
    }

    #slideshow0 img {
        min-height: 200px;
    }

    #menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #fff;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }

    #menu #category {
        color: #000;
    }

    #menu {
        padding-top: 5px;
    }

    .collapse.in {
        display: block;
    }

    #menu .navbar-nav > li {
        margin-left: 0;
        margin-top: 10px;
    }

    body {
        padding-top: 50px;
    }

    #cart {
        position: fixed;
        right: 10px;
        top: 14px;
        z-index: 101;
        max-width: 180px;
    }

    #cart > .cart_top > .btn {
        font-size: 14px;
    }

    .cart_top img {
        max-width: 20px;
        margin-right: 10px;
    }

    .checkout_btn {
        display: none;
    }

    #logo {
        text-align: center;
        margin-bottom: 15px;
    }

    #logo img {
        max-width: 250px;
    }

    .header-contacts span {
        margin-left: 15px;
        display: block;
        margin-left: 0px;
        margin-top: 15px;
    }

    .header-contacts {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0px;
        margin-left: -13px;
        line-height: 1.2;
    }

    .header-contacts a {
        font-size: 10px;
    }

    .coupon-item-bottom p span {
        font-size: 13px !important;
    }

    header {
        padding-bottom: 15px;
    }

    .header-top .header-phone {
        font-size: 14px;
    }

    .header-top p {
        font-size: 11px;
    }

    #menu .navbar-nav > li > a {
        font-size: 16px;
        padding: 16px 12px;
    }

    #menu .navbar-toggler {
        background: linear-gradient(180deg, #FF823C 0%, #FA5622 100%);
        color: #fff;
        padding: 5px 12px 0px 12px;
        margin-bottom: 5px;
    }

    #column-left {
        display: none;
    }

    #akcii_form img {
        max-height: 200px;
    }

    #akcii_form h3 {
        font-size: 24px;
    }

    .gift-input {
        margin-top: 20px;
    }

    #akcii_form p.podpisis {
        font-size: 18px;
    }

    .akcii_form_icons img {
        margin-right: 10px;
    }

    .product-quanity {
        flex-direction: column;
    }

    .header-top-right p {
        margin-left: -12px;
    }
}

@media (max-width: 768px) {
    #information-information .coupon-item-top {
        padding: 10px 20px;
    }

    #information-information .promo-caption {
        text-align: right;
    }

    #information-information p.coupon-name {
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
        vertical-align: middle;
        margin-top: 10px;
    }

    .actions-coupons-header h1 {
        font-size: 30px !important;
    }
}

.live_banner {
    border-radius: 10px;
    background: url("../image/bg_live.png") center center no-repeat;
    min-height: 300px;
    background-size: cover;
}