@charset "UTF-8";
#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 {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  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: #ff2d37; }
    ul.list_categories_dot_blade_php li > i.fa {
      position: absolute;
      cursor: pointer;
      top: 0;
      right: 0;
      font-size: 18px;
      padding: 10px 6px;
      transition: .2s; }
      ul.list_categories_dot_blade_php li > i.fa:hover {
        color: #ff2d37;
        background-color: #eee; }
      ul.list_categories_dot_blade_php li > i.fa.collapsed:before {
        content: "" !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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single-product-wrapper .single-product-actions input {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 33.33%;
      border: 1px solid #eee;
      text-align: center; }
    .single-product-wrapper .single-product-actions button {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      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 {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      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 {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      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: -webkit-box;
  display: -ms-flexbox;
  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: #ff2d37;
        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;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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;
  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%; }
  #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: .2s; }
    #product_filter_sidebar_dot_blade_php ul li > i.fa:hover {
      color: #ff2d37;
      background-color: #eee; }
    #product_filter_sidebar_dot_blade_php ul li > i.fa.collapsed:before {
      content: "" !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: #ff2d37; }
  .final-prices-table td {
    color: #fff; }

#order_items_total {
  background: #ff2d37;
  padding: 15px; }
  #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: 70vh;
    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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        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;
          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;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        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: #ff2d37;
            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: #ff2d37;
    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 */
