/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 17:18:46 */
:root {
  --primary: #005dad;
  --secondary: #51A02E;
}

a:focus{
	outline: none !important;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.2 !important;
}

/* Topbar  */

.top-header-wrap.clr {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Header  */

header div#site-navigation-wrap li a {
    letter-spacing: 0 !important;
}

.bottom-header-wrap.clr li.search-toggle-li {
    display: none !important;
}

.top-header-inner form#medh-search {
    max-width: 300px !important;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 100px;
    background: #f5f5f5;
}

.top-header-inner form#medh-search .search-bg {
    background: transparent !important;
}

.top-header-inner input#medh-input {
    width: 100% !important;
    max-width: 100% !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
}

.top-header-inner button.search-submit {
    background: var(--secondary) !important;
    color: #fff !important;
    border-radius: 0 100px 100px 0;
    width: 50px !IMPORTANT;
}

.top-header-inner button.search-submit:hover {
    background: var(--primary) !important;
}

.top-header-inner input#medh-input::placeholder {
    letter-spacing: 0 !important;
    font-size: 14px !important;
}

.top-header-inner form label {
    font-size: 14px;
    letter-spacing: 0 !important;
}

header li.woo-menu-icon {
    display: none !important;
}

.top-header-inner .my-account-icon-header a {
    width: 40px !important;
   height: 40px;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 12px;
    background: #f5f5f5;
}

.top-header-inner .my-account-icon-header {
    margin-bottom: 0 !important;
}

.top-header-inner .my-account-icon-header a svg {
    fill: #333;
}

.top-header-inner .my-account-icon-header a:hover {
    background: var(--secondary);
	border-color: var(--secondary);
}

.top-header-inner .my-account-icon-header a:hover svg {
    fill: #fff;
    border-color: var(--secondary) !important;
}

#site-navigation span.nav-content {
    display: none;
}

/* header div#site-navigation-wrap {
    right: 0 !important;
}

header div#site-header-inner {
    max-width: 1200px !important;
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}

header div#site-header-inner {
    display: flex;
    align-items: center;
}

header div#site-logo {
    order: 1;
}

header div#site-navigation-wrap {
    width: 100%;
}

header nav#site-navigation {
    display: flex;
    justify-content: center;
}

header li.woo-menu-icon {
    position: absolute !important;
    right: 0 !important;
    float: unset !important;
}

header li.search-toggle-li {
    position: absolute !important;
    right: 65px;
} */

/* Hero Banner  */

ul.slick-dots {
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: var(--secondary);
    border-radius: 100px;
    margin: 0 2px;
    transition: .3s all;
	cursor: pointer;
}

ul.slick-dots li.slick-active {
    width: 30px;
}


/* category new section  */

.category_card_homepage .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.category_card_homepage .elementor-container > div {
    width: 100%;
    border: 1px solid #e2e2e2;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.category_card_homepage figure.elementor-image-box-img img {
    max-height: 150px;
    object-fit: contain;
}

.category_card_homepage h3.elementor-image-box-title {
    margin-bottom: 10px !important;
}

.category_card_homepage h3.elementor-image-box-title a {
    background: var(--primary);
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    display: inline-block;
    min-width: 220px;
    border-radius: 100px;
}

h3.elementor-image-box-title a:hover {
    background: var(--secondary);
}


/* Category SEction hoempage  */

.category_cards_homepage .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
	    padding-left: 10px;
    padding-right: 10px;
}

.category_cards_homepage .elementor-container > div.elementor-column {
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
}

.category_cards_homepage h3.elementor-image-box-title {
    font-size: 16px;
    font-weight: 400;
}

.category_cards_homepage p.elementor-image-box-description {
    font-size: 26px;
    line-height: 1;
	font-weight: 500;
}

.category_cards_homepage .elementor-image-box-content {
    position: absolute;
}

.category_cards_homepage figure.elementor-image-box-img {
}

.category_cards_homepage figure.elementor-image-box-img {
    margin: 0 !important;
    max-width: 150px;
}

.category_cards_homepage a.card_cta_btn {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: 600;
}

.category_cards_homepage a.card_cta_btn:hover{
	color: var(--primary)
}

.category_cards_homepage .elementor-container > div.elementor-column:first-child {
    background: #edf8f9 !important;
}

.category_cards_homepage .elementor-container > div.elementor-column {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.category_cards_homepage .elementor-container > div.elementor-column:after {
    width: 150px;
    height: 150px;
    background: #deeced;
    position: absolute;
    right: -10%;
    top: -10%;
    content: "";
    border-radius: 100%;
    z-index: -1;
}

.category_cards_homepage .elementor-container > div.elementor-column:hover img {
    transform: scale(1.08);
}

.category_cards_homepage .elementor-container > div.elementor-column:nth-child(2) {
    background: #f6f4f0 !important;
}

.category_cards_homepage .elementor-container > div.elementor-column:nth-child(2)::after {
    background: #f1ede9 !important;
}

.category_cards_homepage .elementor-container > div.elementor-column:nth-child(3) {
    background: #f4f5f7 !important;
}

.category_cards_homepage .elementor-container > div.elementor-column:nth-child(3)::after {
    background: #ecedf1 !important;
}


/* Product cards  */

ul.products li.title h2 {
    margin-bottom: 0;
}

ul.products li.title h2 a {
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 600;
}

ul.products li.title {
    margin-bottom: 5px !important;
}

ul.products li.image-wrap {
    margin-bottom: 8px !important;
}

/* ul.products li.image-wrap span.onsale {
    display: none;
} */

.woocommerce ul.products li.product .price del {
    text-decoration: none;
}

ul.products li.price-wrap span.price span {
    font-size: 14px !important;
    font-weight: 500;
    color: var(--secondary) !important;
}

/* ul.products li.btn-wrap.clr {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

ul.products li.btn-wrap.clr a {
    border: none !important;
    background: var(--primary) !important;
    color: #fff !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    border-radius: 100px !important;
}

ul.products li.btn-wrap.clr a:hover{
	background: var(--secondary) !important;
}

ul.products li.product:hover li.btn-wrap.clr {
    opacity: 1;
    visibility: visible;
    top: 68%;
} */

ul.products a.added_to_cart.wc-forward {
    font-weight: 600;
}

/* ul.products li.btn-wrap a.add_to_cart_button {
    padding-right: 30px !important;
} */

ul.products li.btn-wrap a.add_to_cart_button svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    fill: #fff;
}


ul.products li.btn-wrap.clr {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

ul.products li.btn-wrap a {
    text-align: center !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    padding: 10px !IMPORTANT;
    flex: 0 0 49%;
    min-height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
	border-radius: 100px !important;
}

ul.products li.btn-wrap > span {
    display: none !important;
}

ul.products li.btn-wrap.clr:after {
    display: none;
}

ul.products a.view_product_link {
    background: var(--secondary);
    color: #fff;
}

ul.products a.button.add_to_cart_button {
    background: var(--primary) !important;
    border: none !important;
    color: #fff !important;
}

.woocommerce ul.products li .product-inner {
    background: #f8f8f8;
    padding: 12px;
}

.woocommerce ul.products li .product-inner {
    background: #f8f8f8;
    padding: 12px;
}

ul.products li.btn-wrap a:hover {
    opacity: .8;
}


/* Testimonial section  */

.tesetimonial_slider_homepage .elementor-widget-testimonial {
    background: #fff;
    margin: 0 12px;
    padding: 30px;
}

.tesetimonial_slider_homepage .elementor-testimonial-content {
    font-size: 18px !important;
}

.tesetimonial_slider_homepage .elementor-testimonial-name {
    font-weight: 700;
    margin-bottom: 5px;
}

.tesetimonial_slider_homepage .elementor-testimonial-job {
/*     color: var(--primary); */
    font-weight: 500;
	color: var(--secondary);
}

.tesetimonial_slider_homepage ul.slick-dots {
    bottom: -30px !important;
}

.tesetimonial_slider_homepage .slick-list.draggable {
    margin-left: -12px;
    margin-right: -12px;
}

.tesetimonial_slider_homepage .elementor-testimonial-content {
    position: relative;
    padding-top: 70px;
}

.tesetimonial_slider_homepage .elementor-testimonial-content:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 70px;
    position: absolute;
    top: 0;
    height: 50px !important;
    line-height: 50px;
	color: var(--secondary);
}


/* Footer  */
.container {
    max-width: 1200px !important;
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_icon_section .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.footer_icon_section .elementor-container > div.elementor-column {
    width: 100%;
    padding: 20px 40px;
}

.footer_icon_section .elementor-container > div.elementor-column:first-child {
    background: #005dad17;
}

.footer_icon_section .elementor-container > div.elementor-column:nth-child(2) {
    background: #02c80214;
}

.footer_icon_section .elementor-container > div.elementor-column:nth-child(3) {
    background: #ff000012;
}



.custom_footer .menu {
    margin: 0;
    list-style: none;
}

.custom_footer .menu li a {
    font-size: 14px;
}

.custom_footer span.elementor-icon-list-icon svg {
    margin: 0 !important;
}

.custom_footer .elementor-icon-list-icon {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    border: 2px dotted #e2e2e2;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    top: 0 !important;
}

.custom_footer li.elementor-icon-list-item {
    align-items: flex-start !important;
}


/* Homepage CTA section between  */

.account_icon_list_item .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


/* Homepage blog section  */

.latest_news_section .oceanwp-blog-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.latest_news_section .blog-card a img {
    width: 100%;
}

.latest_news_section .blog-card {
    background: #f5f5f5;
}

.latest_news_section .blog-card-content {
    padding: 20px;
}

.latest_news_section span.blog-date {
    font-size: 12px;
    color: var(--secondary);
}

.latest_news_section h3.blog-title {
    margin-top: 5px;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.5 !important;
}

.latest_news_section a.read-more-btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary);
}

.latest_news_section a.read-more-btn:hover {
    color: var(--primary);
}

/* Contact page */

.forminator-row {
    margin-bottom: 15px !IMPORTANT;
}

.forminator-row input {
    height: 50px !important;
}

.forminator-row textarea {
    height: 100px !important;
    min-height: 100px !important;
}

button.forminator-button.forminator-button-submit {
    background: var(--primary);
    border-radius: 100px !important;
    color: #fff;
    text-transform: uppercase;
    height: 50px !important;
    min-width: 200px !important;
}

button.forminator-button.forminator-button-submit:hover {
    background: var(--secondary);
    box-shadow: none !important;
}


/* Shop page  */

.woocommerce ul.products {
    margin: 0 -5px;
}

.woocommerce ul.products li {
    margin-bottom: -5px;
}

/* Product page  */

div.product div.summary p.price span {
    font-size: 20px !important;
    /* font-weight: 700 !important; */
    color: var(--secondary) !important;
}

div.product div.summary ins bdi {
    font-weight: 700;
}

div.product div.summary p.price {
    margin-top: 0 !important;
    /* border: none !important; */
}

div.product div.summary h2.single-post-title.product_title.entry-title {
    border: none !important;
    padding: 0;
}

div.product div.summary button.single_add_to_cart_button.button.alt {
    min-height: 50px;
    border-radius: 100px;
    letter-spacing: 0 !important;
    font-size: 14px !important;
}

div.product div.summary .quantity .minus, 
div.product div.summary .quantity .plus {
    line-height: 50px;
}

.woocommerce div.product div.summary form input[type=number] {
    min-height: 52px;
}

div.product div.summary .quantity .minus {
    border-radius: 100px 0 0 100px;
}

div.product div.summary .quantity .plus {
    border-radius: 0 100px 100px 0;
}

.single-product header.page-header.background-image-page-header {
    display: none;
}


/* collection page */

body.archive article.entry-content header.woocommerce-products-header {
    display: none;
}

body.archive .container.clr.page-header-inner {
    max-width: 800px !important;
    z-index: 2;
    color: #fff;
}

body.archive .term-description {
    margin-bottom: 0 !important;
    margin-top: 10px;
}

h1.page-header-title.clr {
    text-transform: capitalize;
    font-weight: 700 !important;
}

/* About page  */

.built_uk_list_cards ul.elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    grid-gap: 20px;
}

.built_uk_list_cards ul.elementor-icon-list-items li {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 30px;
    text-align: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

/* Reponsive  */

@media screen and (max-width:767px){
div#top-bar {
    padding-top: 5px;
    padding-bottom: 5px;
}

div#top-bar-content {
    font-size: 12px;
}
	
	.oceanwp-mobile-menu-icon.clr.mobile-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.oceanwp-mobile-menu-icon.clr.mobile-right > a {
    flex: 0 0 50%;
}

.oceanwp-mobile-menu-icon.clr.mobile-right > a:first-child {
    text-align: right;
    padding-right: 15px !important;
}

.oceanwp-mobile-menu-icon.clr.mobile-right > a:nth-child(2) {
    text-align: left;
    padding-left: 15px !important;
}

.oceanwp-mobile-menu-icon.clr.mobile-right > a:first-child span.woocommerce-Price-wcmenucart-details.wcmenucart-details {
    display: none !important;
}

.bottom-header-wrap.clr {
    background: transparent !important;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    /* z-index: 99; */
}

header#site-header {
    position: relative;
    z-index: 1;
}

.oceanwp-mobile-menu-icon.clr.mobile-right {
    background: transparent !important;
}
	.single-product div#content-wrap {
    padding-top: 0 !important;
}
	
	.top-header-wrap.clr {
    display: inline-block;
}
	
	.footer_icon_section .elementor-container > div.elementor-column {
    padding: 20px 20px 20px 60px !important;
}

.footer_icon_section .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    text-align: left !important;
}


.footer_icon_section .elementor-image-box-content {
    padding-left: 30px;
}
	
.mid_banner_content p br {
    display: none;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

ul.products li.btn-wrap.clr {
    display: block !important;
}

ul.products li.btn-wrap.clr > a {
    margin-bottom: 5px;
}
	
	.woocommerce.content-full-width div.product div.summary {
    margin-top: 20px;
}
	
}


@media screen and (max-width:520px){
	.footer_icon_section .elementor-container,
	.latest_news_section .oceanwp-blog-cards{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 12px;
	}
	
	.category_card_homepage .elementor-container{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		        padding-left: 10px;
        padding-right: 10px;
	}
	
	.category_card_homepage h3.elementor-image-box-title a{
		min-width: 120px;
		font-size: 12px;
	}
}
