body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

a, a:visited {
  cursor: pointer;
}

nav .container {
  position: relative;
  height: 50px;
  background-image: url('../img/theme/bg-menu.png');
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

nav .nav>li>a {
  color: white;
  font-size: 20px;
}

nav .navbar-toggle {
  border-color: #fff;
}

nav .navbar-toggle .icon-bar {
  background-color: #fff;
}

nav .navbar-header a {
  display: inline-block;
}

nav .navbar-header > a {
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  nav .container {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }

  nav .navbar-collapse {
    border: none;
    background: #FF8B5A;
  }

  nav .navbar-nav>.active>a, nav .navbar-nav>.active>a:focus, nav .navbar-nav>.active>a:hover {
    color: #eee;
    background-color: #FEAC8A;
  }

  nav .navbar-nav>li>a {
    color: #fff;
  }

  nav .nav>li>a:focus, nav .nav>li>a:hover {
    text-decoration: none;
    background-color: #FEAC8A;
  }

  nav .navbar-header a {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  nav .nav>li>a {
    display: inline;
  }

  nav .nav>li {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
  }

  nav .nav>li>a {
    padding: 0;
  }

  /*
  nav ul li::after {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    top: 10px;
    width: 4px;
    height: 31px;
    background-image: url('../img/theme/menu-decorator.png');
  }

  nav ul li:last-child::after {
    display: none;
  }

  nav ul li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 10px;
    width: 4px;
    height: 31px;
    background-image: url('../img/theme/menu-decorator.png');
  }
  */

  nav .nav>li>a:focus, nav .nav>li>a:hover {
    background: transparent;
    border-bottom: 1px dashed white;
    text-decoration: none;
  }

  nav .nav>li.menudecor {
    padding: 0;
    height: 31px;
  }
}

header {
  font-size: 20px;
}

header .container {
  position: relative;
  padding-top: 65px;
  background: #fff;
  -webkit-box-shadow: 0 7px 15px 1px rgb(0 0 0 / 30%);
  box-shadow: 0 7px 15px 1px rgb(0 0 0 / 30%);
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

header .login {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .login a:nth-child(1) {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding-left: 55px;
  padding-right: 20px;
  background-image: url(../img/theme/login-icon.png);
  background-position: 22px center;
  background-repeat: no-repeat;
}

header .login a:nth-child(2) {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding-left: 44px;
  padding-right: 20px;
  background-image: url(../img/theme/reg-icon.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}

header .login a {
  font-variant: normal;
  line-height: 44px;
  height: 44px;
}

header .login a {
  min-height: 37px;
}

header a.mail {
  color: #0eb0bf !important;
  text-decoration: underline;
  font-size: 19px;
}

header .search {
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .search input {
  padding-left: 10px;
  background: #ffffff !important;
  outline: none;
  border: 1px solid #dedede;
  border-right: 0px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

header .search a {
  display: block;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

header .search input, header .search a {
  height: 44px;
  min-width: 44px;
}

header .search a:after {
  background-image: url(../img/theme/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 44px;
  content: "";
}

a.phone-icon {
  display: block;
}

header .call {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

header .call a {
  display: inline-block;
}

@media (max-width: 767px) {
  #logo img {
    max-width: 100px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  header .address {
    padding-left: 10px;
    padding-right: 10px;
  }

  header .call {
    margin-top: 80px;
    margin-right: 10px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .nav>li.menudecor {
    display: none;
  }
}

@media (min-width: 768px) {
  nav .navbar-nav {
    float: none;

    /* flex */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

body>.container {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0 7px 15px 1px rgb(0 0 0 / 30%);
  box-shadow: 0 7px 15px 1px rgb(0 0 0 / 30%);
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}

footer {
  margin-top: 30px;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
}

footer>.container {
  background-color: #0eb0bf;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding-top: 15px;
  padding-bottom: 10px;
}

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

footer h5 {
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 16px;
}

footer a {
  color: #eee;
}

footer a:hover {
  color: #fff;
}

footer .footer-nav {
  color: white;
  font-size: 20px;
}

@media (max-width: 767px) {
  footer .footer-nav a {
    display: block;
  }
}

@media (min-width: 768px) {
  footer .footer-nav {
    padding-left: 30px;
    padding-right: 30px;

    /* flex */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

#cart-left {
  margin-bottom: 0;
}

.products .product-layout {
  margin-top: 20px;
}

.product-thumb {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  padding-top: 10px;
}

.product-thumb a {
  color: #313131;
}

.product-thumb .caption {
  padding: 10px 10px 0 10px;
  min-height: 150px;
}

.product-thumb .add-to-cart, .product-price-row .add-to-cart {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: 'PT Sans', sans-serif !important;
  font-weight: bolder;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 2px 3px 4px #bbb;
  text-align: center;
}

.product-row {
  padding: 0;
  margin: 0;
}

.product-row > div {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 10px;
}

.product-thumb .price {
  color: #05656d;
  font-weight: bolder;
  padding-top: 10px;
  letter-spacing: -1px;
}

.product-thumb .unit {
  color: #05656d;
  padding-top: 10px;
}

.product-thumb .long-unit {
  color: #05656d;
  padding-top: 10px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.product-thumb .price .price-new {
  color: red;
}

.product-thumb .price .price-old {
  margin-left: 0;
}

.stickerSpecial {
  z-index: 2;
}

@media (max-width: 1199px) {
  header .address {
    font-size: 16px;
  }

  header .search {
    margin-top: 22px;
  }

  .product-row > div {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 10px;
  }

  .product-thumb {
    font-size: 14px;
  }

  .product-thumb .add-to-cart, .product-price-row .add-to-cart {
    font-size: 14px;
    padding: 10px 10px;
  }

  .phone-icon {
    font-size: 16px;
  }

  nav .nav>li>a {
    font-size: 16px;
  }

  #basketBlock {
    padding-left: 30px;
  }

  .cartItemTitle {
    width: 110px;
  }
}

@media (max-width: 991px) {
  nav .nav>li>a {
    font-size: 15px;
  }

  .phone-icon {
    font-size: 14px;
    background-position: 10px center;
    padding-left: 50px;
  }

  header .login {
    margin-top: 0;
  }

  header .login a {
    min-height: 40px;
    line-height: 14px;
    height: 40px;
  }

  header .login a:nth-child(1) {
    font-size: 14px;
    padding: 14px 10px 0 30px;
    background-position: 10px center;
  }

  header .login a:nth-child(2) {
    font-size: 14px;
    padding: 14px 10px 0 40px;
    background-position: 10px center;
  }

  header .call a {
    padding: 7px 5px 14px 5px;
    font-size: 19px;
    line-height: 19px;
  }

  header .search {
    margin-top: 16px;
  }

  header .search input, header .search a {
    height: 40px;
  }

  header .call {
    margin-top: 92px;
    margin-bottom: 0;
  }

  .product-price-row .row div:last-child {
    padding-left: 2px;
    padding-right: 2px;
  }

  .product-thumb .add-to-cart, .product-price-row .add-to-cart {
    padding-left: 5px;
    padding-right: 5px;
  }

  #basketBlock {
    font-size: 18px;
  }

  .cartList div.cartItemNum, .cartList div.cartItemTitle, .cartList div.cartItemRemove {
    padding-left: 2px;
    padding-right: 2px;
  }

  .cartItemNum input {
    padding-left: 2px;
    padding-right: 2px;
  }

  .cartItemTitle {
    width: 76px;
  }

  #oformitZakazButton {
    font-size: 18px;
  }

  .menuTitle {
    margin-left: 5px;
    padding-left: 30px;
    font-size: 16px;
  }

  .menu ul {
    padding-left: 20px;
    padding-right: 10px;
  }
}

.breadcrumb {
  background-color: #fff;
  border-radius: 4px;
  border-color: #0eb0bf;
}

.breadcrumb > li:after {
  border-right: 1px solid #0eb0bf;
  border-bottom: 1px solid #0eb0bf;
}

.sorts {
  margin-top: 20px;
  margin-bottom: 5px;
}

.sorts .input-group label, .sorts .input-group select {
  font-size: 14px;
  height: 33px;
}

.si {
  position: relative;
  line-height: inherit;
}

.si:before {
  content: "\00a0";
  margin-left: .75rem;
  margin-right: .75rem;
  letter-spacing: -10px;
}

.si.si-tin:before {
  margin-left: .25rem;
  margin-right: .25rem;
}

.si svg, .si .material-icons {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.si.si-rem svg {
  height: 1.275rem;
  width: 1.275rem;
  margin-top: -.6375rem;
  margin-left: -.6375rem;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0eb0bf;
  border-color: #0eb0bf;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
  background-color: #0eb0bf;
  background-image: linear-gradient(to bottom, #54CBD5, #0AAEBE);
  background-repeat: repeat-x;
  border-color: #0eb0bf #0eb0bf #0AAEBE;
  font-size: 14px;
}

.btn-primary:hover {
  border-color: #0eb0bf #0eb0bf #0AAEBE;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #0eb0bf;
  background-position: 0 -15px;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0eb0bf;
  border-color: #0eb0bf #0eb0bf #0AAEBE;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #0eb0bf;
  border-color: #0eb0bf #0eb0bf #0AAEBE;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.btn-default {
  font-size: 14px;
}

.btn-danger {
  font-size: 14px;
}

.form-control {
  height: 37px;
}

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

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 14px;
}

#content>div>h1 {
  margin: 0;
  color: #fff;
}

.subcategory {
  margin-top: 20px;
}

.subcategory-title a {
  width: 160px;
  padding: 10px;
}

.subcategory-title a h2 {
  color: #ff804b;
}

.subcategory-title a:hover h2 {
  color: #2a6496;
}

@media (max-width: 1199px) {
  .subcategory-title a {
    width: 110px;
  }
}

@media (max-width: 991px) {
  .subcategory-title a {
    width: 90px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    height: 60px;
  }

  .subcategory-title a h2 {
    font-size: 14px;
  }

  .subcategory-image {
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .subcategory-image img {
    width: 50px !important;
    height: 50px !important;
  }
}

.ocfilter {
  margin-top: 15px;
}

.ocfilter.panel {
  border-radius: 8px;
}

.ocfilter.panel .panel-heading {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #EBEBEB;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.ocf-option-name {
  font-weight: 700 !important;
  margin-bottom: .5rem !important;
}

.noUi-connect {
  background: #56D5D3 !important;
}

.noUi-handle {
  background: #02686F !important;
}

@media (min-width: 768px) {
  #content>h2:first-child {
    margin-top: 0;
  }
}

.cart-item {
  background: #EBEBEB;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.cart-item a {
  font-size: 14px;
}

.cart-item-price {
  font-size: 16px;
  padding-top: 10px;
}

.cart-item-price .price-new {
  color: red;
  font-weight: bolder;
}

.cart-item-price .price-old {
  color: #999;
  text-decoration: line-through;
  font-weight: bolder;
}

.input-group .form-control[name^=quantity] {
  min-width: 40px;
  text-align: center;
}

#product-product h1 {
  color: #0d8691;
  line-height: normal;
  font-size: 18px;
  font-weight: bolder;
  font-family: 'PT Sans', sans-serif !important;
  margin-top: 0;
  margin-bottom: 5px;
}

.product-socials {
  border: 1px solid #63ccd6;
  border-radius: 8px;
  padding: 20px;
}

#product-product .nav {
  margin-top: 20px;
}

.nav-tabs>li>a {
  font-weight: bold;
  font-size: 16px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #33bfcb;
  border-color: #0AAEBE;
}

.product-price-row {
  margin-top: 25px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 25px;
}

.product-price-unit {
  font-size: 16px;
  margin-top: 5px;
}

.product-price-bonus {
  font-size: 16px;
  color: #FF804B;
  font-weight: bolder;
  margin-top: 5px;
}

.product-price {
  font-size: 20px;
  color: #0eb0bf;
  font-family: 'PT Sans', sans-serif !important;
  font-weight: bolder;
  margin-bottom: 5px;
}

.product-price .price-old {
  display: block;
  color: #313131;
  font-weight: normal;
  text-decoration: line-through;
}

.product-price .price-new {
  display: block;
  color: red;
}

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

.cart-total-row {
  text-align: right;
}

.cart-total-row:last-child {
  font-size: 16px;
  font-weight: bolder;
}

.cart-modules-row {
  background: #EBEBEB;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}

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

#checkout-cart .panel {
  margin-top: 20px;
}

#checkout-cart .panel .panel-heading h3 {
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}

.card-required-info {
  font-size: 11px;
  color: #aaa;
}

.cart-bottom {
  background: #EBEBEB;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
}

.cart-bottom .cart-total-row {
  text-align: left;
  margin-top: 0;
}

#checkout-cart .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

#checkout-cart .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

#checkout-cart .form-check-label {
  margin-left: 5px;
  margin-bottom: 0;
}

#call-form input, #call-form textarea {
  margin-top: 10px;
}

#call-form input:first-child {
  margin-top: 0;
}

.call-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.border-danger {
  border-color: red;
}

#cart-login-form input {
  margin-bottom: 10px;
}

.btn {
  font-size: 14px;
}

#order-confirm .form-group {
  position: relative;
}

.form-group label.error {
  position: absolute;
  bottom: -15px;
  font-size: 11px;
  color: red;
  margin: 0;
  padding: 0;
}

/* fix order form .has-error */

#order-confirm .has-error .form-control {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

/* /fix order form .has-error */

.form-group input.error {
  border-color: red !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background: #FEAC8A;
}

.dropdown-menu>li>a {
  color: #fff;
}

.dropdown-header {
  text-transform: uppercase;
  color: #ddd;
}

@media (max-width: 767px) {
  .basket {
    margin-bottom: 15px;
  }

  header .call {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
  }

  .breadcrumb {
    padding: 0;
    border: none;
  }

  .breadcrumb > li {
    display: inline;
    padding: 0 5px 0 0;
    white-space: normal;
    border-right: 1px solid #ddd;
  }

  .breadcrumb > li:last-child {
    border-right: none;
  }

  .breadcrumb > li:after, .breadcrumb > li + li:before {
    display: none;
  }

  nav .navbar-header {
    position: relative;
  }

  nav .navbar-header a.phone-icon {
    display: block;
    position: absolute;
    top: 5px;
    left: 58px;
    margin: 0;
    background: transparent;
    /*
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 0 0 40px;
    */
    padding: 0;
    color: #fff;
  }

  .col-time {
    padding-left: 0;
  }

  .col-time p {
    font-size: 14px;
  }

  .col-time p .fontMiddle {
    font-size: 20px;
  }

  header .search {
    margin-top: 0;
  }

  .subcategory:after {
    content: '';
    display: block;
    clear: both;
  }

  .subcategory-image {
    width: 54px;
    height: 54px;
    padding: 0;
  }

  .product-thumb .caption {
    min-height: inherit;
  }

  #cart {
    z-index: 11;
    position: absolute;
    display: block;
    margin: 0;
    top: 0;
    text-align: right;
  }

  #cart > button {
    display: inline-block;
    width: auto;
    padding: 7px 20px;
    margin-top: 8px;
    margin-right: 67px;
    float: none;
  }

  .navbar-header > button, .navbar-header > a {
    z-index: 12;
  }

  #cart .dropdown-menu {
    margin-top: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  #cart .dropdown-menu a {
    padding: 0;
  }

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

@media (min-width: 768px) and (max-width: 991px) {
  .product-layout:nth-child(2n+1) {
    clear: left;
  }
}

.subcategory img {
  float: left;
  border-radius: 6px;
  border: 2px dotted #e0e0e0;
  margin-right: 5px;
}

.subcategory a {
  display: table-cell;
  vertical-align: middle;
  height: 74px;
}

.subcategory a h2 {
  font-size: 15px;
  font-weight: bolder;
  color: #ff804b;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .subcategory img {
    width: 50px;
  }

  .subcategory a h2 {
    font-size: 12px;
    line-height: 12px;
    word-wrap: break-word;
  }

  .subcategory a {
    height: 52px;
  }
}

@media (max-width: 767px) {
  .subcategory:nth-child(2n+1) {
    clear: left;
  }

  .address {
    padding-left: 33.33333%;
  }

  .navbar-header .home-icon {
    position: absolute;
    z-index: 13;
  }
}

.not-available, .grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.not-available .add-to-cart {
  text-transform: none;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  cursor: default;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: #FEAC8A;
  outline: none;
  color: #fff;
}

.dropdown-header {
  font-weight: bolder;
  color: white;
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 15px;
    font-size: 15px;
  }

  .navbar .dropdown-menu>li>a {
    font-size: 15px;
  }

  .menu-header {
    font-size: 15px;
    font-weight: bolder;
    color: #fff;
    padding: 10px 15px 0 15px;
    color: #000;
  }

  .menu-divider {
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.cart-item-price {
  padding-left: 5px;
  padding-right: 5px;
}

.cart-item-price span {
  display: none;
}

@media (max-width: 767px) {
  .price .price-new {
    margin-top: -10px;
  }

  .price .price-new, .price .price-old {
    display: block;
  }

  .cart-item-price span {
    display: block;
    margin-top: -15px;
    font-size: 14px;
  }

  .ocfilter {
    margin-top: 50px;
  }

  .ocfilter.panel, .ocfilter.panel .panel-heading {
    border-radius: 0;
  }

  .ocf-offcanvas .ocfilter-mobile-handle {
    top: initial !important;
    bottom: 15px !important;
    /*
    margin-left: 15px;
    */
  }

  /*
  .ocf-offcanvas .ocfilter-mobile-handle .btn {
    border-radius: 50% !important;
    height: 50px !important;
    width: 50px !important;
  }
  */

  .ocf-offcanvas .ocfilter-mobile-handle .btn .fa {
    font-size: 20px !important;
  }

  #product-product .nav-tabs > li > a {
    padding: 5px;
  }
}

.cart-link {
  margin-top: 5px;
  font-size: 14px;
}

.add-to-cart-click {
  background: #FEAC8A;
  background: -moz-linear-gradient(top, #FEAC8A 0%, #FF7238 100%);
  background: -webkit-linear-gradient(top, #FEAC8A 0%, #FF7238 100%);
  background: linear-gradient(to bottom, #FEAC8A 0%, #FF7238 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEAC8A', endColorstr='#FF7238',GradientType=0);
}

#vk_groups {
  margin: 15px auto 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .not-available .add-to-cart {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.btn-quantity-plus {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.btn-remove {
  margin-left: 10px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart-item-price {
    padding-left: 0;
    padding-right: 0;
  }
}

nav.navbar-fixed-bottom .navbar-collapse, nav.navbar-fixed-top .navbar-collapse {
  max-height: 100vh;
}

.menu {
  margin-top: 0;
}

@media (min-width: 768px) {
  nav .navbar-nav {
    margin-right: 125px;
  }

  #cart {
    position: absolute;
    display: block;
    width: 125px;
    top: 5px;
    right: 5px;
  }
}

@media (min-width: 992px) {
  nav .navbar-nav {
    margin-right: 185px;
  }

  #cart {
    width: 185px;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .socials {
    display: none;
  }
}

@media (max-width: 767px) {
  #cart-form .cart-quantity {
    margin-left: -15px;
  }
}

#tab-description img,
.category-description img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 575px) {
  #tab-description video,
  .category-description video,
  #tab-description iframe,
  .category-description iframe {
    width: calc(100vw - 30px) !important;
    height: calc((100vw - 30px) / 1.77777778) !important;
  }
}

@media (min-width: 576px) {
  #tab-description video,
  .category-description video,
  #tab-description iframe,
  .category-description iframe {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  #cart > .btn {
    font-size: 16px;
    font-weight: bolder;
  }
}
