/* header style */
header .top-bar {
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fafafa;
    padding: 10px 0px 10px 0px;
}
header.desktop .top-bar .first .campaign {
    width: 100%;
}
header.desktop .header-bar .bar-link .icon svg {
    width: 25px;
    height: 100%;
}
header.desktop .top-bar .first,header.desktop .top-bar .last {
    display: flex;
    flex-direction: row;
    height: 100%;
}

header.desktop .top-bar .last {
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
header.desktop .top-bar .last a,header.desktop .top-bar .first .campaign .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
}
header.desktop .top-bar .first .campaign .item.colored {
    color: #2779c4;
    font-weight: 600;
}
header.desktop .top-bar .last a svg {
    width: 23px;
    height: 100%;
}
header.desktop .menu .container {
    position: static;
    height: 100%;
    display: flex;
    align-items: center;
}
header.desktop .mega-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    border: none;
    padding: 0;
    background: transparent;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
header.desktop .mega-menu .nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    font-weight: 500;
    font-size: 16px;
    white-space: unset !important;
    transition: all var(--transition-time);
    border-bottom: 1.5px solid transparent;
    color: #2f2f2f;
    padding: 0;
    gap: 3px;
    margin: 0;
}
header.desktop .mega-menu .dropdown:hover .nav-link, header.desktop .mega-menu .nav-item:hover .nav-link {
    border-color: #2779c4;
}
header.desktop .mega-menu .dropdown:hover .dropdown-menu {
    display: block;
    padding: 20px 0px;
}
header.desktop .mega-menu .dropdown:hover .dropdown-menu .mega-menu-container {
    animation: dSidebarOpacity 0.6s ease forwards;
    animation-delay: 0.5s;
}
header.desktop .mega-menu .dropdown-menu::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    transition: 0.5s;
    background: #fff;
}
header.desktop .mega-menu .dropdown:hover .dropdown-menu::after {
    animation: dSidebarHeightOpen 0.6s ease forwards;
    animation-delay: 0.2s;
}
header.desktop .mega-menu .nav-link .dropdown-icon {
    transition: 0.5s;
}
header.desktop .mega-menu .dropdown:hover .nav-link .dropdown-icon {
    transform: rotate(180deg);
}
header.desktop .mega-menu .nav-link .dropdown-icon svg {
    width: 23px;
    height: 100%;
}
header.desktop .top-bar {
    transition: 0.5s;
}
header.desktop.fixed-desktop .top-bar {
    height: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
}
header.desktop .header-area.first .menu-btn svg {
    width: 30px;
    height: 100%;
}
header.desktop .menu.closed {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 7px 0px 0px 0px;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container .col-4 {
    padding: 0;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container .sub-cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #e7e5e5;
    border-right: 1px solid #e7e5e5;
    padding: 60px 30px;
    font-size: 18px;
    text-align: center;
    border-radius: 0px;
    height: 100%;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container .sub-cat .icon .subtitle-img {
    width: 100px;
    height: 100%;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container .sub-cat .title {
    width: 100%;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container .row {
    border: 1px solid #e7e5e5;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container .row {
    border: 1px solid #e7e5e5;
    margin: 0 -2px !important;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container .row .col-4:nth-child(4) .sub-cat,
header.desktop .mega-menu .dropdown-menu .mega-menu-container .row .col-4:nth-child(5) .sub-cat,
header.desktop .mega-menu .dropdown-menu .mega-menu-container .row .col-4:nth-child(6) .sub-cat {
    border-bottom: 0;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container .row .col-4:nth-child(3) .sub-cat,
header.desktop .mega-menu .dropdown-menu .mega-menu-container .row .col-4:nth-child(6) .sub-cat {
    border-right: 0;
}
@keyframes dSidebarHeightOpen {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}
@keyframes dSidebarOpacity {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}
header.desktop .search.active {
    display: flex;
}
header.desktop .search .content, header.desktop .search .content .easy-autocomplete {
    width: 100% !important;
    height: 100%;
}
header.desktop .search form .btn-send svg {
    width: 21px;
    height: 100%;
}
.home-body header.desktop {
    background: linear-gradient(180deg, #0000005c, transparent);
    border: transparent;
}
.home-body header.desktop .top-bar {
    border-color: transparent;
}
.home-body header.desktop .top-bar .last a,
.home-body header.desktop .top-bar .first .campaign .item ,
.home-body header.desktop .bar-link .icon svg,
.home-body header.desktop .mega-menu .nav-link {
    color: #fff;
}

.home-body header.desktop.fixed-desktop, header.desktop.hover, header.desktop:hover {
    background: #fff;
    border: #fafafa;
    border-bottom: 1px solid #fafafa;
}
.home-body header.desktop.fixed-desktop .top-bar,
header.desktop.hover,
header.desktop:hover {
    border-color: #fafafa;
}
.home-body header.desktop.fixed-desktop .top-bar .last a,
.home-body header.desktop.fixed-desktop .top-bar .first .campaign .item ,
.home-body header.desktop.fixed-desktop .bar-link .icon svg,
header.desktop.hover .top-bar .last a,
header.desktop.hover .top-bar .first .campaign .item,
header.desktop.hover .bar-link .icon svg,
header.desktop:hover .top-bar .last a,
header.desktop:hover .top-bar .first .campaign .item,
header.desktop:hover .bar-link .icon svg {
    color: #000;
}
.home-body header.desktop.fixed-desktop .mega-menu .nav-link,
header.desktop.hover .mega-menu .nav-link,
header.desktop:hover .mega-menu .nav-link {
    color: #2f2f2f;
}
header.desktop .h-center .row .col-md-8 {
    position: static;
}
/* header style end */
/* manset style */
.index-marque {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    position: relative;
    gap: 0;
    width: 100%;
}
.scrolling--item.scrolling--animated {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 45s, 30s;
    animation-play-state: running;
    width: max-content;
    will-change: transform, width;
    animation-name: scrolling-left;
}
.scrolling-inside {
    display: flex;
    align-items: center;
    width: max-content;
}
.index-marque:hover .scrolling--animated {
    animation-play-state: paused;
}
@keyframes scrolling-left {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.index-mansettax .first {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.index-mansettax .first .title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.index-mansettax .first .description {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
}
.index-mansettax .last {
    height: 100%;
    display: flex;
    align-items: center;
}
/* manset style end */
/* product card style */
.card-product .card-product-inner .nitelik {
    padding: 0;
    margin: 0;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.card-product .card-product-inner .nitelik .value {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
}
.card-product .bottom-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}
.card-product .bottom-block .age-kart-product-favourite button {
    padding: 0px;
    border: none;
    background: transparent;
    line-height: normal;
    font-size: 0;
}
.card-product .bottom-block .price-group {
    margin: 0px;
}
.card-product .bottom-block .age-kart-product-favourite button svg {
    width: 25px;
    height: 100%;
}
.card-product .card-product-inner .image-wrapper {
    margin-bottom: 10px;
}
.card-product .card-product-inner .image-wrapper .carousel-item .img-auto {
    border-radius: 10px;
}
/* product card style end */
/* product detail style */
.product-profile-1 .carousel .product-carousel-left,.product-profile-1 .carousel .product-carousel-left .swiper {
    height: 100%;
}
.product-profile-1 .carousel .product-carousel-right a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.product-profile-1 .carousel .product-carousel-right a img {
    border-radius: 10px;
}
.product-profile-1 .carousel .product-carousel-left .product-thumb-item {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.product-profile-1 .carousel .product-carousel-left .product-thumb-item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.product-profile-1 .carousel .product-carousel-left .product-thumb-item.swiper-slide-thumb-active {
    border-color: #2779c4;
}
.product-profile-1 .last {
    height: 100%;
}
.product-profile-1 .product-carousel-right .pd-carousel-next, .product-profile-1 .product-carousel-right .pd-carousel-prev {
    color: #000;
    --swiper-navigation-size: 28px;
}
.product-profile-1 .product-carousel-right .pd-carousel-prev {
    left: 25px;
}
.product-profile-1 .product-carousel-right .pd-carousel-next {
    right: 25px;
}
.pdetail-card {
    position: sticky;
    top: 90px;
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.pdetail-card .product-rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 5px;
    font-size: 15px;
    color: #575757;
    margin-bottom: 20px;
}
.pdetail-card .product-rate svg {
    width: 27px;
    height: 100%;
}
.product-profile-1 .col-lg-9.col-list {
    flex: 0 0 73%;
    max-width: 73%;
}
.product-profile-1 .col-lg-3.col-list {
    flex: 0 0 27%;
    max-width: 27%;
}
.pdetail-tab .tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}
.pdetail-tab .tab button {
    padding: 8px 14px;
    border: 1px solid #e2e2e2;
    background: transparent;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}
.pdetail-tab .tab button.active {
    background: #2779c4;
    border-color: #2779c4;
    color: #fff;
}
.product-profile-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.pdetail-attribute .top {
    margin-bottom: 14px;
}
.pdetail-attribute .top .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    gap: 4px;
}
.pdetail-attribute .top .title .btn {
    padding: 0px;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    color: #575757;
    line-height: normal;
}
.pdetail-attribute .bottom ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    gap: 12px 15px;
    line-height: normal;
    padding-left: 0px;
    flex-wrap: wrap;
}
.pdetail-attribute .bottom ul li {
    display: block;
    width: calc(33.3333333333% - 15px);
    font-size: 14px;
    color: #575757;
}
.product-buttons {
    margin-top: 25px;
    gap: 10px;
}
.product-favourite a {
    line-height: normal;
}
.product-profile-1 .carousel {
    margin-bottom: 30px;
}
.product-body .product-profile-1 .product-favourite .inside svg {
    width: 24px;
    height: 100%;
}
/* product detail style end */
/* no name stlye */

/* no name style end */
/* footer stlye */
footer {
    margin-top: 80px;
}
footer .newsletter-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 550px;
    margin: 0 auto;
}
/* footer style end */
@media(max-width: 1680px) {
    
}
@media(max-width: 1440px) {
    
}
@media(max-width: 1366px) {
    
}
@media(max-width: 991px) {
    
}