/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .widget-area .woocommerce-product-search button{
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    background: transparent; text-indent: -9999px;  background: transparent; z-index: 99;
    
    
}
.widget-area .widget_product_search::after{}
/**
 * My Account
 */

@media only screen and (min-width: 768px) {
	.woocommerce-page.woocommerce-account .entry-content .woocommerce{ max-width: 100%;}
    .woocommerce-page.woocommerce-account.logged-in .woocommerce{display: flex;}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 20%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
	  display: inline-block;
	  float: left;
	  margin-left: 5%;
	  width: 75%;
	}

    #customer_login.u-columns {
        display: flex;
        flex-direction: row;
    }

    #customer_login .u-column1.col-1,
    #customer_login .u-column2.col-2 {
        width: 50%;
        padding: 30px ;
        margin: 0px 15px;
        border: solid 1px #ccc;
    }
}
@media only screen and (max-width: 767px) {
	.woocommerce-page.woocommerce-account .woocommerce{padding: 0px 15px;}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0; margin-left: 0px;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--membership a:before {
    font-family: 'FontAwesome';
    content: "\f2bc";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.page-header{background-color: #f3f3f3;}
.store-to-collect-wrapper .woocommerce-input-wrapper{position: relative; padding-right: 33px; display: block;}
.store-to-collect-wrapper .woocommerce-input-wrapper .btn-viewmap{position: absolute; right: 0px; top:0px; height: 34px; width: 34px; border-radius: 0px;}


.modal-dialog.modal-xl {
  width: 90%;
  height: 90%;
  margin: 5%;
  padding: 0;
}

.modal-dialog.modal-xl .modal-content {
  min-height: 90%;
  border-radius: 0;
}
.modal-dialog.modal-xl .modal-content  .modal-body{position: absolute; left: 0px; top: 0px;
    height: 100%;
    width: 100%;
}
#map-canvas{width: 100%; position: absolute; height: 100%; left: 0px; top:0px;}
.woocommerce-cart .cart-collaterals table.shop_table .shipping th{width: 85px;}
.woocommerce-cart .cart-collaterals table.shop_table .shipping td ul,
.woocommerce-checkout table.shop_table td ul{padding: 0px; list-style: none; margin: 0px;}
.woocommerce-cart .cart-collaterals table.shop_table .shipping td ul li,
.woocommerce-checkout table.shop_table td ul li{display: block; margin-right: 5px;}
.woocommerce-cart .cart-collaterals table.shop_table .shipping td ul li:last-child{margin-right: 0px;}
.woocommerce-cart .cart-collaterals table.shop_table .shipping td ul li label,
.woocommerce-checkout table.shop_table td ul li label{margin-left: 3px;}
.woocommerce-checkout table.shop_table tr.shipping td{    width: 135px;text-align: left;}
.woocommerce-cart .cart-collaterals table.shop_table .shipping .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals table.shop_table .shipping .shipping-calculator-button{display: none;}


.blockui-growl {
  display: none;
  text-align: left;
  padding: 15px;
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
}
.blockui-growl h6 {
  margin-top: 2px;
  margin-bottom: 8px;
}
.blockui-message {
  display: none;
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
  padding: 15px 15px 10px 15px;
}
.blockui-message > i {
  display: block;
  margin-bottom: 10px;
}
.multiple-messages-container,
.blockui-animation-container {
  display: none;
}
.blockui-animation-container {
  background-color: #555;
  padding: 10px;
  line-height: 1;
  border-radius: 3px;
}

.input-group-btn .btn{height: 55px; line-height: 40px; }
.cart-discount.coupon-member-point{display: none;}