@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
.header-top,
header {
    padding-left: 5%;
    padding-right: 5%;
}
img {
  max-width: 100%;
  height: auto;
}
*,
.header-top .swiper-slide {
    font-weight: 300;
}
.product-page-left,
img {
    user-select: none;
    -webkit-user-drag: none;
}
.blog h2,
.product h3 {
    -webkit-line-clamp: 2;
}
.aboutus,
.address p,
.blog-content-left p,
.pages,
.pages p,
.product-page-right-left h5,
.tab p {
    white-space: pre-line;
}
#card-number,
* {
    box-sizing: border-box;
}
.banner,
.category,
.popup {
    background-position: center;
    background-size: cover;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    font-size: 16px;
}
.header-top {
    width: 100%;
    background-color: var(--primary-color);
    color: #fafafa;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
}
.contact,
.header-mid a:hover::after,
.mySwiper2 {
    width: 100%;
}
body {
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.all-categorys,
header {
    width: 100%;
    background-color: #fff;
    display: flex;
    color: var(--primary-color);
}
header {
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.all-categorys {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 100;
    overflow: hidden;
    justify-content: space-between;
    height: 0;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0;
    padding-left: 5% !important;
    padding-right: 5% !important;
    transition-duration: 0s;
}
.faq-title,
.header-mid a,
.header-right,
.product,
.product-image,
.products-left,
.products-title,
.swiper-slide {
    position: relative;
}
.all-categorys div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.header-left,
.header-mid {
    display: flex;
    align-items: center;
    height: 100%;
}
.all-categorys div h2 {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
}
.header-left {
    width: 15%;
}
a {
    text-decoration: none;
    color: var(--primary-color);
    cursor: pointer;
}
.header-left a {
    height: 100%;
}
.header-left a img {
    height: 100%;
    width: 100px;
    object-fit: contain;
}
.header-mid {
    justify-content: center;
    gap: 20px;
    width: 70%;
}
.incele,
.swiper-slide div a {
    display: flex;
    gap: 5px;
    transition-duration: 0.3s;
}
.header-mid a {
    color: #111;
    font-weight: 500;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-mid a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 50px;
    background-color: #0061d7;
    width: 0;
    transition-duration: 0.3s;
}
.incele {
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    margin-top: 10px;
    font-size: 14px;
    opacity: 0;
}
.photos,
h1 {
    margin-top: 50px;
}
.incele svg {
    height: 25px;
    color: #0061d7;
}
.breadcrumb a box-icon,
.breadcrumb a:hover,
.product-page-right-left .heart:hover,
.product:hover .incele {
    opacity: 1;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: 15%;
}
.header-right box-icon {
    height: 27px;
    width: 27px;
    cursor: pointer;
}
.header-right box-icon:hover,
.header-right img:hover,
.swiper-slide div a:hover {
    opacity: 0.6;
}
.header-right img {
    width: 40px;
    height: 25px;
    object-fit: fill;
    cursor: pointer;
    border-radius: 3px;
}
.mySwiper {
    width: 100%;
    background-color: #111;
    max-height: 500px !important;
}
.swiper-slide {
    color: #fff;
    height: 500px;
}
.swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-position: center;
    opacity: 0.7;
}
.swiper-slide div {
    display: flex;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.banner div,
.popup,
.product-image::after {
    transform: translate(-50%, -50%);
}
.swiper-slide div h1 {
    margin-top: 0;
    text-align: left;
    width: 100%;
    font-weight: 700;
    line-height: 3.625rem;
    font-size: 4rem;
    cursor: default;
}
.swiper-slide div p {
    font-size: 20px;
    font-weight: 600;
    max-width: 600px;
    cursor: default;
}
.swiper-slide div a {
    font-size: 15px;
    cursor: pointer;
    line-height: 5px;
    padding: 10px 20px;
    background-color: #0061d7;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    align-items: center;
}
.center,
.photos {
    display: flex;
    align-items: center;
}
.swiper-slide div a svg {
    height: 30px;
    color: #fff;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 10000px !important;
    background-color: #fff !important;
    opacity: 1 !important;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    width: 50px !important;
    background-color: #0061d7 !important;
    cursor: pointer;
}
.aboutus,
.photos,
h1 {
    width: 90%;
}
.photos {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.aboutus,
.center {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}
.photos .photo {
    width: 300px;
    height: 300px;
    flex-grow: 1;
    overflow: hidden;
    cursor: pointer;
}
.photos .photo img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    cursor: pointer;
}
h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 70px;
}
.center {
    font-weight: 700;
    color: #555;
    transition-duration: 0.3s;
    gap: 5px;
}
.breadcrumb,
.faq-title {
    align-items: center;
    display: flex;
    font-weight: 500;
}
.center svg {
    color: #555;
    height: 40px;
}
.center:hover {
    color: #111;
}
.account-right a,
.blog-content-left a,
.center:hover svg,
.faq-title:hover {
    color: #0061d7;
}
.faqs {
    width: 70%;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.faq-item {
    border-bottom: 2px solid #ededed;
}
.faq-title .question {
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.faq-title .chevron-down {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    transition: transform 0.3s;
}
.faq-title {
    cursor: pointer;
    border-radius: 10px;
    gap: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: color 0.3s;
}
.breadcrumb,
.product {
    border-radius: 20px;
    background-color: #fff;
}
.faq-content {
    font-size: 14px;
    height: 0;
    overflow: hidden;
    transition: height;
}
.faq-content.open {
    height: auto;
    margin-top: 0;
    margin-left: 50px;
    margin-bottom: 20px;
}
.breadcrumb {
    margin-top: 50px;
    width: 90%;
    justify-content: start;
    flex-wrap: wrap;
    color: #111;
    opacity: 1;
    padding: 20px;
}
.breadcrumb box-icon {
    opacity: 0.5;
    width: 30px;
}
.breadcrumb a {
    opacity: 0.5;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: start;
    transition-duration: 0.3s;
}
.products-title {
    width: 90%;
    text-align: center;
    margin-top: 20px;
}
.products-title h2 {
    font-size: 50px;
    margin-bottom: 20px;
}
.account,
.products {
    margin-top: 50px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.products-left {
    width: 20%;
}
.products-right {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
}
.product {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: flex-start;
    padding: 10px;
}
@media (max-width: 576px) {
    .products-overview {
        grid-template-columns: repeat(2, 1fr);
    }
    .products {
        width: 90% !important;
    }
}
@media (max-width: 992px) {
    .products-overview {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
.blogs,
.categories,
.products-overview {
    grid-template-columns: repeat(4, 1fr);
}
.products-overview {
    display: grid;
    gap: 20px;
    width: 70%;
    margin-top: 30px;
}
.product img,
.product video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product .add-to-basket {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    font-weight: 500;
}
.product .add-to-basket:hover {
    color: var(--primary-color);
    background-color: #fff;
}
.product h3 {
    width: 100%;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    color: #111;
    overflow: hidden;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
    max-width: 300px;
}
.product div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product div section {
    font-weight: 400;
    font-size: 15px;
    color: #333;
}
.yellow {
    background-color: #f7f5ec;
    color: #574f24;
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
}
.product p {
    font-weight: 500;
    font-size: 17px;
    color: #555;
}
.product b.discount {
    color: #666;
    text-decoration: line-through;
    font-weight: 300;
    margin-right: 5px;
    font-size: 20px;
}
.product .second,
.product-image:hover .first {
    display: none;
    opacity: 0;
}
.product-image:hover .second {
    display: block;
    opacity: 1;
}
.product-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #dedede;
}
.products-title select,
.zoom {
    background-color: #fff;
    padding: 10px;
}
.product-image::after {
    content: "RESİM YÜKLENİYOR";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    color: #ccc;
    text-align: center;
    font-size: 20px;
}
.filters-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.filters-top h2 {
    font-weight: 500;
    font-size: 30px;
}
.filters-top a {
    color: #999;
}
.filter label {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: -1px;
    cursor: pointer;
    width: auto;
    user-select: none;
}
input[type="checkbox"] {
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    transition-duration: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
input[type="checkbox"]:checked::after {
    content: "+";
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner div,
.filter-top {
    display: flex;
    align-items: center;
}
.filter-top {
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 20px;
}
.account-address h3,
.account-right b,
.blog-content-left b,
.filter-top h3,
.select-box option {
    font-weight: 500;
}
.filter-top p {
    font-size: 15px;
    color: #999;
}
.products-title select {
    width: 100%;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 500;
}
.select-box {
    position: absolute !important;
    right: 0;
    bottom: -40px;
    width: 200px;
}
.products-title box-icon {
    position: absolute;
    right: 5px;
    height: 30px;
    width: 30px;
    top: 6px;
    cursor: pointer;
    pointer-events: none;
}
.filter {
    margin-bottom: 30px;
}
.product-page {
    width: 90%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.product-page-left {
    width: 34%;
    display: flex;
    flex-direction: column;
}
.product-page-left-bottom {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.product-page-left-top {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    cursor: zoom-in;
    position: relative;
}
.banner div,
.zoom {
    position: absolute;
}
.zoom {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 20px;
    z-index: 100;
    border-radius: 50%;
}
.banner,
.category,
.category > *,
.product-page-right {
    position: relative;
}
.banner,
.banner::after {
    height: 300px;
    width: 100%;
}
.product-page-left-top img {
    transition-duration: 0.1s;
    width: 100%;
    height: 500px;
    object-fit: contain;
    background-color: white;
    border-radius: 10px;
}
.product-page-left-top:hover img {
    transform: scale(2);
}
.product-page-left-bottom img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition-duration: 0.3s;
}
.banner {
    opacity: 1;
}
.banner div {
    width: 100%;
    left: 50%;
    top: 50%;
    justify-content: center;
    z-index: 2;
    flex-direction: column;
}
.category div,
.category h2 {
    padding-right: 20px;
    position: absolute;
    left: 20px;
    color: #fff;
    transition-duration: 0.3s;
}
.banner h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.banner h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 0;
}
.banner p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.blog h2,
.blog p,
.pages h1 {
    text-align: left;
}
.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #111;
    z-index: 1;
    opacity: 0.4;
}
.categories {
    width: 70%;
    display: grid;
    gap: 1rem;
    margin-top: 50px;
}
.choose,
.stars {
    margin-top: 10px;
}
.category {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
}
.category::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -50px;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}
.category h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    bottom: 20px;
}
.boyut h2,
.category p {
    line-height: 15px;
    font-size: 15px;
}
.category div {
    bottom: 0;
    display: flex;
    align-items: center;
    opacity: 0;
}
.category p {
    font-weight: 500;
}
.category:hover div {
    bottom: 10px;
    opacity: 1;
}
.category:hover h2 {
    bottom: 40px;
}
.category svg {
    color: #2e7ad8;
    width: 30px;
    margin-left: 5px;
}
.category > * {
    z-index: 2;
}
.category-full {
    grid-column: span 2 / span 2;
}
.product-page-left-bottom video {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.boyut box-icon,
.boyut h2 {
    width: 60%;
    height: 60%;
    z-index: 2;
}
.product-page-right {
    width: 64%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.product-page-right-left {
    width: 49%;
    display: flex;
    align-items: start;
    justify-content: start;
    position: relative;
    flex-direction: column;
}
.boyut {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dedede;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1s infinite pulse;
}
.choose,
.product-bottom,
.product-page-right-right .inner{
    background-color: #fff;
}
.boyut::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    animation: 1s infinite grow-shrink;
    z-index: 1;
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
@keyframes grow-shrink {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}
.boyut h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-weight: 800;
}
.product-page-right-left h1 {
    width: 100%;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
    text-align: left;
}
.blog h2,
.blog p {
    line-height: 20px;
}
.product-page-right-left .heart {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    opacity: 0.3;
    cursor: pointer;
}
.product-page-right-left p {
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    color: #555;
}
.stars h2,
.tik {
    font-weight: 500;
}
.stars {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #666;
    transition: 0.3s;
}

.account-left a:hover,
.account-right a:hover,
.all-categorys div a:hover,
.cart-left-mid section a:hover,
.cart-overview-right-mid section a:hover,
.filters-top a:hover,
.stars:hover {
    transform: scale(1.1);
}

.star,
.tik box-icon {
    width: 20px;
    height: 20px;
}
.pages iframe,
.pages img {
    height: 500px;
    overflow: hidden;
}
.stars h2 {
    color: #111;
    margin-left: 5px;
    font-size: 20px;
}
.stars a {
    color: #999;
    font-size: 13px;
}
.product-page-right-left b {
    font-weight: 500;
    color: var(--primary-color);
}
.product-page-right-right .price {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    gap: 5px;
    width: 100%;
}
.product-page-right-right {
    width: 48%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.tik {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: #666;
    font-size: 15px;
    padding: 20px 20px 0;
}
#card-number,
#mobileNavbar,
.choose,
.choose a {
    font-size: 16px;
}
.product-page-right-right .inner {
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 100%;
}
.product-page-right-right .inner h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #444;
}
.product-page-right-right .inner .whatsapp {
    width: 100%;
    padding: 10px;
    font-weight: 500;
    margin-top: 10px;
    background-color: #0061d7;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    color: #fff;
    transition-duration: 0.3s;
}
.cart-overview-right-bottom a:hover,
.cart-right .coupon-area input[type="submit"]:hover,
.cart-right .info .gocheckout:hover,
.product-page-right-right .inner .add-to-basket div:hover,
.product-page-right-right .inner .whatsapp:hover,
.register input[type="submit"]:hover,
.search input[type="submit"]:hover {
    opacity: 0.7;
}
.choose {
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
    border: 2px solid #ccc;
    padding: 20px;
    transition: border-color 0.3s;
}
.choose a {
    color: #333;
    font-weight: 500;
}
.choose p {
    color: #999;
    font-weight: 500;
    font-size: 13px;
}
.choose:hover {
    border-color: #999;
}
.choose.selected,
.choose.selected a,
.choose.selected:hover {
    color: #0061d7;
    border-color: #0061d7;
}
.line-through {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
}
.deletecoupon,
.register label a,
.tab a {
    text-decoration: underline;
}
.variant {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.pages,
.product-bottom {
    width: 90%;
    display: flex;
}
.product-options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product-page-right-left h5 {
    font-weight: 400;
    margin-top: 20px;
}
.option-images,
.product-page-right-left .images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.product-page-right-left .images a {
    display: flex;
    flex-direction: column;
    width: 120px;
    align-items: center;
    color: #111;
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}
.product-page-left-bottom img:hover,
.product-page-right-left .images a:hover {
    opacity: 0.5;
}
.product-page-right-left .images a img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.product-page-right-left h5 a {
    font-weight: 400;
    white-space: pre-line;
    color: #0061d7;
    text-decoration: underline;
}
.product-page-right-left h5 b {
    color: red !important;
    font-weight: 500 !important;
}
.product-page-right-left .add-to-basket {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.product-page-right-left .add-to-basket #plus2 {
    position: absolute;
    right: 74%;
    top: 65%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    z-index: 1000;
    cursor: pointer;
}
.product-page-right-left .add-to-basket #minus2 {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    height: 30px;
    left: 1%;
    width: 30px;
    z-index: 1000;
    cursor: pointer;
}
.product-page-right-left .add-to-basket div {
    padding: 10px;
    width: 70%;
    font-size: 25px;
    font-weight: 500;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.product-page-right-left .add-to-basket input {
    padding: 10px;
    width: 28%;
    font-size: 25px;
    font-weight: 500;
    border: 2px solid #ccc;
    margin-top: 20px;
    text-align: center;
    cursor: text;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.product-bottom {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 50px;
    font-weight: 400;
    border-radius: 20px;
    padding: 20px;
}
.product-bottom-top {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 20px;
    margin-bottom: 20px;
}
.product-bottom-top div {
    font-size: 25px;
    font-weight: 600;
}
.pages,
.pages iframe,
.pages p {
    font-size: 15px;
}
.tab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.address h3,
.tab b,
.tab table th {
    font-weight: 600;
}
.tab p {
    font-weight: 400;
}
.tab .comment {
    border: 2px solid #dedede;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 15px;
    gap: 5px;
}
.tab .comment h3 {
    font-weight: 600;
    font-size: 20px;
}
.pages,
.pages p {
    font-weight: 400;
}
.tab .comment span {
    color: #999;
    font-weight: 400;
    font-style: italic;
}
.account-left a.active,
.cart-right .info .cart-total {
    color: var(--primary-color);
}
.pages {
    flex-direction: column;
    margin-top: 30px;
    align-items: start;
    justify-content: start;
}
.pages iframe {
    width: 100%;
    max-width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pages p {
    width: 100%;
}
.pages b,
.pages strong {
    font-weight: 600;
    font-size: 15px;
}
.pages strong {
    margin-top: 10px;
}
.pages a {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}
.pages h1 {
    margin: 20px 0 0;
    width: 100%;
    font-size: 40px;
}
.pages img {
    width: 100%;
    max-width: 1000px;
    object-fit: cover;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-image iframe {
    width: 100%;
    height: 100%;
}
.avresi {
    width: 100%;
    background-color: #111;
    justify-content: center;
    color: #fff;
    font-weight: 300;
}
.blogs,
.search {
    width: 90%;
    margin-top: 50px;
}
.blog,
.option-image {
    background-color: #fff;
    padding: 10px;
}
.avresi img {
    height: 20px;
    filter: brightness(100);
}
.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search input[type="text"] {
    width: 84%;
    padding: 20px 20px 20px 30px;
    font-size: 20px;
    border: 2px solid #ccc;
}
.search input[type="submit"] {
    width: 15%;
    padding: 20px 20px 20px 30px;
    font-size: 20px;
    font-weight: 500;
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
}
.blogs {
    display: grid;
    gap: 20px;
}
.blog,
.blog img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.blog,
.blog .views {
    gap: 5px;
    display: flex;
}
.blog {
    flex-direction: column;
    box-shadow: 0 0 10px #f5f5f5;
}
.blog img {
    height: 250px;
    object-fit: cover;
}
.blog h2 {
    font-weight: 600;
    overflow: hidden;
    height: calc(20px * 2);
    margin-bottom: 5px;
}
.blog p {
    color: #666;
    overflow: hidden;
    -webkit-line-clamp: 6;
    max-height: calc(20px * 6);
}
.option-image {
    width: 200px;
    border-radius: 10px;
    border: 2px solid #ccc;
}
.option-image.full{
    width: 300px;
}
.option-image.full img{
    width: 280px;
}
.option-image img {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    object-fit: contain;
}
.blog .views {
    color: #999;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}
.blog .read {
    font-weight: 500;
    max-width: 150px;
    display: flex;
    align-items: center;
}
.blog:hover {
    transform: scale(1.02);
}
.blog-content {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.blog-content-right {
    width: 19%;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.blog-content-left {
    width: 79%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-content-left img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-content-left .views {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
}
.blog-content-left h1 {
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}
.register {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 500px;
}
.register-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.register-top a {
    border-bottom: 2px solid #999;
    font-size: 25px;
    font-weight: 300;
    color: #666;
    text-align: center;
}
.register-top .active {
    font-weight: 500;
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
}
.address.active,
.address:hover,
.cart-right .coupon-area input[type="text"]:focus,
.register input:focus,
.register input[type="checkbox"],
.register input[type="submit"] {
    border: 2px solid var(--primary-color);
}
.register form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.register input,
.register select {
    border: 2px solid #ccc;
    padding: 10px;
    font-weight: 400;
}
.register input[type="submit"] {
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
}
.register input[type="checkbox"] {
    width: 30px;
    height: 25px;
}
.register label {
    margin: 0;
    padding: 0;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    cursor: pointer;
}
.register label p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.register label a {
    font-weight: 500;
}
.cart-overview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100099999999990;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.136);
    justify-content: end;
    display: none;
}
.cart-overview-right {
    width: 400px;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
}
.cart-overview-right-mid {
    overflow-y: auto;
    overflow-x: hidden;
    height: 500px;
}
.cart-left .close,
.cart-overview-right .close {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.cart-overview-right h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    margin: 20px;
}
.price section {
    font-weight: 400;
    font-size: 15px;
}
.cart-overview-right-mid section {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 20px;
    position: relative;
    flex-wrap: wrap;
}
.cart-overview-right section img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    object-fit: cover;
}
.cart-overview-right section p {
    color: #999;
    font-size: 15px;
    width: 300px;
    line-height: 15px;
    height: 15px;
    margin-top: 5px;
    font-weight: 400;
}
.cart-left section p b,
.cart-overview-right section p b {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}
.cart-overview-right section a h2 {
    max-width: 250px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-overview-right section .trash {
    position: absolute;
    right: 30px;
    top: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.cart-overview-right-bottom {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.cart-overview-right-bottom a {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.account-left h1,
.cart-overview-right-bottom a h3 {
    font-size: 20px;
    font-weight: 700;
}
.cart-overview-right-bottom a div {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
}
.cart-overview-right-bottom a span {
    text-align: left;
}
.cart-left .piece,
.cart-overview-right .piece {
    display: flex;
    width: 300px;
    align-items: center;
    margin-top: 10px;
}
.cart-left .piece input,
.cart-overview-right .piece input {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 15px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
}
.cart-left .piece input:focus,
.cart-overview-right .piece input:focus {
    border-bottom: 1px solid #ccc;
}
.cart-left .piece p,
.cart-overview-right .piece p {
    width: auto;
    margin-right: 10px;
}
.cart-left .piece box-icon,
.cart-overview-right .piece box-icon {
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.page-bottom:hover,
input[type="text"]:focus {
    border-color: var(--primary-color);
}
.account-left {
    width: 29%;
    display: flex;
    text-align: left;
    flex-direction: column;
}
.account-left div,
.account-right {
    flex-direction: column;
    display: flex;
}
.account-left h1 {
    text-align: left;
    margin: 0;
}
.account-left a,
.cart-right .info p {
    font-weight: 400;
}
.account-left div {
    margin-bottom: 40px;
    font-size: 15px;
}
.account-left .logout {
    color: red;
    font-size: 15px;
}
.account-left a {
    color: #999;
    margin-top: 5px;
    font-size: 15px;
}
.account-right {
    width: 69%;
}
.account-right h2 {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}
input:disabled {
    cursor: not-allowed;
    background-color: #fff;
}
.account-addresses {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.account-address {
    width: 90%;
    max-width: 500px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account-address div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.account-addresses h2 {
    width: 90%;
    max-width: 500px;
    text-align: left;
}
.account-address box-icon,
.cart-left section .trash {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.cart {
    margin-top: 50px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.cart-left,
.cart-right {
    flex-direction: column;
    display: flex;
}
.cart-left {
    width: 66%;
}
.cart-right {
    width: 30%;
    justify-content: center;
}
.cart-right .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #ccc;
    background-color: #fafafa;
    padding: 30px;
    gap: 10px;
}
.cart-right h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.cart-left h1,
.cart-right .info b {
    font-weight: 700;
}
.cart-right .info div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
}
.cart-right .info .cart-total b {
    font-weight: 700;
    font-size: 20px;
    color: var(--primary-color);
}
.cart-right .info span {
    color: #555;
    margin-top: 50px;
    font-weight: 400;
}
.cart-right .info .gocheckout {
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cart-right .info .gocheckout p {
    font-weight: 500;
    text-transform: uppercase;
}
.cart-right .info .cart-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    gap: 10px;
}
.adresses,
.cart-left-mid section {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}
.cart-right .info .cart-bottom p {
    text-align: center;
    font-size: 13px;
}
.cart-left h1 {
    font-size: 25px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-align: left;
}
.cart-left-mid section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
    padding-top: 20px;
}
.cart-left-mid {
    position: relative;
}
.cart-left-mid .price {
    position: absolute;
    bottom: 20px;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: row;
}
.cart-left-mid .price p {
    font-weight: 500;
    text-align: right;
}
.cart-left section img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    object-fit: cover;
}
.cart-left section p {
    color: #999;
    font-size: 15px;
    width: 300px;
    line-height: 15px;
    height: 15px;
    margin-top: 10px;
    font-weight: 400;
}
.cart-left section a h2 {
    max-width: 500px;
    font-weight: 400;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-left section .trash {
    position: absolute;
    right: 0;
    top: 20px;
}
.trash:hover {
    opacity: 0.4;
}
.deletecoupon {
    color: red;
    font-size: 12px;
}
.cart-right .coupon-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #ccc;
    background-color: #fafafa;
    padding: 30px;
    gap: 10px;
    margin-top: 20px;
}
.cart-right .coupon-area form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}
.cart-right .coupon-area input[type="text"] {
    padding: 15px;
    border: 2px solid #ccc;
    width: 100%;
    text-transform: uppercase;
}
.cart-right .coupon-area input[type="submit"] {
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px;
    cursor: pointer;
}
.adresses {
    gap: 10px;
    margin-bottom: 20px;
}
.address {
    display: flex;
    padding: 10px;
    border: 2px solid #ccc;
    flex-wrap: wrap;
    width: 250px;
    cursor: pointer;
    flex-direction: column;
}
.address p {
    font-size: 15px;
}
.adresses label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 400;
    width: 100%;
}
#credit-card-form {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid #ededed;
    background-color: #fafafa;
    width: 100%;
}
#credit-card-form h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}
#credit-card-form input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 2px solid #ccc;
    font-size: 1rem;
    color: var(--primary-color);
    background-color: #fff;
    transition: 0.3s;
}
#credit-card-form input:focus {
    border-color: #7477ff;
    outline: 0;
}
#credit-card-form label {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    display: block;
    margin-bottom: 5px;
}
#credit-card-form input + label {
    margin-top: 5px;
}
#credit-card-form button {
    width: 100%;
    padding: 12px;
    background-color: #7477ff;
    border: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}
#credit-card-form button:hover {
    background-color: #5e63d1;
}
#credit-card-form .error {
    color: red;
    font-size: 0.9rem;
    margin-top: 5px;
}
.card-type-wrapper {
    position: relative;
    width: 100%;
}
#card-type-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 1;
}
#card-number {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
}
.out-of-stock {
    opacity: 0.5;
    cursor: default !important;
}
.out-of-stock div {
    cursor: default;
}
.homeboxes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#mobileNavbar,
.campaign,
.popup {
    position: fixed;
    display: none;
}
.homebox {
    width: 32%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    font-weight: 400;
}
.campaign,
.page-bottom.active,
.tab form input[type="submit"] {
    background-color: var(--primary-color);
}
.pages h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 40px;
}
.out-of-stock box-icon,
.out-of-stock input {
    cursor: default !important;
}
.out-of-stock div:hover {
    opacity: 1 !important;
}
.product.out-of-stock .add-to-basket {
    border: 2px solid #ccc;
    background-color: #fafafa;
    color: var(--primary-color);
    opacity: 1;
    color: #444;
    cursor: not-allowed !important;
}
.tab form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}
.tab form input[type="text"] {
    border: 2px solid #ccc;
    padding: 10px;
}
.tab form input[type="file"] {
    border: 2px solid #ccc;
    padding: 10px;
    cursor: pointer;
}
.tab form input[type="number"] {
    border: 2px solid #ccc;
    padding: 10px;
    color: orange;
    font-weight: 600;
}
.tab form h2 {
    font-size: 20px;
    font-weight: 600;
}
#mobileNavbar a,
.campaign h1,
.campaign span h2 {
    font-weight: 600;
    font-size: 25px;
}
.tab form input[type="submit"] {
    padding: 10px;
    max-width: 200px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
}
.campaign {
    padding: 10px 30px;
    z-index: 1000000000;
    bottom: 30px;
    left: 10%;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    border: 2px solid #fff;
}
.campaign span,
.popup {
    border-radius: 10px;
    background-color: #fff;
}
.campaign h1 {
    text-align: left;
    color: #fff;
    margin: 0;
}
.campaign div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.campaign span {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.campaign span h2 {
    line-height: 25px;
}
.campaign span p {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}
.popup {
    width: 500px;
    height: 500px;
    box-shadow: 0 0 10px #000;
    left: 50%;
    top: 50%;
    align-items: top;
    justify-content: end;
    background-repeat: no-repeat;
    z-index: 1000000;
    overflow: hidden;
}
.okay,
.pages-bottom {
    align-items: center;
    display: flex;
}
.popup p {
    font-weight: 700;
    cursor: pointer;
    padding: 10px;
    font-size: 15px;
    height: 30px;
    line-height: 10px;
    background-color: #fff;
}
.tab table {
    width: 100%;
    text-align: left;
    border: 1px solid #ccc;
}
.tab table img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
}
.tab img {
    max-width: 100%;
}
.okay {
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}
.okay box-icon {
    width: 30px;
    height: 30px;
}
.okay h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
.pages-bottom {
    width: 90%;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    margin-top: 50px;
    flex-wrap: wrap;
    padding-left: 20%;
}
.page-bottom {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    justify-content: center;
    text-align: center;
    border: 2px solid #ccc;
    color: var(--primary-color);
}
.page-bottom.active {
    color: #fff;
    border-color: var(--primary-color);
}
#mobileNavbar {
    background-color: #fff;
    color: #111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    flex-direction: column;
    transition: 0.5s;
    z-index: 1000000000000000000000000;
}
.babylon {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.mobile-navbar-top {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
.mobile-navbar-top a {
    font-weight: 700 !important;
    padding: 0 !important;
    width: auto !important;
    justify-content: start !important;
}
#mobileNavbar box-icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#mobileNavbar a {
    padding: 20px 20px 10px;
    text-decoration: none;
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #333;
}
.dropdown-btn {
    cursor: pointer;
}
.dropdown-container {
    display: none;
    padding-left: 20px;
}
.show {
    display: block;
}
.dropdown-btn box-icon {
    transition-duration: 0s;
}
.dropdown-btn.active box-icon {
    rotate: 180deg;
}

.swiper-button-next,
.swiper-button-prev {
    height: 30px !important;
    width: 30px !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    color: #333 !important;
}
.swiper-button-prev {
    left: 20px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
    font-weight: 900 !important;
}
.swiper-button-next {
    right: 20px !important;
}
footer{
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    margin-top: 100px;
    background-color: white;
    padding-top: 50px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 50px;
}
footer h6{
    color: #111;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 17px;
}
footer p{
    color: #555;
}
footer a{
    color: #555;
    transition-duration: 0.3s;
}
footer a:hover{
    color: #111;
}
.footer-left{
    width: 30%;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 13px;
    color: #555;
}
.footer-left .social{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}
footer img{
    max-width: 150px;
}
.footer-left .social a{
    border-radius: 5px;
    padding: 5px;
    background-color: #ededed;
}
.footer-right{
    width: 65%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}
.footer-right div{
    width: 24%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.footer-right div a{
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
}
.footer-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #ccc;
    font-size: 15px;
    color: #555;
    background-color: white;
}
.footer-bottom p{
    width: 33%;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    color: #555;
}
.status{
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    color: #555;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menuboxicon,
.mySwiper2 .swiper-pagination {
    display: none;
}
.mySwiper2{
    height: 20px;
}




@media (max-width: 1500px) {
    .categories,
    .faqs,
    .products-overview {
        width: 90%;
    }
    .products-right {
        grid-template-columns: repeat(4, 1fr);
    }
    footer{
        padding-left: 2%;
        padding-right: 2%;
    }
}
@media (max-width: 1300px) {
    .product-page-right {
        width: 49%;
        flex-direction: column;
    }
    .product-page-left {
        width: 49%;
    }
    .product-page-right-left {
        width: 100%;
    }
    .product-page-right-right {
        margin-top: 20px;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .products-overview,
    .products-right {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1100px) {
    .homebox {
        width: 49%;
        margin-bottom: 20px;
    }
    .categories {
        grid-template-columns: repeat(3, 1fr);
    }
    .category-full {
        grid-column: span 1 / span 1;
    }
    .product-page-left-bottom img,
    .product-page-left-bottom video {
        width: 100px;
        height: 100px;
    }
    .product-page-right-left .add-to-basket input {
        font-size: 20px;
    }
    .blog-content,
    .blogs,
    .breadcrumb,
    .cart,
    .product-bottom,
    .product-page,
    .products,
    .search {
        width: 95%;
    }
    .product-page-right-left h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .product-bottom-top div,
    .product-page-right-left .add-to-basket div,
    .product-page-right-left p {
        font-size: 15px;
    }
}
.product-bottom-top {
    flex-wrap: wrap;
}
.tab a {
    font-weight: 400;
}
@media only screen and (max-width: 1000px) {
    .products-right {
        grid-template-columns: repeat(3, 1fr);
    }
    footer{
        flex-direction: column;
        padding-left: 10%;
        padding-right: 10%;
    }
    .footer-left{
        width: 100%;
    }
    .footer-right{
        width: 100%;
        flex-direction: column;
        margin-top: 50px;
    }
    .footer-right div{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    footer{
        padding-left: 5%;
        padding-right: 5%;
    }
    .product-page-right{
        width: 100%;
    }
    .products-right {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-page-right-right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .categories {
        grid-template-columns: repeat(2, 1fr);
    }
    .swiper-slide div {
        left: 5%;
        max-width: 90%;
    }
    .swiper-slide div h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .swiper-slide div p {
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
    }
    .swiper-slide div a {
        font-size: 12px;
        padding: 10px 20px;
        font-weight: 500;
    }
    .swiper-slide div a svg {
        height: 20px;
    }
    .tab {
        gap: 5px;
    }
    .option-image img {
        width: 100%;
        height: auto;
    }
    .account,
    .cart,
    .product-page {
        flex-wrap: wrap;
    }
    .product-page-left {
        width: 100%;
        flex-wrap: wrap;
    }
    .product-page-right-left {
        width: 100%;
        margin-top: 30px;
    }
    .product-page-left-bottom img,
    .product-page-left-bottom video {
        height: 90px;
        width: 90px;
    }
    .blog-content-right,
    .header-mid,
    .products-left {
        display: none;
    }
    .header-right {
        width: 50%;
    }
    .header-left {
        width: 50%;
        justify-content: start;
    }
    .menuboxicon {
        display: flex;
        height: 50px !important;
        width: 50px !important;
    }
    .header-top,
    header {
        height: 60px;
    }
    .blogs,
    .faqs,
    .pages,
    .photos,
    .products-overview,
    .products-title,
    .search,
    h1 {
        width: 95%;
    }
    header {
        padding-left: 2%;
        padding-right: 2%;
    }
    .all-categorys {
        top: 120px;
    }
    h1 {
        font-size: 30px;
    }
    .aboutus {
        font-size: 15px;
        margin-top: 10px;
    }
    .blogs {
        grid-template-columns: repeat(1, 1fr);
    }
    .search {
        flex-direction: column;
    }
    .search input[type="submit"] {
        margin-top: 10px;
        width: 100%;
    }
    .products-right {
        width: 100%;
        gap: 10px;
    }
    .pages-bottom {
        width: 95%;
        padding-left: 0;
    }
    .cart-right {
        margin-top: 50px;
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .banner h2 {
        font-size: 40px;
    }
    .banner p {
        font-size: 12px;
    }
    .categories {
        grid-template-columns: repeat(1, 1fr);
    }
    .category {
        height: 200px;
    }
    .products-overview {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
@media only screen and (max-width: 420px) {
    .products-right {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.footer-bottom-bottom{
    width: 100%;
    background-color: #111;
    color: #999;
    padding: 5px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
}

.footer-bottom-bottom img{
    height: 20px;
    mix-blend-mode: difference;
    filter: brightness(1000%) saturate(0%);
}