.site-main{
    margin-top: 40px!important;
}
.woocommerce-products-header{
    padding: 40px 0!important;
}
.grid-header #collapse-1{
    width: calc(100% - 6px);
    margin: 0 3px;
    border-radius: 2px;
    overflow: hidden;
}
.grid-header .card-body{
    background-image: linear-gradient(to bottom, #fcfaf2, #efe9d3)!important;
    color: #7d6118!important;
    border: 1px solid #eadcb7!important;
    border-radius: 30px!important;
    text-align: left;
}
.grid-header .card{
    background-color: transparent;
    border: 0
}
.grid-header .card p{
    margin: 0!important
}
.grid-header .card-header {
	padding: 0 30px;
	background-image: linear-gradient(to bottom, #fcfaf2, #efe9d3)!important;
    border: 1px solid #eadcb7!important;
    border-radius: 30px!important;
    box-shadow: 0 8px 10px -10px rgba(150, 150, 150, .25)!important;
    font-weight: 600!important;
	width: max-content;
}
.grid-header .card .card-header a {
	font-size: 16px;
	line-height: 44px;
	color: #7d6118!important;
	height: 44px;
	text-align: left;
}	
.grid-header .card .card-header:hover a{
    color: #000
}
.grid-header .card .card-header a.card-link{
	display: block;
	position: relative;
}
.filter-box{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.filter-box #accordion{
    float: right;
}
.wcpf-field-button{
    width: 220px;
    display: inline-flex;
    margin-right: 15px; 
}
.wcpf-field-button .wcpf-button{
    /*border-radius: 50px;*/
    background-image: linear-gradient(to bottom, #fcfaf2, #efe9d3) !important;
    color: #7d6118 !important;
    border: 1px solid #eadcb7 !important;
    border-radius: 30px !important;
    box-shadow: 0 8px 10px -10px rgba(150, 150, 150, .25) !important;
}
/* Sort Botton */
.woocommerce-ordering {
    position: relative;
    display:block;
    margin: 0 auto;
    padding:0 15px;
    width: max-content;
    background-image: linear-gradient(to bottom, #fcfaf2, #efe9d3)!important;
    color: #7d6118 !important;
    border: 1px solid #eadcb7 !important;
    height: 44px;
    line-height: 34px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 10px -10px rgba(150, 150, 150, .25)!important;
}
.woocommerce-ordering select {
    width:100%;
    margin:0;
    background:none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    color: #7d6118 !important;
    border: none;
    text-align: center;
}
.woocommerce-ordering::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 8px;
    top: 50%;
    right: 1em;
    margin-top:-4px;
    background-image: url(http://filamentgroup.com/files/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    /* These hacks make the select behind the arrow clickable in some browsers */
    pointer-events:none;
}
.button {
    border: 1px solid #bbb;
    border-radius: .3em;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
}
.shop-ordering{
    width: max-content;
}
.shop-ordering  .fa.fa-sort{
    display: none;
}

/* Set options to normal weight */
.woocommerce-ordering option {
  font-weight:normal;
}
x:-o-prefocus, .woocommerce-ordering::after {
    display:none;
}    
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .woocommerce-ordering select::-ms-expand {
        display: none;
    }
    .woocommerce-ordering select:focus::-ms-value {
        background: transparent;
        color: #222;
    }
}  
@-moz-document url-prefix() { 
    .woocommerce-ordering {
        overflow: hidden;
    }
    .woocommerce-ordering select {
        width: 120%;
        width: -moz-calc(100% + 3em);
        width: calc(100% + em);
    } 
}
.woocommerce-ordering select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
/* Product List */
.site-main ul.products.columns-4 li.product{
	width: calc(25% - 20px) !important;
    margin: 0 10px 30px 10px !important;
    background-color: #fcfaf2;
    border: 1px solid #eadcb7;
    border-radius: 12px 0 12px 0;
    padding: 15px 0 30px;
    overflow: hidden;
}
h2.woocommerce-loop-product__title{
	color: #7d6118;
    font-weight: 400 !important;
    min-height: 46px !important;
    overflow: hidden;
    margin: 12px auto 4px !important;
    font-size: 14px !important;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 2px;
    line-height: 22px;
}
.coupon-badge{
    position: absolute; 
    top: 0; left: 0; 
    background: var(--color-red); 
    color: white; 
    padding: 5px;
    border-radius: 12px 0 12px 0;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
}
a.add_to_cart_button{
	position: relative;
	background-image: linear-gradient(to bottom, #fcfaf2, #efe9d3)!important;
    color: #7d6118!important;
    border: 1px solid #eadcb7!important;
    border-radius: 30px!important;
    box-shadow: 0 8px 10px -10px rgba(150, 150, 150, .25)!important;
    font-weight: 600!important;
    cursor: pointer;
    padding-right: 30px;
    margin-top: 12px;
    font-size: 16px;
}
a.add_to_cart_button::before{
	content: '';
    position: absolute;
    background-image: url(https://dev.meadha.com/wp-content/uploads/shopping-bag.png);
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(38%) sepia(29%) saturate(1127%) hue-rotate(6deg) brightness(91%) contrast(88%);
}
a.added_to_cart.wc-forward{
    display: none;
    visibility: hidden;
}
.pagination, .woocommerce-pagination{
    border: none!important;
    float: left!important;
    width: 100%;
}
.pagination .page-numbers, .woocommerce-pagination .page-numbers{
    text-align: left;
    padding: 16px 8px;
    border: none!important;
    width: 100%;
}
.woocommerce-pagination .page-numbers li .page-numbers{
    background-image: linear-gradient(to bottom, #fcfaf2, #efe9d3)!important;
    color: #7d6118!important;
    border: 1px solid #eadcb7!important;
    border-radius: 50px!important;
    box-shadow: 0 8px 10px -10px rgba(150, 150, 150, .25)!important;
    width: 40px;
    height: 40px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
}
.pagination .page-numbers li .page-numbers.current, 
.woocommerce-pagination .page-numbers li .page-numbers.current{
    background-image: linear-gradient(to bottom, #efe9d3, #fcfaf2)!important;
}
@media (max-width: 1199px) {

}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 1199px) {
    .shop-ordering,
    .grid-header .shop-filter{
        padding-left: 4px
    }
    .site-main ul.products.columns-4 li.product.first{
        clear: none!important
    }
    .site-main ul.products.columns-4 li.product{
        width: calc(33.33% - 20px) !important;
        float: left !important;
    }
    .site-main ul.products.columns-4 li.product:nth-child(3n+4){
        clear: both!important;
    }
}

/* Small devices (landscape phones, less than 768px)  */
@media (max-width: 767px) {
    .site-main {
        margin-top: 15px !important;
    }
    body.archive #primary,
    body.archive #secondary{
        margin-top: 15px
    }
    .woocommerce-products-header__title.page-title {
        font-size: 24px;
        line-height: 48px;
    }
    .woocommerce-products-header{
        padding: 0 0 30px 0!important;
    }
    .filter-box{
        padding: 0 8px;
    }
    .filter-box #accordion,
    .grid-header .card-header{
        width: 100%;
    }
    .wcpf-field-button{
        width: 100%;
    }
    .grid-header .card .card-header a{
        font-size: 14px;
    }
    .grid-header .card-body{
        width: calc(100% - 10px);
        margin: 0 5px;
    }
    .shop-ordering{
        width: 100%;
        float: left;
        max-width: 100% !important;
        margin: 0 auto!important;
    }
    .woocommerce-ordering{
        line-height: 44px;
        margin: 0 auto!important;
        width: 100%;
    }

    .pagination .page-numbers, .woocommerce-pagination .page-numbers{
        text-align: center;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .widget-area{
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    /*.shop-ordering,
    .grid-header .shop-filter{
        max-width: calc(50% - 20px)!important;
        padding: 0;
    }
    .shop-ordering{ margin: 0 5px 0 15px; }*/
    .grid-header .shop-filter{ margin: 0 15px 0 5px; }
    .site-main ul.products.columns-4 li.product{
        width: calc(50% - 16px)!important;
        margin: 0 8px 16px 8px !important;
        padding-bottom: 20px;
        float: left;
    }
    .site-main ul.products.columns-4 li.product:nth-child(2n+3){
        clear: both!important
    }
}