﻿.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
body{
    padding:0;
    margin:0;
}
nav{
    padding:0 !important;
}
.nav-top {
    background-color: #77DDDD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 128px;
}
.nav-top div{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:space-between;
}
    .nav-top .title {
        font-size: 32px;
        font-style: italic;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
        text-shadow: 2px 4px 4px #00000040;
    }

.b-sidebar-body .price span{
    display: none !important;
}
.header-left a {
    font-size: 11px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: black;
}
.header-left span {
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left:7px;
}
.header-right {
    position: absolute;
    right: 1px;
}
.header-right a {
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: black;
    border-right: 1px solid #00000099;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.header-right a img{
    margin-right:3px;
}
.header-right a:last-child {
    border-right: none;
    padding-right: 0px;
}
.header-nav-bottom{
    display:flex;
    width:100%;
}
ul{
    list-style:none;
}
.sr-only{
    display:none;
}
.category,
.category.hasSubMenu {
    list-style: none;
}

.category {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
}

.subMenuArea {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    padding: 40px 15px;
    z-index: 10;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out;
    width: 1070px;
    border: 1px solid #0000001c;
    box-shadow: -5px 4px 4px 2px #0000001F;
}

    .subMenuArea ul {
        padding-left: 0;
    }

.category.hasSubMenu:hover .subMenuArea {
    visibility: visible; 
    opacity: 1; 
    transition-delay: 0s; 
}
.subMenuArea .categoryArea {
    padding: 10px;
    border-bottom: 1px solid #0000001A;
}
.subMenuArea .categoryArea .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
.subMenuArea .categoryArea a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: block;
    color: #00000099;
    margin-top:22px
}
.subMenuArea .bannerSale {
    background: #FFFFFF;
    border: 2.6px solid #F7F7F7;
    box-shadow: 0.1px 0.1px 2px 3px #00000008;
    border-radius:2px;
    width:90%;
    height:120px;
    display:flex;
    align-items:center;
    margin-top:20px;
}
.subMenuArea .bannerSale:first-child {
    margin-top:0px;
}
.subMenuArea .bannerSale img{
    width:88px;
    height:100%;
}
.subMenuArea .bannerSale span {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #BC0D0D;
    margin-left:15px;
}
.top-menu-container {
    margin-bottom: 15px;
    border-bottom: 1px solid #0000001A;
    padding-bottom:5px;
}
.navbar-nav.top-header-items {
    display: flex;
    flex-direction: row;
    width: 25%;
    justify-content: end;
    align-items: center;
}
.sidebar-cart.wishlist,
.sidebar-cart.cart-only{
    position: relative;
}
.qty-indicator.wishlist-qty,
.qty-indicator.cart-qty {
    position: absolute;
    right: 0;
    background-color: black;
    color: white;
    border-radius: 50px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height:1px;
    top:12px;
}
.category a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration:none;
    color:black;
}
.sidebar-cart.wishlist .nav-item,
.sidebar-cart.cart-only .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-brand.store-logo{
    width:25%;
}
.search-item {
    width: 50%;
    display: flex;
    align-items: center;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.search-div #small-searchterms {
    width: 424px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #0000001A;
    border-radius:0;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem transparent;
}
.search-button {
    position: absolute;
    top: 12px;
    border: none;
    background-color: transparent;
    right: 8px;
}
.icons.icon-magnifier {
    font-size: 18px;
    color: #00000099;
}
.search-div #small-searchterms::placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00000066;
}
.top-header-items .nav-item a{
    align-items:center;
    cursor:pointer;
    margin-left:20px;
}
.top-header-items .nav-item a .icons {
    font-size:25px
}
.top-header-items .nav-item a .nav-link-text{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#000000;
    margin-top:8px;
}
.category-item {
    width: 100%;
    display: flex;
    height: 400px;
    position: relative;
}
.category-item img{
    width:100%;
    height:100%;
}
.category-item .content{
    position:absolute;
    bottom:10px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-item .title {
    display: block;
    position: relative;
    height: 100%;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color:white;
}
/* footer */
.footer-mailH {
    height: 130px;
}
.footer {
    background-color: #F0F0F0;
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    margin-top: 100px;
}
.footer .section {
    padding: 15px 0 40px 0px;
}
.footer a {
    color: #00000099;
    font-size: 16px;
    font-weight: 400;
    margin-top: 100px;
    text-decoration:none;
}
.footer a:hover,
.footer ul.social-icons li .icons:hover {
    color: #25b232;
}
.footer .block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer li {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #00000099;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.footer ul.social-icons {
    display: inline-flex;
    align-items: center;
    margin: 0 0 30px 0;
    position: absolute;
    bottom: 0;
}
.footer ul.social-icons li {
    border: 2px solid black !important;
    padding: 3px;
    border-radius: 5px;
}
.footer ul.social-icons li a img {
    width: 19px;
    height: 15px;
}
.title-footer {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.footer ul.social-icons li:not(:last-child) {
    margin: 0 10px 0 0;
}

.footer ul.social-icons li:last-child {
    margin: 0;
}

.footer ul li .bi {
    margin: 0 5px 0 0;
}

.footer .about-us .logo img {
    max-height: 35px;
}

.footer .inside-section {
    margin: 0 0 30px 0;
}

.footer .title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 3px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 15px 0 20px 0;
    text-transform:uppercase;
}

.footer .footer-bottom .container {
    border-top: 1px solid #0000001A;
}
.footer-disclaimer {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00000099;
}

.footer-mail {
    width: 80%;
    background: #000000;
    padding: 36px 64px;
    position: relative;
    top: -65px;
}
.footer .col{
    position:relative;
}
.product-box .other-buttons .new-season {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #FFFFFF66;
    width: 65px;
    height: 30px;
    font-size: 10px;
    font-weight: 500;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heart-a {
    position: absolute;
    top: 7px;
    right: 7px;
    border-radius: 50px;
    padding: 9px;
    width: 42px;
    height: 42px;
    background-color: #FFFFFF4D;
    border:1px solid transparent;
    cursor:pointer;
    text-decoration:none
}
.heart-a:hover{
    border:1px solid black;
  background-color: transparent;
}
.heart-a .icon-heart {
   font-size: 22px;
   position: relative;  
   top: 2px;
   color:black;
}
.picture-container .img-container {
    width: 100%;
    height: 100%
}
.picture-container .img-container img{ 
    width: 100%;
    height: 100%
}
.card.product-box.show.product-provider {
    border-radius: 2px;
    border: none;
    background-color: white;
}
.card.product-box.show.product-provider .card-title a{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:black;
    text-decoration:none;
}
.card.product-box.show.product-provider .card-body{
    padding:5px;
}
.prices-rating .prices{
    display:flex;
    align-items:center;
}
.prices-rating .old-price.price {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration-line: line-through;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00000066;
}
.prices-rating .actual-price.price {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:black;
    margin-left:10px;
}
.qvb-container, .card-footer {
    display: none;
}
.product-provider:hover .qvb-container,
.product-provider:hover .card-footer {
    display: block;
    border-top: none;
}
.qvb-container {
    position: absolute;
    bottom: 0%;
    width: 20%;
    right: 20%;
}
.qvb-container a{
    width:50px !important;
    height:40px !important;
    display:flex;
    align-items:center;
    justify-content:center;
}
.card.product-box.show.product-provider.mb-2 .card-footer a {
    width: 50px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;

}
.card-footer {
    position: absolute;
    top: 65.5%;
    width: 100%;
}
.card.product-box.show.product-provider.mb-2 .card-footer {
    position: absolute;
    bottom: 0;
    width: 20%;
    right: 0;
    padding:0;
    top:auto;
}
.quick-view-button{
    border-radius:0;
}
.card-footer .add-to-cart-button {
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.footer-mail .newsletter-title,
.footer-mail .newsletter-desc {
    color: white;
}
.product-grid {
    background-color: #f0f0f061;
    padding:15px;
}
.product-grid .generalTitle{
    font-size: 28px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:black;
}
#sidebar-wishlist {
    position: absolute;
    z-index: 20;
    background-color: #F5F6F6;
    border: 1px solid #0000001A;
    width: 250px;
    right: -60px;
}
#sidebar-wishlist:focus-visible{
    outline:none;
}
#sidebar-right {
    position: absolute;
    z-index: 20;
    background-color: #F5F6F6;
    border: 1px solid #0000001A;
    right: 0;
    width: 250px;
    padding: 5px 5px 10px;
}
#sidebar-cart {
    position: absolute;
    z-index: 20;
    right: 0;
    background-color: #F5F6F6 !important;
    border: 1px solid #0000001A;
    padding: 5px;
    width: 250px;
}
#sidebar-right:focus-visible{
    outline:none !important;
}
.b-sidebar-outer {
    position: relative;
}
#sidebar-right___title__{
    font-size:14px;
}
.breadcrumb-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: #00000066;
}
.breadcrumb-item.active a {
    color: #000000;
}
.product-detail-div {
    border: 0.8px solid #D4D7E5;
    padding: 10px 40px;
}
.page.product-details-page.product-standard{
    margin-top:15px;
}
.product-detail-div .generalTitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    text-transform:uppercase;
}
.product-detail-div .old-product-price {
    font-size: 11px;
    font-weight: 400;
    line-height: 12.19px;
    text-align: left;
    text-decoration-line: line-through;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0000004D;
}
.product-detail-div .actual-price {
    font-size: 15px;
    font-weight: 500;
    line-height: 17.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #D01919;
}
.add-to-cart-button {
    width: 108px;
    height: 41px;
    padding: 12px;
    background: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    margin-left: 15px;
    justify-content: center;
}
.qty-controls{
    position:relative;
}
.qty-controls .minus{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 25px;
    height:42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-controls .plus{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 25px;
    height:42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type="number"] {
    -moz-appearance: textfield; 
    -webkit-appearance: none; 
    appearance: none; 
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-controls input {
    width: 88px;
    height: 42px;
    background-color: #F0F0F0;
    border:none;
    border-radius:0;
}
.add-to-wishlist-button{
    border:none;
    background-color:transparent;
    border-radius:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.add-to-wishlist-button:hover{
    border: none;
    background-color: #eaeaea;
    border-radius: 100px
}
.add-to-wishlist-button .icons.icon-heart{
    font-size:25px;
}
#product-attributes .attributes tr{
    display:flex;
    flex-direction:column;
}
#product-attributes .attributes tr td ul{
    display: flex;
    flex-direction:row;
}
#product-attributes .attributes tr td ul li{
    margin-right: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
#product-attributes .attributes tr td ul li label{
    display:flex;
    align-items:center;
    justify-content: center;
}
.category-page .card-footer {
    position: absolute;
    top: 58%;
    width: 100%;
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.generalMarginSupporter{
    margin-top:20px;
}
#sidebar-cart___title__ {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
.b-sidebar-header {
    border-bottom: 1px solid #0000001A
}
.b-sidebar-body{
    margin-top:10px;
}
.b-sidebar-body .img-fluid {
    width: 100%;
    height: 55px;
    border: 1px solid #A1A1A199;
}
.b-sidebar-body a{
    margin-left:0 !important;
}

.b-sidebar-body .col{
    padding:0px;
}
.b-sidebar-body .col a {
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: #000000;
}
.b-sidebar-body .price{
    text-align:right;
}
.b-sidebar-body .price strong{
    color:#000000;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
#sidebar-cart:focus-visible{
    outline:none;
}
.b-sidebar-footer {
    border-top: 1px solid #00000066;
    margin-top: 10px;
    padding: 10px 0;
}
.b-sidebar-footer .total-price{
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:black;
}
.b-sidebar-footer .total-text{
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:black;
}
.product-detail-div .accordion  button{
    background-color:transparent ;
}
.btn-product-detail {
    background-color: transparent;
    color: black;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.07px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    padding-left: 0;
}
.btn-product-detail:hover,
.btn-product-detail:active{
    background-color: transparent !important;
    color: black !important;
    width: 100%;
    border: none;
    text-align: left;
}
.btn-product-detail:focus-visible {
    box-shadow:none;
    background-color:transparent;
    color:black;
}
.product-content {
    border: 1px solid #0000001A;
    padding: 20px 12px;
    margin-top:20px;
}
.product-content .title-product{
    font-size: 17px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:black;
    border-bottom:1px solid #0000001A;
    padding-bottom:15px;
}
.product-content .card{
    border:none;
    border-bottom: 1px solid #0000001A;
    border-radius: 0;
}
.product-content .card-header{
    border-radius: 0;
    background-color: transparent;
    border: none;
    padding: 10px 0px !important;
}
.product-content .card-body{
    font-size: 13px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}
.newsletter-email-button {
    border: none;
    background-color: white;
    color: black;
    height: 39px ;
    border-radius:0;
}
.newsletter-email {
    border: none;
    background-color: white;
    padding: 12px 16px;
    height: 48px;
    border-radius: 0;
}
#eCommerceCarousel .carousel-indicators li {
    background-color: #F0F0F0;
    width: 14px;
    height: 14px;
    margin-left: 20px;
    border-radius: 20px;
}
#HomePageCategories .row{
    padding:5px;

}
#HomePageCategories .row>* {
    padding:7px;
}
.product-grid .row{
    padding:7px;

}
.product-grid .product-container{
    padding-left:7px;
    padding-right:7px;
}
.product-provider .card-title{
    height:50px;
}
#adv_search {
    position: absolute;
    z-index: 10;
    background: #FFFFFF;
    border: 1px solid #0000001A;
    box-shadow: 5px 4px 4px 0px #00000014;
    width:424px;
    padding:10px;
}
#adv_search ul li{
    padding-bottom:10px;
    padding-top:10px;
    border-bottom: 1px solid #0000001A;
}
#adv_search ul li a{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#00000066;
    text-decoration:none;
}
#adv_search ul li.media{
    display:flex;
}
#adv_search ul li.media .media-aside{
    width:25%;
}
#adv_search ul li.media .media-aside img{
    width:65%;
}
#adv_search .pop-search{
    display:flex;
}
#adv_search .pop-search span{
    background-color: #F0F0F0;
    height: 32px;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00000099;
    padding: 0 8px;
    margin-right: 10px;
}
.search-div .input-group-append .form-control {
    padding: .375rem 2.75rem 0.375rem 0.75rem;
}
.gallery-slider {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

.gallery-thumbs {
    width: 25%;
    height: 620px;
}

.gallery-thumbs .swiper-slide img{
    width:148px;
    height:200px;
}
.gallery-top{
    width: 75%;
    flex: 1;
}
.medium-zoom-overlay{
    z-index:1;
}
.medium-zoom-image--opened {
    z-index: 2;
}
#ppslider {
    border: 0.8px solid #D4D7E5;
    padding: 10px;
}
.gallery-top .swiper-slide img{
    width:100%;
    height:620px;
}
.zoom-button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.icon-frame:before {
    content: "\e038";
    font-size: 22px;
}
.navbar-brand.store-logo img {
    width: auto;
}
.gallery-thumbs .swiper-slide {
    cursor: pointer;
}
.btn-product-detail .acc-icon {
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
}
.btn-product-detail.not-collapsed .acc-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.filter-btn-acc .acc-icon {
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
}

.filter-btn-acc.not-collapsed .acc-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.filter-btn-acc {
    text-decoration: none;
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
}
.filter-btn-acc h6{
    position:relative;
}
.generalLeftSide {
    border: 1px solid #0000001A;
}
.asc-select {
    border: 0.8px solid #A1A1A199;
    box-shadow: 2px 4px 4px 0px #00000029;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 14.63px;
    color: #00000099;
    border-radius:0;
    width:200px;
    text-align:center;
    height:38px;
    cursor:pointer;
}
#items_statistics {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: black;
}
.view-icon {
    margin-left: 12px;
    margin-right: 12px;
    cursor:pointer;
}
#block-recently-viewed-products .img-fluid{
    width:100%;
}
#block-recently-viewed-products .card-body{
    padding:0;
}
#block-recently-viewed-products .card-body .h6{
    height:50px;
    padding:10px;
}
#block-recently-viewed-products .card-body .h6 a{
    text-decoration:none;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color:black;
}
.shopping-cart.table tbody tr {
    border: 1px solid #D4D7E5;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.shopping-cart .prod-total ,
.shopping-cart .unit-price{
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color:#000;
}
.shopping-cart .product-name {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-decoration:none;
    color:#000;
}
.login-page .col-form-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #000000;
}
.login-page input,
.registration-page input{
background: #FFFFFF;
border: 1px solid #D4D7E5;
height:52px;
border-radius:0;
}
.login-page .custom-control.custom-checkbox{
    display:flex;
    align-items:center;
}
.login-page .custom-control-description {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-left:10px;
}
.login-page .forgot-password {
    font-weight: 400;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}
.login-page .forgot-password a{
    color: #4D4D4D;
    text-decoration:none;
}
.login-page .card,
.registration-page .card {
    background: #FFFFFF;
    border: 0.8px solid #D4D7E5;
    box-shadow: 0px 4px 64px 0px #0000000D;
    border-radius: 0;
    padding: 15px 30px;
}
.login-page .card .card-body,
.registration-page .card .card-body{
    padding:0;
}
.login-page .card .generalTitle{
    font-size: 24px;
    font-weight: 400;
    line-height: 29.26px;
    text-align: left;
}
.login-page .register-button,
.registration-page .register-next-step-button {
    background-color: black;
    color: white;
    width: 100%;
    height: 57px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}
.checkout-page input,
.checkout-page select,
.customer-info-page input,
.customer-info-page select,
.change-password-page input,
.change-password-page select{
    background: #FFFFFF;
    border: 1px solid #D4D7E5;
    border-radius: 0;
    height: 44px;
}
.checkout-page .col-form-label,
.customer-info-page .col-form-label{
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #0B0F19;
}
.opc-header .btn-adress {
    background: #F0F0F0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: center;
    color: #00000066;
    border:none;
    margin-right:5px;
}
.opc-header .btn-adress.not-collapsed {
    border-bottom: 1px solid #000000;
}
.accordion.opc .card {
    border: none;
}
.block-account-navigation ul{
    padding-left:0;
}
.block-account-navigation ul li{
    border-bottom:1px solid #0000001A;
}
.block-account-navigation ul li a{
    color:#000;
    text-decoration:none;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
    padding:4px 6px;
    border:1px solid transparent;
    height:25px;
    margin-top:10px;
    margin-bottom:10px;
}
.block-account-navigation ul li a.active, .block-account-navigation ul li a:hover{
    background: #F2F2F2;
    border: 0.5px solid #D4D7E5;
    padding:4px 6px;
    border-radius:0;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
    text-decoration:none;
    color:#000000;
    height:25px;
}
@media(min-width:768px) {
    .mobile-icon-menu, .filter-btn, .close-btn-filter {
        display: none
    }
}
@media(max-width:768px){
    .header-right{
        position:relative;
        justify-content:start !important;
    }
    .header-right a:first-child{
        padding-left:0;
    }
    .nav-top{
        padding: 15px 0;
    }
    .nav-top .title{
        font-size:18px;
    }
    .navbar-brand.store-logo {
        width: 15%;
    }
    .navbar-brand.store-logo img{
        width: auto;
    }
    .top-header-items .nav-item a .nav-link-text{
        display:none;
    }
    .navbar-nav.top-header-items {
        width: 70%;
        justify-content: end;
    }
    .search-div {
        display:none
    }
    .container-fluid {
        padding: 0;
        overflow-x: hidden;
    }
    .footer-mail {
        width: 100%;
        background: #000000;
        padding: 20px 12px;
        position: relative;
        top: -65px;
    }
    .footer .input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
        flex: none;
    }
    .title-footer{
        text-align:center;
    }
    .qty-indicator.wishlist-qty, .qty-indicator.cart-qty {
        right: -8px;
    }
    .left-side-container{
        padding:0;
    }
    .mobile-icon-menu {
        margin-right: 5px;
        margin-left: 5px;
    }
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: slide-in 0.3s forwards;
    }
    .category {
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding: 10px 15px;
        width: 100%;
        border-bottom: 1px solid #eaeaea;
    }

    .top-menu-container{
        display:none;
    }
    .footer ul.social-icons {
        bottom: auto;
    }
    .menu-content {
        position: relative;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        align-items: start !important;
        flex-direction: column;
        padding-top: 80px;
        overflow: scroll;
    }
    .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
    }

    @keyframes slide-in {
        from {
            transform: translateX(-100%);
        }

        to {
            transform: translateX(0);
        }
    }

    @keyframes slide-out {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100%);
        }
    }
    .header-nav-bottom .menu-icon-div {
        display: flex;
        align-items: center;
        width: 10%;
    }
    .search-item{
        display:none;
    }
    .subMenuArea {
        width: 100%;
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        padding: 40px 15px;
        z-index: 10;
        transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out;
        border: 1px solid #0000001c;
        box-shadow: -5px 4px 4px 2px #0000001F;
    }
    .bannerSale-mobile{
        display:none;
    }

    .subMenuArea {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        width: 100%;
        height: 0;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        padding: 0;
        overflow: hidden;
        z-index: 10;
        border: 1px solid #ddd;
        box-shadow: none;
        transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s;
    }
    .category.hasSubMenu .subMenuArea.hidden {
        visibility: visible;
        opacity: 0;
        height: 0;
    }
    .subMenuArea:not(.hidden) {
        visibility: visible;
        opacity: 1;
        height: auto;
        position: relative;
        top:10px;
    }
    #home-page,
    .page.category-page.catalog-page,
    .page.product-details-page.product-standard {
        padding: 10px;
    }
    .footer-mailH,
    .footer-top.section,
    .view-option{
        display:none !important;
    }
    .footer{
        margin-top:10px;
    }
    .filter-btn {
        margin-right: 15px;
        border: 0.8px solid #A1A1A199;
        box-shadow: 2px 4px 4px 0px #00000029;
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 400;
        line-height: 14.63px;
        color: #00000099;
        border-radius: 0;
        text-align: center;
        height: 38px;
        cursor: pointer;
        background-color:white;
    }
    .sort-container.w-50.order-2.d-flex.justify-content-end{
        width:100% !important;
        justify-content:center !important;
    }
    .filter-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
        padding: 20px;
        z-index: 1000;
    }

    .close-btn-filter {
        display: block;
        margin-left: auto;
        margin-right: 0;
        color: black;
        border: none;
        position: absolute;
        right: 20px;
        background-color: transparent;
    }
    .filter-content{
        margin-top:50px;
    }
    .gallery-thumbs .swiper-slide img,
    .gallery-top .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .gallery-thumbs {
        height: 320px;
        width: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
}
/*adminden kapanacak alanlar */
.shopping-cart.table thead{
    display:none;
}
.login-text {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
}
.log-detail-text {
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
}
input::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ABABAB;

}
.login-page .card-footer{
    display:block;
    position:relative;
    padding:0;
    background-color:transparent;
    border:none;
    margin-top:10px;
}
.login-page .card-footer button{
    width:100%;
    background-color:black;
    color:white;
    border:none;
    border-radius:0;
    height:57px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
.remember-div{
    margin-top:10px;
}
.login-page .card-bottom-detail{
    margin-top:20px;
    text-align:center;
}
.login-page .card-bottom-detail p{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:#7D7D7D;
}
.login-page .card-bottom-detail a{
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:#000;
    text-decoration:none;
}

.login-page .account-area{
    display:flex;
}
.login-page .account-area .card {
    border: 1px solid #D4D7E5;
    background-color: #FFFFFF;
    color: black;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    height: 70px;
    flex-direction:row;
}
.login-page .account-area .card img{
    margin-right:10px;
}
.login-page .account-area .card:last-child{
    margin-left:1%;
}
.registration-page .card-bottom-detail {
    margin-top: 10px;
    text-align: center;
}
.registration-page .card-bottom-detail p {    
    font-weight: 400;    
    font-size: 14px;    
    line-height: 100%;    
    letter-spacing: 0%;    
    text-align: center;    
    color: #7D7D7D;
}

.registration-page  .card-bottom-detail a {
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.registration-page .account-area{
    display:flex;
}
.registration-page .account-area .card {
    border: 1px solid #D4D7E5;
    background-color: #FFFFFF;
    color: black;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom: 30px;
    height: 70px;
    flex-direction:row;
    padding:15px;
}
.registration-page .account-area .card img{
    margin-right:5px;
}
.registration-page .account-area .card:last-child {
    margin-left: 1%;
}
.login-option{
    display:block;
    text-decoration:none;
    text-align:left;
    color:black;
    font-weight:500;
    margin-top:10px;
    padding-left:5px !important;
    font-size:14px;
}
.login-option svg{
    position:relative;
    top:-2px;
}

.viewBox.listbox ul{
    padding-left:0;
}
.viewBox.listbox ul li a {
    text-decoration:none;
    color:black;
    font-weight:500;
}
.viewBox.listbox ul li{
    margin-bottom:5px; 
}
.rating{
    display:none;
}
.product-detail-style{
    display:flex;
    align-items:center;
}
.btn.wishlist-btn-product.btn-secondary {
    background-color: transparent;
    color: black;
    border: none;
    padding: 0;
    width:50px;
    height:40px;
}
.btn.wishlist-btn-product.btn-secondary:hover {
    background-color: transparent;
    color: black;
    border: none;
    padding: 0;
}
.btn.wishlist-btn-product.btn-secondary .icons:before{
    font-size:27px;
}
.b-sidebar-body .col-md-9 a {
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: #000000;
}
.sidebar-wish-btn{
    background-color:transparent;
    border:1px solid #eaeaea;
    color:black;
    margin-left:5px !important;
    margin:5px !important;
    text-align:center;
}
.sidebar-wish-btn:hover {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    color: black;
    margin-left: 5px !important;
    margin: 5px !important;
    text-align: center;
}
.sidebar-wish-btn svg{
    position:relative;
    top:1px;
    margin-right:5px;
}
#sidebar-wishlist .col-md-9{
    padding-left:10px;
}
#product-attributes .custom-control-input {
    display: none;
}
#product-attributes .custom-control {
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
#product-attributes .custom-control:hover {
    border-color: #888;
}
#product-attributes .custom-control-input:checked + #product-attributes .custom-control-label + #product-attributes .custom-control-description,
#product-attributes .custom-control-input:checked + #product-attributes .custom-control-label {
    border-color: #007bff;
    background-color: #007bff20;
    font-weight: 600;
}
#product-attributes .custom-control-description {
    display: inline-block;
    color: #333;
}
#product-attributes .custom-control:has(.custom-control-input:checked) {
    background-color: #77DDDD;
    font-weight: 600;
}
.footer-credit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
@media (max-width:768px){
    .footer-credit{
        display:none;
    }
}
.addtocart-img{
    width:100%;
}
.addtocart a{
    text-decoration:none;
}
.addtocart .title{
    text-decoration:none;
    color:black;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000000ab;
    --bs-backdrop-opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal-close.btn {
    margin-left: 95%;
    width: 5%;
    padding:5px;
}
.modal-close.btn svg{
    font-size:25px;
}
.edit-address input {
    border: 1px solid #D4D7E5;
}
#shipping-address-select{
    width:100%;
}
.custom-control.custom-checkbox{
    display:flex;
    align-items:center;
}
.custom-control.custom-checkbox input{
       margin-right:10px;
}
.close.text-standard{
    display:none;
}