@charset "UTF-8";

@font-face {
  font-family: "MuseoSansCyrl";
  src: url(/fonts/museo_sans_cyrl_300.woff?53ef26504cabbccc69b4f55439f004eb) format("woff");
  font-weight: 300;
  font-style: light;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url(/fonts/museo_sans_cyrl_400.woff?24f98812ed87d181c31ea25972eed146) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url(/fonts/museo_sans_cyrl_500.woff?485a1807209a9aa2fc46d80fe5d3ce78) format("woff");
  font-weight: 500;
  font-style: medium;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url(/fonts/museo_sans_cyrl_600.woff?160ebc6f68ad6c0b947cacfe1d82f82c) format("woff");
  font-weight: 600;
  font-style: semi-bold;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url(/fonts/museo_sans_cyrl_700.woff?b2196389eaad79a7d87b03a8b136a808) format("woff");
  font-weight: 700;
  font-style: bold;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "MuseoSansCyrl";
  font-weight: 400;
  color: #000;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

button {
  outline: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome and Opera */
}

.form-control {
  font-size: 14px;
  border-color: #eeeeee;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #db8012;
}

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

b {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

h1 {
  font-size: 45px;
  line-height: 55px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-size: 35px;
  line-height: 45px;
}

h4 {
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-size: 25px;
  line-height: 35px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
}

img {
  max-width: 100%;
}

.fi {
  font-size: 24px;
}

a,
button {
  transition: all 0.3s ease;
}

.btn-outline-dark {
  color: #000;
  border-color: #eeeeee;
  box-shadow: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:hover {
  border-color: #ee9932;
  background: #ee9932;
}

input,
textarea {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number],
textarea[type=number] {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.btn {
  line-height: 54px;
  padding: 0 30px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: none;
}

.btn i {
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.btn.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #ee9932;
  border: 2px solid #ee9932;
  box-shadow: none;
}

.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary.disabled,
.btn-primary:disabled {
  background: #ee9932 !important;
  border-color: #ee9932;
}

.btn-primary:focus {
  border-color: #ee9932;
}

.btn-primary:hover {
  background: #f0a54a;
  border-color: #ee9932;
}

.btn-primary.bootstrap-touchspin-up,
.btn-primary.bootstrap-touchspin-down {
  line-height: 46px;
  padding: 0 20px;
}

.btn-outline-primary {
  background: unset;
  color: #ee9932;
  border: 2px solid #ee9932;
}

.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background: unset !important;
  border-color: #ee9932;
}

.btn-outline-primary:focus {
  border-color: #ee9932;
}

.btn-outline-primary:hover {
  background: #ee9932;
  border-color: #ee9932;
  color: #fff;
}

.alert {
  text-align: center;
  line-height: 26px;
  padding: 13px 30px;
  display: block;
  font-weight: 400;
  background: unset;
  margin-bottom: 20px;
  border-radius: 0;
  border: 1px solid #ee9932;
}

.alert.alert-success {
  background: unset;
  color: unset;
}

.alert.alert-success i {
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.alert.alert-success.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.alert.alert-success svg circle,
.alert.alert-success svg polyline {
  stroke: #ee9932;
}

.alert.alert-notify {
  background: #fff;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  max-width: 320px;
}

.alert.alert-notify span,
.alert.alert-notify a {
  align-self: center;
}

.alert.alert-notify span[data-notify=icon] {
  margin-right: 20px;
  display: inline-block;
  min-width: 40px;
}

.alert.alert-notify span[data-notify=title] {
  display: block;
}

.alert.alert-warning {
  background: unset;
  color: unset;
}

.alert.alert-warning svg path:first-child {
  stroke: #ee9932;
}

.alert.alert-warning svg path:last-child {
  fill: #ee9932;
}

.alert.alert-warning a {
  color: #ee9932;
  text-decoration: underline;
}

.alert .text {
  font-weight: 400;
}

.alert .text .info {
  color: #000;
  font-weight: 500;
}

.alert .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.mt-20 {
  margin-top: 20px;
}

.mtb-30 {
  margin: 30px 0;
}

.mt-60 {
  margin-top: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.show-btn {
  display: none;
  background: none;
  border: none;
  outline: none;
  padding: 17px 0;
  position: relative;
  top: 1px;
}

.show-btn span,
.show-btn:before,
.show-btn:after {
  display: block;
  width: 35px;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
}

.show-btn:before {
  content: "";
  margin-bottom: 7px;
}

.show-btn:after {
  content: "";
  margin-top: 7px;
}

.show-btn:hover span,
.show-btn:hover:before,
.show-btn:hover:after {
  background: #ee9932;
}

.show-btn.opened span {
  width: 0;
  opacity: 0;
}

.show-btn.opened:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  position: relative;
}

.show-btn.opened:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -8px;
  position: relative;
}

#menu {
  margin-bottom: 30px;
}

#menu .show-btn {
  width: 100%;
  padding: 0;
  line-height: 50px;
  background: #ee9932;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

#menu .show-btn i {
  margin-right: 5px;
}

#menu nav {
  background: #ee9932;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

#menu nav .nav-item {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
  line-height: 56px;
}

#menu nav .nav-item:hover,
#menu nav .nav-item.active {
  background: #e98813;
}

#menu nav .nav-item:last-child {
  border-right: none;
}

header {
  background: #fbfbfb;
  box-shadow: 0px -6px 40px 0px rgba(0, 0, 0, 0.2);
}

header #main-menu {
  line-height: 70px;
}

header #main-menu li {
  padding: 0 12px;
}

header #main-menu li:first-child {
  padding-left: 0;
}

header #main-menu li.active a {
  color: #ee9932;
}

header #main-menu li a {
  color: #000;
  text-decoration: none;
}

header #main-menu li a:hover {
  color: #ee9932;
}

header #user {
  line-height: 65px;
}

header #user i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

header #user a {
  color: #000;
  text-decoration: none;
}

header #user a:hover {
  color: #ee9932;
}

header .contact-block .show-contact {
  display: none;
}

header .contact-block #header-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .contact-block #header-contact li {
  display: none;
  line-height: 70px;
}

header .contact-block #header-contact li:first-child {
  display: block;
}

header .contact-block #header-contact li span {
  display: block;
  font-size: 12px;
}

#logo {
  line-height: 32px;
  padding: 30px 0;
}

#logo .navbar {
  padding: 20px 15px;
}

#logo .head-address i,
#logo .head-mail i,
#logo .head-time i {
  position: relative;
  top: 8px;
  color: #ee9932;
  margin-right: 5px;
}

#cart .small-cart-block {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-top: -2px;
}

#cart .small-cart-block .count,
#cart .small-cart-block .icon,
#cart .small-cart-block .price {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

#cart .small-cart-block .count {
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #eeeeee;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
}

#cart .small-cart-block .icon {
  position: relative;
  top: 1px;
  padding: 0 5px;
}

#cart .small-cart-block .icon .fi {
  position: relative;
  top: 0px;
}

#cart .small-cart-block .price {
  width: 105px;
  padding: 0 3px 0 3px;
  margin-right: 10px;
  font-weight: 600;
  line-height: 40px;
  white-space: nowrap;
  font-size: 16px;
}

#cart a {
  text-decoration: none;
  color: #000;
}

footer {
  padding: 30px 0;
  border-top: 1px solid #eeeeee;
}

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

footer ul li {
  position: relative;
  padding-left: 15px;
}

footer ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ee9932;
  left: 0;
  top: 7px;
}

footer ul li a {
  color: #000;
  text-decoration: none;
}

footer ul li a:hover {
  color: #ee9932;
  text-decoration: none;
}

.comment-block {
  border: 1px solid #eeeeee;
  border-left-width: 10px;
  padding: 15px 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.comment-block .name {
  font-weight: 600;
}

.comment-block .name .date {
  font-weight: 400;
  color: #999999;
  display: inline-block;
  margin-left: 15px;
}

.comment-block .rating {
  margin: 10px 0;
  color: #ee9932;
}

h1#page-title {
  font-size: 24px;
  font-weight: 400;
  line-height: initial;
  margin-bottom: 10px;
}

.breadcrumb {
  background: none;
  margin-bottom: 30px;
  padding: 0;
}

.breadcrumb .breadcrumb-item a {
  color: #000;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #ee9932;
}

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

blockquote {
  border-left: 3px solid #ee9932;
  padding: 10px 0 10px 20px;
}

.pagination {
  margin-top: 5px;
}

.pagination .page-item a.page-link {
  color: #000;
}

.pagination .page-item a.page-link:hover {
  background: #f8f9fa;
}

.pagination .page-item a.page-link:focus {
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background: #ee9932;
  border-color: #ee9932;
}

.owl-recent .product-element .card {
  box-shadow: none;
  border: 1px solid #eeeeee;
}

.owl-recent .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}

.owl-recent .owl-nav button.owl-prev,
.owl-recent .owl-nav button.owl-next {
  width: 40px;
  line-height: 40px;
  font-size: 35px;
  background: #ee9932;
  color: #fff;
}

.owl-recent .owl-nav button.owl-prev.disabled,
.owl-recent .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-recent .owl-nav button.owl-next {
  margin-left: 10px;
}

.rate i {
  color: #ee9932;
}

.form-group.error .form-control {
  border-color: #F45D46;
}

.form-group.error .input-group .input-group-prepend .input-group-text {
  border-color: #F45D46;
}

.form-control {
  border-color: #eeeeee;
  height: 50px;
  border-radius: 20px;
  padding: 0 15px;
}

label {
  padding: 0 15px;
}

.error-message {
  color: #F45D46;
  font-size: 11px;
  text-align: center;
}

.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  /* width: 250px; remove this */
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url(/images/star.svg?9523564cc8739367b1194a7e3e3f0eae);
  background-size: contain;
}

.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* width: 20%; remove this */
  z-index: 1;
  background: url(/images/star-active.svg?7b4cd534e75d186f49a6646bb1defbce);
  background-size: contain;
}

.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  /* width: 20%; remove this */
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}

.star-rating i ~ i {
  width: 40%;
}

.star-rating i ~ i ~ i {
  width: 60%;
}

.star-rating i ~ i ~ i ~ i {
  width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

::after,
::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.star-rating.star-5 {
  width: 130px;
  margin: 0 15px;
}

.star-rating.star-5 input,
.star-rating.star-5 i {
  width: 20%;
}

.star-rating.star-5 i ~ i {
  width: 40%;
}

.star-rating.star-5 i ~ i ~ i {
  width: 60%;
}

.star-rating.star-5 i ~ i ~ i ~ i {
  width: 80%;
}

.star-rating.star-5 i ~ i ~ i ~ i ~ i {
  width: 100%;
}

textarea.form-control {
  min-height: 100px;
  padding: 10px 15px;
}

.col-form-label {
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.input-group .input-group-text {
  border-color: #eeeeee;
  background: none;
  color: #ee9932;
  border-radius: 20px;
  padding: 0 15px;
}

.input-group .input-group-prepend .input-group-text {
  border: 1px solid #eeeeee;
  transition: all 0.3s ease;
  border-radius: 20px;
  background: none;
  border-left: none;
}

.input-group.form-password .input-group-prepend .input-group-text {
  cursor: pointer;
}

.loading {
  width: 100%;
  min-height: 55px;
  position: relative;
}

.loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
}

.loading:after {
  width: 50px;
  height: 50px;
  font-family: Flaticon;
  content: "\F121";
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  font-size: 36px;
  z-index: 3;
  color: #ee9932;
  -webkit-animation: fi-spin 2s infinite linear;
  animation: fi-spin 2s infinite linear;
}

.ajax-modal {
  cursor: pointer;
}

.table thead td,
.table thead th {
  border: none;
  background: #ee9932;
  color: #fff;
}

.table-hover tbody tr {
  transition: all 0.3s ease;
}

.table-hover tbody tr:hover {
  background-color: rgba(175, 175, 175, 0.075);
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block.small-popup {
  max-width: 450px;
}

#login,
#register,
#reset {
  padding: 50px 60px;
}

#login h4,
#register h4,
#reset h4 {
  font-weight: 400;
}

#login .btn,
#register .btn,
#reset .btn {
  min-width: 200px;
}

#login .reset-link a,
#register .reset-link a,
#reset .reset-link a {
  color: #000;
  border-bottom: 1px dashed #000;
  text-decoration: none;
}

#login .reset-link a:hover,
#register .reset-link a:hover,
#reset .reset-link a:hover {
  color: #ee9932;
  border-color: #ee9932;
}

#one-click h6 {
  font-weight: 400;
  margin-bottom: 0;
}

#one-click .about {
  margin-bottom: 30px;
}

.mfp-figure:after {
  background: #fff;
}

#slider {
  margin-bottom: 60px;
}

#slider .main-slider {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}

#slider .main-slider .item {
  background: #fbfbfb;
  height: 400px;
  position: relative;
}

#slider .main-slider .item .content {
  width: 55%;
  padding: 20px 60px;
}

#slider .main-slider .item p {
  margin-bottom: 30px;
}

#slider .main-slider .item .image {
  width: 45%;
  text-align: center;
  padding: 10px 60px 10px 0;
}

#slider .main-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

#slider .main-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  position: relative;
  border: 1px solid #e2e2e2;
  margin: 0 2px;
}

#slider .main-slider .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ee9932;
  position: absolute;
  top: 3px;
  left: 3px;
}

#slider .main-slider .owl-nav button {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}

#slider .main-slider .owl-nav button i {
  position: relative;
  top: 3px;
  left: -1px;
}

#slider .main-slider .owl-nav button.owl-next {
  right: 0;
  left: auto;
}

#slider .main-slider .owl-nav button.owl-next i {
  left: auto;
  right: -1px;
}

.section-padding {
  padding: 50px 0;
}

#categories {
  background: #fbfbfb;
}

#categories h2 {
  margin-bottom: 30px;
}

#categories .item {
  color: #000;
  text-decoration: none;
  padding: 15px 20px;
  margin-bottom: 30px;
  min-height: 130px;
  border: 1px solid #eeeeee;
  background: #fff;
}

#categories .item .content {
  font-size: 16px;
  font-weight: 500;
}

#categories .item:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  color: #ee9932;
}

#categories .item:hover .content {
  text-decoration: underline;
}

#about {
  padding-bottom: 10px;
}

#about h2 {
  margin-bottom: 30px;
}

#about .preview {
  padding: 0 50px;
}

#about .icon i {
  font-size: 60px;
  line-height: 80px;
  color: #ee9932;
}

#about .icon.shield i {
  position: relative;
  top: 7px;
}

#about .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

#about .content {
  margin-bottom: 40px;
}

#map {
  width: 100%;
  height: 450px;
}

#map-block {
  background: #fbfbfb;
}

#map-block h2 {
  margin-bottom: 30px;
}

#map-block .map-contact {
  padding-top: 30px;
  font-size: 16px;
}

#map-block .map-contact i {
  color: #ee9932;
  position: relative;
  top: 7px;
  padding-right: 5px;
}

#map-block .map-contact .ml-auto span {
  display: none;
}

.news-item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
}

.news-item:last-child {
  border-bottom: 0;
}

.news-item h6 {
  margin-bottom: 0;
}

.news-item h6 a {
  color: #000;
  text-decoration: none;
}

.news-item h6 a:hover {
  color: #ee9932;
}

.news-item .time {
  color: #666666;
  margin-bottom: 5px;
}

.news-item .time .fi {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.content-block a {
  color: #ee9932;
  text-decoration: underline;
}

.shop-block {
  border: 1px solid #eeeeee;
  padding: 15px 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  display: block;
  color: #000;
}

.shop-block:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.shop-block .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.shop-block .name a.title {
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
}

.shop-block .name a.title:hover {
  color: #ee9932;
}

.shop-block .description {
  margin-bottom: 10px;
}

.shop-block .contacts {
  font-style: italic;
  color: #999999;
}

.remove-product {
  padding: 0 5px;
  line-height: 30px;
}

.remove-product i {
  left: -3px;
  font-size: 15px;
}

.cart-product {
  margin-bottom: 60px;
}

.cart-product .row {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.cart-product .row:last-child {
  border-bottom: none;
}

.shipping .row label {
  display: block;
  padding: 0;
}

.shipping input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.shipping .checkmark {
  display: block;
  padding: 15px;
  border: 1px solid #eeeeee;
  cursor: pointer;
}

.shipping .checkmark .icon i {
  font-size: 45px;
}

.shipping .checkmark .name {
  font-size: 14px;
}

.shipping .checkmark .price {
  font-weight: 600;
}

.shipping input:checked ~ .checkmark {
  border-color: #ee9932;
}

#total div {
  font-size: 24px;
}

#total div.price_delivery {
  font-size: 18px;
  margin-bottom: 30px;
}

#filter {
  margin-bottom: 30px;
}

#filter .filter-group {
  border: 1px solid #eeeeee;
  padding: 10px 15px;
  border-bottom: none;
}

#filter .filter-group .form-control {
  height: auto;
  line-height: 25px;
  padding: 5px 15px 3px;
}

#filter .filter-group:last-child {
  border-bottom: 1px solid #eeeeee;
}

#filter .filter-group .noUiSlider-block {
  padding: 0 10px;
}

#filter .filter-group .noUiSlider {
  margin-top: 15px;
  background: #eeeeee;
  border: none;
  box-shadow: none;
  height: 7px;
  margin-bottom: 10px;
}

#filter .filter-group .noUiSlider div {
  border: 4px solid #ee9932;
  border-radius: 50%;
  background: #fff;
  margin-top: -6px;
}

#filter .filter-group .noUiSlider a:first-child {
  background: #ee9932 !important;
}

#filter .filter-group .noUiSlider a:last-child {
  background: #eeeeee !important;
}

#filter .filter-group .filter-title {
  padding-bottom: 10px;
  font-weight: 500;
}

#filter .filter-group .btn-group {
  width: 100%;
}

#filter .filter-group .btn-group .btn {
  width: 50%;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
}

#filter .filter-group input[type=checkbox] {
  display: none;
}

#filter .filter-group input[type=checkbox]:checked + label:after {
  content: "\F102";
  font-family: "Flaticon";
  position: absolute;
  left: 4px;
  top: 1px;
  font-size: 12px;
}

#filter .filter-group .checkbox {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

#filter .filter-group .checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  border: 1px solid #eeeeee;
  left: 0;
}

.list-group {
  margin-bottom: 30px;
}

.list-group .list-group-item {
  border-color: #eeeeee;
}

.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group .list-group-item.active {
  background-color: #ee9932;
  border-color: #ee9932;
}

.price_old {
  text-decoration: line-through;
  color: #F45D46;
}

.product-element .card {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.product-element .card .border-card {
  border-left: 1px solid #eeeeee;
  background: #fff7ed;
}

.product-element .card .border-card .row {
  height: 100%;
}

.product-element .card .card-body .rate {
  margin-bottom: 10px;
}

.product-element .card .card-body ul {
  list-style: none;
  padding: 0;
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  color: #666666;
}

.product-element .card .card-body .card-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 25px;
  overflow: hidden;
}

.product-element .card .card-body .card-title a {
  color: #000;
}

.product-element .card .card-body .card-text {
  font-size: 20px;
  font-weight: 400;
}

.product-element .card .card-body .card-text .price_old {
  text-decoration: line-through;
  font-size: 14px;
  color: #F45D46;
  margin-left: 10px;
}

.product-element .card .card-body .btn i {
  margin-left: 0;
  margin-right: 5px;
}

.product-element .card.grid-view .card-img-top {
  max-width: 170px;
  margin: 20px;
}

.product-element .card.grid-view .card-body {
  text-align: center;
}

.product-element.product-list .card-body {
  padding: 15px 20px 15px 5px;
}

.product-element.product-list .card-img-top {
  padding: 20px 0 20px 20px;
}

.card-img-top {
  padding: 10px;
}

#sorter {
  margin-bottom: 15px;
}

#sorter a {
  display: inline-block;
  padding: 0 5px;
  color: #eeeeee;
}

#sorter a.active,
#sorter a:hover {
  color: #ee9932;
}

#sorter select {
  outline: none;
  border: 1px solid #eeeeee;
  height: 28px;
  background: #fff;
  padding: 0 10px;
  font-size: 10px;
  min-width: 100px;
  position: relative;
  top: -4px;
  margin-right: 10px;
}

.category-block {
  margin-bottom: 30px;
}

.category-block h5 {
  font-weight: 400;
}

.category-block .shop-block .btn {
  line-height: normal;
  padding: 10px 30px;
}

#clear-filter {
  margin-bottom: 30px;
}

#filter-switcher {
  background: #ee9932;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
  cursor: pointer;
}

#filter-switcher i {
  margin-right: 5px;
}

#filter-switcher span {
  display: none;
  font-weight: 600;
}

#filter-switcher span.active {
  display: inline-block;
}

.nav-tabs {
  border-bottom: 1px solid #eeeeee;
}

.nav-tabs .nav-link {
  color: #000;
  border-radius: 0;
  font-weight: 500;
  padding: 0 25px;
  line-height: 56px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent transparent #eeeeee;
  color: #ee9932;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.show .nav-link {
  color: #fff;
  background: #ee9932;
  border-color: #ee9932 #ee9932 #ee9932;
}

.product-params {
  margin: 30px 0;
}

#product-page .product-description {
  border-left: 1px solid #eeeeee;
  padding: 30px;
}

#product-page .product-description h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

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

#product-page .price-block {
  margin-bottom: 15px;
}

#product-page .price-block .price {
  display: inline-block;
  font-size: 30px;
}

#product-page .price-block .price_old {
  display: inline-block;
  text-decoration: line-through;
  font-size: 20px;
  margin-left: 15px;
}

#tab-main .table th,
#tab-main .table td {
  font-size: 14px;
  padding: 10px;
  vertical-align: middle;
}

#tab-main .table th:first-child,
#tab-main .table td:first-child {
  font-weight: 500;
}

#tab-main .table tr:first-child th,
#tab-main .table tr:first-child td {
  border-top: none;
}

.fotorama .fotorama__wrap {
  margin: 0 auto;
}

.fotorama .fotorama__thumb-border {
  border-color: #ee9932;
}

.fotorama .fotorama__thumb {
  background: unset;
}

.fotorama .fotorama__nav-wrap {
  margin-top: 10px;
}

#order-products h5 {
  font-weight: 400;
}

#order-products .order-modal-content {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#order-products .order-modal-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#order-products .order-modal-content .image {
  margin-right: 20px;
}

#order-products .order-modal-content .image img {
  width: 150px;
}

#order-products .order-modal-content .media-body a {
  color: #ee9932;
  text-decoration: underline;
  font-weight: 600;
}

.contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info ul li {
  margin-bottom: 15px;
}

.contact-info ul li i {
  color: #ee9932;
  display: inline-block;
  margin-right: 10px;
}

#banner{
  margin-bottom: 30px;
}
#banner .item{
  background: #fbfbfb;
  color: #000000;
  overflow: hidden;
  height: 170px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
}
#banner .item .text{
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
  width: 50%;
  width: 100%;
}

@media (max-width: 1199px) {
  #products .add-cart .btn {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  header .contact-block #header-contact li:first-child {
    position: relative;
    font-weight: 600;
    line-height: 18px;
    padding: 18px 0 19px 35px;
    font-size: 16px;
  }

  header .contact-block #header-contact li:first-child i {
    position: absolute;
    top: 0;
    left: 0;
    color: #ee9932;
    line-height: 73px;
  }

  header .contact-block #header-contact li:first-child span {
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 35px;
  }

  h4 {
    font-size: 23px;
    line-height: 30px;
  }

  h5 {
    font-size: 18px;
    line-height: 25px;
  }

  h6 {
    font-size: 13px;
    line-height: 20px;
  }

  #menu .show-btn {
    display: block;
  }

  #menu .show-btn .burger {
    display: inline-block;
  }

  #menu .show-btn:before,
  #menu .show-btn:after {
    content: none;
  }

  #menu nav {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 2;
    line-height: normal;
    max-width: 100%;
    width: 290px;
    margin-top: 15px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }

  #menu nav:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }

  #menu nav.fadeIn {
    display: block;
  }

  #menu nav a.nav-item {
    padding: 0 15px;
    line-height: 54px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #eeeeee;
    border-right: none;
    text-align: left;
    color: #000;
    font-weight: 400;
  }

  #menu nav a.nav-item:hover,
  #menu nav a.nav-item.active {
    color: #ee9932;
    background: unset;
  }

  header #user {
    line-height: 49px;
  }

  header .nav-block,
  header .contact-block {
    position: relative;
  }

  header .nav-block .show-btn,
  header .contact-block .show-btn {
    display: inline-block;
  }

  header .nav-block #main-menu,
  header .nav-block #header-contact,
  header .contact-block #main-menu,
  header .contact-block #header-contact {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 2;
    line-height: normal;
    width: 200px;
    margin-top: 15px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }

  header .nav-block #main-menu:before,
  header .nav-block #header-contact:before,
  header .contact-block #main-menu:before,
  header .contact-block #header-contact:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
  }

  header .nav-block #main-menu.fadeIn,
  header .nav-block #header-contact.fadeIn,
  header .contact-block #main-menu.fadeIn,
  header .contact-block #header-contact.fadeIn {
    display: block;
  }

  header .nav-block #main-menu li,
  header .nav-block #header-contact li,
  header .contact-block #main-menu li,
  header .contact-block #header-contact li {
    padding: 0;
  }

  header .nav-block #main-menu li a,
  header .nav-block #header-contact li a,
  header .contact-block #main-menu li a,
  header .contact-block #header-contact li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
  }

  header .contact-block .show-contact {
    position: relative;
    top: 8px;
    display: inline-block;
    background: none;
    border: none;
  }

  header .contact-block .show-contact:hover {
    color: #ee9932;
  }

  header .contact-block #header-contact {
    margin-top: 25px;
    padding: 10px 15px;
    list-style: none;
  }

  header .contact-block #header-contact li {
    display: block;
    line-height: 25px;
    position: relative;
    padding-left: 32px;
    margin-top: 10px;
  }

  header .contact-block #header-contact li:first-child {
    margin-top: 0;
  }

  header .contact-block #header-contact li i {
    color: #ee9932;
    position: absolute;
    top: 0;
    left: 0;
  }

  #logo .head-address,
  #logo .head-mail,
  #logo .head-time {
    display: none;
  }

  #categories .item {
    margin-bottom: 0;
  }

  #about .preview {
    margin-bottom: 40px;
  }

  .map-container {
    padding: 0;
    max-width: 100%;
  }

  .map-container .row {
    margin: 0;
  }

  .map-container .row .col-md-12 {
    padding: 0;
  }

  .news-item h6 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #slider .container {
    max-width: 100%;
  }

  #slider .container .col-md-12 {
    padding: 0;
  }

  .col-form-label {
    line-height: 30px;
  }

  .footer ul {
    display: none;
  }

  .category-block .shop-block img {
    margin-bottom: 15px;
  }

  #sorter .text-right {
    text-align: left !important;
  }

  .product-element.product-list .card-img-top {
    padding: 20px;
    width: auto;
    max-width: 170px;
  }

  .product-element.product-list .card-body {
    padding: 15px 20px;
  }

  .product-element.product-list .card .border-card {
    border-left: none;
    border-top: 1px solid #eeeeee;
  }

  #product-page .nav-tabs .nav-link {
    padding: 0 15px;
  }

  #product-page .modal-btn {
    padding: 0 10px;
  }

  .mobile-full {
    padding: 0;
  }

  #cart-content .cart-product .cart-product-item {
    position: relative;
  }

  #cart-content .cart-product .cart-product-item img {
    max-width: 80px;
    margin: 15px 0;
  }

  #cart-content .cart-product .cart-product-item .align-self-center {
    margin-bottom: 15px;
    text-align: center;
  }

  #cart-content .cart-product .cart-product-item .align-self-center.col-md-1 {
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    width: auto;
    right: 0;
  }

  #cart-content .cart-product .cart-product-item .align-self-center.col-md-2 {
    margin: 0;
  }
}

@media (max-width: 650px) and (min-width: 576px) {
  #slider .btn-primary {
    padding: 0 15px;
    font-size: 14px;
  }

  #slider .btn-primary i {
    top: 4px;
  }
}

@media (max-width: 575px) {
  #slider .main-slider .item {
    height: auto;
  }

  #slider .main-slider .item .image,
  #slider .main-slider .item .content {
    width: 100%;
    text-align: center;
    padding: 10px 60px;
    position: initial;
    left: auto;
  }

  #slider .main-slider .item .image img {
    max-height: 200px;
    max-width: 200px;
    margin: 0 auto;
  }

  #slider .main-slider .item .content {
    padding-bottom: 60px;
  }

  #categories .item .content {
    word-break: break-word;
  }

  .news-item {
    display: block;
  }

  .news-item a.news-img {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .news-item a.news-img img {
    margin-right: 0;
  }

  #login,
  #register,
  #reset {
    padding: 50px 25px;
  }

  #map-block .map-contact {
    font-size: 14px;
  }

  #map-block .map-contact i {
    top: 1px;
  }

  .page-link {
    padding: 0 8px;
    line-height: 30px;
  }
}

@media (max-width: 360px) {
  #slider .main-slider .item h2 {
    font-size: 18px;
    line-height: 20px;
  }

  #slider .main-slider .item p {
    display: none;
  }

  #slider .main-slider .item .btn-primary {
    font-size: 14px;
    padding: 0 15px;
  }

  #slider .main-slider .item .btn-primary i {
    top: 1px;
  }

  #cart .small-cart-block .price {
    width: 70px;
  }

  #cart .small-cart-block .price span {
    display: none;
  }
}

