/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/**********************************************************************/
/* Reset the base font family */
/**********************************************************************/
body, button, input, select, textarea{
    font-family: 'Raleway', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .gamma{
    font-family: 'Raleway', sans-serif !important;
}

.site-branding .site-title{
    font-family: 'GothamHTF-Bold', sans-serif !important;
}

.site-content .col-full,
.page-template-template-homepage-php .boutique-featured-products .storefront-product-section{
    box-shadow: none !important;
    border: none !important;
}

ul.products li.product .price:after{
    display: none !important;
}

.site-footer .col-full{
    background: white !important;
}

.site-footer{
    margin-top: 3.632em !important;;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments{
    border-radius: 0 !important;
}


* {
    border-radius: 0 !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments{
    border-left-color: #333 !important;;
}

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before{
    color: #333 !important;
}

.widget_product_categories ul li:before, .widget_categories ul li:before{
    display: none !important;
}

.widget_recent_entries ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_links ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li{
    padding-left: 0 !important;
}

.page-template-template-homepage-php .boutique-featured-products .storefront-product-section ul.products li.product .price{
    top: -7px !important;
    bottom: auto !important;
    display: flex !important;
}

/*.woocommerce-Price-amount.amount{
    display: flex !important;
}*/

.price{
    display: flex !important;
}

ul.products li.product .price{
    background: #333 !important;
    box-shadow: 5px 0 0 0 #333 !important;
}

.page-template-template-homepage-php .boutique-featured-products .storefront-product-section ul.products li.product > a:hover h3, .page-template-template-homepage-php .boutique-featured-products .storefront-product-section ul.products li.product > a:hover:after, .page-template-template-homepage-php .boutique-featured-products .storefront-product-section ul.products li.product > a:hover:before{
    display: none !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget-area .widget a.button, .site-header-cart .widget_shopping_cart a.button{
    box-shadow: none !important;
}


.button{
    background-color: transparent !important;
    border: 1px solid #333 !important;
    color:#333 !important;
    position:relative !important;
    z-index:1 !important;
    overflow: hidden !important;
}

.button:before{
    content: "" !important;
    position: absolute !important;
    background: #333 !important;
    height: 0% !important;
    left: 50% !important;
    top: 50% !important;
    width: 100% !important;
    z-index: -1 !important;
    transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
    transition: all 0.3s ease 0s !important;
}

.button:hover{
    color: #FFF !important;
    background: transparent !important;
}

.button:hover:before{
    height: 500% !important;
}

.site-header-cart .button{
    border: 1px solid white !important;
    color: white !important;
}

.site-header-cart .button:before{
    background: white !important;
}

.site-header-cart .button:hover{
    color: #333 !important;
}

.storefront-recent-products,
.storefront-best-selling-products{
    display: none !important;
}

.product{
    border: 1px solid #eeeeee !important;
    padding-bottom:15px !important;
}

ul.products li.product img{
    border: none !important;
    border-bottom: 1px solid #eeeeee !important;
    width: 100% !important;
}

.page-template-template-homepage .content-area{
    width: 100% !important;
}

.page-template-template-homepage .widget-area{
    display: none !important;
}

.woocommerce-message{
    border-left-color: #7c7235 !important;
}

.single-product .product{
    border: none !important;
}

a.remove:before{
    color: inherit !important;;
}

.site-footer .col-full{
    background: transparent !important;
}

.site-footer .site-info{
    padding:0 !important;;
}

.storefront-product-section{
    border: none !important;;
}

.woocommerce-loop-category__title .count{
    display:none !important;
}

.woocommerce-ordering{
    position: relative;
}

.woocommerce-ordering:before{
    content:'';
    position: absolute;
    pointer-events: none;
    top: 45%;
    right: 0.5rem;
    z-index: 1;

    width: 0.5rem;
    height: 0.5rem;

    border-left: 1px solid currentColor;
    border-top: 1px solid currentColor;

    transform: translateY(-50%) rotate(-135deg);

}

.woocommerce-ordering select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding: 0 0.75rem 0 0.5rem;
    background: #eee;
    /*border: 1px solid #333;*/
    border: none;
    color: #333;
    border-radius: 0 !important;
}

.wgd-mgd-cat-image{
    /*background-size: cover;*/
    /*background-position: center;*/
    /*padding-top: 38%;*/
    /*position: relative;*/
}

.wgd-mgd-cat-image img{
   /* position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity: 0;*/
}

.wooslider{
    border: none !important;
    box-shadow: none !important;
}

.woocommerce-tabs ul.tabs li a{
    padding-right: 2rem !important;
}

.wooslider-next::before,
.wooslider-prev::before{
    display: none !important;
}

.wooslider-next::after,
.wooslider-prev::after{
    transition: border-color 0.3s ease-in-out 0s;
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    padding-top: 100%;
    border-left: 4px solid black;
    border-top: 4px solid black;
    position: absolute;
    top: 0;
}

.wooslider-next{
    transform: rotate(135deg);
}

.wooslider-prev{
    transform: rotate(-45deg);
}

.wooslider:hover .wooslider-next {
    opacity: 1 !important;
    right: 40px !important;
}

.wooslider:hover .wooslider-prev {
    opacity: 1 !important;
    left: 40px !important;
}

.wooslider-next:hover::after,
.wooslider-prev:hover::after{
    border-color: #7c7235;
}