/* ========================= */
/* ---- Mecitefendi Tema ----*/
/* ------ artarda.com  ------*/
/* ========================= */
/***/
:root { 
    --theme-color: #333;
} 
 
* { 
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*reset Css*/
[hidden] {
    display: none !important;
}

[role="button"] {
    cursor: pointer;
} 

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

html {
    box-sizing: border-box;
    background-color:#fff
}

body {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
}

input[type="number"]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

input, button, select, textarea {
    line-height: inherit;
}

img {
    display: block;
    border: none;
    max-width: 100%;
}

i {
    font-style: normal;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a {
    text-decoration: none;
    color: #000;
    transition: background .1s ease-in-out,color .1s ease-in-out;
}

p a {
    color: #000 !important;
    text-decoration: none !important;
} 
p a span{
    color: #000 !important;
    text-decoration: none !important;
} 
a:active, a:hover {
    outline-width: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #000;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #000;
}

select, input {
    
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 600s ease-in-out 0s;
}

textarea {
    resize: vertical;
    overflow: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  
  #customize-preview {
  background-color:transparent !important}


/*HEADER*/

div#top-bar {
    width: 100%;
    height: 40px;
  	min-height: 40px;
    background-color:transparent;
    z-index:999;
}
#top-bar .headerContainer {

}

header#headerNew {
    position:relative;
    z-index:99;
    background-color:white;
}
header#headerNew .header {
    background-color:transparent !important;
}

header#headerNew .header #masthead{
    background-color:transparent !important;
    padding-inline:40px !important;
  
}
header#headerNew .header .wide-nav{
    background-color:transparent !important;
}
body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a{
    position:relative
} 
body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > a {
    background-color:transparent !important;;
} 
body .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li:hover > a:after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='7' viewBox='0 0 16 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9219 0.177668C16.0529 0.372118 16.0152 0.646121 15.8376 0.789505L8.2375 6.91471C8.0964 7.02843 7.9036 7.02843 7.7625 6.91471L0.162434 0.789504C-0.0152319 0.646121 -0.0529357 0.372117 0.0780587 0.177667C0.20915 -0.0166604 0.459661 -0.0579 0.637438 0.0853789L8 6.01917L15.3626 0.0853796C15.5403 -0.0578995 15.7909 -0.01666 15.9219 0.177668Z' fill='black'/%3E%3C/svg%3E%0A");    position:absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
} 
  
 
.homepagebody header#headerNew {
    position:absolute;
    top: 0px;
    left:0;
    width:100%;
    z-index:999;
    background-color:transparent;
}
.homepagebody header#headerNew {
    position:absolute;
    top: 0px;
    left:0;
    width:100%;
    z-index:999;
    background-color:transparent;
}
.homepagebody div#top-bar {
    color:White;
    border-bottom-color:white;
}
.homepagebody div#masthead {
    color:White;
    border-bottom-color:white;
}
.homepagebody div#masthead #hb-logo svg *{
    fill:White;
}
.homepagebody div#masthead .svgIcon svg *{
    stroke:White;
}

.homepagebody .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a {
    color:white;
}
.homepagebody #headerNew .newMenuBtnClick i::before{
content: url("data:image/svg+xml,%3Csvg width='23' height='17' stroke='white' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5049 16.5049L0.504882 16.5049'  stroke-linecap='round'/%3E%3Cpath d='M22.5 8.5L0.5 8.5'  stroke-linecap='round'/%3E%3Cpath d='M22.5 0.5L0.5 0.5'  stroke-linecap='round'/%3E%3C/svg%3E%0A");
}  
.header-main > .header-inner > .flex-col.flex-right {
    flex:unset !important;
}
.header-main > .header-inner > .flex-col.flex-grow {
    flex: 1 !important;}
body .header-main .header-nav.nav-right {
    gap: 20px;
    align-items: center;
    justify-content: center;
}
body #divTopProductSearch {
    height:auto;;
}
.svgIcon.search-svg {
    display:flex;
    align-items:center;
    justify-content:center;
}
body header #divHeaderUyeV2 a.account-link.headerButon {
    height:auto;
    background: transparent;
    padding: 0;
    }

body header .cart-item a.header-cart-link.headerButon {
    background: transparent;
    padding: 0;
    height: auto;
    border:0;
    }
body header .cart-item a.header-cart-link.headerButon:hover {
    background: transparent;
    color:white;
    height: auto;
    border:0;}

body header  .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
    left: 7px;
    font-size: 11px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    top: 10px;
    position: absolute;
    background-color:#5B9D69;
    color:white;
    text-align:center;
    border-radius:50%
}

#divTopProductSearch{
    height:auto;
}

.artarda-htop-messages {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 40px;
    overflow:hidden;
    text-align:center;
}
.artarda-htop-messages li {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  position: absolute;
  width: 100%; top: 0; left: 0;
  box-sizing: border-box;
  transform-origin: top center;
  transform: rotateX(90deg) scaleY(0.6) translateY(-20px);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.35s ease;
  will-change: transform, opacity;
    font-size:14px
}
.artarda-htop-messages li.active {
  transform: rotateX(0deg) scaleY(1) translateY(0);
  opacity: 1;
}
.artarda-htop-messages li.exit {
  transform-origin: bottom center;
  transform: rotateX(-90deg) scaleY(0.6) translateY(20px);
  opacity: 0;
}

#divTopProductSearch.dropactive .header-search-form-wrapper {
    z-index:99
}

/*FOOTER*/
footer.footerTemp {
    
}
footer.footerTemp .artarda-footer-top {
    padding:48px 40px !important; 
}

footer.footerTemp .artarda-footer-top  .ebultenDivTemp  {
    display:flex !important;
    flex-direction:row !important;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
}
footer.footerTemp .artarda-footer-top  .ebultenDivTemp  .eTempTitle {
    width:60%;
    display:flex !important;
    flex-direction:row !important;
    flex-wrap: nowrap;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}
footer.footerTemp .artarda-footer-top  .ebultenDivTemp  .eTempTitle .eTempTitle1{
    white-space:nowrap;
}
footer.footerTemp .artarda-footer-top  .ebultenDivTemp  .newsletterContent {
    width:35%;
}
footer.footerTemp .artarda-footer-top  .ebultenDivTemp  .permissionDiv {
    display:flex;
    align-items: end;
    position: absolute;
    bottom: -30px;
}
footer.footerTemp .artarda-footer-top  .ebultenDivTemp  .permissionList {
    width:fit-content;
}
footer.footerTemp .artarda-footer-top  .ebultenDivTemp  .permissionDiv  strong, footer.footerTemp .artarda-footer-top  .ebultenDivTemp  .permissionDiv  a{
    color:#000 !important;;
    
    font-family: "Raleway" !important;
}

footer.footerTemp  .artarda-footer-top  .ebultenDivTemp .newsletterContent #txtbxNewsletterMail {
    border-radius:0 !important;
    height:50px !important;
    border-color:#2a2a2a !important;
    font-family: "Raleway" !important;
}
footer.footerTemp  .artarda-footer-top  .ebultenDivTemp .newsletterContent #btnMailKaydet {
    border-radius:0 !important;
    height:50px !important;
    border-color:#2a2a2a !important
}

footer#customFooterContent .artarda-footer-center {
    padding:58px 40px; !important; 
    
}
.artarda-footer-center .footerTempRow {
    justify-content:space-between;
    gap:90px;
}
.artarda-footer-center .artarda-footer-logo{
    width:170px !important;
}

.artarda-footer-center .artarda-footer-center-center{
    width:calc(100% - 600px) !important;
    max-width: 75% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    flex-wrap:nowrap !important;
}
.artarda-footer-center .artarda-footer-center-center .footerMenuTitle {
    font-size:18px !important;
}
.artarda-footer-center .artarda-footer-center-center .footerMenuAlt a{
    font-size:16px !important;
    white-space:nowrap
} 
.artarda-footer-center .artarda-footer-center-center  .footerTempWidgetRepeat {
    width:fit-content !important;
}
.artarda-footer-center .artarda-footer-contact.footerTempColumnDiv{
    width:230px !important;
}
.artarda-footer-center .artarda-footer-contact.footerTempColumnDiv .title{
 
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    text-transform: capitalize;
    color: #2A2A2A;
    display: block;
    margin-bottom: 20px;
    width:100%;
    margin-top:20px;
}
.artarda-footer-center .artarda-footer-contact.footerTempColumnDiv .title:first-child {
    margin-top:0px;
}
.artarda-footer-center .artarda-footer-contact.footerTempColumnDiv .phone {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    margin-bottom:10px;
    color: #2A2A2A;


}
.artarda-footer-center .artarda-footer-contact.footerTempColumnDiv .email {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #2A2A2A;
    margin-bottom:10px;

}

.artarda-footer-center .artarda-footer-contact.footerTempColumnDiv .socialMediaDiv {
    margin-bottom:20px;
}

.artarda-footer-bottom {
    padding:23px 40px !important; 
}


.artarda-footer-bottom .footerTempRow {
    justify-content:space-between;
    gap:20px;
    align-items:center;
}
.artarda-footer-bottom .footerTempRow .footerTempColumnDiv {
    
}
.artarda-footer-bottom .footerTempRow .footerTempColumnDiv:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px;
    color: #2A2A2A;
}
.artarda-footer-bottom .footerTempRow .footerTempColumnDiv:first-child li{
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #2A2A2A !important;
}
.artarda-footer-bottom .footerTempRow .footerTempColumnDiv .footerBankLogo{
    text-align:center;
    align-items:center;
    justify-content:center;
}
.artarda-footer-bottom .footerTempRow .footerTempColumnDiv:last-child .footerTempWidgetRepeat {
    align-items: center;
    justify-content: end;
    width:100%;
    text-align:right;
    display: flex;
    gap: 25px;
}


.artarda-footer-bottom .footerTempRow .footerTempColumnDiv:last-child .footerTempWidgetRepeat .footerimg{
    width:70px;
    transform: translateY(-5px);
}
#divTicimaxCopyrightContent a{
    margin:0 !important;
}
#divTicimaxCopyrightContent svg{
    height: 17px;
}
/*HOME*/

.home-hero-slider .owl-item {
    height:100vh;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}
.home-hero-slider .owl-item img{
    min-height:100vh;
    min-width:100%;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: left center;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
}
.home-hero-slider .owl-nav {
    
}

.home-hero-slider  .txcol-sm {
    margin:0;
    padding:0
}
#mainHolder_divDesign .home-hero-slider .ProductListprev, #mainHolder_divDesign  .home-hero-slider .ProductListnext {
    padding:5px;
    background-color:transparent;
    width:36px;
    height:42px;
    border:1px solid #333;
    left:40px;
    right:unset;
    margin-top:30px
}
#mainHolder_divDesign .home-hero-slider .ProductListnext {
    margin-top:80px
    }
#mainHolder_divDesign .home-hero-slider .ProductListprev:before, #mainHolder_divDesign  .home-hero-slider .ProductListnext:before { 
    font-size: 20px;
    line-height: 30px;
    color: #333;}

body #mainHolder_divDesign .artarda-popular-slider .JKatAdi.categoryTitle span .satir1{
   width:100%;
   display:block;
   font-style: normal;
   font-weight: 600;
   font-size: 29px !important;
   line-height: 34px;
   text-align: center;
   padding: 80px 0 !important;
   color: #2A2A2A;
}
#mainHolder_divDesign .artarda-popular-slider .categoryTitle {
    margin:0 !important;
    padding: 0 !important;
}
.artarda-popular-slider .ulUrunSlider {
    margin:0;
    padding:0;
    margin-bottom:84px;
}
.artarda-popular-slider .ulUrunSlider .owl-stage {
    display:flex;
}
.artarda-popular-slider .ulUrunSlider .owl-stage .owl-item {
    height:auto;
}
.artarda-popular-slider .ulUrunSlider .owl-stage .owl-item li {
    height:100%;
}

.artarda-popular-slider .owl-nav{
    display:none
}

.artarda-home-featured {
    background-color:#E7E7E7 !important;
}
.artarda-home-featured .JKatAdi{
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 38px ;
    text-align:center;
    
}
#mainHolder_divDesign .artarda-home-featured.t-vw-9 .ticiContainer .txrow {
    display:flex;
    width: 100%;
    flex-direction: row-reverse;
}
#mainHolder_divDesign .artarda-home-featured.t-vw-9 .ticiContainer .txrow .txcol-sm-3 {
    width:50%;
    flex:unset !important;
    max-width: 100%;
}
.artarda-home-featured .blokResimLink{
    height: 100% !important;
} 
.artarda-home-featured .blokResimLink img{
    width:100%;
    height: 100%;
    object-fit:cover;
    object-position:center;
}
#mainHolder_divDesign .artarda-home-featured.t-vw-9 .ticiContainer .txrow #ticimaxBannerProducts {
    width:50%;
    flex:unset !important;
    padding: 50px 125px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.artarda-home-featured #divUrunler {max-width:100%;}
.artarda-home-featured .JKatAdi{
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 45px;
    color: #2A2A2A;
    flex: unset;
}

.artarda-home-featured .ProductList {
    width: 24vw;
    min-width:300px;
    /* max-width:450px; */
}

@media (min-width:1950px) {
    .artarda-home-featured .ProductList {
        width: 100%;
    }
    .artarda-home-featured .ProductList li{
        padding:10px;
    }
}
#mainHolder_divDesign .artarda-home-featured .ProductListprev, #mainHolder_divDesign  .artarda-home-featured .ProductListnext {
    padding:5px;
    background-color:transparent;
    width:36px;
    height:42px;
    border:0px solid #333;
    left:-80px;
    margin-top:0px
}
#mainHolder_divDesign .artarda-home-featured .ProductListnext {
    right:-80px;
    left:unset
    }
#mainHolder_divDesign .artarda-home-featured .ProductListprev:before, #mainHolder_divDesign  .artarda-home-featured .ProductListnext:before { 
    font-size: 20px;
    line-height: 30px;
    color: #333;}



.artarda-home-boxes {
    padding:80px 20px !important;;
}
.artarda-home-boxes .widgetTitle{
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    
    color: #2A2A2A;
    

}
.artarda-home-boxes .buttonDesc {
    position:relative;
    background-color:transparent;
        
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    
    color: #2A2A2A;
    padding:0;


}
.artarda-home-boxes .buttonDesc::after {
    display:block;
    height:1px;
    width:10px;
    background-color: #2A2A2A;
    position:absolute;
    bottom:-2px;
    left:0;
    content:'';
    transition:all ease-in-out .3s


}
.artarda-home-boxes .buttonDesc:hover::after {
     width:100%;
}

.artarda-home-boxes img {
    width:100%
}
.artarda-home-boxes .ticiJustifyCenter {
    gap:20px;
    flex-wrap:nowrap;
    margin: 0 !important
}
.artarda-home-boxes .ticiJustifyCenter .txcol-6 {
    flex:unset !important;
}
.artarda-home-cats .JKatAdi {
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 34px;
    text-align: center;
    color: #2A2A2A;
    margin-bottom:60px
}


.artarda-home-cats .txrow.ticiJustifyCenter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 24px;
    padding: 0 24px;
}
.artarda-home-cats .txrow.ticiJustifyCenter > div {
    width:100%;
    max-width: unset;
    margin-bottom: 0 !important;
}
.artarda-home-cats .txrow.ticiJustifyCenter > div a {
    overflow:hidden;
}
.artarda-home-cats .txrow.ticiJustifyCenter > div:hover img {
    scale:1.1
}
.artarda-home-cats .txrow.ticiJustifyCenter > div img {
    width:100%;
    max-width: 100%;
  transition:all ease-in-out .3s
}
.artarda-home-cats .widgetTitle{
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    text-align: left;
    color: white;
}

.artarda-home-cats .widgetDetail {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    display:flex;
    padding: 20px;
    flex-direction: row;
    height: 98px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.artarda-home-cats .buttonDesc {
    position:relative;
    background-color:transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    padding:0;
    margin-top: 0;
}
.artarda-home-cats .buttonDesc::after {
    display:block;
    height:1px;
    width:10px;
    background-color: white;
    position:absolute;
    bottom:-2px;
    left:0;
    content:'';
    transition:all ease-in-out .3s
}
.artarda-home-cats .buttonDesc:hover::after {
    width:100%;
    

}
body .artarda-home-graine {
    width:1600px;
    max-width: 96%;
    display:flex;
    gap:40px;
    margin: 0 auto !important;
    flex-direction:column;
}
.artarda-home-graine .JKatAdi span .satir1{
   width:100%;
   display:block;
   font-style: normal;
   font-weight: 600;
   font-size: 29px !important;
   line-height: 34px;
   text-align: center;
   padding: 80px 0 !important;
   color: #2A2A2A;
}

.artarda-home-graine .anasayfa_urun_slider{
    width:100%;
    max-width: 100%;
    flex: unset;
}
.artarda-home-graine .anasayfa_urun_slider .ProductList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:24px
}
.artarda-home-graine .anasayfa_urun_slider .txcol-sm-3 {
    width:100%;
    flex:unset;
    max-width:100%;
    position:relative
}
.artarda-home-graine .anasayfa_urun_slider .txcol-sm-3  .blokResimLink img {
    height:100%;
    position:absolute;
    object-fit:cover
}
.artarda-home-graine .anasayfa_urun_slider .ProductList .ItemOrj {
    width:100%;
    flex:unset;
    max-width:100%;
    margin: 0;
}

.artarda-home-colorarea {
    background-color:  #FFE4CF !important;
    margin-top: 80px !important;
    margin-bottom: 0 !important;
  overflow:hidden;
  position:relative;
}
.artarda-home-colorarea .txcol-sm-3{
    width: 40% !important;
    flex:unset !important;
    max-width: 50vw !important;
    position: absolute;
    height:100%;
}
#mainHolder_divDesign  .artarda-home-colorarea  .txcol-sm-3 .blokResimLink {
    display:flex;
    align-items: flex-end;
    height:100%;
    justify-content: flex-end;
}
.artarda-home-colorarea .txcol-sm-3 img{
    height:100%;
    object-fit: cover;
    max-width: unset;
    object-position: right;
    min-width: 100%;
}
.artarda-home-colorarea .anasayfa_urun_slider{
    width:70% !important;
    flex:unset !important;
    max-width: 70% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 60px !important;
    gap:60px;
    margin-left: 30%;
}
.artarda-home-colorarea .JKatAdi {
    flex:unset !important;
    width:45vw;
    max-width:900px;
    min-width:340px;
}
.artarda-home-colorarea .JKatAdi span .satir1{

    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #2A2A2A;


}
.artarda-home-colorarea  .sliderBannerContainer {
   width:45vw;
    max-width:900px;
    min-width:340px;
}
.artarda-home-colorarea .owl-nav {
    display:none;
}
.artarda-home-colorarea .sliderBannerContainer .owl-stage {
    display:flex;
    
}
.artarda-home-colorarea .sliderBannerContainer .owl-stage li {
    height:100%;
    
}
body .artarda-home-blog {
    padding-block:80px !important;
    width:1600px;
    max-width: 96%;
    margin: 0 auto !important;
    
}
.artarda-home-blog .JKatAdi span .satir1{

    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #2A2A2A;
    margin-bottom:80px;
    display:block;

}

.artarda-home-blog .ticiJustifyCenter{
    display:flex;
    gap:24px;
    flex-wrap:nowrap;
}
.artarda-home-blog .ticiJustifyCenter > div {
    border:1px solid #444;
    padding: 12px !important;
    margin:0 !important;
    flex: unset;
}
.artarda-home-blog .ticiJustifyCenter > div .bannerWrapper {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
}
.artarda-home-blog .ticiJustifyCenter > div .bannerWrapper  .bannerImageWrapper {
    width:35%;
}
.artarda-home-blog .ticiJustifyCenter > div .bannerWrapper  .bannerDescriptionWrapper {
    width:65%;
    gap:20px;
    text-align:left;
    align-items: flex-start;
    padding:0 30px ;
}
.artarda-home-blog .ticiJustifyCenter > div .bannerWrapper  .bannerDescriptionWrapper .bannerTitle{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
}

.artarda-home-blog .ticiJustifyCenter > div .bannerWrapper  .bannerDescriptionWrapper .bannerDesc{
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;

}

.artarda-home-blog .ticiJustifyCenter > div .bannerWrapper  .bannerDescriptionWrapper .bannerButtonWrapper a{
    padding:0;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    
    color: #000F9F;


}
.artarda-home-blog .ticiJustifyCenter > div .bannerWrapper  .bannerDescriptionWrapper .bannerButtonWrapper a:after {
    content: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.60033 0.599915C1.60033 0.268544 1.86904 -0.000158374 2.20041 -0.000158711L7.60038 -0.000158627C7.93125 0.000182931 8.19943 0.268356 8.19977 0.599225L8.19977 5.9992C8.19977 6.33057 7.93106 6.59927 7.59969 6.59927C7.26836 6.59924 7.00033 6.33123 7.00031 5.99989L6.99962 2.04797L1.02374 8.02385C0.789424 8.25816 0.410077 8.25816 0.175762 8.02385C-0.0585521 7.78953 -0.0585522 7.41018 0.175762 7.17587L6.15164 1.19999L2.19972 1.1993C1.86838 1.19928 1.60037 0.931249 1.60033 0.599915Z' fill='%23000F9F'/%3E%3C/svg%3E%0A");
    margin-left:5px;
}

.artarda-home-icons {
    padding-bottom: 80px !important;
}
.artarda-home-icons .txrow.ticiJustifyCenter {
    display:flex;
    justify-content:space-between
}
.artarda-home-icons .ticiAlignCenter{
    max-width:290px;
    padding: 0 10px !important;
}
.artarda-home-icons img {
    width:90px;

}
.artarda-home-icons .widgetTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #2A2A2A;

 
}

/*urun tekli*/
.ulUrunSlider {
    margin:0;
    padding:0;
}
.productItem {
    position:relative;
    height: 100%;
    justify-content:space-between;
    display:flex;
    flex-direction:column;
}
.productItem  .productImage {
    
}
.productItem .productList-Image-Owl .owl-dots {
    display:none !important;
}
.productImage {}
.productItem  .productImage  .imageItem {
    aspect-ratio:5/6;
    overflow:hidden
}
.productItem .productImage  img {
    aspect-ratio:5/6;
    object-fit: contain;
    object-position:center;
    background-color: white;
}
.productItem .productDetail{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    padding-block:20px;
    gap:20px
}
.productItem .productDetail .productName{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2A2A2A;
    width:calc(100% - 100px);
}
.productItem .productDetail .productName a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2A2A2A;
}
.productItem .productDetail .productPrice {
    width:100px;
    display: flex;
    flex-direction: column-reverse;
}
.productItem .productDetail .productPrice  .discountKdv, .productItem .productDetail .productPrice .regularKdv {
    display:none;
}
.productItem  .regularPriceSpan {
    text-decoration:line-through;
    color:#777
}
.productItem .productDetail .productPrice  .discountPrice {
    font-size:22px;
    font-weight: 600;
}

.productItem .productIcon {
    
}
.productItem .productIcon .mycartIcon{
    width:100%;
    text-align:center;
}
.productItem .productIcon .mycartIcon span{
    background-color:#2A2A2A;
    display:block;
    font-size:17px;
    line-height:17px;
    color:white;
    padding:15px;
    border:1px solid #2A2A2A;
    transition:all ease-in-out .3s
}
.productItem .productIcon .mycartIcon span:hover{
    background-color:#fff;
    color:#2A2A2A;
    font-weight:500;
}
.productItem .productIcon .examineIcon {display:none}
.productItem .productIcon .favori {display:none}
.productItem  .cargoIcon {
    position:absolute;
    top:20px;
    right:20px;
    font-size:13px;
    background-color:white;
    border:1px solid #efefef;
    padding:5px 8px;;
    z-index:8;
    color:#444;
}
.productItem .newIcon {
     position:absolute;
    top:20px;
    left:20px;
    font-size:13px;
    background-color:white;
    border:1px solid #efefef;
    padding:5px 8px;;
    z-index:8;
    color:#444;
}
.productItem .discountIcon{ 
     position:absolute;
    top:20px;
    left:20px;
    font-size:13px;
    background-color:white;
    border:1px solid #efefef;
    padding:5px 8px;;
    z-index:8;
    color:#444;
}
.productItem .discountIcon .discountIconDetail{
    display:none;
}
.productItem .discountIcon .discountIconDetail{
    display:none;
}

.productItem .discountIcon span{
    color:#444;
    font-size:13px;
}

/*Kategori Liste*/
.CategoryBody .categoryContainer {
    width:100%;
}

.CategoryBody .categoryContainer #mainHolder_divBlocks {
    width:1600px;
    max-width:96%;
    display:flex;
    gap:40px;
    margin: 0 auto;
    flex-direction:column;
}
.CategoryBody .categoryContainer #mainHolder_divBlocks #divLeftBlock {
    display: none !important;
}
.CategoryBody .categoryContainer #mainHolder_divBlocks #divCenterBlock {
    width:100%;
    position: relative;
}

.CategoryBody .brandlistselection  .sortingContent{
    z-index: 99;
    margin: 0;
    padding: 0;
    background-color: white;
    display: block !important;
}
.CategoryBody .brandlistselection   .sortingContent li {
    display:none
}
.CategoryBody .brandlistselection   .sortingContent li:first-child {
    display:block !important;
}
.CategoryBody .brandlistselection   .sortingContent li #filterOrderSelect{
    border:1px solid #2a2a2a;
    font-family:"Raleway";
    font-size:13px;
    padding:5px 8px;;
    border-radius:0;
    
}
.CategoryBody .categoryTitle {
    padding-block: 10px;
    display: flex;
    justify-content: space-between;
    gap:20px;
    align-items:center;
}
.CategoryBody #divSayfalamaUst {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    z-index: 8;
}
.CategoryBody #divSayfalamaUst  .pageNumber {
    display:none !important;
}
.CategoryBody #divSayfalamaUst  .mobilSiralamBtn {
    display:none !important;
}
.CategoryBody #divSayfalamaUst  .mobilFilterBtn {
    font-size:14px;
    font-weight:500;
    line-height: 17px;
    display: flex;
}
.CategoryBody #divSayfalamaUst  .mobilFilterBtn::before{
    margin-right:5px;
    content: url("data:image/svg+xml,%3Csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.75' x2='19' y2='0.75' stroke='black' stroke-width='0.5'/%3E%3Cline y1='7.75' x2='19' y2='7.75' stroke='black' stroke-width='0.5'/%3E%3Cline x1='19' y1='4.25' x2='2.18557e-08' y2='4.25' stroke='black' stroke-width='0.5'/%3E%3Crect x='4' width='3' height='2' fill='%232A2A2A'/%3E%3Crect x='4' y='7' width='3' height='2' fill='%232A2A2A'/%3E%3Crect x='15' y='5' width='3' height='2' transform='rotate(180 15 5)' fill='%232A2A2A'/%3E%3C/svg%3E%0A");
}
.CategoryBody #divSayfalamaUst .filterBlock {
    display:block !important!
}
.CategoryBody #divSayfalamaUst .filterBlock .mobilFilterOpenBtn {
    display:block !important;
    padding-block: 14px;
}

.CategoryBody #divSayfalamaUst .filterBlock .category-vertical-filters.top-filters{
    position:absolute;
    width: 100%;
    height:400px;
    max-height:70vh;
    z-index:999;
    box-shadow: 0 0 10px #00000042;
    padding:30px;
    left: unset;
    right: 0;
    display: none;
    background-color:white;
}
body ul.breadcrumb {
    gap:5px;
    display:flex;
    flex-wrap: wrap;
  width:100%
}
body ul.breadcrumb li{
    gap:5px;
    display:flex;
}
body #ProductListMainContainer #ProductPageProductList.ProductList{
    display: grid !important;
    grid-template-columns:  repeat(3, minmax(0, 1fr));
    width:100%;
    gap: 24px;
}
#ProductPageProductList .ItemOrj {
    width:100%;
    max-width: 100%;
}
body .category-vertical-filters.top-filters .list-group.dropdown ul {
    width:100%;
    margin:0;
    padding:10px;
    list-style:none !important;
    
}
.category-vertical-filters.top-filters .FiyatTextBox, .category-vertical-filters.top-filters .list-group.dropdown {
    box-shadow: unset !important;
    width: 100%;
    margin-top: 0 !important;
    top: 40px !important;
    background-color: #efefef !important;
}
body .category-vertical-filters.top-filters .list-group.dropdown li {
    width:100%;
    margin:0;
    padding:0
}
body .category-vertical-filters.top-filters .panel {
    width: calc(20% - 15px) !important;
    position: relative;
    margin:0 0px 15px 15px !important;
}
.category-vertical-filters .vertical-filter-panel .list-group-item {
    background-color:transparent !important;
    color:black !important;
    font-weight:400 !important;
}
.category-vertical-filters .vertical-filter-panel .list-group-item a {
    color:black !important;
    font-weight:400 !important;
}
.category-vertical-filters .vertical-filter-panel .list-group-item:before {
    border: 1px solid #444 !important;
}
.category-vertical-filters.top-filters .panel.vertical-top-price-filter {
    padding:10px 12px !important;
}
.category-vertical-filters.top-filters .panel.vertical-top-price-filter  .amount {
    padding:10px 0
}

/*URUN DETAY*/

.ProductBody .categoryTitle {
    display:none !important
}
.ProductBody .productDetailContainer {
    width:100%;
}

.ProductBody .productDetailContainer #mainHolder_divBlocks {
    width:1600px;
    max-width: 96%;
    display:flex;
    gap:40px;
    margin: 0 auto;
    flex-direction:column;
}

.ProductBody  .ProductDetailMainRow {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6%;
    position:relative
}
.ProductBody .leftImage {
    width:48%;
    min-width: 450px;
    max-width:96%;
}
.ProductBody .gridZoomGallery .gridZoomItem:first-child {
    grid-area: 1 / 1 / 2 / 3;
}
.ProductBody .gridZoomGallery .gridZoomItem img{
    aspect-ratio:5/6;
    object-fit:contain;
    object-position:center;
}
.ProductBody .leftImage .SmallImages {
  display:none !important;
  gap:10px;
  
    /*display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:12px;
    margin-top:12px;*/
}
.ProductBody .leftImage .SmallImages div {
    width:100%;
}
.ProductBody .leftImage .SmallImages div img{
    width:100%;
}
.ProductBody .RightDetail{
    position:sticky;
    top:0;
    width: 46%;
    min-width: 450px;
    max-width:96%;
    padding-top:20px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.ProductBody .RightDetail .ProductName {
  width:100%}
.ProductBody .RightDetail .ProductName h1{
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #2A2A2A;
    padding: 30px 0;
}
.ProductBody .RightDetail .PriceList{
    width:100%;
}
.ProductBody .RightDetail .PriceList .left_line{
    display:none
}
.ProductBody .RightDetail .PriceList .center_line{
    display:none
}
.ProductBody .RightDetail .spanKdv{
    display:none;
}
.ProductBody .RightDetail #pnlFiyatlar {
    margin:20px 0 !important;
}
.ProductBody .RightDetail .PriceList .PiyasafiyatiContent{
    font-size:18px;
    color:#777;
    text-decoration:line-through;
}
.ProductBody .RightDetail .PriceList .IndirimliFiyatContent{
    font-size:28px;
    font-weight:500;
}
.ProductBody .RightDetail .PriceList #divIndirimsizFiyat{
    font-size:28px;
    font-weight:500;
}
.ProductBody .RightDetail .PriceList #divIndirimOrani {
    background-color:#00AA4F;
    width:fit-content;
    padding:8px;
    color:white;
    text-transform: uppercase;
    font-size:16px;
    line-height:16px;
}
.ProductBody .RightDetail .PriceList #divIndirimOrani #ltrIndirimOrani {
    font-size:20px;
}
.ProductBody .RightDetail .ilgiliUrunSecenek{
    display:none !important;
}
.ProductBody .RightDetail .ProductIcon {
    width:100%;
}
.ProductBody .RightDetail .UIstekListemeEkle {
    display:none !important;
}
.ProductBody .RightDetail .UKarsilastirma {
    display:none !important;
}
.ProductBody .RightDetail .FiyatHaberVer {
    display:none !important;
}

.ProductBody .RightDetail  .UrunKargoBedava {
    padding:5px;
    border:1px solid #333;
    width:fit-content;
    font-size:13px;
    color:#333;
    font-weight:500
}
.ProductBody .RightDetail .ProductIcon2 {
    display:none !important;
}
.ProductBody .RightDetail .buybutton {
    width:100%;
    margin-top: 40px;
}
.ProductBody .RightDetail .buybutton .buyfast{
    display:none
}
.ProductBody .RightDetail .buybutton .BasketBtn{
    display:flex;
    gap:12px;
}

.ProductBody .RightDetail .buybutton .Basketinp{
    
}
.ProductBody .RightDetail .buybutton .RadInput{
    display:flex;
    border:1px solid #2a2a2a;
    align-items:center;
    justify-content:center;
    padding: 0 5px;
}
.ProductBody .RightDetail .buybutton .Basketinp a{
    text-indent:0 !important;
    width: 20px;
    height: 50px;
    margin-left: unset !important;
    vertical-align: unset;
    font-size: 0;
    position:relative;
    display:flex;
    align-items: flex-start;
    justify-content:center;
    text-align: center;
}
.ProductBody .RightDetail .buybutton .Basketinp a::after {
    font-size: 30px;
    line-height: 53px;
}
.ProductBody .RightDetail .buybutton .Basketinp .riDown::after{
    content:"-";
    line-height: 46px;
}

.ProductBody .RightDetail .buybutton .Basketinp .txtSepetAdet{
    height: 50px;
    border:0;
    text-align:center;
    width:50px;
    padding:5px !important;
    font-size:25px;
    font-weight: 400 !important;
    font-family: 'Raleway';
    line-height: 50px;
}

.ProductBody .RightDetail .buybutton .Basketinp .riUp::after{
     content:"+";
}

.ProductBody .RightDetail .UFavorilerimeEkle a{
    font-size:0;
    width:50px;
    height:50px;
    background-color:#2a2a2a;
    display:block;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0.5C12.1 0.5 10.5 2.59 10.5 2.59C10.5 2.59 8.9 0.5 6 0.5C2.96 0.5 0.5 2.96 0.5 6C0.5 10.68 7.76 16.46 9.91 18.07C10.26 18.33 10.74 18.33 11.1 18.07C13.25 16.46 20.51 10.69 20.51 6C20.51 2.96 18.05 0.5 15.01 0.5H15Z' stroke='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    background-size:22px;
    background-repeat:no-repeat;
    background-position:center;
}
.ProductBody .RightDetail .UFavorilerimeEkle #aFavroriCikarBtn{
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0.5C12.1 0.5 10.5 2.59 10.5 2.59C10.5 2.59 8.9 0.5 6 0.5C2.96 0.5 0.5 2.96 0.5 6C0.5 10.68 7.76 16.46 9.91 18.07C10.26 18.33 10.74 18.33 11.1 18.07C13.25 16.46 20.51 10.69 20.51 6C20.51 2.96 18.05 0.5 15.01 0.5H15Z' stroke='white' fill='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
.ProductBody .RightDetail .UFavorilerimeEkle .box1{
    font-size:0;
}
.ProductBody .RightDetail .basketBtn {
    width:-webkit-fill-available;
    min-width:200px;
}
.ProductBody .RightDetail .basketBtn .Addtobasket{
    width:100%;
    min-width:200px;
    border:1px solid #2A2A2A;
    height:50px;
    background-color:#2A2A2A;
    color:white;
    font-size:19px;
    font-family:"Raleway";
    font-weight:500;
    text-transform: uppercase;
}
.ProductBody .clear {
    display:none
}
.ProductBody #divUrunOzellikAlani {
    width:100%;
}
.ProductBody #divUrunOzellikAlani .urunTab  {
    margin-block:40px ;
}
.ProductBody #divUrunOzellikAlani .urunTab > ul  {
    margin:0;
    padding:0
}
.ProductBody #divUrunOzellikAlani .urunTab > ul > li {
    display: flex;
    flex-direction: column;
}
.ProductBody #divUrunOzellikAlani .urunTab > ul > li > a{
    padding:10px;
    border-bottom:1px solid #ccc;
    display:flex;
    align-items:center;
    position:relative;
    text-transform:uppercase;
    font-size:18px;
}
.ProductBody #divUrunOzellikAlani .urunTab > ul > li[tb-open="false"] >  a::after {
    content:"+";
    font-size:50px;
    font-weight:100;
    line-height:10px;
    right:0;
    position:absolute;
}
.ProductBody #divUrunOzellikAlani .urunTab > ul > li[tb-open="true"] >  a::after {
    content:"-";
    font-size:50px;
    font-weight:100;
    line-height:30px;
    right:0;
    position:absolute;
    margin-top: -8px;
}
.ProductBody #divUrunOzellikAlani .urunDetayPanel {
    padding:15px 10px;
}
.ProductBody #divUrunOzellikAlani .urunTab > ul > li[tb-open="false"] .urunDetayPanel {
    display:none !important;
}

.ProductBody #divUrunOzellikAlani  .urunTab > ul > li[tb-open="true"] .urunDetayPanel {
    display:block !important;
}

.urunDetayPanel h1, .urunDetayPanel h2, .urunDetayPanel h3 {
    font-size:20px !important;
    font-weight:500;
    font-family:"Raleway" !important;
}
.urunDetayPanel h4, .urunDetayPanel h5, .urunDetayPanel h6 {
    font-size:18px !important;
    font-weight:400;
    font-family:"Raleway" !important;
}
.urunDetayPanel p, .urunDetayPanel li, .urunDetayPanel a, .urunDetayPanel span {
    font-size:16px !important;
    font-weight:300;
    font-family:"Raleway" !important;
}

.urunDetayPanel .urunTabAlt ul {
    margin-block:20px;
    padding-left: 10px;
}
.urunDetayPanel .urunTabAlt  ul li {
    
    
    font-family:"Raleway";
}
.ProductBody #divBenzerUrun {
    width:100%;
    max-width:100%;
    margin-block:60px;
    position: relative;
    display: flex;
}

.ProductBody #BenzerUrunDiv .JKatAdi {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 38px ;
    text-align:center;
}
.ProductBody .ProductList {
    width:100%
}
.ProductBody .sliderOpacity{
    display:block;
    margin-top:40px;
}
.ProductBody .sliderOpacity .owl-nav {
    display:none;
}
.ProductBody #BenzerUrunDiv .owl-stage{
    display:flex;
}
.ProductBody #BenzerUrunDiv .owl-stage li{
    height:100%;
}
.ProductBody #BenzerUrunDiv .owl-dots {
    margin-top:30px;
    display:flex;
    gap:5px;
    align-items:center;
    justify-content:center;
    width:100%;
}
.ProductBody #BenzerUrunDiv .owl-dots .owl-dot {
    height:4px;
    width:15px;
    background-color:#ccc;
    border-radius:0px;
}
.ProductBody #BenzerUrunDiv .owl-dots .owl-dot.active {
    height:6px;
    width:22px;
    background-color:#474747;
    border-radius:00px;
}
.ProductBody #BenzerUrunDiv .ProductListprev, .ProductBody #BenzerUrunDiv .ProductListnext {
    padding:5px;
    background-color:transparent;
    width:20px;
    height:20px;
    left:-40px;
    right:unset;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:30px;
    font-weight:100;
    
}
.ProductBody #BenzerUrunDiv .ProductListnext {
    left:unset;
    right:-40px;
    }
.ProductBody #BenzerUrunDiv .ProductListprev:before, .ProductBody #BenzerUrunDiv .ProductListnext:before { 
    font-size: 20px;
    line-height: 30px;
    color: #333;}

.SayfaIcerik .pageContainer {
    width:1600px;
    margin:0 auto;
    max-width:96%;
}
.SayfaIcerik .pageContainer p, .SayfaIcerik .pageContainer p span, .SayfaIcerik .pageContainer p a,.SayfaIcerik .pageContainer h1, .SayfaIcerik .pageContainer h2, .SayfaIcerik .pageContainer h3, .SayfaIcerik .pageContainer h4, .SayfaIcerik .pageContainer h5, .SayfaIcerik .pageContainer h6{
    font-family:"Raleway"
}

.BlogPage #divIcerik{
    width:1600px;
    margin:0 auto;
    max-width:96%;
    display:flex;
    float: none;
    gap: 30p;
}

.BlogPage #divSubHeader {
    width:1600px;
    margin:0 auto;
    max-width:96%;
    float: none;
    display: flex;
    padding-block: 20px;
}
.BlogPage .blogCenter {
    margin-top:0;
    width:100%;
}
.BlogPage .blogCenter .tici-blok-ul {
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    list-style:none !important;
    margin:0;
    padding:0;
}
.BlogPage .blogCenter .tici-blok-ul li{
    width:49%;
    border:1px solid #333;
    padding:12px;
    margin: 0;
}
.BlogPage .blog-h1 {
    text-decoration:none;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #2A2A2A;
    margin-bottom:50px
}

.BlogPage .blogRight {
    display:none !important;
}

.BlogPage  .tici-blok-ul .pi-picture a img {
    padding:0;
    margin:0;
    width:100%
}

.BlogPage .pi-text *{
    font-family:"Raleway"
}

.iletisimContent {
    width:1600px;
    margin:0 auto;
    max-width:96%;
    padding-block:40px;
}
.iletisimContent > div {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    justify-content: space-between;
    align-items: stretch;
}
.iletisimLeft, #mainHolder_Iletisim_divBanka {
    display:flex;
    width: 48%;
    background-color:#efefef;
    padding:40px;
    float:unset;
    margin: 0;
    gap: 15px;
    flex-direction: column;
    height: 100%;
}
.iletisimContent .categoryTitle {
    width:100%;
    font-size:22px;
}

.iletisimLeft  .span{
    display:flex;
    flex-wrap:wrap;
    width: 100%;
}
.iletisimLeft .iletisimLeftFaks {
    display:none
}
.iletisimLeft  .span .Left{
    font-weight:600
}
.iletisimLeft  .span .Right{
    width:100%;
}
.iletisimbanka {
    line-height:170%;
}

.iletisimContent .clear {display:none;}

.iletisimContent #mainHolder_Iletisim_divMailGonder {
    width:100%;
    margin:0;
    display:flex;
    flex-direction: row;
    gap:20px;
    flex-wrap:wrap;
    justify-content: space-between;
}
.iletisimContent #mainHolder_Iletisim_divMailGonder  .rowLeft, .iletisimContent #mainHolder_Iletisim_divMailGonder  .rowRight {
    width: 48%;
    flex-direction: column;
    margin: 0;
    gap:23px;
}
.iletisimContent #mainHolder_Iletisim_divMailGonder .span {
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    row-gap:10px;
    height:auto !important;;
}
.iletisimContent #mainHolder_Iletisim_divMailGonder  .Center {
    display:none
}
.iletisimContent #mainHolder_Iletisim_divMailGonder .span .Right{
    width: 100% !important;
}
.iletisimContent #mainHolder_Iletisim_divMailGonder .span .Right input{
    width:100%;
    height:50px;
    border:1px solid #333;
    border-radius:0;
}
.iletisimContent #mainHolder_Iletisim_divMailGonder .span .Right textarea{
    width:100%;
    height:150px;
    border:1px solid #333;
    border-radius:0;
}
#itetisimhtml {
    display:none;
}
.iletisimContent .iletisimCaptcha {
    flex-direction: row;
}
.iletisimContent .iletisimCaptcha  .Left {
    width: fit-content !important;
}
.iletisimContent .iletisimCaptcha  .Right .newUserWrapper{
    width:100%;
    display:flex;
    gap:5px;
}
.iletisimContent .iletisimBtn {
    width:100% !important;
    height:auto !important;
    margin:0 !important;
    top: unset !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.iletisimContent .iletisimBtn input{
    height:50px;
    border:1px solid #000;
    background-color:#000;
    color:white;
    font-size:19px;;
    font-family:"raleway";
    padding:5px 30px;
    transition:all ease-in-out .3s;
}
.iletisimContent .iletisimBtn input:hover{
   background:white;
    color:black
}
.hesabimContent {
    width:1600px;
    margin:0 auto;
    max-width:96%;
    padding-block:40px;
}

 footer.footerTemp .footerTempRow  .footer-whatsapp {
	position:fixed !important;
    bottom:30px;
    right:30px;
	width: fit-content !important;
   z-index:88
  }

@media (max-width:1600px) {
    #mainHolder_divDesign .artarda-home-featured.t-vw-9 .ticiContainer .txrow #ticimaxBannerProducts {
        padding: 50px 95px !important;
    }
    footer.footerTemp .artarda-footer-top, footer.footerTemp .artarda-footer-center {
        padding:35px 45px !important; 
    }
    .artarda-footer-center .footerTempRow {
        gap: 50px !important;
    }
    .artarda-footer-center .artarda-footer-center-center{
        width:calc(100% - 500px) !important;
        max-width: 75% !important;
    }
    .artarda-footer-center .artarda-footer-center-center .footerMenuAlt a {
        font-size: 14px !important;
        white-space: nowrap;
    }
    .artarda-footer-center .artarda-footer-center-center .footerMenuTitle {
        font-size: 14px !important;
    }
    .artarda-footer-center .artarda-footer-contact.footerTempColumnDiv .title{
 
        font-size: 19px;
        line-height: 22px;
    }
    .artarda-footer-center .artarda-footer-contact.footerTempColumnDiv .phone {
        font-size: 22px;
        line-height: 28px;
    }
    .artarda-footer-center .artarda-footer-contact.footerTempColumnDiv .email {
        font-size: 16px;
        line-height: 19px;
    }
    .footerTemp .elementor-element[data-widget-id="37oitsi"] .ebultenDivTemp .eTempTitle .eTempTitle1 {
        font-size: 25px !important;
    }
    .artarda-home-icons .widgetTitle {
    font-size: 18px;
    line-height: 26px;}
    .artarda-home-icons .widgetDesc {
        font-size:14px;
    }

    

}

@media (max-width:1400px) {
  	header#headerNew .header #masthead {
      height:90px;
    }
    .ProductBody .leftImage {
        width:40%;
        min-width: 400px;
    }
    .ProductBody .RightDetail{
        width: 52%;
    }
}

@media (max-width:1000px) {
    [class*="t-pb-"] {
        margin: 0 !important;
        padding: 0 !important;
    }
    body #mainHolder_divDesign .ticiContainer {
        padding: 0 0vw !important;
    }
    #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-1, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-2, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-3, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-4, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-5, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-6, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-7, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-8, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-9, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-10, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-11, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-sm-12, #mainHolder_divDesign .hazirBlokContent .txrow .txcol-12 {
        padding: 0 0vw !important;
    }
    div#top-bar {
        height: 30px;
        min-height:30px !important;
    }
    .artarda-htop-messages li {
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
        font-size:12px
    }
    .home-hero-mobile {
        height:100vh;
        margin-bottom: 0 !important;
        overflow:hidden;
    }
    .artarda-htop-messages {
        height:30px;
    }


    header#headerNew .header #masthead {
        padding:15px !important;
        height: auto !important;
       
    }
    #headerNew .header-main .headerContainer {
        padding:0 !important;
    }
    .header-main > .header-inner > .flex-col.flex-grow {
        flex:unset !important;;
    }
    #headerNew #hb-logo {
        margin: 0 !important;
        max-width: 40% !important;
        width: 150px !important;
    }
    #headerNew .newHeaderNavigation.mobileStyle .newHeaderNav {
        z-index:9931
    }
    .homepagebody #headerNew .newMenuBtnClick i::before{
        content: url("data:image/svg+xml,%3Csvg width='23' height='17' stroke='white' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5049 16.5049L0.504882 16.5049'  stroke-linecap='round'/%3E%3Cpath d='M22.5 8.5L0.5 8.5'  stroke-linecap='round'/%3E%3Cpath d='M22.5 0.5L0.5 0.5'  stroke-linecap='round'/%3E%3C/svg%3E%0A");
    }
    #headerNew .newMenuBtnClick i::before{
        content: url("data:image/svg+xml,%3Csvg width='23' height='17' stroke='black' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5049 16.5049L0.504882 16.5049'  stroke-linecap='round'/%3E%3Cpath d='M22.5 8.5L0.5 8.5'  stroke-linecap='round'/%3E%3Cpath d='M22.5 0.5L0.5 0.5'  stroke-linecap='round'/%3E%3C/svg%3E%0A");
    }
    body #headerNew .header-main .header-nav.nav-left{
        gap:0;
    }
    body #headerNew .mobile-item-button.mobile-search-item {
        margin-left:15px;
    }

    body #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi {
        left: -12px;
        font-size: 11px;
        width: 13px;
        height: 13px;
        line-height: 13px;
        top: 3px;
        position: absolute;
        background-color:#5B9D69;
        color:white;
        text-align:center;
        border-radius:50%
    }
   .home-hero-mobile .owl-item{
        width:100vw;
        height:100vh;
    } 
   .home-hero-mobile .owl-item img{
        width:100vw;
        height:100vh;
        object-fit: cover;
        object-position: bottom center;
    }
    .home-hero-mobile   .txcol-sm {
        margin:0;
        padding:0
    }
    #headerNew .newMenuBtnClick a {
        color: #fff !important;;
        font-size: 27px !important;;
    }
    #mainHolder_divDesign .home-hero-mobile .hazirBlokContent .txrow .txcol-sm {
        padding:0 !important;
    }
    #mainHolder_divDesign .home-hero-mobile .ticiContainer {
        padding:0 !important;
    }
    .ProductBody .leftImage {
        width:100%;
        min-width: unset;
        max-width: 100%;
    }
    .ProductBody .RightDetail{
        width: 100%;
        min-width:unset;
        max-width: 100%;
    }
    body #mainHolder_divDesign .artarda-popular-slider .JKatAdi.categoryTitle span .satir1 {
        font-size: 22px !important;
        line-height: 26px;
        padding: 40px 0 !important;
    }
    .artarda-popular-slider {
        max-width:96% !important;
        margin: 0 auto !important;
    }
    .productItem .productDetail{
        flex-direction:column;
    }
    .productItem .productDetail .productName {
        font-size: 16px;
        line-height: 22px;
        width: calc(100% - 0px);
    }
    .productItem .productDetail .productName a{
        font-size: 16px;
        line-height: 22px;
        color: #2A2A2A;
    }
    .productItem .productDetail .productPrice {
        width:100%;
    }
    #mainHolder_divDesign .artarda-home-featured.t-vw-9 .ticiContainer .txrow #ticimaxBannerProducts {
        width: 100%;
        padding: 40px 25px !important;
        display: flex;
    }
    #mainHolder_divDesign .artarda-home-featured .ProductListprev, #mainHolder_divDesign .artarda-home-featured .ProductListnext {
        left: -60px;
    }
    #mainHolder_divDesign .artarda-home-featured .ProductListnext {
        right: -60px;
        left: unset;
    }
    .artarda-home-featured .JKatAdi {
        font-size: 22px !important;
        line-height: 26px;
        padding: 40px 0 !important;
    }
    .artarda-home-boxes {
        padding: 30px 20px !important;
    }      
    .artarda-home-boxes .widgetDetail {
        padding: 15px 15px;
    }
    .artarda-home-boxes .widgetTitle {
        font-size: 18px;
        line-height: 22px;
    }
    .artarda-home-cats .JKatAdi {
        font-size: 22px !important;
        line-height: 26px;
        padding: 40px 0 !important;
    }
    .artarda-home-cats .txrow.ticiJustifyCenter {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 12px;
    }
    .artarda-home-cats .widgetDetail {
        padding: 10px;
        height: auto;
        gap: 4px;
    }
    .artarda-home-cats .widgetTitle {
        font-size: 18px;
        line-height: 22px;
        text-shadow: 0 0 3px #0000007d;
    }
    .artarda-home-cats  .widgetDesc {
        font-size: 14px;
    }
    .artarda-home-cats .buttonDesc {
        font-size: 15px;
        line-height: 17px;
        display: n;
    }
    .artarda-home-graine .JKatAdi span .satir1 {
        font-size: 22px !important;
        line-height: 26px;
        padding: 40px 0 !important;
    }
    .artarda-home-graine {
    }
    .artarda-home-graine .anasayfa_urun_slider .ProductList {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .artarda-home-graine .anasayfa_urun_slider .ProductList .ItemOrj:last-child{
        display:none;
    }
    .artarda-home-colorarea {
        margin-top: 40px !important;
        padding:30px 0 !important;; 
    }
    .artarda-home-colorarea .anasayfa_urun_slider{
        width:100% !important;
        max-width: 100% !important;
        padding: 30px !important;
        gap:30px;
        margin-left:0
    }
    .artarda-home-colorarea .JKatAdi span .satir1 {
        font-size: 22px !important;
        line-height: 26px;
        padding: 40px 0 !important;
    }
    .artarda-home-blog .JKatAdi span .satir1 {
        font-size: 22px !important;
        line-height: 26px;
        margin-bottom: 30px !important;
    }
    .artarda-home-blog {
        padding-block: 40px !important;
    }
    .artarda-home-blog .ticiJustifyCenter {
        flex-direction:column;
    }
    body #mainHolder_divDesign .artarda-home-blog .hazirBlokContent .ticiJustifyCenter.txrow > div.txcol-12{
        border: 1px solid #444;
        padding: 9px !important;
        margin: 0 !important;
        flex: unset;
    }
    .artarda-home-blog .ticiJustifyCenter > div .bannerWrapper .bannerDescriptionWrapper {
        width: 65%;
        gap: 10px;
        padding: 0 10px;
    }
    .artarda-home-blog .ticiJustifyCenter > div .bannerWrapper .bannerDescriptionWrapper .bannerTitle {
        font-size: 16px;
        line-height: 130%;
        color: #000000;
    }
    .artarda-home-blog .ticiJustifyCenter > div .bannerWrapper .bannerDescriptionWrapper .bannerDesc {
        font-size:12px;
        height:52px;
        overflow:hidden;
        line-height:18px;
    }
   #mainHolder_divDesign   .artarda-home-icons .hazirBlokContent  .ticiAlignCenter {
        padding:15px !important;
    }
    .artarda-home-icons {
        padding-block:30px !important;
    }
    .artarda-home-icons img {
        height:50px;
        width:auto;
    }
    
    footer.footerTemp .artarda-footer-top, footer.footerTemp .artarda-footer-center {
        padding: 25px 20px !important;
    }
    footer .footerTempContainer {
        max-width:100% !important;;
        width:100% !important;;
    }
    footer.footerTemp .artarda-footer-top .ebultenDivTemp {
        flex-direction: column !important;
    }
    footer.footerTemp .artarda-footer-top .ebultenDivTemp .eTempTitle {
        width: 100%;
        flex-direction: column !important;
        gap: 20px;
    }
     .footerTemp .artarda-footer-top .elementor-element .ebultenDivTemp .eTempTitle .eTempTitle2 {
        font-size:12px !important;
    }
    footer.footerTemp .artarda-footer-top .ebultenDivTemp .newsletterContent {
        width:100%;
    }
    footer.footerTemp .artarda-footer-top .ebultenDivTemp .permissionDiv {
        position:relative;
        top:unset;
        bottom:unset;
        align-items: flex-start;
    }
    .artarda-footer-center .artarda-footer-center-center {
        width: calc(100%) !important;
        max-width: 100% !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 10px;
    }
    .artarda-footer-center .artarda-footer-center-center .footerMenuAlt a {
        font-size: 12px !important;
        white-space: nowrap;
    }
   .artarda-footer-center .artarda-footer-logo {
       order:-1;
   }
    .artarda-footer-center .artarda-footer-center-center {
       order:1;
   }
    .artarda-footer-center .artarda-footer-contact {
       order:0;
   }
    .artarda-footer-bottom {
        padding: 13px 20px !important;
        text-align: center; !important;
    }
    .artarda-footer-bottom .footerText {
        display: block !important;
    }
    .artarda-footer-bottom .footerText li{
        text-align: center; !important;
        width: 100% !important;
        display:block !important;
    }
    .artarda-footer-bottom .footerTempRow .footerTempColumnDiv:last-child .footerTempWidgetRepeat {
        justify-content: center;
    }
    .CategoryBody .categoryTitle {
        flex-direction:column;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
    }
    .CategoryBody #divSayfalamaUst {
        align-items: center;
        justify-content: space-between;
    }
    .CategoryBody #divSayfalamaUst .filterBlock {
        width:50%;
    }
    .CategoryBody #divSayfalamaUst .filterBlock .mobilFilterOpenBtn {
        padding-block:0;
        margin:0
    }
    .CategoryBody #divSayfalamaUst .mobilFilterBtn {
        padding:5px;
    }
    .CategoryBody .brandlistselection .sortingContent li:first-child {
        padding:0;
        border-bottom:0;
    }
    body #ProductListMainContainer #ProductPageProductList.ProductList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .ProductBody #BenzerUrunDiv .JKatAdi {
        font-size: 22px !important;
        line-height: 26px;
    }
    .ProductBody #BenzerUrunDiv {
        margin-block:20px
    }
    .ProductBody .RightDetail .ProductName h1 {
        font-size: 25px;
        line-height: 30px;
        padding: 20px 0;
    }
    .urunDetayPanel h1, .urunDetayPanel h2, .urunDetayPanel h3 {
        font-size:18px;
        font-weight:500
    }
    .urunDetayPanel h4, .urunDetayPanel h5, .urunDetayPanel h6 {
        font-size:16px;
        font-weight:400
    }
    .urunDetayPanel p, .urunDetayPanel li, .urunDetayPanel a, .urunDetayPanel span {
        font-size:14px;
        font-weight:300
    }
    
    .urunDetayPanel .urunTabAlt ul {
        margin-block:15px;
    }
    .ProductBody #divMobileImageList .owl-dots .owl-dot {
        border-radius:0;
        width:21px;
        height:4px;
    }
    .ProductBody .RightDetail .buybutton {
        margin-top:12px;
    }
    body .category-vertical-filters.top-filters .panel {
        width: calc(50% - 15px) !important;
        position: relative;
        margin: 0 0px 15px 15px !important;
    }
    .CategoryBody #divSayfalamaUst .filterBlock .category-vertical-filters.top-filters {
        padding:20px 15px;
        padding-bottom:40px;
        height: auto;
        max-height: 70vh;
    }
    .productItem  .cargoIcon {
        top:10px;
        right:10px;
        font-size:11px;
        padding:4px 6px;;
        
    }
    .productItem .newIcon {
        top:10px;
        left:10px;
        font-size:11px;
        padding:4px 6px;;
    }
    .productItem .discountIcon{
        padding:4px 6px;
        top: 10px;
        left: 10px;
    }
    
    .productItem .discountIcon span{
        font-size: 13px;
    }

    
    .ProductBody .RightDetail .buybutton .RadInput{
        padding: 0 2px;
    }
    .ProductBody .RightDetail .buybutton .Basketinp a{
        width: 15px;
        height: 40px;
    }
    .ProductBody .RightDetail .buybutton .Basketinp a::after {
        font-size: 25px;
        line-height: 43px;
    }
    .ProductBody .RightDetail .buybutton .Basketinp .riDown::after{
        content:"-";
        line-height: 36px;
    }
    
    .ProductBody .RightDetail .buybutton .Basketinp .txtSepetAdet{
        height: 40px;
        width:40px;
        padding:3px !important;
        font-size:20px;
        line-height: 40px;
    }
    
    .ProductBody .RightDetail .UFavorilerimeEkle a{
        width:40px;
        height:40px;
        background-size:20px;
    }
   
    .ProductBody .RightDetail .basketBtn {
        min-width:150px;
    }
    .ProductBody .RightDetail .basketBtn .Addtobasket {
        min-width: 150px;
        height: 40px;
        font-size: 17px;
    }
    .ProductBody .ProductDetailMainRow {
        flex-direction:column
    }
    .iletisimLeft, #mainHolder_Iletisim_divBanka {
        display:flex;
        width: 100%;
        background-color:#efefef;
        padding:40px;
        float:unset;
        margin: 0;
    }
    .iletisimContent #mainHolder_Iletisim_divMailGonder .rowLeft, .iletisimContent #mainHolder_Iletisim_divMailGonder .rowRight {
        width: 100%;
        flex-direction: column;
        margin: 0;
        gap:23px;
    }
    .BlogPage .blogCenter .tici-blok-ul li {
        width:100%;
    }
   footer.footerTemp .footerTempRow  .footer-whatsapp {
    bottom:15px;
    right:15px;
  }
}