@font-face {
    font-family: "Volte";
    font-style: normal;
    font-weight: 300;
    src: local("Volte Light"), url("../fonts/Volte-Light.woff") format("woff");
}

@font-face {
    font-family: "Volte";
    font-style: normal;
    font-weight: 400;
    src: local("Volte Regular"), url("../fonts/Volte.woff") format("woff");
}

@font-face {
    font-family: "Volte";
    font-style: normal;
    font-weight: 500;
    src: local("Volte Semibold"), url("../fonts/Volte-Semibold.woff") format("woff");
}

@font-face {
    font-family: "Volte";
    font-style: normal;
    font-weight: 600;
    src: local("Volte Semibold"), url("../fonts/Volte-Semibold.woff") format("woff");
}

@font-face {
    font-family: "Volte";
    font-style: normal;
    font-weight: 700;
    src: local("Volte Bold"), url("../fonts/Volte-Bold.woff") format("woff");
}

@font-face {
    font-family: "P22SneakyPro";
    font-style: normal;
    font-weight: 700;
    src: local("P22SneakyPro"), url("../fonts/P22SneakyPro.otf") format("woff");
}

@-ms-viewport {
    width: device-width;
}

::-moz-selection {
    background: #999;
    color: #fff;
}

::selection {
    background: #999;
    color: #fff;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400&display=swap');
html {
    height: 100%;
}

textarea {
    resize: none;
    height: 150px !important;
}

body {
    overflow-x: hidden;
    background-color: #F1F1F1;
    font: 400 14px/1.6 Volte, Arial;
    position: relative;
}
img{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
a {
    -webkit-text-decoration-skip: objects;
    -webkit-transition: .4s;
    transition: .4s;
}

a:hover {
    text-decoration: none;
}

*,
 :focus {
    outline: 0;
}

*,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

::-moz-focus-inner {
    border: 0;
}

.pagination {
    justify-content: center;
    margin-top: 15px;
    gap: 13px;
}

.pagination .page-item.active {}

.pagination .page-item {
}

.pagination .page-item .page-link {
    background: none;
    border: 1px solid #0000001a;
    border-radius: 6px !important;
    color: black;
    box-shadow: none !important;
    outline: 0 !important;
}

.pagination .page-item.active .page-link {
    background: #403d3d;
    color: #fff;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 0px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 50px !important;
}

::-webkit-scrollbar-thumb {
    background: #E5E5E5;
    border-radius: 50px !important;
}

img {
    max-width: 100%;
}

footer .logosFooter img {
    max-width: 75%;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* General Begin */

.map-scope {
    width: 100%;
    height: 400px;
}

.map-scope .map-info {
    padding: 0.5rem;
    background: #3c3c3c;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.map-scope .map-info h3 {
    font-size: 1rem;
    font-weight: 800;
}

.map-scope .map-info a {
    color: #969696;
}

.map-scope .map-info a:hover,
.map-scope .map-info a:focus {
    color: #ffffff;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


/* General End */


/* /[BASE STYLES] */


/* [404]  */

.nf404-full {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #242E44;
    min-height: 100vh;
    width: 100%;
}

.nf404-full .svg {
    margin-bottom: 2rem;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}

.nf404-full .svg svg {
    max-width: 100%;
}

.nf404-full h2 {
    font-weight: bold;
    font-size: 25px;
    color: #90CBFF;
    margin-bottom: .5rem;
}

.nf404-full h3 {
    font-size: 20px;
    color: #90CBFF;
    margin-bottom: 2rem;
}

.nf404-full a {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 2px solid #1C91F6;
    padding: 1rem 2rem;
    color: #90CBFF;
    border-radius: 3rem;
    -webkit-box-shadow: inset 0 0 0 #1C91F6;
    box-shadow: inset 0 0 0 #1C91F6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nf404-full a svg {
    margin-right: 1rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 200%;
}

@media only screen and (max-width: 767px) {
    .nf404-full a svg {
        width: 200%;
        max-width: 200%;
    }
}

.nf404-full a:hover {
    -webkit-box-shadow: inset 0 0 15px rgba(28, 145, 246, 0.3);
    box-shadow: inset 0 0 15px rgba(28, 145, 246, 0.3);
}

.nf404 {
    position: relative;
    text-align: center;
}

.nf404 .svg {
    margin-bottom: 2rem;
    min-height: 370px;
    overflow: hidden;
    position: relative;
}

.nf404 .svg svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
}

.nf404 .svg svg g line {
    stroke: black;
}

.nf404 .svg svg g path {
    fill: black;
}

@media only screen and (max-width: 767px) {
    .nf404 .svg svg {
        width: 200%;
        max-width: 200%;
    }
}

.nf404 h2 {
    font-weight: bold;
    font-size: 25px;
    color: #000;
    margin-bottom: .5rem;
}

.nf404 h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 2rem;
}

.nf404 a {
    display: inline-block;
    border: 2px solid #000;
    padding: 1rem 2rem;
    color: #000;
    border-radius: 3rem;
    -webkit-box-shadow: inset 0 0 0 #000;
    box-shadow: inset 0 0 0 #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nf404 a svg {
    margin-right: 1rem;
    display: inline-block;
    stroke: black;
}

.nf404 a:hover {
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
}


/* /[404]  */


/* [BREADCRUMB]  */

.breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
}

.title-first h1 {
    font-weight: normal;
    font-size: 42px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

ol.breadcrumb li {
    color: #ffffff;
}

ol.breadcrumb li a {
    color: #ffffff;
}

ol.breadcrumb li a:hover {
    color: #ececec;
}

ol.breadcrumb li.active {
    color: #ffffff;
    font-weight: bold;
}

ol.breadcrumb li+li:before {
    color: #ffffff;
}

ol.breadcrumb .breadcrumb-item.breadcrumb-item:before {
    color: #ffffff;
}


/* / [BREADCRUMB]  */


/* / [COKKIE]  */

body .cc-window.in-active {
    opacity: 0;
    visibility: hidden;
}

body .cc-window {
    bottom: 50px !important;
    left: 80px !important;
    max-width: 420px !important;
    height: 93px;
    border-radius: 100px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(34, 41, 48, 0.8) !important;
    padding: 0 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

body .cc-window .cc-message {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin: 0 !important;
    padding-right: 40px;
}

body .cc-window .cc-message a {
    opacity: 1;
    outline: none;
    text-decoration: none;
}

body .cc-compliance a.cc-btn.cc-dismiss {
    width: 56px;
    height: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid #14a7d0;
    border-radius: 100px;
    position: relative;
    padding: 0;
    color: transparent;
    display: block;
    outline: none;
}
.cc-theme-edgeless.cc-window{
    margin: auto;
}
body .cc-compliance a.cc-btn.cc-dismiss:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/svg/check-icon.svg");
    width: 20px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 0 !important;
}

@media (hover: hover) {
    body .cc-compliance a.cc-btn.cc-dismiss:hover {
        background: #14a7d0;
    }
    body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
        color: #14a7d0;
    }
}

@media only screen and (max-width: 991px) {
    body .cc-window {
        left: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    body .cc-window {
        width: 100%;
        max-width: 100% !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 50% !important;
        right: auto !important;
        -webkit-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
        bottom: 30px !important;
        height: 100px;
        padding: 0 30px !important;
    }
    .cc-floating.cc-theme-edgeless .cc-message {
        margin: 0 !important;
        padding-right: 0;
    }
}


/* / [COKKIE]  */

.pixelContent {
    max-width: 1650px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.btn:focus {
    box-shadow: none !important;
}


/* MOBÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LE START */

.mobile-menu.open .mobile-nav>ul>li {
    border-bottom: 1px solid #F1F1F1;
}

.mobile-menu.open .mobile-nav>ul>li a {
    color: #000000;
}

.mobile-menu.open .mobile-nav>ul>li:last-child {
    border: 0 !important
}

.mobile-menu .hamburger-menu .bar {
    height: 2px;
}

.mobile-menu .mobile-nav {
    top: 30px;
}


/* MOBÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LE END */

.mobile-menu {
    background-color: #ffffff;
}

.hamburger-menu {
    transition: .4s;
}


/* / [HEADER START]  */

header.header .header-bottom {
    background-color: transparent;   
}

header .logo img {
    width: 100%;
    object-fit: contain;
}

header.header-up{
    box-shadow: 0px 5px 30px #00000010;
}
header.header nav.header-scope .logo {
    width: 175px;
}

header.header nav.header-scope .menu ul.navbar-nav li a {
    color: #5C5C5C;
    font-size: 1.2rem;
}

header.header nav.header-scope .menu>ul.navbar-nav>li a::after {
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    position: absolute;
    top: 90%;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #000000;
    border-radius: 3px;
}
header .dropdown-scop li a::after,header .dropdown-scop li a::before{
opacity: 0 !important;
}
header .dropdown-scop li a:hover{
    color: #000000 !important;
}
header .dropdown-scop li a{
  font-size: 16px !important;
}
header .dropdown-scop{
    border-radius: 8px;
}
header.header nav.header-scope .menu>ul.navbar-nav>li:hover a::after {
    opacity: 1;
    left: 1rem;
    right: 1rem;
}

header.header .search {
    position: relative;
    width: 30px;
    cursor: pointer;
    height: 30px;
    top: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

header.header nav.header-scope .menu ul.navbar-nav {
    justify-content: flex-end;
    padding-right: 15px;
}

header.header .search form.nav_search button.btn.btn-search {
    top: 0;
}
header.header{
    height: auto;
}
header.header .searchBox {
    z-index: 9999;
    content: "";
    transform: translateY(-120%);
    border-radius: 0 0px 20px 20px;
    width: 100%;
    top: 0;
    text-align: center;
    transition: .5s ease-in-out;
    position: fixed;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 20px;
    background: rgb(255, 255, 255);
    transition-delay: .1s;
    box-shadow: 0px 3px 30px #11111120;
    left: 0;
    right: 0;
}

header.header .searchActive {
    width: 100%;
    transition-delay: 1s !important;
    transform: translateY(0px);
}

header.header .searchBox input {
    width: 100%;
    font-size: 19px;
    padding-right: 90px !important;
    background: none;
    border-bottom: 1px solid gray;
    padding: 20px;
    border-bottom: 1px solid #E5E5E5 !important;
    border: none;
    border: none;
}

header.header .searchBox .searchÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°nputTrigger {
    padding: 0 30px;
}

header.header .searchBox .cancelBtn {
    position: absolute;
    right: 0;
    top: 30px;
    right: 45px;
}

header.header .searchBox .cancelBtn svg {
    width: 25px;
}

.search-overflow {
    overflow: hidden;
}

.mobile-menu-open .search {
    opacity: 0;
    display: none;
}

.cancel-filter {
    position: fixed;
    right: 2.5rem;
    top: 1rem;
    width: 2.1rem;
    height: 3rem;
    cursor: pointer;
    z-index: 53;
    -webkit-transition: .3s;
    transition: .3s;
}

.mobile-menu .hamburger-menu .bar {
    background: #5C5C5C;
}

.cancel-filter .bar.first {
    margin-top: 0px;
    -webkit-transform: translateX(-20%) rotate(45deg);
    transform: translateX(-20%) rotate(45deg);
}

.cancel-filter .bar.second {
    opacity: 0;
}

.cancel-filter .bar.third {
    margin-top: 0px;
    -webkit-transform: translateX(-20%) rotate(-45deg);
    transform: translateX(-20%) rotate(-45deg);
}

.cancel-filter .bar {
    background: #5C5C5C;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #122c48;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%;
    margin-top: -1px;
    -webkit-transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out 0.1s;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out 0.1s;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, transform 0.15s ease-out 0.1s;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, transform 0.15s ease-out 0.1s, -webkit-transform 0.15s ease-out 0.1s;
}

.empty-control-class {
    height: 78vh !important;
}
.search-sonuclar-box{
   position: relative;
max-height: 640px;
transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s
}
.block-search{
max-height: 0;

    opacity: 0 !important;

    visibility: visible !important;
}
.search-sonuclar-box .search-product-list {
    display: -webkit-box;

    display: -ms-flexbox;
    margin-bottom: 40px !important;
    display: flex;
    margin: 0 80px;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    /* max-height: 400px; */
    /* overflow-y: auto; */
    /* overflow: hidden; */
}

.search-sonuclar-box .search-product-list .search-product-box-item {
    display: flex;
    margin-bottom: 50px;
    flex: 0 0 calc(33.3333333333% - 60px);
    align-items: flex-start;
}

.search-sonuclar-box .search-title-box {
    text-align: left;
    margin: 40px;
    margin-top: 0;
}

.search-sonuclar-box .search-title-box h4 {
    font-weight: 400;
    color: #474747;
    padding: 30px 0;
    border-bottom: 1px solid #F3F3F3;
    font-size: 25px;
}

.search-sonuclar-box .search-product-list .search-product-box-item .search-product-text {
    text-align: left;
    padding: 20px;
    width: 70%;
align-self: center;}

.search-sonuclar-box .search-product-list .search-product-box-item .search-product-text h4 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    
}

.search-sonuclar-box .search-product-list .search-product-box-item .search-product-text p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    ;
    opacity: .5;
}

.search-sonuclar-box .search-product-list .search-product-box-item .search-product-img img {
    border-radius: 10px;
    object-fit: cover;
    /* height: 100%; */
    width: 100%;
}

.search-sonuclar-box .search-product-list .search-product-box-item .search-product-img {
    width: 25%;
    height: auto;
}


 .search-sonuclar-box {

overflow-y: auto;overflow-x: hidden;}


/* / [HEADER END]  */


/* / [SLÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°DER START]  */

.sliderFirst {
    height: 100%;
    margin-top: 125px;
}

.sliderFirst .manset-slider-swiper .swiper-slide h4 {
    opacity: 0;
}

.sliderFirst .manset-slider-swiper .swiper-slide-active h4 {
    opacity: 1;
}

.sliderFirst .manset-slider-swiper {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
}

.sliderFirst .manset-slider-swiper .manset-swiper-wh {
    height: 100%;
    filter: blur(5px);width: 100% !important;
    transform: scale(1.5);
    opacity: 0;
    transition: width 1s 0.8s;
    transition: 1s;
    transition-delay: .3s;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.sliderFirst .manset-slider-swiper .manset-swiper-wh::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    border-radius: 50px;
    left: 0;
    top: 0;
    background-color: rgba(13, 13, 13, 0.275);
}

.sliderFirst .manset-slider-swiper .swiper-slide-active .manset-swiper-wh {
    width: 100% !important;
    transform: scale(1);  
    opacity: 1;
    filter: blur(0);
    border-radius: 50px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover;
}

.sliderFirst .manset-slider-swiper .manset-swiper-wh {
    border-radius: 50px;
}

.sliderFirst {
    padding: 0 40px;
}

.sliderFirst .manset-slider-swiper .swiper-content-box {
    height: 82vh;
    align-items: center;
    display: flex;
    justify-content: center;
}

.sliderFirst .manset-slider-swiper .swiper-content-box h4 {
    font-size: 60px;
    font-weight: 600;
    color: #ffffff;
    /* max-width: 70%; */
}

.sliderFirst .manset-slider-swiper .swiper-pagination-bullet {
    width: 45px;
    border-radius: 10px;
    height: 8px;
    transition: .4s;
    background: white;
    opacity: 1;
}

.sliderFirst .manset-slider-swiper .swiper-pagination-bullet-active {
    background: #8E8E8E;
}

.sliderFirst .manset-slider-swiper .swiper-pagination {
    padding: 40px 100px;
    text-align: right;
}

.sliderFirst .manset-slider-swiper .swiper-button-prev,
.sliderFirst .manset-slider-swiper .swiper-button-next {
    background: none;
    transition: .4s;
}

.sliderFirst .manset-slider-swiper .swiper-button-prev {
    left: 50px;
}

.sliderFirst .manset-slider-swiper .swiper-button-next {
    right: 90px;
}

.sliderFirst .slider-urun-details-fixed .slider-urun-box {
    width: 53%;
    background-color: #fff;
    z-index: 0;
    border-radius: 30px;
    position: relative;
}

.sliderFirst .slider-urun-details-fixed .slider-urun-box a {
    color: #000;
}

.sliderFirst .slider-urun-details-fixed {
    display: flex;
    justify-content: center;
    margin-top: -80px;
    z-index: 2;
    position: relative;
}

.sliderFirst .slider-urun-details-fixed .swiper-urun-box {
    overflow: hidden;
}

.sliderFirst .slider-urun-details-fixed .slider-urun-box .sliderbar-iconbox {
    text-align: center;
    padding: 0px;
    word-break: break-word;
    opacity: .8;
    transition: all .4s;
}

.sliderFirst .slider-urun-details-fixed .slider-urun-box .sliderbar-iconbox svg {
    width: 100px;
    height: auto;
}

.sliderFirst .slider-urun-details-fixed .slider-urun-box .swiper-slide {
    border-right: 1px solid #7070700c;
}

.sliderFirst .slider-urun-details-fixed .slider-urun-box .sliderbar-iconbox h5 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 17px;
}

.sliderFirst .slider-urun-details-fixed .swiper-urun-box {
    padding: 20px;
}

.sliderFirst .slider-urun-details-fixed .swiper-wrapper {
    align-items: center;
}

.sliderFirst .manset-slider-swiper .swiper-slide {
    overflow: hidden;
    border-radius: 50px;
}

.sliderFirst .slider-urun-details-fixed .slider-urun-box .swiper-slide:last-child {
    border: none !important;
}


/* / [SLÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°DER END]  */


/* / [MODUL 2 YENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° SEZON KISMI START]  */

.new-season {
    margin: 80px 0;
    overflow: hidden;
    position: relative;
}


.new-season .swiper-pagination-bullets {
    position: relative;
    bottom: -25px;
    transition: .4s;
    z-index: 3;
}

.new-season .title-module h4 {
    font-size: 65px;
    color: #111;
    font-family: P22SneakyPro;
}

.new-season .swiper-slide {
    height: auto;
}

.new-season .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
    border-radius: 20px;
}

.new-season .swiper-button-prev,
.new-season .swiper-button-next {
    background: none;
}

.new-season .swiper {
    margin: 60px 0;
    height: 400px;
}

.new-season .swiper-pagination-bullet {
    width: 45px;
    border-radius: 10px;
    height: 10px;
    transition: .4s;background: white;
    opacity: 1;
}

.new-season .swiper-pagination-bullet-active {
    background: #8E8E8E;
}

.new-season .swiper-button-next {
    right: 70px;
}

.new-season .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 30px;
}


/* / [MODUL 2 YENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° SEZON KISMI END]  */

.overlayBackground {
    width: 100%;
    position: fixed;
    /* background-color: #11111170; */
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.486);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100% !important;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transform: translateY(-120%);
    cursor: pointer;
    z-index: 20;
}

.overlayBackground-active {
    transform: translateY(0%);
}


/* / [MODUL 3 ANASAYFA HÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ZMETLERÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°MÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°Z START]  */

.home-about .home-about-box {
    display: flex;
}

.home-about .home-about-box-flex .home-about-box {
    background-color: white;
}

.home-about .home-about-box-flex .home-about-box h4 {
    font-size: 32px;
    color: #000000;
}

.home-about .home-about-box-flex .home-about-box p {
    font-size: 18px;
    color: #9A9A9A;
}

.home-flex-box {
    display: flex;
}

.pixelContent-home {
    max-width: 1024px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
}

.home-about .pixelContent .home-about-cardBoxFlex {
    display: flex;
    transform: translate(-10%, 10px);
}

.home-about .pixelContent .home-about-imageparent {
    margin: 60px 0;
    width: 40%;
    position: relative;
}

.home-about .pixelContent .home-about-imageparent div {
    height: 100%;
    left: 0%;
    border-radius: 25px;
    background-size: cover;
    position: relative;
    width: 100%;
    opacity: 0;
    background-repeat: no-repeat;
}

.home-about .pixelContent .home-about-cardBoxFlex .home-about-cardBox {
    background: white;
    width: 50%;
    margin: auto;
    border-radius: 35px;
    padding: 125px 0;
}

.home-about .pixelContent .home-about-cardBoxFlex .home-about-cardBox .read-all-btn {
    text-align: right;
    font-size: 16px;
    padding: 0px 30px;
}

.home-about .pixelContent .home-about-cardBoxFlex .home-about-cardBox .read-all-btn a {
    color: #9A9A9A;
}

.home-about .pixelContent .home-about-text-flex {
    display: flex;
    justify-content: flex-end;
}

.home-about .pixelContent .home-about-text {
    width: 70%;
    opacity: 0;
    padding: 40px 60px;
    text-align: center;
}

.home-about .pixelContent .home-about-text h5 {
    font-size: 50px;
    font-family: P22SneakyPro;
}

.home-about .pixelContent .home-about-text p {
    font-size: 18px;
    color: #9A9A9A;
}

.home-about {
    margin: 150px 0;
}

.home-about-cardBoxFlex:hover {}


/* / [MODUL 3 ANASAYFA HÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ZMETLERÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°MÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°Z END]  */


/* / [MODUL 4 EN ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡OK SATANLAR START]  */

.new-seasonModule-c .seeAll {
    text-align: right;
}

.new-seasonModule-c {
    margin: 150px 0;
}

.new-seasonModule-c .seeAll a {
    color: #111;
    transition: .4s;
    font-size: 20px;
    position: relative;
    z-index: 9;
}

.new-seasonModule-c .seeAll a svg {
    transition: .4s;
}

.new-seasonModule-c .seeAll a svg {
    margin-left: 10px;
}

.seeAll a {
    position: relative;
    top: -40px;
}


/* / [MODUL 4 EN ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡OK SATANLAR END]  */


/* / [FOOTER START]  */

footer {
    background-color: #fff;
    position: relative;
}

footer .footer-top-c {
    padding: 100px 0;
}

footer .footer-your-img {
    padding: 30px 0;
}

footer .cnt p {
    color: #000000;
    line-height: 20px;
    font-size: 16px;
}

footer .footer-social {
    padding: 20px 0;
}

footer .footer-social a {
    margin-right: 15px;
    transition: .4s;
    position: relative;
    top: 20px;
    opacity: 0;
}

footer .footer-social a svg {
    opacity: .5;
    transition: .4s;
}

footer .footer-social a:hover svg {
    opacity: 1;
}

footer .footer-flex-navs {
    display: flex;
}
footer .footer-flex-navs ul{
    width: 50%;
}
footer .footer-flex-navs a {
    color: rgb(0, 0, 0);
    font-size: 17px;
    word-break: break-all;
}
.footer-box-about .cnt p{
    width: 76%;
    font-weight: 300;
}
footer .footer-forms-input-box .box-input {
    padding: 10px 0;
    left: 0;
    width: 100%;top: 0;
    height: 100%;position: relative;
}

footer .footer-forms-input-box  h4 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 400;
    color: #000;
}

footer .footer-forms-input-box .form-box {
    position: relative;
padding-left: 0;}
footer .footer-forms-input-box .form-box{
 
    transition: .4s;
}
footer .footer-forms-input-box .form-box input {
    height: calc(3em + 0.75rem + 2px);
    max-width: 100%;
    transition: .4s;
    padding-left: 45px !important;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #F1F1F1;
    padding-right: 90px;
    }

input:focus {
    box-shadow: none !important;
}

footer .footer-forms-input-box .form-box input::placeholder {
    color: #000000;
    font-size: 14px;
    opacity: .3;
}

footer .footer-forms-input-box .footer-btn-submit {
    position: absolute;
    right: 60px;
    top: 32px;
    right: 95px;
    /* padding: 0 35px; */
    height: 50px;
    border-radius: 17px;
    font-size: 14px;
    line-height: 31px;
    font-weight: 600;
    border: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    border-radius: 50px;
}

footer .footer-forms-input-box .footer-btn-submit svg {
    opacity: 0.7;
    transition: .4s;
}

footer .footer-forms-input-box .footer-btn-submit:hover svg {
    opacity: 1;
}

footer .footer-bottom .footer-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer-bottom .nav a {
    color: #000;
    opacity: .8;
    font-size: 16px;
    margin-right: 20px;
}

footer .footer-bottom .nav a:hover {
    color: #000;
    opacity: 1;

}

footer .footer-bottom .footer-bottom-left p {
    margin-bottom: 0;
    font-size: 15px;
    color: #00000080;
}

footer .footer-bottom {
    padding: 5px 0 !important;
}

footer .footer-bottom .footer-right img {
    max-width: 100%;
}

/* / [FOOTER END]  */


/* / [HAKKIMIZDA START]  */

.about-us-page .about-us-page-flex-box {
    display: flex;
    align-items: center;
}

.about-us-right-text {
    z-index: 1;
}

.about-us-page .about-us-page-flex-box .about-us-left-images,
.about-us-right-text {
    width: 50%;
}

.about-us-page .about-us-page-flex-box .about-us-text-box {
    padding: 72px;
    text-align: center;
    /* line-height: 26px; */
}
.about-us-page .about-us-page-flex-box .about-us-text-box{
    padding-bottom: 0;
}
.about-mission{
    padding-top: 100px !important;
}
.about-us-page .about-us-page-flex-box .about-us-text-box h4 {
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 30px;
}

.about-us-page .about-us-page-flex-box .about-us-text-box p {
    color: #0000007f;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
}
.about-us-page .about-us-page-flex-box .about-us-text-box ul li  {
    color: #000000;
    font-weight: 400;
    padding: 0 20px;font-size: 36px;
    font-weight: 500;
    opacity: .2;
    cursor: pointer;
    transition: .4s;
    margin-bottom: 10px;
}
.about-us-page .about-us-page-flex-box .about-us-text-box ul li.current{
    opacity: 1;
}
.about-us-page .about-us-page-flex-box .about-us-text-box .tab-content-sertfika  {
    color: #0000007f;
    font-size: 20px;
    min-height: 250px;line-height: 29px;

height: 100%;}
.about-us-page .about-us-page-flex-box .about-us-left-images .images-box {
    position: relative;
    width: 0%;
    height: 730px;
    border-radius: 35px;
  
}
.about-mission  .images-box span{
    right: 100% !important;
    left: auto !important;
}
.about-us-page .about-us-page-flex-box .about-us-left-images .images-box img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    object-fit: cover;

}

.about-us-page .about-us-page-flex-box {
    display: flex;
}

.about-us-page .about-us-page-flex-box {
    display: flex;
}

.about-us-page .images-box span {
    position: absolute;
    font-family: P22SneakyPro;
    letter-spacing: 10px;
    font-size: 142px;
    color: #00000010;
    left: 100%;
    margin-left: -48px;
    font-weight: bold;
}


.about-us-page {
    /* padding: 200px 0; */
    padding-top: 200px;
    padding-bottom: 80px;
}


/* / [HAKKIMIZDA END]  */


/* / [SERVÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°CES START]  */

.services-section {
    padding: 200px 0;
    position: relative;
}

.services-section .services-title-content-top {
    text-align: left;
}

.services-section .services-title-content-top h4 {
    font-family: P22SneakyPro;
    color: #000000;
    font-size: 65px;
    padding: 10px 0;
}

.services-section .classremove-grid .services-box-item img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    height: 100%;
    transition: .4s;
}

.services-section .services-box-grid .services-box-item .services-box-img {
    width: 100%;
    height: 400px;
}

.services-section .services-box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 80px 20px;
}

.services-section .services-box-grid a:hover img {
    transform: scale(1.04);
}

.services-section .classremove-grid .cnt h4 {
    color: black;
    font-weight: 400;
    width: 65%;
    font-size: 30px;
}

.services-section .classremove-grid .cnt {
    padding: 20px 0;
}


/* / [SERVÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°CES END]  */


/* / [PRODUCT START]  */

.product-section {
    padding: 200px 0;
}

.product-section .filter-btn-box .filter-btn {
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all ease-in-out .4s;
    color: #000000;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
}

.filter-btn-box,
.cancel-filter {
    opacity: 0;
    display: none;
}

.product-section .filter-btn-box .filter-btn:hover {
    color: #ffffff;
    background-color: rgb(0, 0, 0);
}

.left-side {
    width: 70%;
    display: inline-block;
    position: sticky;
    top: 40px;
    top: 130px;
    transition: .4s;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

.product-section .product-box-flex {
    display: flex;
    flex-direction: row;
}

.product-section .product-box-flex .product-left-bar {
    width: 35%;
}

.product-section .product-box-flex .product-right-bar {
    width: 65%;
}

.product-section .product-box-flex .product-box-grid {
    display: -webkit-box;
 display: flex;
 flex-wrap: wrap;
    /* margin-top: 60px; */
    grid-gap: 80px 20px;
}
.product-section .product-box-flex .product-box-grid a{
    flex: 0 0 calc(33.3333333333% - 15px);
    height: 100%;
}
.product-section .product-box-flex .product-box-grid img {
    transition: .4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.product-section .product-box-flex .product-box-grid .services-box-img {
    width: 100%;
    height: 82%;
    border-radius: 25px;
}

.product-section .product-box-flex .product-box-grid .services-box-item {
    width: 100%;
    height: 100%;
    opacity: 0;
    top: -100px;
    position: relative;
    transition: .1s;
    visibility: visible;

}

.product-section .product-box-flex .product-box-grid .cnt h4 {
    color: black;
    font-weight: 400;
    margin: auto;
    padding: 20px 0;
    width: 60%;
    font-size: 22px;
    text-align: center;
}

.product-section .product-box-flex .left-side .item-filter>h4 {
    padding: 20px 20px 15px 20px;
    justify-content: space-between;
    background: white;
    font-size: 19px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    cursor: pointer;
    transition: .4s;
    font-weight: 400;
    width: 100%;
    /* text-align: left; */
    text-transform: uppercase;
    color: black;
    min-height: 75px;
}
.product-section .product-box-flex .left-side .item-filter>h4 svg{
    transition: .4s;
    margin-left: 5px;
}
.product-section .product-box-flex .left-side .item-filter .kategori-dis-giyim {
    padding-top: 10px;
    font-weight: 400;
    cursor: pointer;
    margin-left: 45px;
    font-size: 20px;
    border-radius: 50px;
    width: 100%;
    color: black;
}

.product-section .product-box-flex .left-side .item-filter {
    padding-bottom: 10px;
}

.product-section .product-box-flex .left-side .item-filter .collapse-padding {
    padding: 10px 25px;
}

.product-section .product-box-flex .left-side .item-filter ul a {
    padding: 3px 0 !important;
    color: #111;
font-size: 18px;}
.product-section .product-box-flex .left-side .item-filter ul a span{
    opacity: .5;
}
.product-section .product-box-flex .left-side .item-filter ul {
    margin-left: 10px;
}

input[type=checkbox]+label {
    display: flex;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: c;
    color: transparent;
    transition: .2s;
    margin-right: 7px;
}

input[type=checkbox]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before {
    background-color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    color: #fff;
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.product-section .product-box-flex .left-side .item-filter a svg {
    margin-left: 6px;
}

.product-section .product-box-flex .left-side #beden .collapse-padding {
    display: flex;
    flex-wrap: wrap;
}

.product-section .product-box-flex .left-side #beden .inputÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°tem {
    width: 65%;
    justify-content: space-between;
    display: flex;
}


/* / [PRODUCT END]  */


/* / [CONTACT START]  */

.contact {
    margin-bottom: 50px;
    padding-top: 150px;
}

.contact .contact-box-flex {
    display: flex;
    background-color: white;
    border-radius: 35px 35px;
}

.contact-box-flex .contact-box-left,
.contact-box-flex .contact-box-right {
    width: 50%;
}

.contact-box-left .contact-box-top {
    padding: 80px 130px;
}

.contact-box-flex .contact-box-form {
    padding: 80px 130px;
}

.contact-box-flex .contact-box-form {
    left: 80px;
    background-color: white;
    position: relative;
    border-radius: 35px;
    z-index: 1;
}

.contact-box-left {
    border-radius: 35px 0 0px 35px;
    background-color: white;
}

.contact-box-left {
    padding-bottom: 40px;
}

.contact-box-flex .contact-box-left .contact-info-text h4 {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 22px;
    width: 50%;
}

.contact-box-flex .contact-info-text div {
    padding: 6px 0;
    align-self: center;
}

.contact-box-flex .contact-info-text a {
    color: #707070;
    font-size: 22px;
    transition: .4s;
    font-weight: 300;
}

.contact-box-flex .contact-box-left .contact-info-text .local {
    color: #707070;
    font-size: 22px;
    font-weight: 300;
}

.contact-box-flex .contact-info-text a {
    display: flex;
}

.contact-box-flex .contact-info-text .icon{

    margin-right: 16px;
    align-self: center;
}

.contact-box-flex .contact-box-right .map iframe {
    max-width: 100%;
    width: 100%;
    border-radius: 35px;
    height: 100%;
    filter: grayscale(1);
}

.contact-box-flex .contact-box-right .map {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.contact-box-flex .contact-box-form input,
.contact-box-flex .contact-box-form textarea {
    font-size: 17px;
    border: none;
    border-bottom: 1px solid #E4E4E8;
    /* padding-bottom: 31px; */
    /* width: 80%; */
    border-radius: 0;
    padding: 24px 0;
}

.contact-box-flex .contact-box-form input:focus,
.contact-box-flex .contact-box-form textarea .contact-box-flex textarea:focus {
    border-color: #000000;
}

.contact .contact-box-form button {
    background: #FAFAFA;
    border-radius: 50px;
    padding: 20px 25px;
    transition: .4s;
}

.contact .contact-box-form .submit {
    justify-content: flex-start !important;
}

textarea:focus {
    box-shadow: none !important;
    border-color: black !important;
}

.phone svg,
.mail svg {
    width: auto !important;
}


/* / [CONTACT END]  */

.gallery-thumbs-section {
    padding-top: 120px;
}

.gallery-thumbs-section .swiper-flex {
    /* display: flex; */
}

.gallery-thumbs-section .swiper-flex .swiper-flex-left {
    width: 10%;
    display: flex;
}

.gallery-thumbs-section .swiper-flex .swiper-flex-right {
    /* width: 90%; */
}

.gallery-thumbs-section .swiper-container {
    width: 87%;
    border-radius: 20px;
}

.gallery-thumbs-section .swiper-container img {
    max-height: 760px;
}

.gallery-thumbs-section .swiper-container-one.slider {
    height: 100%;
}

.swiper-container-one img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-container-one .swiper-slide {
    height: auto;
}

.gallery-thumbs-section .swiper-container-thumbs {
    height: 60% !important;
    padding-right: 20px;
width: 19%;}

.gallery-thumbs-section .swiper-container-thumbs img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-thumbs-section .swiper-container-thumbs .swiper-slide {
    padding: 15px;
    padding-top: 0;
    text-align: center;
}

.gallery-thumbs-section .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 100%;
    cursor: pointer;
    border-radius: 20px;
    opacity: 0.5;
    overflow: hidden;
}

.gallery-thumbs-section .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-flex-left .left-flex-toright {
    width: 90%;
}

.gallery-thumbs-section .swiper-flex-left .left-flex-toleft {
    width: 10%;
}

.swiper-right-box-flex {
    display: flex;
}

.swiper-right-box-flex .swiper-right-text {
    align-self: center;
}

.swiper-right-box-flex .swiper-right-images {
    width: 60%;
    display: flex;
    position: relative;
}

.box-text-swiper {
    height: 100%;
}

.box-text-swiper h4 {
    font-size: 41px;
    font-weight: 400;
    width: 75%;
    line-height: 53px;
}

.box-text-swiper h6 {
    padding: 17px 0;
    font-size: 18px;
    font-weight: 400;
}

.box-text-swiper p {
    margin-bottom: 10px;
    transition: .4s;
}

.box-text-swiper .span-info-box p::before {
    content: "";
    position: absolute;
    background-color: #DBDBDB;
    width: 25px;
    height: 5px;
    margin-top: 8px;
    border-radius: 50px;
    transition: .4s;
}

.box-text-swiper p span {
    padding-left: 33px;
    transition: .3s;
}

.swiper-right-text {
    width: 40%;
}

.box-text-swiper {
    padding-left: 100px;
}

.box-btn-take {
    position: relative;
}

.box-btn-take a {
    background: white;
    font-size: 16px;
    color: #111;
    transition: .4s;
    padding: 13px 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
}

.gallery-thumbs-section {
    margin: 40px 0;
}

.swiper-container-one .swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
}

.swiper-container-one .swiper-pagination {
    display: none;
}

.header {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    transition: .4s;
    right: 0;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    transform: translateY(-100%);
    background: white!important;
}

.header-up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
    transform: translateY(-100%);
    background: rgb(255, 255, 255) !important;
}

.header-up::before {
    transform: translateY(00%);
}

.header-down {
    transform: translateY(-100%);
}

@media (hover: hover) {
    header.header nav.header-scope .menu ul.navbar-nav li a:hover {
        color: #000;
    }
    .sliderFirst .slider-urun-details-fixed .slider-urun-box .sliderbar-iconbox:hover {
        opacity: 1;
        transform: scale(1.05);
    }
    .box-btn-take a:hover {
        background-color: #000000;
        color: white;
    }
    .box-text-swiper p:hover span {
        padding-left: 38px;
    }
    .box-text-swiper p:hover::before {
        width: 30px;
    }
    .home-about .pixelContent .home-about-cardBoxFlex .home-about-cardBox .read-all-btn a:hover {
        color: rgb(0, 0, 0);
    }
    .home-about .pixelContent .home-about-cardBoxFlex .home-about-cardBox .read-all-btn a:hover svg {
        color: rgb(0, 0, 0);
        fill: #000000;
    }
    .contact .contact-box-form .submit button:hover {
        background-color: #000000;
    }
    .contact .contact-box-form .submit button:hover svg {
        filter: invert(1);
    }
    .contact-box-flex .contact-info-text a:hover {
        color: #000000;
    }
    .product-section .product-box-flex .product-box-grid a:hover img {
        transform: scale(1.04);
    }
    .new-seasonModule-c .seeAll a:hover svg {
        margin-left: 15px;
    }
    .new-seasonModule-c .seeAll a:hover{
        letter-spacing: 1px;
    }
    .new-season .swiper-slide img:hover {
        transform: scale(1.05);
    }
  
}

.left-bar-retop {
    top: 25px!important;
    margin-top: 65px !important;
}


/* / [SERVÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°CES DETAÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LS START]  */

.services-details-page .services-details .services-details-img img {
    width: 100%;
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
}

.services-details-page .services-details .services-details-img {
    height: 400px;
}

.services-details-page {
    padding-top: 150px;
    padding-bottom: 80px;
}

.services-details-page .services-details {
    margin: 0 100px;
}

.services-details-page .services-details-text {
    padding: 35px;
}

.services-details-page .services-details-text h4 {
    padding: 10px 0;
    font-size: 27px;
    font-weight: 500;
}

.services-details-page .services-details-text p {
    padding: 10px 0;
    font-size: 18px;
    color: #000000;
    opacity: .7;
    font-weight: 400;
}
.footerOpacity{
    opacity: .5;
}

.sliderFirst .manset-slider-swiper .swiper-button-next:hover {
    opacity: .5;
}

.sliderFirst .manset-slider-swiper .swiper-button-prev:hover{
    opacity: .5;
}
.tab-content-sertfika{
	display: none;

	padding: 15px;
}

.tab-content-sertfika.current{
	display: inherit;
}

.captcha img.captcha_img{
    height: calc(2em + 0.75rem + 2px) !important;
    max-height: calc(2em + 0.75rem + 2px) !important;
}
.captcha-forms{
    margin-top: 35px;
}

.accept-text a{
    color: black;
    opacity: .7;
transition: .4s;
    font-weight: 500;
}
.accept-text{
    color: rgb(188, 188, 188);
    width: 80%;
}
.accept-text a:hover{
    opacity: 1 !important;
}
.newsletter-checks-menu
{
     width: 200px;
     padding-left: 10px;
}
.newsletter-checks-menu ul li a {
    padding: 0px 29px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #838383;
    font-weight: 600;
}
.newsletter-checks-menu ul {
    /* width: 37%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    /* justify-content: space-around; */padding: 5px;
}
.newsletter-checks-menu ul li.current{
    background: #e8e7e7;
    border-radius: 7px;
    transition: .4s;
}
.form-box input:focus{
    border: 1px solid rgba(133, 133, 133, 0.549) !important;
}

.career1 h2{
    font-size: 25px;
    color: #000000;
    font-weight: 400;
}
.career1 .card-header{
    background-color: transparent !important;
    border:none;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.career1 .card{background-color: transparent !important;border: none;border-bottom: 1px solid rgba(0,0,0,.125) !important;border-radius: 0 !important;}
.career1 .card:last-child {
    border: none !important;
}
.career1 .careerMargin{
    margin: 0 100px;
}
.career1 .form-group input,textarea{
    font-size: 17px;
    border: none;
    border-bottom: 1px solid #E4E4E8;
background-color: transparent;
    width: 100%;
    border-radius: 0;
    padding: 24px 0;
}
.custom-file .custom-file-label{
    font-size: 17px;
    border: none;
    border-bottom: 1px solid #E4E4E8;
background-color: transparent;
    width: 100%;
    border-radius: 0;
    height: calc(2em + 0.75rem + 2px) !important;
}
.career1 .form-group{
    margin: 15px 0;
}
.career1  textarea,select{
    font-size: 17px !important;
    border: none !important;
    border-bottom: 1px solid #E4E4E8 !important;
background-color: transparent !important;
    width: 100% !important;
    border-radius: 0 !important;


}
.career1 select{
    height: calc(2.1em + 0.75rem + 2px) !important;
}
input:focus,select:focus{
    outline: 0;
    box-shadow: none !important;
}
.career1 .captcha img.captcha_img{
    height: calc(2.5em + 0.75rem + 2px) !important;
    max-height: calc(24em + 0.75rem + 2px) !important;
}
.career1 .career-right-box{
    background: white;
    padding: 80px;
    border-radius: 30px;
}
.career1  .submit button {
    background: #FAFAFA;
    border-radius: 50px;
    padding: 20px 25px;
    transition: .4s;
}
.career1 .submit button:hover {
    background: #080808 !important;
}
.career1 .submit button:hover svg {
    filter: invert(1);
}
.career1 .accept-text{
    width: 100%;
}
.custom-file .custom-file-label{
    padding-left: 0 !important;
}
.career1 textarea,select{
    padding-left: 0 !important;
}
.career1 textarea{
    height: 400px;
}

.sss-title{
    color: #000000;
    font-weight: 300;
    font-size: 28px;
}
.accordion  .card{
    border-radius: 0!important;
    border: none;
    margin: 10px;
}
.page.certificates .certificate-container ul li a{
    color: #000000;
    display: flex;
    align-items: center;
    padding: 15px 65px 15px 20px;
    font-size: 16px;
    font-weight: 400;
}
.page.certificates .certificate-container ul li{
    background-color: white;
}
.page.news .news-container .news-item .news-img img{
    border-radius: 20px;
    width: 100%;
}
.page.news .news-container .news-item{
    background: white;
    border: 0;
    border-radius: 20px;
    display: block;
    padding: 20px;
}
.news-text{
    padding: 15px;
}
.news-text h5{
    font-weight: 500;
    font-size: 20px;

    padding: 12px 0;
    opacity: .8;
}
.mobile-menu .mobile-nav ul li ul{
    background-color: #F8F8F8;
}
.mobile-menu .dropdown-scop a{
    font-size: 14px !important;
}
.news-detail img{
    border-radius: 20px;
}
.news-detail p{
    opacity: .6;
    font-size: 17px;
}
.services-box-grid a{
    opacity: 0;
    transition: .2s !important;
    visibility: visible;
}
.sliderFirst .manset-slider-swiper .swiper-content-box h4 {
    transition: .2s;
}
.sliderFirst .manset-slider-swiper .swiper-content-box h4 {
  /* display: block; */
}
.swiper-slide-active  .swiper-content-box h4 {
letter-spacing: 0 !important;
}
.footer-top-c .align-items-center .col-lg-4{
    /* opacity: 0; */
    /* transform: scale(.8); */
    position: relative;
}
.footer-bottom-flex div{
    /* opacity: 0; */
}
.collapse-category2{
    background-color: #262626 !important;
    color: white !important;
}
.collapse-category2 svg{
    transform: rotate(180deg);
  
}
header.header nav.header-scope .menu>ul.navbar-nav>li{
position: relative;
}
.dropdown-scop{border-radius: 10px !important;left: 50%;transform: translateX(-50%);}
header.header nav.header-scope .menu ul.navbar-nav li ul{
    width: max-content;
}
header.header nav.header-scope .menu ul.navbar-nav li ul li a{
    padding: 12px 45px !important;
    text-align: center;
}

.seasonOpacity{
    opacity: .5;
    transform: scale(0.98);
}
.new-season  .swiper-slide img{
   transition: .5s;
}
.certificates{
    padding-top: 150px !important;
}
.plusarrowBox span {
    width: 14px;
    position: absolute;
    left: 0;
    background: #363636;
    height: 1px;
    right: 0;
    text-align: center;
    justify-content: center;
    margin: auto;
}
 .plusarrowBox{
    position: relative;
    justify-content: center;
    background: white;
    transition: .4s;
    padding: 19px;
    border-radius: 10px;
}
 .plusarrowBox span:last-child{
    transform: rotate(90deg);
    transition: .5s;

}
.openedplus .plusarrowBox span:last-child{
width: 0;

}
.item-filter .plusarrowBox{
    background-color:#F1F1F1 ;
}
.accordion .btn-link{
    align-items: center;
}
.career1,.news,.faq{
    padding-top: 200px !important;
}
.single-page{
    padding-top: 120px;
}
.accordion .card{
    /* border-radius: 10px !important; */
}
body{
    opacity: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.8em + .75rem) !important;
    padding-left: 0;
    opacity: .8;
    font-size: 17px;
  
}
.select2-container .select2-selection--single {
    height: calc(2.8em + 0.75rem - 1px) !important;
    border-bottom: 1px solid #E4E4E8 !important;
    border: none;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: black !important;
}

.form-group input:focus{
    border-color:black;
}

section.page.news-detail {
    padding-top: 150px;
}

.size-section {
    margin-block: 20px;
}

.color-section .size-wrapper,
.size-section .size-wrapper {
    display: flex;
    /* gap: 10px; */
    /* align-items: center; */
    flex-direction: column;
}

.color-section > span, .size-section > span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.size-section .size-wrapper .size {
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    background: #dbdbdb;
    color: #00000091;
    font-size: 15px;
    user-select: none;
}

.size-section .size-wrapper span {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-left: 35px;
    transition: .4s;
}

.size-section .size-wrapper span:hover {
    color: #634e33;
}

.color-section .size-wrapper .color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.size-table {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.size-table.active {
    opacity: 1;
    visibility: visible;
}

.size-table .table-wrapper {
    width: 75vw;
    height: 40vw;
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 30px;
    overflow-y: scroll;
}

.size-table .table-wrapper .content {}

.size-table .close-btn {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 40px;
    cursor: pointer;
}

.sliderFirst .slider-urun-details-fixed .manset-next svg path,
.sliderFirst .slider-urun-details-fixed .manset-next svg g,
.sliderFirst .slider-urun-details-fixed .manset-prev svg path,
.sliderFirst .slider-urun-details-fixed .manset-prev svg g{
    stroke: #000;
}

.sliderFirst .slider-urun-details-fixed .manset-next {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.sliderFirst .slider-urun-details-fixed .manset-prev {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.fast-links {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 70%;
    margin: 30px auto;
    text-align: left;
}

.fast-links h3 {
    font-size: 19px;
    padding-bottom: 5px;
    border-bottom: 1px solid #858585;
    color: #858585;
}

.fast-links .link-wrapper ul li a {
    color: #858585;
    font-size: 16px;
}

header.header nav.header-scope {height: 140px;}

/* Efe Media Codes 26.12.22 */

@media only screen and (max-width: 1200px){
    main {
    margin-top: 0;
}

footer .pixelContent {padding: 0 45px;}

    footer .footer-top-c {
    padding: 50px 0;
}

footer .footer-box-about {
    border: 0;
}

footer .pixelContent:nth-child(2) {
    border-top: 1px solid #0000000f;
    padding-top: 10px;
}

footer .footer-forms-input-box .footer-btn-submit {
    right: 25px;
}
.about-mission {
    padding-top: 30px !important;
}
section.about-us-page {
    padding-top: 120px;
}
    .career1 .careerMargin {
    margin: 0 20px;
}

.career1 .career-right-box {
    padding: 70px 50px;
}

.career1 .form-group .select2 {
    width: 100% !important;
}
    .product-section {
    padding: 160px 0 80px;
}
    .gallery-thumbs-section {
}

.box-text-swiper {
    padding-left: 35px;
}

.new-seasonModule-c {
    padding: 0 115px;
}
}

header.header nav.header-scope .menu ul.navbar-nav li:hover>ul>li>a {
    display: flex;
    align-items: center;
    gap: 15px;
}

header.header nav.header-scope .menu ul.navbar-nav li ul li a svg {
    width: 30px;
}

.lang-btn {
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.lang-btn svg {width: 15px;}

header.header nav.header-scope .logo a.navbar-brand {padding-bottom: 20px;}

@media only screen and (max-width: 767px) {
    .sliderFirst .slider-urun-details-fixed .slider-urun-box {background-color: unset;}
    .sliderFirst .slider-urun-details-fixed .slider-urun-box .swiper-slide {background: #fff; padding: 18px; border-radius: 30px;}
    .sliderFirst .slider-urun-details-fixed .slider-urun-box .sliderbar-iconbox h5 {font-size: 15px;}
    .sliderFirst .slider-urun-details-fixed {margin: 35px -40px;}
    header.header nav.header-scope .logo a.navbar-brand {padding-bottom: 0;}
    .fast-links {width: 90%;}
    .size-table .table-wrapper {height: 80vw;}
}

footer .footer-your-img a img {width: 200px;}

.sliderFirst .slider-urun-details-fixed .slider-urun-box .sliderbar-iconbox img {width: 70px;height: 63px;object-fit: contain;}
header.header nav.header-scope .menu ul.navbar-nav li ul li a img {
    width: 20px;
    object-fit: contain;
}

.certificates h4 {font-size: 2.5rem;}
.select2-search--dropdown {display: none;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color:#6c757d ; font-weight: normal;}
header.header nav.header-scope .menu ul.navbar-nav li:hover>ul {overflow: hidden !important;}
.page.news .news-container .news-item .news-img {height: 350px !important;}
.offer-form-main .captcha-area .captcha-wrapper .captcha input {height: 45px;}
.form-close a {box-shadow: unset !important; border: 1px solid #000;}

.other-filters {display: flex;/* align-items: center; */padding-left: 30px;flex-direction: column;margin: 10px 0;gap: 30px;}
.other-filters h4 {width: 100%;margin-bottom: 0;font-size: 18px;border-bottom: 1px solid #b5b5b5;color: #777777;}

.size-wrapper {position: relative;}

.form-check {padding-left: unset;}

.content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 991px) {
    .dropdown-scop {transform: unset;}
}

.other-filters h3 {color: #000;font-size: 18px;border-bottom:  2px solid #cbcbcb;padding-bottom: 10px;margin-bottom: 20px;font-weight: 400;}

.box-text-swiper .color-section .size-wrapper, .box-text-swiper .size-section .size-wrapper {
	flex-direction: row;
    gap: 10px;
}

@media only screen and (max-width: 1366px) {
    .sliderFirst {margin-top: 240px;}
}

@media only screen and (max-width: 991px) {
    .sliderFirst .slider-urun-details-fixed .slider-urun-box .sliderbar-iconbox h5 {font-size: 14px;}
}


@media (max-width: 991px) {
    .biltek-signature .biltek-signature-text {
      font-size: 14px !important;
    }
  }
  
  .biltek-signature {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .biltek-signature .biltek-signature-text {
      color: #383838;
      font-size: 15px;
      text-decoration: none;
      text-align: center;
      width: initial;
      /* height: 20px; */
  }
  
  #biltek-signature {
    height: 26px;
  }
  
  .biltek-signature .biltek-signature-text.white {
    color: white !important;
  }

.newsletter-checks-clarification {
    margin-top: 20px;
    padding-left: 10px;
}

.newsletter-checks-clarification a {
    color: #7f7f7f;
}

@media screen and (max-width: 1199px) {
    .sliderFirst {
        margin-top: 150px;
        height: 90svh;
    }

    .new-season {
        margin-top: 175px;
    }
}

.product-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.product-btn-wrapper .product-btn-link {
    background: white;
    font-size: 16px;
    color: #111;
    transition: .4s;
    padding: 13px 40px;
    border-radius: 50px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-btn-wrapper .product-btn-link {
transition: .4s;
}

.product-btn-wrapper .product-btn-link:hover {
    color: #fff;
    background-color: #8c8c8c2b;
}
.product-btn-wrapper .product-btn-link img {
    width: 100%;
    height: 26px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .box-btn-take a {
        padding: 13px 1.25rem;
    }

    .product-btn-wrapper .product-btn-link {
        padding: 13px 1.25rem;

    }
}

.product-iframe {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    width: 76px;
    height: 76px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.product-iframe svg {
    width: 32px;
    height: 32px;
    margin-left: 8px;
}

.product-iframe:hover {
    background: #fff;
}

.product-iframe:hover svg {
}

.product-iframe:hover svg path {
    fill: #000;
}

.product-iframe svg path {
    transition: .4s;
}

footer .contact-box-flex .contact-info-text a {
    font-size: 18px;
}
.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}