/*  VAT Slider */
.with-vat,.without-vat{
  display: none;
}
.vat-switcher{
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.vat-switcher span.switch__title{
  font-size: 0.75em;
  color: #019934;
}
.vat-switcher .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}
.vat-switcher .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.vat-switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.vat-switcher .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.vat-switcher input:checked + .slider {
  background-color: #000;
}
.vat-switcher input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Mini Cart */

#cwd-mini-cart .widget_shopping_cart_content{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#cwd-mini-cart .widget_shopping_cart_content ul.woo-mini-cart-totals,
#cwd-mini-cart .widget_shopping_cart_content ul.woo-mini-cart-totals li{
  float: left;
  width: 100%;
}

#cwd-mini-cart .widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
#cwd-mini-cart ul.product_list_widget{
  width: 100%;
  margin-left: 0;
  list-style: none;
  float: right;
  position: relative;
  border: 1px solid rgba(0,0,0,.05);
  border-bottom: 0;
}

#cwd-mini-cart li.woocommerce-mini-cart-item {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,.05);
  float: left;
  margin: 0;
  padding:15px 15px 15px 35px ;
  position: relative;
}
#cwd-mini-cart p.woocommerce-mini-cart__empty-message{
  font-size: 0.8em;
}

#cwd-mini-cart li.woocommerce-mini-cart-item .variation{
  font-size: 0.8em;
}

#cwd-mini-cart .product_list_widget li span.quantity{
  width: auto;
  padding:0;
  float: left;
  color:#000;
  font-size: 0.8em;
}
#cwd-mini-cart .product_list_widget li span.quantity span,
#cwd-mini-cart .product_list_widget li span.quantity span small{
  color:#019934;
}
#cwd-mini-cart .product_list_widget li span.quantity del{
  color:#aaa;
}
#cwd-mini-cart .product_list_widget li span.quantity span.saving{
  color:#E0352D;
}
#cwd-mini-cart .product_list_widget li::after,
#cwd-mini-cart .product_list_widget li::before {
  content: "";
  display: table;
}

#cwd-mini-cart .widget-area .widget a,
#cwd-mini-cart .hentry .entry-header .posted-on a,
#cwd-mini-cart .hentry .entry-header .post-author a,
#cwd-mini-cart .hentry .entry-header .post-comments a,
#cwd-mini-cart .hentry .entry-header .byline a {
    color: #656971;
}
#cwd-mini-cart .widget-area .widget a {

}
#cwd-mini-cart .product_list_widget li > a {
    display:block;
    min-width: 1.618em;
    min-height: 1.618em;
    line-height: 1.618;
    left: 5px;
    font-size: 0.8em;
}
#cwd-mini-cart li.woocommerce-mini-cart-item a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    float: left;
}
#cwd-mini-cart li.woocommerce-mini-cart-item a.remove::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f057";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #737781;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}
#cwd-mini-cart .product_list_widget li img {
    max-width: 2.617924em;
    float: right;
    height: auto;
}
#cwd-mini-cart .woocommerce-mini-cart__total{
  display: none;
  }

#cwd-mini-cart .widget_shopping_cart_content ul.woo-mini-cart-totals{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
#cwd-mini-cart .widget_shopping_cart_content ul.woo-mini-cart-totals li{
  float: left;
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.05);
  border-top: 0;
  font-size: 0.8em;
  text-align: center;
  margin: 0;
  }
#cwd-mini-cart .woo-mini-cart-totals strong{
  color: #000;
  font-weight: 600;
}
#cwd-mini-cart .woocommerce-mini-cart__buttons a{
  text-decoration: none
}
#cwd-mini-cart .woocommerce-mini-cart__buttons .wc-forward{
  background:#019934;
  color: #fff;
  padding: 0 0 0 15px;
  width: 100%;
  float: left;
  text-align: left;
  font-size: 0.8em;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  }
  #cwd-mini-cart .woocommerce-mini-cart__buttons .wc-forward:hover{
    background: #eee;
    color: #000;
  }
  #cwd-mini-cart .woocommerce-mini-cart__buttons .wc-forward:hover::after{
    background: #000;
    color: #fff;
  }
#cwd-mini-cart .woocommerce-mini-cart__buttons .wc-forward.checkout{
  background:#000;
  color: #fff;
  padding: 0 0 0 15px;
  width: 100%;
  float: left;
  text-align: left;
  font-size: 0.8em;
  line-height: 44px;
  -webkit-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
 }
 #cwd-mini-cart .woocommerce-mini-cart__buttons .wc-forward.checkout:hover{
   background: #fff;
   color: #000;
 }


#cwd-mini-cart .woocommerce-mini-cart__buttons .wc-forward.checkout::after,
#cwd-mini-cart .woocommerce-mini-cart__buttons .wc-forward::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    color: #fff;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f054";
    float: right;
    background: var(--main-first-color);
    padding:0 15px;
    min-width: 44px;
    text-align: center;
    }

#cwd-mini-cart .woocommerce-mini-cart__buttons .wc-forward::after{
    background:#000;
    }

  /*  -------------------------------------------------------------- Basket --------------------------------------------------------------  */

  .cart-collaterals{
    float: left;
    width: 100%;
  }
  .cart_totals{
    padding: 15px 0;
    float: left;
    width: 100%;
  }
  .cart_totals h2{
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background: #e6e6e6;
    color: #565a62;
    text-align: center;
    padding:15px 0;
    font-size: 0.8em;
  }
  .cart_totals table.shop_table,.cart_totals table.shop_table tbody, .cart_totals table.shop_table tbody tr{
    float: left;
    width: 100%;
    border: 0;
  }
  .cart_totals table.shop_table tbody tr{
    border: 1px solid #ccc;
    border-bottom: 0;
    font-size: 0.8em;
  }
  .cart_totals table.shop_table tbody tr:last-child{
    border-bottom: 1px solid #ccc;
  }
  .cart_totals table.shop_table tbody tr:first-child{
    border-top:0;
  }

  .cart_totals table.shop_table tbody{
    padding-top: 0;
  }
  .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals th{
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-weight: 500;
    color: #000;
  }
  .cart_totals table.shop_table tbody tr.cart-discount th{
    float: left;
    width: 50%;
    padding: 10px;
    text-align: left;
    font-weight: 500;
    color: #000;
  }
  .cart_totals table.shop_table tbody tr.cart-discount td{
    float: left;
    width: 50%;
    padding: 10px;
    text-align: right;
    border: 0;
  }


  .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals td{
    float: left;
    width: 100%;
    padding: 5px;
  }
  .cart_totals table.shop_table tbody tr.subtotal,
  .cart_totals table.shop_table tbody tr.shipping-total,
  .cart_totals table.shop_table tbody tr.tax-rate,
  .cart_totals table.shop_table tbody tr.order-total,
  .cart_totals table.shop_table tbody tr.cart-subtotal{
    float: left;
    width: 100%;
    padding: 5px;
  }
  .cart_totals table.shop_table tbody tr.subtotal th,
  .cart_totals table.shop_table tbody tr.shipping-total th,
  .cart_totals table.shop_table tbody tr.tax-rate th,
  .cart_totals table.shop_table tbody tr.order-total th,
  .cart_totals table.shop_table tbody tr.cart-subtotal th{
    float: left;
    width: 50%;
    padding: 5px;
    text-align: left;
    font-weight: 500;
    color: #000;
  }
  .cart_totals table.shop_table tbody tr.subtotal td,
  .cart_totals table.shop_table tbody tr.shipping-total td,
  .cart_totals table.shop_table tbody tr.tax-rate td,
  .cart_totals table.shop_table tbody tr.order-total td,
  .cart_totals table.shop_table tbody tr.cart-subtotal td{
    float: left;
    width: 50%;
    padding: 5px;
    text-align: right;
    border: 0;

  }
  .cart_totals table.shop_table span.amount,
  .cart_totals table.shop_table tbody tr td small,
  .cart_totals table.shop_table span.woocommerce-Price-currencySymbol{
    color:#019934;
  }
  .cart_totals table.shop_table tbody tr th small{
    font-size: 0.8em;
    color:#019934;
  }
  .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals td {
    float: left;
    width: 100%;
    padding: 10px;
    border: 0;
  }
  .woocommerce-shipping-destination{
    float: left;
    width: 100%;
    padding:0 0px 10px;
  }
  .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals td ul#shipping_method{
    float: left;
    width: 100%;
    padding: 5px 0;
  }
  .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals td ul#shipping_method li{
    float: left;
    width: 100%;
    padding:10px 0px;
    display: block;
  }
  .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals td ul#shipping_method li span.woocommerce-Price-amount{
    float: right;
  }
  .cart_totals table.shop_table tbody tr.woocommerce-shipping-totals td ul#shipping_method li input{
    float: left;
    margin-left: 0;
    margin-top: 3px;
    margin-right: 5px;
  }
  .wc-proceed-to-checkout a.checkout-button{
    background: var(--main-second-color);
    color: #fff;
    padding: 15px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0.8em;
    text-decoration: none;
    text-transform:uppercase;
    -webkit-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
  }
  .wc-proceed-to-checkout a.checkout-button:hover{
    background: var(--main-first-color);
  }
