html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

input[type="text"] {
    font-size: inherit;
}

ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

strong,b {
    font-weight: bold;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:hover {
    opacity: 0.90;
    transition: ease-in-out all .1s;
}

.golge {
    box-shadow: 0 0.125rem 0.175rem #0000000d,0 0.5rem 1rem #0000000f!important;
}

.dle {
    display: block;
    float: left;
}

.dre {
    display: block;
    float: right;
}

body {
    background: #ffffff none repeat scroll 0 0;
    margin: 0!important;
    overflow-x: hidden;
    font-family: 'Plus Jakarta Sans',sans-serif;
    width: 100%;
    max-width: 100%;
}

#banner_set .wrapping {
    max-width: 1200px;
}

#category .wrapping {
    max-width: 1230px;
    position: relative;
}

#marka_carousel .wrapping {
    max-width: 1200px!important;
}

#search_page {
    background: #eeeeee73;
    padding: 20px;
}

#zero_carousel .wrapping {
    max-width: 1530px;
    width: 100%;
}

.opt_rozet3 .wrapping {
    max-width: 1480px;
}

.wrapping {
    max-width: 1200px;
}

#static_default .wrapping {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    border: 1px solid #eeeeee87;
}

.flx {
    display: flex;
}

#openfilter {
    display: none!important;
}

.ontops a {
    font-size: 40px;
    color: #fd5f00;
}

.ontops {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.sticky-wrapper {
    z-index: 999;
    height: 38px!important;
}

.overback {
    backdrop-filter: grayscale(1) blur(5px);
}

.basket-wrap .basket-right {
    background: #f9f9f9;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    transition: ease-in-out all .1s;
    box-shadow: 0 0.125rem 0.375rem rgba(0,0,0,0.05),0 0.5rem 1.2rem rgba(0,0,0,0.1)!important;
}

.band {
    display: flex;
    width: 100%;
    height: 41px;
    align-items: center;
    justify-content: center;
    background: #ff437e17;
}

.band p {
    font-weight: 500;
    letter-spacing: 0.063em;
}

.slmobile {
    display: none!important;
}

.sertifikalar {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.sertifikalar .projeTitle {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 23px;
    line-height: 40px;
    margin-top: 15px;
}

.sertifikalar ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

.sertifikalar ul li {
    display: flex;
    width: calc(20% - 15px);
}

.sertifikalar ul li a {
    display: block!important;
    color: #000;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 15px;
}

.sertifikalar ul li a img {
    width: 100%;
    margin-top: 13px;
}

#header {
    position: relative;
    z-index: 999;
}

#header .wrp {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

#header .logo {
    display: flex;
    width: 300px;
    justify-content: center;
    align-items: center;
}

#header .logo a {
    display: flex;
    align-items: center;
}

#header .logo a img {
    max-height: 68px;
    display: flex;
}

#header .menu {
    display: flex;
    flex-direction: row;
    width: 50%;
    align-items: center;
    justify-content: center;
}

#header .menu ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .menu ul li {
    position: relative;
}

#header .menu ul li a {
    font-size: 17px;
    line-height: 24px;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    padding: 12px 16px;
    color: rgb(34 34 34);
    transition: all 0.2s ease-in-out 0s;
    letter-spacing: 0;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans',sans-serif;
    white-space: nowrap;
}

#header .menu ul li:hover a {
    background: #efefef;
    color: #000;
    opacity: 1;
}

#header .menu ul li:hover .opener {
    display: block;
}

#header .menu .opener {
    position: absolute;
    display: block;
    flex-direction: column;
    width: 339px;
    max-width: 340px;
    background: #efefef;
    top: 29px;
    border-radius: 6px;
    padding-bottom: 13px;
    padding-top: 13px;
    display: none;
}

#header .menu ul li a span {
    color: #ff437e;
}

#header .menu .opener li {
    width: 100%;
    padding: 0px;
    display: flex;
}

#header .menu .opener li a {
    background: transparent!important;
    padding: 0px;
    font-size: 14px;
    padding: 5px 15px;
    width: 100%;
    line-height: 29px;
}

#header .menu .opener li a:hover {
    background: #ffffff!important;
    border-radius: 0;
    color: #e8206f;
}

#header .sepetmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 177px;
}

#header .sepetmenu a {
    align-items: center;
    justify-content: center;
    padding: 14px;
    transition: all 0.5s ease;
}

#header .sepetmenu a:hover {
    transform: scale(1.3);
}

#header .sepetmenu a img {
    width: 100%;
    max-width: 36px;
}

#header .sepetmenu a.buynower {
    background: #ff437e;
    color: #fff!important;
    position: relative;
    display: inline;
    margin: 0px;
    font-weight: 600;
    outline: none;
    border: 0px;
    font-family: 'Plus Jakarta Sans',sans-serif;
    font-weight: 800;
    border-radius: 350px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

#header .sepetmenu a.buynower:hover {
    transform: scale(1.098);
    background: #21cbb8;
}

#baby_header {
    background: #fff;
    position: fixed;
    box-shadow: 0px 0px 15px #00000024;
    width: 100%;
    top: 0;
    z-index: 999;
    display: none;
    border-bottom: 1px solid #eee;
    overflow: visible!important;
    height: 50px;
}

#baby_header .wrapping {
    max-width: 100%;
}

#baby_header .logo {
    display: block;
    float: left;
    width: 138px;
}

#baby_header .logo a {
    display: block;
    float: left;
    width: 100%;
}

#baby_header .logo a img {
    width: 100%;
}

#baby_header .mainmenu {
    display: block;
    float: left;
    width: calc(100% - 339px);
    margin-top: -14px;
}

#baby_header .functions {
    display: block;
    float: right;
    width: 200px;
}

#baby_header .functions a {
    display: flex;
    float: right;
    align-items: center;
    width: 45px;
    height: 49px;
}

#baby_header .functions a.sepet span {
    display: none;
}

#baby_header .functions a.sepet svg {
    width: 32px;
}

.dt_carousel_slider .urun .gorsel {
    height: 218px;
}

.dt_carousel_slider .urun {
    border: 1px solid #eee;
    border-radius: 5px;
    height: 390px;
}

.kategoriGoster .urun {
    width: calc(25% - 10px);
    float: left;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: block;
    padding: 15px;
    background: #fff;
    height: 433px;
    margin: 5px;
    position: relative;
    overflow: hidden;
}

.markaGoster .urun {
    width: calc(25% - 10px);
    float: left;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: block;
    padding: 15px;
    background: #fff;
    height: 433px;
    margin: 5px;
    position: relative;
}

.s_carousel_slider .urun {
    height: 399px;
}

.s_carousel_slider .urun .gorsel {
    height: 237px;
}

.p_carousel_slider .urun .gorsel {
    height: 218px;
}

.p_carousel_slider .urun {
    border: 1px solid #eee;
    border-radius: 8px;
    height: 390px;
}

.sorfixdetay {
    display: flex;
    bottom: 8%;
    text-align: center;
    background: #eee;
    padding: 17px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    width: 190px;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.dt_carousel .baslik span {
    font-size: 1.2em;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 13px 41px;
    text-shadow: none;
    background: #f7931e;
    color: #fff;
    border: 20px solid #fff;
}

.dt_carousel .baslik:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ebebeb;
    position: absolute;
    z-index: 1;
    bottom: 47%;
}

.dt_carousel .baslik {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.dt_carousel .sarea .nav-slider .btn-geri {
    margin-top: 14%;
}

.dt_carousel .sarea .nav-slider .btn-ileri {
    margin-top: 14%;
}

#marka_carousel .sarea .nav-slider .btn-geri {
    margin-top: 5%;
}

#marka_carousel .sarea .nav-slider .btn-ileri {
    margin-top: 5%;
}

.orta1_carousel_slider .nav-slider {
    top: -70px;
}

.s_carousel_slider {
    border: 1px solid #eee;
    height: 415px;
}

.p_carousel .sarea .nav-slider .btn-geri {
    margin-top: 14%;
}

.p_carousel .sarea .nav-slider .btn-ileri {
    margin-top: 13%;
}

.p_carousel .baslik span {
    font-size: 1.2em;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 13px 41px;
    margin-top: -60px;
    text-shadow: none;
    background: #f7931e;
    color: #fff;
    border: 20px solid #fff;
}

.p_carousel .baslik:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #f7931e;
    position: absolute;
    z-index: 1;
    bottom: 79%;
}

.p_carousel .baslik {
    text-align: center;
    height: 50px;
    position: relative;
    top: 0;
}

.p_carousel .wrapping {
    max-width: 1200px;
}

.p_carousel {
    padding: 30px 0px;
    margin-top: 45px;
    border-top: none;
}

.zero_carousel .sarea .nav-slider .btn-geri {
    margin-top: 10%;
    left: 10px;
}

.zero_carousel .sarea .nav-slider .btn-ileri {
    margin-top: 10%;
    right: 10px;
}

#category {
    background: #eeeeee73;
}

#cat_seo {
    display: block;
    float: left;
    width: 100%;
}

#cat_seo .vitrin_body {
    background: #fff;
    padding: 18px;
    border-radius: 7px;
}

#cat_seo .vitrin_body ul li {
    font-size: 0.85em;
    padding: 5px 0px;
    color: #5c636e;
    list-style: inside;
    padding-left: 22px;
}

#cat_seo .vitrin_body p {
    font-size: 0.81em;
    line-height: 19px;
    margin-bottom: 14px;
    color: #303846;
}

#cat_seo .vitrin_body h4 {
    DISPLAY: BLOCK;
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
}

#cat_seo .vitrin_body h3 {
    DISPLAY: BLOCK;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 600;
}

#cat_seo .vitrin_body h2 {
    DISPLAY: BLOCK;
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 600;
}

#cat_seo .vitrin_body h1 {
    DISPLAY: BLOCK;
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 600;
}

#kategoriagac {
    position: relative;
    z-index: 99;
}

#kategoriagac h1 {
    font-weight: 500;
    font-size: 1.2em;
    padding-bottom: 4px;
}

#kategoriagac .wrapping {
    padding: 14px 0px;
}

#kategoriagac .wrapping .fa {
    font-size: 11px;
    color: #000;
}

#kategoriagac .wrapping .bread {
    padding: 10px;
    color: #1d1d1b;
    font-weight: 400;
    font-size: 0.83em;
    background: transparent;
}

#kategoriagac .wrapping .bread:last-child {
    color: #f98509;
    line-height: 17px;
}

#kategoriagac .far {
    font-size: 12px;
    color: #ff6a21;
}

#newfilters {
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

#newfilters h4 {
    display: flex;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 11px;
    font-weight: 500;
    font-size: 0.79em;
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #484848;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}

#newfilters h4:after {
    content: '';
}

#newfilters ul.fgrup li label input[type='15']:checked {
    background: #ff6a21;
    border: 2px solid #ff6a21;
    content: '12';
    display: inline-block;
}

#newfilters ul.fgrup li label input[type='0 0 15 12']:checked:before {
    content: '%fff';
    display: flex;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 7px;
    justify-content: center;
    align-items: center;
    height: 17px;
}

#newfilters ul.fgrup li label input[type="checkbox"]:checked {
    background: #ff6a21;
    border: 2px solid #ff6a21;
}

#newfilters ul.fgrup li label input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=!string!width=!string!height=!string!viewBox=!string!%3E%3Cpath fill=!string!fill-rule=!string!d=!string!/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

#newfilters #filtre_fiyat {
    display: block;
    float: left;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 22px;
}

#newfilters #filtre_fiyat input {
    display: inline-block;
    width: 41%;
    padding: 9px;
    margin-right: 5px;
    border: 2px solid #eee;
    border-radius: 3px;
}

#newfilters #filtre_fiyat button {
    display: inline-block;
    width: 85%;
    padding: 9px;
    border: none;
    border-radius: 3px;
    margin-top: 11px;
    background: linear-gradient(to top,#a0a0a0 0%,#d4d4d4 100%);
    font-weight: 600;
    color: #fff;
}

#newfilters ul.fgrup {
    display: block;
    float: left;
    width: 100%;
    border-bottom: none;
    padding-bottom: 13px;
    margin-bottom: 12px;
    padding: 0px 5px;
    overflow: auto;
    max-height: 280px;
}

#newfilters ul.fgrup::-webkit-scrollbar {
    height: 12px;
    width: 5px;
    background: #f1f1f1b3;
    margin: 5px;
    cursor: pointer;
}

#newfilters ul.fgrup::-webkit-scrollbar-thumb {
    background: #ff6a21;
}

#newfilters ul.fgrup::-webkit-scrollbar-corner {
    background: #cec6c6;
}

#newfilters ul.fgrup li {
    display: flex;
    float: left;
    font-size: 13px;
    color: #5c636e;
    padding-bottom: 1px;
    min-width: 100%;
    padding-left: 0;
    height: 36px;
}

#newfilters ul.fgrup li:hover label {
    color: #f7931e;
}

#newfilters ul.fgrup li label input[type='http://www.w3.org/2000/svg'] {
    margin-right: 5px;
    margin-left: 0;
    margin-top: 4px;
    appearance: none;
    background-color: #FFF;
    border: 2px solid #9b9b9b;
    border-radius: 6.7px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

#newfilters ul.fgrup li label input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 0;
    margin-top: 4px;
    appearance: none;
    background-color: #FFF;
    border: 2px solid #9b9b9b;
    border-radius: 6.7px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

#newfilters ul li label {
    display: flex;
    float: left;
    width: 100%;
    cursor: pointer;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 400;
}

#newfilterdrop {
    background: #fff;
    padding: 15px;
    margin-top: 18px;
    margin-bottom: 22px;
    border-radius: 9px;
    box-shadow: 0px 0px 5px #00000014;
}

#newfilterdrop .filtreSelect {
    display: inline-block;
    width: auto;
    padding: 7px;
}

#newfilterdrop .fsuz {
    width: 100%;
    max-width: 190px;
    background: #fd5f00;
    border: none;
    padding: 8px;
    margin-top: 10px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    margin-left: 9px;
}

#newfilterdrop .SumoSelect .SelectBox .placeholder {
    font-style: normal;
    font-size: 12px;
    color: #000;
}

#orderbyset {
    display: block;
    float: left;
    width: 100%;
}

#orderbyset ul {
    display: block;
    float: left;
    width: 81%;
}

#orderbyset ul li {
    display: block;
    float: left;
    margin-right: 6px;
}

#orderbyset ul li a {
    display: block;
    float: left;
    padding: 9px 12px;
    font-size: 0.75em;
    color: #656565;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 5px;
}

#orderbyset ul li a.active {
    background: #393e46;
    color: #fff;
    border: 1px solid #393e46;
}

.catsublist li a {
    font-weight: 400;
}

.catsublist {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
}

.kategoriGoster .title-sikca-sorulan-sorular {
    display: none;
}

.kategoriGoster .content-sikca-sorulan-sorular .sss {
    background: #fff;
    margin: 5px;
    border-radius: 7px;
    padding: 15px;
    display: block;
    float: left;
    width: 99%;
}

.kategoriGoster .content-sikca-sorulan-sorular .sss .soru {
    font-size: 0.91em;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-weight: 500;
    padding-bottom: 7px;
    background: #f7f7f7;
    margin-bottom: 5px;
    padding: 11px;
    color: #5c636e;
    border-radius: 4px;
}

.kategoriGoster .content-sikca-sorulan-sorular .sss .cevap {
    padding: 15px;
    color: #448ef6;
    padding-left: 20px;
    float: left;
    width: 100%;
    font-size: 13px;
    padding-bottom: 25px;
}

.kategoriGoster .content-sikca-sorulan-sorular .sss .cevap p {
    color: #1f1f1f;
}

.marka_list_items {
    display: flex;
    float: left;
    width: 99%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #fff;
    margin: 5px;
    border-radius: 7px;
    margin-top: 0;
    padding: 11px;
    padding-top: 5px;
    position: relative;
}

.marka_list_items h4 {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 11px;
    padding-left: 2px;
    margin-bottom: 10px;
    color: #484848;
    font-size: 16px;
    font-weight: 700;
}

.marka_list_items .item {
    display: flex;
    float: left;
}

.marka_list_items .item a {
    display: flex;
    float: left;
    padding: 0;
    font-size: 0.83em;
    background: #ffffff;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 13px;
    margin-right: 5px;
    color: #5c636e;
    border-radius: 3px;
    border: 1px solid #eee;
    margin-bottom: 6px;
}

.marka_list_items .item a:hover {
    border: 1px solid #ffad0d;
}

.marka_list_items .item a img {
    width: 100%;
}

.marka_list_items .clean_marka {
    position: absolute;
    right: 19px;
    top: 15px;
    font-size: 0.75em;
    color: #ff6a21;
    text-decoration: underline;
}

.opt_rozet3 {
    border-top: 1px solid #eee;
}

.opt_rozet3 .item {
    text-align: center;
    padding-bottom: 85px;
}

.opt_rozet3 .item p.title {
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0px;
    color: rgb(30,48,110);
}

.opt_rozet3 .item p.desc {
    font-size: 14px;
    margin-block-start:1em;display: block;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding: 0px 24%;
    line-height: 19px;
    font-weight: 400;
}

.opt_rozet3 .item img {
    width: 5.5rem;
    margin-top: 20px;
}

.opt_rozet3 .item a {
    color: rgb(30,48,110);
    border-bottom: 1px solid rgba(33,43,100,0.25);
    cursor: pointer;
    font-size: 13px;
    transition: border-color 0.15s ease-out 0s;
}

.smarka {
    display: block;
    float: left;
    width: 100%;
}

.smarka:hover span {
    color: #ff8000;
}

.smarka:hover a {
    border: 4px solid #ff8000;
    box-shadow: 2px 5px 15px #0000002e;
    transform: scale(1.09);
}

.smarka span {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 0.90em;
    padding-top: 15px;
    float: left;
    align-items: center;
    height: 42px;
    line-height: 14px;
    justify-content: center;
}

.smarka a {
    display: block;
    float: left;
    width: 92%;
    overflow: hidden;
    border-radius: 252px;
    border: 4px solid #ddd;
    margin-top: 15px;
}

#product .stockerdetay {
    display: none
}

#product .wrapping {
    padding-top: 25px;
    background: #fff;
    padding: 15px
}

#product .gallery {
    display: block;
    float: left;
    width: 50%
}

#product #fiyat_detay {
    height: 133px;
}

#product .gallery .sp-wrap {
    width: 100%;
}

#product .gallery .sp-wrap .sp-large {
    display: block;
    float: left;
    width: 99%;
}

#product .gallery .sp-wrap .sp-large a {
    border: 1px solid #eee;
}

#product .gallery .sp-wrap .sp-thumbs {
    display: block;
    float: right;
    width: 99px;
    padding: 0px;
    margin-left: auto;
    position: absolute;
    right: auto;
    left: 25px;
    top: 19px;
}

#product .gallery .sp-wrap .sp-thumbs a.sp-current {
    box-shadow: 6px 4px 10px #ddd;
    margin-bottom: 13px;
    background-size: 97%;
    border-radius: 3px;
    border: 3px solid #ff9a3c;
}

#product .gallery .sp-wrap .sp-thumbs a {
    height: auto;
    display: block;
    float: left;
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
    opacity: 1;
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 19px #0000004a;
    border-radius: 2px;
}

#product .content {
    display: block;
    float: right;
    width: 50%;
    padding-left: 25px;
    background: #eeeeee52;
    padding-bottom: 19px;
    min-height: 645px;
}

#product .content h1.title {
    font-size: 1.3em;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    line-height: 31px;
    padding-bottom: 15px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-top: 15px;
    font-weight: 500;
}

#product .content .item {
    display: block;
    float: left;
    width: 100%
}

#product .content #kargo_text .kargotext {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 0;
    margin-bottom: 13px;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 11px;
    max-width: 96%;
    border-radius: 5px;
    border: 2px solid #eee;
    height: 45px;
}

#product .content .customProductForm {
    display: block;
    float: left;
    background: #f7f7f7;
    padding: 11px;
    margin-bottom: 15px;
    width: 100%
}

#product .content .custom_row {
    overflow: hidden;
    padding: 12px 0px
}

#product .content .custom_row .customProduct {
    display: block;
    float: left;
    width: 100%
}

#product .content .custom_row .customProduct span {
    display: block;
    float: left;
    width: 100%;
    font-weight: 500;
    padding-bottom: 12px
}

#product .content .custom_row .customProduct .ctext {
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    width: 100%
}

#product .content .customProductForm .ckabul {
    border-radius: 2px;
    padding: 14px;
    margin: 0px;
    margin-top: 11px
}

#product .content .urunSepeteEkleAdet {
    margin-right: 15px
}

#product .content .item .sku {
    display: block;
    float: left;
    width: 40%;
    margin-bottom: 10px;
}

#product .content .item .sku p {
    font-weight: 500
}

#product .content .item .sku span {
    padding: 5px 0px;
    display: block;
    color: #5c636e
}

#product .content .iconlar {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 14px;
}

#product .content .iconlar .icon {
    display: block;
    float: left;
    padding: 10px;
    margin-right: 4px;
    font-size: 0.75em;
    border-radius: 4px;
}

#product .content .iconlar .icon i {
    font-size: 10px;
}

#product .content .iconlar .icon.ind {
    background: #7cbd1e;
    color: #fff;
}

#product .content .iconlar .icon.uck {
    background: #ff9a3c;
    color: #fff;
}

#product .content .iconlar .icon.yni {
    background: #448ef6;
    color: #fff;
}

#product .content .iconlar .icon.ana {
    background: #643579;
    color: #fff;
}

#product .content .kargotext {
    margin-bottom: 15px;
    display: block;
    float: left;
}

#product .user_pro_tools {
    display: block;
    float: left;
    width: 99%;
    margin-top: 6px;
}

#product .user_pro_tools ul {
    display: flex;
}

#product .user_pro_tools ul li {
    display: flex;
    margin: 3px;
    padding: 14px;
    border-radius: 3px;
    border: 1px solid #fff;
    cursor: pointer;
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}

#product .user_pro_tools ul li:hover {
    border: 1px solid #ebf3da;
    background: #fcfff6;
}

#product .user_pro_tools ul li span {
    display: flex;
    align-items: center;
}

#product .user_pro_tools ul li:hover i {
    color: #a1ad88;
}

#product .user_pro_tools ul li span i {
    display: flex;
    font-size: 29px;
    color: #bbb;
}

#product .user_pro_tools ul li span em {
    display: flex;
    padding-left: 13px;
    font-size: 0.70em;
    line-height: 15px;
    color: #516080;
}

#ntab {
    border: none;
    border-radius: 1px;
}

#ntab {
    border: none;
    border-radius: 0px;
    margin-bottom: 25px;
}

#ntab ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -3px;
}

#ntab ul li.tabtitle {
    font-size: 1em;
}

#ntab ul li.tabtitle {
    font-size: 16px;
    font-weight: 700;
}

#ntab ul li.tabtitle {
    font-size: 16px;
    font-weight: 500;
}

#ntab ul li.tabtitle {
    font-size: 12px;
}

#ntab ul li.tabtitle.active {
    box-shadow: none;
    border-radius: 10px 10px 0px 0px;
    background: #f98509;
    color: #fff;
}

#ntab ul li.tabtitle.active {
    box-shadow: none;
    border-radius: 0px;
    background: #fcb323;
}

#ntab ul .tabtitle {
    font-size: 1.4em;
}

#ntab ul .tabtitle:hover {
    color: #000!important;
}

#ntab ul .tabtitle.active {
    background: #f0f2f5;
    padding-top: 17px;
    margin-top: 0px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: none;
    color: #000;
    font-weight: 500;
}

#ntab .tabdetay {
    background: rgba(240,242,245,1);
    max-width: 95%;
    margin-left: 2.5%;
    border-radius: 13px;
}

#ntab .tabdetay {
    background: rgb(247 247 247);
    max-width: 100%;
    margin-left: 0;
    border-radius: 13px;
}

#ntab .tabdetay .tabcnt.active {
    font-size: 0.85em;
}

#ntab .tabdetay .tabcnt.active ul {
    display: block;
}

#ntab .tabdetay .tabcnt.active ul li {
    font-size: 0.75em;
}

#ntab .tabdetay .tabcnt strong {
    font-weight: 600;
}

#ntab .tabdetay .tabcnt p {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
    line-height: 24px;
    color: #4c4c4c;
}

#ntab .tabdetay .tabcnt p {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
    line-height: 20px;
    color: #4c4c4c;
    font-size: 0.95em;
}

#ntab .tabdetay .tabcnt h4 {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
    line-height: 24px;
    color: #4c4c4c;
}

#ntab .tabdetay .tabcnt h3 {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 0.80em;
    color: #4c4c4c;
}

#ntab .tabdetay .tabcnt h2 {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
    line-height: 24px;
    color: #4c4c4c;
}

#ntab .tabdetay .tabcnt h1 {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
    line-height: 24px;
    color: #4c4c4c;
}

#ntab .tabdetay .tabcnt h1 {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 25px;
    line-height: 20px;
    color: #4c4c4c;
    font-size: 0.75em;
}

#sepet_butonlar a {
    width: 46%;
    text-align: center;
    margin-bottom: 5px;
    padding: 15px;
    display: block;
    margin-top: 12px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}

#sepet_butonlar a:hover {
    opacity: 0.7;
}

#sepet_butonlar a.sepet2go {
    background: #f98509;
    color: #fff;
}

#sepet_butonlar a.sepet2quick {
    background: #292929;
    color: #fff;
}

#properties {
    padding: 15px;
    font-size: 0.90em;
    line-height: 23px;
    background: #eeeeee47;
    margin-top: 24px;
}

#properties p.title {
    font-size: 1.2em;
    font-weight: 600;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

#properties p {
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 21px;
}

#new-design {
    margin: 0px;
    margin-top: 50px;
    background: #f3fbfb;
}

table.urunSecimTable tbody tr td .UrunSecenekleriHeader {
    background: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: -28px;
}

.set_load {
    display: flex;
    background: #fff;
    float: right;
    padding: 4px;
    margin-left: 4px;
    border-radius: 5px;
    margin-top: 7px;
}

.set_load svg {
    width: 20px;
    fill: #908c8c;
}

.button_svg {
    display: flex;
    background: #fff;
    float: right;
    padding: 4px;
    margin-left: 4px;
    border-radius: 5px;
    margin-top: 7px;
    align-items: center;
    justify-content: space-evenly;
    padding: 7px 25px;
    align-content: space-around;
    padding-right: 9px;
    border: 1px solid #dcdcdc;
}

.button_svg svg {
    width: 14px;
    fill: #ff6a21;
}

.button_svg span {
    font-size: 0.85em;
    padding: 0px 10px;
    padding-left: 0px;
    color: #000000;
    font-weight: 500;
}

.urun_c {
    display: block;
    float: left;
    width: 25%;
    border: 1px solid #eee;
    margin-right: -1px;
    background: #fff;
    padding: 14px;
}

.urun_c .item {
    display: block;
    float: left;
    width: 100%;
    padding: 13px;
    font-size: 0.81em;
    background: #fff;
    line-height: 16px;
}

.urun_c .item:nth-child(even) {
    background: #f7f7f7;
}

.urun_c .havale_fiyati {
    display: none!important;
}

.urun_c .tekcekim_fiyati {
    display: none!important;
}

.urun_c .doviz_fiyati {
    display: none!important;
}

.urun_c .indirim {
    display: none!important;
}

.urun_c .piyasa_fiyati {
    display: none!important;
}

.urun_c .myfiyat .satis_fiyati .label {
    top: -10px!important;
    display: none!important;
}

.urun_c .descer img {
    max-width: 90%;
}

.urun_c .item span.bel {
    font-weight: 600;
    display: block;
    padding-bottom: 12px;
}

#markapage {
    background: #eeeeee73;
}

#markapage .left {
    background: #fff;
    margin-top: 13px;
}

.markaCats li a::before {
    display: none!important;
}

ul.markaCats a {
    font-size: 1em;
}

ul.markaSubCats a {
    color: #616161!important;
}

ul.markaCats .level1 {
    padding-left: 0;
}

#search_win {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    backdrop-filter: grayscale(1) blur(5px);
    background: #131315ba;
    display: none;
}

#search_win .wrapping {
    max-width: 500px;
    position: relative;
    margin: auto;
    padding-top: 105px;
}

#search_win .s-box {
    box-shadow: 0px 0px 35px #00000047;
    border: 1px solid;
    font-size: 1.2em;
    color: #5f5f5f;
}

#search_win p {
    color: #fff;
    font-size: 1.6em;
    display: block;
    padding: 15px 0px;
}

#search_win .search_close_win {
    position: absolute;
    right: 0;
    top: 13px;
    background: #7577cd;
    padding: 8px;
    color: #fff;
    border-radius: 3px;
    font-size: 0.85em;
}

#search_win .new_search {
    background: #fff;
    position: absolute;
    margin-top: 0px;
    border-radius: 3px;
    width: 100%;
    display: none;
}

#search_win .new_search .ajaxSearchNotFound {
    display: block;
    text-align: center;
    padding: 25px;
    font-size: 0.95em;
    color: #f57070;
}

#search_win .new_search .summary {
    display: block;
    float: left;
    width: 100%;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    padding-bottom: 28px;
    color: #ddd;
}

#search_win .new_search .summary a {
    display: block;
    float: left;
    width: 100%;
    color: #729d39;
    border-top: 1px solid #eee;
    padding-top: 23px;
}

#search_win .new_search .left {
    display: block;
    float: left;
    width: 100%;
    padding: 2px;
}

#search_win .new_search .left p.title {
    background: #fff;
    padding: 10px;
    font-size: 1em;
    color: #535354;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

#search_win .new_search .left .search-loading {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

#search_win .new_search .left .search-loading img {
    width: 50px;
    height: 50px;
    margin: 35px;
}

#search_win .new_search .left .search-content {
    display: block;
    float: left;
    width: 100%;
}

#search_win .new_search .left .search-content li {
    display: block;
    float: left;
    width: 100%;
}

#search_win .new_search .left .search-content li:nth-child(even) a {
    background: #eeeeee91;
}

#search_win .new_search .left .search-content li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

#search_win .new_search .left .search-content li a img {
    width: 60px;
    padding: 11px;
}

#search_win .new_search .left .search-content li a p.name {
    color: #000;
    font-size: 0.80em;
    line-height: 17px;
    width: 70%;
}

#search_win .new_search .left .search-content li a p.cat {
    padding: 0px;
    color: #929aab;
    font-size: 0.85em;
    width: 100px;
    line-height: 18px;
    font-weight: 300;
}

#quick_basket_win {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    backdrop-filter: grayscale(1) blur(5px);
    background: #131315ba;
    display: none;
}

#quick_basket_win .wrapping {
    max-width: 280px;
    position: relative;
    margin: auto;
    padding-top: 0;
    float: right;
    height: 100vh;
    background: #fff;
}

#quick_basket_win .closedown {
    background: #ddd0;
    float: left;
    width: calc(100% - 280px);
    height: 100vh;
}

#quick_basket_win .basketwin .basket-left {
    min-width: 100%;
    overflow: auto;
    max-height: 360px;
    background: #eeeeee7a;
}

#quick_basket_win .basketwin .basket-right {
    min-width: 100%;
    background: #fff;
}

#quick_basket_win .basketwin .basket-wrap .tutar {
    border-top: none;
}

#quick_basket_win .basketwin .basket-item .basket-wrap .sepet_baslik {
    display: none;
}

#quick_basket_win .basketwin .basket-item {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    padding-bottom: 9px;
    position: relative;
}

#quick_basket_win .basketwin .basket-item .cart-detail {
    width: 100%;
}

#quick_basket_win .basketwin .basket-item .cart-detail .urun_isim {
    display: flex;
    align-items: center;
    height: 53px;
}

#quick_basket_win .basketwin .basket-item .cart-detail .urun_isim a {
    font-size: 1em;
    font-weight: 400;
}

#quick_basket_win .basketwin .basket-item .cart-detail .urun_spec {
    font-weight: normal;
}

#quick_basket_win .basketwin .basket-item .cart-detail .urun_spec span {
    font-weight: normal;
}

#quick_basket_win .basketwin .basket-item .cart-price {
    width: 70%;
    min-height: auto;
    padding-left: 16px;
    float: left;
    display: none;
}

#quick_basket_win .basketwin .basket-item .cart-detail .c12 {
    padding-top: 0px;
}

#quick_basket_win .basketwin .basket-item .cart-total-price {
    min-height: auto;
    display: block;
    float: left;
    width: 75%;
    text-align: left;
    padding: 0px;
}

#quick_basket_win .basketwin .basket-item .cart-total-price .sepet_total_fiyat {
    font-size: 0.92em;
    text-align: left;
    padding-left: 15px;
    letter-spacing: 0px;
    color: #ff8000;
}

#quick_basket_win .basketwin .basket-item .cart-pricex {
    display: block;
    float: left;
    width: 22%;
    font-weight: normal;
    font-size: 0.83em;
    white-space: nowrap;
}

#quick_basket_win .basketwin .sepet_baslik {
    display: none;
}

#quick_basket_win .basketwin .basket-title {
    display: none;
}

#quick_basket_win .basketwin .tutar .etiket {
    text-align: left;
}

#quick_basket_win .basketwin .tutar .etiket:nth-child(2) {
    text-align: left;
    display: block;
    width: 100%;
    font-size: 1.6em;
}

#quick_basket_win .basketwin .basket-left::-webkit-scrollbar {
    height: 12px;
    width: 5px;
    background: #f1f1f1b3;
    margin: 5px;
    cursor: pointer;
}

#quick_basket_win .basketwin .basket-left::-webkit-scrollbar-thumb {
    background: #ff6a21;
}

#quick_basket_win .basketwin .basket-left::-webkit-scrollbar-corner {
    background: #cec6c6;
}

#quick_basket_win .basketwin .ops {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

#quick_basket_win .basketwin .basket-button {
    display: none;
}

#quick_basket_win .basketwin .ops .fa-chevron-right {
    float: right;
}

#quick_basket_win .basketwin #close_quick_basket {
    padding: 15px;
    background: #fd2e2e;
    color: #fff;
    max-width: 78px;
    padding: 8px 3px;
    margin-left: 35%;
    margin-bottom: 11px;
    border-radius: 6px;
    font-size: 0.90em;
}

#quick_basket_win .basketwin #pay_now {
    background: #67b500;
    padding: 15px;
    margin-bottom: 15px;
    width: 90%;
    margin-left: 5%;
    border-radius: 5px;
    color: #fff;
    position: relative;
    font-weight: 600;
}

#quick_basket_win .basketwin .sepet1 {
    display: none;
}

#quick_basket_win .basketwin .sepet2 {
    display: none;
}

#quick_basket_win .basketwin .sepet3 {
    display: none;
}

#quick_basket_win .basketwin .sepet_bos_uyari {
    position: absolute;
    top: 42px;
    background: #fff;
    font-size: 1.10em;
}

#quick_basket_win .basketwin .basket-item .cart-qty {
    width: 39%;
    position: absolute;
    bottom: 28px;
    left: 0;
}

#iopen {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 99999;
    color: #0e153f;
}

#iopen .fal {
    font-size: 31px;
}

#iform {
    background: #ffffff9e;
    border-radius: 3px;
}

#bulten {
    background: #f5f5f5;
    display: block;
    float: left;
    width: 100%;
    padding: 19px;
}

#bulten .title {
    display: block;
    float: left;
    width: 60%;
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 7px;
}

#bulten .bultenform form {
    display: flex;
    width: 100%;
}

#bulten .bultenform {
    display: flex;
    float: right;
    width: 39%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

#bulten .bultenform input#newsletter-email {
    width: 68%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 1.2em;
    font-weight: 100;
    padding: 6px;
    margin-right: 15px;
}

#bulten .bultenform input#newsletter-email::placeholder {
    color: #181818;
    font-weight: 100;
    font-size: 0.75em;
}

#bulten .bultenform button.btn {
    width: 31%;
    background: #000;
    border: none;
    border-radius: 3px;
    color: #fff;
}

#footer .addr {
    padding: 28px 0px;
}

#footer .addr img {
    width: 60%;
}

#footer .addr .scm {
    display: block;
    float: left;
    width: 50px;
    margin: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
}

#footer .addr a {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

#footer .addr p {
    display: block;
    float: left;
    width: 69%;
    font-size: 0.79rem;
    line-height: 21px;
    color: #bfbfbf;
}

#footer .addr p.titler {
    display: block;
    float: left;
    width: 100%;
    font-size: 0.92rem;
    line-height: 21px;
    font-weight: 500;
    padding-top: 19px;
}

#footer .addr p.phone {
    display: block;
    float: left;
    width: 69%;
    font-size: 28px;
    line-height: 21px;
    font-weight: 900;
    padding-top: 7px;
    letter-spacing: -0.027em;
}

#footer .addr p.phone span {
    color: #0077ff;
    font-weight: 600;
}

#footer .mnu ul {
    display: block;
    float: left;
    padding: 28px 0px;
}

#footer .mnu ul li {
    font-size: 1.125rem;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 1px;
}

#footer .mnu ul li.title {
    font-size: 1.125rem;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 1px;
    padding-bottom: 19px;
    color: #fff;
    font-family: 'imagaza';
    font-weight: 600;
    letter-spacing: 0.014em;
}

#footer .mnu ul li a {
    font-size: 0.77em;
    padding: 9px 0px;
    display: block;
    float: left;
    color: #bfbfbf;
    display: flex;
    font-size: 14px;
}

#footer {
    background: rgb(28,32,38)
}

#header .sepetmenu a.#iopen {
    display: none;
    position: absolute;
    top: 53px;
    left: 16px;
}

#quick_basket_win .sp-input-group {
    padding-top: 25px!important;
    display: block;
    float: left;
    margin-bottom: 0px;
    margin-left: 15px;
}

.glider {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    flex-direction: column;
}

.glider .glid {
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    flex-direction: column;
    max-width: 1410px;
    display: block;
    width: 100%;
}

.glider .item {
    display: flex!important;
    max-width: 1600px;
    margin: auto;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
}

.glider .item .left {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 5%;
}

.glider .item .left h1 {
    font-size: 68px;
    font-weight: 900;
    line-height: 63px;
    color: rgb(0 0 0);
    text-align: left;
    max-width: 620px;
    position: relative;
    width: 100%;
    font-family: 'Plus Jakarta Sans',sans-serif;
}

.glider .item .left p {
    font-size: 20px;
    line-height: 29px;
    color: #555;
    margin-top: 24px;
    max-width: 600px;
    text-align: left;
    margin-bottom: 32px;
    font-weight: 500;
    font-family: 'Plus Jakarta Sans',sans-serif;
}

.glider .item .right {
    display: flex;
    width: 50%;
    justify-content: center;
}

.glider .item .right img {
    width: auto;
    animation: butons 3s ease infinite;
    max-height: 501px;
}

.glider .b1t {
    background: #21cbb8;
    color: #fff;
}

.glider .b2t {
    background: #ff437e;
    color: #fff;
}

.glider .links {
    display: flex;
    width: 100%;
}

.glider .links a {
    display: flex;
    padding: 15px 50px;
    font-size: 18px;
    border-radius: 250px;
    margin-right: 12px;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.glider .links a:hover {
    transform: scale(1.1);
}

.slick-dots {
    display: flex!important;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 55px;
    margin-bottom: -40px;
}

.slick-dots li {
    font-size: 0;
}

.slick-dots li.slick-active button {
    background: #07f;
}

.slick-dots li button {
    font-size: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: #fff;
    border: 2px solid #e5efec;
    border-radius: 250px;
}

section.homeproducts {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #e5efec url('images/shine.png') center top no-repeat;
    padding-top: 55px;
    padding-bottom: 55px;
    background-size: contain;
    margin-bottom: -16px;
}

section.homeproducts .wrp {
    display: flex;
    width: 100%;
    max-width: 1290px;
    flex-wrap: wrap;
    justify-content: center;
}

section.homeproducts .urun {
    box-shadow: 0px 0px 5px #edd2841c,0px 0px 50px #b6e1d4,0px 0px 50px #ffffff inset;
}

section.homeproducts .wrp .baslik {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
}

section.homeproducts .wrp .baslik h1 {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 23px;
    line-height: 40px;
}

section.homeproducts .wrp .baslik a {
    display: flex;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 35px;
    text-decoration: underline;
    color: #21cbb8;
}

section.homeproducts .wrp .baslik a:hover {
    transform: scale(1.3);
}

.urunler {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 25px;
}

.urunler .urun {
    display: flex;
    width: 24%;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.urunler .urun:hover .supra_sepete_ekle {
    bottom: calc(75% - 150px);
}

.urunler .urun .supra_sepete_ekle {
    position: absolute;
    bottom: -100px;
    width: 150px;
    background: #ff437e;
    padding: 15px;
    border-radius: 250px;
    text-align: center;
    color: #fff;
    left: calc(75% - 150px);
    box-shadow: 0px 0px 5px #ff437e,0px 0px 45px #000;
    transition: ease-in-out all .1s;
}

.urunler .urun a.baslik {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: flex;
    width: 100%;
    height: 70px;
}

.urunler .urun a.gorsel {
    display: flex;
    width: 100%;
}

.urunler .urun a img {
    display: block;
    width: 100%;
}

.urunler .urun p.ozet {
    display: flex;
    font-size: 16px;
    padding: 15px 0px;
    line-height: 21px;
    color: #4a4c4e;
    width: 100%;
}

.urunler .urun .fiyat {
    font-size: 27px;
    font-weight: 700;
}

.comercialbox {
    padding-bottom: 25px;
    background-size: 120%;
}

.comercialbox .wrp {
    width: 100%;
    max-width: 1410px;
    margin: auto;
}

.comercialbox .wrp .head {
    display: flex;
    padding: 64px;
    background: #f4f4f4;
    background-size: 98%;
}

.comercialbox .wrp .head .left {
    font-size: 44px;
    width: 40%;
    font-weight: 600;
    padding-right: 100px;
}

.comercialbox .wrp .head .left p.t1 {
    font-size: 31px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.comercialbox .wrp .head .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

.comercialbox .wrp .head .right p {
    font-size: 20px;
    font-weight: 500;
    color: #6f6f6f;
    line-height: 35px;
    letter-spacing: -0.8px;
}

.comercialbox .wrp .splitters {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-evenly;
}

.comercialbox .wrp .splitters .split {
    display: flex;
    width: calc(25% - 19px);
    flex-wrap: wrap;
    padding: 21px;
    align-items: center;
    align-content: flex-start;
    flex-direction: column;
    margin-top: 70px;
    border-radius: 560px;
    justify-content: center;
    height: 260px;
    max-width: 260px;
}

.comercialbox .wrp .splitters .split .icon {
    display: flex;
    height: 160px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 550px;
    max-width: 210px;
}

.comercialbox .wrp .splitters .split .icon img {
    width: 45%;
}

.color1 {
    background: #e5efec;
    box-shadow: 0px 0px 5px #edd2841c,0px 0px 50px #b6e1d4,0px 0px 50px #ffffff inset;
}

.color2 {
    background: #fff6dc;
    box-shadow: 0px 0px 5px #edd2841c,0px 0px 50px #edd2847a,0px 0px 50px #ffffff inset;
}

.color3 {
    background: #fddcff;
    box-shadow: 0px 0px 5px #edd2841c,0px 0px 50px #fbbeff,0px 0px 50px #ffffff inset;
}

.color4 {
    background: #dce6ff;
    box-shadow: 0px 0px 5px #dce6ff,0px 0px 50px #dce6ff,0px 0px 50px #ffffff inset;
}

.comercialbox .wrp .splitters .split .icon i {
    font-size: 47px;
    color: #07f;
    margin-top: 27px;
}

.comercialbox .wrp .splitters .split .icon svg {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
}

.comercialbox .wrp .splitters .split .text {
    width: 100%;
    text-align: center;
}

.comercialbox .wrp .splitters .split .text p.head {
    padding: 0;
    background: transparent;
    font-weight: 600;
    font-size: 21px;
    display: flex;
    height: 43px;
    letter-spacing: -0.5px;
    font-weight: 800;
    width: 100%;
    justify-content: center;
    margin-top: 4px;
    color: #000000;
}

.comercialbox .wrp .splitters .split .text p.desc {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: #393e46e3;
    padding: 0px 30px;
    display: none;
}

.comercialbox .wrp .splitters .split .text.descmosc p {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 22px;
    color: #393e46e3;
    letter-spacing: -0.030em;
}

.comercialbox .wrp .splitters .split .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 35px;
}

.comercialbox .wrp .splitters .split .gallery a {
    display: flex;
    width: 20%;
}

.comercialbox .wrp .splitters .split .gallery a img {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0px 0px 5px #00000030,5px 7px 25px #00000024;
}

.comercialbox .wrp .splitters .split .text.descmosc ul li {
    border: none;
    padding: 10px 0px;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    letter-spacing: -0.020em;
}

.comercialbox .wrp .splitters .split .text ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.comercialbox .wrp .splitters .split .text ul li {
    display: flex;
    font-size: 14px;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.comercialbox .wrp .splitters .split .text ul li label {
    width: 33%;
    font-weight: 700;
    padding: 13px 0px;
}

.comercialbox .wrp .splitters .split .text ul li span {
    width: 78%;
    font-size: 14px;
    color: #32383e;
}

.performance {
    margin-top: 55px;
    background: #393e46;
    padding: 55px;
    background: url('https://salute.vamtam.com/wp-content/uploads/2021/06/gradient-blur.svg') 34% top no-repeat;
}

.performance .wrp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px;
    border-radius: 8px;
    padding-bottom: 23px;
    padding: 15px 13px;
    max-width: 1410px;
    margin: auto;
}

.performance .wrp p.head {
    width: 100%;
    display: flex;
    justify-content: center;
    letter-spacing: -0.5px;
    font-size: 57px;
    font-weight: 700;
    padding-left: 21px;
    align-items: center;
    font-weight: 400;
}

.performance .wrp p.head span {
    padding-left: 9px;
    font-weight: 600;
    color: #ff437e;
}

.performance .wrp p.desc {
    width: 100%;
    display: flex;
    justify-content: center;
    letter-spacing: -0.5px;
    font-size: 23px;
    font-weight: 400;
    padding-left: 21px;
    margin-top: -17px;
    margin-bottom: 35px;
}

.performance .wrp .box {
    display: flex;
    border-radius: 248px;
    width: 77%;
    padding: 8px;
    color: #000;
    padding-bottom: 13px;
    background: #ff437e;
    padding-top: 13px;
    box-shadow: 0px 0px 5px #edd2841c,0px 10px 30px #fbbeff;
}

.nowview {
    display: flex;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 35px;
    text-decoration: underline;
    color: #21cbb8;
}

.performance .wrp .box .left {
    display: flex;
    width: 103px;
    align-items: center;
}

.performance .wrp .box .left svg {
    width: 150px;
    min-width: 60px;
    max-height: 62px;
    color: #ffffff;
}

.performance .wrp .box .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    text-shadow: 1px 1px #c7124b;
}

.performance .wrp .box .right p.namer {
    font-weight: 600;
    font-size: 14px;
    padding: 4px 0px;
}

.performance .wrp .box .right p.valuer {
    font-weight: 900;
    font-size: 22px;
    padding: 0px 0px;
    padding-top: 3px;
}

.performance .wrp .box .right p.valuer2 {
    font-weight: 600;
    font-size: 13px;
    padding: 4px 0px;
    padding-top: 10px;
}

.performance .wrp .cover {
    display: flex;
    width: 100%;
}

.performance .wrp .cover img {
    width: auto;
    max-height: 440px;
    width: 61%;
    margin-left: 21px;
}

.performance .wrp .cover .bks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 35px;
}

.performance .wrp .cover .k1 {
    display: flex;
    justify-content: flex-end;
    width: 30%;
}

.performance .wrp .cover .k2 {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: butons 3s cubic-bezier(0.39,0.58,0.73,0.99) infinite;
    flex-direction: column;
}

.performance .wrp .cover .k3 {
    display: flex;
    justify-content: flex-start;
    width: 30%;
}

.commentshome {
    padding: 45px;
    background: url('images/balls.jpg') top center;
    background-size: 100%;
    background-attachment: fixed;
}

.commentshome .wrp {
    display: flex;
    width: 100%;
    max-width: 1410px;
    margin: auto;
    border-radius: 25px;
}

.commentshome .wrp .left {
    display: flex;
    width: 35%;
    flex-direction: column;
    padding: 33px;
    justify-content: center;
}

.commentshome .wrp .left h2 {
    font-size: 29px;
    font-weight: 900;
    margin-bottom: 15px;
}

.commentshome .wrp .left p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 22px;
    margin-bottom: 26px;
}

.commentshome .wrp .left ul li {
    font-weight: 700;
    font-size: 15px;
    line-height: 29px;
}

.commentshome .wrp .left ul li i {
    color: #4caf50;
    margin-right: 10px;
}

.commentshome .wrp .right {
    display: block;
    width: 65%;
    background: #fff;
    padding: 55px;
    border-radius: 45px;
    box-shadow: 0px 0px 35px #eee,0px 20px 45px #0000001f;
}

.commentshome .wrp .right .yorum {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.commentshome .wrp .right .yorum p.baslik {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.commentshome .wrp .right .yorum .rating {
    gap: 5px;
    display: flex;
}

.commentshome .wrp .right .yorum .rating .fas {
    color: #ffd600;
    font-size: 18px;
}

.rating {
    gap: 5px;
    display: flex;
}

.rating .fas {
    color: #ffd600;
    font-size: 18px;
}

.commentshome .wrp .right .yorum p.desc {
    margin-top: 15px;
    line-height: 26px;
    margin-bottom: 25px;
}

.commentshome .wrp .right .yorum .ozet {
    display: flex;
    width: 100%;
}

.commentshome .wrp .right .yorum .ozet p.kim {
    background: #f5eacd;
    padding: 5px;
    border-radius: 250px;
    font-size: 14px;
    padding: 9px 19px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #837551;
    margin-right: 13px;
}

.commentshome .wrp .right .yorum .ozet p.kim i {
    font-size: 17px;
    margin-right: 8px;
}

.commentshome .wrp .right .yorum .ozet p.tarih {
    background: #cef3f3;
    padding: 5px;
    border-radius: 250px;
    font-size: 14px;
    padding: 9px 19px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #689999;
}

.commentshome .wrp .right .yorum .ozet p.tarih i {
    font-size: 17px;
    margin-right: 8px;
}

.blogbox {
    background: url('https://salute.vamtam.com/wp-content/uploads/2021/06/gradient-blur.svg') 54% top no-repeat;
    padding: 0;
    padding-bottom: 90px;
}

.blogbox .wrp {
    display: flex;
    width: 100%;
    max-width: 1410px;
    flex-direction: column;
    margin: auto;
}

.blogbox .wrp .heads {
    display: flex;
    font-size: 55px;
    width: 100%;
    justify-content: center;
    font-weight: 800;
    padding: 51px;
}

.blogbox .wrp .bloglar {
    display: block;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
}

.blogbox .wrp .bloglar .item {
    display: flex;
    flex-direction: column;
    margin: 15px;
    display: flex;
    width: 24%;
    flex-wrap: wrap;
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    width: 100%;
    box-shadow: 0px 0px 35px #eee,0px 2px 15px #0000001f;
    transition: all 0.5s ease;
}

.blogbox .wrp .bloglar .item:hover {
    transform: scale(1.035);
}

.blogbox .wrp .bloglar .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 270px;
}

.blogbox .wrp .bloglar .item .img a.a_titimg {
    display: flex;
}

.blogbox .wrp .bloglar .item .img a.a_titimg img {
    width: 100%;
    border-radius: 15px;
}

.blogbox .wrp .bloglar .item .namer p.title {
    display: flex;
    padding: 19px 0px;
    padding-bottom: 0;
    height: 80px;
    align-items: center;
    font-weight: 900;
}

.blogbox .wrp .bloglar .item .namer p.title a.a_title {
    font-size: 17px;
    font-weight: 900;
    color: #000;
    line-height: 28px;
}

.blogbox .wrp .bloglar .item .namer p.desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 22px;
    margin-bottom: 26px;
    height: 123px;
    overflow: hidden;
}

.blogbox .slick-prev {
    left: -60px;
    z-index: 9;
    background: #21cbb8 url('icons/left.svg') center center no-repeat;
    top: 40%;
    background-size: 27%;
}

.blogbox .slick-next {
    right: -60px;
    z-index: 9;
    top: 40%;
    z-index: 9;
    background: #21cbb8 url('icons/right.svg') center center no-repeat;
    top: 40%;
    background-size: 27%;
}

.blogbox .slick-arrow {
    border: none;
    width: 100px;
    height: 60px;
    border-radius: 5px;
    position: absolute;
    font-size: 0;
    position: absolute;
    box-shadow: 0px 0px 10px #00000021,0px 0px 40px #36d0bf70;
}

.newsletter {
    display: flex;
    width: 100%;
}

.newsletter .wrp {
    display: flex;
    width: 100%;
    max-width: 1410px;
    margin: auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 75px;
}

.newsletter h5 {
    font-size: inherit;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 23px;
    line-height: 40px;
    width: 100%;
    font-weight: 700;
}

.newsletter p {
    font-size: 21px;
    padding: 0 64px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.newsletter .bultenform {
    display: flex;
    padding: 45px;
    width: 100%;
    justify-content: center;
    max-width: 600px;
    margin-top: 55px;
    border-radius: 25px;
    background: #ff437e url(images/shine.png) center top no-repeat;
    box-shadow: 0px 0px 5px #edd2841c,0px 10px 30px #fbbeff;
    animation: butons 3s cubic-bezier(0.39,0.58,0.73,0.99) infinite;
}

.newsletter .bultenform form {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    gap: 9px;
}

.newsletter .bultenform #newsletter-email {
    height: 100%;
    margin: 0;
    width: 100%;
    background: #fff;
    font-size: 16px;
    outline: none;
    padding: 16px;
    transition: box-shadow .25s ease,border-color .25s ease;
    max-width: 380px;
    border: none;
}

.newsletter .bultenform .btn.btn-primary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: #2e374d;
    border: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 19px;
    font-weight: 700;
    height: 50px;
    justify-content: space-evenly;
    letter-spacing: -.72px;
    text-transform: uppercase;
    transition: all .3s ease;
    width: 50%;
    max-width: 260px;
    border-radius: 8px;
}

.altbar {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #eeeeee9c;
    padding-top: 135px;
    margin-top: -130px;
    padding-bottom: 150px;
    border-top: 15px solid #ff437e;
    display: none;
}

.altbar .wrp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1410px;
    justify-content: space-between;
}

.altbar .wrp .cards {
    display: flex;
    width: 100%;
    margin-bottom: 55px;
}

.altbar .wrp .cards .cards {
    margin-bottom: 55px;
    width: auto;
    margin: auto;
}

.altbar .wrp .box {
    display: flex;
    flex-direction: column;
    width: 16%;
}

.altbar .wrp .bx1.logo a {
    width: 100%;
    max-width: 190px;
    margin-bottom: 25px;
}

.altbar .wrp .bx1.logo a img {
    width: 100%;
}

.altbar .wrp .bx1 p {
    display: flex;
    line-height: 20px;
    margin-bottom: 15px;
}

.altbar .wrp .bx1 p.title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}

.altbar .wrp .bx1 p.adres {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}

.altbar .wrp .bx1 p.phones {
    font-weight: 900;
    font-size: 27px;
    margin-top: 18px;
}

.altbar .wrp .box p.baslik {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    margin-bottom: 18px;
    margin-top: 98px;
}

.altbar .wrp .box ul li a {
    font-size: 17px;
    line-height: 30px;
    color: #0e0e0e;
}

.altbar .wrp .bx5 {
    display: flex;
    align-items: flex-end;
}

.altbar .wrp .bx5 .etbis {
    max-width: 160px;
    margin-top: 100px;
    width: 100%;
}

.urungoster {
    display: flex;
    width: 100%;
    justify-content: center;
}

.urungoster .wrp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 1410px;
}

.urungoster .detay {
    display: flex;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
}

.urungoster .detay .left {
    display: flex;
    width: 48%;
    flex-direction: column;
}

.urungoster .detay .right {
    width: 60%;
}

.urungoster .detay .left .galeri {
    width: 81%;
}

.urungoster .detay .left .xzoom-thumbs a img {
    width: 62px;
}

.urungoster .detay .right .manset {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 19px;
}

.urungoster .detay .right .manset h1 {
    font-size: 22px;
    width: 100%;
    font-weight: 900;
    margin-bottom: 19px;
}

.urungoster .detay .right .manset p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15;
    margin-bottom: 27px;
}

.urungoster .detay .right .manset .rating {
    display: flex;
    width: 120px;
}

.urungoster .detay .right .manset .rating .fas {
    color: #fdd400;
}

.urungoster .detay .right .buybox .ajaxVarFiyat .myfiyat {
    margin-bottom: 15px;
}

.urungoster .detay .right .buybox .ajaxVarFiyat .piyasa_fiyati .fiyat {
    font-size: 19px!important;
}

.urungoster .detay .right .buybox .ajaxVarFiyat .myfiyat .fiyat_block {
    background: transparent;
    padding: 0px;
}

.urun_goster.ajaxVarFiyat .myfiyat .stockerdetay {
    display: none
}

.urungoster .detay .right .buybox .ajaxVarFiyat .myfiyat .fiyat_block .fiyat {
    font-size: 34px;
}

.urun_goster.ajaxVarFiyat .myfiyat .indirim {
    background: #1cc791!important;
    border-radius: 500px!important;
}

ul.urunSecim,ul.urunSecim li {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

ul.urunSecim li {
    float: left;
    padding: 5px;
    margin: 5px;
    margin-left: 0;
    font-size: 14px!important;
    border-radius: 50px;
    padding: 9px 40px;
    background: #eee;
}

ul.urunSecim li:hover {
    background: #fff;
    color: #1cc791;
}

ul.urunSecim li.selected {
    border-color: #1cc791;
    background: #1cc791;
    color: #fff;
}

ul.urunSecim li.disabled {
    color: #ddd;
}

.basketfnc {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
}

.basketfnc .adetler {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: 13px;
}

.right .sepet2go {
    margin: 0px!important;
    border-radius: 250px!important;
    background: #1cc791!important;
    min-width: 245px;
    margin-right: 15px!important;
    padding: 15px;
    margin-bottom: 15px!important;
}

.right .sepet2go:nth-child(2) {
    background: #ff005c!important;
}

.basketfnc .urunSepeteEkleAdet {
    max-width: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.basketfnc .adetler a {
    background: #ddd;
    font-size: 25px;
    display: flex;
    justify-content: center;
    height: 40px;
    width: 44px;
    border-radius: 5px;
    color: #000;
    align-items: center;
}

.accordions {
    margin-bottom: 80px;
    background: #eeeeee82;
    padding: 15px;
    border-radius: 10px;
    margin-top: 25px;
}

.accordions .accordion {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 900;
    font-size: 17px;
    border-bottom: 1px solid #cdcdcd42;
    display: flex;
    height: 48px;
    align-items: center;
}

.accordions .accordion i {
    width: 44px;
    font-size: 18px;
    color: rgb(28 199 145);
    margin-left: 20px;
}

.accordions .active,.accordions .accordion:hover {
    background-color: #bbbbbb;
    color: #ffffff;
}

.accordions .panel {
    padding: 0 18px;
    background-color: #ffffff;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
}

.accordions .panel p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 31px;
    color: #000;
}

.accordions .panel .item {
    padding: 20px 0;
    padding-left: 39px;
    padding-bottom: 0;
}

.kargolama {
    display: none;
    background: #f3efe9;
    border-radius: 10px;
    padding: 15px;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.266667px;
    color: #343434;
    align-items: center;
    margin-top: 13px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0px #ffffff;
    width: 96%;
    max-width: 570px;
}

.kargolama .left {
    display: flex;
    align-items: center;
    width: 80px;
    justify-content: center;
    max-width: 89px;
}

.kargolama .left svg {
    width: 50px;
    fill: #1cc791;
    padding-right: 11px;
}

.kargolama .right {
    display: flex;
    width: calc(100% - 230px);
    flex-wrap: wrap;
    align-items: center;
}

.kargolama .right .baslik {
    display: flex;
    width: 100%;
    font-size: 15px;
}

.kargolama .right .uyari span {
    font-weight: 700;
}

.kargolama .right .uyari {
    color: #08875e;
    padding-left: 5px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 7px;
}

.kargolama .icons {
    display: flex;
    width: 150px;
    flex-wrap: wrap;
}

.kargolama .icons .baslik {
    font-size: 10px;
    width: 100%;
    white-space: nowrap;
}

.kargolama .icons img {
    width: 46%;
    margin-right: 5px;
    border-radius: 3px;
}

.tanitim {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #e5efec url('images/shine.png') center top no-repeat;
    padding-top: 75px;
}

.tanitim .wrp {
    display: flex;
    width: 100%;
    max-width: 1410px;
    justify-content: space-between;
    flex-direction: row;
}

.tanitim .hexagon {
    display: flex;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 35px;
    flex-direction: column;
    width: 30%;
    justify-content: flex-start;
    align-items: center;
}

.tanitim .hexagon:nth-child(2) {
    border-right: 2px dashed #bddfd5;
    border-left: 2px dashed #bddfd5;
    border-radius: 0px;
    width: 36%;
}

.tanitim .hexagon:nth-child(even) {
    box-shadow: none;
}

.tanitim .hexagon .pic {
    display: flex;
    width: 302px;
    align-items: center;
}

.tanitim .hexagon .pic img {
    width: 100%;
    border-radius: 45px;
}

.tanitim .hexagon .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tanitim .hexagon .txt .title {
    font-size: 23px;
    width: 100%;
    font-weight: 900;
    margin-bottom: 19px;
    margin-top: 25px;
    line-height: 27px;
    text-align: center;
}

.tanitim .hexagon .txt .metin {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 27px;
    text-align: center;
}

.faq {
    display: flex;
    justify-content: center;
    padding: 35px;
}

.faq .wrp {
    display: flex;
    width: 100%;
    max-width: 820px;
    justify-content: center;
    flex-wrap: wrap;
}

.faq .wrp h2 {
    width: 100%;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}

.faq .wrp .faqacc {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.faqacc h3.faq {
    color: #000;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 900;
    font-size: 19px;
    border-bottom: 1px solid #ffe4ab9c;
    display: flex;
    height: 62px;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
}

.faqacc h3.active {
    color: #fc4379;
    font-size: 25px;
}

.faqacc h3.faq .fas {
    margin-right: 14px;
    color: #d7af67;
}

.faqacc .panel {
    display: none;
    float: left;
    width: 100%;
}

.faqacc .item p {
    font-size: 18px;
    line-height: 27px;
    display: block;
    float: left;
    width: 100%;
    padding-left: 45px;
    padding-bottom: 35px;
    padding-top: 24px;
    color: #5c636e;
}

.kategoriGoster {
    display: flex;
    flex-wrap: wrap;
}

.kategoriGoster .urun {
    width: 24%;
    min-height: 490px;
}

.PageBody p {
    font-size: 18px;
    line-height: 26px;
    color: #202020;
    text-align: left;
}

.PageBody span {
    font-size: 20px!important;
    font-weight: 900;
    color: #000;
    line-height: 28px;
}

.soru {
    padding: 5px;
    background-color: #ffffff75;
    color: #000;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 900;
    font-size: 17px;
    border-bottom: 1px solid #cdcdcd8f;
    display: flex;
    height: 48px;
    align-items: center;
}

.about {
    background: #edebe79c;
    padding: 45px!important;
    display: flex;
    margin-bottom: 45px!important;
}

.about p {
    font-size: 18px;
    line-height: 26px;
    color: #202020;
    text-align: left;
}

.contactPage li label {
    display: inline-block;
    width: 140px;
    font-weight: 500;
    font-weight: 800;
    font-size: 15px;
}

.skt {
    display: flex;
    width: 100%;
    font-size: 13px;
    margin: 22px;
    margin-left: 0;
}

.skt p {
    font-weight: 600;
}

.skt span {
    font-weight: 900;
    color: #1cc791;
}

.skt i {
    margin-left: 14px;
    margin-right: 12px;
    color: #1cc791;
}

.basket-wrap a.alisveris-tamamla {
    background: #ff437e!important;
    color: #fff!important;
    position: relative;
    display: inline;
    margin: 0px;
    font-weight: 600;
    outline: none;
    border: 0px;
    font-weight: 800;
    border-radius: 350px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    width: 100%;
    margin-top: 15px;
    text-shadow: none;
}

.eczaneler {
    display: flex;
    align-items: center;
}

.eczaneler p {
    display: none;
    text-align: right;
    font-size: 13px;
    padding-right: 5px;
}

.eczaneler img {
    display: block;
    width: 50px;
    height: auto;
}

.benzerurunler .urun {
    box-shadow: none!important;
    margin: 15px;
}

.blogmain {
    display: flex!important;
    justify-content: center;
}

.blogmain .item {
    max-width: 31%;
    margin: 0px!important;
}

.blogdetay {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #fff;
}

.blogdetay .wrapper {
    display: flex;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: space-between;
}

.blogdetay .wrapper .blog_breadcrump {
    display: flex;
    width: 100%;
    margin-top: 1rem;
}

.blogdetay .wrapper .left {
    display: flex;
    width: calc(90% - 250px);
    flex-wrap: wrap;
}

.blogdetay .wrapper .left .imager {
    display: flex;
    width: 100%;
}

.blogdetay .wrapper .left .imager img {
    width: 100%;
    object-fit: cover;
}

.blogdetay .wrapper .left .content {
    width: 100%;
    line-height: 1.5;
    padding: 0 1rem;
}

.blogdetay .wrapper .left .content h1 {
    padding: 1rem;
    font-size: 21px;
    border-bottom: 1px solid #eee;
}

.blogdetay .wrapper .left .content p {
    font-family: sans-serif;
}

.blogdetay .wrapper .left .content h2 {
    text-align: center;
    color: #1e1e1e;
    font-weight: 500;
    margin-top: .5rem;
}

.blogdetay .wrapper .left .content ul {
    list-style: none!important;
}

.blogdetay .wrapper .right {
    display: flex;
    width: 338px;
    background: #ffffff;
    padding: 15px;
    border-radius: 13px;
}

.blogdetay .wrapper .right .blck p.title {
    font-weight: 600;
}

.blogdetay .wrapper .right .blck ul li {
    list-style: none;
    margin-bottom: 13px;
}

.blogdetay .wrapper .right .blck ul li a {
    font-size: 14px;
    color: #000;
}

.sosyal ul li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.sosyal ul li a {
    font-size: 60px;
    color: #393e46;
}

.sosyal ul li a .fa-facebook {
    color: #3b5998;
}

.sosyal ul li a .fa-instagram {
    color: #c13584;
}

.sosyal ul li a .fa-youtube {
    color: #FF0000;
}

.consumer {
    margin-top: 35px;
}

.consumer .boxx {
    text-align: center;
}

.consumer .boxx p.title {
    color: #393e46;
    font-size: 24px;
    padding-bottom: 25px;
    font-family: 'Avenir Next LT Pro regular',sans-serif;
}

.consumer .boxx ul {
    width: 100%;
    float: left;
    display: block;
}

.consumer .boxx p.title {
    max-width: 100%!important;
    text-align: center;
}

.consumer .boxx ul li a {
    display: block;
    color: #393e46;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Avenir Next LT Pro regular',sans-serif;
    text-shadow: none;
}

.consumer .boxx ul li {
    display: block;
    color: #3e444b;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Avenir Next LT Pro regular',sans-serif;
}

#ebulten {
    background: #fff;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

#ebulten p.title {
    text-align: center;
    font-family: Avenir Next LT Pro Demi;
    font-size: 2.3em;
    display: block;
    padding-bottom: 16px;
    width: 100%;
    max-width: 100%;
}

#ebulten p.txt {
    text-align: center;
    font-family: Avenir Next LT Pro Regular;
    font-size: 1.3em;
    display: block;
    padding-bottom: 25px;
    float: left;
    width: 100%;
}

#ebulten form#ebultenform {
    display: block;
    position: relative;
}

#ebulten form#ebultenform input#ebulteninput {
    border-radius: 50px;
    padding: 15px;
    text-align: center;
    border: 1px solid #ff5989;
    font-size: 14px;
}

#ebulten form#ebultenform input.ebultenButton {
    padding: 17px;
    border-radius: 250px;
    min-width: 200px;
    right: 0;
    position: absolute;
    background: #ff4680;
}

#kap_footer {
    background: #ececee9e;
    padding: 30px 0px;
}

#kap_footer .footerContent .footerPages h1 {
    font-family: Avenir Next LT Pro regular;
    font-weight: 900;
    color: #4e4e4e;
    font-size: 1.2em;
    letter-spacing: -0.014em;
}

#kap_footer .footerContent .footerPages ul.pages {
    display: block;
    margin-top: 20px;
}

#kap_footer .footerContent .footerInfo .eBulten {
    text-align: right;
}

#kap_footer .footerContent .footerInfo .eBulten h1 {
    font-family: Avenir Next LT Pro regular;
    font-weight: 700;
    font-size: 1.6em;
    color: #4e4e4e;
    letter-spacing: 1px;
}

#kap_footer .footerContent .footerInfo .eBulten p {
    display: block;
    font-family: dosis;
    font-weight: 500;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

#kap_footer .footerContent .footerInfo .eBulten .ebultenForm {
    position: relative;
    margin-top: 20px;
}

#kap_footer .footerContent .footerInfo .eBulten .banksImages img {
    width: auto;
    height: auto;
}

#kap_footer .footerContent .footerSocialWrap {
    border-bottom: 1px solid #bbbbbb;
    text-align: center;
    position: relative;
    z-index: 1;
}

#kap_footer .footerContent .footerSocialWrap ul.footerSocial {
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    z-index: 2;
    top: 20px;
    background: #f3f3f4;
}

#kap_footer .footerContent .footerSocialWrap ul.footerSocial li {
    display: inline-block;
}

#kap_footer .footerContent .footerSocialWrap ul.footerSocial li a {
    color: #4e4e4e;
    padding: 10px 13px;
    font-size: 18px;
}

#kap_footer .footerContent .footerSocialWrap ul.footerSocial li a i {
    transition: ease-in-out all .4s;
}

#kap_footer .footerContent .footerCopyright {
    text-align: center;
    font-family: dosis;
    font-size: 16px;
    color: #4e4e4e;
    margin-top: 21px;
    padding: 10px 0;
}

#kap_footer .footerContent .footerPages ul.pages li {
    display: block;
    margin-bottom: 10px;
}

#kap_footer .footerContent .footerPages ul.pages li a {
    color: #a2a2a2;
    font-family: 'adineue/adineue PRO';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.030em;
}

#kap_footer .footerContent .footerPages ul.pages li a:hover {
    color: #111;
}

#kap_footer #ebultenform .b-box {
    width: 56%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    font-family: dosis;
    font-size: 14px;
    color: #666;
}

#kap_footer #ebultenform .ebultenButton {
    position: absolute;
    bottom: 19px;
    right: 0;
    background: #4e4e4e;
    font-family: dosis;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
    padding: 13px 25px;
    transition: ease-in-out all .3s;
}

#kap_footer #ebultenform .ebultenButton:hover {
    background: #ede734;
    color: #000;
}

#kap_footer .footerContent .footerSocialWrap ul.footerSocial li a:hover i {
    transform: scale(1.5);
}

#sloganText {
    margin-top: 0;
    background: #fafafa;
}

#sloganText .sloganTextContant {
    padding: 0;
}

#sloganText .sloganTextContant .sloganTextColumns {
    padding: 21px 20px;
    width: calc(25% - 15px);
    margin: 10px;
    border-right: none;
}

#sloganText .sloganTextContant .sloganTextColumns:hover {
    box-shadow: 0px 2px 10px #ddd;
}

#sloganText .sloganTextContant .sloganTextColumns .icon {
    text-align: center;
    margin-bottom: 16px;
}

#sloganText .sloganTextContant .sloganTextColumns .icon i {
    font-size: 38px;
    color: #393e46;
}

#sloganText .sloganTextContant .sloganTextColumns span {
    font-family: 'Avenir Next LT Pro Regular';
    font-size: 0.90em;
    display: block;
    text-align: center;
    clear: left;
    color: #393e46;
    font-weight: 900;
    text-shadow: none;
}

#sloganText .sloganTextContant .sloganTextColumns p {
    font-family: 'Avenir Next LT Pro regular',sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
    color: #5c636e;
    letter-spacing: 0;
    text-shadow: none;
}

#sloganText .sloganTextContant .sloganTextColumns:first-child {
    margin-left: 0;
}

#sloganText .sloganTextContant .sloganTextColumns:last-child {
    margin-right: 0;
    border: none;
}

span.copy {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans';
}

.bitem {
    display: block;
    float: left;
    width: 33.33%;
    padding: 10px;
    margin-bottom: 35px;
}

.bitem a.pic {
    display: block;
    float: left;
    width: 100%;
}

.bitem a.pic img {
    width: 100%;
}

.bitem a.tit {
    display: block;
    float: left;
    width: 100%;
    height: 59px;
}

.bitem a.tit h3 {
    font-family: 'Avenir Next LT Pro Bold';
    padding-top: 16px;
    font-size: 18px;
    padding-bottom: 10px;
    color: #000;
}

.bitem p {
    font-size: 13px!important;
    line-height: 20px!important;
}

.sosyal {
    text-align: center;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 35px!important;
}

.sosyal ul li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.sosyal ul li a {
    font-size: 60px;
    color: #393e46;
}

.sosyal ul li a .fa-facebook {
    color: #3b5998;
}

.sosyal ul li a .fa-instagram {
    color: #c13584;
}

.sosyal ul li a .fa-youtube {
    color: #FF0000;
}

.adbanner .wrapping .getbanner.header img {
    max-height: 100px;
    width: 100%;
    max-width: 1920px;
}

.accordion {
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    cursor: pointer;
    padding: 10px 15px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1rem;
    border: none;
    background: no-repeat;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
    transition: all .5s ease;
}

.accordion-header.active {
    color: #fc4379;
    font-size: 22px;
}

.accordion-body {
    display: none;
    padding: 10px 15px;
    line-height: 2;
    color: #5c636e;
    padding-left: 45px;
    padding-bottom: 35px;
    padding-top: 24px;
}

.accordion-header i.fas.fa-minus {
    display: none;
}

.accordion-header.active i.fas.fa-plus {
    display: none;
}

.accordion-header.active i.fas.fa-minus {
    display: inline-block;
}

.blogdetay .wrapper .left .content h2 + .price {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: .5rem;
    color: #1e1e1e;
}

#supra_carousel .add-cart {
    display: block;
    width: 100%;
    background: deeppink;
    margin: auto;
    text-align: center;
    max-width: 112px;
    padding: .5rem 0;
    border-radius: .5rem;
    margin-top: 1rem;
}

#supra_carousel .add-cart a {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

#supra_carousel .btn-geri,#supra_carousel .btn-ileri {
    top: 10rem;
}

.blogdetay .wrapper .blog_breadcrump a {
    color: #1e1e1e;
    margin: 0 0.3rem;
}

.blogdetay .wrapper .blog_breadcrump span {
    color: #1e1e1e;
}

.blogdetay .wrapper .right .blck ul li + li {
    border-top: 1px solid #ddd;
    margin: 15px 0;
    padding-top: 15px;
}

.blogdetay .wrapper .left .content * {
    line-height: 1.6;
    font-family: sans-serif!important;
}

#sepet_open_window span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #000;
    top: 9px;
    position: absolute;
    font-weight: 600;
    right: 0;
    left: 0;
    font-size: 14px;
    bottom: 0;
}

a#sepet_open_window {
    position: relative;
}

.eczaneler a {
    padding: 0!important;
    margin: 0!important;
    width: 48px;
    display: unset!important;
}

.nfooter {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: #e5ece9;
    margin-bottom: -55px;
}

.nfooter .wrp {
    display: flex;
    width: 100%;
    max-width: 1560px;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-right: 70px;
    padding-left: 70px;
    flex-direction: row;
}

.nfooter .boxes {
    display: flex;
    flex-direction: column;
}

.nfooter .boxes .baslik {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 19px;
}

.nfooter .boxes .etbis img {
    width: 70px;
}

.nfooter .boxes ul li {
    color: #006d6c;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 0px;
    display: flex;
}

.nfooter .boxes .vurgula {
    color: #006d6c;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 0px;
    display: flex;
}

.nfooter .boxes ul li a {
    color: #006d6c;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 0px;
    display: flex;
}

.nfooter .boxes ul li a.map_buton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 35px;
    cursor: pointer;
    transition: all .3s;
    -webkit-appearance: none;
    border-radius: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #03302e;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nfooter .ebulten {
    width: 38%;
}

.nfooter .ebulten .desc {
    color: #006d6c;
    margin-bottom: 25px;
    line-height: 25px;
}

.nfooter .ebulten .ebulteninput {
    margin-right: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    height: 42px;
    border-radius: 3px;
    border: none;
    width: 100%;
    padding: 15px;
}

.nfooter .ebulten .checkboxlink {
    color: #4d4d4d;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    line-height: 24px;
}

.nfooter .ebulten .egonder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    cursor: pointer;
    transition: all .3s;
    -webkit-appearance: none;
    border-radius: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #03302e;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 13px;
}

.nfooter .sub {
    display: flex;
    width: 100%;
    max-width: 80%;
    flex-wrap: wrap;
    justify-content: center;
}

.sosyal {
    text-align: center;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 35px!important;
    width: 100%;
    justify-content: center;
}

.sosyal ul li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.sosyal ul li a {
    font-size: 60px;
    color: #393e46;
}

.sosyal ul li a .fa-facebook {
    color: #3b5998;
}

.sosyal ul li a .fa-instagram {
    color: #c13584;
}

.sosyal ul li a .fa-youtube {
    color: #FF0000;
}

.nfooter .sub p {
    line-height: 24px;
    text-align: center;
    max-width: 1500px;
    color: #03302e;
}

.nfooter .logolar {
    display: block;
    width: 100%;
    text-align: center;
    padding: 35px;
    margin-bottom: 50px;
}

.nfooter .ebulten .str {
    position: relative;
}

.nfooter .bx1 {
    width: 25%;
}

.nfooter .bx2 {
    width: 25%;
}

#hslider .wrapping {
    max-width: 100%;
}

#anaslide_block {
    padding: 0px;
}

#anaslide_block {
    padding: 0px;
}

.instagram {
    display: flex;
    justify-content: center;
}

.instagram .wrp {
    flex-wrap: wrap;
    max-width: 1410px;
    display: block;
    text-align: center;
}

.instagram .wrp .item {
    width: 100%;
    display: flex;
}

.instagram .wrp .item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram .wrp .item img {
    width: 100%;
    display: flex;
    width: 100%;
    border-radius: 1000px;
}

.owl-carousel .owl-item img {
    height: auto;
}

.dealers {
    display: flex;
    width: 100%;
    justify-content: center;
}

.dealers .dealer_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dealers .dealer_form .titles {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.dealers .dealer_form .titles h1 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 23px;
    line-height: 40px;
    margin-top: 15px;
}

.dealers .dealer_form .titles p {
    width: 100%;
    text-align: center;
    font-size: 23px;
    margin-bottom: 25px;
}

.dealers .dealer_form .titles p.desc {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
}

.dealers .dealer_form .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dealers .dealer_form .box select {
    border: 1px solid #ddd;
    padding: 15px;
    width: 200px;
    margin: 10px;
    font-size: 18px;
}

.dealers .dealer_form .dealsonuc {
    display: flex;
    margin-top: 15px;
    width: 100%;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 25px;
}

.dealers .dealer_form .dealsonuc .item {
    display: flex;
    flex-direction: column;
    line-height: 24px;
    width: 49%;
    padding: 11px;
    background: #eee;
    border-radius: 10px;
}

.dealers .dealer_form .dealsonuc .item p.title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.dealers .dealer_form .dealsonuc .item p.phone {
    margin-bottom: 0;
}

.blog_breadcrump {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.blog_breadcrump > span {
    display: block;
    font-family: 'adineue/adineue PRO',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    float: left;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.blog_breadcrump > span > a {
    color: #000;
}

.blog_breadcrump > span.active > a {
    color: #ff437f;
}

.yazar {
    display: block;
    width: 100%;
    height: auto;
    background: #16c0b7;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    padding: 20px;
    margin: 20px 0;
}

.yazar ul.yazarListe {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.yazar ul.yazarListe > li {
    list-style: none;
    padding: 20px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #4acec6;
}

.yazar ul.yazarListe > li:last-child {
    border-bottom: 0px;
}

.yazar ul.yazarListe > li .yLeft {
    width: 130px;
    float: left;
}

.yLeft img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.yLeft > a {
    display: block;
    float: left;
    margin: 10px 5px;
    text-decoration: none;
    color: #fff;
}

.yLeft > a > i {
    font-size: 23px;
}

.yazar ul.yazarListe > li .yRight {
    width: 600px;
    float: left;
}

.yRight h3.yazarBaslik {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'adineue/adineue PRO',sans-serif;
    margin-bottom: 10px;
}

.yRight span.yazarAciklama {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'adineue/adineue PRO',sans-serif;
    line-height: 22px;
}

/*#empty_left {display: block !important;width: 100%;}*/
/*#empty_right p {display: none !important;}*/
.btuser {
    display: none;
}

@media screen and (max-width: 1500px) {
    #header .menu ul li:last-child a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 1375px) {
    html {
        overflow-x:hidden;
    }

    #header .logo {
        width: 200px;
    }

    #header .menu ul li a {
        padding: 12px 13px;
        font-size: 15px;
    }

    #header .sepetmenu {
        width: 100px;
    }

    .eczaneler {
        display: none;
    }

    #header .menu ul li:nth-child(5) {
        display: none;
    }

    .urunler {
        max-width: 90%;
    }

    .performance .wrp .cover .bks {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .blogbox .wrp {
        max-width: 87%;
    }

    .nfooter .boxes {
        width: 48%;
        height: 290px;
    }

    .nfooter .bx3 {
        width: 47px;
    }
}

@media screen and (max-width: 900px) {
    html {
        overflow-x:hidden;
    }

    .band {
        display: none;
    }

    #header .logo {
        width: 200px;
    }

    #header .logo a img {
        max-width: 114px;
        margin-left: 65px;
    }

    #header .menu {
        display: none;
    }

    #header .menu ul li a {
        padding: 12px 13px;
        font-size: 15px;
    }

    #header .menu ul li:nth-child(5) {
        display: none;
    }

    #header .sepetmenu {
        display: flex;
        justify-content: flex-end;
    }

    #header .sepetmenu a {
        padding: 0px;
        width: 34px;
        margin-left: 11px;
        display: flex;
    }

    #imobmenu ul li a {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        padding: 10px;
        border-bottom: 1px solid #eee;
        padding-left: 35px;
    }

    #imobmenu ul li a.click1 {
        font-size: 18px;
        padding-left: 35px;
        font-weight: 800;
    }

    #imobmenu .step1 a {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        padding: 10px;
        border-bottom: 1px solid #eee;
        padding-left: 36px;
    }

    #imobmenu ul li ul.opener {
        display: none;
    }

    #iopen {
        position: absolute;
        top: 15px;
    }

    section.homeproducts {
        padding-top: 15px;
    }

    section.homeproducts .urun {
        width: 100%;
        margin-bottom: 9px;
        display: flex;
        align-items: flex-start;
    }

    section.homeproducts .wrp .baslik {
        font-size: 15px;
        height: 41px;
    }

    section.homeproducts .wrp .baslik h1 {
        margin-bottom: 0;
        font-size: 29px;
    }

    section.homeproducts .wrp .baslik a {
        font-size: 14px;
        margin-top: 15px;
    }

    .urunler {
        max-width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 45px;
    }

    .urunler .urun .fiyat {
        font-size: 19px;
    }

    .performance {
        display: flex;
        justify-content: center;
        padding: 15px;
    }

    .performance .wrp {
        width: 115%;
    }

    .performance .wrp p.head {
        display: flex;
        flex-direction: column;
        font-size: 33px;
        white-space: nowrap;
    }

    .performance .wrp p.desc {
        text-align: center;
    }

    .performance .wrp .cover {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .performance .wrp .cover .k2 {
        margin-top: 45px;
    }

    .commentshome {
        display: flex;
        flex-direction: column;
        padding: 15px;
        background: #eeeeee9e;
    }

    .commentshome .wrp {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .commentshome .wrp .left {
        width: 100%;
    }

    .commentshome .wrp .right {
        width: 100%;
        padding-bottom: 0;
    }

    .blogbox .wrp {
        max-width: 87%;
    }

    .blogbox .wrp .heads {
        font-size: 30px;
        margin-bottom: -40px;
    }

    .blogbox .wrp .bloglar .item {
        width: 100%;
        max-width: 100%;
    }

    .blogbox .wrp .bloglar .item .img {
        height: auto;
    }

    .urungoster .wrp {
        max-width: 95%;
    }

    .urungoster .detay {
        display: flex;
        flex-direction: column;
    }

    .urungoster .detay .right {
        width: 100%;
    }

    .urungoster .detay .left {
        width: 100%;
    }

    .urungoster .detay .left .galeri {
        width: 100%;
    }

    .urungoster .detay .left .ytbr {
        width: 100%;
    }

    .video iframe {
        max-width: 100%;
    }

    .urungoster .detay .left .galeri div {
        width: 100%;
    }

    .gvideo {
        width: 100%;
    }

    .urungoster .detay .right .buybox {
        height: 440px;
    }

    .basketfnc {
        display: flex;
        flex-direction: column;
    }

    .basketfnc .adetler {
        margin-bottom: 15px;
    }

    .right .sepet2go:nth-child(2) {
        padding: 15px;
        margin-bottom: 15px!important;
    }

    .tanitim .wrp {
        display: flex;
        flex-direction: column;
    }

    .tanitim .hexagon {
        width: 100%;
    }

    .tanitim .hexagon:nth-child(even) {
        width: 100%;
    }

    .kategoriGoster .urun {
        width: 40%;
        height: auto;
        max-height: 250px;
    }

    .skt p {
        white-space: nowrap;
    }

    .skt span {
        white-space: nowrap;
    }

    .eczaneler {
        display: none;
    }

    .blogdetay .wrapper {
        max-width: 95%;
    }

    .blogdetay .wrapper .blog_breadcrump {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        gap: 7px;
    }

    .blogdetay .wrapper .left {
        width: 100%;
    }

    .blogdetay .wrapper img {
        max-width: 100%;
        height: auto;
    }

    .nfooter .wrp {
        padding: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .nfooter .boxes .vurgula {
        font-size: 14px;
    }

    .nfooter .boxes ul li a.map_buton {
        white-space: nowrap;
        width: 159px;
        font-size: 12px;
    }

    .nfooter .ebulten {
        width: 100%;
    }

    .nfooter .sub {
        margin-top: -80px;
    }

    .sosyal {
        width: 100%;
    }

    .sosyal ul {
        width: 100%;
        display: flex;
    }

    .nfooter .logolar {
        padding: 0;
        margin-top: 35px;
        margin-bottom: 85px;
    }

    .nfooter .logolar img {
        width: 100%;
    }

    #imobile .logo.flx img {
        width: 125px;
        margin-left: 39px;
        margin-top: 15px;
    }

    .click1 span {
        display: flex;
        background: #ff4680;
        padding: 7px;
        text-align: center;
        color: #fff;
        width: 140px;
        border-radius: 50px;
        margin-top: 11px;
    }

    .b_ara {
        display: none!important;
    }

    .ajaxBasketWrap {
        left: 0;
        max-width: 90%;
        left: 4%;
    }

    .sldesktop {
        display: none!important;
    }

    .slmobile {
        display: block!important;
    }

    .sertifikalar {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .sertifikalar .projeTitle {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 23px;
        line-height: 40px;
        margin-top: 15px;
    }

    .sertifikalar ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }

    .sertifikalar ul li {
        display: flex;
        width: calc(50% - 15px);
    }

    .sertifikalar ul li a {
        display: block!important;
        color: #000;
        border-radius: 5px;
        border: 1px solid #ddd;
        padding: 15px;
    }

    .sertifikalar ul li a img {
        width: 100%;
        margin-top: 13px;
    }

    .catsep {
    }

    .catsep .catsep {
        max-width: 440px;
        display: flex;
        width: 80%;
        flex-direction: column;
        margin: auto;
    }
}

.catsep {
    background: #fff;
    padding: 20px;
    border-radius: 28px;
    font-size: 14px;
    line-height: 25px;
}

.catsep p {
    font-size: 14px;
    line-height: 24px;
}

.catsep h1 {
    font-size: 29px;
}

.catsep h3 {
    font-size: 29px;
    margin-top: 26px;
}

.catsep h2 {
    font-size: 29px;
    margin-top: 25px;
}

.dscr {
    background: #e8206f;
    padding: 10px;
    margin-right: 12px;
    margin-bottom: 8px;
    border-radius: 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}
