/*
Theme Name: Starter kit for WordPress
Theme URI: http://www.wordpress.com
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: boon
*/
:root {
  --color: #c5380c;
  --color-hover: #912d0e; }

*:focus {
  outline: 0 !important; }

body {
  font-family: 'Ubuntu', sans-serif;
  overflow-x: hidden;
  margin-top: 125px; }
  body.home {
    margin-top: 400px; }

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    text-decoration: none; }

.woocommerce-error {
  border: none;
  display: none; }

.wrapper {
  position: relative; }
  .wrapper:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 100%;
    background: #f8f9fb;
    z-index: -1; }

.woocommerce-notices-wrapper {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1001;
  max-width: 350px;
  min-width: 300px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  text-align: left;
  padding: 20px;
}
.woocommerce-message {
  border: 3px solid #8fae1b;
}

.woocommerce-invalid.checkout-acceptance span {
  color: #a00;
}
.checkout-acceptance span a {
  text-decoration: underline;
  color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none; }

.btn-primary {
  background: var(--color);
  border-color: var(--color); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: var(--color-hover) !important;
    background-color: var(--color-hover) !important;
    border-color: var(--color-hover); }
.btn-primary.disabled, .btn-primary:disabled {
  background: #777;
  border-color: #777;
}
.account-orders .order__, .woocommerce-edit-address .order__ {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  padding: 10px 0;
  -webkit-box-shadow: 0 28px 24px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 28px 24px rgba(0, 0, 0, 0.17);
  box-shadow: 0 28px 24px rgba(0, 0, 0, 0.17);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .burger__menu {
    width: 60px;
    height: 19px; }
    .burger__menu:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 4px;
      background: #000; }
    .burger__menu span:after, .burger__menu span:before {
      display: block;
      content: '';
      position: absolute;
      width: 40px;
      height: 4px;
      background: #000;
      right: 0; }
    .burger__menu span:after {
      top: 100%; }
    .burger__menu span:before {
      top: 0; }

.responsive__menu .burger__menu:after {
  display: none;
}
.keywords span {
  font-size: 12px;
  color: #999;
}
.responsive__menu .burger__menu span:after, .responsive__menu .burger__menu span:before {
  top: 50%;
}
.responsive__menu .burger__menu span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.responsive__menu .burger__menu span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

  header .menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    header .menu li {
      display: inline-block; }
header .menu li:last-child {
  display: none;
}
header .menu li a {
  font-size: 14px;
  color: #363636;
  font-weight: 700;
  text-transform: uppercase; }
header .menu li:after {
  display: inline-block;
  content: '|';
  font-size: 14px;
  color: #363636;
  margin: 0 5px 0 5px; }
header .menu li:last-child:after, header .menu li:nth-child(4):after {
  display: none; }
  header .icons-menu a span {
    font-size: 12px;
    color: #363636;
    text-transform: uppercase;
    font-weight: 700; }
header .icons-menu a.header-phone span {
  font-size: 16px;
  font-weight: 500;
}

.pack-info {
  font-size: 14px;
  margin: 0;
}

body.scrolled header {
  /*-webkit-transform: translateY(-100%);*/
  /*-moz-transform: translateY(-100%);*/
  /*-ms-transform: translateY(-100%);*/
  /*-o-transform: translateY(-100%);*/
  /*transform: translateY(-100%); */
}
body.scrolled header .logo img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
body.scrolled header .logo img {
  max-width: 60px;
}

.responsive__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1900;
  background: #fff;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
  .responsive__menu.active {
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .responsive__menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .responsive__menu ul li {
      display: block;
      margin: 10px 0; }
      .responsive__menu ul li a {
        display: inline-block;
        font-size: 30px;
        color: #000; }

.woocommerce .products:after {
  display: block;
  content: '';
  background: #f8f9fb;
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: -1; }
.woocommerce .products .product {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
  .woocommerce .products .product .woocommerce-loop-product__title {
    font-size: 15px;
    color: #363636;
    height: 40px; }
    .woocommerce .products .product .woocommerce-loop-product__title a {
      color: #363636; }
  .woocommerce .products .product span.price {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
    color: var(--color); }
  .woocommerce .products .product .add_to_cart_button {
    background: #ffffff;
    border: 1px solid #d0d3d9;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 55px 11px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .woocommerce .products .product .add_to_cart_button span.icon {
      position: absolute;
      top: -4px;
      right: 0;
      width: 44px;
      height: 44px;
      background: #dddddd;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .woocommerce .products .product .add_to_cart_button:hover span.icon {
      background: var(--color); }
    .woocommerce .products .product .add_to_cart_button:hover svg {
      fill: #fff; }

/* Product page */
.single-product .product > .row > div {
  background: #ffffff; }

.woocommerce div.product .product_title {
  font-size: 23px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 0; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  margin: 0;
  float: none; }

.tabs {
  border-bottom: 1px solid #bdbdbd; }
  .tabs li a {
    display: block;
    padding: 5px;
    font-size: 12px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #bdbdbd;
    position: relative;
    top: 1px; }
    .tabs li a.active {
      color: var(--color);
      border-bottom-color: #fff; }
  .tabs li:first-child {
    margin-right: -1px; }

.tabs-content > div {
  display: none;
  padding: 5px;
  margin-top: 5px; }
  .tabs-content > div p {
    font-size: 15px;
    line-height: 18px;
    color: #363636; }
  .tabs-content > div.active {
    display: block; }

select#pa_ambalaj, .reset_variations {
  display: none !important; }

.custom-wc-variations label, .select-zona-livrare label {
  cursor: pointer;
  width: fit-content; }
  .custom-wc-variations label input, .select-zona-livrare label input {
    display: none; }
  .custom-wc-variations label span, .select-zona-livrare label span {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #363636; }
    .custom-wc-variations label span:before, .select-zona-livrare label span:before {
      display: inline-block;
      content: '';
      width: 30px;
      height: 30px;
      background: #fff;
      border: 1px solid #d0d3d9;
      margin-right: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
  .custom-wc-variations label input:checked + span:before, .select-zona-livrare label input:checked + span:before {
    background: var(--color);
    border-color: var(--color);
    background-image: url(img/radio_image_check.png);
    background-position: center center;
    background-repeat: no-repeat; }
.variations h4, .up-sell__attributes h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #363636;
}
.cart-variation-info {
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  font-style: italic;
}
.weight span {
  font-size: 19px;
  color: #8d8d8d; }

.single_variation_wrap, .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.qty-modifier {
  display: flex;
  align-items: center;
  justify-content: center; }
  .qty-modifier .quantity .qty {
    width: 50px;
    height: 50px;
    border: 1px solid #dedede;
    text-align: center; }

.woocommerce-variation-price {
  margin-right: 30px; }
  .woocommerce-variation-price .woocommerce-Price-amount {
    color: var(--color);
    font-size: 23px; }

.woocommerce-variation-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.qty-modifier {
  margin-right: 30px; }
  .qty-modifier > button {
    line-height: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #363636; }

.single_add_to_cart_button {
  background: #ffffff !important;
  border: 1px solid #d0d3d9 !important;
  color: #000 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  padding: 11px 15px 11px 55px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important; }
  .single_add_to_cart_button span.icon {
    position: absolute;
    top: -3px;
    left: -1px;
    width: 44px;
    height: 44px;
    background: var(--color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

input.qty::-webkit-inner-spin-button, input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.up-sell__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001; }
  .up-sell__popup .up-sell__popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
  .up-sell__popup .up-sell--inner__popup {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 950px;
    height: auto;
    overflow: auto;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .up-sell__popup .up-sell--inner__popup .up-sell__close {
      border: none;
      background: #000;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      z-index: 2;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .up-sell__popup .up-sell--inner__popup .up-sell_body .weight {
      font-size: 19px;
      color: #8d8d8d; }
    .up-sell__popup .up-sell--inner__popup .up-sell_body h2 {
      font-size: 23px;
      color: #363636; }
    .up-sell__popup .up-sell--inner__popup .up-sell_body .permalink a {
      font-size: 17px;
      color: #363636;
      font-weight: 700; }
    .up-sell__popup .up-sell--inner__popup .up-sell_body .up-sell__attributes {
      border-bottom: 1px solid #ffffff; }
.up-sell__popup .up-sell--inner__popup .up-sell_body .up-sell__products {
  display: none;
}
    .up-sell__popup .up-sell--inner__popup .up-sell_body .price {
      font-size: 23px;
      color: var(--color); }
    .up-sell__popup .up-sell--inner__popup .up-sell_body .secondary-addToCart {
      background: #fff;
      color: #000;
      font-size: 17px;
      font-weight: 700;
      border: 1px solid #d0d3d9;
      position: relative;
      padding: 11px 15px 11px 80px !important;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .up-sell__popup .up-sell--inner__popup .up-sell_body .secondary-addToCart .icon {
        position: absolute;
        top: -1px;
        left: 0;
        background: var(--color);
        width: 50px;
        height: 50px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
    .up-sell__popup .up-sell--inner__popup .up-sell_body label span {
      position: relative;
      font-size: 16px;
      display: block;
      font-weight: 400;
      color: #363636; }
      .up-sell__popup .up-sell--inner__popup .up-sell_body label span:before {
        display: block;
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        left: 0;
        text-align: center;
        background: #d8d8d8;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px; }
    .up-sell__popup .up-sell--inner__popup .up-sell_body label input {
      display: none; }
      .up-sell__popup .up-sell--inner__popup .up-sell_body label input:checked + span:before {
        content: '';
        background: var(--color);
        background-image: url(img/radio_image_check.png);
        background-position: center center;
        background-repeat: no-repeat; }
    .up-sell__popup .up-sell--inner__popup .up-sell_body .up-sell__products label span:before {
      background: #fff;
      border-color: #ffbb14; }

.category-list {
  width: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  top: 124px;
  background: #ffffff;
  z-index: 2; }
.category-list > .container {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
  background-color: transparent;
}
  .category-list .category-list_scroller {
    position: relative;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%; }
  .category-list .category-list__head h4 {
    text-transform: uppercase;
    font-size: 21px;
    color: #363636; }
  .category-list img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .category-list .category-list__element {
    display: block; }
    .category-list .category-list__element h4 {
      font-size: 15px;
      margin-top: 10px;
      color: #363636;
      padding-bottom: 20px; }
.category-list .category-list__element.active h4 {
  color: var(--color);
}
.home.scrolled .category-list .category-list_scroller > div {
  width: 90px;
  margin: 0 !important;
  white-space: break-spaces;
}
.home.scrolled .category-list .category-list_scroller > div.top {
  position: relative;
  top: -17px;
}
.single-product .category-list {
  position: relative;
  top: auto;
  background: #f8f9fb;
  margin-top: 50px; }

body.scrolled.home {
  margin-top: 200px; }
  body.scrolled.home .category-list {
    border-bottom: none;
    padding-bottom: 0;
    top: 72px;
    padding-top: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
body.scrolled.home .category-list > .container {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
    body.scrolled.home .category-list h4 {
      padding-bottom: 10px;
      font-size: 14px; }
    body.scrolled.home .category-list img {
      max-width: 50px; }
  body.scrolled.home .category-list__head {
    display: none; }

.category-title {
  font-size: 27px;
  color: #363636;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #d7d7d7; }

.order--now {
  position: fixed;
  width: 350px;
  background: #3d3d3d;
  bottom: 20px;
  right: 15px;
  z-index: 3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#to_payment {
  background: #3d3d3d; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  position: relative;
  top: auto;
  left: auto; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  text-align: center; }

.back-to-category a {
  font-size: 17px;
  color: #363636;
  font-weight: 700; }
.back-to-category a:before {
  display: inline-block;
  content: '';
  margin-right: 15px;
  background: url(img/single-arrow.png) no-repeat center;
  width: 7px;
  height: 12px;
}

.home .products > div:first-child h4 {
  border-top: none; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
  text-align: center; }
  .woocommerce-account .woocommerce-MyAccount-navigation span {
    font-size: 14px;
    color: #000; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #d0d3d9;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 0;
  right: 20px;
  height: 100%;
  width: auto !important; }

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  margin-left: 0;
  margin-top: 10px;
  display: block; }

footer .menu li {
  display: inline-block; }
  footer .menu li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #363636;
    font-weight: 700; }
  footer .menu li:after {
    display: inline-block;
    content: '|';
    font-size: 14px;
    color: #363636;
    margin: 0 7px 0 10px; }
  footer .menu li:last-child:after {
    display: none; }
footer .social li a {
  text-transform: uppercase;
  color: #363636;
  font-weight: 700;
  font-size: 13px; }
footer .social li:after {
  display: inline-block;
  content: '~';
  color: #363636;
  font-weight: 700;
  font-size: 13px;
  margin: 0 5px; }
footer .social li:last-child:after {
  display: none; }
footer .small-menu li a {
  color: #363636;
  font-size: 13px;
  font-weight: 700; }
footer .copyright, footer .madeby {
  font-size: 13px;
  color: #c2c2c2; }

.woocommerce-cart .product img {
  max-width: 90px; }

.cart-title {
  font-size: 27px;
  font-weight: 700;
  color: #363636;
  text-transform: uppercase; }

.remove-product {
  font-size: 12px;
  color: #929292; }

.product__totals-cart .minimum-order, .minimum-order {
  background: var(--color);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.single-product .woocommerce-message {
  display: none;
}
#reg_username, label[for="reg_username"] {
  display: none !important;
}

.checkout__button, .back__button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px; }
  .checkout__button .__round, .back__button .__round {
    background: var(--color);
    width: 35px !important;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .checkout__button:hover, .back__button:hover {
    color: #fff;
    text-decoration: none; }

.back__button {
  background: #acacac; }
  .back__button .__round {
    background: #949494; }

.woocommerce .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 0 10px !important; }
  .woocommerce .form-row label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px; }
  .woocommerce .form-row span {
    width: 100%; }
  .woocommerce .form-row input {
    padding: 10px;
    background: #ffffff;
    font-size: 14px;
    color: #000;
    border: none;
    border-bottom: 1px solid #d9d9d9; }
  .woocommerce .form-row textarea {
    border: none;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9; }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #d9d9d9; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.pickup-livrare > div {
  background: #ffffff;
  border: 1px solid #d0d3d9;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .pickup-livrare > div label input {
    display: none; }
  .pickup-livrare > div label > span.radio:before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #d0d3d9;
    margin-right: 10px;
    position: absolute;
    top: 0;
    cursor: pointer;
    left: -50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .pickup-livrare > div label input:checked + span.radio:before {
    background: var(--color);
    border-color: var(--color);
    background-image: url(img/radio_image_check.png);
    background-position: center center;
    background-repeat: no-repeat; }

.select-zona-livrare label {
  width: 100%; }
  .select-zona-livrare label span {
    margin-left: 45px;
    display: block; }
    .select-zona-livrare label span:before {
      position: absolute;
      top: 0;
      left: -45px; }
  .select-zona-livrare label:last-child span {
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c7c7; }

.woocommerce-cart .woocommerce .products .sumar h4 {
  text-transform: uppercase;
  color: #363636;
  font-size: 27px; }
.woocommerce-cart .woocommerce .products .sumar .product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #dedede; }
.woocommerce-cart .woocommerce .products .sumar .product:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-cart .woocommerce .products .product .woocommerce-loop-product__title {
  height: auto; }
.woocommerce-cart .woocommerce .cross-sells .products .product .woocommerce-loop-product__title {
  height: 40px;
}

.coupon {
  border-bottom: 1px solid #dedede; }
  .coupon p {
    font-size: 16px;
    font-weight: 700;
    color: #000000; }
    .coupon p .coupon-value {
      font-size: 18px;
      color: #363636; }
      .coupon p .coupon-value .woocommerce-remove-coupon {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        font-weight: 400;
        font-size: 14px;
        text-transform: lowercase;
        color: #363636; }

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none; }

.woocommerce .cross-sells .products .product .woocommerce-loop-product__title {
  margin-bottom: 5px; }
.woocommerce .cross-sells .products .product .add_to_cart_button {
  background: none;
  border: none;
  padding: 0;
  margin-top: 5px !important; }
  .woocommerce .cross-sells .products .product .add_to_cart_button span:first-child {
    display: none !important; }
  .woocommerce .cross-sells .products .product .add_to_cart_button span.icon {
    position: relative;
    top: auto;
    background: var(--color); }
    .woocommerce .cross-sells .products .product .add_to_cart_button span.icon svg {
      fill: #fff; }

.cart-collaterals h4 {
  text-transform: uppercase;
  color: #363636;
  font-size: 19px; }

.special-row {
  background: #ffffff;
  border: 1px solid #d0d3d9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .special-row label input {
    display: none; }
  .special-row label span {
    font-size: 16px;
    color: #000000;
    position: relative;
    cursor: pointer; }
    .special-row label span:after {
      display: inline-block;
      content: '';
      width: 30px;
      height: 30px;
      background: #fff;
      border: 1px solid #d0d3d9;
      cursor: pointer;
      margin-left: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
  .special-row label input:checked + span:after {
    background: var(--color);
    border-color: var(--color);
    background-image: url(img/radio_image_check.png);
    background-position: center center;
    background-repeat: no-repeat; }

.show-map {
  padding-left: 45px; }
  .show-map a {
    color: #000000;
    font-weight: 500;
    font-size: 16px; }

.product__totals-cart p {
  font-size: 23px;
  color: #363636;
  font-weight: 700;
  text-transform: uppercase; }

.cart-collaterals .wc-proceed-to-checkout {
  display: none; }

.woocommerce-cart .order--now {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  margin-left: auto; }

.pickup-livrare a {
  color: #000000;
  text-decoration: underline;
}
.back__button svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.cart-modifier {
  text-align: center; }
  .cart-modifier .qty-modifier {
    margin-right: 0; }
  .cart-modifier .remove-product {
    color: #363636;
    font-size: 14px;
    text-decoration: underline;
    text-transform: lowercase; }

.woocommerce-cart-form .product .woocommerce-Price-amount {
  color: #363636;
  font-size: 18px;
  width: 90px;
  text-align: right;
  display: inline-block;
  font-weight: 700; }

.woocommerce-checkout .woocommerce input, .woocommerce-checkout .woocommerce select, .woocommerce-checkout .woocommerce textarea {
  border: 1px solid #d0d3d9;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.woocommerce-additional-fields__field-wrapper hr {
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  border: none; }

.woocommerce .form-row label {
  font-weight: 700; }

.woocommerce .radio-delivery-type input {
  display: none; }
.woocommerce .radio-delivery-type label {
  font-size: 16px;
  font-weight: 400;
  display: flex !important;
  align-items: center;
  cursor: pointer; }
.wc_payment_methods label span {
  position: relative;
  padding-left: 50px;
  line-height: normal;
}
.woocommerce-checkout #payment ul.payment_methods li {
  margin-top: 20px;
}
  .woocommerce .radio-delivery-type label:before, .wc_payment_methods label span:before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #ffffff;
    border: 1px solid #d0d3d9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
.woocommerce .radio-delivery-type input:checked + label:before, .wc_payment_methods label input:checked + span:before {
  background: var(--color);
  border-color: var(--color);
  background-image: url(img/radio_image_check.png);
  background-position: center center;
  background-repeat: no-repeat; }

.wc_payment_methods label span:before {
  position: absolute;
  top: -5px;
  left: 0;
}

#order_comments_field {
  border-top: 1px solid #c4c4c4;
  padding-top: 20px;
  margin-top: 20px !important; }

@media screen and (max-width: 500px) {
  .woocommerce .products .product img {
    max-width: 70px; } }

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

.map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.map.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.map iframe {
   width: 100%;
   height: 100%;
 }
.map .map-head {
  position: fixed;
  text-align: center;
  top: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.map.active .map-head {
  opacity: 1;
  visibility: visible;
}
.map .close-map .mr-3{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.product-info > a {
  position: relative;
  display: block;
}
.product-info > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border: 1px solid #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.cross-sells .product-info > a:after {
  display: none;
}
.product-info:hover > a:after {
  opacity: 1;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  opacity: 6px;
}
.product-info:hover h5 a {
  color: var(--color) !important;
}
footer .menu li a:hover, footer .small-menu li a:hover, footer .social li a:hover, header .menu li a:hover {
  color: var(--color);
}
.wpcf7 label {
  font-weight: 700;
}
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  border: 1px solid #d0d3d9;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wpcf7 textarea {
  height: 90px;
}
.wpcf7 input[type="checkbox"] {
  display: none;
}
.wpcf7-acceptance span {
  margin: 0;
  position: relative;
}
.wpcf7-acceptance span.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  white-space: break-spaces;
}
.wpcf7-acceptance span.wpcf7-list-item-label a {
  color: #000;
  text-decoration: underline;
}
.wpcf7-acceptance span.wpcf7-list-item-label:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #d0d3d9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wpcf7-acceptance input:checked + span.wpcf7-list-item-label:before {
  background: var(--color);
  border-color: var(--color);
  background-image: url(img/radio_image_check.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: -28px;
  right: 15px;
  font-size: 11px;
}
.wpcf7-submit {
  background: var(--color);
  color: #fff;
  border: none;
}
.home .products > div[data-count="3"] > div:nth-child(2) {
  margin-left: 20%;
}
.single-product.woocommerce div.product form.cart .button:hover {
  background: var(--color) !important;
  color: #fff !important;
}
input[type="number"] {
  -moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/*.slick-arrow {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  z-index: 2;*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  border: 1px solid #dedede;*/
/*  padding: 0;*/
/*  text-align: center;*/
/*  text-indent: -9999px;*/
/*  -webkit-transform: translateY(-50%);*/
/*  -moz-transform: translateY(-50%);*/
/*  -ms-transform: translateY(-50%);*/
/*  -o-transform: translateY(-50%);*/
/*  transform: translateY(-50%);*/
/*}*/
/*.slick-next {*/
/*  right: 0;*/
/*  background: url(img/arrow_right.png) no-repeat center;*/
/*}*/
/*.slick-prev {*/
/*  left: 0;*/
/*  background: url(img/arrow_left.png) no-repeat center;*/
/*}*/

.cross-sells .products {
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap;
  position: relative;
}
.woocommerce .cross-sells .products .product .product-info .woocommerce-loop-product__title {
  width: auto;
  white-space: break-spaces;
}

form.delivery-type-pickup .woocommerce-additional-fields__field-wrapper > hr {
  display: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background: #3d3d3d;
  color: #fff;
}
.checkout-acceptance input, .woocommerce-form-login__rememberme input {
  display: none;
}
.checkout-acceptance span, .woocommerce-form-login__rememberme span {
  position: relative;
  display: block;
  padding-left: 45px;
  line-height: normal;
}
.box {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.woocommerce-form-login__submit {
  margin-top: 24px;
}
.woocommerce-form-register .btn-primary.disabled, .woocommerce-form-register .btn-primary:disabled {
  opacity: 1;
  background: var(--color) !important;
  border-color: var(--color) !important;
}
.checkout-acceptance span:before, .woocommerce-form-login__rememberme span:before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #d0d3d9;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.checkout-acceptance input:checked + span:before, .woocommerce-form-login__rememberme input:checked + span:before {
  background: var(--color);
  border-color: var(--color);
  background-image: url(img/radio_image_check.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.lws-wr-pointsoncart {
  margin-top: 40px;
}
.lws-wr-pointsoncart > h2 {
  display: none;
}
.lws-wr-pointsoncart .lwss_selectable.lws-wr-cart {
  border-color: #ddd;
  padding: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.lws-wr-pointsoncart .wr-cart-apply {
  margin-left: 10px !important;
  background: var(--color) !important;
  color: #fff !important;
  font-weight: normal !important;
}
.lws-wr-pointsoncart .wr-cart-max {
  font-weight: normal !important;
}
.lws-displaypoints-bcont {
  display: none !important;
}
.lwss_selectable.lws-displaypoints-points {
  text-align: left !important;
}
.page-id-866 .wrapper p {
  text-align: justify;
}
.woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-view-order .woocommerce .products:after {
  display: none;
}
.woocommerce-view-order .woocommerce-order-details .products .product {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.woocommerce-view-order .woocommerce-order-details .products .product .w-75 {
  width: 100% !important;
}
.woocommerce-order-details .products .product .woocommerce-loop-product__title {
  height: auto;
}
.woocommerce-view-order .woocommerce-order-details .products .product .product-info {
  align-items: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--communication-preferences {
  display: none !important;
}

@media screen and (max-width: 1600px) {
  .single-product .wrapper:after, .page-template-default .wrapper:after {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .lws-wr-cart, .lwss_selectable.wr-cart-input {
    display: block !important;
  }
  .lwss_selectable.wr-cart-use-label {
    padding: 0 !important;
  }
  .lwss_selectable.wr-input-amount {
    width: 100% !important;
  }
  .lwss_selectable.wr-cart-buttons {
    margin-top: 20px;
  }
  .woocommerce-cart .order--now {
    width: 100%;
  }

  .woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper {
    margin: 0;
  }
  .woocommerce-checkout, .woocommerce-account {
    background: #f8f9fb;
  }
  .woocommerce-checkout .woocommerce .products:after {
    display: none;
  }
  .woocommerce .products .product .product-info .woocommerce-Price-amount {
    width: auto;
    text-align: left;
    display: block;
    color: var(--color);
    font-size: 15px;
    font-weight: 400;
  }
  .woocommerce .products .product .product-info .woocommerce-loop-product__title {
    width: 100%;
  }
  .show-zona-livrare {
    display: block;
  }
  .hide-zona-livrare {
    display: none;
  }
  .woocommerce-cart .woocommerce .products:after {
    display: none;
  }
  .woocommerce-cart .woocommerce {
    background: #f8f9fb;
  }
  .woocommerce div.product form.cart .variations {
    display: inline-block;
    width: auto;
  }
  .single_variation_wrap, .woocommerce-variation-add-to-cart {
    justify-content: center;
  }
  .woocommerce .products .product {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
  }
  .home .products > div[data-count="3"] > div:nth-child(2) {
    margin-left: 0;
  }
  .woocommerce .products:after {
    width: 100%;
    left: 0;
  }
  .up-sell__popup .up-sell--inner__popup {
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .woocommerce-cart .woocommerce .products .product .woocommerce-loop-product__title {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-acceptance span.wpcf7-list-item-label {
    display: block !important;
    padding-left: 45px;
  }
  .wpcf7-acceptance span.wpcf7-list-item-label:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .back-to-category a {
    display: flex;
    align-items: center;
  }
  .back-to-category a:before {
    width: 35px;
    height: 35px;
    border: 1px solid #dedede;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .woocommerce-billing-fields__field-wrapper .col-6 {

  }
  .pickup-livrare > div label > span.radio:before {
    flex: 0 0 30px;
    position: relative;
    left: auto;
    display: inline-block;
  }
  .pickup-livrare > div label > span.radio {
    display: flex;
  }

  .woocommerce .products .product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .up-sell_body .permalink {
    display: none;
  }
  .woocommerce-cart-form .product .woocommerce-Price-amount {
    width: 70px;
  }
}

@media screen and (max-width: 576px) {
  .woocommerce .cross-sells .products .product .product-info .woocommerce-loop-product__title {
    height: auto;
  }
  .woocommerce .cross-sells .products .product {
    max-width: 350px;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    margin-right: 30px;
  }
  .woocommerce .cross-sells .products .product > div {
    padding: 10px;
    position: relative;
  }
  .woocommerce .cross-sells .products .product > div > * {
    z-index: 2;
  }
  .woocommerce .cross-sells .products .product > div:after {
    display: block;
    content: '';
    width: 90%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: 20px;
    top: 0;
  }
  .woocommerce .cross-sells .products .product .add_to_cart_button {
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .woocommerce-cart .qty-modifier {
    flex-direction: column-reverse;
  }
  .cart-modifier .remove-product {
    display: none;
  }
  .woocommerce-cart .woocommerce .products .sumar h4, .product__totals-cart p, .cart-title {
    font-size: 19px;
  }
  .woocommerce-cart .woocommerce .products .sumar h4 {
    margin-bottom: 20px;
  }
  .woocommerce .products .product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home .products .product .product-info img {
    max-width: 120px;
  }
  .woocommerce .products .product .product-info .woocommerce-loop-product__title {
    height: auto;
    width: 90%;
  }
  .home.woocommerce .products .product .add_to_cart_button {
    padding: 0;
    border: none;
  }
  .home.woocommerce .products .product .add_to_cart_button span:first-child {
    display: none !important;
  }
  .home.woocommerce .products .product .add_to_cart_button span.icon {
    position: relative;
    top: auto;
  }
  .home.woocommerce .products .product > div:first-child {
    border-bottom: 1px solid #d9d9d9;
  }
  .category-title {
    border-top: none;
  }
  .order--now {
    width: initial;
    left: 15px;
    right: 15px;
  }
  .home footer, .single-product footer {
    margin-bottom: 110px !important;
  }
  .up-sell_body > div {
    padding: 0 !important;
  }
  .up-sell__popup .up-sell--inner__popup .up-sell_body h2 {
    font-size: 20px;
  }
  .qty-modifier .quantity .qty {
    width: 33px;
    height: 33px;
  }
  .qty-modifier {
    margin-right: 10px;
  }
  .single_variation_wrap, .woocommerce-variation-add-to-cart {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 460px) {
  .up-sell__popup .up-sell--inner__popup .up-sell__close {
    top: 16px;
    right: 16px;
  }
  .up-sell__popup .up-sell--inner__popup .up-sell_body .price {
    font-size: 20px;
  }
  .up-sell__popup .up-sell--inner__popup .up-sell_body .secondary-addToCart {
    padding: 11px 15px 11px 70px !important;
  }
  .woocommerce .cross-sells .products .product {
    max-width: 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-right: 20px;
  }
}

/*** Delivery page ***/

#wpsl-search-wrap, #wpsl-result-list, .wpsl-search{
    display: none;
}
#wpsl-gmap{
    width: 100%;
}
.price-region{
    margin-top: 40px!important;
}
.price-region .col-md-4{
    padding-left: 55px;
    padding-right: 0px;
}
.price-region h4{
    font-size: 16px;
}
.price-region p{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: 'Ubuntu';
}
.price-region h4:before{
    content:'';
    width: 30px;
    height: 30px;
    background: #87b5e1;
    position: absolute;
    margin-left: -40px;
    margin-top: 2px;
    border-radius: 10px;
}
.price-region .region-2 h4:before{
    background: #f9db3f;
}
.price-region .region-3 h4:before{
    background: #f97c7a;
}
.col-lg-10.offset-lg-1.col-12{
   margin-left: 0%!important;
   max-width: 100%!important;
   width: 100%;
   flex: none!important;
}
#custom-searchbox{
    max-width: 550px;
    margin: auto;
    margin-bottom: 20px;
    height: 40px;
    border-radius: 10px;
    border-color: #d0d3d9;
    border-width: 2px;
    width: 100%;
    color: #6a6f77;
    border-style: solid;
}
#custom-searchbox::placeholder{
    font-size: 16px;
    color: #d0d3d9;
    padding-left: 5px;
}
#region-search{
    text-align: center;
}
.cost-message{
    font-size: 16px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    font-family: 'Ubuntu';
}
.cost-message span{
    background: #27ae60;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}
.cost-message.error span{
    background: #e74c3c;
}
.delivery-sub-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Ubuntu';
    text-align: center;
}
.row.title-section{
    display: inline-block;
}
.map.active .row{
    width: 100%;
    max-width: 1115px;
    margin: auto;
}
.delivery-map:after {
    display: block;
    content: '';
    background: #f8f9fb;
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    z-index: -1;
}
.delivery-map .title-section h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    color: #363636;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 50px;
}
.delivery-map{
    margin-top: 4%!important;
}
.map.active{
    overflow: auto;
}
.remove-account-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.7);
}
.remove-account-inner {
  background: #ffffff;
  width: 500px;
  -webkit-box-shadow: 0 28px 24px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 28px 24px rgba(0, 0, 0, 0.17);
  box-shadow: 0 28px 24px rgba(0, 0, 0, 0.17);
}
.remove-account-id {
  background: #dddddd;
  color: #000;
  padding: 5px 20px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.remove-account-id:hover {
  color: #000;
}
.close-remover {
  background: var(--color);
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.close-remover:hover {
  color: #fff;
}
.cart-collaterals .lwss_selectable {
  display: none;
}
.lwss_selectable.wr-rateinfo {
  text-transform: none !important;
  font-size: 12px !important;
}

/*** Delivery page mobile style ***/
@media screen and (max-width: 1470px) {
    .delivery-map:after{
        display: none;
    }
    .delivery-map{
        padding-top: 6%;
        padding-bottom: 5%;
        margin-top: 0%!important;
    }
    #wpsl-wrap{
        height: 350px;
    }
    .map.active{
        background: #f8f9fb;
    }
    .delivery-map .title-section h2{
        margin-bottom: 20px;
    }
    .price-region{
        margin-top: 20px!important;
    }
    #custom-searchbox{
    }
	.page-id-54 #custom-searchbox{
        margin: auto;
    }
	.page-id-54  #region-search{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
     .delivery-map{
        padding-top: 15%;
        padding-bottom: 15%;

     }
     .delivery-map .title-section h2{
        font-size: 22px;
    }
    .cost-message span{
    font-size: 12px;
    padding: 10px 5px;
    }
    .cost-message{
        margin-bottom: 10px;
    }
	.page-id-54 #custom-searchbox{
        margin: 0px 15px;
    }
  .category-list > .container {
    padding-bottom: 0;
  }
  .home .products {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 440px) {
    .category-list img {
    	max-width: 100px;
  }
	#custom-searchbox {
    	margin: 5px 10px;
	}
	.delivery-map{
        padding-top: 20%;
    }
  .home .products {
    margin-top: -40px !important;
  }
}

@media screen and (max-width: 400px) {
  .home .products .product .product-info img {
    max-width: 80px;
  }
  body header .logo img {
    max-width: 60px;
  }
}

.pac-container{
	z-index: 9999!important;
}


#coupon_code{
    background: #ffffff;
    border: 1px solid #d0d3d9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 1rem;
}
.coupon p{
  margin-bottom: 0px;
}
.coupon{
    border: none;
}

.coupon .button{
    font-size: 16px!important;
    background: #3d3d3d!important;
    color: #fff!important;
    font-weight: 500!important;
    padding: 10px 20px!important;
    border-radius: 0px!important;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    position: absolute;
    top: 130px;
    /* right: 0; */
    left: 0;
    right: 0;
    z-index: 1001;
    max-width: 550px;
    min-width: 300px;
    margin: auto;
    display: block!important;
}
.woocommerce-cart .woocommerce-error{
    display: block!important;
    border: 1px solid #b81c23;
}
.woocommerce-error .woocommerce-message {
    border: 2px solid #8fae1b;
}