@import "base-mmenu.css";
style.mm-listitem {
  display: none !important;
}

#mm-1 .mm-navbar__title > span {
  width: 100% !important;
}

nav.mm-menu_offcanvas {
  border-right: 1px solid #ddd;
}
nav.mm-menu_offcanvas .mm-navbar__title {
  background: #a40021 !important;
}
nav.mm-menu_offcanvas .mm-navbar__title span {
  color: #fff;
}
nav.mm-menu_offcanvas .mm-navbar__title form {
  position: relative;
}
nav.mm-menu_offcanvas .mm-navbar__title form input {
  padding: 6px 20px;
  border-radius: 18px;
  border: 1px solid #fff;
  height: 36px;
  margin: 14px 0;
}
nav.mm-menu_offcanvas .mm-navbar__title form button {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 12px;
  color: #333;
  background: transparent;
  font-size: 18px;
}
nav.mm-menu_offcanvas .mm-navbar__title form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
nav.mm-menu_offcanvas .mm-navbar__title form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
nav.mm-menu_offcanvas .mm-navbar__title form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
nav.mm-menu_offcanvas .mm-navbar__title form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
nav.mm-menu_offcanvas .mm-panel, nav.mm-menu_offcanvas .mm-navbar__title {
  background: #fff;
}
nav.mm-menu_offcanvas a.mm-listitem__text {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px 20px !important;
  white-space: normal;
  line-height: 1;
}
nav.mm-menu_offcanvas li > a.mm-btn_next {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
nav.mm-menu_offcanvas .bmrgnophn {
  margin-top: 12px;
}
nav.mm-menu_offcanvas .trans-none > a.mm-listitem__text {
  font-size: 14px !important;
  text-transform: none !important;
  padding: 12px 10px 12px 20px !important;
}
nav.mm-menu_offcanvas .trans-none:after {
  display: none;
}
nav.mm-menu_offcanvas .trans-none > .mm-listitem__btn:after {
  display: none;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(90vw, 0, 0) !important;
}

.mm-wrapper__blocker.mm-slideout {
  left: -10vw;
  height: 45px;
}

.mm-wrapper__blocker {
  text-align: center;
  width: 10vw;
  padding-top: 10px;
  background: transparent;
}
.mm-wrapper__blocker > a {
  font-family: FontAwesome, sans-serif !important;
}
.mm-wrapper__blocker > a:before {
  content: "\f00d";
  font-size: 26px;
  color: #333;
  display: none;
}

.top-nav .sf-menu.mm-listview a, .mm-btn_next {
  padding: 16px 20px !important;
}

.mm-listitem:after {
  left: 0 !important;
}

.mm-btn_next {
  border: none !important;
}
.mm-btn_next:after {
  right: 12px !important;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFoundation%20%2F%20Icon%20%2F%2024%20%2F%20Control%20%2F%20Arrow%20%2F%20Right%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%2F%3E%3Cpath%20fill%3D%22%23222%22%20d%3D%22M12%203l10.001%209.496-10%209.501-.689-.726L20%2012.996H2v-1h18l-8.688-8.271z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center right/100% no-repeat;
  content: "" !important;
  font-family: sans-serif;
  transform: none !important;
  border: none !important;
  height: 20px !important;
  width: 16px !important;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  height: 100vh;
}

body > .mm-wrapper__blocker.mm-slideout {
  z-index: 3;
}

.top-nav.mm-menu, .nav.sf-menu {
  z-index: 2 !important;
}

@media screen and (max-width: 992px) {
  #floating_sidebar, #floating_sidebar-r {
    margin-left: -275px;
    padding: 0 !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: visible !important;
    display: none;
  }
  #floating_sidebar h5.vk-heading, #floating_sidebar-r h5.vk-heading {
    color: #fff !important;
  }
  #floating_sidebar h5.vk-heading:after, #floating_sidebar-r h5.vk-heading:after {
    background-color: #fff !important;
  }
  #floating_sidebar > div:last-of-type, #floating_sidebar-r > div:last-of-type {
    max-width: 275px;
    z-index: 1;
    position: relative;
    min-height: 100%;
    background: #fff;
    padding: 15px;
  }
  #floating_sidebar > div:last-of-type #kategoria-search-text, #floating_sidebar-r > div:last-of-type #kategoria-search-text {
    background: #a40021 !important;
    color: #fff !important;
  }
  #floating_sidebar > div:last-of-type #kategoria-search-text::-moz-placeholder, #floating_sidebar-r > div:last-of-type #kategoria-search-text::-moz-placeholder {
    color: #fff !important;
  }
  #floating_sidebar > div:last-of-type #kategoria-search-text::placeholder, #floating_sidebar-r > div:last-of-type #kategoria-search-text::placeholder {
    color: #fff !important;
  }
  #floating_sidebar > div:last-of-type [name=keyword], #floating_sidebar > div:last-of-type select, #floating_sidebar-r > div:last-of-type [name=keyword], #floating_sidebar-r > div:last-of-type select {
    margin-bottom: 10px !important;
  }
  #floating_sidebar label, #floating_sidebar-r label {
    color: #303849;
    display: block;
    margin-bottom: 0;
  }
  #floating_sidebar a, #floating_sidebar-r a {
    float: none;
    padding: 10px 0;
    margin-top: 0;
  }
  #floating_sidebar strong, #floating_sidebar-r strong {
    margin-top: 15px;
    display: block;
  }
  #floating_sidebar .form-group, #floating_sidebar-r .form-group {
    margin-bottom: 0;
  }
  #floating_sidebar-r {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: -275px;
  }
  #floating_sidebar-r > div:last-of-type {
    width: 275px;
    float: right;
  }
  #floating_sidebar-r i.fa-times {
    right: auto;
    left: 20px;
  }
  #sdbr-ovrl, #sdbr-ovrl-r {
    position: fixed;
    display: block !important;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: pointer;
  }
  #sdbr-ovrl .fa, #sdbr-ovrl-r .fa {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #fff;
  }
  .phone-kategoria-filter {
    padding: 10px;
    margin: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #aaa;
    border-top: 2px solid #aaa;
  }
  .phone-kategoria-filter .row > div:first-of-type {
    border-right: 2px solid #aaa;
  }
  .phone-kategoria-filter i.fa {
    font-size: 22px;
    vertical-align: middle;
  }
  #toggleSideFilter, #toggleSideSort {
    text-align: center;
    font-weight: bold;
  }
  #toggleSideFilter img, #toggleSideSort img {
    height: 18px;
    vertical-align: middle;
  }
}
#productAddedToCart,
#productNotAddedToCart,
#productsAllInCart {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.77);
  cursor: pointer;
}
#productAddedToCart div,
#productNotAddedToCart div,
#productsAllInCart div {
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 26px;
  color: white;
}
#productAddedToCart div i.fa,
#productNotAddedToCart div i.fa,
#productsAllInCart div i.fa {
  margin-bottom: 15px;
}

#productNotAddedToCart {
  background: rgba(169, 31, 29, 0.77);
}

ul.list_categories_dot_blade_php {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
ul.list_categories_dot_blade_php ul {
  padding-left: 10px;
}
ul.list_categories_dot_blade_php li {
  position: relative;
}
ul.list_categories_dot_blade_php li > span {
  line-height: 18px;
  display: block;
  padding: 10px 26px 10px 8px;
}
ul.list_categories_dot_blade_php li > span a {
  color: #b8ad81;
}
ul.list_categories_dot_blade_php li > i.fa {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  font-size: 18px;
  padding: 10px 6px;
  transition: 0.2s;
}
ul.list_categories_dot_blade_php li > i.fa:hover {
  color: #b8ad81;
  background-color: #eee;
}
ul.list_categories_dot_blade_php li > i.fa.collapsed:before {
  content: "\f107" !important;
}
ul.list_categories_dot_blade_php > li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}

.single-product-wrapper {
  position: relative;
  border: 1px solid #eee;
  height: 100%;
  padding-bottom: 30px;
}
.single-product-wrapper h3 {
  font-size: 16px;
  color: #282828;
}
.single-product-wrapper p {
  text-align: center;
  line-height: 20px;
  color: #878787 !important;
}
.single-product-wrapper .single-product-image-wrapper {
  position: relative;
}
.single-product-wrapper .single-product-image-wrapper .single-product-badge-wrapper {
  position: absolute;
  top: 15px;
  right: -10px;
}
.single-product-wrapper .single-product-image-wrapper .single-product-badge-wrapper span {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.single-product-wrapper .single-product-image-wrapper .single-product-badge-wrapper .single-product-badge-new {
  background-color: #3599ff;
}
.single-product-wrapper .single-product-image-wrapper .single-product-badge-wrapper .single-product-badge-sale {
  background-color: #ff4d5c;
}
.single-product-wrapper .single-product-content .single-product-pricing del,
.single-product-wrapper .single-product-content .single-product-pricing span {
  display: block;
}
.single-product-wrapper .single-product-content .single-product-pricing del {
  font-size: 14px;
  color: #878787 !important;
}
.single-product-wrapper .single-product-content .single-product-pricing span {
  font-size: 16px;
  color: #282828;
}
.single-product-wrapper .single-product-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.single-product-wrapper .single-product-actions input {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 33.33%;
  border: 1px solid #eee;
  text-align: center;
}
.single-product-wrapper .single-product-actions button {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 66.66%;
  background-color: #ff4d5c;
  color: #fff;
  border: none;
  border-left: none;
  border-bottom: none;
  line-height: 34px;
}
.single-product-wrapper .single-product-actions span {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  background-color: #ff4d5c;
  color: #fff;
  padding: 3px 0;
  line-height: 30px;
}
.single-product-wrapper .single-product-actions .single-product-unavailable {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  background-color: #ff4d5c;
  color: #fff;
  line-height: 34px;
}

.single-product-block .single-product-content {
  padding: 15px;
}
.single-product-block .single-product-content h3 {
  text-align: center;
}
.single-product-block .single-product-content .single-product-pricing {
  text-align: center;
}

#product_variants_dot_blade_php > div {
  display: flex;
  margin-bottom: 10px;
}
#product_variants_dot_blade_php > div label {
  font-size: 16px;
  margin: 3px 0 5px;
  min-width: 145px;
}

#cart_dot_blade_php h4.singleproducttitle {
  padding-bottom: 0;
  font-weight: normal;
  margin-bottom: 9px;
  padding-right: 30px;
  border-bottom: none;
}
#cart_dot_blade_php h4.singleproducttitle a {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  font-size: 18px;
  color: #333;
}
#cart_dot_blade_php h4.singleproducttitle a span {
  text-decoration: underline;
}
#cart_dot_blade_php h4.singleproducttitle a small {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
#cart_dot_blade_php h4.singleproductquantity span {
  font-weight: normal;
}
#cart_dot_blade_php #cart-subpage-total-prices {
  margin-top: 15px;
}
#cart_dot_blade_php #cart-subpage-total-prices h4,
#cart_dot_blade_php #cart-subpage-total-prices h3 {
  font-weight: 400;
  color: #333;
}
#cart_dot_blade_php #cart-subpage-total-prices h3 {
  font-size: 24px;
}
#cart_dot_blade_php #cart-subpage-total-prices h4 {
  font-size: 20px;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item {
  position: relative;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .remove-from-cart-subpage {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  line-height: 19px;
  width: 21px;
  text-align: center;
  font-style: normal;
  color: #333;
  z-index: 1;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .cart-item-quantity-wrap {
  display: flex;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .cart-item-quantity-wrap input.form-control {
  border: none;
  border-bottom: 1px solid #555;
  color: #333;
  margin: 0 3px 0 6px;
  width: 66px;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  background: #fff;
  padding: 0;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .cart-item-quantity-wrap .quantity-input-wrap {
  width: 102px;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .cart-item-quantity-wrap .quantity-input-wrap span {
  display: inline-block;
  color: #333;
  margin-right: 6px;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .cart-item-quantity-wrap i.fa {
  line-height: 22px;
  width: 24px;
  text-align: center;
  border: 1px solid #555;
  border-radius: 50%;
  font-size: 10px;
  color: #555;
  margin-top: 5px;
  cursor: pointer;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .header-cart-item-pricing {
  text-align: right;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .header-cart-item-pricing strong {
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #333;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .header-cart-item-pricing strong span {
  font-weight: 400;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .header-cart-item-pricing i {
  font-style: normal;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item .header-cart-item-pricing i span {
  color: #b8ad81;
  text-decoration: line-through;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item > .row {
  border-bottom: 2px solid #eee;
  padding: 10px 15px 10px;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item > .row > div:nth-of-type(1) {
  text-align: center;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item > .row > div:nth-of-type(1) img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
  width: auto;
  width: 100%;
  height: 80px;
  max-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item > .row h3 {
  padding-bottom: 0;
  font-weight: normal;
  margin-bottom: 9px;
  padding-right: 30px;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item > .row h3 a {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  font-size: 18px;
  color: #333;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item > .row h3 a span {
  text-decoration: underline;
}
#cart_dot_blade_php #cart_items .single-cart-subpage-item > .row h3 a small {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #cart_dot_blade_php .single-cart-subpage-item > .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #cart_dot_blade_php .single-cart-subpage-item > .row > div:first-of-type {
    margin-bottom: 15px;
  }
  #cart_dot_blade_php .single-cart-subpage-item > .row h3 {
    padding-right: 0 !important;
  }
  #cart_dot_blade_php .single-cart-subpage-item > .row .quantity-input-wrap {
    width: auto !important;
  }
  #cart_dot_blade_php .single-cart-subpage-item > .row .quantity-input-wrap input.form-control {
    margin: 0px 2px 0 3px !important;
    width: 32px !important;
  }
  #cart_dot_blade_php .single-cart-subpage-item > .row .quantity-input-wrap span {
    margin-right: 4px;
  }
}

@media screen and (min-width: 767px) {
  #order-process-form-wrapper .row-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
#order-process-form-wrapper h4.singleproducttitle {
  padding-bottom: 0;
  font-weight: normal;
  margin-bottom: 9px;
  padding-right: 30px;
  border-bottom: none;
}
#order-process-form-wrapper h4.singleproducttitle a {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  font-size: 18px;
  color: #333;
}
#order-process-form-wrapper h4.singleproducttitle a span {
  text-decoration: underline;
}
#order-process-form-wrapper h4.singleproducttitle a small {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
#order-process-form-wrapper h4.singleproductquantity span {
  font-weight: normal;
}
#order-process-form-wrapper input[type=email],
#order-process-form-wrapper input[type=text],
#order-process-form-wrapper select {
  height: 40px;
}
#order-process-form-wrapper input[type=email],
#order-process-form-wrapper input[type=text],
#order-process-form-wrapper select,
#order-process-form-wrapper textarea {
  border-radius: 0;
  font-size: 14px;
}
#order-process-form-wrapper label,
#order-process-form-wrapper p {
  font-size: 14px;
  color: #555;
}
#order-process-form-wrapper table tr td {
  vertical-align: middle;
  text-align: center;
}
#order-process-form-wrapper [for=ship_to_different] {
  font-size: 15px;
}
#order-process-form-wrapper .agree-terms {
  line-height: 1.1;
  font-size: 15px;
  text-align: center;
  display: block;
}
#order-process-form-wrapper .agree-terms a {
  font-weight: bold;
}
#order-process-form-wrapper .td-product-image img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
  width: auto;
  width: 100%;
  height: 80px;
  max-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
#order-process-form-wrapper .final-prices-table {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
#order-process-form-wrapper .final-prices-table tr td {
  border: none;
  font-size: 15px;
  padding: 6px 15px;
}
#order-process-form-wrapper .final-prices-table tr td:first-of-type {
  text-align: left !important;
}
#order-process-form-wrapper .final-prices-table tr td:last-of-type {
  text-align: right !important;
}
#order-process-form-wrapper .final-prices-table tfoot td {
  font-size: 17px;
}
#order-process-form-wrapper [type=submit] {
  margin-top: 15px;
  width: 100%;
}
#order-process-form-wrapper .delivery-method-details span,
#order-process-form-wrapper .payment-method-details span {
  display: block;
  margin-top: 10px;
}
#order-process-form-wrapper .single-delivery-method img,
#order-process-form-wrapper .single-payment-method img {
  height: 48px;
  margin-right: 10px;
}
#order-process-form-wrapper .single-delivery-method label,
#order-process-form-wrapper .single-payment-method label {
  margin-bottom: 0;
  font-size: 16px !important;
  padding-left: 0 !important;
  display: block !important;
  padding-right: 60px;
  width: 100%;
  position: relative;
}
#order-process-form-wrapper .single-delivery-method label input,
#order-process-form-wrapper .single-payment-method label input {
  margin-right: 10px;
}
#order-process-form-wrapper .single-delivery-method label i,
#order-process-form-wrapper .single-payment-method label i {
  position: absolute;
  right: 30px;
}
#order-process-form-wrapper .single-delivery-method i,
#order-process-form-wrapper .single-payment-method i {
  font-size: 16px;
  margin-left: 15px;
  color: #333;
}
#order-process-form-wrapper .col-xs-4 {
  padding-left: 0;
}
#order-process-form-wrapper .ignoreNiceLabel {
  font-size: 15px !important;
}
#order-process-form-wrapper h3 {
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .niceLabels .form-group {
    position: relative;
  }
  .niceLabels .form-group label:not(.ignoreNiceLabel) {
    position: absolute;
    left: 6px;
    top: 4px;
    font-size: 12px !important;
    line-height: 12px;
  }
  .niceLabels .form-group label:not(.ignoreNiceLabel):after {
    content: ":";
    display: inline-block;
  }
  .niceLabels .form-group input,
  .niceLabels .form-group select {
    padding: 10px 12px 8px;
    padding-top: 20px;
    height: auto !important;
  }
  .ignoreNiceLabel {
    font-size: 15px !important;
  }
  .ignoreNiceLabel strong {
    display: block;
  }
  #order_delivery_and_payment img {
    height: 24px !important;
  }
  #order_delivery_and_payment i.pull-right {
    top: 16px !important;
  }
  .bigCheckbox [type=checkbox],
  .bigCheckbox [type=checkbox][name=ship_to_different] {
    height: 30px !important;
    width: 30px !important;
    line-height: 1;
    float: left;
    margin-right: 10px;
    margin-top: 0;
  }
  .bigCheckbox strong {
    line-height: 1 !important;
  }
  .bigCheckbox label {
    line-height: 1;
  }
  .agree-terms {
    text-align: left !important;
  }
  .agree-terms a {
    color: #555;
  }
  h4 {
    text-align: center;
  }
  #order_items_total {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #order_items_total h4 {
    font-size: 17px !important;
  }
  #order_items_total #spolu-s-dph {
    font-size: 22px !important;
  }
}
#summary-details label {
  font-size: 17px;
}
#summary-details .order-summary-detail {
  font-size: 15px;
}

#addresses_dot_blade_php .single-address {
  border: 1px solid #eee;
  padding: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
  min-height: 145px;
  margin-bottom: 30px;
}
#addresses_dot_blade_php .single-address input,
#addresses_dot_blade_php .single-address select {
  background: transparent;
  border: none;
  box-shadow: none;
  height: auto;
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
  margin: 3px 0;
  padding: 2px 6px;
}
#addresses_dot_blade_php .single-address small {
  font-weight: normal;
}
#addresses_dot_blade_php .single-address [edit] {
  padding-left: 10px;
  cursor: pointer;
}
#addresses_dot_blade_php .single-address button {
  margin-top: 10px;
  padding: 3px 6px;
}
#addresses_dot_blade_php .single-address [type=checkbox] {
  display: none;
}
#addresses_dot_blade_php .single-address button.upd {
  background-color: rgba(207, 215, 255, 0.25);
}
#addresses_dot_blade_php .single-address button.del {
  background-color: rgba(255, 193, 198, 0.25);
}
#addresses_dot_blade_php .single-address .close {
  margin: 0;
  margin-bottom: 10px;
}
#addresses_dot_blade_php .single-address .input-placeholder > div {
  padding-bottom: 4px;
}
#addresses_dot_blade_php .new-address {
  border: 1px solid #eee;
  cursor: pointer;
  padding: 15px;
  display: inline-block;
  font-size: 14px;
}
#addresses_dot_blade_php .new-address span {
  padding-right: 10px;
}
#addresses_dot_blade_php ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222;
}
#addresses_dot_blade_php ::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}
#addresses_dot_blade_php :-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
#addresses_dot_blade_php :-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog {
  max-width: 992px;
}
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog .modal-content {
  border-radius: 0;
}
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog .modal-content .modal-body {
  margin-top: 0;
}
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog .modal-content .modal-body form {
  margin-top: 0;
}
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog .modal-content .modal-body input,
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog .modal-content .modal-body select {
  padding: 8px;
  margin-bottom: 10px;
  width: 100%;
}
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog .modal-content .modal-body input[type=checkbox],
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog .modal-content .modal-body select[type=checkbox] {
  width: auto;
  margin-right: 5px;
}
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog .modal-content .modal-body label {
  margin-right: 15px;
}
#addresses_dot_blade_php .modal[role=dialog] .modal-dialog .modal-content .modal-body button.close {
  background: transparent;
  font-size: 20px;
}
#addresses_dot_blade_php .input-wrapper span {
  font-size: 14px;
}
#addresses_dot_blade_php .input-wrapper:first-of-type span {
  font-weight: bold;
  display: block;
}

#product_filter_sidebar_dot_blade_php ul li {
  border-bottom: 1px solid #eee;
  position: relative;
}
#product_filter_sidebar_dot_blade_php ul li label {
  line-height: 18px;
  display: block;
  padding: 6px 26px 6px 8px;
  font-size: 14px;
}
#product_filter_sidebar_dot_blade_php ul li label input {
  margin-right: 5px;
}
#product_filter_sidebar_dot_blade_php ul li > i.fa {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  font-size: 18px;
  padding: 10px 6px;
  transition: 0.2s;
}
#product_filter_sidebar_dot_blade_php ul li > i.fa:hover {
  color: #b8ad81;
  background-color: #eee;
}
#product_filter_sidebar_dot_blade_php ul li > i.fa.collapsed:before {
  content: "\f107" !important;
}

#productFilterLoader {
  position: relative;
  height: 100%;
  min-height: 300px;
  width: 100%;
}
#productFilterLoader span {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.final-prices-table {
  background: #b8ad81;
}
.final-prices-table td {
  color: #fff;
}

#order_items_total {
  background: #b8ad81;
  padding: 15px;
}
#order_items_total h4.order_items_total_title {
  margin-top: 14px;
}
#order_items_total h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
#order_items_total h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
}

#order_single_item_tr .singleproducttitle {
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#order_single_item_tr .singleproducttitle a {
  color: #333 !important;
}
#order_single_item_tr .td-product-image {
  width: 96px;
}
#order_single_item_tr .td-product-description {
  padding-left: 30px;
}
#order_single_item_tr .singleproductquantity {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  color: #555;
}
#order_single_item_tr .singleproductprices {
  color: #555;
  font-size: 20px;
  margin-bottom: 0;
  text-align: right;
}
#order_single_item_tr .singleproductprices small {
  display: block;
  margin-bottom: 3px;
}

#order_delivery_and_payment .single-delivery-method,
#order_delivery_and_payment .single-payment-method {
  padding: 15px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
#order_delivery_and_payment .single-delivery-method label,
#order_delivery_and_payment .single-payment-method label {
  display: inline-block;
  padding-left: 15px;
  font-size: 15px;
}

#header-cart-html {
  min-width: 480px;
  background: #eee;
}
#header-cart-html .header_cart_dot_blade_php .form-group {
  margin-bottom: 5px;
}
#header-cart-html .header_cart_dot_blade_php .form-group .alert {
  margin-bottom: 0;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper {
  overflow-y: auto;
  max-height: 60vh;
  padding: 5px 15px;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item {
  padding-top: 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  padding-bottom: 10px;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item:not(:last-of-type) {
  margin-bottom: 10px;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div {
  padding: 0 10px;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:first-of-type {
  flex: 0 0 25%;
  max-width: 25%;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:first-of-type img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
  width: auto;
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) {
  position: relative;
  flex: 0 0 75%;
  max-width: 75%;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) h4 {
  font-weight: normal;
  margin-bottom: 12px;
  padding-right: 30px;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) h4 a {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  font-size: 18px;
  color: #333;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) h4 a span {
  text-decoration: underline;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) h4 a small {
  text-decoration: none;
  color: #333;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) strong {
  font-weight: 500;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) strong span {
  font-weight: 400;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) .header-cart-item-pricing i {
  font-style: normal;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) .header-cart-item-pricing i span {
  color: #b8ad81;
  text-decoration: line-through;
}
#header-cart-html .header_cart_dot_blade_php .header_cart_items_wrapper .header_cart_single_item > div:nth-of-type(2) span.remove-item-from-header-cart {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  border: 1px solid #333;
  border-radius: 50%;
  line-height: 19px;
  width: 21px;
  text-align: center;
}
#header-cart-html .header_cart_dot_blade_php > a {
  background: #b8ad81;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 11px 16px;
  display: block;
  text-align: center;
}
#header-cart-html .header_cart_dot_blade_php > a:hover {
  background: #444;
  color: #fff;
}
#header-cart-html .header_cart_dot_blade_php > a i.fa-angle-right {
  margin-left: 10px;
}
#header-cart-html a.close-header-cart,
#header-cart-html span.header-cart-title {
  display: none;
}

@media screen and (max-width: 767px) {
  #header-cart-html {
    height: 100vh;
    min-width: 0;
    background: #fff !important;
    border: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    right: 0 !important;
    margin: 0 !important;
  }
  #header-cart-html h4 {
    text-align: left;
  }
  #header-cart-html .header_cart_items_wrapper {
    max-height: 100% !important;
    overflow: hidden;
  }
  #header-cart-html .header_cart_dot_blade_php {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #eee;
    height: 100%;
    overflow-y: auto;
  }
  #header-cart-html .header_cart_single_item {
    border: none;
  }
  #header-cart-html a {
    color: #333;
  }
  #header-cart-html .col-md-6 {
    width: 50% !important;
    float: left;
  }
  #header-cart-html span.header-cart-title {
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    line-height: 48px;
    font-size: 24px;
    top: 0;
    display: block;
    color: #333;
    padding-left: 15px;
    width: 100%;
    background: #fff;
  }
  #header-cart-html a.close-header-cart {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-weight: 300;
    color: #fff;
    font-size: 30px;
  }
  #header-cart-html a.go-to-cart-page-btn {
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: -1px -3px 10px rgba(0, 0, 0, 0.2);
  }
}/*# sourceMappingURL=default-eshop.css.map */