@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

html, body {
    margin: 0;
    padding: 0;
    color: #0F1111;
    background: #ffffff;
    padding: 0 !important;
	font-family: 'Poppins', sans-serif;
}
@media(min-width:992px){
	body{
		overflow:auto !important;
	}
}
address, dl, ol, ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
}
.fade:not(.show) {
    opacity: 1;
}
.modal-open {
    overflow: auto;
}
.modal {
    background: #5858587d;
}
.modal-dialog {
    top: 50%;
    transform: translateY(-55%) !important;
    -webkit-transform: translateY(-55%) !important;
    -moz-transform: translateY(-55%) !important;
}

a {
    color: #0056b3;
}

    a:hover {
        color: #0056b3;
    }

img {
    width: 100%;
    height: auto;
}

b, strong {
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}

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

.btn-color {
    background: #c24033;
    color: #fff !important;
}

    .btn-color:hover, .btn-color:focus {
        opacity: 0.8;
    }

.overflow {
    transition: 0.3s;
}

    .overflow.active {
        position: fixed;
        height: 100vh;
        background: #a7a7a7;
        opacity: .6;
        width: 100%;
        z-index: 10;
        top: 0;
        left: 0;
    }

.content.active {
    filter: blur(2px);
}


.overflow::before {
    content: '';
    position: absolute;
}

.sepetUrunSayisi {
    position: absolute;
    top: -5px;
    left: 34px;
    background: #c24033;
    color: #fff;
    width: 16px;
    height: 16px !important;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    display: inline !important;
    padding: 0;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
        padding: 0;
    }
}

.btn {
    font-size: 13px;
    padding: 8px 25px;
    font-weight: 300;
    vertical-align: inherit;
}

header .container, .header-top .container, .__en-ust .container {
    position: relative;
    max-width: 100%;
    padding: 10px 15px;
}
.__en-ust .container{
	padding: 5px 15px;
}
.__eu-list {
    display: inline-block;
}

    .__eu-list li {
        height: 30px;
        line-height: 35px;
        float: left;
        padding: 0 15px;
    }

        .__eu-list li:last-child {
            padding-right: 0;
        }

.list-1 li {
    padding-left: 0;
}

.__en-ust .fa {
    margin-right: 10px;
}

.__en-ust{
    background-color: black;
}
.__en-ust .__eu-list span{
    color: #fff;
}
.__eu-list.list-2 li:hover span {
    color: #fff !important;
}

.__en-ust li span {
    font-size: 12px;
    color: #666666;
}

.__eu-list.list-2 li:hover span {
    color: #0F1111;
}

.header-top {
    background-color: #fff;
    z-index: 1000;
    position: relative;
    padding: 20px 0;
    height: auto;
    box-shadow: 0px 0px 5px -4px #000;
    -webkit-box-shadow: 0px 0px 5px -4px #000;
    -moz-box-shadow: 0px 0px 5px -4px #000;
}


    .header-top .toplist {
        height: 42px;
        max-width: 100%;
        display: inline-block;
        text-align: right;
    }

        .header-top .toplist > li {
            float: left;
            position: relative;
            border-radius: 4px;
            border: 1px solid transparent;
        }

        .header-top .toplist li.my_default {
            margin-right: 10px;
        }

        .header-top .toplist > li > a::before {
            font-size: 20px;
            position: absolute;
            font-weight: 300;
            color: #666;
            top: -22px;
            content: "\f232";
            font-family: "Font Awesome 5 Pro";
            left: 0;
            right: 0;
            margin: auto;
            text-align: center;
        }
        .header-top .toplist li.home-button > a::before {
            content: "\f015";
        }
        .header-top .toplist li.whatsapp-button > a::before {
            content: '';
            position: absolute;
            opacity: .6;
            width: 100%;
            height: 100%;
            background-image: url(/user-content/whatsapp-brands.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 25px;
            bottom: 0;
            left: 0;
            right: 0;
        }
        .header-top .toplist li.menu-button > a::before {
            content: "\f00a";
			font-weight: 900;
        }
        .header-top .toplist li.my_cart > a::before {
            content: "\f07a";
        }

        .header-top .toplist li.wishlist > a::before {
            content: "\f004";
        }

        .header-top .toplist > li > a {
            display: block;
            color: #666 !important;
            padding: 0 7px;
            height: 42px;
            font-size: 12px;
            font-weight: 400;
            line-height: 67px;
        }

        .header-top .toplist > li:hover > a, .header-top .toplist > li:hover > a::before {
            color: #c24033 !important;
        }

            .header-top .toplist > li:hover > a::before {
                font-weight: 900;
            }

        .header-top .toplist > li > span {
            display: block;
            font-weight: 600;
        }

        .header-top .toplist > li span.QrXt {
            font-size: 12px;
            font-weight: 400;
            margin-top: -5px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: block;
            max-width: 72px;
            overflow: hidden;
        }

.dropdownmenu strong {
    color: #0F1111;
    font-size: 16px;
    font-weight: 500;
}

.navbar {
    background: #ffffff;
    z-index: 999;
    width: calc(100% - 40px);
    height: 42px;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 !important;
	float: left;
}

.logo-container {
    position: absolute;
}

    .logo-container img {
		width: auto;
		height: auto;
		max-height: 45px;
		position: relative;
    }

.navigation {
    ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

    .navigation > ul {
        list-style: none;
        width: 100%;
        text-align: center;
        display: inline-block;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navigation > ul > li {
            display: inline-block;
            text-align: center;
            position: relative;
        }

            .navigation > ul > li > a::after {
                content: '';
                width: 0;
                height: 0;
                display: block;
                position: absolute;
                z-index: -1;
                left: 0;
            }

            .navigation > ul > li > a {
				color: #0F1111;
				font-size: 14px;
				display: block;
				line-height: 82px;
				height: 82px;
				padding: 0 15px;
				position: relative;
				font-weight: 500;
				letter-spacing: 0.3px;
				text-transform: uppercase;
            }

                .navigation > ul > li > a:hover {
                    color: #c24033;
                }

            .navigation > ul > li:hover > a::after {
                content: '';
                width: 100%;
                height: 2px;
                background: #c24033;
                bottom: 0;
                border-radius: 0;
            }


    .navigation ul.dropdown-menu {
    display: none;
    width: 230px;
    border: 0px !important;
    }
	@media(min-width:992px){
		.navigation > ul > li:hover ul.dropdown-menu{
			display: block;
		}
	}
    .navigation > ul > li:hover ul.dropdown-menu {
        
        min-width: 230px;
        background: #fff;
        border: 0;
        border-radius: 0;
        top: 82px;
        border: 1px solid #f0f2f5;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }

	.navigation ul.dropdown-menu a{
    display: block;
    padding: 12px 10px;
    color: #0F1111;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
	}
	.menu-col{
		
	}
	.navigation ul.dropdown-menu a:hover{
		color:#c24033;
	}
	
	.navigation ul.dropdown-menu:last-child a{
		border-bottom:0;
	}
#header-search {
    width: 100%;
    float: none;
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
    height: 82px;
    padding-top: 21px;
    box-shadow: 0px 0px 7px -4px #000;
    -webkit-box-shadow: 0px 0px 7px -4px #000;
    -moz-box-shadow: 0px 0px 7px -4px #000;
}

  @media(min-width:992px){
	    #header-search .search {
        position: relative;
		margin:0 auto;
		width: 1080px;
    }
  }

    #header-search input {
    background: #ffffff;
    padding: 0 13px;
    width: 100%;
    height: 42px;
    font-weight: 400;
    font-size: 14px;
    color: #0F1111;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 42px;
    line-height: 40px;
    padding-left: 42px;
    border: 1px solid #e5e5e5;
    }

input::placeholder {
    font-weight: 400;
    font-size: 15px !important;
    color: #919191;
}

.hs-input-icon {
    position: absolute;
    width: 40px;
    top: 0;
    line-height: 40px;
    text-align: right;
    left: 0;
    color: #666;
    height: 42px;
    font-size: 24px;
    border: 0;
    font-weight: 400;
    background: transparent;
}
@media(min-width:992px){
	#searchUp{
	position:relative;
}
#searchDown{
	position: absolute;
    right: 0;
    border: 0;
    border-radius: 0 42px 42px 0;
    color: white;
    font-size: 24px;
    height: 42px;
    width: 79px;
    background: #2f74b0;
}
#searchUp.active + #header-search{
	display:block!important;
}
}


.section__trustlist {
    padding: 50px 0;
    background: #0f1111;
}

.trustlist-desc {
    color: #919191;
}

.section__trustlist ul li {
    display: inline-block;
    color: #fff;
}

.section__trustlist ul li {
    width: 25%;
    float: left;
    font-size: 12px;
    padding-left: 60px;
    padding-right: 8px;
    position: relative;
}

    .section__trustlist ul li .trustlist-headline {
        display: block;
        font-weight: 500;
        font-size: 17px;
    }

    .section__trustlist ul li::before {
        font-family: "Font Awesome 5 Pro";
        font-size: 36px;
        text-align: center;
        position: absolute;
        left: 0;
        color: #c24033;
    }

li.guvenlialisveris::before {
    content: "\f23e";
    font-family: "Font Awesome 5 Brands" !important;
}

li.kapidaodeme::before {
    content: "\f52b";
}

li.hizliteslimat::before {
    content: "\f48c";
}

li.kargo::before {
    content: "\f4b6";
}

footer {
    padding: 60px 0 0;
    border-top: 1px solid #333;
    background: #0F1111;
}

.footer__heading {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    color: #eee;
    text-transform: uppercase
}

footer a {
    color: #919191 !important;
}

    footer a:hover {
        text-decoration: underline;
    }

.footer__list li a {
    display: block;
    font-size: 13px;
    padding: 3px 0;
    font-weight: 400;
}

.bottom__footer {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 55px;
    color: #919191;
    border-top: 1px solid #333;
}

    .bottom__footer ul {
        display: inline-flex;
    }

        .bottom__footer ul li {
            display: inline-block;
        }

.bankof-css {
    background-image: url(../img/banks_op.webp);
    background-size: 100%;
    height: 60px;
    width: 75%;
    background-repeat: no-repeat;
    top: 30px;
    position: relative;
    margin: auto;
}

.relative {
    position: relative;
}

/* Create a custom checkbox */
section, footer {
    display: block;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
}

input[type='checkbox'], input[type='radio'] {
    --active: #c24033;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #ccc;
    --border-hover: #c24033;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
}

    input[type='checkbox']:after, input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
    }

    input[type='checkbox']:checked, input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    input[type='checkbox']:disabled, input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

        input[type='checkbox']:disabled:checked, input[type='radio']:disabled:checked {
            --b: var(--disabled-inner);
            --bc: var(--border);
        }

        input[type='checkbox']:disabled + label, input[type='radio']:disabled + label {
            cursor: not-allowed;
        }

    input[type='checkbox']:hover:not(:checked):not(:disabled), input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type='checkbox']:focus, input[type='radio']:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    input[type='checkbox']:not(.switch), input[type='radio']:not(.switch) {
        width: 18px;
    }

        input[type='checkbox']:not(.switch):after, input[type='radio']:not(.switch):after {
            opacity: var(--o, 0);
        }

        input[type='checkbox']:not(.switch):checked, input[type='radio']:not(.switch):checked {
            --o: 1;
        }

    input[type='checkbox'] + label, input[type='radio'] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type='checkbox']:not(.switch) {
        border-radius: 4px;
    }

        input[type='checkbox']:not(.switch):after {
            width: 5px;
            height: 9px;
            border: 2px solid var(--active-inner);
            border-top: 0;
            border-left: 0;
            left: 6px;
            top: 3px;
            transform: rotate(var(--r, 20deg));
        }

        input[type='checkbox']:not(.switch):checked {
            --r: 43deg;
        }

    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }

        input[type='checkbox'].switch:after {
            left: 2px;
            top: 2px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: var(--ab, var(--border));
            transform: translateX(var(--x, 0));
        }

        input[type='checkbox'].switch:checked {
            --ab: var(--active-inner);
            --x: 17px;
        }

        input[type='checkbox'].switch:disabled:not(:checked):after {
            opacity: 0.6;
        }

input[type='radio'] {
    border-radius: 50%;
}

    input[type='radio']::after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(0.7);
    }

    input[type='radio']:checked::after {
        background: #c24033;
    }

    input[type='radio']:checked {
        transform: scale(1);
        background: #fff;
    }

label {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}



.megamenu-wrap .container{
	padding:0 !important;
}


    .megamenu-item-title:hover > a {
        background-color:#c24033;
		color:#fff !important;
		transition:0.3s;
    }

.megamenulist ul li a {
    color: #65676b;
    font-size: 13px;
    display: block;
    padding: 3px 0;
}


.megamenu-wrap .col, .megamenu-wrap .row, .megamenu-wrap .col-md-12{
    padding: 0;
    margin: 0;
    width: 100%;
    flex-grow: inherit;
    flex-basis: auto;
    -ms-flex-positive: inherit;
    -ms-flex-preferred-size: inherit;
}
.megamenu-item-title:hover  .dropdown-trigger{
	color:#fff;
}

.megamenulist .dropdown-trigger{
	position: absolute;
    top: 10px;
    right: 15px;
	font-style:normal;
}
.megamenulist .dropdown-trigger::before{
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
}
.megamenulist ul{
    display: none;
    position: absolute;
    left: -100%;
    background: #fff;
    width: 0;
    top: -1px;
    box-shadow: 3px 0px 13px -6px #666;
    transition: 0.3s;
}
.megamenu-item-title:hover, .megamenu-item-title{
	transition:0.3s;
}
.megamenu-item-title:hover ul{
	display:block;
	min-width:230px;
	transition:0.3s;
    left: 100%;
}

@media(min-width:992px) {
    .navbar-toggler {
        display: none;
    }
    .megamenu-item-title:active ul{
        display:block;
        min-width:230px;
        transition:0.3s;
        left: 100%;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(193 193 193 / 50%);
        box-shadow: 0 5px 15px rgb(193 193 193 / 50%);
        border: 0px;
    }
    #uyeliksizAlisveris .modal-dialog{
        width: 400px;
    }
}
#uyeliksizAlisveris p{
    font-size:12px;
    margin:5px 0 30px;
    color:#666;
}
#uyeliksizAlisveris .btn-color {
    display: block;
    width: 100%;
    font-size: 18px;
}
#uyeliksizAlisveris .headline-3{
    margin-bottom:30px;
}
#uyeliksizAlisveris .modal-body{
    padding:30px;
}
#uyeliksizAlisveris .close {
    margin-top: -3.6rem;
    font-size: 24px;
}
.uyeliksizAlisveris a {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 500;
    color: #c24033;
    display: block;
}
    .uyeliksizAlisveris a::after {
        content: "\f178";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        left: 4px;
        position: relative;
        top: 1px;
    }


@media(min-width:992px){
    .error404{
        padding:100px 0;
    }
}




#mainSlider {
    height: 400px;
    position: relative;
}

    #mainSlider .swiper-slide {
        background-repeat: no-repeat;
        background-size: 100%;
    }

.duyuru {
    background: #0F1111;
    padding: 15px;
    color: #fff;
    margin: 15px 0;
}


.swiper-lazy-preloader {
    border-color: #0F1111;
    border-top-color: #c24033;
    color: #0F1111;
    background: #ffffff00;
}

.swiper-button-next, .swiper-button-prev {
    transform: translateY(-50%);
    margin: 0 !important;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: 'Font Awesome 5 Pro' !important;
        font-size: 18px !important;
        background: #fff;
        height: 38px;
        border-radius: 50%;
        color: #0F1111;
        text-align: center;
        width: 38px;
        display: inline-table;
        line-height: 38px;
        -webkit-box-shadow: 0 0 6px -3px #c5c5c5;
        -moz-box-shadow: 0 0 6px -3px #c5c5c5;
        box-shadow: 0 0 6px -3px #0F1111;
    }
.swiper-button-next, .swiper-button-prev{
    width: 38px !important;
    height: 38px !important;
}
    .swiper-button-next:after {
        content: "\f054" !important;
    }

    .swiper-button-prev:after {
        content: "\f053" !important;
    }

.swiper-button-next {
    right: 15px;
}

.swiper-button-prev {
    left: 15px;
}
#category-filter{display:none!important}


@media screen and (min-width: 1200px) {
    #productResult .lg-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    #productResult .lg-4 {
        padding: 0 10px;
        float: none;
        width: 100%;
        max-width:  100%;
        flex: none;
    }
}

.__prodtXtitle h1 {
    text-transform: uppercase;
}

.list-product {
    padding: 7.5px;
}

    .list-product .row {
        margin: 0 -7.5px;
    }

.product-card {
    min-height: 419px;
    max-height: 419px;
    height: 467px;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 4px;
    background-color: #ffffff;
	position:relative;
}

.product-cart a {
    display: block;
    height: 100%;
}

.product-card:hover {
    -webkit-box-shadow: 0 0 5px #7775755c;
    box-shadow: 0 0 5px #7775755c;
    background-color: #fff;
}

    .product-card:hover picture {
        border: 1px solid #fff !important;
    }

.product-details {
    padding: 0 10px;
}

.product-card picture, .images-category {
    height: 342px;
    max-height: 342px;
    min-height: 342px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
}
.images-category{
	height: 150px;
    max-height: 150px;
    min-height: 150px;
	background-color: #fff;
}	
    .product-card picture img, .images-category img {
		max-width: 100%;
		border: none;
		margin: 0 auto;
		max-height: 100%;
		width: auto !important;
    }

@media screen and (min-width:1200px) {
    .list-product .col-lg-4 {
        max-width: calc((100% + 0px * (1 - 4)) / 4);
        margin-bottom: 20px;
        padding: 0 10px;
        border-radius: 4px;
    }
    .list-product .list-three {
        max-width: calc((100% + 0px * (1 - 3)) / 3);
    }
}

.product__title {
    order: 1;
    color: #0f1111;
    font-size: 17px;
    font-weight: 400;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 20px;
    margin: 10px 0 0;
    font-weight: 500;
    text-transform: uppercase;
}



.col__other .my_login, .wishlist {
    display: none;
}

@media(min-width:992px) {
    .col__logo {
        width: 235px;
    }

    .col__other {
        text-align: right;
        width: auto;
        padding: 0 !important;
    }

    .col__search {
        width: calc(100% - 360px);
    }

    .col__logo, .col__search, .col__other {
        position: static;
        padding: 0 15px;
        height: 42px;
    }
}

.MyAccount-User {
    min-width: 72px;
}

.dropdownmenu {
    display: none !important;
    top: 127%;
    position: absolute;
    background: #fff;
    min-width: 200px;
    max-width: 200px;
    left: -70px;
    text-align: center;
    padding: 15px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 13px -8px #292929;
    -webkit-box-shadow: 0px 0px 13px -8px #292929;
    -moz-box-shadow: 0px 0px 13px -8px #292929;
    border: 1px solid #e5e5e5;
}

    .dropdownmenu::before {
        content: "";
        width: 100%;
        height: 30px;
        top: -30px;
        left: 0;
        position: absolute;
    }

.my_login .tablecell i {
    margin-right: 10px;
    position: absolute;
    top: 25px;
    right: -3px;
    font-size: 12px;
    color: #65676b;
}

.my_login {
    z-index: 999;
}

.top-list li:hover a {
    color: #fff !important;
}

.my_login:hover .dropdownmenu {
    display: block !important;
}

.loginview__list {
    text-align: left;
    margin-top: 15px;
    border-top: 1px solid #f0f2f5;
    padding-top: 10px;
}

.user__list {
    display: block;
}

    .user__list li {
        display: block !important;
        width: 100%;
    }

    .user__list a {
        color: #666 !important;
        display: block !important;
        font-size: 13px !important;
        padding: 2px 0;
        font-weight: 400;
    }

        .user__list a:hover {
            text-decoration: underline;
        }

.user__info span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.user__info a {
    width: 100%;
}

.user__info > span > a:hover {
    text-decoration: underline;
}

input {
    background: #f0f2f5;
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

.form-control input:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #c24033;
}

input::placeholder {
    font-size: 14px;
    font-weight: 400;
}

._2k13qe {
    width: 13px;
    height: 13px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-right: 0;
    margin: auto;
}

._userInActive {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.input_search-wrapper.hidden {
    display: none;
}

.input_search-wrapper {
    position: absolute;
    background: #fff;
    top: 120%;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 8px 11px -10px #9e9e9e;
    -webkit-box-shadow: 0 8px 11px -7px #9e9e9e;
    -moz-box-shadow: 0 8px 11px -7px #9e9e9e;
    width: 104%;
    left: -2%;
}

    .input_search-wrapper::before {
        content: '';
        background: white;
        height: 70px;
        position: absolute;
        top: -70px;
        width: 100%;
        left: 0;
        z-index: -1;
        box-shadow: 0px 0 11px -7px #9e9e9e;
        -webkit-box-shadow: 0px 0 11px -7px #9e9e9e;
        -moz-box-shadow: 0px 0 11px -7px #9e9e9e;
    }

.srch-most-list {
    display: block;
    margin-top: 15px;
}

.srch_most_list-item {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 13px
}

    .srch_most_list-item span {
        font-size: 14px;
        display: block;
        background: #f0f2f5;
        padding: 10px 20px;
        border-radius: 30px;
    }

.most-item-heading {
    color: #0F1111;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.list-options {
    border-radius: 4px;
    background-color: #ffffff;
    z-index: 98;
    transition: 0.25s;
}

.product-sidebar-top {
    padding: 10px;
}

#sidebar .product-sidebar-top {
    padding: 0;
}

.FiltreList li .checkmark-text small {
    margin-left: 5px;
    font-size: 13px;
    color: #919191;
    font-family: Arial;
}

.FiltreList li {
    padding: 2.5px 0 0;
}

    .FiltreList li label {
        display: block;
    }

    .FiltreList li:hover label {
        cursor: pointer !important;
    }

        .FiltreList li:hover label span {
            color: #919191 !important;
        }

    .FiltreList li:last-child {
        padding-bottom: 6.5px;
    }

#category-filter li:hover label span {
    color: #0F1111 !important;
}

.product__section__list:first-child .productAttr-h {
    border-top: 0 !important;
    padding: 0 0 10px !important;
}

.FiltreList li a, .FiltreList li .checkmark-text {
    color: #0F1111;
    font-size: 13px;
    position: relative;
    top: -3px;
}

.product__section__list .productAttr-h {
    margin-bottom: 0;
    border-top: 1px solid #f0f2f5;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #0f1111;
}

.categoryDetails-body {
    padding: 10px 0 0;
}

.categoryDetails-price {
    width: 50%;
    float: left;
    margin-top: 5px;
}

    .categoryDetails-price.text-right {
        position: relative;
    }

    .categoryDetails-price span {
        font-size: 13px;
    }

.breadcrumb {
    background-color: #ffffff !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}
    .breadcrumb li {
        display: inline-block;
        margin-right: 6px;
        font-size: 14px;
    }

        .breadcrumb li a {
            color: #0F1111;
        }

        .breadcrumb li.active {
            color: #0F1111;
            font-weight: 500;
        }

        .breadcrumb li a:hover {
            text-decoration: underline;
        }

        .breadcrumb li::after {
            content: "\f105";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            margin-left: 6px;
            color: #c24033;
            font-size: 15px;
        }

        .breadcrumb li:last-child::after {
            display: none;
        }




.nav-up {
    height: 0;
}

.nav-down {
    position: fixed !important;
    top: 0;
    height: 45px;
}

.search-result-counter-wrapper .description {
    font-size: 20px;
    letter-spacing: normal;
    display: flex;
    font-weight: 400;
}

    .search-result-counter-wrapper .description h1 {
        display: inline;
        font-size: 100%;
        margin: 0;
        line-height: normal;
    }

    .search-result-counter-wrapper .description span {
        font-size: 14px;
        color: #919191;
        display: block;
        margin-left: 6px;
        position: relative;
        top: 5px;
    }

.productResult-wrapper {
    background: #ffffff;
}

.search-result-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 7.5px;
}

.form-control {
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    font-size: 13px;
    border-color: #e5e5e5;
}

#CurrentSearchOption_Sort {
    height: 34px;
    line-height: 34px;
    padding: 0 10px !important;
}

.price-bg {
    margin: -1px 0 7px;
    height: 20px;
    display: block;
}



    .price-bg .price1, .price2, .urunKodu {
        color: #666;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
    }
	.price2{
		font-size: 18px;
		margin-left: 5px;
		color: #c24033;
		font-weight: 500;
	}

.price3 {
    justify-content: space-between;
    color: #0f1111;
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    position: relative;
    border: 1px solid #c24033;
}

    .price3 span:first-child {
        display: block;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        text-align: left;
        text-transform: uppercase;
        width: 50%;
        overflow: hidden;
        color: #666;
    }

    .price3 span:last-child {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        position: absolute;
        right: 5px;
        top: 0px;
        color: #c24033;
    }

.super-firsat {
    background: #c24033;
    padding: 5px 6px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 7.5px;
    color: #fff;
    border-radius: 4px 0 0 0;
    display: none;
}


.small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}

    .small-img .icon-left, .small-img .icon-right {
        width: 12px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .small-img .icon-left {
        transform: rotate(180deg)
    }

    .small-img .icon-right {
        right: 0;
    }

        .small-img .icon-left:hover, .small-img .icon-right:hover {
            opacity: .5;
        }

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .small-container div {
        width: 800%;
        position: relative;
    }

    .small-container .show-small-img {
        width: 70px;
        height: 70px;
        margin-right: 6px;
        cursor: pointer;
        float: left;
    }

        .small-container .show-small-img:last-of-type {
            margin-right: 0;
        }



.product-carousel:hover .swiper-scrollbar {
    opacity: 1 !important;
}

.swiper-scrollbar {
    width: calc(66.66% - 96px) !important;
    margin: 20px auto 10px;
    height: 4px !important;
    background-color: #c4c4c4 !important;
    position: relative !important;
    left: inherit !important;
    bottom: inherit !important;
}

.swiper-scrollbar-drag {
    background: #0F1111 !important;
}

.product-carousel .product-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
}

    .product-carousel .product-card:hover picture {
        border-color: #e5e5e5 !important;
    }

.product-carousel .product-card picture {
    height: 302px;
    max-height: 302px;
    min-height: 302px;
}

.product-carousel .product-card {
    min-height: 422px;
    max-height: 422px;
    height: 422px;
}

.headline-3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 21px;

    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}

.product-card a {
    display: block;
    height: 100%;
}

.product-carousel .product-details {
    padding: 0;
}

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('lib/bootstrap-star-rating/img/loading.gif') top left no-repeat;
    border: none
}

.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-disabled .rating {
    cursor: default;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    color: #999;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -webkit-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    -o-transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    transform: matrix(-1,0,0,1,0,0) translate3d(0,0,0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-xs {
    font-size: 13px;
}

.rating-summary .rating-xs {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
}

.rating-container .clear-rating {
    color: #919191;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%
}

.clear-rating-active {
    cursor: pointer !important
}

    .clear-rating-active:hover {
        color: #843534
    }

.rating-container .clear-rating {
    padding-right: 5px
}

.rating-container .caption {
    display: none;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

.product-card .rating-xs, .__productXwrapper .rating-xs {
    font-size: 11px !important;
}

.product-card .rating-container .star, .__productXwrapper .star {
    margin: 0 1px;
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0;
    text-shadow: none;
    color: #ffc107;
}

.form-control:focus {
    border: 1px solid #eee !important;
}

.shipping-reklam a {
    background: #0f1111;
    padding: 0px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    display: block;
}

    .shipping-reklam a span {
        display: inline-block;
    }

.product-card .rating-xs {
    height: 13px;
    margin: 4px 0 5px;
}


.modal {
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.modal-backdrop {
    opacity: 1 !important;
    background-color: #6565657d;
}

.btn-light {
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.list-product .btn-add-cart {
    position: absolute;
    bottom: 7.5px;
    width: auto;
    left: 20px;
}

@media(min-width:1200px) {
    .container1080 {
        width: 1200px;
        max-width: 1200px;
    }
}

.btnWish {
    background: white;
    width: 35px;
    height: 35px;
    position: absolute;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px -5px #777;
    right: 20px;
    top: 10px;
    font-size: 18px;
    line-height: 35px;
	z-index:9;
}

    .btnWish::before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
    }

._errorPage {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
}

._errorPage {
    padding: 100px;
}

    ._errorPage .font-xl {
        font-size: 52px;
        margin-bottom: 15px;
        color: #c24033;
    }

    ._errorPage h4 {
        font-size: 18px;
        margin-bottom: 10px;
		font-weight:600;
    }

    ._errorPage p {
        font-size: 14px;
        margin: 0 !important;
    }
.error404{
	padding:15px 10px;
}

	

#favoriResult .productResult-wrapper {
    padding: 30px 0;
}



.btn-second {
    background-color: white;
    border: 1px solid #c24033;
    color: #c24033 !important;
}

    .btn-second:hover, .btn-second:focus {
        background-color: #c24033;
        border: 1px solid #c24033;
        color: #fff !important;
    }

#main-slider {
    margin-bottom: 30px;
}
	@media(min-width:1620px){
		#main-slider .swiper-container, #main-slider .main-slider-bg {
			height: 700px;
			max-height: 700px;
		}
	}
	@media(max-width:1620px){
		#main-slider .swiper-container, #main-slider .main-slider-bg {
			height: calc(100vh - 82px);
			max-height: calc(100vh - 82px);
		}
	}

    #main-slider .swiper-lazy {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #main-slider .container {
        position: relative;
    }

    #main-slider .MainTableCell {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 100%;
    }
    #main-slider h1, #main-slider h2, #main-slider h3{
        font-size:52px;
        font-weight:700;
        color:#fff;
		    text-shadow: 0px 0px 1px #000;
    }
    #main-slider .SliderAciklama p, #main-slider .SliderAciklama{
        font-size: 21px;
        color: #fff;
        margin-top: 5px;
        display: block;
		text-shadow: 1px 1px 5px #000;
    }

    #main-slider .swiper-pagination-bullet{
    width: 40px;
    height: 3px !important;
    border-radius: 0px;
    border: 0px !important;
    background: #fff;
    opacity: 1;
    }
	#main-slider .swiper-pagination-bullet-active {
		background: #c5483b;

    }
	#main-slider .swiper-button-next, #main-slider .swiper-button-prev{	
		width:45px !important;
	}		
	#main-slider .swiper-button-next:after, #main-slider .swiper-button-prev:after{	
		    height: 45px;
    line-height: 45px;
    width: 45px;
	}	
	#main-slider .swiper-button-next{	
		right:0
	}	
	#main-slider .swiper-button-prev{	
		left:0;
	}
	#main-slider .swiper-button-next:after{	
		border-radius: 20px 0 0 20px;
	}	
	#main-slider .swiper-button-prev:after{	
		border-radius: 0px 20px 20px 0px;
	}	
	
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom:3px !important;
	}
    .page-header {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    }

#carousel1 {
    margin-bottom: 30px;
}

.section-product .product-card {
    margin-bottom: 30px;
}



.home-page-products .swiper-scrollbar {
    margin-bottom: 30px;
}



.home-page-rexa-products .col-md-3 {
    padding: 0 7.5px;
    width: 50%;
}

.home-page-products .row {
    margin: 0 -7.5px;
}

.eticaret-rexa {
    color: #c24033 !important;
}

#cookieConsent {
    background: #ffffff !important;
    height: 60px !important;
    border: 0;
    padding: 0 !important;
    bottom: 0;
    top: auto;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    right: 0;
    left: 0;
    width: 100%;
	z-index: 99999999;
}
    #cookieConsent .navbar-text{
        margin:0;
    }
	
@media(max-width:992px){
	#cookieConsent{
		bottom:42px;
		height:auto !important;
		padding:0 0 10px !important;
	}
}	

.search-wrapper {
    margin: 72px 0 30px;
}

.page-item.active .page-link {
    background-color: #c24033;
    border-color: #c24033;
    border-radius: 4px;
}
.pagination {
    margin-bottom: 30px !important;
    text-align: center;
    display: inline-block;
}
.pagination li{
	float:left;
	margin:0 5px;
}
.pagination-div .container{
	text-align:center;
}
.page-link{
    color: #0f1111;
    background-color: transparent;
    border: 0;
    font-weight: 500;
	padding: 7.5px 15px;
}
.page-item.disabled .page-link {
    color: #0f1111;
    background-color: #fff0;
    border-color: #dee2e600;
}
.page-link:hover {
    background-color: #f1f1f1;
    border-color: #dee2e6;
    border-radius: 4px;
}
.product__section__list{
	display:none;
}
#category-filter{
	display:block;
}
.checkmarkCategoryImage{
	text-align: center;
    margin: 5px 0 15px;
    font-weight: 500;
    color: #0f1111;
}
.images-category img{
    padding: 15px;
}
.sort-button-list{
    display: flex;
}
.sort-button-list button{
    background: transparent;
    border: 0;
    padding: 0 5px;
    line-height: 0 !important;
    margin-right: 15px;
	font-size:19px;
	color:#919191;
}
.sort-button-list button.on, .sort-button-list button:hover{
    color: #c24033;
}
.sort-button-list img{
    width: auto;
    height: 25px;
}
.sort-by{
	display: inline-flex;
}
.indirim_Urun{
    background: #ffc136;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 10px;
    color: #000;
    border-radius: 4px;
    font-size: 13px;
}

@media(max-width:992px){
	.__en-ust{
		display:none;
	}
	.header-top {
		padding: 5px 0;
	}
	.header-top .row > div{
		padding: 0 15px;
		width: 100%;
		margin-bottom: 10px;
	}
	.header-top .logo-container {
		position: relative;
	}
	.navigation{
		display:none!important;
		width: 100%;
		background: #ffffff;
		position: fixed;
		z-index: 9999;
		top: 115px;
		left: 0;
		right: 0;
		align-items: normal;
		border-top: 1px solid #e5e5e5;
		height: calc(100% - 169px);
		overflow:auto;
	}
	.navbar-toggler.active + .navigation{
		display:block !important;
	}
	.navigation > ul > li > a{
		height:auto;
		line-height:normal;
		padding:15px;
		border-bottom:1px solid #e5e5e5;
		font-weight:500!important;
	}
	.navigation > ul > li {
		display: block;
		text-align: left;
		clear: both;
	}
	.search-result-counter-wrapper .description span{
		display:none;
	}
	.breadcrumb{display:none!important;}
	.gallery-top{
		height: auto !important;
		max-height:inherit!important;
		min-height:inherit!important;
	}
	.navigation .dropdown-trigger{
		position: absolute;
		right: 0;
		height: 100%;
		top: 0;
		align-items: center;
		background: #ff000000;
		flex-basis: auto;
		display: flex;
		width: 80px;
		font-style: normal;
	}
	.navigation .dropdown-trigger.active + .dropdown-menu{
		display: block !important;
	}
    .navigation .megamenu-item-title .dropdown-trigger.active + ul{
		display: block !important;
	}
    .navigation .megamenu-item-title ul{
        position: static;
        float: none;
        box-shadow: none;
        flex-basis: auto;
        width: 100%;
        font-style: normal;
        border-bottom: 2px solid #c24033; 
	}
    .navigation .megamenulist ul li a{
        padding-left: 25px;
	}
	.navigation  .dropdown-menu{
		position: relative;
		clear: both;
		min-width: 100% !important;
		width: 100% !important;
		top: 0 !important;
		border-radius: 0 !important;
		box-shadow: none;
		border: 0 !important;
	}
	body.active{
		overflow: hidden !important;
		max-height: 300px;
	}
	.navigation .dropdown-trigger::before{
		content: "\f107";
		font-family: "Font Awesome 5 Pro";
		font-weight: 500;
		margin:0 auto;
	}
	.navigation ul.dropdown-menu a {
		padding: 15px;
		border-bottom: 1px solid #e5e5e5;
	}
	.logo-container img {
		max-height: 45px;
		top: 0;
	}
	.col__other{
    right: 0;
    position: fixed;
    bottom: 0;
    background: white;
    height: 52px;
    padding: 0 5px!important;
    padding-top: 5px !important;
    left: 0;
    text-align: center;
    border-top: 1px solid #e5e5e5;
	    margin: 0 !important;
	}
	.header-top .toplist{
		display:block;
	}
	.header-top .toplist li.my_default {
		display: inline !important;
		width: 25%;
		margin: 0;
		text-align: center;
	}
	html, body{
		max-width:100%;
		overflow-x:hidden;
	}
	.navbar-icon{
		background: #c24033;
		display: block;
		height: 2px;
		width: 26px;
		margin-bottom: 7px;
	}
	.navbar-icon.icon-2{
		width: 32px;
		margin-left: -6px;
	}
	.navbar{
		height:0;
		z-index:1000;
	}
	.navbar-toggler {
    padding: 0;
    border: 0;
    position: absolute;
    right: -35px;
    top: -40px;
	}

	#header-search input{
		border-radius:4px;
	}
	.footer__list{
		display:none;
		transition:1s;
		height:0;
	}

	.footer__heading{
		position: relative;
		border: 1px solid #333;
		padding: 10px;
		margin: 0;
		border-bottom: 0;
		transition:1s;
	}
	.footer__heading::before{
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
	}
	.footer__heading:focus, .footer__heading:hover{
		transition:1s;
	}
	.footer__heading.active + .footer__list{
		display: block;
		border: 1px solid #333;
		padding: 15px !important;
		border-bottom: 0;
		height:100%;
		transition:1s;			
	}
	footer .row .col-lg-3:last-child .footer__heading{
		border-bottom:1px solid #333 !important;
	}
	footer .row .col-lg-3{
		padding:0;
	}
	footer{
		border-top:0;
		padding:0 0 100px;
	}
	.bankof-css {
		height: 40px;
		top: 30px;
		width: 100%;
	}
.bottom__footer {
    text-align: center;
	border:0;
    height: 25px;
    line-height: 30px;
}
.bottom__footer div{
	text-align:center!important;
}

.wrap_bbfd {
    bottom: 50px !important;
    right: -10px !important;
}

}


.action {
    max-width: 400px;
    margin: 60px auto;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px 15px;
    border-radius: 4px;
}

    .action .form-control {
        padding: 10px;
        height: 42px;
        background: #f0f2f5;
    }

    .action .btn-color {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        padding: 7.5px;
        font-size: 17px;
    }

    .action .form-group {
        text-align: left;
    }

    .action #clickIleti, .action #clickResmi {
        font-size: 12px;
    }

    .action h1 {
        text-align: left;
        font-weight: 500;
    }

    .action .validation-summary-errors ul {
        list-style-type: disc;
        display: block;
        margin-bottom: 15px !important;
        background: #ffd4d4;
        padding: 5px 30px !important;
        border-radius: 4px;
    }

    .action .validation-summary-errors li {
        font-size: 13px;
        text-align: left;
        width: 100%;
        margin-bottom: 0;
        font-weight: 500;
    }

.altBilgi a {
    font-weight: 500;
}


.provider-login {
    display: flex;
    margin: 0 -2%;
}

    .provider-login button {
        width: 50%;
        float: left;
        margin: 0 2%;
        border: 1px solid #e5e5e5;
        background: #fff;
        color: #fff !important;
    }

.hizli-giris {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.ForgotPassword {
    font-size: 13px;
    font-weight: 500;
}

button[value=Facebook] {
    background: #c24033 !important;
    border: 1px solid #c24033;
}

button[value=Google] {
    background: #d64c3e !important;
    border: 1px solid #d64c3e;
}

.modal #nav-tabContent {
    padding: 15px 0;
    max-height: 400px;
    overflow: auto;
    font-size: 13px;
}
.modal .nav-tabs .nav-item {
    color: #0F1111 !important;
    margin-bottom: 0;
    width: 50%;
    padding: 15px 0;
    text-align: center;
    border: 0;
}
.modal .nav-link.active {
    color: #c24033 !important;
    font-weight: 500;
}
.modal #nav-tabContent p {
    margin-bottom: 0;
}
.close-modal {
    display:none;
}
.section-portfolio{
	padding:0 0 30px;
}
.section-portfolio .col-md-4{
    width: alc(14.28% - 20px);
    max-width: calc(14.28% - 20px);
    padding:  10px;
    margin: 0 10px;
    background-color: #ffffff;
    border: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 4px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    text-align: center;
}
.section-portfolio .row{
	text-align: center;
    align-items: center;
    justify-content: center;
}
.section-portfolio .col-md-4 img{
filter: grayscale(1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.section-portfolio .col-md-4:hover img{
filter: none;

    transform: scale(1.1);	
}




.portfolio-overlay{display:none;}

.htmlIcerik-2{
	margin-bottom: 60px !important;
    margin-top: 0 !important;
}
.htmlIcerik-2 .col-md-4{
    padding: 30px;
	background-color:#eee;
}
@media(min-width:4092px){
	.htmlIcerik-2 .col-md-4::after{
		content: '';
		position: absolute;
		width: 75px;
		height: 200px;
		bottom: 0;
		border-bottom: 1px solid;
	}
	.htmlIcerik-2 .col-md-4.order-2::after{
		border-right: 1px solid;
		right: 0;
	}
	.htmlIcerik-2 .col-md-4.order-1::after{
		border-left: 1px solid;
		left:0;
	}
	.htmlIcerik-2 p{
		font-size:15px;
	}
}
.read-more{
	letter-spacing: 2px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 400;
}
.read-more::after{
    content: "\f178";
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
	margin-left:5px;
}
.htmlIcerik-2 h5{
	font-weight:300;
	font-size:42px;
}
.htmlIcerik-2 h4{
	font-weight:600;
	font-size:36px;
}

.news-item-published-on{
    font-size: 15px;
    text-align: right;
    position: absolute;
    top: 15px;
    color: #919191;
    border-radius: 30px;
}

.blogs-wrapper{
	padding:50px 0;
}
.blogs-wrapper .col-md-3{
	order:2;
}
.blogs-wrapper .col-md-3 .categoris-head{
    font-weight: 500;
    font-size: 16px;
    background: #ffffff;
    color: #c24033;
    text-transform: uppercase;
    padding: 15px 0;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-bottom: 2px solid;
}
.blogs-wrapper .btn-group{
	display:block;
	width:100%;
}
.blogs-wrapper .btn-group a{
    padding: 5px 0;
    font-size: 17px;
    display: block;
    text-align: left;
}
.flex-news-item{
    padding: 40px 40px 30px;
    color: #0F1111;
    position: relative;
    box-shadow: 0px 0px 10px -5px #000;
    border-radius: 0 0 15px 15px;
}
.news-item-title h1{
    font-size: 32px;
    margin-bottom: 10px;
}
.blogs-wrapper .col-md-4{
	width: 100%;
    max-width: 100%;
}

.news-item-published-on::before{
	content:'Yayınlanma Tarihi:';
}

@media(max-width:992px){
	#searchDown, #searchUp{
		display:none;
	}
	.section-portfolio .portfolio-overlay{
		top:10px;
	}
.section-portfolio .portfolio-overlay p {
    line-height: 13px;
    font-size: 16px;
    top: 10px;
	margin-bottom:5px;
}

	#header-search{
		display: block !important;
		position: relative;
		background: transparent;
		box-shadow: none;
		height: auto;
		padding:0;
	}
	#main-slider .swiper-container, #main-slider .main-slider-bg {
		height: 350px;
		max-height: 350px;
	}
	.swiper-scrollbar {
    width: calc(66.66% - 26px) !important;
    margin: 0px auto 0px;

}
	._errorPage {
    padding: 15px;
}

    ._errorPage .font-xl {
        font-size: 22px;
        margin-bottom: 15px;
        color: #c24033;
    }

    ._errorPage h4, ._errorPage h1 {
        font-size: 18px;
        margin-bottom: 10px;
		font-weight:600;
    }
	    ._errorPage p {
        font-size: 14px !important;
        margin: 0 !important;
    }
	
.col {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
}
#main-slider h1, #main-slider h2, #main-slider h3 {
    font-size: 30px;
}
#main-slider .SliderAciklama p, #main-slider .SliderAciklama {
    font-size: 17px;
}
.sort-button-list {
	display:none;
}	
.search-result-title, .sort-by {
    display: block;
    margin-bottom: 0;
    padding: 0;
}
.sort-by{
	margin-top:10px;
}
.product-grid__card{
	width:50%;
	padding:0 5px;
}
.list-product {
    padding: 7.5px 0;
}
.list-product .row {
    margin: 0 -5px;
}

.product-card picture, .images-category {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
}
.product-card {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
}
.product-card .product-details {
    padding: 0;
}
.price-bg .price1, .price2, .urunKodu{
	font-size:12px;
}
.price2 {font-size: 14px !important;}

.indirim_Urun {
    padding: 2px 5px;
    font-size: 13px;
}
.container{
	padding:0 10px!important;
}
.action{
	margin:0;
	border:0;
}
.page-header{
	font-size:20px;
}
.product__title{
	height:20px;
	min-height:20px;
	font-size:16px;
	max-height:20px;
}
.product-carousel .product-card picture {
    height: 215px;
    max-height: 215px;
    min-height: 215px;
}
.product-carousel .product-card {
    min-height: 300px;
    max-height: 300px;
    height: 300px;
}
.product-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff0;
}


.section-portfolio .col-md-4, .section-portfolio .portfolio-overlay{
	max-width:25%;
	width:20%;
}

.htmlIcerik-2 .col-md-4 {
    margin: 0 15px;
}
.section-portfolio {
    padding: 0 5px;
}

.section__trustlist{
	display:none;
}
}


.chatCopyright_d76b .text_fb63{
	display:none !important;
}


.swiper-lazy-preloader::before{
	content:'';
	position:absolute;
}

.leaf_7c9f {
	display:none!important;
}


.news-detail{
	padding: 50px;
    background-color: #fafafa;
}
.news-detail .container{
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 30px;
}
.news-title{
	margin-bottom:30px;
}
.news-detail .thumbnail{
	margin-bottom:30px;
}
@media(min-width:992px){
	.news-detail .container{
		max-width: 980px;
		box-shadow: 0px 0px 10px -5px #a7a6a6;
		border-radius: 4px;
		border: 1px solid #e5e5e5;
		background-color: #fff;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
}

.section-contact {
    padding: 60px 0;
}
    .section-contact label {
        font-size: 14px;
        margin-bottom: 10px;
        color: #666;
        font-weight: 500;
    }
    .section-contact h1 {
    font-size: 24px;
    margin-bottom: 1rem;
    }
    .section-contact .contactCenter p {
        margin: 1em 0 0;
        border-bottom: 1px solid #f0f2f5;
        padding-bottom: 1em;
    }
    .section-contact .contactCenter p span {
        font-weight:500;
    }

#whatsapp-sticky a{
    position: fixed;
    background: #4caf50;
    width: 55px;
    height: 55px;
    display: block;
    bottom: 1em;
    right: 1em;
    border-radius: 50%;
    text-align: center;
	z-index:9999;
}
#whatsapp-sticky a::before{
    font-family: "Font Awesome 5 Brands";
    content: "\f232";
    color: #fff;
    font-size: 30px;
    line-height: 55px;
}
@media(max-width:992px){
	.section-contact form{
		margin-top:30px;
	}
	._orientationRight_6992.wrap_bc0e {
    bottom: 50px;
}
#whatsapp-sticky a {
    bottom: 70px;
    border-radius: 12%;
    text-align: right;
    padding-right: 7px;
    left: -25px;
    background: #c24033;
}
.sepetUrunSayisi{
	left:40px;
}
}

._productXlist label:first-child{
	display:block!important;
}
._productXlist label{
	display:none;
}

.navigation ul.dropdown-menu:not(.active) div {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.navigation ul.dropdown-menu:not(.active){
	width:230px!important;
}
.navigation ul.dropdown-menu .container{
	padding:0!important;
}

#home_Pageitem10007 .product-carousel .product-details {
    padding: 5px 20px;
}

#home_Pageitem10007 .product-card a {
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

#home_Pageitem10007 { 
    background-image: url(/user-content/home-section-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
    background-position: 0px -500px;
    height: 500px;
}

#home_Pageitem10007 .product-carousel .product-card picture {
    height: 210px;
    max-height: 210px;
    min-height: 210px;
}

#home_Pageitem10007 .product-carousel .product-card {
    height: 280px;
    max-height: 280px;
    min-height: 280px;
}

#home_Pageitem10007 .swiper-slide {
    width: 388px !important;
    padding: 0 10px;
}

.another-logins{
	display:none!important;
}

@media (max-width: 1531px) {
    .navigation > ul > li > a {
        padding: 0 10px;
    }
}

@media (max-width: 1216px) {
    .header-top {
        padding: 40px 0;
    }

    .navigation > ul > li > a {
        line-height: 45px;
        height: 30px;
        font-size: 14px !important;
    }
}

@media (max-width: 992px) {
    .header-top {
        padding: 5px 0;;
    }
}




@media (max-width: 624px) {
    .header-top {
        padding: 5px 0;;
    }
    #main-slider .swiper-button-next, #main-slider .swiper-button-prev {
        display: none;
    }
}




@media (max-width: 1301px) {
    .navigation > ul > li > a {
        font-size: 12px;
        padding: 0 6px;
    }
}
@media (max-width: 1122px) {
    .navigation > ul > li > a {
        height: auto;
        line-height: normal;
    }
}
@media (max-width: 992px) {
    .navigation > ul > li > a {
        height: 50px;
        line-height: 50px;
    }
    .megamenu-wrap .col-md-12 {
        border-bottom: 2px solid #c24033;
    }
}

@media (max-width: 450px) {
    #main-slider .MainTableCell {
        top: 43%;
    }
}

.btn-white{
	background-color: #fff;
    color: #000;
    text-shadow: none;
}

#privatePageContentItem_10 {
	padding: 0 0 100px 0;
}
#privatePageContentItem_10 .col-md-6{
	padding-top: 15px;
    padding-bottom: 15px;
}
#privatePageContentItem_10 .rg-wrapper{
	margin: 0px;
}
#privatePageContentItem_10 .rg-wrapper {
	position: relative;
}
#privatePageContentItem_10 .galleryInfo{
    display: flex;
    justify-content: center;
    align-items: center
}
#privatePageContentItem_10 .galleryInfo h5{
    position: absolute;
    z-index: 10;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    text-align: center;
    width: 240px;
  	opacity: 1 !important;
}
#privatePageContentItem_10 .rg-wrapper a::before{
    content: ' ';
    position: absolute;
    background: linear-gradient(45deg, rgb(0, 0, 0, 0.45), rgb(0, 0, 0, 0.45), rgb(0, 0, 0, 0.45));
    transition: all 0.3s ease-out;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#privatePageContentItem_10 .rg-wrapper a:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-out;
    background: linear-gradient(45deg, transparent, rgb(0, 0, 0, 0.45), transparent);
    z-index: 5;
}

.yazi-op {
	background: -webkit-linear-gradient(#000, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yazi-op-off {
	background: -webkit-linear-gradient(#000, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000 !important;
}

.btn-right {
    display: flex;
    justify-content: flex-end;
}
.header-top .whatsapp-button{
    display: none;
}
@media (max-width: 992px) {
    .header-top .whatsapp-button{
        display: block;
    }
}

@media (max-width: 768px) {
    .btn-add-cart, .__proQua {
        width: 100% !important;
    }
    .btn-add-cart {
        margin: 15px 0 !important;
    }
    .__proQua {
        margin-right: 0 !important;
        display: block !important;
    }
    .__proQua input {
        width: 68% !important;
    }
    .__proQua button {
        width: 15% !important;
    }
    .__userIslem, .__userIslem li {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .gallery-thumbs {
        top: 50px;
        left: 15px;
    }
}

@media (max-width: 460px) {
    .yazi-op h2 {
        font-size: 14px;
    }
    .yazi-op {
        font-size: 12px;
    }
}