/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2021 | 08:59:08 */
body {

}

.header-content .container div.logo-wrapper {

}


body .ftc-search-product form {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  left: -40px;
  bottom: 0;
  max-width: 100%;
}

body .ftc-search-product .ftc-search .ajax-search-content {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 0;
}


body  .ftc-search-product .ftc_search_ajax input[type="text"] {
  top: 0;
  width: 180px;
  border: 0;
  border-bottom: 2px solid #eee;
  transition: 0.25s all ease-in-out;
}

body  .ftc-search-product .ftc_search_ajax input[type="text"]:focus {
  border-bottom: 2px solid #e5007d;
}

body .ftc-enable-ajax-search {

}

@media ( min-width: 768px ) {
  body  .ftc-search-product .ftc_search_ajax input[type="text"] {
    width: 120px;
    height: 38px;
  }
}

/*
* Empty cart buttons
*/
a.empty-cart-button.button {
  margin: 5px 5px !important;
  display: inline-block !important;
  font-weight: 400 !important;
}




.ftc-form-close {
  position: absolute;
  left: -20px;
  z-index: 999999;
  color: #ccc;
}

/*
* BG remove for meta info
*/

@media ( max-width: 768px ) {
	.woocommerce .products.grid .product .item-description .meta_info:before,
	.archive .woocommerce .products:not(.list) .product .item-description .meta_info:before {
		background: transparent !important;
	}

	.archive .woocommerce .products:not(.list) .product .item-description .meta_info {
		background-color: transparent;
	}
}


/* links in woocommerce error */

body .woocommerce-error a:link {
    display: inline-block;
    padding: 0px 0;
    color: #e5037d;
    border-bottom: 1px solid #e5037d;
}

body .woocommerce-error a:link:hover {
    color: #333;
}

/* check pincode css */

body.single-product .wczpc_maindiv {
  float: none;
  width: auto;
  display: inline-block;
  overflow: visible;
  float: none !important;
  padding: 15px 0;
  width: 100%;
}
body.single-product .wczp_checkcode {
}
body.single-product .wczp_delicons {
  display: none;
}
body.single-product .wczp_avacod p{
  font-size: 13px;
}

body.single-product .wczp_tficon {
  width: 18px !important;
  height: auto;
}
body.single-product .response_pin {
  border: 0;
  padding: 10px 0;
}
body.single-product .wczpc_maindiv input.wczpcheckbtn {
  height: 32px;
  font-size: 14px;
  line-height : 1;
  font-weight: 400;
}
.wczpc_maindiv .wczp_cookie_check_div input.wczpbtn {
    height: 30px;
    padding: 3px 10px;
    font-weight: 300;
    font-size: 14px;
}

@media ( max-width: 640px ) {
  .wczpc_maindiv .wczp_checkcode {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  body.single-product .wczpc_maindiv input.wczpcheckbtn {
    margin-right: 0;
  }
}

/**
* DEcorative icon
*/
body .decorative-icon {
     margin-top: 18px;
}
body .decorative-icon p.icon-center {
  margin-top: -10px;
}

html .woocommerce div.product div.images img {
  object-fit: contain;
  object-position: center;
  max-height: 100%;
}