/*
Theme Name: Seafresh
Version: 2
Author: trcreative.co.uk
Text Domain: amd
*/


.grecaptcha-badge {
	/*opacity: 0 !important;
	visibility: hidden !important;*/
}
.wpcf7-form-control.wpcf7-submit.btn-orange {
	margin-left: 16px;
}
.wpcf7-form-control-wrap.g-recaptcha-response {
	width: 100%;
}
.anr_captcha_field {
	margin-bottom: 20px;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
	width: 100%;
}
.woocommerce
	#content
	.products-loop-wrapper
	.the-products-list
	.col-md-4
	.the-product
	.product-price
	span.old-price
	*,
#most-popular .the-product .product-price span.old-price * {
	color: inherit;
}

.woocommerce div.product form.cart .button {
	background-color: #f48100;
	background-color: #f48100;
display: block;
width: 100%;
padding: 20px;
 height: inherit; 
font-size: 20px;

}
.woocommerce div.product form.cart .button:hover {
	background-color: #db7400;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin-right: 0px;
}
.woocommerce-checkout
	#payment
	.payment_method_stripe
	label[for='payment_method_stripe'] {
	padding-left: 20px;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 40px;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	display: none;
}

#header div.wrapper .search-box .trustpilot-box {
	margin-top: 20px;
}
#trustpilot-box {
	margin-bottom: 30px;
}

#top-menu ul li a {
	padding: 0px 18px;
}

#home-boxes a.box .overlay .overlay-text {
	font-family: 'Noto Sans', sans-serif !important;
}

.dgwt-wcas-search-wrapp {
	margin: 0px;
}

p.giftwrap_header a.btn {
	font-weight: 700;
	box-shadow: none;
	text-shadow: none;
	border: none;
	background: none;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0px 20px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
	border-radius: 17px;
	background-clip: padding-box;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	background-color: #0070a4;
}

p.giftwrap_header a.btn:hover {
	background-color: #005f8b;
}

#ppcp-hosted-fields,
.woocommerce .place-order #ppcp-hosted-fields .button {
	width: 100%;
}
.woocommerce .place-order #ppcp-hosted-fields .button,
.button.btn.alt.giftwrap_submit {
	font-size: 15px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #f48100;
	padding-top: 0px;
	padding-bottom: 0px;
}

.woocommerce .place-order #ppcp-hosted-fields .button:hover,
.button.btn.alt.giftwrap_submit:hover {
	background-color: #db7400;
}

#home-boxes a.box {
	min-height: 231px;
}
#home-boxes a.box.bg-blue {
	background-color: rgba(0, 124, 170, 0.7);
}
#home-boxes a.box.bg-grey {
	background-color: rgba(197, 215, 238, 0.7);
}
#home-boxes a.box.bg-yellow {
	background-color: rgba(213, 161, 41, 0.7);
}
#home-boxes a.box.bg-red {
	background-color: rgba(241, 92, 59, 0.7);
}
#home-boxes a.box.bg-blue {
	background-color: rgba(0, 124, 170, 0.7);
}

#home-banner {
	height: 388px;
	overflow: hidden;
}

.delivery-info-global {
	font-size: 13px;
	font-weight: bold;
	color: #820895;
}

.added-to-cart-popup {
	position: fixed;
	z-index: 50;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}
.added-to-cart-popup .the-modal-content {
	background-color: #fff;
	padding: 30px;
	margin-top: 100px;
	position: relative;
}
.added-to-cart-popup .the-modal-content .close-popup {
	border: none;
	padding: 0px;
	color: #afafaf;
	background-color: transparent;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 15px;
	outline: 0;
	font-size: 22px;
	cursor: pointer;
}
.added-to-cart-popup .the-modal-content .close-popup:hover {
	color: #000;
}

.added-to-cart-popup .the-modal-content .the-title {
	font-size: 20px;
	line-height: 24px;
}
.added-to-cart-popup .the-modal-content .the-title br {
	display: none;
}
.added-to-cart-popup .the-modal-content .the-product-added {
	padding: 20px 30px;
	background-color: #ebebeb;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 30px;
}
.added-to-cart-popup .the-modal-content .the-product-added img.the-thumb {
	width: 100px;
	height: auto;
	margin-right: 20px;
}
.added-to-cart-popup .the-modal-content .the-product-added .the-product-info {
}
.added-to-cart-popup
	.the-modal-content
	.the-product-added
	.the-product-info
	.the-product-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.added-to-cart-popup
	.the-modal-content
	.the-product-added
	.the-product-info
	.the-product-price
	.old-price {
	text-decoration: line-through;
}
.added-to-cart-popup .the-modal-content .buttons {
	margin-top: 30px;
}
.added-to-cart-popup .the-modal-content .buttons .btn-orange {
	width: 100%;
	max-width: 170px;
	border: 1px solid #f48100;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
}
.added-to-cart-popup .the-modal-content .buttons .btn-orange.lined {
	background-color: transparent;
	color: #f48100 !important;
}
.added-to-cart-popup .the-modal-content .buttons .btn-orange.lined:hover {
	background-color: #f48100;
	color: #fff !important;
}
.woocommerce-form-coupon-toggle {
	display: none;
}

#breadcrumb .woocommerce-breadcrumb {
	display: block;
}

#content .woof_show_auto_form,
#content .woof_show_auto_form + br {
	display: none !important;
}

.iradio_square-grey {
	margin-top: -7px;
}
.woof_radio_term_reset {
	display: none !important;
}
#content .widget.widget-woof .widget-title {
	display: none;
}
#content .widget.widget-woof .woof_container {
	margin-bottom: 30px;
}
#content .widget.widget-woof h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	background-color: #f48100 !important;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
	border-top-color: #f48100 !important;
}
.irs--round .irs-handle {
	border-color: #b1b1b1 !important;
}
.irs--round .irs-bar {
	background-color: #ccc !important;
}
.jQuery-plainOverlay-progress {
	display: none !important;
}

.woocommerce #content nav.woocommerce-pagination ul {
	padding: 0;
	border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
	margin: 0 3px;
	border: none;
}
.woocommerce #content .woocommerce-pagination ul.page-numbers li a {
	text-decoration: none;
}
.woocommerce #content .woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
	width: 25px;
	height: 25px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #f48100;
	color: #fff !important;
}

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 992px) {
	#home-boxes a.box {
		min-height: 272px;
	}
	#home-banner {
		height: 398px;
	}

	#content .woof_show_auto_form,
	#content .woof_show_auto_form + br {
		display: block !important;
	}
}

@media only screen and (max-width: 576px) {
	#home-boxes a.box {
		min-height: 122px;
	}
	#home-banner {
		height: 140px;
	}

	.added-to-cart-popup .the-modal-content {
		padding: 20px;
	}
	.added-to-cart-popup .the-modal-content .the-product-added {
		padding: 20px 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.added-to-cart-popup .the-modal-content .buttons .btn-orange {
		padding: 0px;
		max-width: none;
		width: 145px;
	}
	.added-to-cart-popup .the-modal-content .the-title br {
		display: block;
	}
}

.subcats-wrapper {
 display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.subcats {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  width: 80%;
  justify-content: center;
}

.subcats li {
  margin: 5px;
}

.subcats li a {
  display: block;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
}

.subcats li a:hover {
  color: #0077cc;
}


.product-title h3 {
	font-weight: normal !important;
	font-size:16px !important;
	padding:5px 10px;
}
.sticky-btn {
  position: fixed;
  right: -121px;
  top: 240px;
  z-index: 9999;
  transform: rotate(-90deg);
  white-space: nowrap;
	font-family: 'Noto Sans', sans-serif; /* Set the font to Noto Sans */
  text-transform: uppercase; /* Make the text uppercase */
}


.rotated-text {
  
}

/* Set a max width for the modal */
.modal-lg {
  max-width: 90%;
}

/* Adjust modal size for larger screens */
@media (min-width: 992px) {
  .modal-lg {
    max-width: 60%;
  }
}

/* Adjust modal size for even larger screens */
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 50%;
  }
}


/* Style for the custom cart message */
.custom-cart-message {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Style for the visual representation */
.custom-cart-visual {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-section {
    width: 14.28%; /* 100% divided by 7 */
    height: 20px;
    border: 1px solid #000;
    margin-right: 5px;
}

.filled {
    background-color: green; /* Color for filled sections */
}

.empty {
    background-color: red; /* Color for empty sections */
}

.checkout_coupon {
 display: block !important;
}


.woocommerce div.product form.cart{
	
	    background-color: #fff;
    padding: 20px;
	broder-radius:10px;
} 

.woocommerce div.product form.cart .quantity label, .woocommerce div.product form.cart label {
	float:left;
	width:20%;
	font-size:14px;
	padding-top:8px;
}
.woocommerce div.product form.cart .quantity input{
	float:left;produc
	width:80% !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	width:100% !important;
}

.woocommerce div.product form.cart .price {
	float:left;
	width:80% !important;
}

.woocommerce #content .products-loop-wrapper .the-products-list .col-md-4 .the-product .product-price {
	font-size:15px !important;
}

/* =============================================
   DELIVERY BAR
   Slim dismissible banner — sits above trust bar
   ============================================= */

.delivery-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding: 7px 40px 7px 16px;
  background-color: #f4f7f6;
  border-bottom: 1px solid #dde3e2;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #0070a4;
  text-align: center;
  line-height: 1.4;
  position: relative;
  box-sizing: border-box;
}

.delivery-bar__label {
  font-weight: 400;
  color: #0070a4;
}

.delivery-bar__date {
  font-weight: 600;
  color: #0070a4;
}

.delivery-bar__separator {
  display: inline;
  margin: 0 8px;
  color: #b0c4c4;
}

.delivery-bar__cutoff {
  color: #0070a4;
  font-weight: 400;
  font-size: 12px;
}

.delivery-bar__dismiss {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  line-height: 1;
  color: #b0c4c4;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 3px;
  transition: color 0.15s ease;
}

.delivery-bar__dismiss:hover {
  color: #4a6262;
}

.delivery-bar--hidden {
  display: none;
}

/* Hidden state after dismiss */
.delivery-bar--hidden {
  display: none;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 600px) {
  .delivery-bar {
    font-size: 12px;
    padding: 7px 36px 7px 12px;
    flex-wrap: wrap;
  }

  .delivery-bar__separator {
    display: none;
  }

  .delivery-bar__cutoff {
    display: block;
    width: 100%;
    font-size: 11px;
    margin-top: 1px;
  }
}


#promo-text ul li {
	font-size:11px;
	  letter-spacing: 0.06em;

}