/*
Theme Name: SF Theme
*/

html, body {
    margin: 0;
    padding: 0;
}

#site-header.sticky {
    background: #fff;
}

#site-header.sticky .header-container .logo .light-logo {
    display: none;
}

#site-header.sticky .header-container .logo .dark-logo {
    display: block;
    height: 50px;
    transition: height 0.3s ease;
}

@media (max-width: 992px) {
    #site-header.sticky .header-container .logo .dark-logo,
    #site-header.sticky .header-container .logo .light-logo {
        height: auto;
    }
}

#site-header.sticky .main-nav .menu > li > a {
    color: #2aaae2;
}

#site-header.sticky .header-btn {
    background: #2aaae2;
    color: #fff;
}

.main-nav {
    display: flex;
    align-items: center;
}

.main-nav .menu {
    list-style-type: none;
    display: flex;
}

.main-nav .menu > li > a {
    color: #fff;
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

.main-nav .menu > li.current-menu-item.page_item > a,
.main-nav .menu > li > a:hover,
.main-nav .menu > li > a:focus {
    color: #d8d8d8;
}

.has-overflow {
    overflow-x: auto;
}

.phone-call {
    width: 48px;
    height: 48px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #282626;
    color: #feff00;
    padding: 10px;
    border-radius: 50%;
    position: fixed;
    z-index: 9;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.phone-call:focus {
    color: #feff00;
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.elementor-editor-active #site-header {}

.menu-toggle {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    color: #fff;
}

.menu-toggle.opened {
    background: #feff00;
    color: #000;
}

#site-header.sticky .menu-toggle.opened {
    background-color: #2AAAE2;
    color: #fff;
}

.menu-toggle.opened .open-icon {
    display: none;
}

.menu-toggle .close-icon {
    display: none;
}

.menu-toggle.opened .close-icon {
    display: block;
}

.menu-toggle svg {
    height: 20px;
}

.menu-toggle:hover {
    background: none;
    color: #000;
}

.menu-toggle.opened:hover {
    background: #000;
    color: #fff;
}

#site-header.sticky .menu-toggle {
    color: #000;
}

@media (min-width: 576px) {
    .phone-call {
        display: none;
    }
}

@media (max-width: 992px) {
    .main-nav .menu {
        display: none;
        padding: 20px 0 0 0;
        margin: 0;
        position: fixed;
        top: 101px;
        left: 0;
        right: 0;
        background-color: #000;
        z-index: 1000;
        flex-direction: column;
        align-items: center;
    }

    #site-header.sticky .main-nav .menu {
        background-color: #fff;
    }

    .main-nav .menu.opened {
        display: flex;
    }

    .main-nav .menu > li > a {
        display: inline-block;
        height: auto;
        padding: 15px;
        margin-bottom: 20px;
    }

    .menu-toggle {
        display: flex;
    }
}

@media (max-width: 768px) {
    .main-nav .menu {
        top: 75px;
    }
}


.header-btn {
    display: inline-block;
    margin: 0 10px;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    border-radius: 38px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.header-btn:hover {
    background: #2AAAE2;
    color: #fff;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    max-width: 1300px;
    margin: 0 auto;
}

.header-container .logo img {
    display: none;
    transition: height 0.3s ease;
    height: 88px;
}
@media (max-width: 992px) {
    .header-container {
        padding: 20px;
    }
    .header-container .logo img {
        max-width: 120px;
        height: auto;
    }

    .header-btn-register {
        display: none;
    }
}


.header-container .logo img.light-logo {
    display: block;
}

.bg-black {
    background: #000;
}

.product-categories .product-categories-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.product-categories .product-categories-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.product-categories .product-categories-title .swiper-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2AAAE2;
    color: #fff;
    cursor: pointer;
    border: none    ;
}

.product-categories .product-categories-list swiper-slide {
	max-width: 400px;
}

.product-categories .product-categories-list .category-item {
	display: block;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
}

.product-categories .product-categories-list .category-item:hover .category-image {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-categories .product-categories-list .category-item .category-image {
    border-radius: 15px;
    overflow: hidden;
}

.product-categories .product-categories-list .category-item h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
#categoriesSwiper {
  width: 100%;
  overflow: visible;
}
.product-categories .product-categories-list .category-item .category-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
    swiper-container {
        max-width: 100%;
    }
    .product-categories .product-categories-list swiper-slide {
        max-width: 80%;
    }
}
swiper-container::part(container){
    overflow: visible;
}

.product-categories .product-categories-list #categoriesSwiper .category-item {

}

#pageTitle {
	padding: 60px 15px 0;
    height: 120px;
    background: #2AAAE2;
	box-sizing: border-box;
	text-align: center;
}

#pageTitle h1 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 768px) {
    #pageTitle h1 {
        font-size: 20px;
    }
}

.product-categories .product-categories-list.list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .product-categories .product-categories-list.list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-categories .product-categories-list.list-grid.products-grid .category-item .category-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

@media (max-width: 768px) {
	.product-categories .product-categories-list.list-grid.products-grid .category-item .category-image {
		height: 200px;
	}
}

.product-categories .product-categories-list.list-grid.products-grid .category-item .category-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: initial;
}

.content-container {
    max-width: 1300px;
    margin: 0 auto;
}

.tax-product-categories {
    padding: 70px 10px;
}

@media (max-width: 768px) {
    .tax-product-categories {
        padding: 40px 15px;
    }
}

.tax-product-categories .filter {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    max-width: 100%;
}

@media (min-width: 769px) {
	.tax-product-categories .filter {
		display: flex !important;
	}
}

@media (max-width: 768px) {
    .tax-product-categories .filter {
		display: none;
        overflow-x: auto;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
        overflow: hidden;
    }
}

.filter-btn {
	display: none;
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	justify-content: center;
	align-items: center;
	border: none;
	background: #2aaae2;
	color: #fff;
	border-radius: 30px;
}

@media (max-width: 768px) {
	.filter-btn {
		display: flex;
	}
}

.tax-product-categories .filter a {
    border: 2px solid #5e5e5e;
    padding: 6px 20px;
    border-radius: 38px;
    color: #5e5e5e;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
    .tax-product-categories .filter a {
                display: block;
        width: auto;
        white-space: nowrap;
        padding: 8px 15px;
        font-size: 13px;
        border-radius: 0;
        margin-top: -1px;
        border-width: 1px;
    }
	
	.tax-product-categories .filter a:last-child {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
}

.tax-product-categories .filter a.active,
.tax-product-categories .filter a:hover,
.tax-product-categories .filter a:focus {
    background: #2AAAE2;
    color: #fff;
    border-color: #2AAAE2;
}

.product-info {
    padding: 70px 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #5e5e5e;
}

@media (max-width: 768px) {
    .product-info {
        grid-template-columns: repeat(1, 1fr);
    }
}

.product-info h1 {
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-info h3 {
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.product-info .product-image {
    overflow: hidden;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #ccc;
}

.product-info .product-image img {
    border-radius: 15px;
    width: 100%;
}

.product-info .product-description {
    overflow: hidden;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #ccc;
}

.product-info .product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
}

.product-info .product-price .price {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.product-info .product-price a {
    display: block;
    padding: 10px 20px;
    border-radius: 38px;
    margin: 5px 0;
    background: #2AAAE2;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.product-info .product-price a.register {
    background: #000;
}

.product-info .product-price .order {
    margin-top: 50px;
    width: 100%;
}

@media (max-width: 768px) {
    .product-info .product-price .order {
        padding-top: 50px;
    }
}

.product-info .product-price p {
    margin: 0;
}

.product-info .product-price .order span {
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-size: 12px;
}

.quote-modal {
    display: none;
}

.quote {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.product-info .quote .quote-form {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: left;
    max-width: 100%;
    width: 350px;
}

.product-info .quote .quote-form button svg {
    height: 20px;
}

.product-info .quote .quote-form button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.product-info .quote .quote-form input {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
}

.product-info .quote .quote-form label {
    font-size: 13px;
}

.product-info .quote .quote-form  p {
    margin-bottom: 10px;
}

.product-info .quote .quote-form input[type="submit"] {
    background: #2AAAE2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 38px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.product-info .quote .quote-form .wpcf7-spinner {
    display: none;
    margin: 10px auto 0;
}

.product-info .quote .quote-form .submitting .wpcf7-spinner {
    display: block;
}

.product-info .quote .quote-form .wpcf7-response-output {
    font-size: 12px;
}

.product-info .quote .quote-form .wpcf7-submit {
    margin-top: 10px;
}

.overflow-hidden {
    overflow: hidden;
}