@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#page-1 .section-header.fixed,
#page-5 .section-header.fixed {
    background-color: #000;
    top: 0;
}

#page-1 .body-content,
#page-5 .body-content {
    padding-top: 0px;
}

@media(min-width:1150px) {

    #page-1 .section-header,
    #page-5 .section-header {
        background-color: transparent;
        z-index: 9999;
        position: fixed;
        top: 30px;
        left: 0;
        right: 0;
        bottom: auto;
        box-shadow: none;
    }

    .section-header {
        height: 100px;
    }

    .section-header .col-lg-3 {
        width: 15%;
        height: 100px;
        padding-left: 0px;
    }

    .section-header .container {
        padding-left: 6px;
    }

    .section-header .col-lg-7 {
        width: 70%;
        justify-content: left;
    }

    .section-header .col-lg-2 {
        width: 15%;
        line-height: 100px;
        justify-content: end;
        padding-right: 0px;
    }

    #page-1 .searchForm button.search-click,
    #page-5 .searchForm button.search-click {
        color: #fff;
    }

    .searchForm button.search-click {
        padding-right: 3px;
    }

    .section-header #navigation>ul {
        justify-content: left;
    }

    .section-header #navigation>ul.contact-navbar {
        display: none;
    }

    .section-header #navigation>ul>li {
        line-height: 100px;
    }

    .section-header #navigation>ul>li:hover a::after {
        width: 0%;
    }

    #page-1 .section-header #navigation>ul>li:hover a,
    #page-5 .section-header #navigation>ul>li:hover a {
        color: #fff !important;
    }

    .section-header #navigation>ul>li#languages {
        display: none;
    }

    #page-1 #menuClick span,
    #page-5 #menuClick span,
    #page-1 #menuClick.open span:nth-child(3),
    #page-5 #menuClick.open span:nth-child(3),
    #page-1 #menuClick.open span:nth-child(2),
    #page-5 #menuClick.open span:nth-child(2),
    #page-1 #menuClick.open span:nth-child(1),
    #page-5 #menuClick.open span:nth-child(1) {
        background-color: #fff;
    }

    #languages .menu-dropdown-link {
        color: #000;
    }

    #page-1 .section-header #navigation>ul>li a,
    #page-5 .section-header #navigation>ul>li a,
    #page-1 #languageForm span.fa-solid.fa-globe,
    #page-5 #languageForm span.fa-solid.fa-globe,
    #page-1 #languages .nav-link,
    #page-5 #languages .nav-link,
    #page-1 #languages .menu-dropdown-link,
    #page-5 #languages .menu-dropdown-link {
        color: #fff;
    }

    #languages {
        padding-right: 15px;
    }

    #languages span.dropdown-trigger.fa-solid.fa-chevron-down {
        display: none;
    }

    #languageForm span.fa-solid.fa-globe {
        margin-right: 6px;
    }

    .section-header li.dropdown #main-menu {
        padding: 0px;
        background: transparent;
        border: none;
        top: 55% !important;
        left: 4%;
    }

    #page-1 .section-header .logo img,
    #page-5 .section-header .logo img {
        filter: none;
    }

    .container {
        max-width: 95% !important;
    }

    #menuClick {
        margin-left: 15px;
    }

    .section-header.fixed {
        height: 100px;
    }

    .search-type-1.search-wrap {
        height: 15%;
    }

    .search-type-1.search-wrap .search-inner {
        height: auto;
    }

    .search-type-1.search-wrap .search-cell {
        margin-top: 33px;
    }

    .search-type-1.search-wrap .search-cell .nav-search .submit-search {
        line-height: 75px;
    }

    .search-type-1.search-wrap .search-cell .nav-search .submit-search-2 {
        display: none;
    }
}

/* .pageSliderContent .sliderJs .swiper-button-next {
    right: -60px;
}

.pageSliderContent .sliderJs .swiper-button-prev {
    left: -60px;
} */

.pageSliderContent .sliderJs .swiper-button-next {
    right: 60px;
}

.pageSliderContent .sliderJs .swiper-button-prev {
    left: 60px;
}

.sliderJs .swiper-button-next,
.sliderJs .swiper-button-prev {
    border-radius: 0;
    opacity: 1 !important;
    border: 2px solid #fff;
}

.pageSliderContent .swiper-button-next::after,
.pageSliderContent .swiper-button-prev::after {
    color: #fff !important;
}

#product-list .rgw,
.pageDetailContent.blogs .swiper-wrapper .product-wrapper .productImage {
    position: relative;
}

#product-list .rgw::before,
.pageDetailContent.blogs .swiper-wrapper .product-wrapper .productImage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: all .4s;
    z-index: 999;
}

#product-list .product-wrapper:hover .rgw::before,
.pageDetailContent.blogs .swiper-wrapper .product-wrapper:hover .productImage::before {
    opacity: 0.4 !important;
}

#product-list .rgw::after,
.pageDetailContent.blogs .swiper-wrapper .product-wrapper .productImage::after {
    content: '\f002';
    position: absolute;
    top: 45%;
    left: 45%;
    right: 0;
    bottom: 0;
    background-color: transparent;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'FontAwesome';
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s;
}

#product-list .product-wrapper:hover .rgw::after,
.pageDetailContent.blogs .swiper-wrapper .product-wrapper:hover .productImage::after {
    opacity: 1;
}

#product-list .product-wrapper,
.pageDetailContent.blogs .swiper-wrapper .product-wrapper {
    border: 1px solid #585858;
}

#product-list .product-wrapper .weta-icerik-tag,
.pageDetailContent.blogs .swiper-wrapper .product-wrapper .productTitle .text-center {
    text-align: center;
}

.pageDetailContent.blogs .swiper-wrapper .product-wrapper .productTitle {
    margin-top: 0px !important;
    padding: 15px 0px;
}

.productDetail-Type-8 .swiper-button-next,
.productDetail-Type-8 .swiper-button-prev,
.productDetail-Type-8 a#zoomButton {
    border-radius: 0px !important;
    border: 1px solid #dddddd;
}

.productDetail-Type-8 .swiper-button-next:hover,
.productDetail-Type-8 .swiper-button-prev:hover,
.productDetail-Type-8 a#zoomButton:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.productDetail-Type-8 {
    min-height: 583px;
}


@media (min-width: 1300px) {
    .productAccordions .container {
        max-width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .productAccordions .custom-accordion {
        padding: 0px 5%;
    }

    .productAccordions .custom-accordion-button {
        font-size: 45px !important;
        background-color: transparent !important;
        color: #d3d4d4 !important;
        font-weight: 400;
    }

    .custom-accordion .custom-accordion-button::after {
        color: #000 !important;
    }
}

.custom-accordion .custom-accordion-button::after {
    height: 88px;
    margin-top: -10px;
    background-image: url(/modules/arrow.png);
    background-size: contain;
    content: '' !important;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.custom-accordion.active .custom-accordion-button::after {
    transform: none;
}

@media(min-width:1000px) {
    .weta-slider-tag {
        font-size: 90px !important;
        font-weight: 800 !important;
    }

    .slider-contents {
        bottom: 10%;
        width: 50%;
        left: 5%;
    }

    .slider-description {
        width: 80%;
    }

    .slider-description,
    .slider-description p {
        font-size: 20px !important;
    }

    .weta-slider-buttons .btn {
        border-radius: 0px !important;
        min-width: 170px;
        border-color: #fff !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        height: 50px;
        line-height: 35px;
        transition: all .4s;
        position: relative;
        font-family: "Montserrat", sans-serif !important;
        font-weight: 400 !important;
    }

    .weta-slider-buttons .btn:hover {
        outline: 1px solid #fff !important;
    }

    .weta-slider-buttons .btn:nth-child(1) {
        background-color: #fff !important;
        color: #585858 !important;
    }

    .weta-slider-buttons .btn:nth-child(2) {
        background-color: transparent !important;
        color: #fff !important;
    }

    .weta-slider-buttons .btn:nth-child(2)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background-color: rgba(255, 255, 255, 0.15);
        filter: blur(10px);
    }

    .weta-slider-buttons .btn span {
        position: relative;
        z-index: 99;
    }

    .weta-slider-buttons .btn span::after {
        content: '\f105';
        font-family: 'FontAwesome';
        margin-left: 10px;
    }
}

.pageSliderContent .swiper-pagination {
    padding: 0px 100px;
    text-align: end;
    align-items: center;
    display: flex;
    justify-content: end;
    padding-bottom: 50px;
}

.pageSliderContent .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    background-color: #fff !important;
    opacity: 1 !important;
    border: 1px solid #fff !important;
}

.pageSliderContent .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    margin: 0px 5px !important;
}

.pageSliderContent .sliderJs .swiper-slide::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%) !important;
    opacity: 0.2 !important;
}

.cartButton .col-md-4 {
    width: 41.66666667%;
}

.cartButton .col-md-8 {
    width: 58.33333333%;
}

.teklifButton,
.teklifButton button,
.number-button {
    width: 100%;
}

.minus,
.plus {
    width: 25px !important;
    border: 1px solid #757a80;
    background-color: #757a80;
    color: #fff;
}

.input-text.qty.text {
    border: 1px solid #757a80;
}

.input-text.qty.text:focus {
    outline: none;
    border-color: #000;
}

.productDetail .col-md-4 {
    position: relative;
    padding-right: 50px;
}

.productDetail .cartButton {
    position: absolute;
    bottom: -10%;
    width: 91%;
}

.weta-slider-buttons .btn {
    margin-right: 25px !important;
}

.ebulten-section {
    background-color: transparent;
    padding: 0px !important;
    margin-bottom: 60px;
}

.ebulten-section .container {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 40px 30px;
    max-width: 100% !important;
}

.bulten-buttons .btn {
    border-radius: 0px !important;
    min-width: 150px;
    margin-right: 20px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
}

.bulten-buttons .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    width: 0%;
    height: 100%;
    transition: all .4s;
    z-index: 1;
}

.bulten-buttons .btn:hover::before {
    width: 100%;
    left: 0;
    right: 0;
}

.ebulten-section .bulten-buttons .btn:nth-child(1)::before {
    background-color: #fff;
}

.ebulten-section .bulten-buttons .btn:nth-child(2)::before {
    background-color: #000;
}

.ebulten-section .bulten-buttons .btn:nth-child(1):hover span {
    color: #000 !important;
}

.ebulten-section .bulten-buttons .btn:nth-child(2):hover span {
    color: #fff !important;
}

footer .bulten-buttons .btn span {
    font-size: 12px !important;
    font-weight: 300 !important;
    z-index: 99;
    position: relative;
}

.ebulten-section .bulten-buttons .btn:nth-child(2),
.ebulten-section .bulten-buttons .btn:nth-child(2) span {
    background-color: transparent !important;
    color: #000 !important;
}

.bulten-buttons .btn span::after {
    content: '\f054';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.ebulten-title .weta-icerik-tag {
    color: #000 !important;
    font-size: 30px !important;
}

.ebulten-section .col-md-6:nth-child(1) {
    width: 70%;
}

.ebulten-section .col-md-6:nth-child(2) {
    width: 30%;
}

/* Footer */

footer .container {
    max-width: 80% !important;
}

#bottom-footer .container {
    display: flex;
    justify-content: center;
}

#bottom-footer {
    border: none !important;
}

#bottom-footer .row {
    width: 85%;
}

#bottom-footer .col-md-4 {
    margin-bottom: 15px;
}

#bottom-footer .col-md-4,
#bottom-footer .col-md-8 {
    width: 100% !important;
    text-align: center !important;
}

section#bottom-footer .copyright,
section#bottom-footer .rexa {
    font-size: 14px !important;
}

.footer-img img {
    height: 70px;
    filter: opacity(0.45);
}

#footer-social-media li span {
    font-size: 25px !important;
}

#footer-col.col-md-12 {
    display: flex;
    align-items: center;
}

#footer-col.col-md-12:nth-child(2) {
    margin-bottom: 35px;
}


.footer-img,
#footer-social-media {
    width: 50%;
}

#footer-social-media {
    justify-content: end;
}

section#bottom-footer .row {
    position: relative;
}

section#bottom-footer .row::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: auto;
    background-color: #fff;
    width: 100%;
    height: 2px;
}

footer .col-md-12:nth-child(1) .footer-title {
    display: none;
}

footer .col-md-12:nth-child(1) .footer-description {
    width: 100%;
    margin: 0px;
}

.section-header .logo img {
    filter: invert(1);
}

.ebulten-section .form-control {
    color: #000 !important;
}

footer {
    border: none !important;
}

.footer .footer-pages li,
.footer .product-list-footer li {
    padding: 5px 0px;
    position: relative;
    transition: all .4s;
}

.footer .footer-pages li:hover,
.footer .product-list-footer li:hover {
    transform: translateX(10px);
}

.footer .product-list-footer li {
    width: 48%;
}

.footer .product-list-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-info-list,
.footer-description {
    margin-top: 10px !important;
}

.footer-title {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.learn-more {
    display: none;
}

#product-list .swiper {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}

.product-title-tag,
.product-title {
    padding: 5px 45px;
}

.product-title-tag {
    background-color: #c5c5c5;
    font-weight: bold;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 15px !important;
    width: 85%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff !important;
}

.varyasyon-title {
    width: 100%;
    background-color: #c5c5c5;
    padding: 5px 45px;
    display: block;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 15px !important;
    width: 85%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff !important;
}

.product-title-tag::after,
.varyasyon-title::after {
    content: '';
    position: absolute;
    top: 0;
    right: -11%;
    left: auto;
    bottom: 0;
    background-image: url(/images/urgan-icon.png);
    width: 10%;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

/* .varyasyon-title::before,
.product-title-tag::before {
  position: absolute;
  content: '\f00c';
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  background-color: red;
  font-family: 'FontAwesome';
  width: 34px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
} */

.varyasyon-list img {
    max-height: none;
}

.varyasyon-list.content-varyasyon {
    width: 49%;
}

.varyasyon-list {
    display: block;
    margin: 0px;
}

.detail-table-options.row {
    width: 100%;
}

.product-elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.varyasyon-list.content-varyasyon .content {
    padding: 20px 15px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0px;
}

.detail-table-options .col-md-4 {
    padding-right: 0px !important;
}

.varyasyon-name.me-1 {
    align-items: flex-start;
}

.productContent table tr td:nth-child(1) {
    font-weight: bold !important;
}

.productContent table tr td:nth-child(2) {
    font-weight: 400 !important;
}

.product-title p {
    font-size: 15px !important;
}

.varyasyon-list.content-varyasyon .content p {
    font-size: 18px !important;
}

#varyasyon-tekstil---astar,
#varyasyon-Ã¶zellikler {
    width: 100%;
}

.pageSliderContent,
.product-breadcrumb,
.page-breadcrumb {
    margin: 0px !important;
}

.productDetail .varyasyon-title::before {
    display: none !important;
}

.productDetail .varyasyon-title {
    padding-left: 5px !important;
    background-color: transparent !important;
    width: 40%;
    margin-right: 0px !important;
}

.text-varyasyon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.text-varyasyon select {
    width: 56% !important;
    border-color: #000;
    border-radius: 0px !important;
}

@media(min-width:768px) {

    #product-section-3 .product-image,
    #product-section-4 .product-image {
        height: 290px;
    }
}

#product-section-3 .product-image a,
#product-section-4 .product-image a {
    height: 100%;
    display: block;
}

#product-section-3 .product-title,
#product-section-4 .product-title {
    background-color: #000;
}

#product-section-3 .product-title *,
#product-section-4 .product-title * {
    color: #fff !important;
}

#teklifModal .product-elements {
    width: 100%;
}

#teklifModal .modal-header {
    flex-wrap: wrap;
}

#teklifModal .varyasyon-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#teklifModal .varyasyon-content .item {
    width: 19% !important;
    display: flex;
    justify-content: space-between;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border-top: 0px;
}

.number-button {
    display: flex;
    width: 100%;
    justify-content: center;
}

.number-button input {
    width: calc(100% - 50px);
    text-align: center;
}

#teklifModal .varyasyon-title {
    padding-left: 0px !important;
}

#teklifModal .text-varyasyon {
    margin: 0px;
}

#teklifModal .item-value {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5px;
}

#teklifModal .item-value .title,
#teklifModal .item-value .value {
    font-size: 12px;
}


.gallery-section-1 #image-gallery .custom-col:nth-child(1),
.gallery-section-2 #image-gallery .custom-col:nth-child(1) {
    width: 48%;
}

.gallery-section-1 #image-gallery .custom-col:nth-child(2),
.gallery-section-2 #image-gallery .custom-col:nth-child(2),
.gallery-section-1 #image-gallery .custom-col:nth-child(3),
.gallery-section-2 #image-gallery .custom-col:nth-child(3) {
    width: 50%;
    height: 215px !important;
}

.gallery-section-1 #image-gallery .custom-col:nth-child(3),
.gallery-section-2 #image-gallery .custom-col:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 16px;
}

.gallery-section .img-wrapper {
    height: 100%;
}

.gallery-section-1 .row,
.gallery-section-2 .row {
    position: relative;
    justify-content: space-between;
}

#product-section-3 .btn-filtre,
#product-section-4 .btn-filtre {
    display: none !important;
}

.video-js video {
    width: 100%;
}


.custom-accordion-content #varyasyon-beden {
    display: none !important;
}

.icon-varyasyon .varyasyon-title {
    width: 95% !important;
}

.icon-varyasyon .varyasyon-title::after {
    right: -4.3% !important;
    width: 5% !important;
    background-size: 50px;
}

@media (max-width:768px) {
    .section-header.fixed {
        background: #fff !important;
    }

    .section-header .col-lg-3 {
        width: 50% !important;
    }

    .section-header .col-lg-2 {
        display: none;
    }

    .section-header #navigation>ul.contact-navbar {
        display: none;
    }

    .pageSliderContent .swiper-pagination {
        padding: 0px 20px 50px 0px;
    }

    .pageSliderContent .sliderJs .swiper-button-next,
    .pageSliderContent .sliderJs .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 90%);
        display: none;
    }

    .pageSliderContent .sliderJs .swiper-button-next {
        right: -40%;
    }

    .pageSliderContent .sliderJs:hover .swiper-button-next {
        right: 40%;
    }

    .pageSliderContent .swiper-slide .slider-description {
        margin: 0px 15px;
    }

    .gallery-section-1 #image-gallery .custom-col:nth-child(3),
    .gallery-section-2 #image-gallery .custom-col:nth-child(3) {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .gallery-section-1 #image-gallery .custom-col:nth-child(2),
    .gallery-section-2 #image-gallery .custom-col:nth-child(2),
    .gallery-section-1 #image-gallery .custom-col:nth-child(3),
    .gallery-section-2 #image-gallery .custom-col:nth-child(3) {
        width: 100% !important;
        height: auto !important;
    }

    .gallery-section-1 #image-gallery .custom-col:nth-child(1),
    .gallery-section-2 #image-gallery .custom-col:nth-child(1) {
        width: 100%;
    }

    .custom-accordion.active#accordion-icerik-3 .custom-accordion-content {
        margin-top: 20px;
    }

    .icon-varyasyon .varyasyon-title {
        width: 84% !important;
    }

    .icon-varyasyon .varyasyon-title::after {
        right: -56.8% !important;
        width: 100% !important;
        background-size: 32px;
    }

    .icon-varyasyon .icon-content {
        width: 87%;
    }

    .varyasyon-list.content-varyasyon {
        width: 90%;
    }

    .varyasyon-list .varyasyon-title {
        width: 94%;
    }

    .productDetail-Type-8 .col-md-8 {
        transition: all .4s;
    }

    .otherImagesGallery .button-wrapper-gallery {
        bottom: -12%;
    }

    .productDetail-Type-8 .productSlider,
    .productDetail-Type-8 .productOtherElemans {
        width: 100%;
        transition: all .4s;
    }

    .productDetail-Type-8 .col-md-8.show {
        margin-bottom: 10%;
    }

    .productDetail-Type-8 .productOtherElemans.show {
        opacity: 0;
    }

    .productDetail-Type-8 .row.cartButton .col-md-8 {
        margin-bottom: 0px;
    }

    .productDetail-Type-8 .swiper-button-next::after,
    .productDetail-Type-8 .swiper-button-prev::after {
        font-size: 15px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    #teklifModal .varyasyon-content .item {
        width: 47% !important;
    }

    #teklifModal .product-elements {
        max-height: 220px;
        overflow: scroll;
    }
    .number-button input {
        width: calc(100% - 100px) !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.productList .filter {
    display: flex;
    justify-content: left;
}

.productList .filter .filter-item {
    display: flex;
    align-items: center;
}

.productList #filterForm {
    display: flex;
}

#filterForm .btn-check:checked+.btn {
    background-color: #000 !important;
    color: #fff !important;
}

.productList .filter .filter-title h5 {
    font-size: 15px !important;
    margin-bottom: 0px !important;
}

#filterForm .btn {
    padding: 0px 10px !important;
    font-size: 14px !important;
    min-width: 50px;
}

#filterForm .form-check::before {
    content: '/';
    font-weight: bold;
}

#filterForm .form-check {
    padding-left: .5rem !important;
}

#filterForm .form-check:nth-child(1)::before {
    display: none !important;
}

.productList .col-md-7 {
    width: 100% !important;
}



#productDetail-elements .varyasyon-title {
    color: #000 !important;
    width: 100% !important;
    margin-bottom: 15px;
}

#productDetail-elements .varyasyon-list {
    display: flex !important;
    flex-wrap: wrap !important;
}

#productDetail-elements .btn {
    min-width: 100px;
    justify-content: center;
    align-items: center;
}

.pageSliderContent .swiper-slide .weta-slider-tag {
    color: transparent !important;
    -webkit-text-stroke: #fff;
    -webkit-text-stroke-width: 1px;
}

.productDetail-Type-8 .productOtherElemans .kutu {
    z-index: 9;
}

#product-list .product-color-options {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 999;
}

.productList .filter .filter-item:nth-child(2) {
    display: none;
}

.productDetail-Type-8 .otherImagesGallery.show {
    z-index: 99;
}

.productDetail-Type-8 .otherImagesGallery {
    height: 72vh;
}

.productDetail-Type-8 .productOtherElemans .otherImages {
    height: 55% !important;
}

.productDetail-Type-8 .productOtherElemans .kutu {
    height: 45% !important;
}

.productDetail-Type-8 .productOtherElemans .kutu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productDetail-Type-8 .productOtherElemans #image3dView .overlay-scale {
    height: 100% !important;
}

.otherImagesGallery .button-wrapper-gallery button,
.otherImagesGallery .btn-otherImages-Close {
    border-radius: 0px !important;
}


#product-section-3 .product-wrapper,
#product-section-4 .product-wrapper {
    border-top-right-radius: 100px;
    overflow: hidden;
    width: 100%;
}

#product-section-3 .swiper-button-next,
#product-section-4 .swiper-button-next,
#product-section-3 .swiper-button-prev,
#product-section-4 .swiper-button-prev {
    background-color: #bfbfbf !important;
    color: #fff;
    border-radius: 0px !important;
}

.gallery-section-1 .custom-col:nth-child(2) .img-wrapper,
.gallery-section-2 .custom-col:nth-child(2) .img-wrapper {
    border-top-right-radius: 100px;
    overflow: hidden;
}

@media(min-width:768px){
    .gallery-section-1,
    .gallery-section-2 {
        padding-bottom: 45px !important;
    }

    #product-section-3,
    #product-section-4 {
        padding-top: 0px !important;
    }

}

#product-section-3 .swiper-button-next,
#product-section-4 .swiper-button-next,
#product-section-3 .swiper-button-prev,
#product-section-4 .swiper-button-prev {
    top: 20px;
    opacity: 1 !important;
}

#product-section-3 .swiper-button-prev,
#product-section-4 .swiper-button-prev {
    right: 60px;
    left: auto;
}

#product-section-3 .swiper-button-next::after,
#product-section-4 .swiper-button-next::after,
#product-section-3 .swiper-button-prev::after,
#product-section-4 .swiper-button-prev::after {
    color: #fff !important;
    font-size: 25px !important;
}

.textImg .rg-wrapper {
    border-top-right-radius: 100px;
    overflow: hidden;
}

.textImg .rg-wrapper::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 20px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #e1e1e1;
    border-top-right-radius: 100px;
    overflow: hidden;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#product-section-3 .rg-wrapper .weta-icerik-tag,
#product-section-4 .rg-wrapper .weta-icerik-tag {
    margin-bottom: -48px;
    width: max-content;
    position: relative;
    z-index: 9;
}

#product-section-3 .rg-wrapper .weta-icerik-tag::after,
#product-section-4 .rg-wrapper .weta-icerik-tag::after {
    content: '';
    position: absolute;
    bottom: -10px;
    top: auto;
    left: 0;
    right: 0;
    width: 200%;
    height: 5px;
    background: linear-gradient(90deg, rgba(225, 225, 225, 1) 55%, rgba(0, 0, 0, 0) 100%);
}

.gallery-section .gallery-wrapper .weta-icerik-tag,
.textImg .weta-icerik-tag{
    width: max-content;
    padding-bottom: 20px;
    position: relative;
    width: max-content;
}


#product-list #multi .swiper {
    padding-top: 0px !important;
}



.textImg .weta-icerik-tag::after,
.gallery-section .gallery-wrapper .weta-icerik-tag::after{
    content: '';
    position: absolute;
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 5px;
    background: linear-gradient(90deg, rgba(225, 225, 225, 1) 55%, rgba(0, 0, 0, 0) 100%);
}

.gallery-section-3 .container,
.gallery-section-6 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-section-3 .gallery-wrapper,
.gallery-section-6 .gallery-wrapper {
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.gallery-section-3 #image-gallery,
.gallery-section-6 #image-gallery {
    width: 50%;
}

.gallery-section-3 .gallery-info,
.gallery-section-6 .gallery-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.gallery-section-3 .gallery-img::before,
.gallery-section-6 .gallery-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    transition: all .4s;
}

.gallery-section-3 .img-wrapper:hover .gallery-img::before,
.gallery-section-6 .img-wrapper:hover .gallery-img::before {
    opacity: 0;
}
.gallery-section-3 .gallery-info *,
.gallery-section-6 .gallery-info *{
    color: #fff;
}


@media(max-width:768px){
    .gallery-section .swiper, .pageDetailContent .swiper{
        padding: 0px !important;
    }
    .pageDetailContent{
        padding: 25px 0px !important;
    }
    footer .container {
        max-width: 90% !important;
    }
    .gallery-section-3 .gallery-wrapper,
    .gallery-section-6 .gallery-wrapper,
    .gallery-section-3 #image-gallery,
    .gallery-section-6 #image-gallery{
        width: 100%;
    }
    .pageSliderContent .sliderJs, .pageSliderContent .sliderJs .swiper-wrapper{
        height: 100% !important;
        max-height: fit-content !important;
    }
    .pageSliderContent .sliderJs .swiper-slide{
        max-height: fit-content !important;
        height: auto !important;
    }
    .pageSliderContent .swiper-slide img{
        height: auto !important;
        object-fit: contain !important;
    }
    .video-js{
        height: auto !important;
    }
    .vjs-loading-spinner,.vjs-control-bar,.vjs-modal-dialog{
        display: none !important;
    }
    .vjs-tech{
        width: 100% !important;
        height: auto !important;
    }
    .video-js button{
        display: none  !important;
    }
    .sliderJs .swiper-slide .container{
        background-color: #000 !important;
        position: relative !important;
    }
    .sliderJs .swiper-pagination{
        display: none !important;
    }
    .textImg .rg-wrapper::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 15px;
        width: 95%;
    }
    .productDetail-Type-8 .productOtherElemans .otherImages,
    .productDetail-Type-8 .productOtherElemans .kutu{
        height: 100% !important;
        height: auto !important;
    }

    .productDetail-Type-8 .productOtherElemans .otherImages{
        height: 300px !important;
    }

    .productDetail-Type-8 .productOtherElemans{
        display: block !important;
    }
    .productDetail-Type-8 .productOtherElemans div{
        background-color: transparent !important;
    }
    .productDetail .col-md-4{
        margin-top: 30px;
    }
    #alternative-product .swiper-pagination{
        display: none !important;
    }
    .custom-accordion .custom-accordion-button{
        font-size: 20px !important;
    }
    .custom-accordion .custom-accordion-button::after{
        height: 100%;
        background-size: 20px;
    }
    #product-list .col-md-3 {
        width: 50% !important;
    }
    #product-list .product-color-options{
        top: 10px !important;
        right: 5px !important;
    }
    .otherImagesGallery img{
        object-fit: contain;
    }
    .otherImagesGallery .button-wrapper-gallery{
        width: 70% !important;
    }
    .otherImagesGallery .button-wrapper-gallery{
        bottom: 0 !important;
        z-index: 9999;
    }
    .button-wrapper-gallery #nextButton, .button-wrapper-gallery #prevButton{
        border: 1px solid #d3d4d4 !important;
    }
}
.footer .footer-info-list a,footer address{
    font-weight: var(--site-paragraph-weight) !important;
}

#varyasyon-sınıf{
    display: none !important;
}

.form-section #phonenumber{
    display: flex;
    align-items: end;
}
.form-section #phonenumber .custom-label{
    display: none !important;
}

#languages .dropdown-menu{
    position: relative;
    opacity: 1;
    visibility: visible;
}
#languages .dropdown-menu a{
    font-size: 16px !important;
    font-weight: 500 !important;
}
.custom-accordion-content #varyasyon-body,
#varyasyon-class{
    display: none !important;
}

.productDetail .col-md-4 .varyasyon-title::after{
    display: none !important;
}



@media(max-width:768px){
    #languages .dropdown-menu{
        display: flex !important;
        align-items: center;
        margin-left: 10px;
    }
    #languages .dropdown-trigger{
        display: none !important;
    }
}