:root {
  --container-offset: 20px;
  --primary-color: #358CF7;
  --primary: #00A0E3;
  --blue: #0066B2;
  font-size: 14px;
}

@media (min-width: 481px) {
  :root {
    *=font-size: 13px;
  }
}

@media (min-width: 601px) {
  :root {
    --container-offset: 30px;
    font-size: 14px;
  }
}

@media (min-width: 1201px) {
  :root {
    --container-offset: 40px;
    font-size: 15px;
  }
}

@media (min-width: 1441px) {
  :root {
    --container-offset: 60px;
    font-size: 16px;
  }
}

* {
  outline: none !important;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  color: #787D88;
  color: #454545;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #495158;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.625rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: .875rem;
}
h6 {
  font-size: .75rem;
}
a {
  color: var(--primary-color);
}
a {
  color: #212229;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

legend {
  font-size: 1.25rem;
  padding: .5rem 0
}

label {
  color: #787D88;
  font-size: .875rem;
  font-weight: 400;
}

.form-control {
  height: auto;
  font-size: .875rem;
  border-color: #EAEAEA;
  border-radius: 6px;
  padding: .75rem 1rem;
}

.form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0px 0px 1px 0px var(--primary-color);
}

select.form-control {
  appearance: none;
}

textarea.form-control {
  min-height: 6rem;
  resize: vertical;
}

.input-lg {
  height: 48px;
  padding: 11px 16px;
}

.field {
  position: relative;
}
.field .control-label {
  position: absolute;
  top: 1.125rem;
  left: 1rem;
  pointer-events: none;
  -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
  transition: all .3s cubic-bezier(.25, .8, .25, 1);  
}
.field .form-control {
  height: 3.5rem;
  *=border-color: ;
  border-radius: .5rem;
}

.field.has-value .form-control,
.field .form-control:focus,
.field .form-control:-webkit-autofill {
  padding-top: 1.5rem;
  padding-bottom: .5rem;
}

.field.has-value .control-label,
.field .form-control:focus ~ .control-label,
.field .form-control:-webkit-autofill ~ .control-label {
  top: .625rem;
  font-size: .75rem;
}

.form-column .control-label {
  
}
.form-column .form-group {
  position: relative;
}

.form-column .text-label {
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 14px;
  color: #787D88;
  pointer-events: none;
  -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.form-column .has-value .form-control,
.form-column .form-control:focus,
.form-column .form-control:-webkit-autofill {
  padding-top: 24px;
  padding-bottom: 9px;
}

.form-column .has-value .text-label,
.form-column .form-control:focus ~ .text-label,
.form-column .form-control:-webkit-autofill ~ .text-label {
  top: 10px;
  font-size: 12px;
}

.transition {
  -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li:not(:last-child) {
  margin-right: 2rem;
} 

.nav-tabs > li > a {
  color: #454545;
  font-size: 1.125rem;
  border: none!important;
  border-radius: 0;
  padding: .625rem 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: var(--primary-color);
  font-weight: 500;
  border: none;
}

.nav-tabs li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  border-top: 2px solid transparent;
  transition: .15s ease-in;
}

.nav-tabs li.active a:after {
  border-color: var(--primary-color);
}
.nav-tabs .svg-icon + span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.375rem;
  color: #787D88;
  margin-left: .75rem;
}

div.required .control-label:after {
  content: ' *';
  color: #a94442;
  font-weight: 400;
}

/* Drop down menus */
.dropdown-menu {
  font-size: .875rem;
  border-color: #eaeaea;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.05);
  padding: .875rem 0;
}

.dropdown-menu > li > a {
  color: #212229;
  padding: .5rem 1rem;
}

.dropdown-menu li > a:hover {
  background-color: rgba(53, 140, 247, 0.1);
}

[class*="svg-"] {
  display: inline-block;
  vertical-align: middle;
}

.wish-icon {
  fill: #fff;
  stroke: #787D88;
}
.fill .wish-icon {
  fill: #E91E1E;
  stroke: #E91E1E;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: var(--container-offset);
  padding-right: var(--container-offset);
}

/* flex styles */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
}

.flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.al-center {
  -ms-flex-align: center;
  align-items: center;
}

.al-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.jus-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.jus-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.jus-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.jus-end {
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.grow {
  flex-grow: 1;
}

.shrink {
  flex-shrink: 0;
}

.gap-1 {
  gap: .5rem;
}

.gap-2 {
  gap: 1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.gutters-sm {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.gutters-sm > [class*="col-"] {
  padding-left: .5rem;
  padding-right: .5rem;
}

@media (min-width: 992px) {
  .gutters-lg {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .gutters-lg > [class*="col-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 576px) {
  .col-6 {
    width: 50%;
  }
  .col-12 {
    width: 100%;
  }
}

@media (max-width: 481px) {
  .col-12 {
    width: 100%;
  }
  .offset-margin {
    margin-left: calc(var(--container-offset) * -1);
    margin-right: calc(var(--container-offset) * -1);
  }
}

.w-100 {
  width: 100%;
}

.bg-white {
  background: #FFF;
}

.bg-grey {
  background: #E5EBF0;
}

.rounded {
  border-radius: .25rem;
  overflow: hidden;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.text-reset {
  color: inherit;
}

.text-muted {
  color: #92979B;
}

.text-body {
  color: #21282B;
}

.text-danger {
  font-size: .75rem;
  color: #E92626;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.transition {
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
}

.svg-icon.align {
  margin-top: -.125rem;
}

.svg-icon.prime {
  color: var(--primary-color);
}

.wish-icon {
  fill: none;
}

.fill .wish-icon {
  fill: var(--primary-color);
  color: var(--primary-color);
}

.chevron-top {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.chevron-left {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.chevron-right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn-burger {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  outline: none;
}

.btn-burger span {
  top: 3px;
}

.btn-burger span,
.btn-burger:before,
.btn-burger:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #212229;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.btn-burger:before {
  content: '';
  top: 11px;
}

.btn-burger:after {
  content: '';
  bottom: 3px;
}

.exped .btn-burger span {
  opacity: 0;
}

.exped .btn-burger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.exped .btn-burger:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 11px;
}

header {
  position: relative;
  -webkit-box-shadow: inset 0px -1px 0px #E4E4E6;
  box-shadow: inset 0px -1px 0px #E4E4E6;
  margin-bottom: .75rem;
}

.header-top {
  background-color: #F6F9FF;
  padding: 1.25rem 0 .625rem;
}

.header-bottom {
  position: absolute;
  top: 0;
  left: 25%;
  right: 0;
  padding: 1.25rem 0;
}

@media (min-width: 992px) {
  .header-bottom {
    position: relative;
    left: 0;
    padding: 1.5rem 0;
  }
}

.header-top .burger .btn {
  margin-left: -1.25rem;
}

.header-top .logo {
  max-width: 7.5rem;
  margin-bottom: .625rem;
}

.top-links ul li a {
  font-size: 1rem;
  padding: 0 .5rem;
}

.phones {
  max-width: 18.75rem;
}

.phones ul li a {
  display: block;
  padding: .125rem .25rem;
}

.phones .svg-icon,
.contacts .svg-icon:first-child {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
}

.contacts .btn-link {
  font-size: 1rem;
  font-weight: 500;
  padding: .125rem .25rem;
}

@media (min-width: 1200px) {
  .common-home .menu .dropdown-list { 
    display: block!important;
    width: 100%;
    font-size: 14px;
    margin-top: 2.25rem;
  }
  .menu-column {
    width: 20%;
  }
  .search-column {
    width: 45%;
  }
  .intro .col-lg-3 {
    width: 20%;
  }
  .intro .col-lg-9 {
    width: 80%;
  }
}

.menu .dropdown-list {
  width: 100%;
  margin-top: .5rem;
}

.menu .dropdown-list > li > a, 
.menu .dropdown-list > li > .active {
  position: relative;
  display: block;
  padding: .625rem 1.5rem;
}

.menu .dropdown-list .chevron-right {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  color: #787D88;
  margin: auto;
}

.menu .dropdown-list > li > a:hover .chevron-right {
  color: var(--primary-color);  
}

.menu .btn-lg {
  height: 48px;
}

.menu .btn-link {
  color: #212229;
  padding: 8px 24px;
  text-align: left;
}

.menu .flyout {
  top: 0;
  left: 100%;
  padding: 1.25rem;
  margin-top: -1px;
  margin-bottom: -1px;
  min-height: 100%;
}

@media (min-width: 768px) {
  .menu .flyout {
    width: 910px;
  }

  /*.menu ul li:hover .dropdown-menu {
  display: block;
}*/
}

.menu .dropdown-inner ul {
  flex: 1 1 50%;
  margin-bottom: 20px;
}

.mob-menu .modal-header {
  background-color: #f6f9ff;
}
.mob-menu .user {
  padding: 2rem 0;
}
.mob-menu .info {
  padding: 2rem 0;
}
.mob-menu .info ul {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.5rem;
}
.mob-menu .list-row ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.mob-menu .list-row ul li a {
  font-size: 1rem;
  color: #212229;
}
.mob-menu .list-row a:hover {
  text-decoration: underline;
}
.menu-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 1;
  background: #fff;
  padding: 1rem 1.5rem 2rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s cubic-bezier(.25, .8, .25, 1);
}
.menu-dropdown.visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu-dropdown .dropdown {
  border-bottom: 1px solid #eaeaea;
}
.menu-dropdown .parent {
  font-size: 1.125rem;
  padding: 1rem 0;
}
.menu-dropdown .dropdown:not(.open) .svg-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-dropdown .dropdown-menu {
  position: relative;
  float: none;
  border: none;
  box-shadow: none;
  animation: slide-up .3s;    
}
.menu-dropdown .dropdown-menu a:hover {
  font-weight: 500;
  background-color: transparent;
  text-decoration: underline;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.slide-right {
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}

.search-form {
  position: relative;
}

.search-form .input-lg {
  font-size: 16px;
}

.search-form .btn {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  padding: 10px 12px;
}

.live-search {
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  background-color: #F4F5F6;
  border-radius: .25rem;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1);
  padding-bottom: 3rem;
  overflow: hidden;
  z-index: 9
}

.live-search.empty {
  padding-bottom: 0;
}

.live-search .result-wrap {
  max-height: 400px;
  padding: 0 24px 16px;
  overflow: auto;
}

.live-search.empty .result-wrap {
  padding-top: 16px;
}

.live-search .subtitle {
  font-size: .875rem;
  font-weight: 500;
  padding-bottom: .25rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

.live-search .search-in {
  padding: 2px 0;
  margin-bottom: 8px;
  font-size: 16px;
  background-color: transparent;
  color: #358CF7;
}

.live-search .search-in .text {
  color: #212229
}

.live-search .search-item {
  padding: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 4px;
  color: #212229;
}

.search-item .image {
  float: left;
  padding-right: 8px;
}

.search-item .image img {
  border-radius: 4px;
}

.search-item .model {
  color: #787D88;
}

.search-item .price {
  font-size: 16px;
  font-weight: 700;
  color: #212229;
}

.live-search .result-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .375rem .675rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px -3px 20px -6px rgba(0, 0, 0, 0.11);
}

.live-search.empty .result-btn {
  padding: 0;
}

.live-search .result-btn .btn-link {
  font-size: 1rem;
  color: #358CF7;
}

.chats {
  margin-left: -.5rem;
}

.chats .app {
  display: inline-block;
  padding: .25rem .5rem;
  -webkit-transition: .3s ease;
  transition: .3s ease;    
}

.chats .app:hover {
  opacity: .75;
}

.action-list,
.language-list {
  margin-left: 0;
  margin-bottom: 0;
}

.action-list li,
.language-list li {
  padding: 0;
}

.action-list .btn-link,
.language-list .btn-link {
  padding: .5rem;
}

.language-list li + li {
  margin-left: -.5rem;
}

.language-list .btn-link {
  font-size: 1.125rem;
  line-height: 1;
  color: #358CF7;
  text-transform: uppercase;
}

.language-list .btn-link[disabled] {
  color: rgba(120, 125, 136, 0.75);
  cursor: default;
}

.header-bottom .btn-group + .btn-group {
  margin-left: 1.5rem;
}

.header-bottom .btn-group + .btn-group:before {
  content: '';
  position: absolute;
  top: 0;
  left: -.75rem;
  bottom: 0;
  width: .075rem;
  height: 1.5rem;
  background-color: #787D88;
  margin: auto;
}

/* cart */
#cart > .btn {
  padding: .5rem;
  color: #787D88;
  text-decoration: none;
}

#cart-total {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}

#cart-total span {
  display: block;
  margin-top: 6px;
}

.cart-list .cart-item {
  white-space: normal;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
}

.cart-item .image {
  display: inline-block;
  vertical-align: top;
  max-width: 90px;
  overflow: hidden;
}

.cart-item .img-thumbnail {
  /*padding: 0;
  border: none;*/
}

.cart-item .info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: .75rem;
  -webkit-flex: 1;
  flex: 1;
}

.cart-item .name {
  min-height: 3.125rem;
  color: #212229;
  font-size: .875rem;
  line-height: 1.125;
  padding-right: 1.5rem;
  margin-bottom: .125rem;
}

.cart-item .model {
  color: #696969;
  margin-top: .125rem;
}

.cart-item .estimation {
  position: relative;
}

.cart-item .total {
  font-weight: 500;
}

.cart-item .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}

.cart-item .close:hover {
  opacity: 0.5;
}

.cart-summary {
  padding: .75rem 0;
}

.cart-summary .totals {
  background-color: #F4F5F6;
  border-radius: .25rem;
  padding: .75rem;
  margin-bottom: -.75rem;
}

.totals {
  *=margin-bottom: 20px;
}
.totals .total {
  margin-bottom: .5rem;
}
.totals .total:last-child {
  margin-top: 13px;
  padding-top: 18px;
  border-top: 1px solid rgba(160, 160, 160, .4)
}
.totals .total .text {
  font-size: 1rem;
}
.totals .total .price {
  font-size: 1.125rem;
}

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

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

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

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

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

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #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;
  }
}

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

/* content */
#content {
  min-height: 18rem;
}

.section {
  padding: 2.5rem 0;
}

.title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.125;
  color: #212229;
  margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
  .title {
    font-size: 2rem;
  }
}

.title.big {
  font-size: 3rem;
}

.heading {
  margin-bottom: 1.25rem;
}

.empty {
  padding: 2rem .5rem;
}

.empty .subtitle {
  font-size: 1.125rem;
}

.empty .subtext {
  max-width: 32rem;
  font-size: 1rem;
  color: #92979B;
  margin: 0 auto 2rem;
}

.empty img {
  margin: 0 auto 1rem;
}

.intro {
  margin-bottom: 2.5rem;
}

.collage-inner {
  position: relative;
  height: 24rem;
  border-radius: .25rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.collage-inner img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.collage-inner .caption {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

.collage-inner .shade {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 32, 37, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  text-align: center;
}

.collage-inner .btn {
  position: relative;
  top: 50%;
  transform: scaleX(1.1) scaleY(1.2);
  opacity: 0;
  visibility: visible;
  transition: transform 0.3s, opacity 0.3s;
  font-size: 1rem;
  font-weight: 700;
  padding: .75rem 3rem;
  margin-top: -1rem;
  z-index: 1
}

.collage-inner:hover .shade,
.collage-inner:hover .btn {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1) scaleY(1)
}

@media (min-width: 768px) {
  .collage-item-0 {
    width: 41%;
  }
  .collage-item-0 .collage-inner {
    height: 100%;
  }
  .collage-item-1 {
    margin-bottom: 1.875rem;
  }
  .collage-inner {
    height: auto;
    margin-bottom: 0;
  }
}

.subscribe {
  background: #F6F9FF url('../image/subscribe.png') top center no-repeat;
  padding: 82px 22px;
}

.subscribe .title {
  margin-top: 10px;
  margin-bottom: 8px;
}

.subscribe .subtitle {
  font-size: 18px;
  color: #787D88;
  margin-bottom: 24px;
}

.subscribe .subscribe-form {
  max-width: 650px;
  margin: auto;
}

/* sliders */
.swiper-viewport {
  position: relative;
  margin-bottom: 1rem;
}
.swiper-pagination {
  width: 100%;
  bottom: -1rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #E3EAEA;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: .125rem
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  color: var(--primary-color);
}
.swiper-scrollbar {
  top: 1rem;
  height: .25rem;
  border-radius: .375rem;
  background-color: #CCD8E1;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--primary-color);
}
.swiper-prev, 
.swiper-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 2.975rem;
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid rgba(119, 122, 129, 0.2);
  border-radius: 50%;
  z-index: 10;
  text-align: center;
  cursor: pointer;
}
.swiper-prev {
  left: 0;
}
.swiper-next {
  right: 0;
}
.swiper-prev:hover,
.swiper-next:hover{
  color: var(--primary-color);
}
.swiper-nav .swiper-button-disabled {
  opacity: .5
}
.swiper-prev .svg-icon, 
.swiper-next .svg-icon {
  width: .875rem;
  height: .875rem;
}

.slideshow .swiper-pagination {
  bottom: 1rem;
}
.slideshow .swiper-prev, 
.slideshow .swiper-next {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: var(--primary-color);
  color: #fff;
}
.slideshow .swiper-prev {
  left: 1rem;
}
.slideshow .swiper-next {
  right: 1rem;
}
.slideshow .swiper-prev .svg-icon, 
.slideshow .swiper-next .svg-icon {
  width: .75rem;
  height: .75rem;
}

.carousel .swiper-container:not(.swiper-container-horizontal) .swiper-slide {
  width: 44.444%;
}
@media (min-width: 768px) {
  .carousel .swiper-container:not(.swiper-container-horizontal) .swiper-slide {
    width: 28.571%;
  }
}
@media (min-width: 1200px) {
  .carousel .swiper-container:not(.swiper-container-horizontal) .swiper-slide {
    width: 37.037%;
  }
}
@media (min-width: 1440px) {
  .carousel .swiper-container:not(.swiper-container-horizontal) .swiper-slide {
    width: 30.769%;
  }
}
.circle-arrows {
  padding-bottom: 1rem;
  margin-bottom: 0;
  overflow: hidden;
}
.circle-arrows .swiper-prev,
.circle-arrows .swiper-next {
  display: none;
  width: 3rem;
  border-radius: 50%;
  background-color: #E5EBF0;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}
.circle-arrows .swiper-prev {
  left: -3rem;
}
.circle-arrows .swiper-next {
  right: -3rem;
}
.circle-arrows:hover .swiper-prev {
  left: 0;
}
.circle-arrows:hover .swiper-next {
  right: 0;
}
@media (min-width: 768px) {
  .circle-arrows .swiper-prev,
  .circle-arrows .swiper-next {
    display: block;
  }
}

.rectangle-arrows {
  padding: 0 1.5rem
}
.rectangle-arrows .swiper-prev,
.rectangle-arrows .swiper-next {
  width: 1.25rem;
  height: 100%;
  color: #668BA5;
  background-color: #F2F5F7;
  border-radius: .5rem;
  box-shadow: none;
}
.rectangle-arrows .swiper-prev {
  left: 0;
}  
.rectangle-arrows .swiper-next {
  right: 0;
}
.rectangle-arrows .swiper-button-disabled {
  opacity: .3
}
.rectangle-arrows .swiper-prev .svg-icon,
.rectangle-arrows .swiper-next .svg-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -.5rem auto;
}

.promotions .swiper-container:not(.swiper-container-horizontal) .swiper-slide {
  width: 40%;
}

.infinity {
  overflow: hidden;
}
.infinity .swiper-container {
  overflow: visible;
}

.sl-products {
  position: relative;
}

.sl-products .swiper-container {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.sl-products .swiper-slide {
  width: 50%;
  padding: 0 .5rem;
  /*opacity: 0;
  visibility: hidden;*/
  transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
}

.sl-products .swiper-slide-active,
.sl-products .swiper-slide-active + .swiper-slide,
.sl-products .swiper-slide-active + .swiper-slide + .swiper-slide,
.sl-products .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide,
.sl-products .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.sl-products .swiper-nav {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 7.5rem;
}

.sl-products .swiper-pagination {
  bottom: -2rem;
}

.sl-products .swiper-pagination-bullet-active {
  color: #21282B;
}

.sl-products .swiper-scrollbar {
  top: 0;
}

@media (min-width: 545px) {
  .sl-products .swiper-slide {
    width: 33.3%;
  }
}
@media (min-width: 862px) {
  .sl-products .swiper-slide {
    width: 25%;
  }
}
@media (min-width: 1085px) {
  .sl-products .swiper-slide {
    width: 20%;
  }
}
@media (min-width: 1310px) {
  .sl-products .swiper-slide {
    width: 16.666%;
  }
}

.articles .swiper-slide {
  width: 33.3%;
  padding: 0 .875rem;
}
.articles .swiper-container:not(.swiper-container-horizontal) .swiper-slide {
  width: 33.3%;
}

/* category page */
.sort-view,
.selected-filters {
	padding-bottom: 1rem;
}
.selected-filters .sel-part {
	margin-bottom: .625rem;
}
.selected-filters .sel-header {
	font-size: .875rem;
	color: #212229;
}
.selected-filters button {
	background-color: transparent;
	color: #212229;
	border: 1px solid #eaeaea;
	border-radius: 50px;    
	padding: .625rem 1rem;
}
.selected-filters button + button {
	margin-left: .5rem;
}
.selected-filters .btn-clear {
  border-color: #EF5F11;
}

.sort-view .btn {
  padding: .625rem 1rem;
}
.sort-view .sort {
  margin-left: .75rem;
  margin-right: .75rem;
}
.sort-view .view .btn {
  color: #212229;
  padding: .5rem;
  border-radius: .5rem!important;
}
.sort-view .view .active {
  background-color: #358CF7;
  color: #FDFDFD
}
.sort-view .dropdown-menu {
  min-width: auto;
  width: 100%;
}

.next-page {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
}

.paging .pagination > li {
  display: inline-block;
  text-align: center;
}
.paging .pagination > li + li {
  margin-left: .5rem;
}
.paging .pagination > li > a,
.paging .pagination > li > span {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: .875rem;
  color: #212229;
  background-color: transparent;
  border-color: #eaeaea;
  border-radius: .25rem;
  padding: 0;
  margin-left: 0;
}
.paging .pagination > li > a:hover {
  background-color: rgba(53, 140, 247, 0.1);
}
.paging .pagination > .active > a,
.paging .pagination > .active > span {
  background-color: rgba(53, 140, 247, 0.1);
  border-color: rgba(53, 140, 247, 0.1);
  color: var(--primary-color);
}
.paging .prev,
.paging .next {
  position: relative;
  background-color: #fff;
  border-radius: .25rem;
}
.paging .prev a,
.paging .next a {
  opacity: 0;
}
.paging .prev:before,
.paging .next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3e%3cpath fill='%23358CF7' fill-rule='evenodd' d='M.3.3a1 1 0 0 0 0 1.4L5.58 7l-5.3 5.3a1 1 0 1 0 1.42 1.4l6-6a1 1 0 0 0 0-1.4l-6-6A1 1 0 0 0 .29.3Z' clip-rule='evenodd'/%3e%3c/svg%3e") no-repeat center;
  background-size: .5rem;
  border: 1px solid #eaeaea;
  border-radius: .25rem;
}
.paging .prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.paging .pagination .first, 
.paging .pagination .last {
  display: none;
}

.ocf-theme-light .ocf-content .ocf-selected-card{
  display: none;
}
.ocf-content .ocf-value-slider {
  padding: 5px 0 0;
}
.ocf-content .ocf-noUi-base:before {
  background-color: #A8A7A7;
  border-radius: 0;
}
.ocf-content .ocf-noUi-base:before, 
.ocf-content .ocf-noUi-connect:before {
  height: 2px;
}    
.ocf-content .ocf-noUi-connects:before, 
.ocf-content .ocf-noUi-connects:after {
  content: none;
}
.ocf-content .ocf-noUi-handle {
  width: 12px;
  height: 12px;
  right: 0;
  top: 2px;
  border: none;
}
.ocf-content .ocf-noUi-handle-lower {
  right: -11px;
}
.ocf-content .ocf-noUi-connect:before,
.ocf-content .ocf-noUi-handle {
  background-color: #358CF7;
}
.ocf-content .ocf-value-input:before {
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.ocf-content .ocf-selected .ocf-value-input::before {
  background-color: #358CF7;
  border-color: #358CF7;
}
.ocf-content .ocf-value-name {
  font-size: 14px;
  color: #212229;
  margin-left: -2px;
}
.ocf-content .ocf-value.ocf-selected .ocf-value-name {
  color: #358CF7;
  font-weight: 500;
}    
.ocf-theme-light .ocf-content .ocf-value-count {
  background-color: rgba(53, 140, 247, 0.10);
  color: #358CF7;
}
.ocf-container .ocf-content .ocf-footer {
  box-shadow: none;
}
@media (min-width: 768px) {
  .ocf-content {
    border: 1px solid rgba(119, 122, 129, 0.20);
    border-radius: .25rem;
    padding: .75rem;
  }
  .ocf-content .ocf-header {
    display: none;
  }
  .ocf-container .ocf-content .ocf-filter {
    margin-bottom: 1.25rem;
  }
  .ocf-container .ocf-content .ocf-filter-header {
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    margin-bottom: .75rem;  
  }
}
/* footer */
footer {
  margin-top: 1.875;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem;
  background-color: #19212D;
  color: #fff;
}

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

footer .subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

footer ul li {
  margin-bottom: .5rem;
}

footer ul,
footer .logo,
footer .address,
footer .open {
  margin-bottom: 1.25rem
}

footer ul li a,
footer .address, 
footer .open {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.125rem;
  font-weight: 300;
}

footer .address, 
footer .open {
  margin-top: -.5rem;
}

footer a:hover {
  color: #fff;
}

/* alert */
.alert {
  position: relative;
  line-height: 1.125;
  border-radius: .5rem;
  padding: .875rem;
  margin-bottom: 1rem;
}
.alert-danger {
  color: #E92626;
  background-color: #FFE8E8;
  border: none;
  padding-left: 2.375rem;
}
.alert-success {
  color: #31B23A;
  background-color: #fff;
  border-color: #31B23A;
  padding-left: 2.5rem;
}
.alert-danger:before,
.alert-success:before {
  content: '';
  position: absolute;
  top: 0;
  left: .75rem;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
}
.alert-danger:before{
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3e%3cpath fill='%23F50808' d='M12 0C5.367 0 0 5.368 0 12c0 6.633 5.368 12 12 12 6.633 0 12-5.367 12-12S18.633 0 12 0Zm0 22.125A10.12 10.12 0 0 1 1.875 12 10.12 10.12 0 0 1 12 1.875 10.12 10.12 0 0 1 22.125 12 10.12 10.12 0 0 1 12 22.125Z'/%3e%3cpath fill='%23F50808' d='M12 6.041a.937.937 0 0 0-.938.938v6.037a.937.937 0 1 0 1.876 0V6.979A.937.937 0 0 0 12 6.04ZM12 17.632a1.266 1.266 0 1 0 0-2.53 1.266 1.266 0 0 0 0 2.53Z'/%3e%3c/svg%3e") no-repeat center;
  background-size: contain;
}
.alert-success:before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3e%3cpath fill='%2331B23A' d='M9 .25a8.75 8.75 0 1 0 0 17.5A8.75 8.75 0 0 0 9 .25ZM9 16.5a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15Z'/%3e%3cpath fill='%2331B23A' d='M11.68 6.37 7.75 10.3 6.32 8.87a.63.63 0 0 0-.89.88l1.88 1.88a.62.62 0 0 0 .88 0l4.38-4.38a.62.62 0 0 0-.89-.88Z'/%3e%3c/svg%3e") no-repeat center;
  background-size: contain;
}

/* breadcrumb */
.breadcrumb {
  padding: 3px 0;
  background-color: transparent;
}

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

.breadcrumb > li {
  position: relative;
  white-space: nowrap;
  color: #358CF7;
}

.breadcrumb > li + li:before {
  padding: 0 8px;
  color: #787D88
}

.breadcrumb > li a {
  color: #787D88
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1rem 0;
}
.buttons.with-border {
  padding: 1.25rem 0;
  margin: 0 0 1.25rem;
  border-bottom: 1px solid #eaeaea;
}

.btn {
  padding: .75rem 1.25rem;
  font-size: .875rem;
  background-color: transparent;
  border: 1px solid #EAEAEA;
}

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

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

.btn-lg {
  font-size: 1rem;
  font-weight: 500;
  padding: .75rem 1.5rem;
}

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

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

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

.btn-default {
  color: #212229;
  background-color: transparent;
  border-color: #358CF7;
}

.btn-primary {
  color: #ffffff;
  background-color: #358CF7;
  border-color: #358CF7;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1167E8;
  border-color: #1167E8;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:focus,
.btn-primary.active:focus {
  background-color: #358CF7;
  border-color: #1167E8;
  outline: 2px solid #1167E8;
}

.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  border-color: #faa732;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  background-color: #E91E1E;
  border-color: #E91E1E;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  background-color: #5bb75b;
  border-color: #5bb75b;
}

.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;
  background-color: #df5c39;
  border-color: #df5c39;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #212229;
  border-radius: 0;
  text-decoration: none;
}

.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;
  background-color: #363636;
  border-color: #363636;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}

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

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* product thumb */
.product-thumb {
  position: relative;
  border: 1px solid rgba(119, 122, 129, 0.2);
  border-radius: .25rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.product-thumb:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 8px 21px -12px rgba(120, 125, 136, 0.35);
  box-shadow: 0px 8px 21px -12px rgba(120, 125, 136, 0.35);
}

.product-thumb .image {
  position: relative;
  padding: .75rem .75rem 0;
}

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

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

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-thumb .actions {
  position: absolute;
  top: .25rem;
  right: .25rem;
  z-index: 9;
}

.product-thumb .actions .btn {
  padding: .5rem;
}

.product-thumb .caption {
  padding: .75rem;
}

.product-thumb .name {
  height: 2.75rem;
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: .5rem;
  overflow: hidden;
}

.product-thumb .name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #212229;
}

.product-thumb .params {
  display: none;
}

.product-thumb .params .param {
  font-size: .75rem;
  margin-bottom: .5rem;
}

.product-thumb .params .param .value {
  color: #212229;
  margin-left: .5rem;
}

.product-thumb .rating {
  min-height: 1.125rem;
  font-size: .75rem;
  margin-bottom: .5rem;
}

.product-thumb .price {
  min-height: 1.875rem;
  margin-bottom: -.5rem;
}

.product-thumb .special {
  margin-top: -.25rem;  
  margin-bottom: -.25rem;  
}

.price {
  font-size: 1rem;
  font-weight: 700;
  color: #212229;
}

.price-new {
  font-size: 1.25rem;
  color: #E91E1E;
}

.price-old {
  color: #787D88;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: .5rem;
}

.price-tax {
  color: #999;
  font-size: .75rem;
  display: block;
}

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

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

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

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

.product-list .product-thumb {
  padding: .25rem;
}

.product-list .product-thumb .image {
  position: static;
}

.product-list .product-thumb .stickers {
  top: 1rem;
  left: 13.5rem;
}

.product-list .product-thumb .name {
  height: auto;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: .875rem;
}

.product-list .product-thumb .price {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.product-list .product-thumb .params {
  display: block;
}

@media (min-width: 768px) {
  .product-list .product-thumb .image {
    max-width: 12.5rem;
    padding: .75rem;
    float: left;
  }
  .product-list .product-thumb .caption {
    position: relative;
    margin-left: 12.5rem;
    padding-right: 16rem;
  }
  .product-list .product-thumb .estimation {
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    padding: 1.25rem 2.5rem;
    border-radius: .25rem;
    text-align: center;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='254' height='194' fill='none'%3e%3crect width='252' height='193' x='1' y='.5' stroke='%23eaeaea' stroke-dasharray='10 10' rx='3.5'/%3e%3c/svg%3e") no-repeat top center;
    background-size: contain;
  }
}

@media (min-width: 992px) {
  #product-category #column-left {
    width: 20%;
  }
  #product-category #column-left + #content {
    width: 80%;
  }
}

@media (min-width: 1310px) {
  .products .product-grid {
    width: 20%;
  }
}

.rating .svg-icon {
  fill: #FFC107
}

.rating .grey {
  fill: #D6D6D6
}

.rating .count {
  display: inline-block;
  vertical-align: middle;
  color: #358CF7;
  margin-bottom: -.125rem;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #E69500;
}

.stickers {
  position: absolute;
  top: .75rem;
  left: .75rem;
  gap: .5rem;
}

.stickers [class*="stick-"] {
  font-size: .625rem;
  font-weight: 500;
  line-height: 1;
  border-radius: .25rem;
  text-transform: uppercase;
  padding: .425rem .75rem;
  flex-shrink: 0;
}

.stick-new {
  background-color: rgba(243, 151, 67, 0.1);
  background-color: #fef4ec;
  color: #E97F1E;
}

.stick-top,  
.stick-view {
  background-color: rgba(65, 165, 74, 0.1);
  background-color: #ecf6ed;
  color: #41A54A;
}

.stick-special {
  background-color: rgba(233, 30, 30, 0.1);
  background-color: #fde8e8;
  color: #E91E1E;
}

.stick-sale {
  background-color: #f95f05;
  color: #fff;
}

.stick-used {
  background-color: #f95f05;
  color: #fff;
}

.quantity {
  max-width: 7rem;
  border: 1px solid #eaeaea;
  border-radius: .25rem;
}
.quantity .btn {
  width: 2rem;
  height: 2rem;
  border: none;
  padding: .25rem .5rem;
}
.quantity .form-control {
  min-width: 3.25rem;
  height: 2rem;
  text-align: center;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  padding: 0;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

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

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

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

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

/* fixed column 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: 3.25rem;
}

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

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
  right: -1px;
}

/* sign in */
.signin .modal-dialog {
  max-width: 382px;
}

.signin .modal-header {
  padding: 1.25rem 2.5rem;
}

.signin .modal-body {
  background-color: #f6f5f4;
  padding: 1.75rem 2.5rem;
}

.signin .modal-footer {
  
  background-color: #f6f5f4;
  border-top: none;
  padding: 0 2.5rem 2.5rem;
}

.signin .or {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: -.25rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.sign-in,
.sign-up {
  transition: transform .3s cubic-bezier(.25, .8, .25, 1);
}

.sign-in.invisible {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateX(-100%);
}

.sign-up.invisible {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
}

.sign-buttons {
  padding-top: 15px;
  margin-bottom: 15px;
}

.social-sign .btn {
  background-color: #fff;
  border-color: #fff;
}

#ajax-cart {
  padding-right: 0 !important;
}

/* Modal theme style */
.modal-left .modal-dialog,
.modal-right .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 50rem;
}
.modal-left .modal-dialog {
  margin: 0;
}
.modal-right .modal-dialog {
  margin: 0 0 0 auto;
}
.modal-left.fade .modal-dialog {
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  -o-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}
.modal-right.fade .modal-dialog {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  -o-transform: translate(25%, 0);
  transform: translate(25%, 0);
}
.modal-left.in .modal-dialog,
.modal-right.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-left .modal-content,
.modal-right .modal-content {
  width: 100%;
  height: 100%;
  max-width: 28rem;
  overflow: auto;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.modal-right .modal-content {
  margin-left: auto;
}

.modal-header {
  padding: 1.25rem 1.5rem;
  border-bottom: none;
}

.modal-header .close {
  color: #141414;
  opacity: 1;
  text-shadow: none;
  margin-top: .125rem;
}

.modal-header .modal-title {
  color: #212229;
  font-size: 1.25rem;
}

.modal-body {
  padding: 1rem 1.5rem;
}

.modal-body.bg-grey {
  background-color: #f6f5f4;
}

.modal-footer {
  text-align: center;
  padding: 1.25rem 1.5rem;
}

@media (min-width: 576px) {
  .modal-sm {
    width: 25rem;
  }
}

.tooltip {
  font-family: inherit;
  font-size: .75rem;
}
.tooltip-inner {
  background-color: #333;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .3);
  box-shadow: 0 7px 15px rgba(0, 0, 0, .3);
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333;
  bottom: 1px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
  top: 1px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333;
  left: 1px;
}

.checkbox label {
  font-size: .875rem;
  color: #495B5F;
  padding-left: 1.625rem;
}
.checkbox input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: .25rem;
  margin-top: 0;
  margin-left: -1.625rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.checkbox input[type="checkbox"]:checked {
  border-color: var(--primary-color);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8'%3e%3cpath fill='%23fff' d='M3.25 6.45 1.21 4.4a.57.57 0 0 0-.94.18.57.57 0 0 0 .12.63l2.45 2.45c.22.23.59.23.82 0l6.18-6.18a.57.57 0 0 0-.19-.94.57.57 0 0 0-.63.12L3.25 6.45Z'/%3e%3c/svg%3e") no-repeat center;
  background-color: var(--primary-color);
  background-size: 9px;
}

@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0rem);
    opacity: 1;
  }

  0% {
    transform: translateX(1rem);
    opacity: 0;
  }
}

@media (max-width: 1201px) {
  .contacts .btn-link {
    padding: 10px;
    margin-top: 4px;
    border: 1px solid rgba(53, 140, 247, 0.5);
    border-radius: 8px;
    font-size: 0;
  }

  .contacts .btn-link .svg-icon {
    margin-right: 0;
  }

  .contacts .btn-link .caret {
    display: none;
  }
}
