/* header style */
header .h-center .inside {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0px 30px 0 20px;
    border-radius: 200px;
    border: 1px solid #E2E2E2;
    transition: 0.5s;
    position: relative;
    z-index: 10;
}
header.desktop .search .easy-autocomplete {
    width: 100% !important;
}
header .sidebar-btn {
    border-radius: 1000px;
    border: 1px solid #E2E2E2;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
header .sidebar-btn svg {
    width: 18px;
    height: 100%;
}
header.desktop .search form .btn-send svg {
    width: 22px;
    height: 100%;
}
header.desktop .header-bar .shop-btn {
    padding: 0px 20px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 1000px;
    border: 1px solid #E2E2E2;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    color: #181818;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
header.desktop .header-bar .bar-link .icon {
    border: 1px solid #E2E2E2;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
}
header.desktop .header-bar .bar-link .write {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
header.desktop .header-bar .bar-link .write .title {
    font-weight: 500;
}
.categories-body header .h-center .inside, header .h-center .inside {
    box-shadow: 0 4px 44px 20px rgba(126, 126, 126, 0.15);
}
header.fixed-desktop .h-center .inside {
    box-shadow: none;
}
.home-body header.fixed-desktop {
    top: 65px;
}
.home-body header.fixed-desktop .h-center .inside {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}
.home-body header.fixed-desktop .sidebar-btn svg path,
.home-body header.fixed-desktop .logo svg path,
.home-body header.fixed-desktop .search form .btn-send svg path,
.home-body header.fixed-desktop .header-bar .shop-btn svg path,
.home-body header.fixed-desktop .header-bar .bar-link .icon svg path {
    fill: #fff;
}
.home-body header.fixed-desktop  .logo svg path.r {
    fill: unset;
    stroke: #fff;
}
.home-body header.fixed-desktop .search form input,
.home-body header.fixed-desktop  .search form input::placeholder {
    color: #CDCDCD;
}
.home-body header.fixed-desktop .header-bar .shop-btn,
.home-body header.fixed-desktop .header-bar .bar-link {
    color: #fff;
}
.head-sidebar-menu {
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: relative;
    background: #fff;
    border-radius: 0px 0px 40px 40px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    animation-delay: 0.6s;
    position: relative;
    z-index: 10;
}
.head-sidebar-menu.active {
    padding: 30px 60px;
    animation: dSidebarHeightOpen 0.6s ease forwards;
    height: 100%;
    animation-delay: 0.3s;
}
header.desktop.menu-hover .inside {
    border-radius: 40px 40px 0px 0px;
    box-shadow: none;
}
.head-sidebar-menu .cat-banner img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
@keyframes dSidebarHeightOpen {
    from {
        max-height: 0px;
        opacity: 0;
        visibility: 0;
    }
    to {
        visibility: visible;
        max-height: 2000px;
        opacity: 1;
    }
}
.head-sidebar-menu .col-first {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 42px;
}
.head-sidebar-menu .cat-block {
    display: flex;
    flex-direction: row;
    gap: 80px;
}
.head-sidebar-menu .cat-block .first {
    border-right: 1px solid #e2e2e2;
    padding-right: 80px;
}
.head-sidebar-menu .cat-block .main-cat-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 24px;
    margin: 0;
    padding: 0;
}
.head-sidebar-menu .cat-block .main-cat-list li {
    display: block;
}
.head-sidebar-menu .cat-block .main-cat-list li a {
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.head-sidebar-menu .cat-block .main-cat-list li a.active,
.head-sidebar-menu .cat-block .main-cat-list li a:hover {
    color: #E21836;
    font-weight: 500;
}
.head-sidebar-menu .cat-block .cat-tabs {
    height: 100%;
    width: 100%;
    max-height: 425px;
    overflow-x: hidden;
    overflow-y: auto;
}
.head-sidebar-menu .cat-block .cat-tabs .tab {
    display: none;
    height: 100%;
    width: 100%;
}
.head-sidebar-menu .cat-block .cat-tabs .tab.active {
    display: block;
}
.head-sidebar-menu .cat-block .last {
    flex: 1;
}
.head-sidebar-menu .cat-block .cat-tabs .tab .row {
    gap: 20px 0px;
}
.head-sidebar-menu .cat-block .sub-cat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
}
.head-sidebar-menu .cat-block .sub-cat .sub-title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}
.head-sidebar-menu .cat-block .sub-cat .sub-title:hover {
    color: #E21836;
}
.head-sidebar-menu .links-block {
    width: 100%;
    padding: 20px 30px;
    border-radius: 60px;
    border: 1px solid #E2E2E2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.head-sidebar-menu .links-block a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #575757;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.head-sidebar-menu .links-block a svg {
    width: 22px;
    height: 100%;
}
.head-sidebar-menu .cat-block .sub-cat ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.head-sidebar-menu .cat-block .sub-cat ul li {
    display: block;
}
.head-sidebar-menu .cat-block .sub-cat ul li a {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
header.desktop .header-bar .bar-link .write .title .small-size {
    font-size: 11px;
}
.hmobil-center {
    height: 56px;
    border-radius: 1000px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
header.mobile .icon-group .count-badge {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background: #E21836;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}
.mobil-sec {
    display: none;
}
header.mobile .mobile-search .easy-autocomplete {
    width: 100% !important;
}
.easy-autocomplete .spsi-item img {
    border-radius: 10px;
}
.easy-autocomplete-container ul li.selected {
    background: #fbfbfb;
    padding: 11px 15px;
    border-radius: 10px;
    border: 1px solid #fafafa;
}
.home-body header.mobile.fixed-mobile .hmobil-center {
    background: transparent;
    border-color: transparent;
}
.home-body header.mobile.fixed-mobile .hmobil-center .icon-group svg path,
.home-body header.mobile.fixed-mobile .hmobil-center .logo svg path {
    fill: #fff;
}
.home-body header.mobile.fixed-mobile .hmobil-center .logo svg path.r {
    fill: transparent;
    stroke: #fff;
}
header.mobile .hmobil-center .icon-group svg path,
header.mobile .hmobil-center .logo svg path,
header.mobile .icon-group,
header.mobile .hmobil-center {
    transition: 0.5s;
}
header.mobile .left .btn-sidebar-menu svg {
    width: 18px;
    height: 100%;
}
.home-body header.mobile.fixed-mobile .mobile-search {
    display: block;
}
header.mobile.sidebar-hover .hmobil-center {
    border-radius: 20px 20px 0px 0px;
    animation: hmobilCenterActiveTwo 0.6s ease forwards;
}
@keyframes hmobilCenterActiveTwo {
    from {
        border-radius: 30px;
    }
    to {
        border-radius: 20px 20px 0px 0px;
    }
}
header.mobile.fixed-mobile .right .search-group, header.mobile.sidebar-hover .right .search-group {
    display: none;
}
header.mobile .right .shop-group {
    display: none;
}
header.mobile.fixed-mobile .right .shop-group,  header.mobile.sidebar-hover .right .shop-group {
    display: flex;
}
header.mobile .hmobil-center.search-active .mobile-search,
header.mobile .hmobil-center.searchbt-active .mobile-search {
    display: block;
}
header.mobile .hmobil-center.search-active .mobile-search input,
header.mobile .hmobil-center.searchbt-active .mobile-search input {
    border: 0.961px solid #E2E2E2;
    background: rgba(255, 255, 255, 0.10);
    height: 44px;
    color: #868686;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
header.mobile .hmobil-center.search-active .mobile-search input::placeholder,
header.mobile .hmobil-center.searchbt-active .mobile-search input::placeholder {
    color: #868686;
}
header.mobile .hmobil-center.search-active .mobile-search button svg path,
header.mobile .hmobil-center.searchbt-active .mobile-search button svg path {
    fill: #181818;
}
header.mobile .hmobil-center.search-active, header.mobile .hmobil-center.searchbt-active {
    height: auto;
    border-radius: 20px 20px 20px 20px;
}
header.mobile .hmobil-center.search-active {
    border-radius: 20px 20px 0px 0px !important;
}
header.mobile .hmobil-center.searchbt-active {
    animation: hmobilCenterActive 0.6s ease forwards;
}
.hmobil-center.active {
    height: auto;
    border-radius: 20px 20px 20px 20px;
    animation: hmobilCenterActive 0.6s ease forwards;
}
@keyframes hmobilCenterActive {
    from {
        border-radius: 30px;
    }
    to {
        border-radius: 20px 20px 20px 20px;
    }
}
header.mobile.sidebar-hover .hmobil-center {
    border-bottom-color: transparent;
}
.mobilmenu-btns {
    overflow: auto;
    padding: 0px 15px;
}
.mobilmenu-btns .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    width: max-content;
}
.mobilmenu-btns .content a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    color: #575757;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 14px 20px;
}
.sidebar-menu-type-2 .categories .multi li.three-block-ul .subbtn-categories-show {
    color: #181818;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.sidebar-menu-type-2 .categories .multi li.three-block-ul .multi-three li {
    width: 100%;
}
.sidebar-menu-type-2 .categories .multi li.three-block-ul .multi-three li a {
    color: #575757;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.sidebar-menu-type-2 .categories .multi li.three-block-ul .multi-three {
    gap: 10px;
}
.sidebar-menu-type-2 .categories ul .multi .single-cat-multi {
    gap: 10px;
    width: calc(50% - 7.5px);
}
.sidebar-menu-type-2 .categories ul .multi .single-cat-multi li {
    width: 100%;
}
.sidebar-menu-type-2 .scrollbar .sidebar-banner {
    margin-bottom: 20px;
    display: block;
}
.sidebar-menu-type-2 .scrollbar .inside {
    max-height: 500px;
    height: 100%;
}
.sidebar-menu-type-2 .categories ul li .main-btn .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 7px;
}
.sidebar-menu-type-2 .categories ul li .main-btn .icon .all-cat {
    padding: 0px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 12px;
    color: #a1a1a1;
    display: none;
}
.sidebar-menu-type-2 .categories ul li .main-btn.active .icon .all-cat {
    display: block;
}
/* header style end */
/* manset style */
.swiper-manset .swiper-image {
    position: relative;
}
.swiper-manset .swiper-container {
    position: absolute;
    right: 0;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.swiper-manset .swiper-pagination {
    bottom: 30px !important;
    gap: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.swiper-manset .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1 !important;
    width: 40px;
    height: 5px;
    background: #ADADAD !important;
    border-radius: 5px;
}
.swiper-manset .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
}
.swiper-manset .swiper-caption {
    left: 0;
    bottom: 170px;
    max-width: 700px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.swiper-manset .swiper-caption h5 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.swiper-manset .swiper-caption p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    width: 80%;
    margin-bottom: 25px;
}
.p-g-mod-t-45 .headline-button {
    display: flex;
    padding: 12px 20px;
    width: auto!important;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
}
.swiper-manset .modul-content {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.swiper-manset .swiper-button-prev, .swiper-manset .swiper-button-next {
    width: 47px;
    height: 47px;
    background: #fff;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}
.swiper-manset .swiper-button-prev::after, .swiper-manset .swiper-button-next::after {
    display: none;
}
.swiper-manset .swiper-button-prev svg, .swiper-manset .swiper-button-next svg {
    width: 23px;
    height: 100%;
}
.swiper-manset .swiper-button-next {
    right: 30px;
}
.swiper-manset .swiper-button-prev {
    left: 30px;
}
.home-headline .no-container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}
/* manset style end */
/* index three banner */
.index-threebanner-section .ban-type .image::after {
    display: none;
}
.index-threebanner-section .ban-type .ban-type-content {
    width: 100%;
    padding: 30px;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}
.index-threebanner-section .ban-type .ban-type-content .ban-type-title {
    font-weight: 700;
    line-height: 150%;
    padding: 0px;
}
.index-threebanner-section .ban-type .ban-type-content .ban-type-description {
    background: transparent !important;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    text-align: left;
}
.index-threebanner-section .ban-type, .index-threebanner-section .ban-type .image .img-auto {
    border-radius: 20px;
}
/* index three banner end */
/* card porduct style */
.card-product .tax-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.card-product .tax-info .logo img {
    width: 40px;
    height: 100%;
}
.pcard-bottom-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.card-product .tax-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 9px 11px;
    border-radius: 6px;
    background: #F1F1F1;
    color: #181818;
    font-size: 10px;
    font-weight: 600;
    line-height: normal;
}
.card-product .tax-info b {
    font-weight: 700;
}
.card-product .product-image .main-image {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 100%;
}
.card-product .product-image .hover-zones {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
}
.card-product .product-image .hover-zones .hover-zone {
    flex: 1;
}
.card-product .product-image .image-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 14px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.card-product .product-image .image-dots .dot.active {
    width: 30px;
    background: #fff;
}
.card-product .product-image .image-dots .dot {
    height: 2px;
    width: 20px;
    transition: 0.5s;
    background: #ADADAD;
}
.product-card-body {
    padding: 14px 16px;
    border-radius: 0px 0px 20px 20px;
    border-top: 0;
}
.product-card-body .pcard-title {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 14px;
    margin-bottom: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.card-product .card-product-inner .price-group .prices .sale-price .price {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.card-product .card-product-inner .price-group .prices .sale-price {
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.card-promotion .pro-title {
    color: #E21836;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}
.card-promotion .pro-price {
    color: #E21836;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.pcard-toolbar {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.5s;
}
.pcard-toolbar .item {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(60px);
  transition: transform 0.5s ease;
  position: relative;
}
.pcard-toolbar .item .age-kart-product-favourite, .pcard-toolbar .item .age-kart-product-favourite a, .pcard-toolbar .item .age-kart-product-favourite a .inside {
    width: 100%;
    height: 100%;
}
.pcard-toolbar .item .age-kart-product-favourite a .inside {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pcard-toolbar .item svg {
    width: 21px;
    height: 100%;
}
.card-product:hover .pcard-toolbar .item  {
    transform: translateX(0);
}
.card-product:hover .pcard-toolbar .item:nth-child(1) {
    transition-delay: 0.2s;
}
.card-product:hover .pcard-toolbar .item:nth-child(2) {
    transition-delay: 0.3s;
}
.card-product:hover .pcard-toolbar .item:nth-child(3) {
    transition-delay: 0.4s;
}
.owl-single-button-prev, .owl-single-button-next {
    display: none !important;
}
.p-g-mod-showcase .p-g-mod-body {
    padding: 0px !important;
}
.owl-wrapper .owl-carousel .owl-nav, .index-news-block .inside .last {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    position: absolute;
    right: 0;
    top: -69px;
    padding: 10px 14px;
    border: 1px solid #F4F4F4;
    background: #fff;
    border-radius: 200px;
}
.index-news-block .inside .last {
    position: unset;
}
.owl-wrapper .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-wrapper .owl-carousel .owl-nav .owl-prev span, .owl-wrapper .owl-carousel .owl-nav .owl-next span {
    display: none;
}
.owl-wrapper .owl-carousel .owl-nav .owl-prev, 
.owl-wrapper .owl-carousel .owl-nav .owl-next,
.index-news-block .inside .last .news-prev,
.index-news-block .inside .last .news-next {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    outline: none;
    height: fit-content;
    padding: 0 !important;
    margin: 0;
    line-height: normal;
    flex-direction: row-reverse;
}
.owl-wrapper .owl-carousel .owl-nav .owl-prev::after {
    content: "";
    background: url('icons/owl-prev.svg');
}
.owl-wrapper .owl-carousel .owl-nav .owl-next::after {
    content: "";
    background: url('icons/owl-nextt.svg');
}
.owl-wrapper .owl-carousel .owl-nav .owl-prev::after, 
.owl-wrapper .owl-carousel .owl-nav .owl-next::after {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}
.owl-wrapper .owl-carousel .owl-nav .owl-prev::before,
.index-news-block .inside .last .news-prev::before {
    content: "";
    height: 12px;
    width: 2px;
    background: #F4F4F4;
}
.owl-wrapper .owl-carousel .owl-nav .owl-prev.disabled, .owl-wrapper .owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5;
}
.card-product .card-product-inner .image-wrapper {
    overflow: hidden;
}
.category-filter-order .last-block {
    gap: 20px;
}
.card-product .card-product-inner .price-group .card-promotion {
    flex: 1;
}
.card-product .card-product-inner .price-group .prices .small-size {
    font-size: 12px;
    font-weight: 500;
}
.card-product .badge-side {
    border-radius: 20px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
/* card product style end */
/* index one banner style */
.index-onebanner-blokc .row {
    margin: 0 -30px;
}
.index-onebanner-blokc .row .col-lg-8, .index-onebanner-blokc .row .col-lg-4 {
    padding: 0px 30px;
}
.index-onebanner-blokc .last {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
}
.index-onebanner-blokc .small-title {
    background: #E21836;
    padding: 7px 14px;
    border-radius: 200px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.index-onebanner-blokc .title {
    color: #181818;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}
.index-onebanner-blokc .description {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.index-onebanner-blokc .btnn {
    padding: 14px 25px;
    border: 1px solid #F4F4F4;
    border-radius: 200px;
    color: #E21836;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
/* index one banner style end */
/* index campaign stlye */
.camapign-card {
    display: flex;
    flex-direction: column;
}
.camapign-card .banner img {
    border-radius: 20px 20px 0px 0px;
    max-height: 190px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.camapign-card .cbody {
    padding: 20px;
    border: 1px solid #F4F4F4;
    border-radius: 0px 0px 20px 20px;
}
.camapign-card .cbody .title {
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 0px;
    margin-bottom: 14px;
}
.camapign-card .cbody .description {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 0px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.camapign-card .cbody .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.camapign-card .cbody  .btnn {
    padding: 10px 25px;
    border: 1px solid #F4F4F4;
    border-radius: 200px;
    color: #E21836;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.camapign-card .cbody .date {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
/* index campaign stlye end */
/* index news style */
.owl-news-index .owl-stage {
  display: flex !important;
  align-items: stretch;
  transition: transform 0.5s ease;
}
.owl-news-index .owl-item {
  transition: width 0.5s ease;
}
.index-news-block {
    border-top: 1px solid rgba(244, 244, 244, 0.96);
    border-bottom: 1px solid rgba(244, 244, 244, 0.96);
    background: #FBFBFB;
    padding: 60px 0px;
}
.index-news-block .inside .block-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 30px;
}
.index-news-block .inside .block-title .first {
    color: #181818;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.index-news-block .inside .last .news-next svg,
.index-news-block .inside .last .news-prev svg {
    max-width: 22px;
    width: 100vh;
    height: 100%;
}
.owl-news-index .item, .owl-news-indexmobil .item {
    position: relative;
    height: 100%;
    width: 100%;
}
.owl-news-index .item .write, .owl-news-indexmobil .item .write {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0px 80px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
}
.owl-news-index .item .write .title, .owl-news-indexmobil .item .write .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.owl-news-index .item .write .small-title, .owl-news-indexmobil .item .write .small-title {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-top: -5px;
}
.owl-news-indexmobil .item .write .small-title {
    font-size: 13px;
}
.owl-news-index .item .write .description, .owl-news-indexmobil .item .write .description {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.owl-news-index .item .img, .owl-news-indexmobil .item img {
    position: relative;
    width: 100%;
    height: 100%;
}
.owl-news-index .item .img img {
    border-radius: 25px;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 455px;
}
.owl-news-index .owl-item.ghost {
    margin: 0px !important;
}
.owl-news-index .owl-stage-outer {
    border-radius: 20px;
}
.index-news-block .container {
    position: relative;
}
.index-news-block .container .inside {
    position: relative;
    z-index: 2;
}
.index-news-block .bg {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-news-indexmobil.mobil-sec {
    display: none;
}
.owl-news-indexmobil .item .write {
    padding: 0px 30px 20px 20px;
    gap: 7px;
}
.owl-news-indexmobil .item .write .title {
    font-size: 16px;
}
.owl-news-indexmobil .item .write .description {
    font-size: 13px;
}
.owl-news-indexmobil .item img {
    border-radius: 20px;
}
/* index news style end */
/* index privilege style */
.index-privilege-sec {
    position: relative;
}
.index-privilege-sec::before {
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 8%;
    width: 10%;
    z-index: 2;
    background: #ffffff;
    backdrop-filter: blur(20px);
    -webkit-mask: linear-gradient(270deg, transparent, #ffffff 51%);
}
.privilege-block::after {
    content: "";
    height: 100%;
    right: -23%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 32%;
    z-index: 1;
    background: #ffffff;
    backdrop-filter: blur(20px);
    -webkit-mask: linear-gradient(90deg, transparent, #ffffffed 50%);
}
.swiper-privilege {
    overflow: unset !important;
}
.privilege-block .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #F1F1F5;
    background: #fff;
    transition: 0.5s;
}
.privilege-block .item:hover {
    box-shadow: 0 0 15px 4px rgba(51, 51, 51, 0.08);
}
.privilege-block .item .icon {
    padding: 10px;
    border-radius: 200px;
    background: rgba(155, 155, 155, 0.05);
}
.privilege-block .item .icon  .outside {
    padding: 10px;
    border-radius: 200px;
    background: rgba(155, 155, 155, 0.15);
}
.privilege-block .item .icon .inside {
    padding: 12px;
    background: #fff;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.privilege-block .item .icon img {
    width: 26px;
    height: 100%;
}
.privilege-block .item .write .title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}
.privilege-block .item .write .description {
    color: #A1A1A1;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}
.privilege-prev::after, .privilege-next::after {
    display: none;
}
.privilege-prev.swiper-button-prev, .privilege-next.swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 61.538px;
    border: 0.896px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0 0 15px 4px rgba(51, 51, 51, 0.08);
    z-index: 2;
}
.privilege-prev.swiper-button-prev svg, .privilege-next.swiper-button-next svg {
    width: 15px;
    height: 100%;
}
/* index privilege style end */
/* index double block style */
.idealer-block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
    padding: 90px 0px 0px 0px;
    border-radius: 20px;
    background: url('images/index-dealer-bg.svg') center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(180deg, #181818 0%, #393939 100%);
}
.idealer-block .left img {
    max-width: 411px;
    width: 100%;
    height: 100%;
}
.idealer-block .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding-top: 60px;
    flex: 1;
}
.idealer-block .right .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
}
.idealer-block .right .description {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.idealer-block .right .btnn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 200px;
    padding: 6px 20px 6px 6px;
    color: #181818;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
}
.idealer-block .right .btnn .icon {
    width: 46px;
    height: 46px;
    border-radius: 200px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-double-block .last {
    padding: 30px;
    border: 1px solid #F4F4F4;
    background: #fff;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.iblog-direction {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    border-radius: 16px;
    border: 1.5px solid #F4F4F4;
    background: #FBFBFB;
    padding: 10px;
    overflow: hidden;
}
.iblog-direction .left img {
    max-width: 97px;
    width: 100vh;
    height: 100%;
}
.iblog-direction .right {
    position: relative;
}
.iblog-direction  .write {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: center;
}
.iblog-direction .write .title {
    color: #E21836;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}
.iblog-direction .write .description {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.iblog-direction .icon {
    position: absolute;
    right: -12px;
    top: -29px;
    background: #E21836;
    padding: 20px 14px 15px 18px;
    border-radius: 16px 0 0 154px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-double-block .row .col-lg-9 {
    flex: 0 0 68%;
    max-width: 68%;
}
.index-double-block .row .col-lg-3 {
    flex: 0 0 32%;
    max-width: 32%;
}
.index-seotext {
    display: flex;
    flex-direction: column;
}
.index-seotext .content {
    padding: 0px 25px 25px 25px;
    overflow: auto;
    max-height: 299px;
    height: 100%;
}
.index-seotext .content h1,.index-seotext .content h2,.index-seotext .content h3 {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.index-seotext .content h4, .index-seotext .content h5, .index-seotext .content h6 {
    font-size: 15px;
}
.index-seotext .content p {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
/* index double block style end */
/* index for banner style */
.index-forbanner-block .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}
.index-forbanner-block .item .bg {
    position: relative;
    height: 100%;
    width: 100%;
}
.index-forbanner-block .item .write {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0px 60px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.index-forbanner-block .item .banner-maker {
    position: absolute;
    z-index: 3;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 255 255 / 20%);
  }
  100% {
    box-shadow: 0 0 0 20px rgb(255 255 255 / 0%);
  }
}
.index-forbanner-block .item .banner-maker .icon {
    background: transparent;
    border-radius: 200px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    animation: pulse-animation 2s infinite;
}
.index-forbanner-block .item .banner-maker .icon .ins2 {
    border-radius: 701.061px;
    background: rgba(255, 255, 255, 0.40);
    padding: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-forbanner-block .item .banner-maker .icon .ins1 {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 200px;
}
.index-forbanner-block .item .bg::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(9, 9, 9, 0.00) 0%, rgba(9, 9, 9, 0.70) 100%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.index-forbanner-block .item .bg img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.index-forbanner-block .item .write .title {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
.index-forbanner-block .item .write .description {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.index-forbanner-block .item .banner-maker .product-box {
    position: absolute;
    top: calc(100% + 10px);
    max-width: 250px;
    width: max-content;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.index-forbanner-block .item .banner-maker .product-box .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 15px;
}
.index-forbanner-block .item .banner-maker .product-box .top .left img {
    max-width: 100px;
    border-radius: 10px;
}
.index-forbanner-block .item .banner-maker .product-box .top .right {
    flex: 1;
}
.index-forbanner-block .item .banner-maker .product-box .top  .tite {
    font-size: 14px;
    color: #181818;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-forbanner-block .item .banner-maker .product-box .top .sale-price {
    font-size: 13px;
    color: #181818;
    font-weight: 500;
}
.index-forbanner-block .item .banner-maker .product-box .btn-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border-radius: 10px;
    background: #E21836;
    color: #fff;
    font-size: 13px;
    line-height: normal;
}
.index-forbanner-block .item .banner-maker .product-box .btn-cart svg {
    width: 22px;
    height: 100%;
}
.index-forbanner-block .item .banner-maker:hover .product-box {
    opacity: 1;
    visibility: visible;
}
.index-forbanner-block .last {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}
.index-forbanner-block .last .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.index-forbanner-block .last .bottom {
    width: 100%;
    height: 100%;
}
.index-forbanner-block .last .top .item:last-child .write {
    padding: 40px 40px 0px 60px;
    bottom: unset;
    top: 0;
    align-items: flex-end;
    text-align: right;
}
.index-forbanner-block .last .top .item:nth-child(2) .bg::after {
    background: linear-gradient(360deg, rgba(9, 9, 9, 0.00) 0%, rgba(9, 9, 9, 0.70) 100%);
}
/* index for banner style end */
/* index campaign products */
.index-campaign-showcase .p-g-b-c-0 .p-g-mod, .index-campaign-showcase .p-g-b-c-1 .p-g-mod {
    padding: 0px !important;
    margin: 0px;
}
.index-campaign-showcase .p-g-b-c-0 .p-g-b-c-wrapper,
.index-campaign-showcase .p-g-b-c-0 .p-g-b-c-inner,
.index-campaign-showcase .p-g-b-c-0 .p-g-mod,
.index-campaign-showcase .p-g-b-c-0  .p-g-mod-body,
.index-campaign-showcase .p-g-b-c-0 .row-wrapper,
.index-campaign-showcase .p-g-b-c-0 .row-wrapper .row,
.index-campaign-showcase .p-g-b-c-0 .col-list-p-v-1 {
    height: 100%;
}
.index-campaign-showcase .p-g-b-c-0 .row-wrapper .row .col-list-p-v-1 {
    padding-top: 0px;
    padding-bottom: 0;
}
.index-campaign-showcase .p-g-b-c-0 .banner-item {
    display: block;
    height: 100%;
}
.index-campaign-showcase .p-g-b-c-0 .banner-item .img-auto {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: cover;
}
.index-campaign-showcase .card-product .tax-info {
    display: none;
}
.index-campaign-showcase .card-product .card-product-inner .price-group {
    gap: 10px;
}
.index-campaign-showcase .card-product .card-product-inner .price-group .prices {
    padding-right: 10px;
}
.index-campaign-showcase .card-product .card-product-inner .price-group .prices .sale-price .price, 
.index-campaign-showcase .card-product .card-promotion .pro-price {
    font-size: 14px;
}
.index-campaign-showcase .card-product .card-product-inner .price-group .prices .sale-price, 
.index-campaign-showcase .card-product .card-promotion .pro-title {
    font-size: 11px;
}
.index-campaign-showcase .product-card-body .pcard-title {
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.index-campaign-showcase .card-product .card-product-inner .title {
    font-size: 14px;
    padding-bottom: 0;
}
.index-campaign-showcase .p-g-b-c-0 .row-wrapper .row .col-list-p-v-1 .banner-item .image {
    height: 100%;
    width: 100%;
}
/* index campaign products end */
/* product detail style */
.product-profile-1 {
    margin-top: -20px;
}
.product-profile-1 .head-block {
    border-bottom: 1px solid #F4F4F4;
    background: #FBFBFB;
    padding-top: 135px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.product-profile-1 .head-block .content .top {
    margin-right: calc((100vw - 1320px) / -2);
    margin-bottom: 30px;
}
.pd-carousel-arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #F4F4F4;
    border-radius: 200px;
    box-shadow: 0 0 15px 4px rgba(51, 51, 51, 0.08);
    width: fit-content;
    position: absolute;
    left: 20px;
    bottom: 25px;
    z-index: 2;
}
.pd-carousel-arrows .swiper-button-next, .pd-carousel-arrows .swiper-button-prev {
    position: unset;
    padding: 0;
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0;
}
.pd-carousel-arrows .swiper-button-next::after, .pd-carousel-arrows .swiper-button-prev::after {
    display: none;
}
.pd-carousel-arrows .swiper-button-next svg {
    width: 22px;
    height: 100%;
    object-fit: unset;
    transform-origin: unset;
}
.pd-carousel-arrows .swiper-button-prev {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
}
.pd-carousel-arrows .swiper-button-prev::before {
    content: "";
    height: 14px;
    width: 2px;
    background: #F4F4F4;
}
.pd-carousel-arrows .swiper-button-prev.swiper-button-disabled,.pd-carousel-arrows .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.pd-carousel-arrows .swiper-button-prev.swiper-button-disabled svg, .pd-carousel-arrows .swiper-button-next.swiper-button-disabled svg {
    opacity: 0.5;
}
.product-carousel-bottom .swiper-wrapper {
    max-width: 300px;
}
.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item:before {
    display: none;
}
.breadcrumb-item+.breadcrumb-item {
    padding: 0px;
}
.breadcrumb-wrapper .breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
}
.breadcrumb-wrapper .breadcrumb a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #A1A1A1;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.product-body .breadcrumb-wrapper {
    padding: 0px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.product-carousel-bottom {
    position: absolute;
    right: 8%;
    bottom: 30px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.swiper-product-thumb-bottom .swiper-slide {
    border: 1px solid transparent;
    opacity: 0.5;
    border-radius: 8px;
}
.swiper-product-thumb-bottom .swiper-slide.swiper-slide-thumb-active {
    border-color: #fff;
    opacity: 1;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: #A1A1A1;
}
.product-next-prev {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 5px;
}
.product-next-prev a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    color: #A1A1A1;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
}
.profil-swiper-count {
    width: 40px;
    height: 40px;
    border-radius: 63.333px;
    border: 1px solid #F4F4F4;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(17px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
}
.product-body .product-title-container .last {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    width: 50%;
    justify-content: flex-end;
    position: relative;
}
.product-body .product-title-container .first {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}
.product-body .product-title-container .last .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #575757;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    user-select: none;
    cursor: pointer;
    position: relative;
}
.product-body .product-title-container .last .item .icon {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.product-profile-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
.product-profile-1 .set-content {
    margin-bottom: 40px;
}
.profil-df-title {
    margin-bottom: 30px;
}
.profil-df-title .title {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.profil-tab .tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    justify-content: flex-start;
}
.profil-tab .overflow-tab {
    margin-bottom: 30px;
}
.profil-tab .tablinks {
    padding: 12px 24px;
    background: transparent;
    border-radius: 200px;
    border: 1px solid transparent;
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    outline: none;
}
.profil-tab .tablinks.active {
    box-shadow: 0 0 15px 4px rgba(51, 51, 51, 0.05);
    border-color: #F4F4F4;
    color: #E21836;
    font-size: 15px;
    font-weight: 500;
}
.profil-tab .tabcontent {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #F4F4F4;
}
.profil-tab #detail .raw-content h1, .profil-tab #detail .raw-content h2, .profil-tab #detail .raw-content h3 {
    color: #575757;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.profil-tab #detail .raw-content h4,.profil-tab #detail .raw-content h5,.profil-tab #detail .raw-content h6 {
    color: #575757;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}
.profil-tab #detail .raw-content p,.profil-tab #detail .raw-content li {
    color: #575757;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}
.table-attributes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px 0px;
    margin-top: 19px;
}
.table-attributes .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.table-attributes .item .title {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.table-attributes .item .content a {
    color: #575757;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    cursor: none;
}
.table-attributes .item .content a:hover {
    color: #000;
}
.product-profile-1 .higlight-content {
    margin-bottom: 40px;
}
.product-profile-1 .higlight-content .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 15px;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #F4F4F4;
    background: #FFF;
}
.product-profile-1 .higlight-content .items .item .icon img {
    width: 45px;
    height: 100%;
}
.product-profile-1 .higlight-content .items .item {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.product-profile-1 .body-block .last {
    height: 100%;
}
.pdetail-card {
    border-radius: 20px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0 0 40px 4px rgba(155, 155, 155, 0.05);
}
.pdetail-card .information {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-bottom: 1px solid #F4F4F4;
}
.pdetail-card .information .left img {
    max-width: 100px;
    max-height: 67px;
    width: 100vh;
    height: 100vh;
    border-radius: 8px;
    aspect-ratio: 1;
    object-fit: cover;
}
.pdetail-card .information .right {
    flex: 1;
}
.pdetail-card .information .title {
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.pdetail-card .information  .small-title {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.pdetail-card .product-price-group {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px;
    border-bottom: 1px solid #F4F4F4;
    flex-direction: column;
}
.product-price-group .prices {
    width: 100%;
}
.product-price-group .prices .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-bottom: 1px solid #F4F4F4;
    line-height: normal;
}
.product-price-group .prices .item.main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.product-price-group .prices .item .title {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.product-price-group .prices .item .iprice {
    color: #181818;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}
.product-price-group .prices .item:last-child {
    border: none;
}
.product-price-group .prices .item.promotion .title, .product-price-group .prices .item.promotion .iprice {
    color: #E21836;
}
.product-price-group .prices .item.tax-link {
    gap: 5px;
    background: #FBFBFB;
}
.product-price-group .prices .item.tax-link .title {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
}
.product-price-group .prices .item.tax-link a {
    color: #A1A1A1;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.pdetail-card .product-buttons {
    padding: 15px 15px 20px 15px;
    gap: 10px;
}
.product-profile-1 .body-block .sticky-block {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
}
.product-profile-1 .body-block .sticky-block.mobil-sec {
    display: none;
    position: unset;
    margin-bottom: 30px;
}
.pdetail-wp-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 1000px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 10px 25px 10px 10px;
    color: #575757;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}
.pdetail-wp-btn:hover {
    color: #575757;
}
.pdetail-wp-btn .icon {
    border-radius: 1000px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-price-group .prices .item.tax {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: none !important;
}
.product-price-group .prices .item .tax-info {
    padding: 8px 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    border-radius: 6px;
    background: #F1F1F1;
}
.product-price-group .prices .item .tax-info .logo img {
    width: 56px;
    height: 100%;
}
.product-price-group .prices .item .left {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.product-price-group .prices .item  .small-title {
    color: #575757;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.product-price-group .prices .item.tax .iprice {
    color: #E21836;
}
.profil-short-description {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.product-buttons .cargo-inf {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0px;
    color: #181818;
    width: 100%;
}
.product-buttons .cargo-inf .icon svg {
    width: 26px;
    height: 100%;
    fill: #575757;
}
.pdetail-info-bar {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 3;
    border-radius: 25px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.pdetail-info-bar.active {
    animation: pdetailInfoBar 0.6s ease forwards;
    display: block;
}
@keyframes pdetailInfoBar {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}
.pdetail-info-bar .bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pdetail-info-bar .bottom .price-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pdetail-info-bar .price-block .title {
    color: #E21836;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.pdetail-info-bar .price-block .prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    text-align: right;
}
.pdetail-info-bar .price-block .prices .iprice {
    color: #E21836;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.pdetail-info-bar .price-block .prices .sale-price.disc {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.pdetail-info-bar .price-block .prices .sale-price.disc {
    color: #A1A1A1;
    font-size: 16px;
    text-decoration-line: line-through;
}
.pdetail-info-bar .price-block .prices .list-price {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}
.pdetail-info-bar .product-buttons .btn-cart {
    gap: 15px;
    padding: 11px 0px;
    width: 100%;
}
.pdetail-info-bar  .product-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 10px;
}
.pdetail-info-bar .product-buttons .change-btn, .pdetail-card .product-buttons .change-btn {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
small.small-size {
    font-size: 15px;
    font-weight: 500;
}
#detail .raw-content div, 
#detail .raw-content span, 
#detail .raw-content b, 
#detail .raw-content li, 
#detail .raw-content ul,  
#detail .raw-content ol, 
#detail .raw-content a, 
#detail .raw-content strong, 
#detail .raw-content i, 
#detail .raw-content span, 
#detail .raw-content p, 
#detail .raw-content h1, 
#detail .raw-content h2,
#detail .raw-content h3,
#detail .raw-content h4,
#detail .raw-content h5,
#detail .raw-content h6,
#detail .raw-content em {
    font-family: "Figtree", sans-serif !important;
}
.swiper.swiper-products-bottom {
    border-radius: 20px 0px 0px 20px;
}
.advanced-profile-bundle .product-groups .product-item .images .zoom-image {
    position: unset;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
}
.product-body .information {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}
.product-body .information .badge .badge-side {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 24px;
    border-radius: 20px;
}
.pdetail-card .items.just-tr {
    border-bottom: 1px solid #F4F4F4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.pdetail-card .items.just-tr .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    line-height: normal;
}
.pdetail-card .items.just-tr .item .name {
    font-size: 14px;
    color: #181818;
    font-weight: 500;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pdetail-card .items.just-tr .item .quantity {
    font-size: 13px;
    color: #a1a1a1;
    font-weight: 400;
}
.pdetail-card .items.just-tr .item .price {
    font-size: 14px;
    color: #181818;
    font-weight: 500;
}
.pdetail-card .items.just-tr .item .ileft, .pdetail-card .items.just-tr .item .right {
    width: 50%;
}
/* product detail style end */
/* category page style */
.altkategori-sec {
    border-bottom: 1px solid #F4F4F4;
    background: #FBFBFB;
    padding-top: 135px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: -20px;
}
.altkategori-sec .p-g-mod.p-g-mod-t-70.p-g-mod-showcase {
    margin: 0;
    background: transparent;
}
.altkategori-sec .breadcrumb-wrapper {
    margin: 0 0 40px 0;
}
.card-category {
    gap: 15px;
    background: transparent;
}
.card-category .title {
    color: #181818;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: auto;
}
.card-category:hover .title {
    color: #E21836;
}
.category-filter-order {
    border-radius: 200px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 10px;
    transition: 0.5s, height 0.6s ease;
    display: flex;
    flex-direction: column;
}
.category-filter-order.active {
    border-radius: 25px;
    padding: 30px;
    gap: 20px;
}
.category-filter-order.active::before {
    content: "";
    border: 1px solid #F4F4F4;
    background: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    border-radius: 25px;
    transition:border-radius 0.8s ease;
}
.category-filter-order .first-block, .category-filter-order .last-block {
    display: flex;
    align-items: center;
    height: 100%;
}
.category-filter-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    line-height: normal;
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.category-filter-btn:hover {
    color: #181818;
}
.category-filter-btn .icon {
    width: 48px;
    height: 48px;
    border-radius: 1000px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.catfilterorder-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 10px;
}
.catfilterorder-block .block-title {
    color: #575757;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.catpage-filter-sec {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.category-filter-order.active .catpage-filter-sec {
    height: fit-content;
    animation: categoryTabHeight 1s forwards;
    will-change: transform, opacity;
}
@keyframes categoryTabHeight {
    to {
        height: fit-content;
        opacity: 1;
        visibility: visible;
    }
}
.categories-body header.desktop, .categories-body header.mobile {
    position: absolute;
}
.cat-filter-sticky {
    position: sticky;
    top: 10px;
    z-index: 9;
    margin-bottom: 20px;
}
.catpage-filter-sec .p-g-b-c-wrapper {
    overflow: auto;
    width: 100%;
}
.catpage-filter-sec .p-g-b-c-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 35px;
    overflow: auto;
    width: max-content;
}
.category-filter-order .list-wrap {
    transition: 0.5s;
    border-color: transparent;
}
.category-filter-order.active .list-wrap {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 20px;
}
.category-filter-order .list-wrap, .category-filter-order .catpage-filter-sec {
    z-index: 2;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-body .list-wrap .list {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: normal;
    gap: 10px;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-body .list-wrap .list li .lag-checkbox {
    height: auto;
    text-align: left;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-body .category-filter-list .list-wrap {
    margin: 0px;
    padding: 0;
    border: none;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-header {
    margin-bottom: 11px !important;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-body .list-wrap .list li .lag-checkbox label, .categories-body .p-g-mod-t-cat-filter .p-g-mod-body .list-wrap .list li a {
    font-size: 15px !important;
    color: #575757;
    font-weight: 400;
    padding: 0px;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-body .list-wrap .list li:hover .lag-checkbox label, .categories-body .p-g-mod-t-cat-filter .p-g-mod-body .list-wrap .list li:hover a {
    color: #E21836;
}
.catpage-filter-btns {
    margin: 0 !important;
    position: absolute;
    right: 0;
    bottom: -23px;
    z-index: 2;
}
.catpage-filter-btns .buttons .btn-secondary {
    padding: 8px 15px;
    border-radius: 200px !important;
    font-size: 13px !important;
    font-weight: 500;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title .count-block {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
}
.category-filter-btn .count-block {
    position: absolute;
    left: 26px;
    top: 0px;
    width: 26px;
    height: 26px;
    background: #ffdae0;
    border: 1px solid #e21836;
    color: #E21836;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
    border-radius: 200px;
    font-size: 14px;
}
.altkategori-block .card-category .image img {
    border-radius: 10px;
}
/* category page style end */
/* blogs style */
.card-blog {
    border-radius: 20px;
    border: 1px solid #F4F4F4;
}
.card-blog .image a .img-auto {
    border-radius: 20px 20px 0px 0px;
}
.card-blog .cbody {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.card-blog .date {
    padding: 0px;
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.card-blog .title {
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
    -webkit-line-clamp: 2;
    height: 44px;
}
.card-blog .description {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 51px;
}
.card-blog .buttons {
    padding: 0px;
}
.card-blog .buttons .btn-read-more {
    padding: 15px 30px;
    color: #E21836;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 1000px;
    border: 1px solid #F4F4F4;
    background: #FFF;
}
.blog-page-detail-block .title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 5px;
    margin-bottom: 15px;
}
.blog-page-detail-block .title-container .title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.blog-page-detail-block .title-container .date {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    line-height: normal;
    gap: 4px;
    font-size: 13px;
    color: #575757;
}
.blog-page-detail-block .title-container .date .icon svg {
    width: 22px;
    height: 100%;
}
.blog-page-detail-block .image img {
    border-radius: 20px;
}
.blog-page-detail-block .title-container .description {
    font-size: 15px;
    color: #575757;
    margin: 0px;
}
.blog-page-detail-block .image {
    margin: 0 !important;
}
.blog-page-detail-block .toc-wrapper {
    border-radius: 20px;
    border: 1px solid #fafafa;
    background: #fbfbfb;
    padding: 24px;
}
.blog-page-inside-sec .p-g-b-c-1 .p-g-b-c-wrapper {
    height: 100%;
}
.blog-page-inside-sec .p-g-b-c-1 .p-g-b-c-wrapper .p-g-b-c-inner {
    position: sticky;
    top: 130px;
}
.blog-page-inside-sec .p-g-b-c-1 .p-g-mod .p-g-mod-header {
    margin-bottom: 10px !important;
    border: none;
}
.blog-page-inside-sec .p-g-b-c-1 .p-g-mod .p-g-mod-header .p-g-m-h-i-title {
    font-size: 21px !important;
    font-weight: 600 !important;
}
.blog-page-inside-sec .p-g-b-c-1 .p-g-mod ul {
    gap: 12px;
}
.blog-page-inside-sec .p-g-b-c-1 .p-g-mod ul li {
    border: none;
}
.blog-page-inside-sec .p-g-b-c-1 .p-g-mod ul li a {
    font-size: 15px;
    padding: 0px;
    color: #575757;
}
.blog-page-detail-block .detail ,.blog-page-detail-block .detail p, .blog-page-detail-block .detail li {
    font-size: 15px;
    color: #575757;
}
/* blogs style end */
/* static page style */
.staticp-main-content-sec .p-g-b-c-0 .p-g-mod .p-g-mod-header {
    margin-bottom: 30px !important;
    border-bottom: 1px solid #F4F4F4;
    background: #FBFBFB;
    padding-bottom: 40px !important;
    position: relative;
    margin-top: -135px;
    padding-top: 135px !important;
}
.staticp-main-content-sec .p-g-b-c-0 .p-g-mod .p-g-mod-body {
    padding: 0px;
}
.staticp-main-content-sec .p-g-b-c-0 .p-g-mod .p-g-mod-header::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FBFBFB;
    position: absolute;
    right: -100%;
    top: 1px;
    bottom: 0;
    border-bottom: 1px solid #F4F4F4;
}
.staticp-main-content-sec .p-g-b-c-0 .p-g-mod .p-g-mod-header::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #FBFBFB;
    position: absolute;
    left: -100%;
    right: 0%;
    top: 1px;
    bottom: 0;
    border-bottom: 1px solid #F4F4F4;
}
.contact-page-block {
    display: flex;
    flex-direction: row;
    gap: 135px;
}
.contact-page-block .first, .contact-page-block .last {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.contact-page-block .first .title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 25px;
    margin-bottom: 100px;
}
.contact-page-block .first .title-container .title {
    color: #181818;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
.contact-page-block .first .title-container .description {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}
.contact-page-block .first .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 0px;
    margin-bottom: 70px;
}
.contact-page-block .first .items .item {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-page-block .first .items .item .title {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.contact-page-block .first .items .item .description {
    display: flex;
    flex-direction: column;
}
.contact-page-block .first .items .item .description a {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}
.contact-page-block .first iframe {
    border-radius: 20px;
}
.contact-page-block .contact-form {
    padding: 40px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    position: sticky;
    top: 125px;
}
.contact-page-block .contact-form .row {
    margin-bottom: 15px;
}
.contact-page-block .contact-form .form-group.btns {
    margin: 0px;
    display: flex;
    justify-content: flex-end;
}
.contact-page-block .contact-form .btn-success {
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 200px;
    font-weight: 500;
}
.contact-page-block .contact-form  .block-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
}
.page-about-block .last p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.page-about-block .last {
    padding: 15px 30px 30px 30px;
}
.catalog-page-banners .banner-item .banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
.catalog-page-banners.p-g-mod-t-44 .banner-item .title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 0px;
}
.page-shops-block .content-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 20px;
    align-items: flex-start;
}
.page-shops-block .content-block .store-accordion-item {
    width: calc(50% - 10px);
    border: 1px solid #e2e2e2;
    border-radius: 20px;
}
.page-shops-block .content-block .store-accordion-item .title-block {
    padding: 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}
.page-shops-block .content-block .store-accordion-item .title-block .right svg {
    width: 22px;
    height: 100%;
}
.page-shops-block .content-block .store-accordion-item.active .right svg {
    transform: rotate(180deg);
}
.page-shops-block .content-block .store-accordion-item .block {
    display: none;
    flex-direction: row;
    align-items: center;
}
.page-shops-block .content-block .store-accordion-item.active .block {
    padding: 0px 20px 20px 20px;
    display: flex;
    gap: 20px;
}
.page-shops-block .content-block .store-accordion-item .block .first {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}
.page-shops-block .content-block .store-accordion-item .block .last {
    width: 55%;
}
.page-shops-block .content-block .store-accordion-item .block iframe {
    width: 100%;
    height: 185px;
    border-radius: 20px;
}
.page-shops-block .content-block .store-accordion-item.active .block .first .item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
    color: #181818;
}
.page-shops-block .content-block .store-accordion-item.active .block .first .item b {
    font-weight: 400;
    color: #a1a1a1;
    font-size: 14px;
}
.page-shops-block .filter-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}
.page-shops-block .filter-block .first {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.page-shops-block .filter-block .first select {
    height: 43px;
    max-width: 175px;
    width: 100vh;
    padding: 0px 20px;
    font-size: 14px;
}
.page-shops-block .filter-block .last {
    flex: 1 1 auto;
    position: relative;
}
.page-shops-block .filter-block .last input {
    width: 100%;
    height: 43px;
    border: 1px solid #e2e2e2;
    border-radius: 49px;
    padding-left: 43px;
    font-size: 11px;
}
.page-shops-block .filter-block .last .icon {
    position: absolute;
    left: 13px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.page-shops-block .filter-block .last .icon svg {
    width: 18px;
    height: 1500%;
    fill: #b8b3b3;
}
.page-shops-block .filter-block .last .btn {
    position: absolute;
    top: 6px;
    right: 8px;
    background: #000;
    color: #fff;
    font-size: 13px;
    border-radius: 200px;
    font-weight: 500;
    padding: 5px 20px;
}
.page-campaign-detail-block .col-left {
    height: 100%;
}
.page-campaign-detail-block .col-left img, .page-campaign-detail-block .col-right .content {
    position: sticky;
    top: 140px;
}
.page-campaign-detail-block .col-left img {
    border-radius: 20px;
}
.page-campaign-detail-block .col-right p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page-campaign-detail-block .col-right .no-dot {
    padding: 0;
}
.page-campaign-detail-block .col-right .no-dot li {
    display: block;
}
.page-campaign-detail-block .col-right ul {
    padding-left: 16px;
}
.page-campaign-detail-block .col-right a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.page-campaign-detail-block .col-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding-top: 40px;
}
.page-dealer-block .application-form-inline h4 {
    font-weight: 600;
    line-height: normal;
    margin: 0px;
    font-size: 20px;
    color: #000;
}
.page-dealer-block .application-form-inline {
    border: 1px solid #F4F4F4;
    padding: 60px;
    background: #fff;
    box-shadow: 0 0 40px 4px rgba(155, 155, 155, 0.05);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
}
.page-dealer-block .application-form-inline .row {
    gap: 20px 0px;
}
.page-dealer-block .application-form-inline input {
    color: #a1a1a1;
    border: 1px solid #ececec;
    border-radius: 15px;
    font-size: 11px;
    line-height: normal;
}
.page-dealer-block .application-form-inline input::placeholder {
    color: #a1a1a1;
}
.page-dealer-block .application-form-inline #FormGondert {
    background: #181818;
    color: #fff;
    padding: 7px 18px;
    border: none;
    border-radius: 200px;
    font-weight: 500;
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    font-size: 15px;
}
.page-dealer-block .application-form-inline #FormGondert svg {
    width: 18px;
    height: 100%;
}
.page-dealer-block .col-left, .page-dealer-block .col-right {
    height: 100%;
}
.page-dealer-block #application-form {
    position: sticky;
    top: 130px;
}
.page-dealer-block .banner img {
    border-radius: 20px;
}
/* static page style end */
/* account style */
.user-account-menu .coreicon-shopping-cart:before {
    content: url('icons/account/cartn.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
.user-account-menu .coreicon-wallet:before{
    content: url('icons/account/cuzdan-n.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
.user-account-menu .fa-heart:before{
    content: url('icons/account/fav.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
.user-account-menu .coreicon-tag-4:before{
    content: url('icons/account/alarm.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
.user-account-menu .fa-bell:before{
    content: url('icons/account/alarm.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
.user-account-menu .coreicon-gift:before{
    content: url('icons/account/hediye.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
.user-account-menu .coreicon-message-circle:before{
    content: url('icons/account/degerlendirme.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
.user-account-menu .coreicon-mail:before{
    content: url('icons/account/musteri.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
.user-account-menu .coreicon-user-3:before{
    content: url('icons/account/hesap.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
.user-account-menu .coreicon-log-out:before{
    content: url('icons/account/exit.svg')!important;
    width: 22px!important;
    display: block!important;
    zoom: 115%;
}
/* accoutn style end */
/* efsane cuma sayfası */
.legendary-fr-page .info-block {
    position: relative;
    margin-bottom: 30px;
}
.legendary-fr-page .info-block .write {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.legendary-fr-page .info-block .bg img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
}
.legendary-fr-page .info-block .write {
    position: absolute;
    right: 0;
    left: 400px;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.legendary-fr-page .info-block .write .small-title {
    font-size: 19px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 3px;
    align-items: center;
}
.legendary-fr-page .info-block .write .title {
    font-size: 53px;
    font-weight: bold;
    margin-bottom: 0px;
}
.legendary-fr-page .info-block .write .tax {
    font-weight: 500;
    font-size: 19px;
}
.legendary-fr-page .info-block .bg {
    position: relative;
}
.legendary-fr-page .info-block .bg .logo {
    position: absolute;
    left: 17%;
    bottom: 0;
    top: 6%;
    display: flex;
    align-items: center;
}
.legendary-fr-page .info-block .bg .logo img {
    max-width: 300px;
    height: fit-content;
}
.legendary-fr-page .info-block .write .count-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 15px;
}
.legendary-fr-page .info-block .write .count-block .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    line-height: normal;
    font-size: 12px;
    font-weight: 400;
}
.legendary-fr-page .info-block .write .count-block .info svg {
    width: 23px;
    height: 100%;
}
.legendary-fr-page .info-block .write .count-block .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
}
#countdown-alfemo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #fff;
    padding: 19px 20px;
    border-radius: 10px;
    width: calc(100% + 20px);
}
#countdown-alfemo .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    font-size: 16px;
    color: #3b0c0d;
    line-height: normal;
}
#countdown-alfemo .item span {
    font-size: 18px;
    font-weight: bold;
}
.legendary-fr-page .info-block .write .logo {
    display: none;
}
/* efsane cuma sayfası end */
/* no name style */
.legendfr-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.legendfr-badge img {
    width: 80px !important;
    height: 100%;
}
.legendfr-badge-profil {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}
.legendfr-badge-profil img {
    width: 111px;
    height: 100%;
}
.p-g-mod.p-g-mod-t-33.p-g-mod-base-content.payment-shipping-info {
    display: none;
}
.btn-secondary {
    border-radius: 200px;
}
.swiper-manset .swiper-image img, .swiper-manset .swiper-image video {
    border-radius: 20px;
}
.shopping-cart-1 .td-total-price .old-value .small-size {
    font-size: 11px;
}
header.desktop .header-cart-hover .dropdown-menu small.small-size {
    font-size: 11px;
}
.user-account-menu a.user-menu-fiyat-alarmlari,.user-account-menu a.user-menu-stok-alarmlari, .user-account-menu a.user-menu-koleksiyonlar {
    display: none;
}
.legend-fr-cat-sec {
    display: none;
}
.swiper-manset .swiper-image video {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    object-fit: unset;
}
.index-legendfr-banner {
    width: 100%;
    height: 100%;
    position: relative;
}
.index-legendfr-banner .bg {
    width: 100%;
    height: 100%;
}
.index-legendfr-banner .bg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 20px;
}
.index-legendfr-banner .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    color: #181818;
    font-size: 13px;
    background: #fff;
    border-radius: 200px;
    padding: 8px 15px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.index-legendfr-banner .btn svg {
    fill: #181818;
    width: 17px;
    height: 100%;
}
/* no name style end */
/* footer style */
footer {
    padding: 0px 25px;
    margin-top: 60px;
}
footer .bb {
    background: linear-gradient(180deg, #AF2433 0%, #490F15 100%);
    border-radius: 20px;
}
footer .bb .inside {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 50px;
    width: 100%;
}
footer .bb .inside .first-side, footer .bb .inside .last-side {
    flex: 1;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
}
footer .bb .inside .center-side {
    flex: 1;
}
footer .bb .info {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 50px;
}
footer .bb .info .item {
    width: 50%;
    display: flex;
    flex-direction: column;
}
footer .bb .card {
    padding: 70px 50px 50px 50px;
    border-radius: 0px 0px 20.135px 20.135px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(52px);
    justify-content: center;
    align-items: center;
    gap: 50px;
    border-top: 0;
}
footer .bb .card .customer-number {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: normal;
}
footer .bb .card .customer-number .title {
    margin: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}
footer .bb .double-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
footer .bb .double-btn a {
    flex: 1;
    padding: 20px 0;
    border-radius: 100px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(32px);
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
footer .title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 30px;
    line-height: normal;
    color: #fff;
}
footer .social-media .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
footer .social-media .items a {
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsletter-content {
    max-width: 350px;
    width: 100vh;
}
footer .title-block .title {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
footer .title-block .description {
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 400;
}
footer .bar {
    padding: 20px 0px;
}
footer .bar .center, footer .bar .last, footer .bar .first {
    display: flex;
    align-items: center;
    height: 100%;
}
footer .bar .center {
    justify-content: center;
    text-align: center;
}
footer .bar .last {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}
footer .bb .bg {
    margin-top: -30px;
    opacity: 0.1;
}
footer .bb .bg , footer .bb .bg img {
    width: 100%;
    height: 100%;
}
footer .bb .bb-content {
    position: relative;
    z-index: 2;
}
footer .bb .bg {
    position: relative;
    z-index: 1;
}
footer .bb .info .item.mobil-sec, footer .bb .double-btn.mobil-sec {
    display: none;
}
/* footer style end */
@media (max-width:1680px) {
    
}
@media (max-width:1440px) {
    .legendary-fr-page .info-block .write .count-block .info svg {
        width: 21px;
    }
    .legendary-fr-page .info-block .write .count-block .info {
        font-size: 12px;
    }
    .legendary-fr-page .info-block .write .count-block {
        gap: 10px;
    }
    #countdown-alfemo {
        padding: 17px 20px;
    }
    #countdown-alfemo .item {
        font-size: 14px;
    }
    #countdown-alfemo .item span {
        font-size: 16px;
    }
    .legendary-fr-page .info-block .write .tax {
        font-size: 17px;
    }
    .legendary-fr-page .info-block .write .small-title {
        font-size: 17px;
        margin-bottom: 7px;
    }
    .legendary-fr-page .info-block .write .title {
        font-size: 45px;
    }
    .index-legendfr-banner .btn svg {
        width: 15px;
    }
    .index-legendfr-banner .btn {
        font-size: 12px;
    }
    .legendfr-badge-profil img {
        width: 94px;
    }
    .contact-page-block .first .items .item .title {
        font-size: 14px;
    }
    .contact-page-block .first .items .item .description a {
        font-size: 16px;
    }
    .contact-page-block .first .title-container .title {
        font-size: 28px;
    }
    .contact-page-block .first .items {
        gap: 30px 0px;
    }
    .contact-page-block .first .title-container {
        gap: 20px;
        margin-bottom: 70px;
    }
    .contact-page-block .first .title-container .title {
        font-size: 28px;
    }
    .contact-page-block .first .title-container .description {
        font-size: 17px;
    }
}
@media (max-width:1366px) {
    
}
@media (max-width:1280px) {
    footer .bb .double-btn a svg {
        width: 21px;
        height: 100%;
    }
    footer .bb .double-btn a {
        font-size: 13px;
        padding: 15px 0px;
        gap: 7px;
    }
    footer .bb .double-btn {
        gap: 15px;
    }
    footer .bb .inside .first-side, footer .bb .inside .last-side {
        padding-top: 60px;
    }
    footer .bb .card {
        padding: 60px 50px 50px 50px;
        gap: 45px;
    }
    .newsletter-form .btn-submit svg {
        width: 22px;
        height: 100%;
    }
    footer .social-media .items a svg {
        width: 22px;
    }
    footer .social-media .items a {
        width: 44px;
        height: 44px;
    }
    footer .title-block .description {
        font-size: 13px;
    }
    footer .title-block .title {
        font-size: 16px;
    }
    footer .title-block {
        margin-bottom: 25px;
    }
    footer .bb .card .customer-number .title {
        font-size: 16px;
    }
    footer .bb .card .customer-number {
        font-size: 22px;
    }
}
@media (max-width: 1024px) {
    header.desktop .search form .btn-send svg {
        width: 17px;
    }
    header.desktop .header-bar .bar-link .write {
        font-size: 12px;
    }
    header.desktop .header-bar .shop-btn svg {
        width: 20px;
        height: 100%;
    }
    header.desktop .header-bar .shop-btn {
        padding: 0px 15px;
        gap: 5px;
        font-size: 12px;
        height: 45px;
    }
    header .sidebar-btn svg {
        width: 16px;
    }
    header .sidebar-btn,header.desktop .header-bar .bar-link .icon {
        width: 45px;
        height: 45px;
    }
    header.desktop .header-area.center {
        margin: 0 25px 0 25px;
    }
    header.desktop .logo svg {
        width: 140px;
    }
    header.desktop .header-bar .bar-link .icon svg {
        width: 20px;
        height: 100%;
    }
}
@media (max-width:991px) {
    .legendary-fr-page .info-block .write {
        left: 0;
    }
    .index-campaign-showcase .p-g-b-c-0 .banner-item .img-auto {
        aspect-ratio: unset;
        object-fit:unset;
    }
    .swiper-manset .swiper-image video {
        border-radius: 0px 0px 20px 20px;
    }
    .legendfr-badge-profil {
        left: 10px;
        top: 10px;
    }
    .legendfr-badge-profil img {
        width: 60px;
    }
    .legendfr-badge img {
        width: 71px !important;
    }
    .index-campaign-showcase .p-g-b-c-0 {
        margin-bottom: 10px;
    }
    .index-campaign-showcase .p-g-b-c-0 .p-g-mod .row-wrapper .col-list-p-v-1 {
        padding-bottom: 0;
    }
    .index-campaign-showcase .card-product .card-product-inner .price-group .prices .sale-price .price, .index-campaign-showcase .card-product .card-promotion .pro-price {
        font-size: 16px;
    }
    .index-campaign-showcase .card-product .card-product-inner .price-group .prices .sale-price, .index-campaign-showcase .card-product .card-promotion .pro-title {
        font-size: 12px;
    }
    .index-campaign-showcase .card-product .tax-info {
        display: block;
    }
    .legendary-fr-page .info-block {
        margin-bottom: 20px;
        margin-top: 100px;
    }
    .legendary-fr-page .info-block .bg .logo {
        display: none;
    }
    .legendary-fr-page .info-block .bg img {
        aspect-ratio: 1;
        object-fit: cover;
        max-height: 420px;
        height: 100vh;
    }
    .legendary-fr-page .info-block .write .logo {
        margin-top: -100px;
        margin-bottom: 20px;
        display: block;
    }
    .index-legendfr-sec .legendary-fr-page .info-block .write {
        flex-direction: column-reverse;
    }
    .index-legendfr-sec .legendary-fr-page .info-block .write .count-block {
        gap: 6px;
        flex-direction: column-reverse;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .index-legendfr-sec .legendary-fr-page .info-block .write .logo {
        margin-top: 10px;
        margin-bottom: -100px;
        display: block;
    }
    .index-legendfr-sec .legendary-fr-page .info-block {
        margin-bottom: 100px;
        margin-top: 0;
    }
    .legendary-fr-page .info-block .write .logo img {
        max-width: 255px;
        width: 100%;
        height: 100%;
    }
    .legendary-fr-page .info-block .write .small-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #countdown-alfemo .item {
        font-size: 12px;
    }
    #countdown-alfemo .item span {
        font-size: 14px;
    }
    .legendary-fr-page .info-block .write .count-block .info svg {
        width: 19px;
    }
    .legendary-fr-page .info-block .write .count-block .info {
        font-size: 11px;
    }
    .legendary-fr-page .info-block .write .tax {
        font-size: 14px;
    }
    .legendary-fr-page .info-block .write .title {
        font-size: 25px;
    }
    .product-price-group .prices .item .tax-info {
        font-size: 11px;
    }
    .product-price-group .prices .item .tax-info .logo img {
        width: 46px;
    }
    .product-price-group .prices .item.tax-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .product-price-group .prices .item.main  .small-title {
        font-size: 12px;
    }
    .home-headline {
        overflow: hidden;
    }
    .index-forbanner-block .item .banner-maker .icon {
        width: 25px;
        height: 25px;
    }
    .index-forbanner-block {
        overflow: hidden;
    }
    .page-campaign-detail-block .col-right .content h1,.page-campaign-detail-block .col-right .content h2,.page-campaign-detail-block .col-right .content h3 {
        font-size: 1.25rem;
    }
    .page-campaign-detail-block .col-right .content h4,.page-campaign-detail-block .col-right .content h5,.page-campaign-detail-block .col-right .content h6 {
        font-size: 1rem;
    }
    .pdetail-card .items.just-tr .item .quantity {
        font-size: 12px;
    }
    .pdetail-card .items.just-tr .item .price, .pdetail-card .items.just-tr .item .name {
        font-size: 13px;
    }
    .pdetail-card .items.just-tr {
        padding: 15px;
        gap: 12px;
    }
    .page-campaign-detail-block .col-right {
        padding-top: 20px;
    }
    .privilege-block::after {
        right: 0;
        width: 24%;
    }
    .page-shops-block .content-block .store-accordion-item .block iframe {
        height: 144px;
    }
    .page-shops-block .content-block .store-accordion-item.active .block .first .item b {
        font-size: 13px;
    }
    .page-shops-block .content-block .store-accordion-item.active .block .first .item {
        font-size: 14px;
    }
    .page-shops-block .content-block .store-accordion-item .block .first, .page-shops-block .content-block .store-accordion-item .block .last {
        width: 100%;
        gap: 8px;
    }
    .page-shops-block .content-block .store-accordion-item.active .block {
        flex-direction: column;
        gap: 15px;
    }
    .page-shops-block .content-block {
        gap: 10px;
    }
    .page-shops-block .content-block .store-accordion-item .title-block .right svg {
        width: 15px;
    }
    .page-shops-block .content-block .store-accordion-item .title-block {
        font-size: 14px;
    }
    .page-shops-block .content-block .store-accordion-item {
        width: 100%;
    }
    .page-shops-block .filter-block .last {
        width: 100%;
    }
    .page-shops-block .filter-block {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .pdetail-card .product-buttons {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    small.small-size {
        font-size: 14px;
    }
    .product-price-group .prices .item .iprice {
        font-size: 20px;
    }
    .product-price-group .prices .item .title {
        font-size: 12px;
    }
    .product-price-group .prices .item {
        padding: 15px;
        width: 100%;
    }
    .product-price-group .prices {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .categories-body .p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title .count-block {
        font-size: 12px;
    }
    .category-filter-btn .count-block {
        left: 22px;
        width: 19px;
        height: 19px;
        font-size: 9px;
    }
    .page-dealer-block .application-form-inline h4 {
        font-size: 16px;
    }
    .page-dealer-block .application-form-inline .row .btn {
        padding-top: 0px;
    }
    .page-dealer-block .application-form-inline #FormGondert svg {
        width: 15px;
    }
    .page-dealer-block .row .col-list {
        margin-bottom: 25px;
    }
    .page-dealer-block .application-form-inline #FormGondert {
        padding: 7px 18px;
        gap: 3px;
        font-size: 13px;
    }
    .category-filter-list .list-wrap[data-simplebar] {
        max-height: 158px;
    }
    .card-product .tax-info {
        padding: 9px 9px;
        font-size: 9px;
        width: 60px;
    }
    .card-product .tax-info .write br {
        display: none;
    }
    .owl-news-indexmobil.mobil-sec {
        display: block;
    }
    .owl-news-index.desktop-sec {
        display: none;
    }
    .index-news-block .bg {
        top: -30px;
    }
    .idealer-block .right .description br {
        display: none;
    }
    .table-attributes-title {
        margin-top: 60px;
    }
    .product-profile-1 .body-block .sticky-block.mobil-sec {
        display: flex;
        margin-top: 10px;
    }
    .profil-df-title .title {
        font-size: 16px;
    }
    .profil-df-title {
        margin-bottom: 15px;
    }
    .privilege-block {
        overflow: hidden;
    }
    .index-news-block {
        padding: 30px 0px;
        overflow: hidden;
    }
    .index-news-block .inside .block-title {
        margin-bottom: 20px;
    }
    .index-news-block .inside .block-title .first {
        font-size: 15px;
    }
    .swiper-manset .swiper-button-prev, .swiper-manset .swiper-button-next {
        width: 38px;
        height: 38px;
    }
    .swiper-manset .swiper-button-prev svg, .swiper-manset .swiper-button-next svg {
        width: 19px;
        height: 100%;
    }
    .swiper-manset .swiper-button-next {
        right: 15px;
    }
    .swiper-manset .swiper-button-prev {
        left: 15px;
    }
    .blog-page-inside-sec .p-g-b-c-1 .p-g-mod ul {
        gap: 8px;
    }
    .blog-page-inside-sec .p-g-b-c-1 .p-g-mod ul li a {
        font-size: 13px;
    }
    .blog-page-inside-sec .p-g-b-c-1 .p-g-mod .p-g-mod-header .p-g-m-h-i-title {
        font-size: 16px !important;
    }
    .blog-page-detail-block .detail, .blog-page-detail-block .detail p, .blog-page-detail-block .detail li {
        font-size: 13px;
    }
    .blog-page-detail-block .detail h1, .blog-page-detail-block .detail h2, .blog-page-detail-block .detail h3 {
        font-size: 1rem;
    }   
    .blog-page-detail-block .detail h4, .blog-page-detail-block .detail h5, .blog-page-detail-block .detail h6 {
        font-size: 0.9rem;
    }
    .toc-wrapper .toc-list .toc-list-item .toc-link, .toc-wrapper .toc-list .toc-list-item {
        font-size: 13px;
    }
    .toc-wrapper .toc-title {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .blog-page-detail-block .toc-wrapper {
        padding: 20px 25px;
    }
    .blog-page-detail-block .title-container .description {
        font-size: 14px;
    }
    .container, .container-fluid, .container-fluid.container-fluid-relative, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .blog-page-detail-block .title-container .date .icon svg {
        width: 19px;
    }
    .blog-page-detail-block .title-container .date {
        font-size: 12px;
    }
    .blog-page-detail-block .title-container .title {
        font-size: 19px;
    }
    .blog-page-inside-sec .p-g-b-c-0 .p-g-mod-body {
        padding: 0px;
    }
    .card-blog .buttons .btn-read-more {
        padding: 13px 25px;
        font-size: 13px;
    }
    .card-blog .description {
        font-size: 13px;
        height: 45px;
        padding: 0;
    }
    .card-blog .title {
        font-size: 16px;
        height: 38px;
    }
    .card-blog .date {
        font-size: 13px;
    }
    .card-blog .cbody {
        gap: 10px;
    }
    .swiper-manset .swiper-image img {
        border-radius: 0px 0px 15px 15px;
    }
    .page-about-block .last {
        margin-top: 15px;
    }
    .page-about-block .last p {
        font-size: 14px;
    }
    .contact-page-block .contact-form .btn-success {
        font-size: 13px;
    }
    .contact-page-block .contact-form .row {
        gap: 9px;
    }
    .contact-page-block .contact-form .form-control {
        font-size: 12px;
        height: 44px;
        padding-left: 16px;
    }
    .contact-page-block .contact-form label {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .contact-page-block .contact-form  .block-title {
        font-size: 16px;
    }
    .contact-page-block .contact-form {
        padding: 25px 20px;
    }
    .contact-page-block .first .items .item {
        gap: 5px;
    }
    .contact-page-block .first .items .item .title {
        font-size: 13px;
    }
    .contact-page-block .first .items .item .description a {
        font-size: 14px;
    }
    .contact-page-block .first .items {
        gap: 15px 0px;
        margin-bottom: 30px;
    }
    .contact-page-block .first .title-container {
        gap: 10px;
        margin-bottom: 25px;
    }
    .contact-page-block .first .title-container .description {
        font-size: 15px;
    }
    .contact-page-block .first .title-container .title {
        font-size: 22px;
    }
    .contact-page-block .first, .contact-page-block .last {
        width: 100%;
    }
    .contact-page-block {
        gap: 30px;
        flex-direction: column;
    }
    .catalog-page-banners .banner-item .banner-content {
        margin-top: 12px;
    }
    .catalog-page-banners.p-g-mod-t-44 .banner-item .title {
        font-size: 13px;
    }
    .staticp-main-content-sec .p-g-b-c-0 .p-g-mod .p-g-mod-header {
        padding-bottom: 20px !important;
        padding-top: 66px !important;
        margin-top: -86px;
    }
    .pcard-bottom-block {
        gap: 15px;
    }
    .category-filter-order.active {
        padding: 20px 20px 50px 20px;
    }
    .catpage-filter-btns {
        bottom: -42px;
    }
    .catpage-filter-btns .buttons .btn-secondary {
        font-size: 11px !important;
        width: 100% !important;
    }
    .catpage-filter-sec .p-g-b-c-inner {
        gap: 15px;
    }
    .categories-body .p-g-mod-t-cat-filter .p-g-mod-body .list-wrap .list li .lag-checkbox label, .categories-body .p-g-mod-t-cat-filter .p-g-mod-body .list-wrap .list li a {
        font-size: 13px !important;
    }
    .categories-body .p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 15px !important;
        width: max-content;
    }
    .altkategori-sec .breadcrumb-wrapper {
        margin: 0 0 20px 0;
    }
    .cat-filter-sticky {
        margin-bottom: 0;
    }
    .category-filter-btn .icon svg {
        width: 19px;
        height: 100%;
    }
    .category-filter-btn .icon {
        width: 41px;
        height: 41px;
    }
    .category-filter-btn {
        gap: 7px;
        font-size: 14px;
    }
    .catfilterorder-block {
        display: none;
    }
    .altkategori-sec {
        padding-top: 86px;
        padding-bottom: 0;
        margin-bottom: 20px;
        margin-top: -20px;
    }
    .category-filter-btn .icon {
        width: 41px;
        height: 41px;
    }
    .category-filter-btn .icon svg {
        width: 19px;
        height: 100%;
    }
    .category-filter-btn {
        gap: 7px;
        font-size: 14px;
    }
    .table-attributes {
        grid-template-columns: 1fr 1fr;
    }
    .profil-tab #detail .raw-content p, .profil-tab #detail .raw-content li {
        font-size: 14px;
    }
    .profil-tab .tabcontent {
        padding: 30px;
        border: 1px solid #F4F4F4;
        margin: 0px -10px;
        border-radius: 0px;
        border-right: 0;
        border-left: 0;
    }
    .profil-tab .overflow-tab {
        margin-bottom: 20px;
        overflow: auto;
    }
    .profil-tab .tab {
        width: max-content;
    }
    .higlight-content .profil-df-title {
        padding: 0px 5px;
    }
    .product-profile-1 .higlight-content .items .item {
        width: 100%;
    }
    .product-profile-1 .higlight-content .items {
        flex-direction: column;
        flex-wrap: no-wrap;
        gap: 15px;
        align-items: flex-start;
        padding: 15px 15px;
        border-radius: 0;
        border: 1px solid #F4F4F4;
        border-right: 0;
        border-left: 0;
        margin: 0px -10px;
    }
    .profil-df-title {
        margin-bottom: 20px;
    }
    .pdetail-wp-btn {
        box-shadow: 0 0 15px 4px rgba(51, 51, 51, 0.08);
    }
    .product-profile-1 .body-block .row {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .product-profile-1 .body-block .sticky-block .p-g-mod {
        margin: 0px;
    }
    .breadcrumb-wrapper .breadcrumb a {
        font-size: 11px;
    }
    .pd-carousel-arrows .swiper-button-prev {
        gap: 7px;
    }
    .pd-carousel-arrows .swiper-button-prev svg, .pd-carousel-arrows .swiper-button-next svg {
        width: 16px;
        height: 100%;
    }
    .pd-carousel-arrows {
        gap: 7px;
        padding: 6px 10px;
        left: 15px;
        bottom: 15px;
    }
    .product-body .breadcrumb-wrapper {
        padding: 0px 9px;
        margin-bottom: 0px !important;
    }
    .profil-short-description {
        font-size: 14px;
    }
    .product-next-prev {
        display: none;
    }
    .product-profile-1 .head-block .content .bottom {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .product-body .product-title-container .last #shareAge .item .icon svg {
        width: 12px;
    }
    .product-body .product-title-container .last .item .icon svg {
        width: 16px;
        height: 100%;
    }
    .product-body .product-title-container .last .item .icon {
        width: 32px;
        height: 32px;
    }
    .product-body .product-title-container .last {
        gap: 20px;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .product-body .product-title-container .first {
        width: 100%;
    }
    .product-profile-1 .head-block {
        padding-top: 80px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .product-carousel-bottom .swiper-product-thumb-bottom .swiper-wrapper {
        margin: 0px;
    }
    .product-carousel-bottom .swiper-product-thumb-bottom {
        margin: 0px;
        width: 100%;
    }
    .profil-swiper-count {
        display: none;
    }
    .product-carousel-bottom {
        position: unset;
        margin-top: 10px;
    }
    .product-profile-1 .head-block .content .top {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .index-forbanner-block .item .write .title {
        font-size: 18px;
    }
    .index-forbanner-block .item .write .description {
        font-size: 14px;
    }
    .index-forbanner-block .item .write {
        padding: 0px 30px 30px 30px;
    }
    .index-forbanner-block .row {
        gap: 10px 0px;
    }
    .index-forbanner-block .last .mobil-block.mobil-sec {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .index-forbanner-block .item .banner-maker .product-box .btn-cart {
        gap: 8px;
        font-size: 12px;
    }
    .index-forbanner-block .item .banner-maker .product-box .btn-cart svg {
        width: 18px;
    }
    .index-forbanner-block .last .mobil-block.mobil-sec .item:last-child .product-box {
        top: unset;
        bottom: calc(100% + 10px);
        padding: 10px;
        gap: 7px;
    }
    .index-forbanner-block .item .banner-maker .product-box .top .left img {
        max-width: 94px;
    }
    .index-forbanner-block .item .banner-maker .product-box .top {
        gap: 6px;
    }
    .index-forbanner-block .item .banner-maker .product-box .top .sale-price {
        font-size: 12px;
    }
    .index-forbanner-block .item .banner-maker .product-box .top  .tite {
        font-size: 13px;
    }
    .privilege-block .swiper.swiper-privilege {
        z-index: 2;
        background: transparent;
    }
    .index-forbanner-block .last .top.desktop-sec,.index-forbanner-block .last .bottom.desktop-sec {
        display: none;
    }
    .iblog-direction .icon svg {
        width: 19px;
        height: 100%;
    }
    .iblog-direction .icon {
        right: -22px;
        top: -32px;
        padding: 20px 20px 15px 15px;
        border-radius: 200px;
    }
    .iblog-direction .write .title {
        font-size: 14px;
    }
    .iblog-direction .left img {
        max-width: 80px;
    }
    .index-seotext .content {
        padding: 0 15px;
    }
    .index-double-block .last {
        padding: 15px;
        gap: 17px;
        margin-top: 20px;
        height: fit-content;
    }
    .idealer-block .left {
        padding-right: 20px;
    }
    .idealer-block .right .btnn .arrow svg {
        width: 14px;
        height: 100%;
    }
    .idealer-block .right .btnn {
        font-size: 14px;
    }
    .idealer-block .right .btnn .icon svg {
        width: 17px;
        height: 100%;
    }
    .idealer-block .right .btnn .icon {
        width: 36px;
        height: 36px;
    }
    .idealer-block .right .description {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .idealer-block .right .title {
        font-size: 18px;
    }
    .idealer-block .right {
        padding-top: 0;
        padding-left: 30px;
    }
    .idealer-block {
        flex-direction: column-reverse;
        align-items: stretch;
        padding: 30px 30px 0px 0px;
        overflow: hidden;
    }
    .index-double-block .row .col-lg-9, .index-double-block .row .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .privilege-block .item {
        gap: 25px;
        padding: 30px 25px;
    }
    .index-privilege-sec::after,.index-privilege-sec::before {
        display: none;
    }
    .camapign-card .cbody .bottom .date {
        font-size: 11.537px;
    }
    .camapign-card .cbody .bottom .btnn {
        font-size: 11.537px;
        padding: 11px 21px;
    }
    .camapign-card .cbody .bottom {
        gap: 7px;
    }
    .camapign-card .cbody .description {
        font-size: 12px;
    }
    .camapign-card .cbody .title {
        font-size: 14.833px;
        margin-bottom: 11px;
    }
    .index-onebanner-blokc .description {
        margin-bottom: 20px;
    }
    .index-onebanner-blokc .small-title {
        margin-bottom: 15px;
    }
    .index-onebanner-blokc .title {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .index-onebanner-blokc .last {
        gap: 0px;
        padding: 0px 10px;
    }
    .index-onebanner-blokc .row .col-lg-8 {
        margin-bottom: 20px;
    }
    .owl-wrapper .owl-carousel .owl-nav, .index-news-block .inside .last {
        gap: 8px;
        padding: 7px 8px;
        top: -44px;
    }
    .owl-wrapper .owl-carousel .owl-nav .owl-prev, 
    .owl-wrapper .owl-carousel .owl-nav .owl-next,
    .index-news-block .inside .last .news-prev, 
    .index-news-block .inside .last .news-next {
        gap: 8px;
    }
    .owl-wrapper .owl-carousel .owl-nav .owl-prev::after, 
    .owl-wrapper .owl-carousel .owl-nav .owl-next::after {
        width: 16px;
        height: 16px;
    }
    .index-news-block .inside .last .news-next svg, .index-news-block .inside .last .news-prev svg {
        max-width: 16px;
    }
    .owl-wrapper .owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        line-height: normal;
        margin-top: 13px;
    }
    .owl-wrapper .owl-carousel .owl-dots .owl-dot {
        width: 21px;
        height: 3px;
        background: #EEE;
        border-radius: 100px;
        outline: none;
    }
    .owl-wrapper .owl-carousel .owl-dots .owl-dot.active {
        width: 31px;
        background: #DDD;
    }
    .half-swiper-banners .banner-card {
        position: relative;
    }
    .half-swiper-banners .banner-card .image .img-auto {
        border-radius: 20px;
    }
    .half-swiper-banners .banner-card .banner-content {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0px 20px 20px 20px;
        color: #fff;
        text-align: left;
    }
    .half-swiper-banners .banner-card .banner-content .title {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 7px;
    }
    .half-swiper-banners .banner-card .banner-content .description {
        color: #FFF;
        font-size: 12px;
        font-weight: 400;
        line-height: 150%;
    }
    footer .bb .info .item.mobil-sec, footer .bb .double-btn.mobil-sec {
        display: flex;
    }
    footer .bar .center {
        justify-content: center;
        text-align: center;
        margin-bottom: 15px;
        color: #575757;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    footer .bb .double-btn a svg {
        width: 22px;
    }
    footer .bb .double-btn a {
        font-size: 14px;
        padding: 15px 0px;
        gap: 10px;
    }
    footer .bb .double-btn {
        margin-top: 15px;
    }
    footer .social-media .items a svg {
        width: 23px;
    }
    footer .social-media .items a {
        width: 48px;
        height: 48px;
    }
    footer .title-block {
        margin-bottom: 30px;
    }
    footer .title-block .description {
        font-size: 14px;
    }
    footer .bb .card .customer-number {
        font-size: 24px;
    }
    footer .bb .card {
        padding: 30px 17px;
        gap: 30px;
    }
    .newsletter-content {
        max-width: 100%;
        width: 100%;
    }
    footer {
        padding: 0px 10px;
    }
    footer .bb .bg {
        margin-top: 15px;
    }
    footer .bb .info {
        gap: 30px 0px;
        flex-wrap: wrap;
    }
    footer .bb .inside .first-side, footer .bb .inside .last-side {
        padding-top: 0;
    }
    footer .bb .inside .first-side.desktop-sec {
        display: none;
    }
    footer .bb .inside {
        flex-direction: column;
        gap: 35px;
        padding: 0px 20px;
    }
    .swiper-manset .swiper-container {
        left: 0;
    }
    .p-g-mod-t-45 .headline-button {
        font-size: 12px;
    }
    .swiper-manset .swiper-caption p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .swiper-manset .swiper-caption h5 {
        font-size: 22px;
    }
    .swiper-manset .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }
    .swiper-manset .swiper-pagination .swiper-pagination-bullet {
        width: 21px;
        height: 3px;
        margin: 0 1px !important;
    }
    .swiper-manset .swiper-pagination {
        width: fit-content !important;
        gap: 0px;
    }
    .swiper-manset .modul-content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 26px;
        left: 26px;
        right: 40px;
    }
    .swiper-manset .swiper-pagination {
        position: unset;
    }
    .desktop-sec {
        display: none;
    }
    .mobil-sec {
        display: block;
    }
}
@media (max-width:768px) {
    
}
@media (max-width:576px) {
    
}