/*
Theme Name: Pharmacy Mentor
Author: Pharmacy Mentor
Author URI: https://www.pharmacymentor.com/
*/
/*:root {
	--border-radius: 1rem;
	--color-theme-blue: #1ea3a6;
	--color-theme-green: #0C2C37;
	--color-theme-dark: #0C2C37;
	--color-theme-light: #fff;
}*/
.container {
	max-width: 1250px !important;
}
.d-grid {
	display:grid;
}

.flex-1 {
	flex: 1;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem !important;
}
.woocommerce div.product .woocommerce-tabs .panel h3, .woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce div.product .woocommerce-tabs .panel h1 {
	margin-bottom: .5rem !important;
}
.card {
	border-radius: var(--border-radius) !important;
	border: none;
	margin-bottom: 5px;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 2rem;
}
.close-btn {
	height:2rem;
	width: 2rem;
	top:0;
	right:1rem;
}
:is(.close-btn, .delete-btn) {
	background: #cc0000;
	color: #fff !important;
}
:is(.close-btn, .delete-btn):is(:hover,:focus) {
	background: #bd2130;
	color: #fff !important;
}
.circle {
	border-radius: 100%;
}
div#deleteImgModal {
    padding-top: 10svh;
}
.cart-totals-extras-content img, .terms-info img {
	display: none;
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.7em;
}
.woocommerce div.product form.cart .quantity label {
  width: 100% !important;
}
.woocommerce div.product div.images .flex-control-thumbs img {
	max-width: 80% !important;
}
.woocommerce-product-gallery__image a {
	width: 100%;
	display: flex;
	justify-content: center;
}
.woocommerce-additional-fields {
	margin-top: 15px;
}
.woocommerce-additional-fields h3 {
	margin-bottom: 5px;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	width: 100%;
	margin-bottom: 10px;
}
.woocommerce .coupon .btn {
	color: #fff !important;
  	background-color: var(--color-theme-green) !important;
}
.woocommerce .coupon .btn:hover {
	color: var(--color-theme-green) !important;
  	background-color: var(--color-theme-blue) !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: 100%;
	margin-bottom: 5px;
}
.terms-info {
	margin-top: 15px;
}
.faqsidelist {
	gap: 10px;
	display: flex;
	flex-direction: column;
}
#wpcf7-f7-p15044-o1 .wpcf7-form-control.wpcf7-submit {
	border: none;
}
section[data-color] *:is(p, span, a, strong, h1,h2,h3,h4,h5) {
	color: var(--color);
}
.rounded {
	border-radius: var(--border-radius) !important;
}
.h-inherit {
	height: inherit;
}
.d-xs-none {
	display:none;
}
section[data-overlay="true"] {
    position: relative;
}
.card-header {
	background-color: var(--color-theme-green);
	border: none;
	color: var(--color-theme-blue);
}
.btn-link {
	color: var(--color-theme-blue);
	font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow: none !important;
}
.woocommerce-message {
	border: none;
	display: flex;
	justify-content: start;
	align-items: center;
	position: relative;
}
.woocommerce-message::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.woocommerce-page .woocommerce-message a.button {
	max-width: fit-content;
	margin-left: auto;
}
.btn-link:hover, .btn-link:focus {
	color: var(--color-theme-blue);
	text-decoration: none;
	box-shadow: none;
}
.card-body {
	background-color: #f9f9f9;
	margin-bottom: 15px;
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	padding: 20px 30px;
}

section[data-overlay="true"]:before {
    content:"";
    position: absolute;
    inset: 0;
    background-color: var(--_overlay);
}
section[data-overlay="true"] .container {
    position: relative;
    z-index: 1;
}

section:has(.bg-image) {
  isolation: isolate;
}

*:has(>.banner-img,>.bg-image) {
    isolation: isolate;
    position: relative;
}

.banner-img,
.bg-image {
	position: absolute;
    inset: 0;
	padding: 0;
    z-index: -1;
}
*:is(.banner-img,.bg-image) img {
	height: 100%;
	object-fit: cover;
	width: 100vw;
	object-position: center;
}
.section-background-1 {
	background: #edf1e1;
}
.form-group-title {
	cursor: pointer;
	margin-bottom: 0px;
	color: var(--color-theme-blue);
	font-size: inherit;
}
span.count-group, span.sidebar-count-group {
	background: #fff;
	color: var(--color-theme-blue);
	width: 25px;
	height: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid var(--color-theme-blue);
}
.cflp-form .form-group {
	border: 1px solid var(--color-theme-blue);
	border-radius: 10px;
}
.content-wrapper.section-title.text-center h4.mb-3 {
	font-family: 'Montserrat', sans-serif;
	color: var(--color-theme-blue);
	font-weight: bold;
}
.content-wrapper.section-title.text-center h4.mb-3 span.question-pointer {
	font-weight: bold;
}
form.cflp-form .paragraph-text {
	text-align: start;
	color: var(--color-theme-blue);
}
.checkbox-group label.form-check-label {
	color: var(--color-theme-blue);
}
.checkbox-group label.form-check-label.has-class input.form-check-input {
	border: 2px solid var(--color-theme-blue);
	opacity: 1;
}
.checkbox-group .form-check input[type="checkbox"] {
	border: 0.15em solid var(--color-theme-blue);
	opacity: .5;
	margin-bottom: 3px;
}
.checkbox-group .form-check input[type="checkbox"]::before {
	background-color: var(--color-theme-green);
}
.form-check.radio input[type="radio"]:checked ~ label {
	background: var(--color-theme-blue);
}
.form-check.radio label:hover {
	background: var(--color-theme-blue);
}
.form-control:focus {
	color: var(--color-theme-blue);
	background-color: #fff;
	border-color: var(--color-theme-green);
	box-shadow: 0 0 0 .2rem rgba(180,204,108,.25);
}
.label-switch .switch-container .switch:checked ~ .switch-track .switch-rail, .label-switch.dual-active .switch-container .switch-track .switch-rail {
	background: var(--color-theme-blue);
}
.label-switch .switch-container .switch:checked ~ .switch-track .switch-rail .switch-slider, .label-switch .switch-container .switch-track .switch-rail .switch-slider {
	background: var(--color-theme-green);
}
textarea.form-control.custom-textarea {
	border-radius: 10px;
	border: 1px solid var(--color-theme-blue);
}
.form-sidebar .sidebar-back {
	border-radius: 10px;
	background: var(--color-theme-green);
}
.cflp-form-container .sidebar-heading {
	background: transparent;
	color: var(--color-theme-blue);
	padding: 0;
	font-size: 22px;
  	font-weight: bold;
}
#formSidebar span.sidebar-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: inherit;
}
@keyframes pulse {
	0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.05);
	}
	100% {
	  transform: scale(1);
	}
}
.woocommerce .woocommerce-order-details ul.wc-item-meta {
	padding-left: 0 !important;
}
.sidebar-button {
	margin-top: 15px;
}
.wc-item-meta li {
    display: flex;
    gap: 30px;
}
button.sidebar-button:disabled {
	background: var(--color-theme-blue) !important;
	color: var(--color-theme-green) !important;
	border-radius: 50px !important;
	opacity: .5;
}
button.sidebar-button:not([disabled]) {
	background: var(--color-theme-blue) !important;
	border-radius: 50px !important;
	opacity: 1;
	transition: transform 0.3s ease-in-out;
	animation: pulse 1s infinite ease-in-out;
	font-weight: bold;
}
.theme-btn-outline {
	background-color: #fff !important;
	color: var(--color-theme-blue) !important;
	font-weight: 600 !important;
	padding: .75rem 1.5rem !important;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	align-self: flex-start;
	font-size: inherit !important;
	border: 1px solid var(--color-theme-blue);
}
.woo-gp-form-wrapper {
	margin-top: 30px;
}
.woocommerce .woocommerce-checkout .form-row #gp-info-option-yes, .woocommerce .woocommerce-checkout .form-row #gp-info-option-no {
	display: none;
}
p.woocommerce-customer-details--email {
	text-align: start;
}
.woocommerce-form.woocommerce-form-gp-surgery {
	display: flex;
	flex-direction: column;
}
.woocommerce-gp-surgery-options label, .consent-checkbox label {
	max-width: 70%;
	margin-bottom: 0;
}
#gp-surgery-option-manual, #gp-surgery-option-nhs, #gp-surgery-consent {
	margin-right: 15px;
}
.order-review-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.card-header .btn-link {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    position: relative;
}
.card-header .btn-link::after {
    content: '';
    border-left: 6px solid var(--color-theme-blue);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
}
.card-header .btn-link:not(.collapsed)::after {
    transform: rotate(90deg);
}
.joint-input .d-flex {
	gap: 10px;
}
i.fa.fa-question {
	color: var(--color-theme-blue);
	border: 1px solid var(--color-theme-blue);
}
p.sidebar-help {
	color: var(--color-theme-blue);
}
.sidebar-help span a:hover {
	text-decoration: none;
	color: var(--color-theme-blue) !important;
}
a.sidebar-cancle-assesment {
	border: 1px solid var(--color-theme-blue);
	color: var(--color-theme-blue);
}
.consultation .heading-section h1.section-title, .consultation .heading-section p {
	color: #fff;
}
.header-style-3 #navbar > ul > li.menu-item-17089 a, .header-style-3 #navbar > ul > li.menu-item-17112 a {
	color: #fff;
	padding: 11px 25px !important;
	display: inline-block;
	text-transform: capitalize;
	height: 40px;
}
.header-style-3 #navbar > ul > li.menu-item-17089 a:hover, .header-style-3 #navbar > ul > li.menu-item-17112 a:hover {
	border-top: none !important;
	color: var(--color-theme-blue) !important;
}
.menu-btn {
	background-color: var(--color-theme-blue) !important;
	border-radius: 50px !important;
}
.menu-btn:hover {
	background-color: var(--color-theme-green) !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background-color: var(--color-theme-green);
	color: var(--color-theme-blue) !important;
  }
.woocommerce-message {
    margin-top: 1rem;
    border-radius: var(--border-radius);
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message a.button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message a.button {
	max-width: fit-content;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead {
	border-bottom: 1px solid var(--color-theme-blue);
}
.woocommerce table.shop_attributes th {
	border-bottom: 1px solid var(--color-theme-blue);
	border-left: none;
}
.woocommerce table.shop_attributes tr:last-child th, .woocommerce table.shop_attributes tr:last-child td {
	border-bottom: none;
}
.woocommerce table.shop_attributes td {
	border-bottom: 1px solid var(--color-theme-blue);
}
.woocommerce table.shop_attributes tr td, .woocommerce table.shop_attributes tr th {
	background: #fff !important;
	color: var(--color-theme-blue) !important;
}
.woocommerce table.shop_attributes td p {
	padding: 8px 8px;
}
table { 
    border: 1px solid var(--color-theme-blue) !important;
	border-collapse: separate;
	border-left: 0 !important;
	border-radius: 10px;
	border-spacing: 0px;
	background-color: #f9f9f9;
	color: var(--color-theme-blue) !important;
}
table span, table strong, table p {
	color: var(--color-theme-blue) !important;
}
thead {
    display: table-header-group;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th, td {
    text-align: left;
    vertical-align: top;
    border-left: 1px solid var(--color-theme-blue);
	padding: 5px 5px 5px 10px;
}
th:first-of-type, td:first-of-type {
    border-left: none;
}
td {
    border-top: 1px solid var(--color-theme-blue);    
	padding: 8px;
}
thead:first-child tr:first-child th:first-child, tbody:first-child tr:first-child td:first-child {
    border-top-left-radius: 10px;
}
thead:first-child tr:first-child th:last-child, tbody:first-child tr:first-child td:last-child {
    border-top-right-radius: 10px;
}
thead:first-child tr:first-child th {
  background-color: var(--color-theme-green);
}
.content-section {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.home-page h4:not(.text-center):not(.text-center *) {
    position: relative;
	margin-bottom: 2rem;
}
.home-page h4:not(.text-center):not(.text-center *)::after {
    background-color: var(--underline-color, var(--color-theme-green));
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    bottom: -1rem;
    width: 100px;
}
.content-section .fas {
	font-weight: 900;
	font-size: 40px;
	color: var(--color-theme-green);
	padding-bottom: 15px;
}
section.home-page img {
	border-radius: var(--border-radius);
}
.price-wrapper {
	display: flex;
	gap: 15px;
	padding-bottom: 15px;
}
.price-wrapper img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(6932%) hue-rotate(0deg) brightness(100%) contrast(115%);
	padding-bottom: 5px;
}
.home-padding {
	padding: 60px 0;
}
section.home-page ul, .accordion ul, .blog-content ul {
	list-style: disc !important;
}
section.home-page ul, section.home-page ol, .accordion ul, .accordion ol, .blog-content ul, .blog-content ol {
	padding-left: 15px;
	margin-bottom: 1rem;
}
section.home-page h3, section.home-page h4, section.home-page h5 {
	margin-bottom: 1.3rem;
	color: inherit;
}
section.home-page p {
	color: inherit;
}
.topbar {
	padding: 5px 0;
}
.topbar .notifications {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.topbar .notifications i {
	color: white;
}
.topbar .notifications p {
	margin: 0;
}
.wpcf7-spinner {
	margin: auto 15px;
	background-color: var(--color-theme-blue);
}
.submit-flex p {
	display: flex;
	margin-bottom: 0;
}
.tagline-icons {
	display: flex;
	flex-direction: column;
}
.menu-my-account, .menu-logout {
	display: none !important;
}
.next-blog {
	border: var(--color-theme-blue) 2px solid;
	padding: 30px;
	height: 100%;
}
.next-blog img {
	height: auto;
}
.meta {
	display: flex;
	flex-direction: column;
}
.meta .category, .meta .author, .meta .date {
	display: flex;
}
.team-content {
	display: flex;
	flex-direction: column;
	padding-top: 15px;
}
.team-content p {
	min-height: 60px;
}
.team-image {
	min-height: 290px;
}
.team-content h5 {
	margin-bottom: 0.3rem !important;
}
.team-content p {
	margin-bottom: 0.3rem !important;
}
.read-more {
	background-color: #35495E;
	color: white;
	padding: 10px 30px;
	border-radius: 30px;
	margin-top: 15px;
	transition: 0.4s ease-in-out;
	text-align: center;
}
.read-more:hover {
	background-color: var(--color-theme-green);
	color: #35495E !important;
}
.about-us .grid, .home-page .grid {
	display: grid;
	place-content: center;
}
.about-us h2 {
	font-weight: 800;
}
.page-title .breadcrumb-container {
    margin: 0;
    border-radius: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page-title .breadcrumb {
	background: transparent;
	justify-content: center;
	min-width: 90vw;
}
.page-title .breadcrumb li, .page-title .breadcrumb a {
    color: #fff;
}
/********My Custom css**********/




.wc_payment_method.payment_method_ag_sagepay_redirect img {
  width: 30px!important;
  display: inline!important;
}
#shipping_method li {list-style:none !important;}
#payment ul li {  list-style:none !important;}

#fw .content-section a.theme-btn {
    text-align: center;
    margin: 0 auto;
}
ul#menu-main-menu .menu-btn a{border: 1px solid var(--color-theme-blue);border-radius: 25px;}
ul#menu-main-menu .menu-btn a:hover{
    border: 1px solid #fff;
    border-radius: 25px;
    background:#fff;
}
.woopw-account svg path {
    transition: fill 0.3s ease!important;
    fill: currentColor; /* Allows it to inherit the link color */
}

.site-header a.icon:hover svg path {
    color: #fff!important; /* Change this to your desired hover color */
	fill: var(--color-theme-light);
}
.hero-slider *:not(i) {
        color: var(--color-theme-blue);
    }

.hero-slider a.theme-btn-trans-1:hover{background:var(--color-theme-blue);color:var(--color-theme-light);}

.hero-slider a.theme-btn-trans-1:hover i{background:var(--color-theme-blue);}

.theme-btn:hover{
	background:var(--color-theme-blue);
	color:var(--color-theme-blue)!important;
	border:1px solid var(--color-theme-blue)!important;}

section.blog-section h4.section-heading-text{color:var(--color-theme-blue);}
.section-heading-text::before {	border-left: 2px solid var(--color-theme-blue);}
.section-heading-text::after {border-left: 2px solid var(--color-theme-blue);}
section.blog-section .owl-carousel.blog-carousel.owl-loaded.owl-drag {    text-align: center;}

.header-style-3 .topbar {    background: var(--color-theme-blue);}
.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-gradient, .woocommerce-Button{border:1px solid var(--color-theme-blue)!important;}

.content-section .fas {	color: var(--color-theme-blue);}

div#sidebarback h2{color:#fff;}
button#submitBtn {    color: var(--color-theme-light) !important;}

p.sidebar-help{color:var(--color-theme-light)!important;}

a.sidebar-cancle-assesment:hover {    color: var(--color-theme-blue)!important;}

.call-to-action a.theme-btn-secondary{
	border:1px solid var(--color-theme-blue);
	padding: .75rem 1.5rem;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    align-self: flex-start;
}
.call-to-action a.theme-btn-secondary:hover{
	background:var(--color-theme-blue);
	color: var(--color-theme-light);
}
.woocommerce img, .woocommerce-page img {
    max-width: 100%!important;
}
.woocommerce .product .product-feat-image {
    height: auto!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus{background:var(--color-theme-blue);color:var(--color-theme-light);}

.woocommerce div.product .woocommerce-tabs ul.tabs li a.active:hover, 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:focus{color:var(--color-theme-light);}


.woocommerce-notices-wrapper a.button.wc-forward{border:1px solid var(--color-theme-blue)!important;}

.woocommerce-notices-wrapper a.button.wc-forward:hover{background-color:var(--color-theme-light)!important; color:var(--color-theme-blue)!important;border:1px solid var(--color-theme-blue)!important;}

button#place_order{border:1px solid var(--color-theme-blue)}

button#place_order:hover{
	background-color:var(--color-theme-light)!important; 
	color:var(--color-theme-blue)!important;
	border:1px solid var(--color-theme-blue)!important;}

button.theme-btn-gradient:hover{
	background-color:var(--color-theme-blue)!important; 
	color:var(--color-theme-light)!important;
	border:1px solid var(--color-theme-blue)!important;}

button.theme-btn-outline:hover{
	background-color:var(--color-theme-light)!important; 
	color:var(--color-theme-blue)!important;
	border:1px solid var(--color-theme-blue)!important;}


h4.section-heading-text{color:var(--color-theme-blue)!important;}

.site-header #navbar > ul#menu-main-menu > li > a:hover{color:var(--color-theme-blue)!important;}
.site-header #navbar > ul#menu-main-menu > li > a:hover {    border-top: 3px solid var(--color-theme-blue)!important}

.site-header #navbar > ul#menu-main-menu > li.menu-btn > a:hover {border-top: none!important}

.hero-slider .rating i {
    font-size: 14px;
    color: var(--color-theme-light);
    background: var(--color-theme-blue);
    padding: 2px;
}
.banner-content h1, .banner-content p{color:var(--color-theme-green);    margin-top: 15px;}
.contact-link p a:hover{color:var(--color-theme-green)!important;}
.site-header #navbar > ul#menu-main-menu > li > a:focus {  border-top: 3px solid var(--color-theme-blue) !important;}

.widget.contact-widget a{border:1px solid var(--color-theme-light);}

.service-sidebar .widget.contact-widget a:hover{background: var(--color-theme-light) !important;border:1px solid var(--color-theme-light);}

section.about-us a:hover, section.about-us p a:hover, .service-single-content a:hover{color:var(--color-theme-blue)!important;}

.service-single-content p a:hover{color:var(--color-theme-blue)!important;}
.service-single-content p strong span {text-decoration:none!important;}

section.about-us a.theme-btn:hover{color: var(--color-theme-blue) !important}

.page-template-default .service-single-section .service-single-content ul li {  list-style:disc!important;}

.summary.entry-summary a:hover{color: var(--color-theme-blue) !important}

.summary.entry-summary a.button.single_add_to_cart_button{border-radius: 25px !important;}
.summary.entry-summary a.button.single_add_to_cart_button:hover{color: var(--color-theme-blue)!important; background:#fff!important;border:1px solid var(--color-theme-blue)!important;}

ul.tabs.wc-tabs li :hover {    border-radius: 10px;}

.widget.service-list-widget h5{color:var(--color-theme-light)}
.blog-section .grid .details {	min-height: auto;}
.page-title h1{color:#fff;}

.blog-content p a:hover{color:var(--color-theme-blue)!important;text-decoration:underline;}
.back-to-cta a:hover{color:var(--color-theme-blue);}


.site-header #navbar > ul#menu-main-menu > li > a:focus {
  border-top: 3px solid var(--color-theme-blue) !important;
}
.site-header #navbar > ul#menu-main-menu > li > a:focus {
  color: var(--color-theme-blue) !important;
}
.page-template-default .service-single-section .service-single-content .switch-wrapper ul li {  list-style:none !important;}

p.p-line-clamp a:hover{color:var(--color-theme-blue)!important }

.header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img, .header-style-3 .navbar-brand img {  max-width: 150px !important; }

.enquiry-section {
    background: transparent!important;
}
.single-team.text-center{position:relative;}
.cta-section {    text-align: center;}

.footer-cta-block a.footer-cta-btn {
    border: 1px solid transparent;
}

.home .footer-border {
    background: #f8f8f8;
}
.pagination-wrap {
    margin-bottom: 30px;
}
nav.navigation.pagination {
    display: block;
}
.page-numbers:hover{color:var(--color-theme-blue);text-decoration:underline;}

.search-content a:hover {
    color: var(--color-theme-blue);
	text-decoration:underline;
}

.search-results-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    align-items: stretch;
    min-height: 200px;
}

.search-image {
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.search-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.search-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-content h3 {
    margin: 0 0 10px;
}

.pagination-wrap {
    margin-top: 30px;
    text-align: center;
}
/*********Custom Css end************/

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .page-title .breadcrumb li {
        font-size: 14px;
        font-size: 0.875rem;
    }
	
	.banner-content .theme-btn{width:100%!important;}
	
}
.page-title .breadcrumb > li + li:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    margin: 0 5px;
}
.post-container {
	padding: 10px;
}
.post-container h4 {
	font-size: 20px;
}
.footer-cta-block .fa.fa-plus {
	margin-right: 10px;
}
.footer-cta-btn {
	display: inline-block;
	padding: 10px 20px;
	background: var(--color-theme-blue);
	color: var(--color-theme-light);
	border-radius: 5px;
	transition: 0.2s all linear;
}

.footer-cta-btn:hover{
	background: var(--color-theme-light);
	color: var(--color-theme-blue);
	border: 1px solid var(--color-theme-blue);

}


.footer-cta-btn i {
	color: inherit;
}
.footer-cta-btn:hover {
	background: #fff;
}
.mid-footer {
	border-top: 1px solid #edf1e1;
	border-bottom: 1px solid #edf1e1;
	padding-block: 1.5rem;
}
.mid-footer p {
	margin: 0;
}
/* .footer-social .fa {
	color: #35495E;
}
.site-footer ul, .site-footer li, .site-footer p, .site-footer a, .site-footer strong {
	color: #35495E;
} */
.site-footer .footer-cta-btn:hover {
	color: #35495E !important;
}
.site-footer a:hover {
	color: #ffff !important;
}
/* .upper-footer .top-block {
	min-height: 90px;
	display: flex;
	align-items: end;
	margin-bottom: 40px;
	padding-bottom: 15px;
} */
.upper-footer .col-12:not(:first-child) .top-block {
    border-bottom: 1px solid #edf1e1;
    position: relative;
	margin-bottom:1rem;
}
.upper-footer .col-12:not(:first-child) .top-block:after {
    background: #edf1e1;
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    bottom: -3px;
    width: 20%;
}
.upper-footer .ft-list {
	margin-left: 15px;
	list-style: disclosure-closed inside;
	line-height: 30px;
}
.top-block h3 {
	margin: 0;
	padding-bottom:1rem;
}
.header-cta-block .theme-btn:nth-child(2) {
	background-color: var(--color-theme-green);
	color: #fff;
	font-weight: 600;
	padding: 11px 25px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	text-transform: capitalize;
}
.header-cta-block .theme-btn:nth-child(2):hover {
	background-color: var(--color-theme-blue);
	color: #fff !important;
}
.fixed-menu {
	position: fixed;
	background: white;
	top: 0;
	width: 100%;
}
#sidebarback {
	max-width: 100%;
	width: 100%;
}
.form-sidebar li {
	padding: 0;
}
.cflp-form-container .form-sidebar li {
	line-height: inherit;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.cflp-form-container .form-sidebar li {
	line-height: inherit;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 0;
	font-size: 0.875rem;
	font-weight: bold !important;
	background: #fff;
	display: flex;
	color: var(--color-theme-blue);
	padding: 15px 24px;
	border-radius: 100px;
	word-wrap: break-word;
	align-items: center;
	opacity: 1;
	margin-bottom: 5px;
}
.cflp-form-container .form-sidebar li.active {
	color: #fff;
	opacity: 1;
	background: var(--color-theme-blue);
}
.service-sidebar .service-list-widget {
	background: var(--color-theme-green);
	border-radius: 10px !important;
	padding: 30px;
}
.service-sidebar .service-list-widget ul {
	border: none;
	list-style: none;
    border-bottom: 0;
}
.service-sidebar .service-list-widget ul li {
	margin-bottom: 5px;
}
.blog-single-section img {
	border-radius: 10px;
}
.row, .owl-carousel {
	width: auto !important;
}
.policies h1, .about-us h1 {
	font-size: 3.4375rem;
	font-weight: 900;
	margin: 0;
	color: var(--color-theme-blue);
}
.policies .breadcrumb, .about-us .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 5px 0;
	border-radius: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
.policies .breadcrumb > li + li::before, .about-us .breadcrumb > li + li::before {
	font-family: "FontAwesome";
	content: "\f105";
	color: var(--color-theme-blue);
	margin: 0 5px;
  }
.sidebar-heading {
	background: rgba(52, 168, 47, 0.07);
	padding: 15px;
	color: #34A82F;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.icon-control {
	margin-top: 0;
	float: right;
	font-size: 80%;
	width: 0.55em;
}
.upw__sidebar__shop .categories-filers {
	margin-bottom: 40px;
}
.upw--cta-block button {
	width: auto !important;
}
input.js-input-from.form-control {
	width: 46px;
	padding: 0;
	text-align: center;
}
.price-range-input input[type="number"] {
  -moz-appearance: textfield;
}
.price-range-input span.pound {
	margin-right: 5px;
}
.upw__with_sidebar__shop .sort-by {
	background: #f0f9f0;
	padding: 6.8px;
	margin-bottom: 30px;
}
.upw__with_sidebar__shop .sort-by .sorting {
	font-weight: 600;
	font-size: 15px;
	color: #34A82F;
}
.select-sort-by  {
  display: inline;
  width: 215px;
  margin-left: 10px;
}
.product-info .product-title {
	color: var(--upw-primary-color);
	font-size: 25px;
	border-bottom: none;
	text-transform: unset;
}
.upw #add-address-details-form {
	display: flex;
	flex-flow: row wrap;
}
.upw #addAddressModal .modal-body {
	padding-right: 0 !important;
}
.upw #add-address-details-form .half {
	float: unset;
}
.upw #add-address-details-form .half:last-child {
	display: flex;
	flex-direction: column;
	flex: 0 0 100%;
}
.banner-img {
	position: absolute !important;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0;
}
.banner-img img {
	height: 100%;
	object-fit: cover;
	width: 100vw;
	object-position: center;
}
.order-confirmation .order-confirmation-act-btns {
	margin-bottom: 50px;
}
.order-confirmation .order-confirmation-act-btns a:hover {
	color: #fff !important;
}

/***********Custom css****************/
.notification-wrapper {
	background-color: var(--color-theme-blue);
	padding: 20px 20px 1px 45px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 10px;
}
.notification-wrapper::before {
	background-color: var(--color-theme-green);
	position: absolute;
	content: '';
	width: 8px;
	top: 15%;
	height: 70%;
	left: 20px;
	border-radius: 10px;
}
.notification-wrapper p, .notification-wrapper strong, .notification-wrapper h1, .notification-wrapper h2, .notification-wrapper h3, .notification-wrapper h4, .notification-wrapper h5, .notification-wrapper a, .notification-wrapper ul, .notification-wrapper li {
	color: #fff;
}
.page-template-default .service-single-section .service-single-content ul > li + li {
    margin-top: 0px;
}

.page-template-default .service-single-section .service-single-content ul li span {
    background: none !important;
    color: var(--color-theme-blue) !important;
    text-align: left !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}
.woocommerce table.shop_table {
	border: 1px solid var(--color-theme-blue) !important;
}
.woocommerce table.shop_table thead {
	background-color: var(--color-theme-green);
}
.woocommerce table.shop_table td {
	border-top: 1px solid var(--color-theme-blue);
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight: 700;
	border-top: 1px solid var(--color-theme-blue);
}
.service-single-section .service-single-content .woocommerce-order p {
	text-align: center;
	font-weight: bold;
}
.woocommerce-customer-details {
	background-color: #f9f9f9;
	padding: 30px;
	border-radius: 10px;
	margin: 0 !important;
}
.woocommerce .woocommerce-customer-details address {
	border: none;
}
.woocommerce .woocommerce-customer-details {
	border: none;
	text-align: start !important;
}
.woocommerce .woocommerce-customer-details p {
	border: none;
	text-align: start !important;
}
.page-template-default .service-single-section .service-single-content ol{padding-left:30px!important}
.woocommerce ul.order_details li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}
.product ul {
	list-style-type: disc;
  	padding-left: 15px;
}
.page-template-default .service-single-section .service-single-content ul li, .page-template-default .service-single-section .service-single-content ol li {
    position: relative;
    padding-left: 0px;
    font-weight: normal;
    list-style: none;
	line-height: 1.65em;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
tr.cart_item {
    display: flex;
    flex-direction: column;
}
tr.cart_item:not(:last-child) {
    border-bottom: 1px solid #000;
}
.page-template-default .service-single-section .service-single-content ol li {
    list-style: decimal;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
	  justify-content: flex-end;
	}
	.navbar-expand-lg .navbar-nav {
		align-items: center;
		gap: 5px;
	}
}



.woocommerce-Button.button {
	border-radius: 50px !important;
}
.woocommerce-shop .page-content-section {
	padding: 50px 0;
}
.woocommerce .tax-archive-desc-section h1,
.woocommerce .tax-archive-desc-section h2,
.woocommerce .tax-archive-desc-section h3 {
	text-transform: capitalize;
	margin-bottom: 20px;
}
.page-banner-section h1 {
	text-transform: capitalize;
	margin-bottom: 0;
}
.woocommerce div.product form.cart {
	margin-top: 30px;
	margin-bottom: 30px;
}
.woocommerce div.product form.cart:before {
	content: unset;
}

.woocommerce .login-wrapper {
	max-width: 650px;
	margin: 0 auto;
}
.woocommerce-ResetPassword {
	max-width: 700px;
	margin: 0 auto;	
	padding: 30px;
	border: 1px solid var(--theme-border-light-color);
	border-radius: var(--card-radius);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-register__submit, .woocommerce-ResetPassword .woocommerce-Button {
	width: 100%;
	margin-top: 15px;
	margin-right: 0;
}
.woocommerce .woocommerce-form-login .lost_password,
.woocommerce .login-wrapper .woocommerce-LostPassword, .woocommerce-form-login-toggle.guest-checkout-login {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.woocommerce .login-wrapper .woocommerce-LostPassword, .woocommerce-form-login-toggle.guest-checkout-login {
	border-top: 3px solid var(--color-theme-blue);
	margin-bottom: 20px;
}
.woocommerce .login-wrapper .woocommerce-LostPassword, .woocommerce-form-login-toggle.guest-checkout-login .woocommerce-info {
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.woocommerce .login-wrapper .woocommerce-LostPassword, .woocommerce-form-login-toggle.guest-checkout-login a {
	margin-right: 15px;
}
.woocommerce .login-wrapper form .form-row {
	margin-bottom: 30px;
}
.woocommerce-form-login-toggle.guest-checkout-login a[class*="theme-btn-"]:hover {
	color: #fff;
}
.woocommerce .woocommerce-breadcrumb, .breadcrumb {
	color: var(--color-theme-blue);
	font-weight: 700;
	justify-content: center;
	background: transparent;
	align-items: center;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.woocommerce .woocommerce-breadcrumb a, .breadcrumb a {
	font-weight: 400;
	color: var(--color-theme-blue);
	text-transform: capitalize;
}
.woocommerce .woocommerce-breadcrumb i, .breadcrumb i {
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	padding: 10px;
	border: 1px solid var(--color-theme-blue);
	border-radius: 5px;
	color: var(--color-theme-blue);
	background: transparent;
	text-transform: capitalize;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADBSURBVHgBhZDBCcJAEEX/7HrwmBJSQg4GckzQwOItFYglpBJbSBWyEDAeFzzEElJCbgpixgyihhB1LzvMvP//MBSmaaBvunVH2+DHi+PYu2LuKcW6Zo1KhN/gMF0HFz2vuxnXighbEHxiNSlarExMzJUwqqNcudIWzJQBCpIWLc3mBUutgUpqxV3mDragYaw4EdgDOBeD/t8xqGWi5FTuz8LRMD4yxud778jw8Zw2pJE4+zkIjXd+i2Q4gvHvjFP9B2UwSIz46AdIAAAAAElFTkSuQmCC);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.woocommerce .woocommerce-product-gallery,
.woocommerce .woo-single-product-wrapper .summary {
	width: 100% !important;
}
/*.woocommerce .woo-single-product-wrapper .summary :not(form):not(.product_title):not(.posted_in) {
	order: 1;
}*/
.woocommerce .woo-single-product-wrapper .product.type-product {
	margin-top: 50px;
}
.woocommerce .woo-single-product-wrapper .product-type-variable .summary > .price {
	display: none;
}
.woocommerce .products {
	clear: both;
}
.product-item-wrapper [class*="col-lg"], .cond-product-item-wrapper [class*="col-lg"] {
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce .shop-sidebar .menu-shop-sidebar-container .menu {
	padding: 15px;
	border: 1px solid var(--theme-border-light-color);
	border-radius: 30px;
}
.woocommerce .shop-sidebar .menu-shop-sidebar-container .menu > .menu-item:not(:last-child) {
	border-bottom: 1px solid var(--theme-border-light-color);
}

.woocommerce .shop-sidebar .menu-shop-sidebar-container .menu .menu-item-has-children .sub-menu {
	margin-left: 15px;
}
.woocommerce .shop-sidebar .menu-shop-sidebar-container .menu > .menu-item a {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce .shop-sidebar .menu-shop-sidebar-container .menu > .menu-item.menu-item-has-children:first-child > a,
.woocommerce .shop-sidebar .menu-shop-sidebar-container .menu .menu-item-has-children .sub-menu .menu-item:first-child > a {
	margin-top: 0;
}
.woocommerce .shop-sidebar .menu-shop-sidebar-container .menu > .menu-item.menu-item-has-children > a {
	font-weight: 900;
}
.woocommerce .shop-sidebar .menu-shop-sidebar-container .menu .menu-item-has-children > a {
	font-size: 15px;
	padding: 10px 0 10px 10px;
	display: block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce .shop-sidebar .menu-shop-sidebar-container .menu .menu-item.current-menu-item a {
	color: var(--theme-dark-background);
}

/* .woocommerce .products .product-meta-info .price { */
	/* display: none; */
/* } */
.woocommerce .woo-pagination, .post-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.woocommerce .pagination-numbers, .pagination .pagination-numbers {
	display: flex;
	justify-content: center;
}
.woocommerce .pagination-numbers .page-number, .pagination .pagination-numbers .page-number {
	margin-right: 20px;
	font-size: 16px;
}
.woocommerce .pagination-numbers .page-number .page-numbers.current, .pagination .pagination-numbers .page-numbers.current {
	text-decoration: underline;
}
.woocommerce .products .product {
	overflow: hidden;
	border-radius: var(--border-radius);
	border: 1px solid var(--theme-border-light-color);
	height: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .products .product .product-info-container {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.woocommerce .products .product .product-info-container .item-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce .products .product .product-info-container .item-price > span:first-child {
	font-size: 14px;
	color: var(--content-second-color);
}
.woocommerce .woocommerce-terms-and-conditions-wrapper {
	display: block;
	width: 100%;
}
.product .product-title {
	text-align: left;
}
.product .product-title .product-cat {
	margin-bottom: 10px;
}
.product .product-title .product-cat a {
	font-size: 14px;
	color: var(--content-second-color);
}
.product .product-title .woocommerce-loop-product__title {
	font-size: 18px;
	font-family: "Nunito-Light", sans-serif;
	font-weight: normal;
}
.product .product-title a {
	text-transform: capitalize;
}
.woocommerce .product .product-action-container {
	margin: auto 0 15px 0;
}
.woocommerce .product .product-action-container .button,
.woocommerce .product .product-action-container .btn,
.woocommerce .cart-collaterals .cart_totals .checkout-butto,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	display: block !important;
	text-align: center;
	width: 100%;
	overflow: hidden;
	z-index: 9;
	background-color: var(--color-theme-blue);
  	color: white;
	font-weight: 600;
	padding: .75rem 1.5rem;
	border-radius: 50px;
	position: relative;
	text-transform: capitalize;
}
.woocommerce .product .product-action-container .button:hover,
.woocommerce .product .product-action-container .btn:hover,
.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
	background-color: var(--color-theme-green);
  	color: var(--color-theme-blue) !important;
}
.woocommerce .product .product-action-container .button i,
.woocommerce .product .product-action-container .btn i,
.woocommerce .cart-collaterals .cart_totals .checkout-button i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none;
	margin: 15px 0 5px 0;
}
.woocommerce img, .woocommerce-page img {
	max-width: 50%;
}
img.img-fluid {
	max-width:100%;
}
.woocommerce .flex-viewport img {
	max-width: 100%;
}
.cflp-form .form-group {
	padding: 10px;
}
.products-filter {
	display: none !important;
}
.woo-cart-form-meta-wrapper .quantity {
	display: flex;
	align-items: center;
	justify-content: normal;
	gap: 10px;
}
.woocommerce .product .product-action-container .theme-btn-outline:hover {
	transition: 0.3s all linear;
}
.woocommerce .product .product-action-container .theme-btn-outline:hover:before {
	position: absolute;
	content: '';
	background: var(--theme-bg-gradient);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: var(--card-radius);
	z-index: -1;
	border-width: 0px;
	border-style: solid;
	border-image: var(--theme-bg-gradient);
	height: 100%;
}
.woocommerce .product .product-action-container .theme-btn-outline:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--theme-bg-gradient);
	transition: 0.2s all linear;
	height: 0;
}
.woocommerce-variation-add-to-cart-disabled {
	display:none;
}
.product .product-short-desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	font-size: 14px;
}
.woocommerce .product-info-container {
	padding: 20px;
}
.woocommerce div.product .product_title {
	font-size: 2rem;
	margin-bottom: 15px;
}
.woocommerce .stock-mgm {
	margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 10px;
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 30px 0 2em;
	padding: 50px;
	border-radius: 10px;
	overflow: hidden;
	background: #f9f9f9;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 1.8rem;
	font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs .panel h3, .woocommerce div.product .woocommerce-tabs .panel h4 {
	font-size: 1.4rem;
	font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid var(--color-theme-blue);
	padding: 0;
	background: #fff;
	border-radius: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: var(--color-theme-blue);
	text-transform: capitalize;
	padding: 10px 50px 10px 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--color-theme-blue);
	border: 1px solid var(--color-theme-blue);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before { 
	border: none;
}
.woocommerce .product .product-feat-image {
	width: 100%;
	height: 200px;
}
.woocommerce .product .product-feat-image img {
	height: 100%;
	object-fit: cover;
}
.woocommerce .product .woocommerce-LoopProduct-link,
.woocommerce .product .woocommerce-LoopProduct-link img {
	width: 100%;
}
.woocommerce .bulk-discount-description-table ul {
	border-radius: 7px;
	overflow: hidden;
	margin-right: 30px;
}
.woocommerce .bulk-discount-description-table ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 20px;
}
.woocommerce .bulk-discount-description-table ul li label,
.woocommerce div.product form.cart .variations label {
	margin-bottom: 0;
	color: var(--color-theme-blue);
}
.woocommerce div.product form.cart .variations .variation-input-label {
	display: block;
	line-height: 1;
}
.woocommerce div.product form.cart div.quantity {
	float: unset;
}

.woocommerce div.product form.cart .quantity label:not(.screen-reader-text) {
	width: auto;
	height: auto;
	clip-path: unset;
	-webkit-clip-path: unset;
	clip: unset;
	display: block;
	margin-bottom: 0;
	color: var(--color-theme-blue);
	position: unset !important;
}
.woocommerce .plugify_table_parent_div {
	width: 100% !important;
	border-radius: var(--card-radius);
	overflow: hidden !important;
	margin-bottom: 30px;
}
.woocommerce .plugify_table_parent_div table {
	width: 100% !important;
}
.woocommerce .tbloo_fine_trash_plugifyy tbody,
.woocommerce .tbloo_fine_trash_plugifyy tbody tr,
.woocommerce .tbloo_fine_trash_plugifyy tbody tr td {
	width: 100% !important;
}
.woocommerce .tbloo_fine_trash_plugifyy tbody {
	display: block;
}

.woocommerce .tbloo_fine_trash_plugifyy tbody tr {
	background: rgba(241, 249, 251, 1);
	display: flex;
}
.woocommerce .tbloo_fine_trash_plugifyy tbody tr td:not(:first-child){
	display: flex;
	justify-content: end;
	align-items: center;
}
.woocommerce .activeclasstr td {
	background: var(--color-theme-blue) !important;
}
.woocommerce .tbloo_fine_trash_plugifyy tr:first-child {
	display: none;
}
.woocommerce .tbloo_fine_trash_plugifyy tr:nth-child(odd) {
	background: rgba(229, 243, 247, 1);
}
.woocommerce .plugify_before_table_content_parent_div * {
	color: var(--color-theme-blue);
}
.woocommerce .tbloo_fine_trash_plugifyy tr td {
	color: var(--color-theme-blue);
	padding: 10px 20px !important;
}
.woocommerce .tbloo_fine_trash_plugifyy tbody tr td strike {
	margin-right: 10px;
}
.woocommerce .woocommerce-variation-description p {
	margin-top: 30px;
}
.woocommerce .woocommerce-variation-description p {
	color: var(--color-theme-blue);
}
.woocommerce .product form.cart span.price,
.woocommerce .product .summary .price,
.woocommerce .product form.cart .price {
	font-size: 50px;
	color: var(--color-theme-blue);
	margin-bottom: 0;
}
.woocommerce form.cart .price .vat-label {
	font-size: 15px;
	color: var(--theme-secondary-color);
}
.woocommerce .product form.variable-bulk-qty-form .reset_variations { display: none !important; }
.woocommerce .product form.cart .single_variation_wrap, .woocommerce .product form.cart .woo-cart-form-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.woocommerce .product form.cart .single_variation_wrap {
	margin-bottom: 20px;
}
.woocommerce .quantity .qty {
	width: 100%;
	text-align: left;
	padding: 10px 15px;
	border: 1px solid var(--color-theme-blue);
	border-radius: 50px;
	color: var(--color-theme-blue);
}
.woocommerce form.variations_form .single_variation_wrap {
	display: block;
}
.woocommerce a.remove:hover {
	background-color: transparent;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled, .woocommerce-variation-add-to-cart.variations_button.quantity-cartbtn, .cart.grouped_form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
}
.woocommerce div.product form.cart table {
	border: none;
}
.single_add_to_cart_button.theme-btn-primary {
	background-color: var(--color-theme-blue) !important;
	color: #fff !important;
	font-weight: 600;
	padding: .75rem 1.5rem;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	align-self: flex-start;
	transition: .2s;
}
.single_add_to_cart_button.theme-btn-primary:hover {
	background-color: var(--color-theme-green) !important;
	color: var(--color-theme-blue) !important;
}
.delivery-content .fa-solid.fa-truck {
	color: var(--color-theme-blue);
}
.woocommerce form.variations_form .single_variation_wrap .woo-cart-form-meta-wrapper {
	flex: 0 0 20%;
}
.woocommerce form .variation-input-wrapper {
	display: flex;
    align-items: center;
	justify-content: flex-end;
	gap: 15px;
}
.woocommerce div.product form.cart .variations {
	width: 100%;
	margin-bottom: 0;
	border: none !important;
}
.woocommerce .delivery-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce .delivery-info .delivery-content,
.woocommerce .delivery-info .countdown-timer-wrapper {
	color: var(--color-theme-blue);
	font-size: 16px;
	font-weight: 400;
}
.woocommerce .delivery-info .delivery-content {
	font-weight: 700;
}
.woocommerce .delivery-info .delivery-content .small-text {
	color: var(--color-theme-blue);
	font-weight: 400;
	font-size: 13px;
	margin-left: 25px;
	display: block;
}
.product-tags {
	color: var(--color-theme-blue);
	margin-top: 15px;
	font-weight: bold;
}
.product-tag-list {
	text-transform: capitalize;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

/* .woocommerce .product .variable-bulk-qty-form .single_variation_wrap .quantity { */
	/* display: none !important; */
/* } */
.woocommerce .product .single_variation_wrap button, .single_add_to_cart_button {
	border: none;
}
.woocommerce .product form.cart .single_add_to_cart_button:not(:first-child) {
	margin-left: 20px;
}
.woocommerce div.product form.cart .variations select {
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--color-theme-blue);
	border-radius: 6px;
	padding: 10px 30px 10px 20px;
	color: var(--color-theme-blue);
	appearance: none;
	margin-right: 0;
}
.wpcf7 select {
	background-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADdSURBVHgBjZDBEYIwEEV3M+rZEjiA45ESpAPpgIwNaAVqBRbgYekgWIEtcOdCCZzRIe4SYBjkwJ/JJJP897O76D/NARV4xSlOYaECMkkDUCm1wjcqpIBej2VgRghIihfuyNwA8Nq9ZTVYXeq4mkIeme2GAT4e3Y29o2w+mTMntT9bgPwDNhoHCLgGrhAgdB6rCx2nOO4DXbKorF1AuSfjNQxKBq+KwYuAYsLJIEJ0xq0ENF+reSY0AiMG896P/wNpA0wH9CoZjMfgLCyalDq0MPXNwkNAA0mtIJ0DRT9vLWGDV+0dhAAAAABJRU5ErkJggg==');
	color: var(--color-theme-blue);
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-color: transparent;
	appearance: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: 48%;
}
.woocommerce .woocommerce-checkout .form-row {
	margin-bottom: 6px;
}

.woocommerce .woocommerce-checkout .form-row label {
	width: 100%;
}
.woocommerce .woocommerce-checkout .form-row .woocommerce-input-wrapper {
	width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-error li {
	margin-bottom: 10px;
}
.woocommerce .woocommerce-input-wrapper select {
	height: 40px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single {
	border-radius: 10px !important;
	height: 45px;
	border-color: var(--color-theme-blue);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
	right: 10px;
}
.woocommerce .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
	height: 40px;
}
.woocommerce .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.woocommerce .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid var(--color-theme-blue) !important;
    padding: 10px !important;
    font-size: 15px !important;
	color: var(--color-theme-blue);
}
.woocommerce form .form-row input.input-text {
	border-radius: 10px;
}
.woocommerce form .form-row textarea {
	border-radius: 10px;
}
.woocommerce form .form-row select {
	background: #fff;
}
.woocommerce #customer_details .col-1 {
	padding-left: 0;
	padding-right: 0;
}
.logged-in.woocommerce-account  .page-content-section {
	background: #fff;
}
.woocommerce-account  form:not(.woocommerce-form-register) .form-row {
	width: 100%;
}
.woocommerce form .form-row label {
    line-height: 1 !important;
    font-size: 15px !important;
	display: block;
	width: 100%;
}
.woocommerce form .form-row > span {
	display: block;
	width: 100%;
}
.woocommerce.single-product .woocommerce-breadcrumb {
	display: none;
}
#ship-to-different-address span {
    line-height: 1 !important;
    font-size: 15px !important;
}

#ship-to-different-address input[type="checkbox"] {
    width: 15px;
    min-width: 15px;
    height: 15px;
}
.woocommerce.logged-in form .show-password-input, .woocommerce-page.logged-in form .show-password-input {
	top: 0.9em;
	right: 1.2em;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	top: 1.2em;
	right: 1.7em;
}
.woocommerce #customer_login form .show-password-input,
.woocommerce .woocommerce-form-login .show-password-input {
	right: 0.7em;
	top: 0.7em;
}
.woocommerce form.woocommerce-form-register .show-password-input {
	top: 0.8em;
	right: 0.8em;
}
.woocommerce form .button,
.woocommerce .cart-collaterals .button.alt,
.woocommerce form .button.alt {
	background-color: var(--color-theme-blue);
    color: #fff !important;
    font-weight: 600;
    padding: 15px 25px 15px 25px!important;
    border-radius: 10px !important;
    border: none;
    position: relative;
    text-transform: capitalize;
	transition: 0.2s all ease-in;
	-webkit-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	opacity: 1 !important;
}

.woocommerce form .button:hover,
.woocommerce .cart-collaterals .button.alt:hover,
.woocommerce form .button.alt:hover {
	color: var(--color-theme-blue)!important;
	background-color: var(--color-theme-green) !important;
	transition: 0.2s all ease-out;
	-webkit-transition: 0.2s all ease-out;
	-moz-transition: 0.2s all ease-out;
	-o-transition: 0.2s all ease-out;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce-cart div.product span.price {
	color: var(--color-theme-blue);
	font-size: 1.5rem;
	margin-bottom: 15px;
	font-weight: 700;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price .vat-label,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price .vat-label {
	font-size: 13px;
	font-weight: normal;
}
.flex-viewport {
	border-radius: 10px;
	margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	gap: 10px;
}
.button.wc-forward {
	background-color: var(--color-theme-blue) !important;
	color: #fff !important;
}
.button.wc-forward:hover {
	background-color: var(--color-theme-green) !important;
	color: var(--color-theme-blue) !important;
}
.wc-block-components-button__text {
	background-color: var(--color-theme-blue);
	color: #fff;
	font-weight: 600;
	padding: 11px 25px;
	border-radius: 50px;
	position: relative;
	text-transform: capitalize;
}
.wc-block-components-button__text:hover {
	background-color: var(--color-theme-green);
	color: var(--color-theme-blue);
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: none;
	border: none;
}
.woocommerce-info {
	border-top-color: var(--color-theme-blue);
}
.woocommerce-info::before {
	color: var(--color-theme-blue);
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
	border: none !important;
	background: #f9f9f9 !important;
	padding: 30px;
	border-radius: var(--border-radius);
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
	border: none !important;
	background: #f9f9f9 !important;
	padding: 30px;
	border-radius: var(--border-radius);
	margin-bottom: 0 !important;
}
.woocommerce a.added_to_cart {
	margin-top: 15px;
	width: 100%;
	border: 1px solid var(--color-theme-blue);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.woocommerce a.added_to_cart:hover {
	border: 1px solid var(--color-theme-green);
}
.menu-item.cart-icon a {
    display: inline-block;
    position: relative;
}
.menu-item.cart-icon a:before {
    content: "\f07a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
}
.pswp img {
	object-fit: contain;
	display:block;
}
span.woocommerce-terms-and-conditions-checkbox-text {
	line-height: 2rem;
}
@media only screen and (max-width:767px) {
	tr.cart_item > td {
		border: none !important;
	}

	.woocommerce-checkout-review-order-totals-table tr {
		display:table-row !important;
	}
	.woocommerce-checkout-review-order-totals-table th {
		display:table-cell !important;
	}
}
@media only screen and (min-width:768px) {
	.woocommerce .product form.cart .single_variation_wrap, .woocommerce .product form.cart .woo-cart-form-wrapper {
		flex-wrap:nowrap;
	}
	.woocommerce form.variations_form .single_variation_wrap .woocommerce-variation.single_variation {
		flex: 0 0 45%;
	}
	.woocommerce div.product form.cart .variations {
		width: auto;
	}
	tr.cart_item {
		display: table-row;
	}
	tr.cart_item:not(:last-child) {
		border-bottom: unset;
	}
}

@media only screen and (min-width:992px) {
	.post-type-archive .ppcp-messages {
		margin-inline: auto;
		display: block;
		text-align: center;
		width: 480px;
	}
	.woocommerce div.product form.cart .variations tbody tr {
		flex: 0 0 50%;
	}
}

figure .disabled {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    place-content: center;
    padding: 1rem;
    border-radius: var(--card-radius);
    color: #fff;
    font-size: 2rem;
	z-index: 10;
}

.p-line-clamp {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}