@charset "UTF-8";
.product-details select {
  margin-bottom: 0;
}
.product-details a {
  display: block;
}

.product-img {
  margin-bottom: 5px;
}
.product-img .product-actions.active {
  opacity: 1;
}
.product-img .product-actions.active a {
  color: #e95e49;
  background-color: transparent;
}
.product-img .product-actions.active a:hover {
  background-color: #e95e49;
  color: #fff;
}

.product-details h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 46px;
}

.p-rating {
  margin-bottom: 10px;
  width: 100%;
}
.p-rating .rating_starOff,
.p-rating .rating_starOn {
  display: inline-block;
  vertical-align: -3px;
  max-width: 90px;
  width: 90px;
  height: 18px;
  background: url("../images/rating.png") left top repeat-x;
}
.p-rating .rating_starOn {
  display: block;
  background-position: left bottom;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

#modalAddToCartProduct .modal-dialog, .modal-md {
  width: 736px;
}

.modal .modal-content {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.modal .modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal .modal-content .modal-header .close {
  color: #fff;
}
.modal .modal-content .modal-body {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid #999;
  text-align: center;
}
.modal .modal-content .modal-body .desktop .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content .modal-body .desktop .row > div {
  flex: 0 0 50%;
}
.modal .modal-content .modal-body .desktop .row > div:first-of-type {
  border-right: 1px solid #ccc;
}

.tt-modal-messages {
  font-size: 18px;
  margin-bottom: 10px;
}
.tt-modal-messages i {
  font-size: 16px;
  margin-right: 5px;
}

h2.tt-title {
  font-size: 14px;
  margin-top: 10px;
}

.tt-total {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.tt-total .tt-price {
  font-size: 20px;
}

.column2 > * {
  margin-bottom: 10px;
}

.btn-lg {
  line-height: 2.5;
}

.btn-stroke:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #modalAddToCartProduct .modal-dialog {
    width: 420px;
    margin: 10px auto;
  }
}
.modal-messages {
  font-size: 18px;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  #modalAddToCartProduct .modal-dialog {
    width: 270px;
  }
}
.product-actions .btn-text {
  padding: 12px 34px;
}

small p, .small p {
  font-size: 12px;
  line-height: 18px;
}

.disabled {
  pointer-events: none;
}

.shop_table .order_item td.product-thumbnail {
  width: 100px;
}
.shop_table .order_item td.product-name {
  width: auto;
}
.shop_table .order_item td.product-subtotal {
  width: 150px;
}
.shop_table .order_item .order-thumb {
  width: 150px;
}
.shop_table .order_item .order-thumb img {
  width: 130px;
}
.shop_table tfoot th {
  font-size: 18px;
  font-weight: bold;
}
.shop_table tfoot td {
  color: red;
}
.shop_table tfoot td span.code {
  font-weight: bold;
}

.order-table th {
  width: 300px;
  font-weight: bold;
}

.entry-comments .comment-content {
  padding-left: 0;
}

.comment-body {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.icon-size {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  width: 32px;
  height: 32px;
  background: url("../img/size.png?1") left top no-repeat;
  background-size: contain;
}

#modalSizeTable .modal-sm .modal-body {
  background-color: #000;
}

@media (min-width: 768px) {
  #modalSizeTable .modal-sm {
    width: 500px;
  }
}
#modalSizeTable .modal-body img {
  width: 100%;
  height: auto;
}

.input_autocomplete {
  background-image: url(../images/combobox.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 12px;
  height: 16px;
  width: 275px;
  margin-top: 4px;
}

.autocomplete-suggestions {
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  overflow-y: auto;
  color: #333;
  font-size: 14px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: default;
}
.autocomplete-suggestions .selected {
  background: #F0F0F0;
}
.autocomplete-suggestions div {
  padding: 2px 5px;
  white-space: nowrap;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #e95e49;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #E9E9E9;
  cursor: pointer;
}

.contact-form {
  position: relative;
}
.contact-form .overlap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 2;
  opacity: 0.8;
}
.contact-form .overlap .comment-result {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.contact-form .overlap .comment-result > div {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px;
}
.contact-form .overlap .comment-result .success {
  color: green;
}
.contact-form .overlap .comment-result .error {
  color: red;
}

.comment-form {
  position: relative;
}
.comment-form .overlap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  opacity: 0.9;
}
.comment-form .overlap .comment-result {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.comment-form .overlap .comment-result > div {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px;
}
.comment-form .overlap .comment-result .success {
  color: darkgreen;
}
.comment-form .overlap .comment-result .error {
  color: darkred;
}

.badge {
  display: inline-block;
  min-width: 15px;
  padding: 3px 7px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e95e49;
  border-radius: 10px;
  margin-left: 5px;
}

ul.left-menu {
  text-transform: uppercase;
}
ul.left-menu li {
  position: relative;
}
ul.left-menu li a {
  display: inline-block;
  padding: 10px 0;
}
ul.left-menu li.selected a {
  font-weight: bold;
}
ul.left-menu .menu-list:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
ul.left-menu .menu-list a {
  padding-right: 0;
}
ul.left-menu .menu-list > ul {
  display: none;
}
ul.left-menu .menu-list.active:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
ul.left-menu .menu-list.active > .items {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  width: 100%;
}
ul.left-menu .menu-list.active > ul {
  display: block;
}

.more-less {
  display: block;
  padding: 10px 0;
  text-align: right;
}

.adaptive-buttons {
  display: none;
}
.adaptive-buttons a:hover, .adaptive-buttons a:focus, .adaptive-buttons a:visited {
  text-decoration: none;
}

.navbar-header .fa, .nav-right .fa {
  font-size: 19px;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-header .fa-phone, .nav-right .fa-phone {
    padding-top: 4px;
    padding-right: 10px;
  }

  .adaptive-buttons {
    display: block;
  }

  .catalogue.pt-80 {
    padding-top: 20px;
  }
  .catalogue.pt-80 .btn-link {
    color: #555;
  }
  .catalogue.pt-80 .btn-link:visited, .catalogue.pt-80 .btn-link:hover, .catalogue.pt-80 .btn-link:focus {
    text-decoration: none;
  }

  .left-sidebar {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .adaptive-categories,
.adaptive-filter {
    display: none;
  }

  .adaptive-filter {
    margin-top: 50px;
  }
  .adaptive-filter:after {
    content: "";
    display: block;
    border-bottom: 3px solid #e5e9ec;
    margin: 22px auto 0;
    z-index: 1;
    position: relative;
  }

  .adaptive-categories:after {
    content: "";
    display: block;
    border-bottom: 3px solid #e5e9ec;
    margin: 22px auto 0;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 640px) {
  .result-count {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }
}
.pagination {
  text-align: center;
}
.pagination > a, .pagination > span {
  float: none;
}

article .entry-title a {
  color: #ff0000;
}
article .entry-title a:hover {
  color: #444;
}

.masonry .entry-content img {
  height: auto;
}

.comment-form label, .comment-form small {
  color: #fff;
}

.ecommerce-ordering {
  width: 300px;
}
.ecommerce-ordering label {
  color: #6c6c6c;
  font-size: 16px;
  padding-top: 4px;
}
.ecommerce-ordering select {
  float: right;
  width: 200px;
  background-color: #ccc;
  height: 32px;
  padding: 0 6px;
}

.filter-by-price input#amount,
.filter-by-price .ui-slider .ui-slider-handle {
  color: #fff;
}

.logo-wrap {
  width: 150px;
}

.variant-price {
  padding-bottom: 10px;
}
.variant-price select {
  float: left;
  width: 105px;
  float: left;
  padding-left: 5px;
  height: 36px;
  color: #111111;
}
.variant-price > div {
  float: right;
  height: 36px;
  vertical-align: bottom;
}
.variant-price > div .price ins {
  font-size: 24px;
}
.variant-price > div .price del {
  vertical-align: middle;
  margin-right: 3px;
}

.address-field input[type=text] {
  margin-bottom: 0;
}

.page-title.narrow .container {
  height: 50px;
}

@media (max-width: 500px) {
  .variant-price {
    padding-bottom: 10px;
  }
  .variant-price select {
    float: none;
    width: 100%;
  }
  .variant-price > div {
    float: none;
    vertical-align: bottom;
    text-align: center;
  }
}
@media (max-width: 641px) {
  .tab-navs {
    display: none;
  }

  .product-tab-content > .tab-pane {
    display: block;
  }
  .product-tab-content > .tab-pane.fade {
    opacity: 1;
  }
}
.modal b {
  color: #111111;
  font-size: 16px;
}

.langink {
  padding: 10px;
  margin-right: 5px;
  margin-top: 5px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.langink:hover {
  color: #b3b3b3;
}

.navbar-nav > li > a {
  padding: 0 11px;
}

.filter-btn {
  margin-top: 30px;
}

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

  .nav-wrap {
    background-color: #000;
  }

  .navigation.sticky .navbar-nav > li > a {
    line-height: 1;
  }

  .navbar-nav .dropdown-submenu > i {
    display: none;
  }

  .filter-btn {
    width: 750px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .filter-btn.sm-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #000;
    left: 0;
    padding: 15px;
    z-index: 9999;
  }
}
@media (max-width: 765px) {
  .filter-btn {
    width: 100%;
    padding: 15px 0 0;
  }
}
@media (max-width: 420px) {
  .add-to-cart {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .add-to-cart {
    font-size: 10px;
  }
}
.nav-right li {
  padding-right: 22px;
}
.nav-right li.nav-langlink {
  font-size: 16px;
}
.nav-right li.nav-langlink a {
  color: #fff;
}
.nav-right li.nav-langlink a:hover {
  color: #b3b3b3;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.container.alert, .modal-alert {
  padding: 7px 5px 5px;
  text-align: center;
  background-color: red;
  margin-top: 10px;
  color: #fff;
}

.required.alert {
  background-color: red;
}

.shop_table .product-name > a, .shop_table .product-price > span, .shop_table .product-subtotal > span {
  color: #ffffff;
}

.shop_table td.product-subtotal,
.shop_table th.product-subtotal {
  border-right: 1px solid #e5e9ec;
}

.tp-caption > p {
  color: inherit;
}

.product_meta span a {
  color: red;
}

#owl-shop-items-slider2 .product-item {
  padding: 0 15px;
  margin-bottom: 0;
}

.social-icon {
  width: 26px;
  height: 26px;
  padding: 2px;
  margin-left: 2px;
}
.social-icon:hover {
  opacity: 0.8;
}

.h26 {
  height: 26px;
}

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