/**Woo all shop page**/
.et-db #et-boc .et-l .et_pb_widget_area_left {
    padding-right: 0px;
}

/**Styling the Add to cart and Info Button**/

.woocommerce ul.products li.product .button,
a.preview-product {
	font-family: ETModules;
	border: 2px solid #A57355;
	color: #A57355;
	font-size: 20px;
	padding: 4px!IMPORTANT;
	border-radius: 100px;
	height: 45px!important;
	width: 45px!important;
	text-align: center;
	transition: .3s ease;
  float: right;
  margin-top: -30px;
  margin-right: 10px;
}


/**Adding some Hover effect to buttons**/

.woocommerce ul.products li.product .button:hover,
a.preview-product:hover {
	background: #A57355!important;
	color: #fff!important;

	box-shadow: 0px 3px 20px #A57355;
}


/**Disbales the icon appear when you hover to add to cart button**/

.woocommerce ul.products li.product .button:after {
	display: none;
}


/**Some adjustments to More info button**/

a.preview-product {
	display: none;
}


/**Styling the Product Card**/

.woocommerce ul.products li.product {
	border-radius: 10px !important;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
	transition: .3s ease;
	padding-bottom: 25px !important;
	background: #fff;
}


/**Adding Hover effect to product card**/

.woocommerce ul.products li.product:hover {
	box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.14);
	transform: translate(0%, -5%);
}


/**Styling the View cart button**/

.woocommerce a.added_to_cart {
	font-family: Poppins;
	letter-spacing: 1px;
	color: #A57355;
	border: 2px solid #A57355;
	padding: 1px 6px;
	border-radius: 3px;
	margin-left: 10px;
	transition: .3s ease;
    float: right;
}


/**Adding hover effect to view cart button**/

.woocommerce a.added_to_cart:hover {
	background: #A57355;
	color: #fff;
}

/***** Making product one column in Mobile******/

@media (max-width: 767px) {
 body.et-db #et-boc .et-l .et_pb_shop ul.products.columns-1 li.product, 
 body.et-db #et-boc .et-l .et_pb_shop ul.products.columns-2 li.product, 
 body.et-db #et-boc .et-l .et_pb_shop ul.products.columns-3 li.product, 
 body.et-db #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product, 
 body.et-db #et-boc .et-l .et_pb_shop ul.products.columns-5 li.product, 
 body.et-db #et-boc .et-l .et_pb_shop ul.products.columns-6 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-1 li.product,  
 body.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-2 li.product,  
 body.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-3 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-4 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-5 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_related_products ul.products.columns-6 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_upsells ul.products.columns-1 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_upsells ul.products.columns-2 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_upsells ul.products.columns-3 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_upsells ul.products.columns-4 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_upsells ul.products.columns-5 li.product, 
 body.et-db #et-boc .et-l .et_pb_wc_upsells ul.products.columns-6 li.product {
        width: 100%!important;
        margin-right: 0%!important;
    }
}
@media all and (max-width: 767px) {
     .woocommerce-page ul.products li.product:nth-child(n) {
        margin: 0 0 11.5%!important;
        width: 100%!important;
    }
}




/**woocommerce paggination style**/
.woocommerce nav.woocommerce-pagination ul li {
border-right: 4px solid #fff;
background: white !important;
}
.page-numbers {
border: none !important;
}
.woocommerce-pagination .page-numbers a:link, .woocommerce-pagination .page-numbers a:visited {
display: block !important;
background: #000 !important;
color: #fff !important;
padding: 10px 12px 10px 12px  !important;
}
.woocommerce-pagination .page-numbers a:link, .woocommerce-pagination .page-numbers a:hover {
display: block !important;
background: #000000 !important;
color: #fff !important;
border-radius: 100px;
}
.woocommerce-pagination .page-numbers .current, .woocommerce-pagination .page-numbers li a:hover {
padding: 10px 12px 10px 12px  !important;
background: #a57355 !important;
color: #fff !important;
border-radius: 100px;
}



/******* woocommerce shop page *******/
/**woo all product view cart hide css**/
.woocommerce a.added_to_cart {
    padding-top: .1em;
    display: none;
}

/*** CHANGE COLORS ON THE FILTER DROPDOWN (THIS MAKES OTHER WOO DROPDOWNS MATCH AS WELL) ***/
select.orderby, /* woocommerce class is purposely left off so other dropdowns can match but you can add it if you prefer */
.woocommerce div.product form.cart .variations td select {
	background: #a47355;
	color: #fff !important;
	padding: 5px!important;
	font-weight: bold;
	    font-family: 'Mulish';
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

p.woocommerce-result-count {
   color: #a47355!important;
	    font-family: 'Libre Baskerville';
	font-size: 16px!important;
		font-weight: semi-bold;
}
select.orderby {
    margin-bottom: 30px!important;
}

/*************************
 ************************* 
 * ************************
 * product filter
 * ************************
 * ************************* 
 * 
 * **/


.wpf_item label {
    cursor: pointer;
    vertical-align: middle;
    line-height: normal;
    margin-right: auto!important;
	padding-bottom: 0px!important;
	
}
.wpf_slider.ui-slider .ui-widget-header {
    background: #a47355!important;
    border: none;
}
.wpf_slider.ui-slider {
    height: 14px!important;
    background: rgba(0,0,0,.15);
    border: none;
    margin: 2.5em 0 .8em 0;
}
.wpf_slider.ui-slider .ui-slider-handle {
    border-radius: 50px;
    top: -3.4px!important;
    width: 1.2em!important;
    height: 1.2em!important;
    cursor: pointer;
    background: #fff;
}

label.wpf_item_name {
    color: #000!important;
    font-weight: 700!important;
}
.wpf_item.wpf_item_price {
    padding-top: 0px!important;
}
.wpf_item .wpf_item_name {
    font-weight: bold;
    font-size: 1em;
    display: block;
    cursor: auto;
    border-bottom: 0px solid rgba(0,0,0,.1)!important;
    margin: 0 0 .05em!important;
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 .wpf_items_grouped .wpf_grouped_label:after {
    content: "\e801";
    font-family: "themify_wc_product_filter_icons";
    position: absolute;
    right: -18px!important;
    top: 16%;
    cursor: pointer;
    font-size: 10px;
    color: #fff;
    background-color: #A47355;
    padding: 8px;
	}
}
.wpf-slider-label {
    font-size: 18px;
    color: #000!important;
    font-family: 'Mulish';
}


.et-db #et-boc .et-l .et_pb_widget ul li {
    margin-bottom: .5em;
    width: 100%;
}
/**advance woo search**/


#et-boc .aws-container .aws-search-form .aws-form-btn {
    background: #a57355;
    border: 1px solid #a57355;
    margin: 0 0 0 -1px;
   
}
.aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
}
#et-boc .aws-container .aws-search-field {
    border: 2px solid #a57355;
    border-radius: 1px;
    padding: 6px 15px;
}

.aws-search-result .aws_result_title {
    display: block;
    font-weight: bold;
  font-family: 'Mulish';;
    margin-bottom: 3px;
    color: #a57355;
}
.aws-search-result .aws_search_more a {
   display: none;
}
.aws-search-result .aws_onsale {
    background: #a57355 none repeat scroll 0 0;
}

.aws-container .aws-search-field {
	font-size: 14px;
	font-family: 'Mulish';
}


/*******WOO CART / CHECKOUT / ACCOUNT PAGES *******/
/** MAIN FORMS BACKGROUND COLOR **/
.woocommerce table.shop_table,
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register,
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment,
#customer_details, 
h3#order_review_heading,
form.woocommerce-EditAccountForm.edit-account {
	border: 0 !important; /* you can add a border if you prefer */
	background: #f5f5f5; /* this is the main background color for all forms */
}
/** FORM AND OTHER PADDING **/
#customer_details,
form.woocommerce-EditAccountForm.edit-account,
h3#order_review_heading {
	padding: 30px 20px;
}
/** ADJUST FORM ROUNDED EDGES ***/
#customer_details {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.woocommerce-checkout-review-order table.shop_table {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/** FIELDS ON CHECKOUT, CART, ACCOUNT PAGES **/
.woocommerce-account input, 
.woocommerce-checkout input,
#order_comments.input-text {
	background-color: #f5f5f5 !important;
	color: black !important; /* not the placeholder, the text color when typed */
	border: 1px solid #a57355; /* optional */
}
/** COUPON FIELD ONLY **/
.woocommerce-page #coupon_code.input-text { /* if you want your coupon different from other fields */
	background-color: #fff !important;
	border: 1px solid #a57355; /* optional */
	color: #a57355 !important;
	font-family: "Mulish";
	font-size: 18px !important; /* if you don't want the default giant font on the coupon field */
}
/** PLACEHOLDER TEXT ON ALL WOO PAGES **/
.woocommerce-page ::-webkit-input-placeholder {
    color: black !important;
}
.woocommerce-page :-ms-input-placeholder {
    color: black !important;
}
.woocommerce-page ::-moz-placeholder {
    color: black !important;
}
.woocommerce-page :-moz-placeholder { /* this isn't the same as above don't delete */
    color: black !important; 
}
/** THIS COMPENSATES FOR SHIP TO DIFF ADDRESS FIELD NOT ALIGNING **/
h3#ship-to-different-address {
	margin-top: -3px; 
}
/** ALL WOO BUTTONS **/
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt,
.woocommerce a.button, 
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button {
	text-transform: capitalize !important;
		font-family:"Mulish";
	background: #A57355!important;
	color: #fff!important;
} 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover,
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover,
.woocommerce a.button:hover, 
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover {
			font-family:"Mulish";
	background: rgba(221,153,110,0.88) !important;
	color: #222 !important;
}
/** PAYMENT BOX ON CHECKOUT **/
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background-color: #A57355;
	color: #fff;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #A57355;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
}
/** BORDERS AND TABLES **/
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	border: 1px solid #a57355;
}
.woocommerce table.shop_table td,
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th, 
.woocommerce-checkout #main-content .cart-subtotal td {
	font-family: "Mulish";
	border-top: 1px solid #b7a194;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: transparent;
}
.woocommerce-checkout #content-area table th,
.woocommerce-checkout #content-area table td {
	padding-left: 20px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	font-size: 18px;
}
/** EXISTING ACCOUNT / ERROR BOXES BACKGROUND COLOR **/
.woocommerce-message, 
.woocommerce-error, 
.woocommerce-info {
	background: #f3ebe6 !important;
	color: #000!important;
}
/** ORDER NOTES ON CHECKOUT **/
.woocommerce-checkout .woocommerce form .form-row textarea {
	height: 150px; /* height of optional notes box */
}
/** STATE DROPDOWN SELECT COLOR **/
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #a57355;
}
/** QUANTITY BOX **/
.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	color: #222 !important;
	background: #fff !important;
	border: 2px solid #a57355!important;
	font-family: "Mulish";
	height: 46px; /* you may need to change this based on your font size */
}

/** Change WC Acct Page Column Widths **/
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/** Style WC Account Endpoint Links **/
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:220px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
      margin-left: 20px;
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

