@charset "UTF-8";
@font-face {
  font-family: "SFUIDisplay";
  src: url(../fonts/SF-UI-Display-Regular.woff2) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SFUIDisplay", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #34495e;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  background-color: #f7f7f7;
}

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

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

/* Override the bootstrap defaults */
h1, .h1 {
  font-size: 27px;
}

h2, .h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: #800080;
}
a:hover {
  color: #952D95;
}

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

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

label {
  font-weight: normal;
}

select.form-control, textarea.form-control {
  font-size: 14px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.4' height='7.1' viewBox='0 0 11.4 7.1'%3E%3Cpath d='M0,1.4,1.4,0,5.7,4.3,10,0l1.4,1.4L5.7,7.1Z' fill='%23800080' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
  background-position: right 10px center;
  background-repeat: no-repeat, repeat;
  background-size: 12px 8px;
  padding: 6px 25px 6px 12px;
}

.checkbox label {
  display: flex;
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  margin: 0 5px 0 0;
  font: inherit;
  color: #800080;
  width: 14px;
  height: 14px;
  border: 1px solid #888;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  top: 6px;
}
input[type=checkbox]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" fill="%23ffffff" viewBox="0 0 20 20"%3E%3Cpath d="M2,11.6c-0.1-0.1-0.2-0.3-0.2-0.4c0-0.1,0.1-0.3,0.2-0.4l0.9-0.9c0.3-0.3,0.6-0.3,0.9,0l0.1,0.1l3.5,3.7 c0.1,0.1,0.3,0.1,0.4,0l8.5-8.8h0.1c0.3-0.2,0.6-0.2,0.9,0L18,5.8c0.3,0.3,0.3,0.6,0,0.9L7.9,17.1c-0.1,0.1-0.3,0.2-0.4,0.2 c-0.2,0-0.3-0.1-0.4-0.2l-4.9-5.3L2,11.6z M2,11.6"/%3E%3C/svg%3E') center center;
}
input[type=checkbox]:checked {
  background-color: #800080;
  border-color: #800080;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:disabled {
  color: #ddd;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

.form-control option {
  padding: 10px !important;
}

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

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #f84147;
  font-weight: normal;
}

.btn-primary {
  color: #fff;
  background-color: #800080;
  border-color: #800080;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #973e95;
  border-color: #973e95;
}

.btn-primary:hover {
  color: #fff;
  background-color: #973e95;
  border-color: #973e95;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #973e95;
  border-color: #973e95;
}

.btn-primary-cart {
  background-color: #00a046;
  border-color: #00a046;
}
.btn-primary-cart:hover {
  background-color: #00bc52;
  border-color: #00bc52;
}

.no-scroll {
  overflow-y: hidden;
}

/* header */
.header {
  background-color: #fff;
}

.header-top .container {
  display: flex;
}

.header-bottom {
  background: #800080;
  height: 69px;
}
.header-bottom .container {
  display: flex;
  position: relative;
}

.header-bottom-sticky_sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 201;
}

.header-lang {
  margin-left: auto;
}

.header-logo {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.header-catalog {
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
}

.header-search {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

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

.header-account {
  display: flex;
  align-items: center;
  height: 43px;
  margin: 13px 0;
}
.header-account:hover {
  background: #fff;
}
.header-account:hover .header-account-svg {
  fill: #800080;
}

.header-wishlist {
  display: flex;
  align-items: center;
  height: 43px;
  margin: 13px 0 13px 20px;
}
.header-wishlist:hover {
  background: #fff;
}
.header-wishlist:hover .header-wishlist-svg {
  fill: #800080;
}

.header-cart {
  display: flex;
  align-items: center;
  height: 43px;
  margin: 13px 0 13px 20px;
}
.header-cart:hover {
  background: #fff;
}
.header-cart:hover .header-cart-svg {
  fill: #800080;
  stroke: #800080;
}

.btn-link {
  color: #800080;
}
.btn-link:hover {
  color: #952D95;
}

.top-link {
  padding: 7px 0;
  margin: 0;
}
.top-link .top-link__item {
  position: relative;
  padding: 0 10px;
}
.top-link .top-link__item:first-child {
  padding-left: 0;
}
.top-link .top-link__item:before {
  position: absolute;
  left: -3px;
  top: 7px;
  display: inline-block;
  height: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  content: "";
}
.top-link .top-link__item a {
  color: #fff;
}
.top-link .top-link__item a:hover {
  color: ##FFE480;
}
.top-link .top-link__item:first-child:before {
  border-left: 1px solid transparent;
}

.top-link__item_red a {
  color: #f84147 !important;
}

.language-list {
  margin: 4px 0;
}
.language-list .language-select {
  border-color: transparent;
  outline: none;
  color: #34495e;
}
.language-list .language-select:hover {
  color: #800080;
}
.language-list .language-item {
  position: relative;
  padding: 0;
}
.language-list .language-item_active .language-select {
  color: #800080;
  text-decoration: underline;
}

.language-item + .language-item:before {
  position: absolute;
  left: -2px;
  top: 9px;
  display: inline-block;
  height: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  content: "";
}

/* logo */
.logo {
  width: 278px;
  margin: 0 45px 0 0;
}
.logo a {
  display: block;
}

/* search */
.search {
  width: 100%;
  margin-right: 45px;
}
.search .btn-search {
  padding: 6px 12px;
  outline: none;
  color: #34495e;
}
.search .btn-search:active, .search .btn-search.active, .search .btn-search:hover {
  color: #34495e !important;
}
.search .btn-search .fa {
  font-size: 18px;
}
.search .btn:active, .search .btn.active {
  outline: none;
  color: #fff;
}
.search .btn:active, .search .btn:hover, .search .btn:focus {
  background: #fff;
  border-color: transparent;
}
.search .btn:focus {
  border-color: transparent;
  box-shadow: none;
}

.mobile-search, .mobile-contacts {
  display: none;
}

.desctop .search input {
  border-color: transparent;
  border-radius: 0;
  height: 43px;
}
.desctop .search .btn-search {
  background: #fff;
  border-color: transparent;
  color: #34495e;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 43px;
}
.desctop .search .btn-search:active, .desctop .search .btn-search.active, .desctop .search .btn-search:hover {
  color: #34495e !important;
}

/* contact-us */
.contact-us {
  margin-right: 45px;
}
.contact-us strong {
  font-weight: normal;
}

.contact-us__time {
  font-size: 0.8em;
}

.contact-phone {
  font-size: 1.1em;
  white-space: nowrap;
}
.contact-phone a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.contact-phone a span {
  margin-left: 10px;
}

.contact-phone_fax {
  margin-top: 5px;
}

/* top account */
.account-btn {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 10px;
}
.account-btn > a {
  display: block;
}
.account-btn .dropdown-menu {
  padding: 7px 15px;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 0;
  border-top-color: #f0f0f0;
  margin-top: 21px;
  right: -15px;
  background: #fff;
  line-height: 21px;
  font-size: 14px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.account-btn .dropdown-menu li > a:hover {
  color: #000;
  background: none;
  text-decoration: underline;
}

/* top wishlist */
.header-wishlist-btn {
  width: 29px;
  height: 26px;
  margin: 0 10px 0 10px;
}

.wishlist-total {
  position: relative;
  display: block;
  outline: none;
}

.wishlist-total_hide {
  display: none !important;
}

#wishlist-total > span {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  background: #00a046;
  color: #fff;
  bottom: 3px;
  right: -5px;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
}

/* top cart */
.cart-btn {
  width: 29px;
  height: 29px;
  display: block;
  margin: 0 10px 0 10px;
  position: relative;
}
.cart-btn > button {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: 29px;
  height: 29px;
  position: relative;
  background: transparent;
}

#cart-total {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  background: #00a046;
  color: #fff;
  bottom: -2px;
  right: -5px;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
}

#cart-total.cart-total_hide {
  display: none;
}

.cart-btn .dropdown-menu {
  position: absolute;
  z-index: 1001;
  width: 320px;
  padding: 10px;
  border-top-color: #f0f0f0;
  border-bottom: 0;
  border-right: 0;
  border-left: none;
  margin: 9px 0 0 0;
  font-size: 14px;
  right: -4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cart-btn .button-container {
  width: auto;
  float: right;
}
.cart-btn .dropdown-menu table {
  margin-bottom: 10px;
  border: medium none;
}
.cart-btn .dropdown-menu table .btn {
  padding: 0 5px;
}
.cart-btn .dropdown-menu table .btn-danger {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 12px;
  background: #efefef;
  color: #838383;
  border: none;
}
.cart-btn .dropdown-menu table .btn-danger:hover {
  background: #c60745;
  color: #fff;
}
.cart-btn .dropdown-menu table td {
  border: 0;
  background: 0;
}
.cart-btn .dropdown-menu li p {
  margin: 10px 0;
}

.cart-btn-wrapper .btn {
  padding: 9px 15px;
  min-width: 200px;
  margin-top: 1rem;
}
.cart-btn-wrapper .btn-checkout {
  margin: 1rem 0 1rem;
}

.cart-btn .table tr {
  border-bottom: 1px solid #f0f0f0;
}
.cart-btn .dropdown-menu {
  text-align: center;
}

@media (max-width: 478px) {
  .cart-btn .dropdown-menu li > div {
    min-width: 100%;
  }
}
/* mobile header */
.mobile {
  padding-top: 56px;
}
.mobile .header, .mobile .sidebar_head {
  background: #800080;
  height: 56px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.mobile .header .container, .mobile .sidebar_head .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.mobile .header .container {
  justify-content: space-between;
  height: 100%;
}
.mobile .top-sidebar .sidebar_head {
  background: #fff;
}
.mobile .sidebar_logo {
  width: 170px;
}
.mobile .header-logo {
  margin: 0 auto 0 25px;
}
.mobile .header-logo .logo {
  width: 170px;
  margin: 0;
}
.mobile .header-cart {
  margin: 0;
  background: transparent !important;
}
.mobile .top-sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 700;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  left: 0;
  top: 0;
  right: 0;
  transform: translateX(-100%);
  background: #fff;
}
.mobile .top-sidebar_open {
  transform: translateX(0%);
}
.mobile .sidebar_head {
  position: relative;
}
.mobile .sidebar_close {
  margin-left: auto;
  margin-right: -8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile .sidebar-lang + .sidebar_close {
  margin-left: 0;
}
.mobile .sidebar_content {
  color: #34495e;
  height: calc(100% - 56px);
  overflow-y: auto;
  padding: 0 15px;
}
.mobile .sidebar_content a {
  color: #34495e;
}
.mobile .sidebar-catalog {
  padding: 16px 15px;
  background: #800080;
  margin-right: -15px;
  margin-left: -15px;
}
.mobile .sidebar-catalog a {
  color: #fff;
}
.mobile .icon-menu {
  fill: #fff;
}
.mobile .sidebar-account, .mobile .sidebar-wishlist, .mobile .sidebar-menu, .mobile .sidebar-contact {
  padding: 15px 0;
  border-bottom: 1px solid #d5d5d5;
}
.mobile .sidebar-account a:hover, .mobile .sidebar-wishlist a:hover {
  color: #800080;
}
.mobile .sidebar-contact {
  border-bottom: none;
}
.mobile .slide-menu__control, .mobile .sidebar-account-title, .mobile .wishlist-total {
  display: flex;
  align-items: center;
}
.mobile .slide-menu__control span, .mobile .slide-menu__control i, .mobile .sidebar-account-title span, .mobile .sidebar-account-title i, .mobile .wishlist-total span, .mobile .wishlist-total i {
  font-weight: normal;
  margin-left: 18px;
  font-style: normal;
}
.mobile .sidebar-wishlist #wishlist-total > span {
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  bottom: 0;
  right: 0;
}
.mobile .sidebar-account-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 44px;
}
.mobile .sidebar-account-list li {
  margin-top: 8px;
}
.mobile .sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile .sidebar-menu ul li {
  margin-top: 8px;
}
.mobile .sidebar-menu ul li:first-child {
  margin-top: 0;
}
.mobile .sidebar-menu a:hover {
  color: #800080;
}
.mobile .sidebar-contact .contact-phone_fax {
  margin: 8px 0 15px 0;
}
.mobile .sidebar-lang {
  margin-right: 20px;
  margin-left: auto;
}
.mobile .header-search-icon {
  width: 27px;
  height: 27px;
  color: #fff;
  margin-right: 20px;
}
.mobile .search-sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 700;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  left: 0;
  top: 0;
  right: 0;
  transform: translateX(-100%);
  background: #fff;
}
.mobile .search-sidebar_open {
  transform: translateX(0%);
}
.mobile .search-title {
  color: #fff;
}
.mobile .search {
  margin-top: 20px;
}
.mobile .search input {
  height: 40px;
  box-shadow: none !important;
  border: 1px solid #34495e !important;
}
.mobile .search .btn-search {
  height: 40px;
  border-color: #34495e !important;
  border-left: none !important;
}
.mobile footer .logo {
  width: 170px;
}
.mobile .contact-us-button-wrapper {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
  user-select: none;
}
.mobile .contact-us-additional-buttons {
  right: 15px;
  bottom: 78px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  pointer-events: none;
  z-index: 200;
}
.mobile .contact-us-additional-buttons.js_active {
  pointer-events: auto;
}
.mobile .contact-us-additional-buttons.js_active .contact-us-additional-buttons-link {
  margin-top: 16px;
  opacity: 1;
}
.mobile .contact-us-additional-buttons-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: -45px;
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: 0ms;
  transition-property: all;
}
.mobile .contact-us-additional-buttons-link .buttons-link__title {
  display: none;
  padding: 10px 13px 10px 10px;
  font-size: 13px;
  color: #525252;
  background-color: #fff;
  border-radius: 22px;
  height: 44px;
  white-space: nowrap;
}
.mobile .contact-us-additional-buttons.js_active .contact-us-additional-buttons-link .buttons-link__title {
  display: flex;
  align-items: center;
}
.mobile .contact-us-additional-buttons.js_active .contact-us-additional-buttons-link .buttons-link__title svg {
  margin-right: 10px;
}
.mobile .contact-us-button-wrapper .main-button-block {
  position: relative;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #800080;
  cursor: pointer;
  z-index: 200;
}
.mobile .contact-us-button-wrapper .main-button-block.js_close {
  background-color: #fff;
}
.mobile .main-button-block__icon, .mobile .main-button-block__close {
  display: flex;
  height: 100%;
  align-items: center;
}
.mobile .main-button-block__icon .fa {
  font-size: 22px;
  color: #fff;
}
.mobile .main-button-block__close {
  display: none;
}
.mobile .main-button-block.js_close {
  background-color: #fff;
}
.mobile .main-button-block.js_close .main-button-block__close {
  display: flex;
}
.mobile .main-button-block.js_close .main-button-block__icon {
  display: none;
}
.mobile .contact-us-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: 100;
}
.mobile .js_overlay .contact-us-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* content */
#content {
  min-height: 300px;
  text-align: justify;
}
#content > h1 {
  margin: 0 0 20px 0;
  text-align: left;
}

/* product */
.thumbnail-wrapper .thumbnail {
  padding: 0;
  border: 0;
}

.product-info-wpapper {
  padding-left: 30px;
}

.product-info-block p {
  margin-bottom: 5px;
}

.model span {
  color: #800080;
}

.product-price-block {
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
  flex-wrap: wrap;
}

.product-price {
  font-weight: normal;
  font-size: 2.7rem;
  color: #000;
  margin: 1rem 35px 1rem 0;
}

.special-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 35px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.special-wrapper .product-price {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  position: relative;
  display: inline-block;
  margin: 5px 0 0 0;
}
.special-wrapper .product-price:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #f84147;
  content: "";
}
.special-wrapper .special-price {
  font-weight: normal;
  font-size: 2.7rem;
  color: #f84147;
}

.qty-block {
  display: none;
  margin: 1rem 25px 1rem 0;
}
.qty-block .form-control {
  box-shadow: none;
}
.qty-block .form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
}

.decrease {
  width: 30px;
  height: 50px;
  font-size: 22px;
  border: 1px solid #ccc;
  margin-right: -1px;
  padding: 6px 0;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.increase {
  width: 30px;
  height: 50px;
  font-size: 22px;
  border: 1px solid #ccc;
  margin-left: -1px;
  padding: 6px 0;
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.qty {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 16px;
}

.product-info-wpapper .btn-cart {
  padding: 10px 35px;
  font-weight: normal;
  font-size: 2rem;
  background: #00a046;
  border-color: #00a046;
  color: #fff;
  position: relative;
  border-radius: 2px;
  outline: none;
  margin: 1rem 0;
}
.product-info-wpapper .btn-cart:hover {
  color: #fff;
  background: #00bc52;
  border-color: #00bc52;
}
.product-info-wpapper .btn-wishlist {
  padding: 0;
  font-size: 2rem;
  background: transparent;
  margin: 1rem 0 1rem 25px;
}
.product-info-wpapper .btn-wishlist .fa {
  font-size: 1.5em;
  color: #ffa900;
}

.stock-status {
  display: block;
  padding: 8px 0;
  color: #00a046;
}

.out-stock {
  color: #f84147;
}

.product-alert-block {
  margin-top: 2rem;
}
.product-alert-block .alert {
  margin-bottom: 0;
}

.tax-price, .points-price, .discount-price {
  display: block;
}

.additional-price-block {
  padding: 20px 0;
}

.payment-info {
  padding: 15px;
  margin-top: 20px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 13px;
  line-height: 19px;
}
.payment-info h3 {
  margin-top: 0;
  font-size: 16px;
}

.product-options {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.product-options select {
  max-width: 250px;
}

.product-description {
  margin-top: 30px;
}

.product-specification {
  margin: 30px 0 0 30px;
}
.product-specification ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-specification ul li {
  position: relative;
  padding: 9px 0;
  list-style: none;
  text-indent: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  line-height: 20px;
}
.product-specification ul li > div {
  display: flex;
  justify-content: space-between;
}
.product-specification ul li span {
  display: block;
  padding-right: 10px;
  width: auto;
  position: relative;
  z-index: 0;
  background-color: #f7f7f7;
}
.product-specification ul li span.bold {
  padding-right: 0;
  padding-left: 10px;
  text-align: right;
}

.dashed-delimiter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: -1;
  height: 0;
  border-bottom: 1px dashed #b6b6b6;
}

/* comment */
.review-wrapper .help-block {
  font-size: 0.8em;
}

.reviews-text {
  display: inline-block;
  margin-left: 15px;
}

h3.review-title, h3.related-title {
  font-size: 27px;
  margin-top: 40px;
  margin-bottom: 10px;
}

#form-review {
  margin-top: 20px;
}

#add-review + .alert {
  margin-top: 25px;
}

.comment-body {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.comment-details {
  display: inline-block;
}

.comment-author {
  /*font-size: 18px; */
  font-weight: normal;
}

.comment-date {
  font-size: 14px;
  color: #999;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.comment-date:before {
  position: absolute;
  left: -1px;
  top: 3px;
  display: inline-block;
  height: 10px;
  border-left: 1px solid black;
  content: "";
}

.comment-rating {
  margin-top: 5px;
}

.comment-text {
  padding-top: 10px;
}

.prod-rat {
  font-size: 0;
  color: #ccc;
  display: inline-block;
  vertical-align: middle;
}
.prod-rat * {
  margin: 0;
}
.prod-rat input {
  display: none;
}
.prod-rat label .fa {
  font-size: 28px;
  padding: 2px 4px 2px 0;
  cursor: pointer;
}

.rat-star.active {
  color: #ffa900 !important;
}
.rat-star.checked {
  color: #ffa900;
}

.ii-rating {
  display: inline-block;
  float: right;
}
.ii-rating .fa-stack {
  width: 0.9em;
  height: 1em;
  line-height: 1em;
  vertical-align: inherit;
}
.ii-rating .fa-star-o, .ii-rating .fa-star {
  color: #ffa900;
}

.rating .fa-star-o, .rating .fa-star {
  color: #ffa900;
}

/* footer */
footer {
  margin-top: 30px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-size: 27px;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 8px 0;
  color: #333745;
}
footer .logo {
  margin: 0 0 30px 0;
}

.footer-top {
  padding: 40px 0;
}
.footer-top strong {
  font-weight: normal;
}

.footer-bottom {
  background-color: #f7f7f7;
  border-top: 1px solid #f0f0f0;
  padding: 1rem 0;
  color: #333745;
}

ul.marker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.marker-list li {
  color: #333745;
  font-size: 16px;
  line-height: 20px;
}
ul.marker-list li a {
  color: #333745;
  display: inline-block;
  position: relative;
  padding: 2px 0 3px 12px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.marker-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 4px;
  background-color: #e4e4e4;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.marker-list li a:hover {
  color: #952D95;
  text-decoration: none;
  padding-left: 20px;
  margin-right: -8px;
}
ul.marker-list li a:hover:before {
  top: 12px;
  width: 10px;
  height: 4px;
  background-color: #800080;
}
ul.marker-list ul.marker-list {
  padding-left: 25px;
}

footer .contact-phone a {
  color: #34495e;
}
footer .contact-phone_phone {
  margin-top: 5px;
}
footer .contact-phone_fax {
  margin-bottom: 10px;
}
footer .contact-email {
  color: #34495e;
  text-decoration: none;
}
footer .contact-email:hover {
  color: #952D95;
  text-decoration: underline;
}

.social-icon__title {
  font-weight: normal;
}

.social-icon__items {
  display: flex;
}

.social-icon__item {
  margin-right: 1rem;
}
.social-icon__item a {
  display: flex;
  text-decoration: none;
}
.social-icon__item i {
  font-size: 3rem;
}

.social-icon__item_insta a {
  color: #34495e;
}
.social-icon__item_insta a:hover {
  color: #800080;
}

.social-icon__item_fb a {
  color: #34495e;
}
.social-icon__item_fb a:hover {
  color: #800080;
}

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

/* breadcrumb */
.breadcrumb {
  padding: 0;
  margin: 20px 0 40px 0;
  list-style: none;
  color: #34495e;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  color: #34495e;
}
.breadcrumb li i {
  color: #800080;
}
.breadcrumb li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb li .active {
  color: #999;
}

/* pagination */
.pagination-block {
  text-align: left;
}

.pagination-wrapper .pagination {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
.pagination-wrapper.activ-pagination {
  margin-bottom: 25px;
}

.pagination-row {
  margin-top: 18px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  display: flex;
  border: none;
}
.pagination li {
  display: block;
  margin: 0 8px 0 0;
  width: 40px;
  height: 40px;
}
.pagination li a, .pagination li span {
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0;
  text-align: center;
  color: #34495e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.pagination li a:hover, .pagination li span:hover, .pagination li a:focus, .pagination li span:focus {
  color: #000;
  background-color: #eee;
}
.pagination li.active a, .pagination li.active span, .pagination li.active a:hover, .pagination li.active span:hover, .pagination li.active a:focus, .pagination li.active span:focus {
  color: #fff;
  cursor: default;
  background-color: #800080;
  border-color: #800080;
}

/* buttons */
.buttons {
  margin: 1em 0;
}
.buttons > .btn {
  margin-top: 2rem;
}

/* list group */
.list-group {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  /*border-radius: 2px; */
}
.list-group a {
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 12px;
}

.list-group-item:last-child {
  border-bottom: 1px solid transparent;
}
.list-group-item:last-child:hover {
  border-bottom: 1px solid transparent;
}

/* aside */
aside > ul.marker-list {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 8px 0;
}
aside ul.marker-list li:last-child {
  border-bottom: 1px solid transparent;
}
aside ul.marker-list li:last-child:hover {
  border-bottom: 1px solid transparent;
}
aside ul.marker-list > li {
  padding: 3px 12px;
}

/* carousel */
.carousel-caption {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.carousel-control .icon-prev:before {
  content: "";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "";
  font-family: FontAwesome;
}

/* category list */
.category-list {
  display: flex;
  flex-wrap: wrap;
}
.category-list > div {
  margin-bottom: 12px;
}

.category-item {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  color: #34495e;
}
.category-item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  color: #952D95;
}

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

.category-item-text {
  background-color: #fff;
  text-align: center;
  flex: 1 0 auto;
  padding: 10px;
}

.toolbar-products {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: stretch;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.sorter, .limiter {
  display: flex;
  align-items: center;
  align-content: stretch;
}

.sorter {
  margin-right: 30px;
}
.sorter label {
  margin: 0 15px 0 0;
}

.limiter label {
  margin: 0 15px 0 0;
}

.sorter select {
  width: 200px;
  border-color: #ddd;
}

.limiter select {
  width: 80px;
  border-color: #ddd;
}

.sorter select, .limiter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.4' height='7.1' viewBox='0 0 11.4 7.1'%3E%3Cpath d='M0,1.4,1.4,0,5.7,4.3,10,0l1.4,1.4L5.7,7.1Z' fill='%23800080' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat, repeat;
  background-size: 12px 8px;
  padding: 6px 25px 6px 12px;
}

.mobile-filter-vertical-btn {
  display: none;
}

.product-row {
  display: flex;
  flex-wrap: wrap;
}

.product-grid {
  margin-bottom: 12px;
}

.product-thumb {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-thumb:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.product-thumb .image {
  position: relative;
}
.product-thumb .image img {
  width: 100%;
}

.product-content {
  padding: 15px;
  text-align: left;
  height: 100%;
}
.product-content .caption {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product-content h4 {
  line-height: 1.25;
}
.product-content h4 a {
  color: #34495e;
  margin: 0;
}
.product-content h4 a:hover {
  color: #952D95;
}
.product-content .product-price-wrapper {
  display: flex;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
  min-height: 48px;
}
.product-content .price-wrapper, .product-content .special-block {
  display: flex;
  align-items: center;
  align-content: stretch;
  flex-direction: column;
}
.product-content .price {
  font-weight: 400;
  font-size: 2rem;
}
.product-content .price-new {
  font-weight: 400;
  font-size: 2rem;
  color: #f84147;
}
.product-content .price-old {
  position: relative;
  display: inline-block;
}
.product-content .price-old:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #f84147;
  content: "";
}

.product-thumb .btn-wishlist {
  position: absolute;
  bottom: 5px;
  right: 15px;
  padding: 0;
  background-color: transparent;
}
.product-thumb .btn-wishlist i {
  font-size: 1.5em;
  color: #ffa900;
}

.product-content .btn-cart {
  color: #fff;
  background: #00a046;
  border-color: #00a046;
  font-size: 18px;
  padding: 9px 23px;
}
.product-content .btn-cart:hover {
  color: #fff;
  background: #00bc52;
  border-color: #00bc52;
}

.product-thumb .rating {
  position: absolute;
  bottom: 5px;
  left: 15px;
}

.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #ffa900;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e67e22;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
}
.thumbnails li {
  margin-left: 20px;
}
.thumbnails li img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  display: block;
}

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

.category-description {
  text-align: justify;
}
.category-description.mt-4 {
  margin-top: 40px;
}

.category-model {
  font-size: 0.8em;
  margin-top: auto;
}
.category-model span {
  color: #800080;
}

/* manufacturer */
.manufacturer-link {
  display: block;
  text-align: center;
  color: #34495e;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.manufacturer-link:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  color: #952D95;
}

.manufacturer-text {
  display: block;
  padding: 0 0 10px 0;
}

/* search */
.search-content {
  margin-top: 20px;
}

/* blog */
.blog-item {
  margin-bottom: 30px;
}
.blog-item .image {
  text-align: center;
  flex: 0 0 34%;
  max-width: 34%;
}
.blog-item .caption {
  padding: 15px;
  flex: 0 0 66%;
  max-width: 66%;
}
.blog-item .blog-title a {
  color: #800080;
  margin: 0;
}
.blog-item .blog-title a:hover {
  color: #34495e;
}
.blog-item .blog-meta {
  display: flex;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
}
.blog-item .blog-meta .blog-date {
  color: #838383;
  font-size: 14px;
}
.blog-item .blog-meta .blog-date span {
  padding-left: 5px;
}
.blog-item .blog-title a {
  font-weight: normal;
  font-size: 1.3em;
}
.blog-item .product-thumb {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.blog-item .product-thumb .rating {
  position: inherit;
}

.article-rating {
  padding: 5px 0 10px 0;
}

.article-description {
  padding-bottom: 20px;
}

/* moduls */
#common-home .heading-title {
  margin-top: 0;
  padding-top: 40px;
}

.manufacturer-modul {
  margin-bottom: 40px;
}

.category-wall {
  display: flex;
  flex-wrap: wrap;
}
.category-wall .category-wall-item {
  margin: 6px 0;
}
.category-wall .category-wall-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.category-wall .category-wall-link:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.category-wall .category-wall-link:hover h4 {
  color: #800080;
}
.category-wall .category-wall-image {
  position: relative;
}
.category-wall .category-wall-name {
  background-color: #fff;
  text-align: center;
  flex: 1 0 auto;
}
.category-wall .category-wall-name h4 {
  color: #34495e;
  margin: 15px 10px;
  font-weight: normal;
}

.html-modul, .html-modul2 {
  text-align: justify;
}

.show-block {
  overflow: hidden;
  height: 200px;
  position: relative;
  margin-top: 30px;
}
.show-block.show-block_full {
  height: auto;
}
.show-block.show-block_full::before {
  background: transparent;
}
.show-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f7f7f7;
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

.show-link_more {
  margin-top: 16px;
}

.show-link_hide {
  margin-top: 6px;
}

.total_1 {
  display: none;
}

#total_sub_total {
  display: none;
}

.mobile .mfp-container {
  padding-left: 0;
  padding-right: 0;
}
.mobile #smca-modal-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mobile #smca-modal-body .modal-body {
  height: calc(100% - 218px);
  overflow-y: auto;
}
.mobile #smca-modal-body .modal-footer {
  height: 127px;
}
.mobile.cart-popup_active {
  overflow-y: hidden;
}
.mobile.cart-popup_active .mfp-bg {
  height: 100vh !important;
  display: none;
}
.mobile.cart-popup_active .mfp-wrap {
  top: 0 !important;
  height: 100vh !important;
}
.mobile.cart-popup_active .mfp-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.mobile.cart-popup_active .mfp-content #smca-modal-body .modal-body {
  overflow-y: auto !important;
}

.slideshow-top {
  margin-bottom: 15px;
}

.mobile-catalog-btn {
  display: none;
  width: 80%;
  background: #800080;
  color: #fff !important;
  margin: 20px auto 0 auto;
  align-items: center;
  padding: 10px 15px;
  justify-content: center;
  text-decoration: none !important;
  border-radius: 2px;
}
.mobile-catalog-btn span {
  margin-left: 10px;
}

.radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #800080;
  padding: 7px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.radio input:active, .radio input:checked:active {
  outline: 0;
}
.radio input:focus {
  outline: 0;
}
.radio input:checked {
  background-color: #fff;
  border: 1px solid #800080;
}
.radio input:checked:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #800080;
  left: 3px;
}

strong, b {
  font-weight: normal !important;
}

#account-wishlist .icon-cart {
  padding: 8px 12px 4px 12px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }

  .qty-block {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }

  .logo {
    margin-right: 4.5rem;
  }

  .search {
    margin-right: 4.5rem;
  }

  .contact-us {
    margin-right: 4.5rem;
  }
}
@media (min-width: 992px) {
  .contact-time {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right */
@media (min-width: 768px) {
  #column-left {
    margin-bottom: 30px;
  }
  #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%;
  }

  .manufacturer-link {
    margin-bottom: 12px;
  }
  .manufacturer-link img {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
td .btn {
  padding: 6px 12px;
}

#account-wishlist .btn {
  margin-bottom: 5px;
}

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

.input-group-btn .btn {
  padding: 6px 12px;
}

.scroltop {
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 48px;
  width: 48px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  z-index: 200;
  transition: all 0.8s;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #800080;
}
.scroltop svg {
  margin-top: 20px;
}
.scroltop.active {
  opacity: 1;
  visibility: visible;
}

.no-scroll .scroltop {
  display: none;
}

#simplecheckout_shipping .radio label input {
  top: 12px;
}
.filter-vertical-header_title {
  display: none;
}

.mobile .filter-vertical {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 700;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  transform: translateX(-100%);
  background: #fff !important;
}
.mobile .filter-vertical_open {
  transform: translateX(0%);
}
.mobile .filter-vertical-header {
  position: relative;
  top: 0;
  background: #800080;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 15px;
  z-index: 1100;
  display: flex;
}
.mobile .filter-vertical-header_title {
  display: block;
  color: #fff;
}
.mobile .filter-vertical-close_btn {
  margin-left: auto;
  margin-right: -8px;
  width: 32px;
  height: 32px;
  background: url(../image/icon-close.svg) no-repeat 8px 8px transparent;
}
.mobile .rdf-form {
  padding: 15px;
  height: calc(100% - 56px);
  overflow-y: auto;
}
.mobile .btn-block.rdf-mobile-toggle {
  display: none !important;
}
.mobile .rdf-container {
  position: relative;
  opacity: 1 !important;
}
.mobile .rdf-picked {
  margin-bottom: 10px;
}
.mobile .btn-block.btn-material-reset {
  background: #800080 !important;
  color: #fff !important;
}
.mobile .mobile-filter-vertical-btn {
  display: flex;
  height: 45px;
  margin-bottom: 20px;
  border-radius: 2px;
  padding: 0 15px;
  color: #fff;
  background: #800080;
  align-items: center;
  justify-content: center;
}
.mobile .mobile-filter-vertical-btn span {
  margin-left: 10px;
}
.mobile .dream-filter.rdf-mobile-view .rdf-form {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border: none;
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile .dream-filter.rdf-mobile-view .rdf-footer {
  border-top: none;
}
.mobile .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 4px;
}
.mobile .scroltop {
  right: 78px;
}

.desctop .row {
  margin-right: -6px;
  margin-left: -6px;
}
.desctop div[class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

/*/////////////////////////////////////////////////////////////// */
@media (max-width: 991.98px) {
  .cart-btn {
    margin: 0 5px 0 0;
  }

  .product-info-wpapper {
    padding-left: 0;
  }

  .product-specification {
    margin-left: 0;
  }

  .mobile-search + .mobile-contacts {
    margin-left: 10px;
  }

  .mobile-contacts {
    display: block;
    position: relative;
    float: left;
    height: 45px;
    width: 25px;
  }
  .mobile-contacts .icon-contacts {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 25px;
    padding-top: 2px;
    line-height: 45px;
    text-align: left;
    color: #fff;
  }
  .mobile-contacts .icon-contacts .fa {
    font-size: 20px;
  }

  .contacts_active .contact-us {
    display: block;
    position: absolute;
    background: #fcfcfc;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 15px;
    z-index: 100;
    left: 15px;
  }
  .contacts_active .contact-us .contact-phone_fax {
    margin-top: 10px;
  }
  .contacts_active .contact-us .contact-time {
    margin-top: 10px;
  }
  .contacts_active .contact-us::before {
    content: "";
    position: absolute;
    left: 7px;
    top: -16px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fcfcfc;
  }
  .contacts_active .contacts-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 3px;
    right: 3px;
    text-align: center;
  }
  .contacts_active .contacts-close .fa {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-right: -4px;
    margin-left: -4px;
  }

  div[class*=col-] {
    padding-right: 4px;
    padding-left: 4px;
  }

  .form-group div[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .category-wall .category-wall-item {
    margin: 4px 0;
  }

  .category-list > div {
    margin-bottom: 8px;
  }

  .category-item-text {
    line-height: 1.1;
  }

  .product-carousel .product-layout {
    padding: 4px 4px !important;
  }

  .manufacturer-carousel .manufacturer-layout {
    padding: 4px 4px !important;
  }

  .slideshow-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .product-grid {
    margin-bottom: 8px;
  }

  .pagination-row {
    margin-top: 12px;
  }

  .product-content h4 a {
    font-size: 14px;
  }

  .product-content .btn-cart {
    font-size: 16px;
    padding: 6px 15px;
  }

  .results {
    margin-top: 15px;
    text-align: left;
  }

  .product-price {
    margin: 1rem 25px 1rem 0;
  }

  .product-info-wpapper .btn-cart {
    padding: 10px 25px;
  }

  .product-info-wpapper .btn-wishlist {
    margin: 1rem 0 1rem 25px;
  }

  footer .marker-list {
    margin-bottom: 30px;
  }

  .sorter {
    margin: 0;
    position: relative;
    order: 2;
  }
  .sorter select {
    width: 200px;
  }
  .sorter label {
    display: none;
  }

  .limiter {
    order: 1;
  }
  .limiter select {
    width: 100px;
  }
  .limiter label {
    display: none;
  }

  .manufacturer-link {
    margin-bottom: 8px;
  }

  .manufacturer-text {
    line-height: 19px;
  }

  .blog-item .image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-item .caption {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .toolbar-products {
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .column-trigger {
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px;
    display: flex;
    position: relative;
    order: 0;
  }
  .column-trigger::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 7px;
    background: #34495e;
  }
  .column-trigger.column-trigger_active::before {
    width: 8px;
  }
  .column-trigger.column-trigger_active::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 18px;
    left: 16px;
    background: #34495e;
  }

  .grid-two-column {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-two-column::before {
    display: none;
  }

  .two-column {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mobile .product-content {
    overflow: hidden;
    padding-top: 10px;
  }
  .mobile .product-content h4 {
    line-height: 1.1;
    margin-top: 0;
  }
  .mobile .product-content .product-price-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
  }
  .mobile .product-content .price-new {
    font-size: 20px;
    line-height: 20px;
  }
  .mobile .product-content .price-old {
    font-size: 14px;
    line-height: 1.5;
  }
  .mobile .product-content .price {
    font-size: 20px;
  }
  .mobile .product-content .btn-cart {
    padding: 3px 12px;
    width: 100%;
    margin-top: 7px;
  }
  .contacts_active .contact-us::before {
    left: 33px;
  }

  .dream-filter {
    margin-bottom: 16px;
  }

  .category-wall .category-wall-name h4 {
    margin: 4px 5px;
    font-size: 14px;
  }

  .mobile-catalog-btn {
    display: flex;
  }

  #common-home .heading-title {
    padding-top: 20px !important;
    line-height: 1;
    margin: 0 0 11px 0;
    font-size: 25px;
  }

  .breadcrumb {
    font-size: 12px;
    margin: 15px 0 20px 0;
    line-height: 1.5;
  }

  #content > h1 {
    font-size: 25px;
    margin: 0 0 15px 0;
  }

  .thumbnails {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .thumbnails .thumbnail {
    margin-bottom: 15px;
  }
  .thumbnails li {
    margin: 0;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .thumbnails .image-additional {
    float: none;
    margin: 0;
    width: 50%;
  }

  footer h5, h3.review-title, h3.related-title, h1, .h1, h2, .h2 {
    font-size: 25px;
  }

  .registered-users h2 {
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  .mobile .header-logo .logo {
    width: 160px;
  }
  .mobile .limiter select {
    width: 70px;
  }
  .mobile .sorter select {
    width: 180px;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
