body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #401e03;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
/* default font-awesome size */
.fa, .fas, .far {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1, h2, h3, h4, h5, h6 {
  color: #5a2a05;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #813c07;
  -webkit-transition: 0.2s -background-color ease, 0.2s color ease;
  -moz-transition: 0.2s -background-color ease, 0.2s color ease;
  -o-transition: 0.2s -background-color ease, 0.2s color ease;
  transition: 0.2s background-color ease, 0.2s color ease;
}
p a, .alert a {
  font-weight: bold;
}
a:hover, a:focus {
  color: #8f4206;
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px
}
label {
  font-size: 12px;
  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;
}
textarea {
  resize: vertical;
}
.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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}
/* Nav tabs fix */
.nav-tabs {
  margin-bottom: 15px;
}
/* Dropdown font size fix */
.dropdown-menu {
  font-size: inherit;
}
/* Form controls color fix */
.form-control:focus {
  border-color: #a74b05;
}
/* Form required style */
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
/* Dropdown menu style */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #813c07;
  background-image: none;
  background-repeat: repeat-x;
}
/* Top */
#top {
  background-color: #813C07;
  padding: 5px 0px 4px 0;
  margin: 0 0 20px 0;
  min-height: 45px;
}
#top .container {
  padding: 0 20px;
}
/* Top dropdown */
#top .dropdown-menu {
  border-radius: 0px;
  background-color: #8f4206;
  color: #FFF;
  min-width: 100%;
  margin-top: 0px;
  border: none;
}
#top .dropdown-menu a:hover,
#top .dropdown-menu .btn:hover {
  text-decoration: none;
  color: #FFDDA7;
  background-color: #a74b05;
  background-image: none;
}
/* Top buttons and links */
#top .btn, #top a {
  color: #FFF;
  fill: #FFF;
  text-decoration: none;
  text-shadow: none;
  border: none;
  display: block;
  line-height: 17.15px;
  padding: 9px 12px;
}
#top .btn:hover, #top a:hover, #top .open > .btn, #top .open > a {
  background-color: #8f4206;
  color: #FFDDA7;
  fill: #FFDDA7;
}
#top .btn strong, #top a strong {
  font-size: 14px;
  line-height: 14px;
}
#top .btn .fa, #top a .fa {
  font-size: 17px;
  padding-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
#top .btn .fa-caret-down, #top a .fa-caret-down {
  font-size: 16px;
  padding: 0px;
}
#top .open .btn .fa-caret-down, #top .open a .fa-caret-down {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* Top links */
#top-links ul {
  margin-bottom: 0px;
}
#top-links li {
  padding: 0px;
}
#top-links a + a {
  margin-left: 15px;
}
/* Top currency and language */
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #currency_button,
#top #language_button {
  height: 17px;
  width: 39px;
  margin-bottom: -4px;
  padding-right: 5px;
}
/* Top language */
#top .language-select img {
  margin-top: -3px;
  padding-right: 5px;
}
#top .language-select .fas {
  padding-left: 10px;
}
/* Top currency */
#top .currency-select .currency_code {
  font-weight: 700;
  width: 35px;
  display: inline-block;
}
#top .currency-select .fas {
  padding-left: 10px;
}
/* Logo */
#logo {
  text-align: center;
  margin: 20px 0px 40px 0;
}
#logo a {
  margin: auto;
  display: inline-block;
}
#logo img {
  margin: auto;
  max-height: 120px;
}
/* Search */
#search {
  width: 250px;
}
/* Search Input */
#search input {
  position: absolute;
  width: 250px;
  right: 0;
  top: -22px;
  height: 35px;
  line-height: 20px;
  padding: 2px 35px 1px 10px;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  color: #FFF;
  border-bottom: 1px solid #8f4206;
}
#search input:focus {
  background-color: #8f4206;
}
/* Search button */
#search .input-group-btn {
  position: absolute;
  right: 0;
  top: -22px;
  height: 35px;
  width: 30px;
}
#search .input-group-btn .btn {
  padding: 8.5px 7.5px;
  text-align: center;
}
#search .input-group-btn .btn:hover {
  background-color: transparent;
}
#search .input-group-btn .btn .fa {
  padding: 0;
}
/* Cart */
#cart {
  margin-top: -2px;
}
#cart .btn {
  line-height: 17px;
}
#cart .btn .fa {
  margin-top: -3px;
}
/* Cart dropdown */
#cart .dropdown-menu {
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 250px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
}
#cart .dropdown-menu li > p {
  margin: 20px 0;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100vw;
    max-width: 100vw;
    right: -20px;
  }
  #cart .dropdown-menu li > div {
    width: 100vw;
    max-width: 100vw;
    min-width: 0px;
  }
}
/* Cart table */
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu .table tr {
  background-color: transparent;
}
#cart .dropdown-menu .table tr:hover {
  background-color: #a74b05;
}
#cart .dropdown-menu .table td {
  vertical-align: middle;
  border: none;
  white-space: nowrap;
}
#cart .dropdown-menu .table td a {
  padding: 0;
}
#cart .dropdown-menu .table td:first-of-type a {
  padding-left: 15px;
}
#cart .dropdown-menu .table td .img-thumbnail {
  border: none;
  padding: 0px;
}
/* Cart buttons */
#cart .cart-buttons {
  margin-bottom: 0px;
}
#cart .cart-buttons a {
  display: inline-block;
  width: 50%;
  margin: 0;
  text-align: center;
}
@media (max-width: 478px) {
  #cart .cart-buttons a {
    display: block;
    width: 100%;
  }
}
/* Menu */
#menu {
  min-height: 42px;
}
@media (min-width: 768px) {
  #menu {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,181,151,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(219,181,151,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,181,151,1) 50%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,181,151,1) 50%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(219,181,151,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(219,181,151,1) 50%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    height: 42px;
  }
  #menu .menu-container {
    background-color: #FFF;
    min-height: 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
}
/* Mobile menu */
#menu .mobile-header {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 41px;
  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: none;
  border: none;
  box-shadow: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  background-color: #8f4206;
}
@media (min-width: 768px) {
  #menu .navbar-collapse {
    position: relative;
    left: -50%;
    float: right;
  }
  #menu .navbar-collapse .navbar-nav {
    position: relative;
    left: 50%;
  }
  #menu .nav > li > a {
    color: #000;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
  }
  #menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #813C07;
  }
}
@media (max-width: 767px) {
  #menu .navbar-header {
    background-color: #813C07;
  }
  #menu .navbar-collapse {
    background-color: #8f4206;
    border: none;
  }
  #menu .nav > li > a {
    color: #fff;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
  }
  #menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #FFDDA7;
    background-color: #a74b05;
  }
}
/* Content */
#content {
  min-height: 600px;
}
/* Header first fix */
h1 + #content {
  margin-top: 15px;
}
#content > h1:first-child {
  margin-bottom: 40px;
}
/* Footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #813C07;
  border-top: 1px solid #8f4206;
  color: #e2e2e2;
}
footer h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #FFDDA7;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #8f4206;
}
/* Footer copyright */
footer p {
  text-align: center;
  font-size: 10px;
  margin: 0 0 20px;
}
/* Alert */
.alert {
  padding: 8px 14px 8px 14px;
}
.alert .fa {
  padding-right: 5px;
}
.alert.alert-dismissible {
  padding-right: 30px;
}
/* Breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Pagination */
.pagination.prev {
  float: left;
  width: 90px;
  height: 31px;
}
.pagination.next {
  float: right;
  width: 90px;
  height: 31px;
}
.pagination > li > a {
  color: #813c07;
}
.pagination > li.active > span {
  background-color: #813c07;
  font-weight: bold;
}
.pagination > li.active > span:hover {
  background-color: #8f4206;
  font-weight: bold;
}
/* Buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  font-weight: bold;
  -webkit-transition: 0.2s -background-color ease, 0.2s color ease;
  -moz-transition: 0.2s -background-color ease, 0.2s color ease;
  -o-transition: 0.2s -background-color ease, 0.2s color ease;
  transition: 0.2s background-color ease, 0.2s color ease;
}
.btn.btn-link {
  font-weight: normal;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.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: #ffffff;
  text-shadow: none;
  background-color: #813c07;
  background-image: none;
  border-color: #8f4206;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
  color: #FFDDA7;
  background-color: #733506;
  border-color: #8f4206;
}
.btn-default.focus, .btn-default:focus {
  color: #FFDDA7;
  background-color: #8f4206;
  border-color: #8f4206;
  box-shadow: none;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #FFDDA7;
  background-color: #8f4206;
  border-color: #8f4206;
  box-shadow: none;
}
.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #813c07;
  background-image: none;
  border-color: #8f4206;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #FFDDA7;
  background-color: #733506;
  border-color: #8f4206;
}
.btn-primary.focus, .btn-primary:focus {
  color: #FFDDA7;
  background-color: #8f4206;
  border-color: #8f4206;
  box-shadow: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #FFDDA7;
  background-color: #8f4206;
  border-color: #8f4206;
  box-shadow: none;
}

.btn-warning {
  color: #ffffff;
  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: #ffffff;
  text-shadow: none;
  background-color: #cf0000;
  background-image: none;
  border-color: #d40c00;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #FFDDA7;
  background-color: #b80000;
  border-color: #d40c00;
}
.btn-danger.focus, .btn-danger:focus {
  color: #FFDDA7;
  background-color: #d40c00;
  border-color: #d40c00;
  box-shadow: none;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #FFDDA7;
  background-color: #d40c00;
  border-color: #d40c00;
  box-shadow: none;
}



.btn-success {
  color: #ffffff;
  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: #555;
  text-shadow: none;
  background-color: #eee;
  background-image: none;
  border-color: #ccc;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #555;
  background-color: #dfdfdf;
  border-color: #ccc;
}
.btn-info.focus, .btn-info:focus {
  color: #555;
  background-color: #f3f3f3;
  border-color: #ccc;
  box-shadow: none;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #555;
  background-color: #f3f3f3;
  border-color: #ccc;
  box-shadow: none;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* 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;
}
/* Carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: "Font Awesome 5 Free";
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
}
/* Product thumb */
.product-thumb {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-thumb:after {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.product-thumb .product-thumb-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* Product thumb image */
.product-thumb .image {
  text-align: center;
  width: 100%;
  height: 100%;
}
.product-thumb .image a {
  display: flex;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transition: 0.2s -opacity ease, 0.3s -webkit-transform ease;
  -moz-transition: 0.2s -opacity ease, 0.3s -moz-transform ease;
  -o-transition: 0.2s -opacity ease, 0.3s -o-transform ease;
  transition: 0.2s opacity ease, 0.3s transform ease;
}
.product-thumb:hover .image a img {
  opacity: 0.8;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* Product thumb content */
.product-thumb .caption {
  padding: 0px 20px;
  background-color: rgba(255,255,255,0.9);
  margin-top: -100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  box-shadow: #000 0px 0px 10px;
}
.product-thumb .caption .title-product a {
  color: #000;
}
.product-thumb .caption .title-product a:hover {
  color: #813C07;
}
.product-thumb .caption .rating {
  padding-bottom: 15px;
  margin-top: -10px;
}
/* Product thumb price */
.product-thumb .caption .price {
  color: #444;
  text-align: center;
  font-size: 20px;
}
.product-thumb .caption .price .price-old {
  color: #666;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .caption .price .price-tax {
  color: #666;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
/* Product thumb buttons */
.product-thumb .caption .button-group {
  text-align: center;
  overflow: auto;
}
.product-thumb .caption .button-group button {
  border: none;
  display: inline-block;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
}
.product-thumb .caption .button-group button:hover {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
/* Rating global style */
.rating .fa-stack {
  font-size: 10px;
}
.rating .far.fa-star {
  color: #813c07;
  font-size: 16px;
}
.rating .fa.fa-star {
  color: #813c07;
  font-size: 15px;
}
.rating .fa.fa-star + .far.fa-star {
  color: #813c07;
}
/* Product page fix */
@media (max-width: 767px) {
  .product-page {
    padding: 0;
  }
}
/* Product label */
.product-label {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
}
.product-label > ul {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.product-label > ul:first-of-type {
  padding-top: 0px;
}
/* Product label rating fix */
.product-label .rating {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
/* Product images */
.product-label .thumbnails-images {
  margin: 0px -15px;
}
/* Product main image */
.product-label .product-image a {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  display: block;
}
.product-label .product-image-additional a {
  height: 100px;
  width: auto;
  overflow: hidden;
  background-color: #000;
  display: inline-block;
}
.product-label .product-image a img, .product-label .product-image-additional a img {
  width: 100%;
  -webkit-transition: 0.2s -opacity ease, 0.3s -webkit-transform ease;
  -moz-transition: 0.2s -opacity ease, 0.3s -moz-transform ease;
  -o-transition: 0.2s -opacity ease, 0.3s -o-transform ease;
  transition: 0.2s opacity ease, 0.3s transform ease;
}
.product-label .product-image a:hover img, .product-label .product-image-additional a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* Product additional images */
.product-label .thumbnails-images .product-additional-images-container {
  text-align: center;
  background-color: #f0f0f0;
}
.product-label .thumbnails-images .product-additional-image-container {
  overflow: hidden;
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.product-label .thumbnails-images .product-additional-image-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-label .product-additional-image-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-label .product-additional-image-content .image {
  text-align: center;
  width: 100%;
  height: 100%;
}
.product-label .product-additional-image-content .image a {
  display: flex;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.product-label .product-additional-image-content:hover .image a img {
  opacity: 0.8;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product-label .product-additional-image-content .image a img {
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transition: 0.2s -opacity ease, 0.3s -webkit-transform ease;
  -moz-transition: 0.2s -opacity ease, 0.3s -moz-transform ease;
  -o-transition: 0.2s -opacity ease, 0.3s -o-transform ease;
  transition: 0.2s opacity ease, 0.3s transform ease;
}
/* Product buttons */
.product-label .product-buttons {
  display: block;
}
.product-label .product-buttons > button {
  width: 20%;
}
.product-label .product-buttons > button:last-of-type {
  width: 60%;
}
/* Product related */
.product-label > .product-thumb {
  margin-bottom: 0;
}
.product-label > .product-thumb:last-of-type {
  margin-bottom: 15px;
}
/* Review rating fix */
#form-review .rating {
  float: right;
  margin-bottom: -3px;
}
/* Review rating form */
#form-review .rating-radio {
  display: inline-block;
  vertical-align: middle;
}
#form-review .rating-radio .radio {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 0 0 5px;
  width: 20px;
}
#form-review .rating-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form-review .rating-radio .radio:before , #form-review .rating-radio .radio:after {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #813c07;
  position: absolute;
  left: 5px;
  top: 2px;
}
#form-review .rating-radio .radio:before {
  content: '\f005';
  font-weight: 900;
}
#form-review .rating-radio .radio:after {
  content: '\f005';
  font-weight: 400;
}
#form-review .rating-radio:hover .radio:before {
  content: '\f005' !important;
}
#form-review .rating-radio input[type="radio"]:checked ~ .radio:before {
  content: '';
  color: #a74b05;
}
#form-review .rating-radio:hover input[type="radio"]:hover ~ .radio:before {
  content: '' !important;
}
.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%;
}
/* Content 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;
  }
}
/* fixed colum 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: 50px;
}
/* Title line */
.title-line {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.title-line:before {
  border-top: 2px solid #dfdfdf;
  content:"";
  margin: 0 auto;
  position: absolute;
  top: 50%; left: 0; right: 0; bottom: 0;
  width: 80%;
  z-index: -1;
}
.title-line span { 
  background: #fff; 
  padding: 0 15px; 
}

/* Additional */
.first-bold p:first-of-type {
  font-weight: bold;
}
.first-center p:first-of-type {
  text-align: center;
}
.table.vertical-middle > tbody > tr > td, .table.vertical-middle > tbody > tr > th, .table.vertical-middle > tfoot > tr > td, .table.vertical-middle > tfoot > tr > th, .table.vertical-middle > thead > tr > td, .table.vertical-middle > thead > tr > th {
  vertical-align: middle;
}
/* Image popup animation */
.mfp-bg.mfp-fade, .mfp-wrap.mfp-fade {
  opacity: 0;
  -webkit-transition: 0.3s -opacity ease;
  -moz-transition: 0.3s -opacity ease;
  -o-transition: 0.3s -opacity ease;
  transition: 0.3s opacity ease;
}
.mfp-wrap.mfp-fade.mfp-ready {
  opacity: 1;
}
.mfp-bg.mfp-fade.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-fade.mfp-removing, .mfp-wrap.mfp-fade.mfp-removing {
  opacity: 0;
}
.mfp-bottom-bar {
  white-space: nowrap;
}
/* breadcrumbs hide */
.breadcrumb {
  display: none;
}