/**
 *
 * @author sHa
 * @package NikaMebel
 * @version 17.5.14
 * Converted from Stylus to CSS with CSS Custom Properties
 *
 */

:root {
  /* Responsive breakpoints */
  --mobile: screen and (min-width: 320px) and (max-width: 425px);
  --tablet: screen and (min-width: 426px) and (max-width: 768px);
  --laptop: screen and (min-width: 769px) and (max-width: 1440px);
  --wide: screen and (min-width: 1441px) and (max-width: 2560px);

  /* Color variables */
  --color-main: #fbc02d;
  --color-backback: #f7f2e4;
  --color-backwhite: #fff;
  --color-text: #666;
}

body {
  font-family: 'Exo 2', 'Open Sans', sans-serif;
  font-weight: 300;
  color: var(--color-text);
  font-size: 15px;
  line-height: 20px;
  width: 100%;
}

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

h1 {
  font-size: 37px;
}

h2 {
  font-size: 33px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

a {
  color: #7b5625;
}

a:hover {
  color: #7b5625;
  text-decoration: underline;
}

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

label {
  font-size: 0.8em;
  font-weight: normal;
}

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

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

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  font-size: 1.5rem;
  border-bottom: 0;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--color-main);
}

/* top */
#top {
  padding: 4px 0px 3px 0;
  margin: 0 0 10px 0;
  min-height: 40px;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

/* search */
#search {
  margin-bottom: 1em;
  display: flex;
  margin-top: 1em;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 0;
  border-right: 0;
  flex: 1 1;
  background-color: #fff;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 10px;
  text-shadow: 0 1px 0 #FFF;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-left: 0;
  flex: 0 0;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart > .btn {
  line-height: 20px;
  color: #FFF;
  background-color: initial;
  background-image: none;
  border-color: initial;
  box-shadow: none;
  color: #c39e5a;
  text-shadow: initial;
  font-size: 20px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

#cart.open > .btn {
  background-image: none;
  background-color: #FFF;
  color: var(--color-text);
  box-shadow: none;
  text-shadow: none;
}

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

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

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

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

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

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

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

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

/* menu */
#menu {
  background-color: var(--color-main);
  min-height: 40px;
}

#menu .nav > li > a {
  color: #fff;
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
}

#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;
  width: 100%;
}

#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;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--color-main);
}

#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;
  background-color: transparent;
  box-shadow: initial;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #fff;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #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: 600px;
  /* background-color: rgba(228, 210, 161, 0.9); */
  padding: 2rem;
  font-size: 20px;
  line-height: 30px;
}

/* footer */
footer {
  margin-top: 0;
  padding-top: 30px;
  background-color: #303030;
  color: #e2e2e2;
  position: relative;
}

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

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* Common */
.alert {
  padding: 8px 14px 8px 14px;
  border-radius: 0;
}

.breadcrumb {
  margin: 2rem 0 2rem 0;
  padding: 8px 0;
  border-radius: 0;
  background-color: initial;
  font-size: 1.5rem;
}

.breadcrumb a {
  /* color: #fff; */
  font-weight: 500;
}

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

.breadcrumb>li {
  text-shadow: 0 1px 7px #fff;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li+li:before {
  content: '';
  padding: 0;
}

.breadcrumb>li:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #7b5625;
  border-bottom: 1px solid #7b5625;
  transform: rotate(-45deg);
}

.pagination {
  margin: 0;
}

.pagination li span,
.pagination li a {
  border-radius: 0 !important;
}

.pagination>li>a,
.pagination>li>span {
  background: var(--color-main);
  border: initial;
  color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background: var(--color-backback);
  color: #333;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 3;
  color: #444;
  background-color: var(--color-backback);
}

/* buttons */
.buttons {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
}

.btn {
  padding: 7.5px 12px;
  font-size: 1.3rem;
  border: 0;
  border-radius: 0;
}

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

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

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

.btn i {
  font-size: 16px;
}

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

.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: #777;
  background-color: #fff;
  border-color: #ddd #ddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  color: #fff;
  background-color: var(--color-main);
  font-weight: 700;
}

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

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

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

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  border-color: #bd362f #bd362f #802420;
}

.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: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

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

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

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

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #7b5625;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222;
  background-image: linear-gradient(to bottom, #333, #111);
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #f0ad05;
}

.buttons .btn {
  margin: 0 1rem;
}

.buttons .btn:first-child {
  margin-left: 0;
}

.buttons .btn:last-child {
  margin-right: 0;
}

/* List Group */
.list-group a {
  border: 0;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444;
  background-color: rgba(0, 0, 0, 0.1);
}

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

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* Product */
.price_rating {
  flex: 1 0;
}

.product-thumb {
  overflow: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  position: relative;
  align-items: center;
  padding: 1em 0 0 0;
}

.product-thumb .image {
  text-align: center;
  flex: 0 0;
}

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

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

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

.product-thumb .caption {
  flex: 1 1;
  font-size: .8em;
  line-height: 21px;
  margin: 1em 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

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

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  display: none;
}

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

.product-thumb .button-group {
  display: flex;
  border: 0;
  height: 50px;
  align-self: stretch;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

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

.product-thumb .button-group button {
  border: 0;
  background-color: var(--color-main);
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  flex: 1 1;
  padding: 0 1rem;
  font-size: 1.6rem;
}

.product-thumb .button-group button + button {
  flex: 0 0;
}

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

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

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

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: 0;
}

.thumbnails > img {
  width: 100%;
}

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

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

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

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

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

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

#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

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

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

/* navbar */
.navbar {
  border-radius: 0;
  font-size: 1.4rem;
}

.dropdown-menu {
  border-radius: 0;
}

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

.panel-default>.panel-heading {
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}

.panel.panel-default {
  border-radius: 0;
  border: none;
}

.panel-footer {
  border: none;
  background-color: initial;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin none;
  outline: 0 auto -webkit-focus-ring-color;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #f0ad05;
  border-color: #f0ad05;
}

.col-sm-9>h2 {
  margin: 0 0 2rem 0;
}

.list-group-item {
  border: 1px solid var(--color-main);
}

/* layout */
main {
  background-color: var(--color-backback);
  margin: 0;
  padding: 0 0 5rem 0;
  border: 0;
}

footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: -4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: var(--color-main);
}

.thumbnail {
  border-radius: 0;
}

.btn-group {
  display: flex;
}

.btn-group .btn.btn-default {
  background-color: var(--color-main);
  background-image: initial;
  border: 0;
}

.btn-group .btn-default.btn:hover {
  background-color: #f0ad05;
}

.btn-group .btn {
  color: #fff;
}

.btn-group .btn {
  text-transform: uppercase;
}

.tab-content {
  background-color: var(--color-backback);
  padding: 1rem;
}

.nav-tabs>li {
  background-color: var(--color-main);
  font-weight: 700;
  border-radius: 0;
  margin-right: .8rem;
  margin-bottom: 0;
}

.nav-tabs>li a {
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-right: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  border: 0;
  background-color: var(--color-backback);
  color: #555;
}

.nav-tabs>li.active {
  background-color: var(--color-backback);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background-color: initial;
  border: 0;
  border-bottom-color: initial;
}

.btn-group-sm>.btn,
.btn-sm {
  border-radius: 0;
}

.jumbotron {
  margin: 0;
  padding: 0;
}

header {
  margin-bottom: 1rem;
}

nav#menu {
  margin: 0;
}

.copyright {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

.btn-link:focus,
.btn-link:hover {
  color: #a7803f;
}

/* Product Grid  */
.products {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 426px) {
  .products>.product-grid {
    width: calc(100% - 2rem);
    margin: 1rem;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .products>.product-grid {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}

@media (min-width: 768px) {
  .products>.product-grid {
    width: calc(33.3333% - 2rem);
    margin: 1rem;
  }
}

.paginator {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.paginator .total {
  font-size: 1.4rem;
}

/* Phone links */
.phone a:hover {
  text-decoration: none;
}

.phone.kyivstar,
.phone.lifecell,
.phone.vodafone {
  background-size: 18px;
  background-position-x: 100%;
  background-position-y: center;
  padding-right: 25px;
  background-repeat: no-repeat;
}

.phone.kyivstar {
  background-image: url("../image/kyivstar.svg");
}

.phone.lifecell {
  background-image: url("../image/lifecell.svg");
}

.phone.vodafone {
  background-image: url("../image/vodafone.svg");
}

/* sidebar */
aside#column-right {
  /* background-color: #e2cf9e; */
  border-left: 1px solid #b6a383;
}

.uah-text {
  font-size: .6em;
  color: #bba17e;
  margin-left: .3em;
}

/* forms */
.form-control,
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='search'],
input[type='url'],
input[type='time'],
textarea,
select {
  border-radius: 0;
  box-shadow: none !important;
  transition: .4s ease all;
}

.form-control:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='url']:focus,
input[type='time']:focus,
textarea:focus,
select:focus {
  border-color: var(--color-main);
}

/* Image hover effects */
.product-thumb .image img+img {
  display: none;
}

.product-thumb .image:hover img+img {
  display: block;
}

.product-thumb .image:hover img {
  display: none;
}

.product-thumb .image img:only-child {
  display: block !important;
}

/* Header phone */
header .phone {
  color: #c39e5a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

header .phone a {
  color: #c39e5a;
}

header .phone a:hover {
  text-decoration: none;
}

/* Mirroring */
body.mirrored .mfp-content .mfp-img,
.mirror {
  transform: scaleX(-1);
}

button.close {
  font-family: 'Open Sans';
}

/* Owl Carousel */
.owl-carousel {
  background-color: transparent !important;
}

.owl-wrapper-outer {
  border-radius: 0 !important;
  border: 0 !important;
}

.owl-carousel .title {
  position: absolute;
  z-index: 10;
}

@media (min-width: 320px) and (max-width: 425px) {
  .owl-carousel .title {
    font-size: 3rem;
    bottom: 1rem;
    left: 1rem;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .owl-carousel .title {
    font-size: 4rem;
    bottom: 3rem;
    left: 1rem;
  }
}

@media (min-width: 769px) and (max-width: 1440px) {
  .owl-carousel .title {
    font-size: 9rem;
    bottom: 5rem;
    left: 1rem;
  }
}

@media (min-width: 1441px) and (max-width: 2560px) {
  .owl-carousel .title {
    font-size: 9rem;
    bottom: 5rem;
    left: 1rem;
  }
}

.owl-carousel .title a {
  color: #ffffc7;
  text-shadow: 0 2px 8px #333;
}

.owl-carousel .title a:hover {
  text-decoration: none;
}

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

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

.phone a span {
  font-size: .7em;
}

.list-group-item {
  background-color: initial;
}

.list-group {
  margin-top: 1em;
}

.contacts {
  text-align: right;
}

/* Actions */
.actions {
  background-color: var(--color-backback);
  margin: 10px -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}

.actions .form-group {
  width: 160px;
  margin: 0;
}

.actions label.input-group-addon {
  background-color: initial;
  border: none;
}

.actions .form-control {
  background-color: transparent;
  border-radius: 0;
}

.model {
  font-size: .7em;
}

/* Tables */
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th {
  border: 1px solid #e4d3a7;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid transparent;
  border-bottom: 1px solid #e4d3a7;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border: 1px solid transparent;
  border-bottom: 1px solid #e4d3a7;
}

.text-danger {
  color: #fb3d2d;
}

.reviews {
  padding: 0 .5em;
}

.rating {
  margin: 1em 0;
}

.rating a:hover {
  text-decoration: none;
}

/* Quantity input */
input#input-quantity {
  width: 40px;
  height: auto;
  background-color: var(--color-main);
  color: #fff;
  font-weight: 700;
  border: none;
  border-color: #f0ad05;
}

input#input-quantity:hover {
  background-color: #f0ad05;
}

.form-group {
  position: relative;
}

/* Color options */
[data-option_name='color'] {
  display: flex;
  flex-wrap: wrap;
  position: static;
}

[data-option_name='color'] span {
  display: none;
}

[data-option_name='color'] label {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  line-height: 14px;
  margin: 3px;
}

[data-option_name='color'] .radio {
  margin: 0;
  position: static;
}

[data-option_name='color'] .radio label {
  padding-left: 0;
}

[data-option_name='color'] input[type="radio"] {
  display: none;
}

[data-option_name='color'] input[type="radio"]:checked + img {
  outline: 2px solid #ceb17d;
  outline-offset: -6px;
}

[data-option_name='color'] input[type="radio"]:checked + img + span {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
}

.img-thumbnail {
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0;
}

.form-control {
  background-color: var(--color-backback);
}

.btn-primary:active:hover {
  background-color: var(--color-main);
  border: none;
}

/* LDSP */
.ldsp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.ldsp figure {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 1rem;
}

.ldsp figure figcaption {
  background-color: var(--color-main);
  text-align: center;
  font-size: 1.2em;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}

.ldsp figure img {
  object-fit: cover;
  object-position: left;
  display: block;
  margin: 0 auto;
  height: 100%;
}

.ldsp figure div {
  height: 300px;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-bottom: 0;
}

/* Tags */
.tags {
  margin-top: 1em;
  line-height: 40px;
}

.tags i {
  margin: 0 5px;
  line-height: 40px;
}

.tags a {
  background-color: #666;
  padding: 4px 5px 6px 10px;
  font-size: 15px;
  position: relative;
  z-index: 2;
  color: #dac594;
  font-weight: 500;
  margin-right: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.tags a:hover {
  text-decoration: none;
  background-color: var(--color-main);
  color: #fff;
}

.tags a:hover::before {
  background-color: var(--color-main);
}

.tags a:hover::after {
  background-color: #fff;
}

.tags a::before {
  content: '';
  position: absolute;
  right: -10px;
  height: 20px;
  width: 20px;
  background-color: #666;
  transform: rotate(45deg);
  top: 4px;
  z-index: -1;
  border-top-right-radius: 3px;
}

.tags a::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 12px;
  height: 4px;
  width: 4px;
  background-color: #dac594;
  border-radius: 50%;
}

/* Coupon */
.coupon {
  display: flex;
  margin: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.coupon label {
  flex: 1 0;
}

.coupon #button-coupon {
  flex: 0 0;
}

.coupon #input-coupon {
  flex: 1 0;
}

.option_desc {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #9a9690;
}

.option_desc:hover {
  color: #666;
}

.option_desc:hover a {
  color: #666;
}

.option_desc a {
  color: #9a9690;
}

/* CD Popup */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(229, 207, 151, 0.93);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-popup.is-visible .cd-popup-container {
  transform: translateY(0);
  min-height: 200px;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-40px);
  transition-property: transform;
  transition-duration: .3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

.cd-popup-container p {
  padding: 3em 1em;
}

.cd-popup-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-popup-container .cd-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cd-popup-container .cd-buttons li {
  background: var(--color-main);
  padding: 1rem 1rem;
  margin: 0 2px;
  width: 100%;
}

.cd-popup-container .cd-buttons li:hover {
  background: #f0ad05;
}

.cd-popup-container .cd-buttons li:first-child {
  margin-left: 0;
}

.cd-popup-container .cd-buttons li:last-child {
  background: #da4f49;
  margin-right: 0;
}

.cd-popup-container .cd-buttons a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  transition: background-color .2s;
}

.cd-popup-container .cd-buttons a:hover {
  text-decoration: none;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}

/* Cart */
.cart-table thead {
  background-color: #ffbf00;
  color: #fff;
  font-weight: 500;
}

.cart-cart {
  background-color: var(--color-backback);
}

.cart-cart table {
  background-color: #fff;
}

.cart-cart .buttons {
  padding: 3rem;
}

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