/* header style */
.top-bar {
    height: 40px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
}
.top-bar-center,.top-bar-left,.top-bar-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.top-bar-center {
    justify-content: center;
}
.top-bar-right {
    justify-content: flex-end;
}
.top-bar-left {
    gap: 15px;
}
.top-bar-center .item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.top-bar-center .item span {
    font-size: 13px;
    font-weight: 400;
    color: #9d2155;
}
.top-bar-center .item span b {
    font-weight: 500;
}
.top-bar-right .dropdown-languages-1 {
    background: transparent;
    padding: 0;
    border-radius: 50px;
}
.top-bar-right .dropdown-languages-1 .dropdown-menu-left.show {
    right: 0%;
    left: unset !important;
    transform: unset !important;
    top: 115% !important;
    border-radius: 10px;
    padding: 4px;
    min-width: 100%;
}
.top-bar-left a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
header.desktop .h-center {
    border-bottom: 1px solid #e2e2e2;
}
.easy-autocomplete-container ul li .spsi-item img {
    border-radius: 3px;
}
#myModalTeslimat .title-column h4 {
    font-size: 20px;
}
#myModalTeslimat .title-column span {
    font-size: 14px;
    font-weight: 400;
}
#myModalTeslimat .modal-body-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
#myModalTeslimat .modal-body-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
#myModalTeslimat .modal-body-text span {
    font-size: 13px;
}
#myModalTeslimat .modal-footer {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#myModalTeslimat .modal-footer .modal-footer-btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
#myModalTeslimat .modal-footer .modal-footer-btn a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
#myModalTeslimat .modal-footer .modal-footer-text {
    font-size: 14px;
}
.addons-marquee-bar {
    top: 171px;
    z-index: 2;
    position: absolute;
}
/* header style end */
/* header mobil style */
header.mobile .m-hcenter {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 60px;
}
.mobile-search .easy-autocomplete {
    width: 100% !important;
}
/* header mobil style end */
/* story style */
.index-story-sec .banner-item .image .img-auto {
    border-radius: 300px;
}
.index-story-sec .banner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    position: relative;
    gap: 10px;
}
.index-story-sec .banner-item .banner-content .title {
    font-size: 13px;
    font-weight: 400;
    padding: 0px;
}
.index-story-sec .banner-item .image {
    border: 1px solid transparent;
    border-radius: 200px;
    transition: 0.5s;
}
.index-story-sec .banner-item .banner-content {
    transition: 0.5s;
}
.index-story-sec .banner-item:hover .image {
    border: 1px solid #ffffff;
    border-radius: 300px;
    padding: 10px;
    background: #fff;
    box-shadow: #48666a0d 0px 6px 24px 0px, #48666a0d 0px 0px 0px 1px;
}
.index-story-sec .banner-item .image img {
    border-radius: 300px !important;
    aspect-ratio: 1;
    object-fit: cover;
}
/* story style end */
/* footer style */
footer {
    margin-top: 60px;
}
footer .bar {
    height: 40px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
}
.f-bar-left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
.f-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.f-bar-right img {
    width: 300px;
    height: 100%;
}
footer .bb {
    margin-bottom: 25px;
}
.newsletter-top {
    margin-bottom: 10px;
}
.newsletter-top h4,.social-media h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.newsletter-top span {
    color: #6d6d6d;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
}
.newsletter-form {
    background: #e9e9e9;
    position: relative;
    border-radius: 10px;
}
.newsletter-form input {
    border: none;
    font-size: 13px;
    color: #000;
    background: transparent;
    border-radius: 0px;
    font-weight: 400;
    height: 41px;
}
.newsletter-form button {
    padding: 0px;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 9px;
    right: 15px;
    z-index: 2;
}
.newsletter-form button i {
    margin: 0px !important;
}
.newsletter-block {
    margin-bottom: 15px;
}
.social-media-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.social-media h4 {
    margin-bottom: 15px;
}
.social-media-items a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.social-media-items a:hover {
    background: #000;
    color: #fff;
}
.newsletter-form:active,.newsletter-form:hover,.newsletter-form:active {
    background: #f3f3f3;
}
footer .info .title.active::after {
    content: "-";
}
/* footer style end */
/* product card style */
.card-product .card-product-inner .image-wrapper {
    margin-bottom: 0;
}
.card-product .image .img-auto {
    border-radius: 0px;
}
.product-favourite-kart a i {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    width: 36px;
    height: 36px;
    background: #ffffff;
    backdrop-filter: blur(16px);
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #000;
}
.p-g-mod-showcase .p-g-mod-body {
    padding: 0px !important;
}
/* product card style end */
/* index five banner style */
.index-fivebanner-top {
    margin-bottom: 20px;
}
.fivebaner-top-item img,.fivebaner-bottom-item img {
    border-radius: 15px;
}
/* index five banner style end */
/* section title style */
.pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 20px !important;
    color: #000;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}
.pattern-group-header .p-g-h-info .p-g-h-i-description {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #727272;
}
/* section title style end */
/* index seo text style */
.seo-text-section  .p-g-mod-body {
    padding: 0px !important;
}
.seotext-block {
    height: 140px;
    overflow: auto;
}
.seotext-block p {
    font-size: 14px;
}
.seotext-block h1 {
    font-size: 1.70rem;
}
.seotext-block h2 {
    font-size: 1.50rem;
}
.seotext-block h3 {
    font-size: 1.20rem;
}
.seotext-block h4,.seotext-block h5,.seotext-block h6 {
    font-size: 1rem;
}
.seotext-block img {
    margin-bottom: 15px;
    height: 100%;
    width: 100%;
}
/* index seo text style end */
/* index flex slide style */
.index-fslide-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fslide-card {
    position: relative;
    flex: 1;
    height: 100%;
    transition: 0.5s;
}
.fslide-card:hover {
    flex-grow: 2;
}
.fslide-card:hover .fslide-card-write {
    opacity: 1;
}
.fslide-card-write {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px;
    opacity: 0;
    transition: 0.5s;
    background: #ffffff21;
    backdrop-filter: blur(9px);
}
.index-fslide-block .fslide-card:first-child {
    flex-grow: 2;
}
.index-fslide-block .fslide-card:first-child .fslide-card-write {
    opacity: 1;
}
.fslide-card-bg img {
    aspect-ratio: 1;
    object-fit: cover;
    min-height: 900px;
    height: 100%;
    width: 100%;
}
.fslide-card-write h4 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.fslide-card-write span {
    font-size: 17px;
    font-weight: 400;
    width: 60%;
    margin-bottom: 15px;
}
.fslide-card-write a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
/* index flex slide style end */
/* product detail stlye */
.product-detail-card {
    position: sticky;
    top: 54px;
}
.product-profile-1 .slide .col-md-6 {
    padding: 3px;
}
.product-profile-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.product-detail-card .product-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.product-detail-price-block .product-rate {
    width: fit-content;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-bottom: none;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.product-detail-price-block {
    margin-bottom: 20px;
}
.accordion-product {
    margin-bottom: 10px;
    padding: 0px;
    border-color: #000;
    background: transparent;
}
.product-buttons .product-quantity {
    border: 1px solid #000;
    border-radius: 50px;
}
.product-profile-1 .carousel .carousel-indicators li .img-auto {
    border-radius: 5px;
}
.pattern-group .p-g-mod {
    background: transparent;
}
/* product detail stlye end */
/* category page style */
.category-page-section .p-g-b-c-1 .p-g-mod-header {
    display: none;
}
.breadcrumb-wrapper .breadcrumb a {
    color: #a7a7a7;
}
.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: #a7a7a7;
}
.page-categorytop {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.categorytop-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    height: 100%;
}
.categorytop-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    font-size: 30px;
    font-weight: 100;
    margin: 0;
}
.filterhide-btn {
    padding: 0px;
    border: none;
    background: transparent;
    outline: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
.categoryarrangement-block .form-control {
    font-size: 13px;
    border-color: #000 !important;
    color: #000 !important;
}
.product-installments .col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.product-profile-1 .carousel-outer {
    position: relative;
}
.category-filter-dnone {
    display: none !important;
}
/* category page style end */
/* page contact style */
.contactpage-left {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}
.contactpage-title h1 {
    font-size: 25px;
    font-weight: bold;
}
.contactpage-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.contactpage-content-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}
.contactpage-content-item b {
    font-size: 15px;
    font-weight: 600;
}
.contactpage-content-item span, .contactpage-content-item a {
    font-size: 15px;
    color: #4a4a4a;
}
.contactpage-right {
    padding: 15px;
}
.contact-form h1 {
    font-size: 25px;
    font-weight: bold;
}
.contactpage-map {
    margin-top: 10px;
    height: 300px;
}
/* page contact style end */
/* no name style */
header.desktop.fixed-desktop .top-bar, header.desktop.fixed-desktop .h-center {
    display: none;
}
.custom-module-code-1191 .col-list-p-v-1 {
    padding-top: 0px;
}
.custom-module-code-1191 .col-list-p-v-1 .banner-item .img-auto {
    border-radius: 15px;
}
.section-space-block {
    margin-bottom: 60px;
}
body.modal-open {
    padding: 0px !important;
}
.product-owlcarousel .owl-nav,.product-owlcarousel .owl-dots {
    display: none !important;
}
.login-body .pattern-group-header .p-g-h-info {
    justify-content: center !important;
    align-items: center !important;
}
.login-form a {
    color: #000;
}
.btn-success {
    color: #fff !important;
    background-color: #9d2155 !important;
    border-color: #9d2155 !important;
}
.btn-success:hover,.btn-success:active,.btn-success:target {
    color: #fff !important;
    background-color: #9d2155 !important;
    border-color: #9d2155 !important;
    box-shadow: none !important;
}
.btn-primary {
    color: #9d2155 !important;
    background: transparent !important;
    border: 1px solid #9d2155 !important;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:target {
    color: #9d2155 !important;
    background: transparent !important;
    border: 1px solid #9d2155 !important;
    box-shadow: none !important;
}
.swal-button {
    background: #9d2155;
    color: #fff;
}
.login-form .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.login-form .buttons button, .login-form .buttons a {
    width: 50%;
}
.login-form .buttons a {
    color: #9d2155;
    background: transparent;
    border: 1px solid #9d2155;
}
.mobile-search .easy-autocomplete form {
    position: relative;
}
.mobile-search .easy-autocomplete form button {
    position: absolute;
    right: 4%;
    top: 12%;
    padding: 0px;
    height: fit-content;
    width: fit-content;
}
.mobile-search .easy-autocomplete form button i {
    margin: 0px;
}
.mobile-search .easy-autocomplete form input {
    border: none !important;
    box-shadow: none;
    height: 50px;
    background: #e9e9e9;
}
.product-banner-section .p-g-b-c-1 .owl-wrapper {
    margin: 0px !important;
}
.product-banner-section .p-g-b-c-1 .owl-wrapper .banner-item .img-auto {
    border-radius: 15px;
}
.mobil-sec {
    display: none;
}
header.desktop .mega-menu #mega-menu-59, .sidebar-menu-type-2 .categories ul .sc-59 a {
    color: #9d2155;
}
/* no name style end */
.df-countdown {
    background: #9d2155;
    height: 70px;
    background-size: 320px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: fixed;
    bottom: 50px;
    right: 0;
    left: 0;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #9d2155;
}
.home-body .df-countdown {
    display: flex;
}
.df-countdown span {
    font-size: 18px;
    color: #fff;
}
.df-countdown a {
    background: #fff;
    padding: 0px 30px;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.count-close {
    position: absolute;
    right: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
}
.count-close:hover {
    background: #ff000052;
}
.count-close img {
    width: 11px;
    height: 11px;
}
.dfcount {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.dfcount-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 10px;
    gap: 3px;
}
.dfcount-item .top {
    background: #fff;
    border-radius: 5px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    padding: 3px 0px;
    max-width: 35px;
    width: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.df-countdown-inside {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}
.cdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #5c5c5c;
    width: fit-content;
    padding: 11px 15px;
}
.cdown-item img {
    width: 27px;
}
li.countdown-block {
    padding: 0px;
}
.icomment-card {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e2e2e2e2;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.icomment-card .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 10px;
}
.icomment-card .top .stars i {
    color: #fc0;
    font-size: 12px;
}
.icomment-card .top .stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;
}
.icomment-card .bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
.icomment-card .bottom .write {
    flex: 1;
}
.icomment-card .bottom .image img {
    width: 105px;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 3px;
}
.icomment-card .bottom .write .title {
    line-height: normal;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 500;
    padding: 0;
    color: #000;
}
.icomment-card .bottom .write .description {
    color: #575757;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 400;
    height: 54px;
    margin-top: 0;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icomment-card .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.icomment-card .date {
    font-size: 12px;
    color: #575757;
}
.safe-page-block .title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 50px 0px;
    background: #efefef;
    margin-top: -20px;
}
.safe-page-block .title-block h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #000;
}
.safe-page-block .page-write-block {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.safe-page-block .title-block span, .safe-page-block .title-block p {
    font-size: 13px;
    color: #575757;
    width: 45%;
}
.safe-page-block .icontext-sec .container {
    max-width: 800px !important;
}
.safe-page-block .page-write-block p {
    font-size: 13px;
    color: #575757;
}
.safe-page-block .page-write-block h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.safe-page-block .icon-text-block .icon img {
    width: 250px;
}
.safe-page-block .icon-text-block .write {
    text-align: right;
    display: flex;
    flex-direction: column;
}
.safe-page-block .icon-text-block .col-right, .safe-page-block .icon-text-block .col-left {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.safe-page-block .icon-text-block {
    margin-bottom: 80px;
}
.safe-page-block .icon-text-block .write h4 , .safe-page-block .icon-text-block .write b.title {
    font-size: 18px;
    margin-bottom: 9px;
    font-weight: 500;
    color: #000;
}
.safe-page-block .icon-text-block .write p, .safe-page-block .icon-text-block.left .write .contacts a {
    font-size: 13px;
    color: #575757;
    font-weight: 400;
}
.safe-page-block .icon-text-block .write p:last-child {
    margin: 0;
}
.safe-page-block .icon-text-block.left .col-right {
    justify-content: flex-end;
}
.safe-page-block .icon-text-block.left .write {
    text-align: left;
}
.safe-page-block .icon-text-block.left .write .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.comments-safepage .swiper-button-next, .comments-safepage .swiper-button-prev {
    color: #000;
    --swiper-navigation-size: 19px;
}
.swiper-bottom-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: normal;
    margin-top: 20px;
    gap: 20px;
    align-items: center;
}
.swiper-bottom-block .swiper-button-prev, .swiper-bottom-block .swiper-button-next {
    position: unset;
    color: #000 !important;
    --swiper-navigation-size: 16px;
    height: unset !important;
    margin: 0;
}
.swiper-bottom-block .manset-pagination {
    width: fit-content !important;
    position: unset;
    transform: unset;
}
.swiper-bottom-block .manset-pagination .swiper-pagination-bullet {
    background: #000 !important;
    transition: 0.5s;
}
.swiper-bottom-block .manset-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
    width: 25px;
    border-radius: 10px;
}
.pcard-body {
    padding: 20px 20px 30px 20px;
    border-radius: 0px 0px 20px 20px;
    background: #fff;
}
.card-product .card-product-inner .image-wrapper .image .img-auto {
    border-radius: 20px 20px 0px 0px;
}
.pd-desc-block {
    height: 121px;
    overflow: hidden;
}
.pd-desc-block.active {
    height: fit-content
}
.pd-desc-btn {
    margin: 18px 0px 10px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    background: #00000000;
    border: 1px solid #000000;
    width: fit-content;
    border-radius: 8px;
    font-size: 11px;
    padding: 10px 14px;
    font-weight: 500;
    color: #000000;
}
.pd-desc-btn:hover {
    color: #000;
}
.pd-desc-btn img {
    width: 17px;
    transition: 0.5s;
}
.pd-desc-btn.active img {
    transform: rotate(180deg);
}
.pd-desc-block h1,h2,h3 {
    font-size: 1.2rem;
}
.pd-desc-block h4,h5,h6 {
    font-size: 1rem;
}
.pd-desc-block {
    font-size: 12px;
}
.index-seotext h1,h2,h3 {
    font-size: 1.2rem;
}
.index-seotext h4,h5,h6 {
    font-size: 1rem;
}
.index-seotext {
    height: 174px;
    overflow: auto;
    font-size: 12px;
    margin: 20px -15px 0 -15px;
}
.age-space-block {
    margin-bottom: 60px;
}
.index-arajman-block .first-block {
    height: fit-content;
    position: relative;
}
.index-arajman-block .first-block .title-container {
    display: flex;
    flex-direction: column;
    gap: 9px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    background: #0000000f;
}
.index-arajman-block .first-block .title-container .title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.index-arajman-block .first-block .title-container .description {
    font-size: 14px;
    font-weight: 400;
    color: #575757;
}
.index-googlereview-sec .p-g-mod-body {
    padding: 0px !important;
}
.index-arajman-swiper .swiper-button-prev, .index-arajman-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 200px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.24);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    --swiper-navigation-size: 14px;
}
.index-arajman-block .last-block {
    height: 100%;
    display: flex;
    align-items: center;
}
.card-product .product-code {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #575757;
}
.card-product .product-code span {
    color: #000;
}
.megamenu-bycolor {
    margin: 15px -20px -29px -20px;
    padding: 13px 40px;
    background: #fcfcfc;
    border-top: 1px solid #e2e2e252;
}
.megamenu-bycolor .block-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #000;
}
.megamenu-bycolor .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}
.megamenu-bycolor .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
header.desktop .mega-menu .nav-link .dropdown-icon {
    margin-left: 5px;
}
header.desktop .mega-menu .nav-link .dropdown-icon svg {
    width: 15px;
    height: fit-content;
}
header.desktop .mega-menu .nav-item:hover .nav-link .dropdown-icon svg {
    transform: rotate(180deg);
}
.mobil.megamenu-bycolor {
    padding: 0 13px;
    background: transparent;
    border: none;
    margin: 0px 0 25px 0;
}
.mobil.megamenu-bycolor .block-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.megamenu-bycolor .swiper-button-prev, .megamenu-bycolor .swiper-button-next {
    color: #000;
    --swiper-navigation-size: 8px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 200px;
}
.safe-page-block .title-block p {
    margin: 0;
}
.pFiyat {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 6px;
    background: #9d2155;
    width: fit-content;
    color: #fff;
    border-radius: 10px;
    font-weight: 400;
}
.DetailFiyat {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 7px 15px;
    font-size: 14px;
    margin-top: 6px;
    background: #9d2155;
    width: fit-content;
    color: #fff;
    border-radius: 10px;
    font-weight: 400;
}
.top-bar-center .item img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(55%) saturate(3990%) hue-rotate(317deg) brightness(90%) contrast(88%);
}
@media (max-width:1680px) {
    
}
@media (max-width:1440px) {
    .megamenu-bycolor .item {
        font-size: 11px;
        gap: 7px;
    }
    .megamenu-bycolor .block-title {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .fslide-card-write a img {
        width: 17px;
        height: 100%;
    }
    .fslide-card-write a {
        font-size: 12px;
    }
    .fslide-card-write h4 {
        font-size: 22px;
    }
    .fslide-card-write span {
        font-size: 15px;
    }
    .top-bar-left a img {
        width: 18px;
        height: 100%;
    }
    .top-bar-left a {
        font-size: 12px;
    }
    .top-bar-center .item span {
        font-size: 12px;
    }
    .top-bar-right .dropdown-languages-1 {
        padding: 3px 12px;
    }
}
@media (max-width:1366px) {
    
}
@media (max-width:1280px) {
    
}
@media (max-width:991px) {
    .DetailFiyat {
        padding: 6px 11px;
        font-size: 11px;
    }
    .pFiyat {
        padding: 4px 10px;
        font-size: 10px;
    }
    .safe-page-block .icon-text-block.left .write .contacts {
        align-items: center;
    }
    .safe-page-block .icon-text-block.two .write b.title, .safe-page-block .icon-text-block.two .write p {
        text-align: center;
    }
    .safe-page-block .icon-text-block .write {
        text-align: center;
        align-items: center;
    }
    .safe-page-block .icon-text-block .col-right, .safe-page-block .icon-text-block .col-left {
        align-items: center;
    }
    .safe-page-block .icon-text-block.two .col-left, .safe-page-block .icon-text-block.two .write {
        align-items: unset;
    }
    .safe-page-block .page-write-block h2 {
        font-size: 16px;
    }
    .safe-page-block .page-write-block {
        margin-bottom: 30px;
        padding: 0px 10px;
    }
    .safe-page-block .title-block span, .safe-page-block .title-block p {
        width: 100%;
    }
    .card-product .product-code {
        font-size: 10px;
    }
    .age-space-block {
        margin-bottom: 30px;
    }
    .pd-desc-btn {
        margin: 10px 0px 10px 0;
    }
    .product-favourite-kart a i {
        right: 10px;
        bottom: 10px;
        width: 29px;
        height: 29px;
        font-size: 12px;
        padding: 2px 0px 0px 0px;
    }
    .card-product .card-product-inner .image-wrapper .image .img-auto {
        border-radius: 15px 15px 0px 0px;
    }
    .pcard-body {
        padding: 13px 10px 16px 10px;
        border-radius: 0px 0px 15px 15px;
    }
    .addons-marquee-bar {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .addons-marquee-bar {
        top: 101px;
    }
    .top-bar-center .item {
        justify-content: flex-start;
    }
    .top-bar-right .language-list-1 a span {
        width: 18px;
    }
    .safe-page-block .icon-text-block {
        margin-bottom: 40px;
    }
    .safe-page-block .icon-text-block .write p, .safe-page-block .icon-text-block.left .write .contacts a {
        font-size: 12px;
    }
    .safe-page-block .icon-text-block .write h4, .safe-page-block .icon-text-block .write b.title  {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .safe-page-block .icon-text-block .icon img {
        width: 190px;
    }
    .safe-page-block .icon-text-block .icon {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 15px;
    }
    .safe-page-block .icon-text-block.left .icon {
        justify-content: center;
    }
    .safe-page-block .icon-text-block.left .row {
        flex-direction: column-reverse;
    }
    .safe-page-block .title-block {
        gap: 8px;
        margin-bottom: 30px;
        padding: 40px 10px;
    }
    .safe-page-block .title-block span {
        width: 100%;
    }
    .safe-page-block .title-block h1 {
        font-size: 17px;
    }
    .icomment-card {
        padding: 12px;
        border-radius: 10px;
    }
    .icomment-card .top {
        margin-bottom: 8px;
    }
    .icomment-card .date {
        font-size: 11px;
    }
    .icomment-card .top .stars i {
        font-size: 11px;
    }
    .icomment-card .bottom .write .title {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .icomment-card .bottom .write .description {
        font-size: 11px;
        height: 49px;
    }
    .product-profile-1 {
        margin-top: -19px;
    }
    .addons-whatsapp-widget {
        z-index: 1 !important;
    }
    .df-countdown a {
        padding: 0px 20px;
        font-size: 11px;
        height: 29px;
    }
    .dfcount-item .top {
        font-size: 14px;
        padding: 3px 0px;
        max-width: 30px;
    }
    .dfcount-item {
        font-size: 10px;
    }
    .count-close {
        right: 9px;
        top: 9px;
    }
    .df-countdown-inside {
        gap: 20px;
    }
    .df-countdown span {
        font-size: 13px;
        text-align: center;
    }
    .df-countdown {
        height: auto;
        padding: 5px 15px;
        flex-direction: column;
        gap: 9px;
        bottom: 0;
    }
    .dropdown-languages-1 .dropdown-toggle {
        font-size: 11px;
    }
    .top-bar .container {
        padding: 0px 5px !important;
    }
    .top-bar-center .item span {
        font-size: 11px;
    }
    .top-bar-center {
        justify-content: flex-start;
        gap: 5px;
    }
    .desktop-sec {
        display: none;
    }
    .mobil-sec {
        display: block;
    }
    .category-filter-dnone {
        display: block;
    }
    .cat-responsive-popup .c-r-p-content {
        padding-bottom: 0 !important;
        padding-top: 100px !important;
    }
    .categorytop-right {
        display: none;
    }
    .product-profile-1 .carousel .carousel-outer {
        margin-bottom: 20px;
    }
    .index-fslide-block .fslide-card:first-child .fslide-card-write:hover {
        opacity: 1;
    }
    .index-fslide-block .fslide-card:first-child .fslide-card-write {
        opacity: 0;
    }
    .index-fslide-block .fslide-card:first-child:hover {
        flex-grow:2 ;
    }
    .index-fslide-block .fslide-card:first-child {
        flex-grow: 1;
    }
}
@media (max-width:768px) {
    
}
@media (max-width:576px) {
    .contact-form h1 {
        font-size: 22px;
    }
    .contactpage-content-item b {
        font-size: 14px;
    }
    .contactpage-content-item span, .contactpage-content-item a {
        font-size: 14px;
    }
    .contactpage-title h1 {
        font-size: 22px;
    }
    .categorytop-left {
        font-size: 22px;
    }
    .product-detail-price-block .product-rate img {
        width: 18px;
        height: 100%;
    }
    .product-detail-price-block .product-rate {
        font-size: 13px;
    }
    .product-profile-1 .carousel {
        margin-bottom: 20px;
    }
    .product-profile-info {
        margin-bottom: 5px;
    }
    .product-detail-card .product-buttons {
        gap: 8px;
    }
    .fslide-card:hover .fslide-card-bg img {
        height: 100%;
    }
    .fslide-card-bg img {
        min-height: 100%;
        height: 150px;
    }
    .fslide-card {
        width: 100%;
    }
    .index-fslide-block {
        flex-direction: column;
    }
    .section-space-block {
        margin-bottom: 30px;
    }
    .index-fivebanner-bottom .col-12:last-child {
        margin-bottom: 0px;
    }
    .index-fivebanner-bottom .col-12 {
        margin-bottom: 20px;
    }
    .index-fivebanner-top .col-12 {
        margin-bottom: 20px;
    }
    .index-fivebanner-top .col-12:last-child {
        margin-bottom: 0px;
    }
    .pattern-group-header .p-g-h-info .p-g-h-i-title {
        font-size: 17px !important;
    }
    .pattern-group-header .p-g-h-info .p-g-h-i-description {
        font-size: 13px !important;
    }
    footer {
        margin-top: 30px;
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
    }
    footer .bb {
        margin-bottom: 15px;
    }
    footer .bar {
        height: auto;
        padding: 10px 0px;
    }
    .f-bar-right {
        align-items: center;
        justify-content: center;
    }
    .f-bar-left {
        margin-bottom: 15px;
        align-items: center;
        justify-content: center;
    }
}