@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-display: swap;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-top-content {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header-top-content .header-logo {
    margin: 0;
    width: 62%;
    justify-content: end;
}

.header-top-content .header-right {
    width: 45%;
    justify-content: end;
}

.header-top-content .header-logo > a > img {
    margin: 0;
}

.header-bottom-content {
    border-top: 1px solid #eee;
}

.header-bottom-content nav.megamenu-nav {
    justify-content: center;
}


ul.megamenu > li > .sub-menu {
    width: 220px !important;
}

ul.megamenu > li > .sub-menu > .content .menu {}

ul.megamenu > li > .sub-menu > .content .menu ul {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    margin: 0 !important;
}

ul.megamenu > li > .sub-menu > .content {
    padding: .5rem !important;
    padding-left: .8rem !important;
}

ul.megamenu > li > .sub-menu > .content .menu ul > li > a::before {
    color: #666;
    content: "\F285" !important;
    font-family: 'bootstrap-icons';
    font-size: 9px;
}

ul.megamenu > li > .sub-menu > .content .menu ul > li > a.main-menu {
    font-size: 13px;
    text-transform: uppercase;
}


.megamenu-pattern .megamenu-container ul.megamenu > li.active > a {
    background: black !important;
    color: #fff;
    width: 100%;
    padding: 11px 11px 9px 13px;
}

.megamenu-pattern .megamenu-container ul.megamenu > li:hover > a {
    background: black !important;
    color: #fff;
}

.megamenu-pattern ul > li > a {
    padding: 11px 11px 9px 13px;
}

.megamenu-pattern .megamenu-container > ul {
    gap: .5rem;
}

.megamenu-pattern .megamenu-container > ul.megamenu li .sub-menu {box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px !important; }


div#search.active-search {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.search-overlay.active-search-overlay {
    opacity: 0.8;
    visibility: visible;
    pointer-events: all;
    margin: 0;
}


.home-banners-container {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: .5rem;
}

.home-banners-container .home-banners {}

.home-banners-container .home-banners > a {}

.home-banners-container .home-banners > a > img {
    width: 100%;
}

.home-gallery {margin-top: 1rem;margin-bottom: 1rem;}

.home-gallery .featured-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;
}

.home-gallery .featured-title  > span {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.home-gallery .gallery-lower .gallery-slider a .image-div {
    margin-bottom: 0;
}

.home-gallery .gallery-lower .gallery-slider a .product-price {
    margin-top: 0 !important;
}

.footer-container {
    display: flex;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-container .footer-list {
    width: 25%;
}
.footer-ebulten {}

.footer-ebulten label.middle-heading {
    font-size: 13px;
}

.footer-ebulten .newsletter-wrapper {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    margin-top: 1rem;
}

.footer-ebulten .newsletter-wrapper .newsletter-group {
    display: flex;
}

.footer-ebulten .newsletter-wrapper .newsletter-group input#newsletter {
    width: 78%;
    border: none;
}

.footer-ebulten .newsletter-wrapper .newsletter-group button.newsletter-button {
    width: 22%;
    border: none;
    background: #616C70;
    color:#fff;
    padding: .5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.footer-ebulten .newsletter-wrapper label.cbx {
    display: flex;
    align-items: flex-start;
}

.footer-ebulten .newsletter-wrapper label.cbx span:last-child {
    font-size: 11px;
}

.footer-copyright {
    padding: 1rem;
    border-top: 1px solid #c5c5c5;
}


.footer-copyright .copyright-content > span {
    font-size: 12px;
    font-weight: 600;
}

.footer-copyright .copyright-content > span > a {
    color: #3AB54A;
}

/*category-page*/
.category-container {
    display: flex;
    width: 100%;
}

.category-container .category-left {
    width: 20%;
}

.category-container .category-right {
    width: 80%;
}

.category-container .category-left form.bf-form {
    flex-direction: column !important;
    padding: 0 !important;
    gap: 0.8rem;
}

.category-container .category-left form.bf-form .bf-attr-block {
    width: 100% !important;
    margin: 0 !important;
    padding: 1rem;
    border: 1px solid #eee;
}

.category-container .category-left form.bf-form .bf-attr-block .bf-attr-header {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 500 !important;
    font-size: 16px;
}

.bf-buttonclear-box {
    display: none !important;
}

.category-container .category-left form.bf-form .bf-attr-block-cont {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.category-container .category-left form.bf-form .bf-attr-block .bf-sliding-cont {
    width: 90% !important;
}

.category-container .category-left form.bf-form .bf-attr-block-cont label {
    font-size: 13px;
    text-transform: unset;
    font-weight: 400 !important;
}

.category-container .category-left form.bf-form .bf-attr-block-cont label:hover {
    font-weight: 500 !important;
}

.select-styled {
    font-size: 14px;
}

.filter-sort-left {
    border: 1px solid #eee;
    margin-right: .5rem;
}

.filter-sort-right {
    border: 1px solid #eee;
    height: 31px;
    padding: 0 .5rem;
}
.bf-search-container {
    width: 100%;
}

.category-container .category-left form.bf-form .bf-keywords-filter .bf-sliding-cont {
    width: 100% !important;
}

.category-container .category-left form.bf-form .bf-keywords-filter .bf-sliding-cont input.bf-search {
    border: 2px solid #eee;
}

.bf-slider-range.ui-slider .ui-slider-range {
    background: black;
    height: 5px !important;
}

.bf-cur-symb {
    padding-bottom: 1.5rem !important;
}


.category-container .category-left form.bf-form .bf-price-filter .bf-sliding-cont {
    width: 100% !important;
}

.bf-price-slider-container {
    padding: 0 10px 15px;
}

.bf-slider-container.ui-slider .ui-slider-handle, .bf-slider-range.ui-slider .ui-slider-handle {
    background: #ddd !important;
}
/*category-page-end*/

/*discount-price*/
.discount-wrapper {
    position: absolute;
    top: 2px;
    right: 4px;
    background: #23CC99;
    padding: 0 .6rem;
}

.discount-wrapper > span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
/*discount-price-end*/

/*product-page*/
.gallery-thumbs {
    height: auto !important;
    padding: 1rem;
}

.gallery-thumbs .little-image .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #ddd !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.gallery-thumbs .little-image .swiper-slide {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    transition: .3s ease-in;
    cursor: pointer;
}

.gallery-thumbs .little-image .swiper-slide > a {
    align-items: center;
}

.gallery-thumbs .little-image .swiper-slide > a > img {
    border-radius: 10px;
}

.gallery-thumbs .little-image .swiper-slide > img {
    border-radius: 10px;
    width: 100%;
}

.product-info ul.product-price #power-price {
    display: flex;
    flex-direction: column;
    width: 150px;
}

.product-info ul.product-price #power-price .product-discount-wrapper {
    display: flex;
    width: 100%;
    padding: .5rem;
    background: #000;
    margin-bottom: .5rem;
    justify-content: center;
}

.product-info ul.product-price #power-price .product-discount-wrapper > span {
    color: #fff;
}

.product-info ul.product-price #power-price > li {
    width: 100%;
}

.product-info ul.product-price #power-price > li span.product-old-price {
    margin: 0;
    font-size: 18px;
    color: red;
}

.product-info ul.product-price #power-price > li span.product-new-price {
    color: #23CC99;
    font-size: 25px;
    font-weight: 700;
}

.sogo-product-container .product-right .product-details-middle .product-options.full .power-option .card-body {
    border: none;
    padding-left: 0;
}

.sogo-product-container .product-right .product-details-middle .product-options.full {}

.sogo-product-container .product-right .product-details-middle .product-options.full .power-option {}

.sogo-product-container .product-right .product-details-middle .product-options.full .power-option .card-body {
    border: none;
    padding-left: 0;
}

.cart-count-buttons {
    background: #eee;
    padding: 5px;
    border-radius: 5px;
    width: 25% !important;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .minus {
    border: none;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .plus {
    border: none;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .quantity-input-wrapper {
    border-radius: 5px;
    width: calc(100% - 84px);
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons {
    justify-content: flex-start;
}

.sogo-product-container .product-right .product-details-middle .product-options.full #colors_pc > label {
    font-weight: 500;
}

.product-tab-wrapper {
    border: 1px solid #eee;
}

.product-tab-wrapper ul#tabs {
    background: #FAFAFA;
    border: none;
    display: flex;
    justify-content: center;
}

.product-tab-wrapper ul#tabs li > button {
    background: none;
    border: none;
    text-transform: uppercase;
    color: #474747;
    font-weight: 500;
}


.product-tab-wrapper ul#tabs li > button.active {
    border-bottom: 2px solid #23cc99;
}

.product-tab-wrapper .tab-content {
    padding: 1rem;
}

.product-detail-content-wrap {
    margin-bottom: 2rem;
}
/*product-page-end*/