:root {
    --main_color: #fff;
    --primary: #900020;
    --secondary: #900040;
    --secondary-hover: #ec6281;
    --light_borders: #ececec;
    /*#ec6281*/
}

* {
    transition: linear .2s;
}

a {
    transition: linear .1s;
}

p {
    font-weight: 400;
}

form {
    position: relative;
}

input {
    border-radius: 0px !important;
}

select {
    width: auto !important;
    display: inline-block !important;
    max-width: 100% !important;
}

#country-select,
#input-global-zone,
#product-page-options select {
    display: block !important;
    width: 90% !important;
}

option {
    font-size: 15px;
}

span.primary {
    color: var(--secondary);
    text-decoration: underline;
}

span.secondary {
    color: var(--primary);
    text-decoration: underline;
}

.form-group {
    display: block;
    padding: 0px 15px;
    width: 100%;
}

.parallax-window {
    /*height: 500px;*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.btn {
    border-radius: 50px !important;
    font-weight: bold;
}

.btn-secondary {
    background: transparent;
    color: var(--primary);
    border: solid 3px var(--primary);
    padding: 9px 10px !important;
    vertical-align: top;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}

.btn-dang {
    background: #900040;
    color: #fff;
}

.btn-dang:hover,
.btn-dang:active,
.btn-dang:focus {
    background: #ec6281;
    color: #fff;
}

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

/* breadcrumb */
.breadcrumb {
    position: relative;
    padding: 20px 20px 10px;
    font-size: 0px;
    letter-spacing: 0px;
    background: none;
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.85);
}

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

.breadcrumb>li {
    /*padding: 8px 20px;*/
    position: relative;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.breadcrumb>li:before {
    content: "›";
    display: inline-block;
    font-size: 18px;
    padding: 0px 10px;
}

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

.breadcrumb>li {
    /*padding: 8px 15px 8px 30px;*/
    display: inline-block;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    white-space: normal;
}

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

.breadcrumb>li i {
    font-size: 22px;
}

.pagination {
    border-radius: 5px;
    margin: 30px 0;
    text-align: center !important;
}

.pagination li {
    display: inline-block;
    border: none;
}

.pagination li:hover {
    border: none;
}

.pagination>li>a,
.pagination>li>span {
    font-size: 16px;
    color: #ec6281;
    border: none;
    float: none;
    font-weight: bold;
    background-color: #fff;
    margin: 0;
    line-height: 100%;
    padding: 8px 10px;
}

.pagination li.active span {
    color: #fff;
    float: none;
    border: none;
    border-radius: 2px;
}

.pagination li:hover a {
    color: #ec6281;
    border: none;
}

.pagination li:first-child a {
    color: #ec6281;
    border-right: 1px solid rgba(0, 0, 0, .05);
}

.pagination li:last-child a {
    color: #ec6281;
    border-left: 1px solid rgba(0, 0, 0, .05);
}

.pagination li:first-child a:hover {
    border-right: 1px solid transparent;
}

.pagination li:last-child a:hover {
    border-left: 1px solid transparent;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #111;
    border: none;
}

.pagination>.active {
    background-color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #B0B7BE;
}



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

.btn {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
}

.btn-xs {
    font-size: 11px;
}

.btn-sm {
    font-size: 12.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 12px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px;
}

.btn-group>.btn-xs {
    font-size: 11px;
}

.btn-group>.btn-sm {
    font-size: 12.2px;
}

.btn-group>.btn-lg {
    font-size: 17px;
}

.btn-default {
    color: #fff;
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, var(--light_borders)ddd);
    background-repeat: repeat-x;
    border-color: var(--light_borders)ddd var(--light_borders)ddd #b3b3b3 #b7b7b7;
}

.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-primary {
    color: #ffffff;
    background: var(--secondary-hover);
    transition: linear 0.1s;
    border: none;
}

.btn-default {
    background: #d9d9d9;
    border-color: #d9d9d9;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: var(--secondary);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: var(--secondary-hover);
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    background: var(--secondary-hover);
    box-shadow: none;
}


.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: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: #23A1D1;
    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);
}

.badge-primary {
    background: #7d9ebd;
    font-weight: 100;
    padding: 15px;
    padding: 8px 15px;
}

.form-control {
    border-radius: 20px !important;
    padding: 4px 10px;
}

@font-face {
    font-family: 'Russia Bold';
    src: url('/fonts/russia-bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
}


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    position: relative;
    background: #efefef;
    /*
	background: url(../image/back.jpg);
	background-size: 350px;*/
}

body.modal-show {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

td.discount {
    background: orange;
    color: #fff;
    border-bottom-color: #ec6281 !important;
}

.badge-light {
    background: #fff;
    font-size: 14px;
}

.form-control:focus {
    border-color: var(--secondary-hover);
}

#price_symbol_left,
#price_symbol_right {
    display: none !important;
}

#quick-message {
    background: #ec6281;
    padding: 12px 30px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: -100%;
    z-index: 1000;
    transition: linear 0.1s;
    z-index: 10010
}

#quick-message.error {
    background: #f00;
}

#quick-message.active {
    bottom: 0px;
}

#quick-message a {
    text-decoration: underline;
    color: #fff;
}

#quick-message a:hover {
    text-decoration: none;
}

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

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

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

h2 {
    font-size: 29px;
}

h3 {
    font-size: 23px;
    margin-bottom: 15px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 16px;
color: #47494d;
padding: 15px 0 15px 20px;
display: block;
transition: linear .1s;
}


a {
    color: #47494d;
}

a:hover,
a:active {
    color: var(--secondary-hover);
    text-decoration: none;
}

table,
table * {
    border-color: var(--light_borders) !important;
}

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

label {
    font-size: 15px;
    font-weight: normal;
}

label:has(input) {
    border: solid 1px #ec6281;
}



h3.any-module {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

h3.any-module:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 100%;
    margin-top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #ffffff transparent;
}

.modal-backdrop {
    z-index: 870;
}

.any-module-heading {
    background: #9727f4;
    padding: 20px 0px 50px;
    margin-bottom: -30px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+100&1+0,0+78 */
    background: -moz-linear-gradient(top, var(--primary) 0%, rgba(206, 218, 233, 0) 140%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, var(--primary) 0%, rgba(206, 218, 233, 0) 140%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, var(--primary) 0%, rgba(206, 218, 233, 0) 140%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

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: 14px;
}

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

/* 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: #ec6281;
    font-weight: bold;
}


/* all drop down menus */

.dropdown-menu {
    padding: 0px;
    box-shadow: 0px 0px 25px #0000005c;
    border-radius: 8px;
    display: block;
    opacity: .01;
    transition: linear 0.2s;
    margin-top: 50px;
    visibility: hidden;
}

.dropdown-menu * {
    visibility: hidden;
}

.dropdown-menu.show * {
    visibility: visible;
}

.dropdown-menu.collapsing {
    display: block;
}

.dropdown-menu.show {
    display: block;
    transition: linear 0.2s;
    margin-top: 0px !important;
    opacity: 1;
    visibility: visible;
}

.bootstrap-select .dropdown-menu {
    display: none;
}

.bootstrap-select .dropdown-menu.show {
    display: block;
}

.dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
}

.dropdown-item.active {
    padding-left: 40px;
    background: #ececec;
    color: #212529;
}

.dropdown-item.active .check-mark {
    display: inline-block !important;
    position: absolute;
    left: 18px;
    top: 12px;
    color: var(--secondary-hover);
    font-size: 17px;
}


/*.dropdown-menu ul > li:first-child a {
	padding-top: 5px;
}
.dropdown-menu ul > li:last-child a {
	padding-bottom: 5px;
}*/



.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background: var(--secondary);
}

#admin-panel {
    text-align: right;
}

#admin-panel a {
    display: inline-block;
    position: relative;
    margin: 5px;
}



/* top */
#top {
    /*background-color: var(--main_color);*/
    color: #fff;
}

#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: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #808080;
    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: 16px;
    line-height: 14px;
}

#top-links {
    /*border: solid 1px #eee;*/
    margin: 0 auto;
    text-align: center;
    display: block;
}

#top-links>div {
    display: inline-block;
}


#top-links a {
    padding: 10px 10px 5px;
    display: inline-block;
    transition: linear 0.1s;
}

#top-links a i {
    margin-right: 2px;
}

#top-links a:hover {
    color: var(--secondary);
}


#top-links .worktime .dropdown-menu {
    padding: 15px;
    min-width: 220px;
}

#top-links .worktime .dropdown-menu h3+span {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

#top-links .worktime .dropdown-menu span {
    display: block;
    font-size: 16px;
}

#header {
    /*background: var(--main_color);*/
    background: rgba(255, 255, 255, 0.95);
    z-index: 880;
    position: relative;
}

#header .container {
    position: relative;
}


.header-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1px 0px;
}

.header-wrap>div {
    flex: auto;
    max-width: initial;
}

.header-wrap>div a {
    flex: 1 1 auto;
    color: #888;
}

.navbar-ex1-collapse {
    width: 100%;
    position: relative;
}

#logo {
    padding: 0;
}

#logo img {
    max-height: 113px;
}

#logo span {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

#phones-list {
    text-align: center;
    font-size: 0px;
}

#phones-list * {
    font-size: 14px;
}

#phones-list #call-to-phone-select {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-radius: 25px;
    max-width: 200px;
}

#phones-list #call-to-phone-button {
    background: #9a9a9a;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 8px 20px;
}

#phones-list #call-to-phone-button i {
    font-size: 22px;
    position: relative;
    top: 2px;
}

#phones-list .worktime {
    position: relative;
    text-align: center;
    padding-top: 5px;
}

#user-global-settings {
    text-align: center;
    max-width: 150px;
}

#form-language {
    display: inline-block;
}

#form-language a {
    cursor: pointer;
    position: relative;
}

#form-language .dropdown-menu {
    min-width: auto;
    border-radius: 0px;
}

#form-language .language-select {
    font-size: 14px;
    border: none;
    padding: 7px 10px;
    background: #fff;
    cursor: pointer;
    outline: none !important;
    min-width: 80px;
    transition: linear 0.2s;
}

#form-language .dropdown-menu.show {
    margin-top: 10px !important;
}

#form-language .language-select:hover {
    background: var(--secondary);
    color: #fff;
}

#user-global-settings .current {
    text-transform: uppercase;
    font-size: 18px;
    color: #999;
    position: relative;
    padding: 10px 18px 10px 0;
    cursor: pointer;
}

#user-global-settings .current:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 1px solid #565658;
    border-bottom: 1px solid #565658;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
    right: 6px;
}

#user-global-settings .translate {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: #fff;
    margin: 0 0 0 -10px;
}

#user-global-settings:hover .translate {
    opacity: 1;
    pointer-events: all;
    z-index: 9999999999;
}

#user-global-settings .translate p {
    width: 50px;
    font-size: 18px;
    color: #999;
    position: relative;
    padding: 0px 15px 0px 0;
    cursor: pointer;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    text-transform: uppercase;
}

#slogan {
    border-left: 2px solid #999;
    padding: 20px;
    max-width: initial;
}

#slogan p {
    margin: 0;
    color: #999;
}

#contact-button a {
    color: #fff;
    background: #900020;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 22px;
    display: block;
    text-align: center;
    margin: 0 0 0 20px;
}

#contact-button a:hover {
    background: #ec6281;
}

/* search */
#search {
    padding: 0px;
    padding-left: 20px;
    position: relative;
}

#search .input-group {
    z-index: 9999;
}

#search .input-lg {
    box-sizing: border-box;
    padding-left: 20px;
    height: 42px;
    line-height: 20px;
    border: 1px solid #c1bfc0;
    border-radius: 0px !important;
    background: #f4f2f3;
    font-style: italic;
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

#search .btn-lg {
    font-size: 17px;
    line-height: 22px;
    padding: 10px 35px;
    border: none;
    text-shadow: none;
    transition: linear 0.1s;
    border-radius: 0px !important;
    background: #900020;
}

#search .btn-lg:hover {
    background: #ec6281;
    color: #fff;
}


.header-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .toleft {}

.header-top .toright {
    display: flex;
    align-items: center;
}

.header-phones {
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
}

.header-phones p {
    margin: 0;
}

.header-phones a {
    color: #47494d;
    font-size: 16px;
    padding: 15px 0 15px 10px;
    display: block;
    transition: linear .1s;
}

.header-phones a i {
    transition: linear .1s;
}

.header-phones a i {
    margin: 0 5px 0 0;
}

.header-phones a:hover {
    color: #ec6281;
}

.worktime {
    color: #ec6281;
    font-size: 16px;
    padding: 15px 0 15px 20px;
}

#top {
    width: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    z-index: 1;
    position: relative;
}


/* cart */

.modal-content {
    border-radius: 0px;
}

#micro-cart {
    display: none;
}

#show-account .dropdown-menu.open {
    display: block;
}

/*.button-with-dropdown {
	display: block;
	float: left;
	position: relative;
}*/


#cart_table {
    border: none;
}


#cart_table tr:hover {
    background: none;
}

#cart_table td {
    border: none;
    padding: 10px 0px;
    text-align: center;
}

#cart_table td.price {
    font-weight: bold;
    color: #000;
}

#cart_table td a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    max-width: 230px;
}

.checkout_form h3 {
    margin: 0px;
    padding: 25px 0px;
    font-weight: 700;
}

.checkout_form .register_block {
    background: #f7f7f7;
}

.cart-coupon {
    max-width: 360px;
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 7px;
    display: none;
}

.cart-coupon input {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 12px 25px;
    font-size: 15px;
    height: auto;
}

.cart-coupon h3 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 25px 10px;
}

.delivery-and-pay {
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 12px;
}

.your_order .payment-method,
.your_order .shipping-method {
    float: left;
    width: 50%;
    padding: 15px;
    margin-bottom: 20px;
}

.agree-block {
    text-align: center;
    padding-bottom: 30px;
}

.agree {
    display: inline-block;
    margin: 10px auto 20px;
}

.agree input {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.agree a {
    display: inline;
    float: none;
}


#account-top-menu.collapsing {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    display: block;
    height: auto;
    overflow: visible;
}

#main-header-buttons {
    font-size: 0px;
    line-height: initial;
    float: left;
    overflow: visible;
    float: right;
    width: 160px;
    padding: 0px 15px 0px 10px;
    display: none;
}


#main-header-buttons .btn-h {
    padding: 0px;
    position: relative;
    display: inline-block;
    /*float: left;*/
    /*background: #ececec;*/
    color: #848484;
    /*width: 64px;*/
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    text-align: left;
    border-radius: 0px;
    transition: linear 0.1s;
    width: 100%;
}

#main-header-buttons .btn-h:hover {
    background: #eee;
}


#main-header-buttons .btn-h .icon {
    text-align: center;
    /*width: 100%;*/
    display: inline-block;
    padding: 0px 10px;
    /*width: 32px;*/
    /*height: 32px;*/
}

#main-header-buttons .btn-h .icon i {
    /*font-size: 24px;*/
    margin-top: 01px;

    -webkit-text-stroke: 0px black;
    color: white;
    text-shadow:
        0px 0px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

#main-header-buttons .btn-h .caption {
    text-align: center;
    font-size: 13px;
}

#main-header-buttons .btn-h .count {
    display: inline-block;
    text-align: center;
    background: #eee;
    color: var(--primary);
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    min-width: 27px;
}

#mini-cart {
    font-size: 16px;
}

#mini-cart p {
    margin-bottom: 0px;
}

#mini-cart-list {
    padding: 0px;
}

#mini-cart-list .close-mini-cart,
.close-quick-order {
    position: absolute;
    display: inline-block;
    padding: 10px 15px;
    right: 0px;
    top: 0px;
    cursor: pointer;
    transition: linear 0.2s;
}

#mini-cart-list li {
    list-style: none;
}

#mini-cart-list tbody tr:first-child td {
    border-top: none;
}

#mini-cart-list .quantity-input {
    max-width: 60px;
}

#mini-cart-list td,
#mini-cart-list th {
    vertical-align: middle;
}

#mini-cart-list .quantity-minus,
#mini-cart-list .quantity-plus {
    vertical-align: top;
    padding: 9px 11px;
    transition: linear 0.1s;
}

#mini-cart-list .quantity-minus:hover,
#mini-cart-list .quantity-plus:hover {
    vertical-align: top;
    padding: 9px 11px;
    background: var(--secondary-hover);
    border-color: var(--secondary-hover);
    color: #fff;
}


#mini-cart>.btn {
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    background: #ccc;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

#mini-cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#mini-cart.open>.btn:hover {
    color: #444;
}

#mini-cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#mini-cart .dropdown-menu {
    min-width: 100%;
}


.cart-products {
    overflow: hidden;
}

.mini-cart-item {
    border-bottom: solid 1px var(--light_borders);
    padding: 10px 0px;
    width: 100%;
    display: inline-block;
}

.mini-cart-item img {
    border: none;
    border-radius: 0px;
}

.mini-cart-item>div {
    float: left;
}

.mini-cart-item .product-remove {
    line-height: 85px;
}

.mini-cart-item .product-name {
    float: left;
    font-weight: bold;
    font-size: 16px;
    max-width: 200px;
    padding: 4px 10px;
}

.mini-cart-item .product-name a {
    color: #000;
}

.mini-cart-item .product-quantity {
    padding: 25px 0px;
}

.mini-cart-item .product-total {
    float: right;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding: 32px 0px 32px 15px;
}

.cart-totals {
    padding: 10px 0px;
    margin-top: -7px;
    background: #fff;
    position: relative;
}

.cart-totals .cart-total:last-child {
    margin-top: 10px;
}

.cart-totals .cart-total:last-child .text {
    font-size: 26px;
}

.cart-total {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.cart-total .sub-line {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 7px;
    left: 0px;
    border-bottom: dotted 2px #ccc;
    z-index: 0;
}

.cart-total .title {
    float: left;
    text-align: left;
    background: #fff;
    z-index: 10;
    position: relative;
    padding: 3px 4px 3px 0px;
}

.cart-total .text {
    float: right;
    text-align: right;
    background: #fff;
    z-index: 10;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    padding: 3px 0px 3px 7px;
}


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

#mini-cart .dropdown-menu table {
    margin-bottom: 10px;
}

#mini-cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

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

#mini-cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    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: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: rgba(0, 0, 0, 0.1);
}

#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: 14px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid var(--light_borders);
    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: 14px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 17px;
    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;
}

#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 (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .nsmenu-bigblock {
        margin: 0px;
        border: none;
        border-radius: 0px;
    }
}

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

.content-wrapper {
    background: #fff;
    padding: 15px;
    padding-bottom: 0px;
}

.row.nopadding {
    margin-left: 0px;
    margin-right: -5px;
}

/* footer */
footer {
    margin-top: 30px;
    padding-bottom: 20px;
    background-color: transparent;
    color: #e2e2e2;
}

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

footer a {
    color: #888;
}

footer a:hover {
    color: var(--secondary);
}

footer h5 {
    font-size: 18px;
    font-weight: 700;
    color: #676767;
}

footer .social {
    padding-bottom: 30px;
}


footer .social ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    text-align: center;
}

footer .social ul li i {
    display: block;
    font-size: 58px;
}


footer .social a i {
    transition: linear 0.1s;
}

footer .social a:hover i {
    color: var(--secondary);
}


/* Все дропдауны в меню */
.navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0px;
    border-radius: 0px;
    width: 100%;
    overflow: hidden;
}

.navbar-nav .dropdown-menu.collapsing {
    display: block;
}

/* Дропдаун с категориями (главный) */
.navbar-nav .nsmenu-bigblock.dropdown-menu {
    transition: linear .2s;
    margin-top: -44px;
    box-shadow: 0px 0px 50px 10rem #e0e0e0;
    padding: 0px 15px;
}

.navbar-nav .nsmenu-bigblock.dropdown-menu a:not(.nsmenu-parent-title) {
    padding: 4px 0px !important;
}

/* Дропдаун с категориями (Анимация при раскрытии) */

.navbar-nav .nsmenu-bigblock.dropdown-menu.show {
    padding: 40px 15px;
    box-shadow: 0px 0px 0px 1000rem #e0e0e0e0;
}



#horizontal-menu .dropdown-inner ul li:first-child a {
    border-top: none;
}

#horizontal-menu .nsmenu-type-category-simple .dropdown-inner a {
    display: block;
    padding: 10px 20px !important;
    clear: both;
    line-height: 14px;
    color: #333333;
    font-size: 16px;
    border-top: solid 1px #f5f5f5;
}

#cart-wrap {
    display: inline-block;
    position: relative;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 0px;
}

#show-cart {
    position: relative;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: linear 0.2s;
    max-width: 100%;
    text-align: center;
    right: 0px;
    top: 0px;
    z-index: 5;
}

#show-cart:hover {
    background: var(--primary);
}

#show-cart .count {
    display: inline-block;
    padding: 0px 10px;
    margin-left: 4px;
    background: var(--secondary-hover);
    box-shadow: 0px 0px 6px var(--secondary-hover);
    color: #fff;
    border-radius: 3px;
    height: 100%;
    text-align: center;
}



#main-menu {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



#horizontal-menu .nsmenu-parent-block .nsmenu-ischild {
    column-count: 2;
}

#main-menu .nsmenu-parent-img img {
    border-radius: 200px !important;
    margin-bottom: 20px;
    margin-right: 30px !important;
}

#main-menu>li:first-child {
    background: #ffffff40;
}

#main-menu>li {
    flex: 1 1 auto;
    position: relative;
}

#main-menu>li>a {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 12px 12px;
    min-height: 15px;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.navbar {
    padding: 0px;
}


.slider-item {
    position: relative;
    display: block;
}

.slider-item .slider-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: none !important;
}

.slider-item .slide-content {
    max-width: 400px;
    background: rgba(255, 255, 255, 0.90);
    padding: 50px;
    color: var(--main_color);
    border-radius: 12px;
}

.slider-item .slide-content h1 {
    font-size: 42px;
    margin: 0px 0px 20px;
}

.slider-item .slide-content .slide-caption {
    font-size: 17px;
    max-height: 82px;
    overflow: hidden;
    margin-bottom: 30px;
}

.slider-item .slide-content .slide-button {
    display: inline-block;
    padding: 15px 30px;
    background: var(--secondary);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0px 7px 15px #00000063;
    font-size: 20px;
    font-weight: bold;
    transition: linear 0.1s;
    cursor: pointer;
}

.slider-item .slide-content .slide-button:hover {
    background: var(--secondary-hover);
}





/* list group */
.list-group a {
    border: 1px solid var(--light_borders)DDD;
    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 var(--light_borders)DDD;
    text-shadow: 0 1px 0 #FFF;
}

.main-about {
    margin-top: 20px;
    border: none;
}

.main-about .inner-text {
    padding: 30px;
}



.charged-subscribe {
    position: relative;
    padding: 50px 30px;
    background-color: #eee;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.charged-subscribe h2 {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 22px;
}

.charged-subscribe .row {
    margin-right: -5px;
}


.charged-subscribe .form-group {
    margin: 0 auto;
    position: relative;
    max-width: 70%;
}

.form-control:focus {
    box-shadow: none;
}

.charged-subscribe input {
    border: none;
    margin-right: 180px;
}

.charged-subscribe input:focus {
    box-shadow: 0px 15px 100px #6d6d6d;
}

.charged-subscribe button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 14px 20px;
    font-size: 17px;
    line-height: normal;
    display: block;
    width: 180px;
    position: absolute;
    top: 0px;
    right: 0px;
}

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

.category-description {
    transition: all 2s linear;
    max-height: 150px;
    padding-bottom: 60px;
    position: relative;
text-align: left;
    overflow: hidden;
}

.category-description.full {
    max-height: max-content;
}

.category-description .btn-container {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+70 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
.category-description.full .btn-container {
	background:transparent;
}
.category-heading {
    margin-bottom: 15px;
}

.category-thumbnail {
    margin-right: 10px;
    max-height: 80px;
    border-radius: 50px;
}

.category-children {
    padding: 15px 0px;
}

.category-children h3 {
    color: #3a353e;
    font-weight: bold;
    margin-bottom: 7px;
}

.category-children .btn {
    border: none;
    margin: 5px 5px 5px 0px;
    padding: 7px 11px !important;
}

.sorts-label {
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.checkbox-inline {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-row {
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 50px;
    background: #f9f9f9;
}

.contact-row form {
    margin-top: 15px;
}

.product-layout {
    display: flex;
    padding: 0px;
    border: 1px solid var(--light_borders);
    margin: -1px;
}

.sale-product:before {
    content: "Sale";
    font-size: 12px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    border-radius: 2px;
    line-height: 1;
    padding: 3px;
    right: 10px;
    top: -7px;
    z-index: 1;
    position: absolute;
    text-transform: uppercase;
    background-color: #eb2771;
    color: #fff;
}

.sale-product:after {
    border-color: #eb2771 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    top: 9px;
    content: "";
    height: 3px;
    right: 31px;
    position: absolute;
    width: 3px;
}

.module-wrapper {
    margin-bottom: 30px;
text-align: center;
}

.module-go-to-category {
    margin-top: 30px;
    text-align: center;
}


/* product list */
.product-thumb {
    position: relative;
    float: left;
    margin-bottom: 0px;
    overflow: visible;
    padding: 15px 15px 70px;
    background: #fff;
}

.product-thumb .rating {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.product-thumb .form-group {
    margin-bottom: 0px;
}

.product-thumb .form-group .radio {
    align-items: center;
}

.product-thumb .form-group .radio label {
    margin: 0;
    padding: 5px;
}

.product-thumb .form-group .bootstrap-select {
    display: block;
}

.product-thumb h4 {
    font-family: 'Russia Bold', sans-serif;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    min-height: 50px;
}

.product-thumb h4 a {
    font-size: 23px;
    color: #000;
    font-weight: normal;
    /*border-bottom: solid 3px transparent;*/
    transition: linear 0.1s;
    margin-bottom: 0px;
}

.product-thumb h4 a:hover {
    color: var(--secondary-hover);
}

.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;
    max-width: 100%;
    height: auto;
}

.product-grid .product-thumb .image {
    float: none;
    margin-bottom: 20px;
    position: relative;
}

.product-thumb select {
    border-color: #f00;
    border: dashed 0px #ccc;
    background-color: #efefef;
    -webkit-appearance: none;
    padding: 6px 10px;
    height: auto;
    box-shadow: none;
    cursor: pointer;
    font-size: 17px;
}


.product-thumb .dropdown-toggle {
    background: #efefef;
    box-shadow: none;
    border: none;
    text-shadow: none;
    line-height: 20px;
}

.hide-not-required {
    display: none !important;
}


#payment-address-new {
    width: 100%;
}


.hide-later {
    border: solid 1px #f00;
}

#cart_table img {
    float: left;
    display: block;
    margin-right: 0px;
    max-height: 64px;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb .caption {
    /*padding: 0 20px;*/
    /*min-height: 180px;*/
    position: relative;
    font-size: 15px;
}


.item-option-color {
    border: solid 1px var(--light_borders);
    position: absolute;
    top: -1px;
    left: -1px;
    background: #ffffffe8;
    padding: 5px;
}

.item-option-color>label {
    display: none;
}

.item-option-color label {
    padding: 0px;
}

.item-option-color label:has(input:checked) {
    background: #f00;
}

.item-option-color input {
    display: none;
}

.item-option-color div>.radio {
    margin: 0px;
    margin-left: 5px;
    float: left;
}

.item-option-color div>.radio:first-child {
    margin-left: 0px;
}

.item-option-color .img-thumbnail {
    border-radius: 50px !important;
    max-width: 32px;
    border-color: #fff;
    background-color: #fff;
    border-width: 4px;
    padding: 1px;
}

.item-option-color input:checked+img {
    border-color: var(--secondary-hover);
}

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

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


.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 {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.short-info .rating {
    padding-bottom: 15px !important;
}

.rating a {
    color: var(--primary);
    float: right;
    line-height: 24px;
    font-size: 16px;
}


.rating .fa {
    font-size: 20px;
    color: var(--secondary);
}

.rating .fa-stack {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
}

#reviews {
    padding: 20px 15px;
    border: solid 1px #eee;
    border-width: 1px 0px;
    margin: 20px 0px;
}

#reviews .btn {
    display: block;
    margin: 0 auto;
    max-width: fit-content;
}

#tab-review h3 {
    text-align: center;
    margin: 30px 0px;
}

#review .review-item {
    background: #f7f7f7;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
}

#review .review-item .review-head {
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
}

#review .review-item .review-head .review-author {
    font-weight: bold;
    margin-right: 5px;
}

#review .review-item .review-head .review-date {
    display: block;
    float: right;
    color: #bbbbbb;
}

#review .review-item .review-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

#write-review .set-rating {
    font-size: 0px;
}

#write-review .set-rating input {
    display: none;
}

#write-review .set-rating label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    /*transition: linear 0.1s;*/
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 30px;
}

#write-review .set-rating label:before {
    content: "\f005" !important;
    color: orange;
}

#write-review .set-rating:hover label:before {
    color: orange !important;
}

#write-review .set-rating:hover label:hover~label:before {
    color: #ccc !important;
}

#write-review .set-rating label:hover~label:before {
    content: "\f006";
    color: #ccc;
}

#write-review .set-rating input:checked~label:before {
    content: "\f006";
    color: #ccc;
}

.nav-pills.nav-fill {
    margin-right: 1px;
    margin-bottom: -1px;
    background: #fff;
    z-index: 1;
}

.nav-pills .nav-link {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 0px !important;
    background: var(--light_borders);
    border: solid 1px transparent;
    transition: linear 0.1s;
    border-radius: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #fff;
    border: solid 1px var(--light_borders);
}

.tab-content {
    padding: 30px 30px 15px;
    border: solid 1px var(--light_borders);
    border-radius: 0px !important;
    width: 100%;
}





#product-page {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 78px #d0d0d0;
}

#product-name {
    margin: 0px;
    border-bottom: solid 1px var(--light_borders);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#product {
    margin-bottom: 0px;
}

#product ul.short-info {
    background: #f9f9f9;
    padding: 15px;
    margin: 0px;
    display: block;
}

#product ul.short-info li {
    display: block;
    color: #000;
    padding: 4px 0px;
}

#product ul.short-info li span {
    color: #868686;
}



ul#delivery {
    margin: 15px 0px;
    padding: 15px;
    background: #eee;
}

ul#delivery li.title {
    font-size: 24px;
    padding-bottom: 8px;
}

ul#delivery li {
    display: block;
    color: #000;
    padding: 5px 0px 5px 28px;
    position: relative;
}


ul#delivery li i {
    font-size: 22px;
    color: #868686;
    margin-right: 10px;
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
}

#button-cart {
    color: #000;
    font-weight: bold;
    font-size: 22px;
}

#button-cart i {
    font-size: inherit;
}

#price-block {
    position: relative;
    text-align: center;
}


#price-block .regular-price,
#price-block .special-price {
    position: relative;
    font-size: 34px;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    border-radius: 0px;
    color: #000;
    margin-bottom: 15px;
}




#price-block .special-price {
    color: var(--primary);
}

#price-block .special-price:before {
    border-color: transparent #f37100 transparent transparent;
}

#price-block .special-price+.regular-price {
    text-decoration: line-through;
    font-size: 22px;
    font-weight: normal;
    padding: 0px 10px;
    width: auto;
    color: #ccc;
    width: 100%;
    margin-top: 0px;
}

#price-block .special-price+.regular-price:before {
    display: none;
}

#product .form-group {
    position: relative;
    margin-bottom: 0px;
}

#product .label-calc-price {
    position: relative;
    width: 100%;
    max-height: 20px;
    text-align: center;
    margin-bottom: 0px;
    text-align: center;
}

#product #input-quantity {
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    /*	border-top-left-radius: 0px;
	border-top-right-radius: 0px;*/
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 20px;
    height: auto;
    border-color: #c7c7c7;
}


#product #quantity-minus,
#product #quantity-plus {
    position: absolute;
    display: block;
    top: 21px;
    padding: 12px 10px 8px;
    background: #c7c7c7;
    transition: linear 0.1s;
    color: #fff;
}

#product #quantity-minus:hover,
#product #quantity-plus:hover {
    background: var(--secondary-hover);
}

#product #quantity-minus {
    left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#product #quantity-plus {
    right: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#product #product-total-price {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #a4bed6;
    border-radius: 4px;
    padding: 8px 0px;
    line-height: normal;
    position: relative;
}

#product #product-total-price:before {
    display: block;
    content: "=";
    position: absolute;
    right: 100%;
    top: 11px;
    font-size: 16px;
    margin-right: 11px;
    color: #afaeae;
    font-weight: normal;
}


#add-option-total-price {
    font-size: 15px;
    background: var(--light_borders);
    border: none;
    display: none;
    position: relative;
    padding: 6px 10px 2px;
    width: 100%;
    transition: linear 0.1s;
    z-index: -1;
}



#add-option-total-price.active {
    margin-top: -4px;
}

#product-page-options {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}



#product-page-options .option-row {
    margin-top: 10px;
}

#product-page-options .option-row:first-child {
    margin-top: 0px;
}

#product-page-options .dropdown {
    width: 100%;
}

#product-page-options button {
    outline: none !important;
    box-shadow: none;
    border: solid 2px var(--light_borders);
    overflow: hidden;
    border-radius: 6px;
}

#product-page-options button:hover {
    background: var(--light_borders);
}

#product-page-options .form-group {
    margin-bottom: 0px;
}

#product-page-options label {
    display: block;
    font-size: 14px;
}


#product-page-options label:before {
    display: none;
}

#product-page-options .add-option-price {
    font-size: 17px;
    display: block;
    background: var(--light_borders);
    border: none;
}



#product-page-options>div>div {
    font-size: 0px;
    line-height: normal;
    vertical-align: top;
}

#product-page-options .radio .option-item {
    border: solid 3px transparent;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
}

#product-page-options input:checked+.option-item {
    /*background: orange;*/
    border: solid 3px orange;
}

#product-page-options .option-item img {
    /*border-radius: 4px;*/
    max-width: 32px;
}



#product-page-options .radio {
    display: inline-block;
    line-height: normal;
}

#product-page-options .radio input {
    display: none;
}

#product-page-options .radio label {
    display: inline-block;
    margin: 0px;
    cursor: pointer;
}

#product-page-options .option-item span {
    display: block;
    text-align: center;
    font-size: 14px;
}


#product #button-cart+.btn-group {
    margin-top: 15px;
    text-align: right;
    display: block;
    float: left;
    width: 100%;
}

#product #button-cart+.btn-group button {
    width: 50%;
    display: block;
    float: left;
}


#button-coupon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.product-thumb .item-bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    /* margin-left: -20px; */
    padding: 10px 15px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #000;
}


.product-thumb .price.price-new {
    color: var(--primary);
}

.product-thumb .price.price-new:before {
    border-color: transparent #f37000 transparent transparent;
}

.product-thumb .price.price-old {
    margin: 0px;
    border-radius: 0px;
    color: #000;
    padding: 0px;
    bottom: 44px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-weight: normal;
}

.product-thumb .price.price-old:hover span {
    text-decoration: none;
}

.product-thumb .price.price-old span {
    text-decoration: line-through;
}

.product-thumb .price.price-old:before {
    display: none;
}


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

.product-thumb .item-description {
    display: block;
    width: 100%;
    clear: both;
    padding: 15px 0px;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 0px;
    font-weight: 200;
}

/* .product-thumb .radio {
	display: inline-block;
	border: solid 1px #eee;
}

.product-thumb .radio input {
	position: absolute;
	opacity: 0;;
} */

.product-thumb .button-group {
    /*border: solid 1px #f00;*/
    float: left;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    transition: linear 0.2s;
}

.product-thumb:hover .button-group {
    opacity: 1;
}


.product-list .product-thumb .button-group {
    border-left: 1px solid var(--light_borders);
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb button {
    border: none;
    display: block;
    float: right;
    margin-right: 15px;
    background-color: transparent;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    padding: 0px 15px;
}

.product-thumb .product-buy {
    background-color: var(--secondary);
    color: #fff;
    transition: linear 0.1s;
    border-radius: 50px;
    box-shadow: 0px 0px 0px var(--secondary);
    cursor: pointer;
}

.product-thumb .product-buy:hover {
    background-color: var(--secondary-hover);
    box-shadow: 0 0 0 2px var(--secondary-hover), 0px 5px 13px 2px var(--secondary-hover);
    color: #fff;
}

.product-thumb .button-group button {
    width: 50%;
    border-radius: 0px;
    line-height: 20px;
    padding: 10px;
    float: left;
    color: var(--primary);
}

.product-thumb .button-group button:first-child {
    border-left: none;
}

.product-thumb .button-group button i {
    font-size: 22px;
    line-height: 27px;
}

.product-thumb .button-group button:hover {
    color: var(--secondary);
    text-decoration: none;
    cursor: pointer;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
    text-align: center;
}

#product-gallery {
    display: flex;
}

#product-main-image .image-container {
    display: block;
    float: left;
    overflow: hidden;
    border: solid 0px var(--light_borders);
    margin-bottom: 0px;
}

#product-main-image .gal-img {
    display: none;
}

#product-main-image {
    float: left;
    max-width: 100%;
}

#product-main-image img {
    width: auto;
    max-width: 100%;
}

#product-main-tumbs {
    float: left;
}

.thumbnails>img {
    width: 100%;
}


.thumbnails>li.image-additional {
    margin: 0px;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 0px;
    display: block;
    position: relative;
    transition: linear 0.1s;
}

.image-additional a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: linear 0.1s;
    box-shadow: inset 0 0 0 100px var(--secondary-hover);
    opacity: 0;
}

.image-additional.active a:before {
    opacity: .5;
}

#product-page .tools-btns {
    position: absolute;
    right: 15px;
    top: 0px;
    display: none;
}

#product-page .tools-btns button:first-child {
    border-right: none;
}

#product-page .tools-btns button:last-child {
    border-left: none;
}

#product-page .table-bordered td {
    width: 50%;
}

#quick-order * {
    text-align: center !important;
}

#quick-order label {
    margin: 10px 0px;
    font-size: 16px;
}

#quick-order input {
    font-size: 18px;
    font-weight: bold
}

#quick-order .quickorder-price {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 13px 10px;
}


#quick-order h2 {
    color: #000;
    font-weight: bold;
}

#quick-order-any form {
    text-align: center;
}

#quick-order-any .quickorder-price {
    font-weight: bold;
    font-size: 34px;
    color: #000;
    display: inline-block;
    margin-right: 15px;
    padding: 13px 5px;
}

#quick-order-any form img {
    max-width: 100%;
    margin-bottom: 20px;
    max-height: 450px;
}

#quick-order-any .product-name {
    font-size: 17px;
    color: var(--primary);
}

#quick-order-any form label {
    margin-bottom: 0px;
}

#quick-order-any #input-telephone {
    text-align: center;
    color: #000;
    font-size: 26px;
    padding: 8px 15px;
    height: auto;
    max-width: 300px;
    margin: 10px auto;
}

#quick-order-any .modal-dialog {
    max-width: 600px;
}

td.quantity {
    width: 160px;
}

#form-review {
    text-align: center;
}

#form-review input,
#form-review label {
    text-align: left;
    display: block;
}


#tab-review {
    float: left;
    width: 100%;
}


#product-descriprion {
    background: #f9f9f9;
    margin-top: 15px;
    padding: 15px;
}

#product-descriprion p {
    font-size: 15px;
    margin-bottom: 3px;
}




.modal-dialog .modal-content {
    border: none;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 0 1000rem #8e8e8ed4;
}

#product-modal .modal-dialog .modal-content {
    padding: 0px;
}

.modal-dialog .modal-content .modal-body {
    padding: 0px;
}



.ekko-lightbox-nav-overlay a:first-child span {
    left: 0px;
}

.ekko-lightbox-nav-overlay a:last-child span {
    right: 0px;
}

.ekko-lightbox-nav-overlay a span {
    opacity: 0.7;
    display: inline-block;
    background: var(--secondary-hover);
    position: absolute;
    height: 100%;
    top: 0px;
    font-size: 0px;
}

.ekko-lightbox-nav-overlay a:first-child span:before {
    content: '❮';
    font-size: 52px;
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -15px;
    height: auto;
}

.ekko-lightbox-nav-overlay a:last-child span:before {
    content: '❯';
    font-size: 52px;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -15px;
    height: auto;
}




/*************************BLOG************************************/
.blog {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    max-width: 1920px;
    margin: 0 auto;
}

.blog ul {
    padding-left: 20px;
}

.blog h1 {
    text-transform: capitalize;
}

.blog p>img {
    justify-content: center;
    width: 100% !important;
    height: auto!important;
    max-width: 400px !important;
    padding: 10px;
}
.blog img {
    justify-content: center;
    width: 100% !important;
    height: auto!important;
    max-width: 400px !important;
    padding: 10px;
}

@media (max-width: 767px) {
    .blog {
        padding: 10px;
    }

    .blog p>img {

        margin: 0 auto;
    }
}

/*************************BLOG************************************/




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

    .container {
        width: 100%;
    }

}

@media (max-width: 1200px) {}

@media (max-width: 767px) {

    footer .row>div {
        text-align: center;
    }

    #content>.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    td {
        word-wrap: break-word;
        white-space: normal;
        max-width: 50%;
    }

    .agree {
        text-align: left;
    }

    .mini-cart-item .product-remove button {
        background: #fb5d5d !important;
        padding-left: 12px !important;
    }

    #product-page .tools-btns {
        display: none;
    }

    .thumbnails {
        width: 100%;
    }

    .your_order .payment-method,
    .your_order .shipping-method {
        width: 100%;
    }

    .live-search ul li .product-price {
        width: 100% !important;
    }


    #product-main-image {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background: var(--primary);
        color: #fff;
    }

    .navbar-header {
        width: 100%;
    }

    #horizontal-menu.navbar {
        width: 100% !important;
        position: relative;
        z-index: 1;
    }

    #header .container {
        position: relative;
        overflow: inherit;
    }

    #cart-wrap {
        position: absolute;
        right: 0px;
        width: 40%;
        z-index: 10006;
        top: 0px;
    }

    .dropdown-menu {
        max-height: 0rem;
    }

    .dropdown-menu.show {
        max-height: 100rem;
    }



    .product-thumb .image img {
        border-radius: 10px;
    }

    .product-layout {
        border: none;
        margin: 0px;
    }

    .live-search {
        left: 0 !important;
        right: 0 !important;
    }



    #horizontal-menu button {
        text-align: left;
        background: transparent;
        border-radius: 0px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        outline: none !important;
        border: none !important;
        padding-left: 20px;
        border-radius: 0px !important;
    }

    #main-menu {
        padding: 0px;
    }

    #horizontal-menu .dropdown-inner ul li a.nsmenu-parent-title {
        height: 38px;
    }

    .menu-fixed .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .btn-container {
        text-align: left !important;
    }



    .mini-cart-item .product-name {
        width: 100%;
        max-width: 50%;
    }

    .mini-cart-item .product-quantity {
        display: none;
    }

    .mini-cart-item .product-total {
        padding: 10px;
        float: left;
    }

    #mini-cart-list .cart-totals {
        display: none;
    }


    .modal-dialog .modal-content {
        padding: 8px !important;
    }

    .table td,
    .table th {
        padding: 5px;
    }

    .mini-cart-item .btn-danger {
        font-size: 0px;
    }

    #mini-cart-list .quantity-input {
        width: 40px;
    }

    #mini-cart-list .quantity-minus,
    #mini-cart-list .quantity-plus {
        display: none;
    }

    .as-table {
        display: block;
    }

    .as-table .header-wrap {
        display: block;
        padding: 0px;
    }

    .as-table .header-wrap>div {
        display: block;
    }

    #search {
        padding: 5px 0px;
        border: none;
    }

    #main-menu {
        width: 100%;
    }

    .navbar-nav .nsmenu-bigblock.dropdown-menu {
        height: 0%;
    }

    .navbar-nav .nsmenu-bigblock.dropdown-menu.show {
        height: auto;
    }


    #main-header-buttons {
        margin-top: 0px;
        display: none;
        flex-direction: row;
        justify-content: space-between;
        float: left;
        width: 100%;
        padding-left: 84px;
        padding-bottom: 5px;
        padding-right: 0px;
        z-index: 905;
    }

    #main-header-buttons .btn-h {
        margin-left: 0px;
        flex: 1 1 auto;
    }

    #main-menu {
        flex-direction: column;
    }


    .header-wrap {
        display: block;
        position: relative;
    }

    /* 	#user-global-settings {
		position: relative;
		display: flex;
		padding: 12px 0px;
		background: #eee;
		border-radius: 25px;
		margin: 10px auto;
		z-index: 10000;
	} */

    #product-page h1 {
        font-size: 24px;
    }

    #user-global-settings .info-location {
        flex: 1 1 50%;
    }

    #user-global-settings #form-language {
        flex: 1 1 50%;
    }

    .header-wrap>div {
        position: relative;
        display: block;
        width: 100%;
        max-width: initial !important;
    }

    #top-links {
        /*display: none;*/
        text-align: left;
    }

    #top-links>div {
        float: left;
        display: none;
    }

    .phones-list a {
        width: 50%;
        float: left;
        padding: 2px 3px;
    }

    #top-fixed {
        overflow: hidden;
    }

    #logo {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

    #logo span {
        margin-top: 3px;
    }

    #logo img {
        height: auto;
        width: auto;
        max-height: 75px;
    }

    #horizontal-menu .dropdown-inner ul {
        padding: 10px 0px !important;
    }

    .product-list .product-thumb .caption {
        padding: 10px 10px 0px;
    }

    .row.nopadding {
        margin-left: -6px;
        margin-right: -7px;
    }


    .navbar-header button {
        width: 100%;
        margin: 5px 0px;
    }

    #horizontal-menu .dropdown-inner ul {
        padding: 0px 10px;
        text-align: center;
        float: left;
        width: 100%;
        padding-bottom: 15px;
    }

    #horizontal-menu .dropdown-inner>ul>li {
        padding: 0px 10px;
        width: 50%;
        float: left;
    }

    #horizontal-menu .dropdown-inner>ul>li img {
        max-width: 100%;
    }

    #horizontal-menu .dropdown-inner ul ul {
        display: none;
    }

    #horizontal-menu .nav>li>a {
        color: #fff;
        padding: 12px 35px;
        min-height: 15px;
        background-color: transparent;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        text-align: left;
    }

    .float-container {
        overflow: hidden;
        padding: 0px 5px;
    }

    .charged-subscribe .form-group {
        max-width: 100%;
    }

    .charged-subscribe input {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        text-align: center;
        margin-right: 0px;
    }

    .charged-subscribe button {
        position: relative;
        width: 100%;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .dropdown {
        position: relative !important;
    }

    .dropdown-menu {
        max-width: 100%;
        left: 0px;
        background: #fff !important;
    }

    .dropdown-menu a {
        /*text-align: center;*/
        color: var(--main_color);
    }

    .dropdown-menu span {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        display: inline-block;
        font-size: 15px;
        max-width: 70%;
    }

    #price-block:before,
    #product #product-total-price:before {
        display: none !important;
    }

    #product-gallery {
        flex-direction: column;
    }

    #product-gallery .thumbnails {
        padding: 10px 0px;
        column-count: 3;
    }
}


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

@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] {
    min-width: 50px;
}

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

@media all and (max-width: 991px) {
    .header-wrap {
        display: block;
    }

    #logo {
        text-align: center;
    }

    .header-phones {
        padding: 0 0 0 0px;
    }


    #slogan {
        border: none;
        text-align: center;
        padding: 20px 0;
    }

    #logo img {
        margin: 10px 0 0;
        padding: 0 30px 20px;
        border-bottom: 2px solid #999;
    }

    #search {
        padding: 0;
        margin: 0 auto 20px;
    }

    #contact-button a {
        margin: 0 auto 30px;
    }
}

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

    .header-top {
        align-items: flex-start;
    }

    .header-top .toright {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .header-phones a {
        padding: 12px 0 12px 20px;
    }

    .header-top .toleft {
        margin-top: 4px;
    }
}

@media all and (max-width: 576px) {
    #top {
        background: #47494d;
        margin: 0 0 10px;
    }

    #user-global-settings .current {
        color: #fff;
    }

    #user-global-settings .current:after {
        border-color: #fff;
    }

    .header-phones {
        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        top: 50px;
        padding: 0;
        justify-content: center;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    }

    .header-phones.header-email {
        top: 82px;
        border-bottom: solid 2px #ececec;

    }

    .header-phones.header-email a {
        min-width: 200px;
        padding-left: 0;
    }

    .header-phones p {
        width: 50%;
        text-align: center;
    }

    .worktime {
        color: #fff;
    }


    /* Make radio and checkbox display inline*/
    .inline-block {
        display: inline-block;
    }

    .header-phones a {
        padding: 6px 0 6px 20px;
    }
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic,cyrillic-ext,greek-ext,latin-ext');

.city-link {
    border: 1px solid #ced4da;
    font-size: 14px;
    font-weight: 400;
    background: white !important;
    color: #495057;
    text-align: left;
}

.city-link:hover,
.city-link:active,
.city-link:focus {
    border: 1px solid #ffc84b !important;
}

.product-tab-title {
    font-size: 23px;
    margin-bottom: 15px;
}

.blog a, .category-description a:not(.btn) {
    color: #3771b0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.module-wrapper h2.any-module {
    font-size: 35px;
}

#message-modal .modal-content{
  padding: 70px 50px 50px;
  height: auto;
  text-align:center;
}
.message-modal-close{
  position: absolute;
    display: inline-block;
  padding: 30px;
    right: 0px;
    top: 0px;
    cursor: pointer;
    transition: linear 0.2s;
}
.message-modal-close svg{
  width: 15px;
    height: 15px;
}
