.minicart_wrapper {
  display: none;
}

@media screen and (min-width: 1160px) {
  #header .headercart:hover .widget_shopping_cart_content,
  #header .minicart_wrapper:hover .widget_shopping_cart_content {
    position: relative;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart {
    display: block;
    padding-left: 0;
    overflow-y: auto;
    width: 100%;
    max-height: 40vh;
    margin-bottom: 0px;
    /* Handle */
    /* Handle on hover */
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart::-webkit-scrollbar,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart::-webkit-scrollbar {
    width: 22px;
    border-left: 20px solid white;
    border-bottom: 4px solid white;
    border-top: 4px solid white;
    position: absolute;
    right: -20px;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart::-webkit-scrollbar-track,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 20px solid white;
    border-bottom: 4px solid white;
    border-top: 4px solid white;
    position: absolute;
    right: -20px;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart::-webkit-scrollbar-thumb,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 2px;
    border-left: 20px solid white;
    position: absolute;
    right: -20px;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart::-webkit-scrollbar-thumb:hover,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart::-webkit-scrollbar-thumb:hover {
    background: gray;
    border-left: 20px solid white;
    position: absolute;
    right: -20px;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li {
    margin: 50px auto;
    padding: 0;
    width: 100%;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li:first-child,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li:first-child {
    margin-top: 20px;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li:last-child,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li:last-child {
    margin-bottom: 20px;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
    text-align: center;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a img,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a img {
    width: 60px;
    height: auto;
    max-width: 60px;
    margin-bottom: 15px;
    float: none;
    margin-left: unset;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px !important;
    font-size: 12px !important;
    text-align: center;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
    font-weight: bold;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
    font-weight: 400;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 5px !important;
    font-size: 25px !important;
    width: auto;
    line-height: unset;
    border-radius: unset;
    color: #7ec676 !important;
    height: auto;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove:hover,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove:hover {
    color: #7ec676 !important;
    background: transparent !important;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li::marker,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li::marker {
    display: none !important;
    color: white;
  }
  #header .headercart:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity,
  #header .minicart_wrapper:hover .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity {
    font-size: 12px;
    color: gray;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .widget_shopping_cart_content {
    padding-bottom: 50px;
  }
  .headercart {
    cursor: pointer;
  }
  .headercart:hover .minicart_wrapper,
  .minicart_wrapper:hover .minicart_wrapper {
    border-radius: 5px;
    height: auto;
    position: absolute;
    z-index: 999999;
    padding: 30px;
    margin-top: 37px;
    width: 140px;
    background-color: white;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
    margin-left: -95px;
    display: block;
  }
  #header .minicart_wrapper p.woocommerce-mini-cart__buttons.buttons {
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    display: none;
    width: 140px;
  }
  #header .minicart_wrapper p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: 1.5px solid #7ec676;
    margin-top: 5px !important;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 5px !important;
    background-color: transparent;
    border-radius: 0;
  }
  #header .minicart_wrapper p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: 1.5px solid #7ec676;
    margin-top: 5px !important;
    color: white !important;
    background-color: #7ec676;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-color: #7ec676;
  }
  #header .minicart_wrapper p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:first-child {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: 1.5px solid #7ec676;
    margin-top: 5px !important;
    color: white !important;
    background-color: #7ec676;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header .minicart_wrapper p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:first-child:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: 1.5px solid #61a15a;
    margin-top: 5px !important;
    color: white !important;
    background-color: #61a15a;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header .minicart_wrapper p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    margin-top: 12px !important;
  }
  #header .headercart:hover p.woocommerce-mini-cart__buttons.buttons,
  #header .minicart_wrapper:hover p.woocommerce-mini-cart__buttons.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

ul.woocommerce-mini-cart.marginClass {
  margin-left: 8px !important;
}

.carticon {
  left: -30px !important;
}

.woocommerce ul.cart_list.woocommerce-mini-cart, .woocommerce ul.product_list_widget.woocommerce-mini-cart {
  margin: unset;
  margin-top: 16px;
}
/*# sourceMappingURL=style.css.map */