/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
html,
body,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ArbelHagilda", "Poppins", Sans-serif !important;
}

.woocommerce-account .site-main a:hover {
  color: black !important;
}

.woocommerce-account .site-main a {
  color: #283fa0 !important;
}

/* .woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
  border-radius: 1000px;
}

span.variable-item-span.variable-item-span-color {
  border-radius: 1000px;
} */
li.variable-item.image-variable-item.image-variable-item-family,
li.variable-item.image-variable-item.image-variable-item-family-2 {
  width: 220px !important;
}

.woocommerce div.product.elementor form.cart table.variations td.label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
}

i.cart-icon.fas.fa-shopping-bag {
  padding-left: 10px;
}

div.menu-cart .cart-hover {
  z-index: 9999;
  position: absolute;
  width: 20vw !important;
  background-color: white;
  border: 1px solid black;
  margin-top: 1em !important;
}

div.menu-cart .cart-hover .cart_totals {
  width: 100%;
}

div.menu-cart .cart-hover .cart_totals h2 {
  display: none;
}

div.menu-cart .cart-hover p.woocommerce-shipping-destination,
div.menu-cart .cart-hover form.woocommerce-shipping-calculator,
div.menu-cart .cart-hover td.actions,
div.menu-cart .cart-hover td.product-thumbnail,
div.menu-cart .cart-hover th.product-thumbnail,
div.menu-cart .cart-hover th.product-remove {
  display: none !important;
}

div.menu-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  max-width: 100% !important;
  margin-bottom: 1em;
}

div.menu-cart table.shop_table thead {
  display: none;
}

div.menu-cart tr.woocommerce-cart-form__cart-item.cart_item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8%;
  border-bottom: 1px solid #000000;
}

div.menu-cart table.shop_table tr td.product-name {
  width: 90%;
  padding: 0px;
}

div.menu-cart td.product-price {
  padding: 0.456em 0.8em !important;
}

div.menu-cart td.product-quantity {
  padding: 0 !important;
}

div.menu-cart td.product-subtotal {
  padding: 0.456em 0.8em !important;
}

div.menu-cart input#quantity_5e6e6eb1a973b {
  background: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: purple;
  font-weight: 700;
}

div.menu-cart .wc-proceed-to-checkout {
  margin-bottom: 0px !important;
}

div.menu-cart a.checkout-button.button.alt.wc-forward {
  margin-bottom: 0px;
}

div.menu-cart table.shop_table.shop_table_responsive {
  margin-bottom: 0px;
}

div.menu-cart div.cart-hover {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-height: 0px !important;
  overflow: hidden !important;
}

div.menu-cart:hover div.cart-hover,
div.cart-hover:hover {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  max-height: 100vh !important;
}

td.product-remove {
  padding: 0 !important;
  width: 10%;
}

.cart-hover .woocommerce {
  background: white !important;
}

@media only screen and (max-width: 720px) {
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: absolute;
    width: 50vw;
    height: 100vh;
    font-size: 1em;
    left: 44vw;
    top: -4.7vh;
    padding-top: 3vh;
  }
}

.uc_article_grid_style_eight .uc_article_grid_style_eight_holder .uc_article_grid_style_eight_box .uc_image_box .uc_overlay {
  background: transparent !important;
}

/* width */
::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #283fa0;
}

.uc_box_content span.news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 80%;
}

.text-zuak a {
  color: #283fa0;
  text-decoration: underline !important;
}

.text-zuak a:hover {
  color: black;
}

.workshops-hp .uc_image_box:before,
.workshops-hp .uc_image_box:after {
  display: none !important;
  height: 80% !important;
}

.workshops-hp .uc_overlay:hover {
  border-width: 20px 0px 20px 0px;
  border-color: white;
  border-style: solid;
}

.workshops-hp .uc_overlay {
  -webkit-transition: border-width 0.3s linear !important;
  transition: border-width 0.3s linear !important;
  opacity: 1 !important;
  border-width: 0px 0px 0px 0px;
}

.workshops-hp * {
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}

.workshops-hp a:hover {
  color: #283fa0 !important;
}

.inner-header .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.storefront-sorting {
  display: none;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #283fa0 !important;
}

.elementor-menu-cart__product-name a {
  color: #283fa0 !important;
}

.elementor-menu-cart__product-name a:hover {
  color: black !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  font-family: "arbelhagilda";
  color: #283fa0;
  border: 1px solid #283fa0;
  background: white;
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  font-family: "arbelhagilda";
  color: white;
  background: #283fa0;
}

input#username,
input#password,
input#reg_email {
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid;
}

input#username:focus,
input#password:focus,
input#reg_email:focus {
  outline-color: transparent;
  border-bottom: 2px solid #283fa0;
}

.elementor-page-1806 form {
  margin-right: auto;
  margin-left: auto;
  margin-top: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: white;
  padding: 60px 60px 40px;
}

.elementor-page-1806 form p:first-child {
  font-weight: 900;
  font-size: 110%;
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  pointer-events: none;
}

.variable-item:not(.radio-variable-item) {
  width: 200px;
  height: auto !important;
}

table.variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

table.variations td.label {
  margin-bottom: 10px;
}

table.variations ul {
  margin-right: 1em;
}

.woocommerce-product-details__short-description ul li {
  font-family: "ArbelHagilda", "Poppins", Sans-serif !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: 0 0 0 2px #283fa0 !important;
  box-shadow: 0 0 0 2px #283fa0 !important;
}

.variable-item:not(.radio-variable-item):not(.selected) {
  opacity: 0.5 !important;
}

.variable-item:not(.radio-variable-item):hover {
  opacity: 1 !important;
}

input#aqbp_quick_buy_btn {
  margin-right: 1em !important;
  font-family: 'ArbelHagilda' !important;
}

.elementor-menu-cart__product-remove.product-remove {
  color: red !important;
  border-color: red !important;
}

.elementor-menu-cart__product-remove.product-remove::before,
.elementor-menu-cart__product-remove.product-remove::after {
  background: red !important;
}

.elementor-menu-cart__product-name.product-name dl.variation {
  display: none;
}

span.xoo-wsc-smr-del.xoo-wsc-icon-trash {
  color: red;
}

.wc_payment_methods.payment_methods.methods input[type="radio"]:checked+label {
  font-weight: 900;
  color: #2D4395;
}

a.added_to_cart.wc-forward {
  display: none;
}

.xoo-wsc-ft-buttons-cont a:first-child {
  background: white !important;
  color: #2240d6;
}

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