/*
Theme Name: Countryfresh Theme
Author: Sunil Wananje <swananje@bwhittle.com>
Author URI: https://wordpress.org/
Template: storefront
Description: Countryfresh custom theme 
Version: 1.1
*/
@import url("assets/css/main.min.css");
img {
    max-width: 100%;
}
.banner  {
    border-bottom: 10px solid #edf1f5;
}
.phone-number-input__row
{
	/* This is done to stretch the contents of this component */
	display     : flex;
	align-items : center;
}

.phone-number-input__phone
{
	/* The phone number input stretches to fill all empty space */
	flex : 1;

	/* The phone number input should shrink
	   to make room for the extension input */
	min-width : 0;
}

.phone-number-input__icon
{
	/* The flag icon size is 5x3 hence the exact `width` and `height` values */
	width      : calc(0.31em * 5);
	height     : calc(0.31em * 3);

	/* `1px` is still too much for a "retina" screen but there's no way in CSS to specify "hairline" border width. */
	border     : 1px solid rgba(0, 0, 0, 0.5);

	/* Makes sure `width`x`height` is exactly `4x3` and `border` width is not included in it */
	box-sizing : content-box;
}

.phone-number-input__icon--international
{
	/* The international icon size is square */
	/* and also has no border hence the `2 * 1px` `width` and `height` compensation */
	width  : calc(0.31em * 3 + 2 * 1px);
	height : calc(0.31em * 3 + 2 * 1px);

	/* The international icon size is square, hence the exact `padding` value */
	/* for precise alignment with `4x3` sized country flags. */
	padding-left  : calc(0.31em / 2);
	padding-right : calc(0.31em / 2);

	border : none;
}

.phone-number-input__error
{
	margin-left : calc(0.31em * 4 + 2 * 1px + 0.3em + 0.35em + 0.5em);
	margin-top  : calc(0.3rem);
	color       : #D30F00;
}

.phone-number-input__icon-image {
    max-width: 100%;
    max-height: 100%;
    font-size: 13px;
    display: block;
    text-align: center;
}

/* Removes `<input type="number"/>` up/down arrows in Webkit browsers. */
.phone-number-input__ext-input::-webkit-inner-spin-button,
.phone-number-input__ext-input::-webkit-outer-spin-button
{
	margin             : 0 !important;
	-webkit-appearance : none !important;
	-moz-appearance    : textfield !important;
}

.phone-number-input__ext-input
{
	width : 3em;
}

.phone-number-input__ext
{
	white-space: nowrap;
}

.phone-number-input__ext,
.phone-number-input__ext-input
{
	margin-left : 0.5em;
}

/* Styling native country `<select/>`. */

.phone-number-input__country--native
{
	position     : relative;
	align-self   : stretch;
	display      : flex;
	align-items  : center;
	margin-right : 0.5em;
}

.phone-number-input__country-select
{
	position : absolute;
	top      : 0;
	left     : 0;
	height   : 100%;
	width    : 100%;
	z-index  : 1;
	border   : 0;
	opacity  : 0;
	cursor   : pointer;
}

.phone-number-input__country-select-arrow
{
	display            : block;
	content            : '';
	width              : 0;
	height             : 0;
	margin-bottom      : 0.1em;
	margin-top         : 0.3em;
	margin-left        : 0.3em;
	border-width       : 0.35em 0.2em 0 0.2em;
	border-style       : solid;
	border-left-color  : transparent;
	border-right-color : transparent;
	color              : #B8BDC4;
	opacity            : 0.7;
	transition         : color 0.1s;
}

/* A "divider" `<option/>` for a native `<select/>`. */
.phone-number-input__country-select-divider
{
	font-size: 1px;
	background: black;
}

.phone-number-input__country-select:focus + .phone-number-input__country-select-arrow,
.phone-number-input__country.rrui__select--focus .rrui__select__arrow
{
	color : #03B2CB;
}

/* Styling phone number input */

.phone-number-input__input--style {
	height        : calc(0.3rem * 6);
	outline       : none;
	border-radius : 0;
	padding       : 0;
	appearance    : none;
	border        : none;
	border-bottom : 1px solid #C5D2E0;
	transition    : border 0.1s;
	font-size     : inherit;
}

.phone-number-input__input--style:focus {
	border-color: #03B2CB;
}

.phone-number-input__input--style--disabled {
	cursor: default;
}

.phone-number-input__input--style--invalid,
.phone-number-input__input--style--invalid:focus {
	border-color: #EB2010;
}

/* Overrides Chrome autofill yellow background color */
.phone-number-input__input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset;
}

/* A small fix for `responsive-ui` */
.phone-number-input__country .rrui__select__button {
	border-bottom: none;
}

/* hide update cart button */
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none;
}

/* ================== Custom CSS Changes For Checkout=================*/
.dialog {
    z-index: 100 !important;
}
#purchase-order-number{
	/*float: left;
    width: 25%;
    margin-left: 25px;*/
    border: 1px solid #cecece;
    box-shadow: none;
    background: none;
    font-size: 16px;
}

.payment_method_purchase_order_gateway label {
    display: inline-block;
    float: left;
    width: 20%;
    min-height: 50px;
    padding-top: 10px;
}
.payment_box.payment_method_purchase_order_gateway label {
	display: none;
}

.wc_payment_methods .payment_method_purchase_order_gateway, #payment .form-row.place-order {
	background-color: #fff !important;
}

.cf-payment-box {
	width:100% !important;
}

.cf-payment-box .place-order {
	width: 35% !important;
    float: right !important;
}

abbr[title] {
	text-decoration: none !important;
}

.required:after {
    content: ""!important;
}

/* HIDE RADIO */
.addr-radio { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
/*.addr-radio + .adr_primary {
  cursor: pointer;
}*/
.hide, a.snize-sticky-searchbox.snize-custom-widget-opener.bottom-right.snize-new-design {
	display:none;
}

.css-sidebar__nav{
	margin-left:0em;
}
.icon-hamburger{
	float:right;
}

/* ================== Custom CSS Changes Quick Buy=================*/
.quickbuy-inventory-flag {
    text-align: right;
    padding-bottom: 15px
}
.quickbuy-cat {
    float: left;
    width: 33.33%;
    max-width: 33.33%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    bottom: 1px
}

.quickbuy-select {
    height: 33px
}
.input__select select {
    background: transparent;
    border: none;
    height: 41px;
    font-weight: 400;
    width: 100%
}
.quickbuy-variant {
    min-width: 194px!important
}

.quickbuy-fav-check {
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
    margin-left: 2%
}
a.woocommerce-product-gallery__trigger{
background-color:inherit !important;
color:#000 !important;
top : 15.875em !important;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: 0;
}

/* ================== Custom CSS Changes For PDP,PLP=================*/

ul, ol {
    margin: 0 0 1.41575em 0em;
}

.woocommerce-product-gallery__trigger {
    background-color: #ffffff !important;
    color: #000000b5 !important;
}

/*.woocommerce-product-gallery--with-images{
	width:25%;
}*/

ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
    clear: none;
    width: 24%;
    float: left;
    font-size: .875em;    
}



.woocommerce-breadcrumb a:first-of-type::before {
    display:none;
}

.category{
	margin-top:35px;
	min-height: 250px;
    position: relative;
}

.woocommerce-result-count { 
    display: none;
}
.woocommerce-ordering {
    display: none;
}

/*
.category img{
	height:170px;
}
.category__picture a{
	width:100px
	height:100px;
}
*/

.woocommerce-loop-category__title{
	font-size: 16px;
	margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

}

.storefront-sorting{
	display:none;
}


.price{
	display:none;
}

/*Hide WooCommerce SALES Badges*/
.woocommerce span.onsale {
display: none;
}

.woocommerce-product-gallery__image{
	 pointer-events: none;
}

.quantity .qty {
    text-align: left;
    width: 130px;
}  

/* Bharat - My Account Styling*/
.hide{
	display: none;
}

.css-tabs__tab{

}

.css-tabs__tab a{
  text-decoration:none !important;
 }

.my-account{
	width:35%;
	font-size:16px;
}

.my-account table tr>td{
	padding:0;
	background:#fff;
}

.my-account table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend{
	background:#fff;
}
.contact-box .woocommerce-Input{
	padding: 0px;
	background:#fff;
	border: 1px solid #767676;
    font-size: 14px;
    padding-left: 5px;
    width: 225px;
}

.contact-box .phone-number-input__input {
	padding: 0px;
	background:#fff;
	border: 1px solid #767676;
    font-size: 14px;
    padding-left: 5px;
    width: 180px;
}

.contact-box .btn-action{
	background-color: #1e90ff;
	padding: 10px 25px;
	font-size: 15px;
	margin-left: -15px;
}

.single-product .woocommerce-product-gallery {
     width: 18% !important; 
     margin-right: .9375rem !important;
 }
  .zoomImg{
    	display: none;
    }

/*  changes for wishmaster by acoweb*/

.icon-trash-o:before {
    display:none;
}
.awwlm-wishlist-message {
    display: none;
}


/*Star icon Position*/
.awwlm-add-to-wishlist-before_image .awwlm-add-to-wishlist-wrap {
     position: static !important; 
}

img.awwlm-icon{
	height:25px !important;
}

/*Remove after installing fontawesome start*/
.stock.out-of-stock::before {
    content: "\f07a";
}
.stock.in-stock::before {
    content: "\f07a";
}
/*Remove after installing fontawesome end*/

/* 1. To Remove Underline from fav prod title               */
.hentry .entry-content a {
    text-decoration: none;
}

table.order a.pay, table.order a.cancel, .return-to-shop {
	display: none
}

.custom-logo {
    max-height: 200px !important;
    max-width: 300px !important;
}
img.custom-logo{
	max-height: 200px !important;
    max-width: 300px !important;
}

#cf_search, #search {
    box-shadow: none !important;
    border: 1px solid #a6a6a6 !important;
    border-radius: 2px !important;
    font-weight: 400 !important;
    width: 100% !important;
    background-color: #ffffff !important;
    color: #000 !important;
}


table.cart .qty {
    padding: .875em;
    max-width: 5em !important;
}

/*

.wpcf7-form-control wpcf7-text{
    background-color: white !important;
}

.label {
    display: inline-block;
    margin-bottom: 0rem !important;
}
*/







