@charset "UTF-8";
@import url(/OnlieWebCssAndJava/LayoutCss/global.css);
@import url(https://fonts.googleapis.com/css?family=Poppins:300, 400, 500, 600, 700, 800, 900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Teko:300, 400, 500, 600, 700&display=swap);
@import url('global.css');

.row {
    margin-right: -12px;
    margin-left: -12px;
}

    .row .col,
    .row [class*="col-"] {
        padding-right: 12px;
        padding-left: 12px;
    }

@media (max-width: 991px) {
    body[class$="-active"] {
        cursor: pointer;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #fab100;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(0, -100%, 0);
        transform: translateY(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0, 0, 0);
        transform: translateY(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(0, -100%, 0);
        transform: translateY(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0, 0, 0);
        transform: translateY(0, 0, 0);
    }
}

body {
    font-size: 1.2rem;
    font-family: poppins, sans-serif;
    color: #242424;
    background: #fff;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    position: relative;
    left: 0;
}

.container {
    max-width: 1224px !important;
    padding-left: 12px;
    padding-right: 12px;
}
.showcase .new-label {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 6.6rem;
    height: 6.6rem;
    background: url(//yedekparcaankara.com/Images/SiteImages/yeniurun.png) no-repeat left;
}
a {
    color: #fab100;
    /*color: #fff;*/
}

    a:active,
    a:focus,
    a:hover {
        color: #e1a30d;
    }

.fixed-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 98;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#header {
    position: relative;
    z-index: 100;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    background: #fff url(//yedekparcaankara.com/Images/SiteImages/body-background.png) no-repeat top center;
}

    #header .header-top .header-box-top-left {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 4.2rem;
    }

@media (max-width: 991px) {
    #header .header-top .header-box-top-left {
        display: none;
    }
}

#header .header-top .header-box-top-left .header-phone {
    position: absolute;
    top: 1.1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #242424;
    margin-left: 2rem;
    padding-left: 2.4rem;
    background: url(//ideacdn.net/shop/ar/73/themes/selftpl_5d83832425c32/assets/images/icon-header-phone.svg) no-repeat left center;
}

    #header .header-top .header-box-top-left .header-phone a {
        font-size: 1.2rem;
        color: #242424;
    }

        #header .header-top .header-box-top-left .header-phone a:hover {
            color: #fab100;
        }

#header .header-top .header-box-top-left .header-whatsapp {
    position: absolute;
    top: 1.1rem;
    left: 19rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 2.4rem;
    /*background: url(//yedekparcaankara.com/Images/SiteImages/icon-whatsapp.svg) no-repeat left center;*/
}

    #header .header-top .header-box-top-left .header-whatsapp a {
        font-size: 1.2rem;
        color: #242424;
    }

#header .header-top .header-box-bottom-left .header-user-cart {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    #header .header-top .header-box-top-right {
        display: none;
    }
}

#header .header-top .header-box-top-right .header-drop {
    height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #header .header-top .header-box-top-right .header-drop .value-content a {
        font-size: 1.2rem;
        font-weight: 700;
        color: #242424;
        margin-left: 1.2rem;
    }

#header .header-top .header-user-cart {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#header .header-bottom {
    position: relative;
    /*background: #fab100;*/
    /*background: #5d3ebc;*/
    /*background-image: linear-gradient(270deg,#10b9df,#40306f);*/
    background-image: linear-gradient(270deg,#5d3ebc,#40306f);
}

    #header .header-bottom .col-12 {
        position: unset;
    }

.logo {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 3rem 0 2.5rem;
    background: #212225;
}

@media (max-width: 991px) {
    .logo {
        justify-content: center;
        padding: 1rem 0;
    }
}

.logo:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background: #212225;
    width: 10000px;
}

.logo:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 135px 40px 0 0;
    border-color: #212225 transparent transparent transparent;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 0;
}

@media (max-width: 991px) {
    .logo:after {
        left: 100%;
        top: 0;
        height: 100%;
        background: #212225;
        width: 12px;
        border: none;
    }
}

.logo img {
    max-height: 8rem;
}

@media (max-width: 767px) {
    .logo a {
        max-width: 60%;
    }
}

.search {
    padding-top: 2.4rem;
}

    .search form {
        position: relative;
        background: url(//ideacdn.net/shop/ar/73/themes/selftpl_5d83832425c32/assets/images/icon-search-bg.svg) no-repeat;
    }

@media (max-width: 991px) {
    .search form {
        background: 0 0;
    }
}

.search form input {
    width: 100%;
    padding: 1rem 8rem 1rem 5.8rem;
    border: none;
    height: 4.8rem;
    background: url(//ideacdn.net/shop/ar/73/themes/selftpl_5d83832425c32/assets/images/icon-search.svg) no-repeat 2.4rem center;
}

@media (max-width: 991px) {
    .search form input {
        border: 0.1rem solid #f1f1f1;
    }
}

.search form input::placeholder {
    opacity: 1;
    color: #999;
}

.search form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding-left: 0.7rem !important;
    border: none;
    padding: 0;
    background: #fab100;
}

    .search form button:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 48px 14px;
        border-color: transparent transparent #fab100 transparent;
        position: absolute;
        left: -14px;
        top: 0;
        z-index: 0;
    }

.user-menu {
    padding-top: 2.4rem;
}

@media (max-width: 991px) {
    .user-menu {
        padding: 2rem 0;
    }
}

.user-menu > a {
    width: 14rem;
    height: 4.8rem;
    border: 0.1rem solid #dfdfdf;
    padding-left: 5.6rem;
    background: url(//yedekparcaankara.com/Images/SiteImages/icon-user.svg) no-repeat 1.3rem 50%;
    display: block;
    position: relative;
}

@media (max-width: 575px) {
    .user-menu > a {
        width: 12rem;
        padding-left: 4.5rem;
    }
}

.user-menu > a span {
    display: block;
}

    .user-menu > a span:first-child {
        font-size: 1.4rem;
        color: #242424;
        line-height: 2rem;
        padding-top: 0.7rem;
    }

@media (max-width: 575px) {
    .user-menu > a span:first-child {
        font-size: 1.2rem;
    }
}

.user-menu > a span:last-child {
    font-size: 1rem;
    color: #999;
    line-height: 1.5rem;
}

.user-menu-content {
    position: fixed;
    top: 0;
    right: -480px;
    width: 480px;
    height: 100%;
    background-color: #fff;
    z-index: 101;
    transition: all 0.2s ease-in-out;
    overflow-y: auto;
    padding: 6rem;
}

    .user-menu-content .user-menu-content-top {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        border-bottom: 1px solid #f1f1f1;
    }

    .user-menu-content .user-menu-title {
        font-size: 1.8rem;
        font-weight: 700;
        color: #242424;
        margin-bottom: 1rem;
    }

    .user-menu-content .user-menu-input {
        margin-bottom: 1.5rem;
    }

        .user-menu-content .user-menu-input input {
            background-color: #fff;
            border-radius: 0;
            font-size: 1.2rem;
            color: #242424;
        }

            .user-menu-content .user-menu-input input::placeholder {
                color: #242424;
                opacity: 1;
            }

    .user-menu-content .user-menu-button {
        margin-bottom: 1.5rem;
    }

        .user-menu-content .user-menu-button .btn {
            font-size: 1.6rem;
            font-weight: 700;
        }

@media (max-width: 991px) {
    .user-menu-content {
        right: -280px;
        width: 280px;
        padding: 1.5rem;
    }
}

.cart-menu {
    padding-top: 2.4rem;
}

@media (max-width: 991px) {
    .cart-menu {
        padding: 2rem 0;
    }
}

.cart-menu > a {
    width: 12.6rem;
    height: 4.8rem;
    padding-left: 5.6rem;
    background: #242424 url(//ideacdn.net/shop/ar/73/themes/selftpl_5d83832425c32/assets/images/icon-cart.svg) no-repeat 1.3rem 50%;
    display: block;
    position: relative;
}

@media (max-width: 575px) {
    .cart-menu > a {
        width: 12rem;
        padding-left: 5rem;
    }
}

.cart-menu > a span {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #fab100;
    line-height: 1.5rem;
}

    .cart-menu > a span:first-child {
        font-size: 1.4rem;
        color: #fff;
        line-height: 2rem;
        padding-top: 0.7rem;
    }

@media (max-width: 575px) {
    .cart-menu > a span:first-child {
        font-size: 1.2rem;
    }
}
.header-box-bottom-left{
	display: flex;
	justify-content: center;
}
.cart-menu > a .cart-amount {
    position: absolute;
    top: 5px;
    left: 23px;
    width: 20px;
    height: 20px;
    background-color: #fab100;
    color: #fff;
    border-radius: 50%;
    border: 0.2rem solid #242424;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-content {
    position: fixed;
    top: 0;
    right: -480px;
    width: 480px;
    height: 100%;
    background-color: #fff;
    z-index: 101;
    transition: all 0.2s ease-in-out;
    padding: 6rem;
    overflow-y: auto;
}

    .cart-content .cart-content-title {
        font-size: 1.8rem;
        font-weight: 700;
        color: #242424;
        margin-bottom: 1rem;
    }

    .cart-content .cart-list {
        border-top: 1px solid #f1f1f1;
        margin-bottom: 3rem;
    }

        .cart-content .cart-list .cart-list-item {
            border-bottom: 1px solid #f1f1f1;
            padding: 1.5rem 0;
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }

            .cart-content .cart-list .cart-list-item .cart-list-item-image {
                flex: 0 0 6rem;
                margin-right: 1rem;
            }

                .cart-content .cart-list .cart-list-item .cart-list-item-image > span {
                    display: block;
                    width: 100%;
                    height: 6rem;
                    background: url(//ideacdn.net/shop/ar/73/themes/selftpl_5d83832425c32/assets/images/nopic_image.png) no-repeat center center;
                    background-size: 50% 50%;
                }

            .cart-content .cart-list .cart-list-item .cart-list-item-content {
                flex: 1 0 0%;
                min-width: 0;
                padding-right: 1rem;
            }

                .cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-title {
                    color: #242424;
                    font-size: 1.4rem;
                    font-weight: 700;
                    display: block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-price {
                    font-size: 1.4rem;
                    font-weight: 700;
                }

                .cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-amount {
                    font-size: 1.2rem;
                    font-weight: 400;
                }

    .cart-content .cart-content-total-price {
        margin-bottom: 3rem;
    }

        .cart-content .cart-content-total-price > span {
            font-size: 1.6rem;
        }

        .cart-content .cart-content-total-price > div {
            font-size: 1.8rem;
            font-weight: 700;
        }

    .cart-content .cart-content-button {
        margin-bottom: 1.5rem;
    }

        .cart-content .cart-content-button .btn {
            font-size: 1.6rem;
            font-weight: 700;
        }

@media (max-width: 991px) {
    .cart-content {
        right: -280px;
        width: 280px;
        padding: 1.5rem;
    }
}

#navigation {
    position: relative;
}

    #navigation .category-level-1 > ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #navigation .category-level-1 > ul > li > a {
            padding: 1.3rem 0.7rem;
            font-size: 1.22rem;
            font-weight: 600;
            color: #ffffff;
            display: block;
        }

    #navigation .category-level-2 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        display: none;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 99;
        padding: 2rem;
    }

        #navigation .category-level-2 ul {
            display: flex;
            flex-wrap: wrap;
        }

            #navigation .category-level-2 ul > li.navigation-category-image {
                flex: 0 0 10%;
                margin-bottom: 1.2rem;
                margin-right: 0;
            }

                #navigation .category-level-2 ul > li.navigation-category-image:nth-child(10n) {
                    margin-right: 0;
                }

                #navigation .category-level-2 ul > li.navigation-category-image > a {
                    display: block;
                    color: #242424;
                    font-size: 1.4rem;
                    text-align: center;
                    margin-bottom: 1rem;
                }

                    #navigation .category-level-2 ul > li.navigation-category-image > a:only-child {
                        margin-bottom: 0;
                    }

                    #navigation .category-level-2 ul > li.navigation-category-image > a:hover > div {
                        border-color: #fab100;
                    }

                    #navigation .category-level-2 ul > li.navigation-category-image > a > div {
                        border: 0.1rem solid #dfdfdf;
                        margin-bottom: 1.2rem;
                        width: 10rem;
                        height: 10rem;
                        position: relative;
                    }

                        #navigation .category-level-2 ul > li.navigation-category-image > a > div img {
                            position: absolute;
                            top: 0;
                            right: 0;
                            bottom: 0;
                            left: 0;
                            margin: auto;
                            display: block;
                            max-width: 100%;
                            max-height: 100%;
                        }

                    #navigation .category-level-2 ul > li.navigation-category-image > a > span {
                        display: block;
                        height: 2rem;
                        line-height: 2rem;
                        overflow: hidden;
                    }

                #navigation .category-level-2 ul > li.navigation-category-image:hover > a {
                    color: #fab100;
                }

	#hamburger-menu{
		display:none;
	}

#navigation .category-level-1 > ul li:nth-child(1){
	display: none;
}
#siteUstKisaSepetBilgisi{
    background: #212225;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
}
div#siteUstKisaSepetBilgisi:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 135px 40px 0 0;
    border-color: #212225 transparent transparent transparent;
    position: absolute;
    top: 0;
    z-index: 0;
    margin-left: -40px;
    rotate: 180deg;
}
div#siteUstKisaSepetBilgisi::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 135px 40px 0 0;
    border-color: #212225 transparent transparent transparent;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 0;
}
	.showcase-box{
		margin-top:15px;
	}
.product-right{
	background:#f9f9f9;
}
.product-price {
    padding-top: 1.2rem;
    padding-bottom: 1.4rem;
}
.product-price-old-title, .product-price-new-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #666;
    line-height: 2.3rem;
    padding-left: 2.2rem;
	margin-top:10px;
}
.product-price-new, .product-price-old {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fab100;
    border-bottom: 0.1rem solid #dfdfdf;
    padding-left: 2.2rem;
    padding-bottom: 1.2rem;
}
#product-user-buttons {
    padding-left: 2.4rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid #dfdfdf;
	display:none;
}
#product-user-buttons a {
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom: 1.2rem;
}
.product-social {
    padding-top: 1.2rem;
    padding-left: 2.2rem;
    padding-bottom: 1.7rem;
}
.product-social-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #666;
    line-height: 2.3rem;
    margin-bottom: 1.2rem;
}
.product-social-content {
    display: flex;
    align-items: center;
}
.product-social-content a {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    border-radius: 50%;
    background: #666;
    margin-right: 1.2rem;
}
.product-social-content a i {
    font-size: 1.4rem;
    color: #fff;
}
.product-brand {
    margin-bottom: 0.6rem;
}
.product-brand a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fab100;
    line-height: 2.3rem;
}
.product-title {
    margin-bottom: 1.2rem;
}
.product-title h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #242424;
    line-height: 2.4rem;
}
.product-stock, .product-nostock {
    position: relative;
    font-size: 1.4rem;
    color: #242424;
    padding-left: 1.6rem;
}
.product-stock:before, .product-nostock:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3rem;
    height: 1.3rem;
    background: #28d928;
    border-radius: 50%;
}
.product-nostock:before {
    background: #e8161d;
}
.product-list-container .product-list-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
}
.product-list-container .product-list-row .product-list-title {
    flex: 0 0 auto;
    width: 30%;
}
.product-list-container .product-list-row .product-list-content {
    flex: 1 1 auto;
    display: flex;
    word-break: break-word;
}
.product-list-container .product-list-row .product-list-content:before {
    content: ":";
    margin-right: 1.6rem;
}
.product-list-container {
    font-size: 1.4rem;
    color: #666;
    border-bottom: 0.1rem solid #dfdfdf;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
}
.product-list-container .product-list-row a {
    color: #666;
    transition: all .2s ease-in-out;
}
.product-list-container .product-list-row a:hover {
    color: #fab100;
}
.product-list-container .product-list-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.8rem;
}
.product-qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}
.product-qty-wrapper .product-qty-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #666;
}
.product-qty-wrapper .product-qty {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dfdfdf;
    width: 20.2rem;
    height: 4.7rem;
}
.product-qty-wrapper .product-qty>a {
    flex: 0 0 6rem;
    max-width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #242424;
}
.product-qty-wrapper .product-qty>div {
    flex: 1 0 0%;
    max-width: 100%;
}
.product-qty-wrapper .product-qty>div input {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #f9f9f9;
    border: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #242424;
    border-right: 0.1rem solid #dfdfdf;
    border-left: 0.1rem solid #dfdfdf;
}
.product-cart-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 1.5rem;
}
.product-cart-buttons .product-buttons-wrapper {
    flex: 1 0 0%;
    max-width: 100%;
}
.product-cart-buttons>div {
    padding-left: 5px;
    padding-right: 5px;
}
.product-cart-buttons .product-buttons-wrapper .product-buttons-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.product-cart-buttons .product-buttons-wrapper .product-buttons-row>div {
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
a.add-to-cart-button {
    /*background-color: #fab100;*/
    background-color: #5d3ebc;
    color: #fff !important;
}
    a.add-to-cart-button:hover {
        background-color: #8a65cc; /* İstediğiniz hover rengini burada belirtin */
    }
a.add-to-cart-button, a.no-stock-button, a.quick-order-button, a.remind-me-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.7rem;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 1.5rem;
    transition: all .2s ease-in-out;
}
.timer-down {
    font-size: 1.1rem;
    color: #666;
    line-height: 2.5rem;
    padding-left: 3.1rem;
    background: url(https://yedekparcaankara.com//Images/SiteImages/icon-alert.svg) no-repeat;
    margin-bottom: 1.5rem;
}
.product-detail-tab {
    margin-bottom: 7.2rem;
}
.product-detail-tab [data-tab-index].active>a {
    color: #242424;
}
.product-detail-tab [data-tab-index]>a span {
    font-weight: 600;
}
.product-detail-tab [data-tab-index]>a {
    display: block;
    color: #bfbfbf;
    font-size: 2rem;
    height: 2.8rem;
    padding-bottom: 1.6rem;
}
.product-detail-tab [data-tab-index] {
    margin-bottom: 2.4rem;
}
.product-detail-tab [data-tab-index].active>a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8rem;
    height: 0.4rem;
    background: #fab100;
}
.product-detail-tab [data-tab-index].active>a {
    color: #242424;
}
.oem-numbers > span {
    font-size: 14px;
    font-weight: bold;
}
.product-price.has-discount .product-price-old {
    font-size: 2.2rem;
    font-weight: 600;
    color: #858585;
    line-height: 3.1rem;
    text-decoration: line-through;
}
@media (min-width: 991px){
	.has-sub-category:hover > .category-level-2{
		display: block!important;
	}
}
@media (max-width: 991px) {
	.stok{
		width: 100%;
		flex: 0 0 100%;
		display:inline-block;
		max-width:70%;
	}
	.search{
		margin:0!important;
	}
	.fixed{
		position: fixed;
		top: 0;
		z-index: 999;
		padding-top: 10px;
		background: white;
	}
	div#siteUstKisaSepetBilgisi:before{
		display:none;
		left: 0;
		border-width:0;
	}
	div#siteUstKisaSepetBilgisi::after {
		display:none;
		left: 0;
		border-width:0;
	}
	aside{
		display:none;
	}
	#siteUstKisaSepetBilgisi{
		background: none;
		height: auto;
		position: relative;
		top: 0;
		right: 0;
	}
	#navigation .category-level-1 > ul li:nth-child(1){
		display: block;
	}
	#hamburger-menu{
		display:block;
	}
    #navigation {
        display: none;
    }
	#navigation .category-level-1 > ul{
		flex-direction: column;
	}
	#header .header-bottom {
		position: absolute;
		display: none;
		width: 75%;
		top: 0;
		z-index: 9999999;
		min-height: 100vh;    
		border-top-right-radius: 60px;
    	border-bottom-right-radius: 60px;
		margin-top: 20px;
		opacity: 0.98;
	}
	#siteUstKisaSepetBilgisi{
		margin-left: 5px;
		margin-top: 4px;
	}
	.mobilehidetablecolumn{
		display: none;
	}
	#navigation .category-level-2{
		position: relative;
		background-color: #fab100;
		box-shadow: none;
	}
	#navigation .category-level-1 > ul > li > a{
		text-align: center;
	}
	.block-item a {
		margin-left: 5px;
	}
}

#main .main-banner {
    margin-bottom: 7.7rem;
}

@media (max-width: 991px) {
    #main .main-banner {
        margin-bottom: 1rem;
    }
}

#main .main-banner .banner {
    position: relative;
}

@media (max-width: 991px) {
    #main .main-banner .banner {
        text-align: center;
        margin-bottom: 2rem;
    }
}

#main .main-banner .banner:hover .banner-title-text {
    opacity: 1;
}

@media (max-width: 991px) {
    #main .main-banner .banner:hover .banner-title-text {
        opacity: 0;
    }
}

#main .main-banner .banner:hover .banner-description {
    bottom: 8.3rem;
}

@media (max-width: 991px) {
    #main .main-banner .banner:hover .banner-description {
        bottom: 1.7rem;
    }
}

#main .main-banner .banner .banner-title-text {
    opacity: 0;
    position: absolute;
    bottom: 1.7rem;
    left: 1.7rem;
    width: 14.6rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background: #fab100;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
    #main .main-banner .banner .banner-title-text {
        display: none;
    }
}

#main .main-banner .banner .banner-description {
    position: absolute;
    bottom: 1.7rem;
    left: 1.7rem;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
    #main .main-banner .banner .banner-description {
        left: 50%;
        transform: translateX(-50%);
    }
}

#main .main-banner .banner .banner-description:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 5.8rem;
    width: 0.4rem;
    background: #fab100;
}

#main .main-banner .banner .banner-description-title {
    font-size: 2rem;
    color: #fff;
    line-height: 2.8rem;
    margin-left: 1.4rem;
}

@media (max-width: 991px) {
    #main .main-banner .banner .banner-description-title {
        display: block;
        width: 10rem;
        text-align: left;
        font-size: 1.5rem;
        margin-left: 1rem;
    }
}

@media (max-width: 767px) {
    #main .main-banner .banner .banner-description-title {
        font-size: 1.3rem;
    }
}

#main .main-banner .banner .banner-description-title span {
    font-weight: 600;
}

#main .main-banner-1 {
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    #main .main-banner-1 {
        margin-bottom: 3rem;
    }

        #main .main-banner-1 .banner {
            text-align: center;
            margin-bottom: 3rem;
        }
}

@media (max-width: 767px) {
    #main .main-banner-1 {
        margin-bottom: 0;
    }
}

#main .main-banner-2 {
    margin-bottom: 7.2em;
}

@media (max-width: 991px) {
    #main .main-banner-2 {
        margin-bottom: 3rem;
    }
}

#main .main-banner-2 .banner {
    position: relative;
}

    #main .main-banner-2 .banner:hover .banner-title-text {
        opacity: 1;
    }

    #main .main-banner-2 .banner:hover .banner-description {
        bottom: 12rem;
    }

@media (max-width: 991px) {
    #main .main-banner-2 .banner:hover .banner-description {
        bottom: 2rem;
    }
}

#main .main-banner-2 .banner .banner-title-text {
    opacity: 0;
    position: absolute;
    bottom: 3.5rem;
    left: 2rem;
    width: 14.6rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background: #fab100;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
    #main .main-banner-2 .banner .banner-title-text {
        display: none;
    }
}

#main .main-banner-2 .banner .banner-description {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
    #main .main-banner-2 .banner .banner-description {
        display: none;
    }
}

#main .main-banner-2 .banner .banner-description:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 5.8rem;
    width: 0.4rem;
    background: #fab100;
}

#main .main-banner-2 .banner .banner-description-title {
    font-size: 2.4rem;
    color: #fff;
    line-height: 3.3rem;
    margin-left: 1.4rem;
}

@media (max-width: 991px) {
    #main .main-banner-2 .banner .banner-description-title {
        font-size: 2rem;
        line-height: 3rem;
    }
}

#main .main-banner-2 .banner .banner-description-title span {
    font-weight: 600;
}

.default-products {
    margin-bottom: 7.2rem;
}

    .default-products .products-header {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
        background: #f9f9f9;
        padding: 2.4rem 0 7.2rem;
    }

        .default-products .products-header span:first-child {
            position: relative;
            display: block;
            font-size: 2.8rem;
            font-weight: 400;
            color: #242424;
            line-height: 3.9rem;
            padding-bottom: 1.2rem;
            margin-bottom: 2.4rem;
        }

@media (max-width: 767px) {
    .default-products .products-header span:first-child {
        font-size: 1.8rem;
    }
}

.default-products .products-header span:first-child > b {
    font-weight: 600;
}

.default-products .products-header span:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    height: 0.3rem;
    background: #fab100;
}

.default-products .products-header span:last-child {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}

.default-products .products-content {
    height: 0;
    overflow: hidden;
}

.current-page-default-entry .main-search {
    margin-bottom: 7.2rem;
}

@media (max-width: 991px) {
    .current-page-default-entry .main-search {
        margin-bottom: 3rem;
    }
}

.current-page-default-entry .main-search-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    background: #f9f9f9;
    padding: 2.4rem 0 7.2rem;
}

    .current-page-default-entry .main-search-title span:first-child {
        position: relative;
        display: block;
        font-size: 2.8rem;
        font-weight: 400;
        color: #242424;
        line-height: 3.9rem;
        padding-bottom: 1.2rem;
        margin-bottom: 2.4rem;
    }

@media (max-width: 767px) {
    .current-page-default-entry .main-search-title span:first-child {
        font-size: 1.8rem;
    }
}

.current-page-default-entry .main-search-title span:first-child > b {
    font-weight: 600;
}

.current-page-default-entry .main-search-title span:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    height: 0.3rem;
    background: #fab100;
}

.current-page-default-entry .main-search-title span:last-child {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}

.current-page-default-entry .main-search-content {
    padding: 4.8rem 0;
    background: url(//yedekparcaankara.com/Images/SiteImages/product-search-bg.jpg) no-repeat left center;
}

@media (max-width: 767px) {
    .current-page-default-entry .main-search-content {
        background: #212225;
    }
}

.current-page-default-entry .main-search-content .triple-search {
    background-color: #f9f9f9;
    border: 0.1rem solid #dfdfdf;
    padding: 2.4rem 2.4rem 4.8rem;
}

.current-page-default-entry .main-search-content .triple-search-title {
    font-size: 1.4rem;
    color: #242424;
    line-height: 2rem;
    margin-bottom: 2.4rem;
}

.current-page-default-entry .main-search-content .triple-search #triple-search-box .btn {
    background-color: #fab100;
    width: 22.5rem;
    height: 4.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 991px) {
    .current-page-default-entry .main-search-content .triple-search #triple-search-box .btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .current-page-default-entry .main-search-content .triple-search #triple-search-box {
        margin-bottom: 2rem;
    }
}

.custom-multi-search-title {
    font-size: 1.4rem;
    color: #242424;
    line-height: 2rem;
    margin-bottom: 2.4rem;
}

.custom-multi-search-content > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .custom-multi-search-content > div {
        display: block;
    }
}

.custom-multi-search-content > div > div select {
    border-radius: 0;
    width: 20rem;
    height: 4.6rem;
    font-size: 1.4rem;
    color: #999;
    border: #dfdfdf;
}

@media (max-width: 1199px) {
    .custom-multi-search-content > div > div select {
        width: 17rem;
    }
}

@media (max-width: 991px) {
    .custom-multi-search-content > div > div select {
        width: 100%;
        margin: 1rem 0;
    }
}

.custom-multi-search-content > div > div .btn {
    background-color: #fab100;
    width: 20rem;
    height: 4.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 991px) {
    .custom-multi-search-content > div > div .btn {
        width: 100%;
    }
}

#footer .footer-banner {
    padding: 7.2rem 0;
}

@media (max-width: 991px) {
    #footer .footer-banner {
        padding: 3rem 0;
    }

        #footer .footer-banner .banner {
            text-align: center;
            margin-bottom: 3rem;
        }
}

#footer .footer-banner .banner {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

#footer .footer-row-1 {
    padding: 6.5rem 0 2.5rem;
    background: url(//yedekparcaankara.com/Images/SiteImages/ypzemin.jpg) no-repeat left center;
}

@media (max-width: 991px) {
    #footer .footer-row-1 {
        background: #212225;
    }
}

#footer .footer-row-1 .banner {
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    #footer .footer-row-1 .banner {
        text-align: center;
    }
}

#footer .footer-row-1 .footer-mail {
    margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
    #footer .footer-row-1 .footer-mail {
        text-align: center;
    }
}

#footer .footer-row-1 .footer-mail a {
    font-size: 1.4rem;
    color: #fff;
    line-height: 2rem;
    padding-left: 3.3rem;
    background: url(//yedekparcaankara.com/Images/SiteImages/icon-mail.svg) no-repeat left center;
}

    #footer .footer-row-1 .footer-mail a:hover {
        text-decoration: underline;
    }

#footer .footer-row-1 .footer-phone {
    font-size: 1.4rem;
    color: #e9e9e9;
    line-height: 2rem;
    text-align: right;
}

@media (max-width: 991px) {
    #footer .footer-row-1 .footer-phone {
        text-align: center;
    }
}

#footer .footer-row-1 .footer-phone span {
    font-weight: 1.8rem;
    font-weight: 600;
    margin-left: 1rem;
}

#footer .footer-row-2 {
    padding: 2rem 0;
    background: #f1f1f1;
}

    #footer .footer-row-2 .copyright {
        font-size: 1.4rem;
        color: #242424;
        line-height: 2.6rem;
    }

@media (max-width: 991px) {
    #footer .footer-row-2 .copyright {
        text-align: center;
        margin-bottom: 2rem;
    }
}

#footer .footer-row-2 .banner {
    text-align: right;
}

@media (max-width: 991px) {
    #footer .footer-row-2 .banner {
        text-align: center;
    }
}

.footer-social {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
    .footer-social {
        justify-content: center;
    }
}

.footer-social a {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    color: #fff;
    border: 0.2rem solid #fff;
    border-radius: 50%;
    margin-right: 1.5rem;
}

    .footer-social a:last-child {
        margin-right: 0;
    }

    .footer-social a:hover {
        color: #fab100;
    }

    .footer-social a i {
        font-size: 1.5rem;
    }

@media (max-width: 991px) {
    .footer-drop {
        text-align: center;
        margin-bottom: 3rem;
    }
}

.footer-drop-title {
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.3rem;
    margin-bottom: 1.2rem;
}

.footer-drop .value-content a {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2rem;
    color: #fff;
}

.footer-menu-title {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 2.5rem;
    padding-bottom: 0.8rem;
    margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
    .footer-menu-title {
        display: inline-block;
    }
}

.footer-menu-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.8rem;
    height: 0.3rem;
    background: #fab100;
}

.footer-menu-content > ul > li {
    color: #fff;
}

    .footer-menu-content > ul > li > a {
        font-size: 1.4rem;
        color: #fff;
        line-height: 2.9rem;
    }

        .footer-menu-content > ul > li > a:hover {
            color: #fab100;
        }

@media (max-width: 991px) {
    .footer-menu {
        text-align: center;
        margin-bottom: 3rem;
    }
}

.header-box-top-right {
    display: inline-flex;
}

.app-area-header {
    display: inline-flex;
}

    .app-area-header > div {
        margin-right: 1rem;
    }

        .app-area-header > div > a > img {
            height: 2.5rem;
        }

        .app-area-header > div:last-child {
            margin: 0;
        }

@media (min-width: 992px) {
    .app-area-header {
        margin: 1rem 2rem 0 6rem;
    }
}

@media (max-width: 991px) {
    .app-area-header {
        display: none;
    }
}

.app-area {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

    .app-area > div {
        margin-right: 2rem;
    }

        .app-area > div > a > img {
            height: 4rem;
        }

        .app-area > div:last-child {
            margin: 0;
        }

@media (max-width: 991px) {
    .app-area {
        justify-content: center;
        margin-bottom: 2rem;
    }
}

#scroll-top {
    position: fixed;
    right: 2.3rem;
    bottom: 12rem;
    width: 6rem;
    height: 6rem;
    cursor: pointer;
    border-radius: 50%;
    background-size: 6rem;
    background: url(//yedekparcaankara.com/Images/SiteImages/scroll-top-2.svg) no-repeat;
}

#whatsapp-icon {
    position: none;
    left: 2.3rem;
    bottom: 12rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    /*background: url(//yedekparcaankara.com/Images/SiteImages/images/whatsapp.svg) no-repeat;*/
}

@media (max-width: 991px) {
    #whatsapp-icon {
        display: none !important;
    }
}

#whatsapp-icon a {
    width: 100%;
    height: 100%;
    display: block;
}

.showcase {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4.8rem;
    border: 0.1rem solid #f1f1f1;
}

    .showcase:hover {
        border-color: transparent;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .showcase .showcase-image-container {
        position: relative;
    }

        .showcase .showcase-image-container .showcase-cart-box {
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .showcase .showcase-image {
        position: relative;
        padding-top: 100%;
        overflow: hidden;
    }

        .showcase .showcase-image a img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            display: block;
            max-width: 100%;
            max-height: 100%;
        }

    .showcase .showcase-content {
        padding: 1.2rem 1.2rem 2.4rem;
    }

        .showcase .showcase-content .showcase-title {
            text-align: center;
            margin-bottom: 2rem;
            font-size: 1.4rem;
            line-height: 1.9rem;
        }

            .showcase .showcase-content .showcase-title a {
                color: #242424;
            }

@media (max-width: 575px) {
    .showcase .showcase-content .showcase-title {
        font-size: 1.3rem;
    }
}

.showcase .showcase-content .showcase-price {
    font-size: 1.2rem;
    color: #242424;
    font-weight: 700;
}

@media (max-width: 767px) {
    .showcase .showcase-content .showcase-price {
        text-align: center;
    }
}

.showcase .showcase-content .showcase-price-new {
    font-weight: 700;
}

.showcase .showcase-box {
    height: 5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 1;
}

.showcase .new-label {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 6.6rem;
    height: 6.6rem;
    background: url(//yedekparcaankara.com/Images/SiteImages/yeniurun.png) no-repeat left;
}
td,th{
	border: 1px solid #ccc;
}
.showcase-container .showcase {
    margin-top: 0;
    margin-bottom: 2.4rem;
}

#head-content {
    height: 20rem;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    position: relative;
    font-size: 1.4rem;
    color: #242424;
    line-height: 2.5rem;
    background: #f9f9f9;
    padding: 2rem 2.4rem 5rem;
    margin-top: 4.8rem;
}
.showcase-price-old{
    font-size: 1.1rem;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
}
.discount-label{
	width: 5rem;
    height: 5rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    background: #fab100;
    margin-right: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #head-content:after {
        content: "";
        position: absolute;
        bottom: -2rem;
        left: 0;
        width: 100%;
        height: auto;
        background: #f9f9f9;
    }

    #head-content::-webkit-scrollbar {
        width: 1.4rem;
    }

    #head-content::-webkit-scrollbar-thumb {
        height: 3rem;
        background: #cfcfcf;
    }

    #head-content::-webkit-scrollbar-track {
        background: #ececec;
    }

    #head-content .head-content-title {
        position: relative;
        font-size: 2.4rem;
        font-weight: 600;
        color: #242424;
        line-height: 3.3rem;
        padding-bottom: 1.8rem;
        margin-bottom: 2.4rem;
    }

        #head-content .head-content-title:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 8rem;
            height: 0.4rem;
            background: #fab100;
        }

.category-list a {
    margin-bottom: 2.4rem;
}

    .category-list a > span {
        height: auto;
        font-size: 1.4rem;
        color: #242424;
        line-height: 2rem;
    }

        .category-list a > span:hover {
            color: #fab100;
        }

@media (max-width: 767px) {
    .block-item[data-type="filter-product-groups"] {
        display: block;
        margin-bottom: 0;
    }

        .block-item[data-type="filter-product-groups"] .block-item-title {
            display: none;
        }

        .block-item[data-type="filter-product-groups"] .block-item-content {
            display: block;
            padding: 0;
        }

    .block-item[data-type="product-groups"] {
        display: none;
    }
}

.block-item {
    margin-bottom: 2rem;
    border: 1px solid #f1f1f1;
}

    .block-item a {
        color: #242424;
		display: block;
    }

        .block-item a:hover {
            color: #e1a30d;
        }

    .block-item .block-item-title {
        padding: 1rem;
        font-size: 1.4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .block-item .block-item-title > i {
            display: none;
        }

@media (max-width: 767px) {
    .block-item .block-item-title > i {
        display: block;
    }
}

.block-item .block-item-content {
    padding: 1rem;
}

.products-whatsapp {
    padding: 2.2rem 0 2.4rem 2.2rem;
    border-bottom: 0.1rem solid #dfdfdf;
}

    .products-whatsapp a {
        display: flex;
        align-items: center;
    }

        .products-whatsapp a i {
            width: 3.7rem;
            height: 3.7rem;
            padding-left: 5rem;
            background-size: contain !important;
            /*background: url(//ideacdn.net/shop/ar/73/themes/selftpl_5d83832425c32/assets/images/whatsapp.svg) no-repeat;*/
        }

        .products-whatsapp a span {
            font-size: 1.2rem;
            font-weight: 600;
            color: #666;
            line-height: 1.8rem;
        }

.products-whatsapp-content {
    position: fixed;
    right: -150rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 110;
    width: 72rem;
    height: 100%;
    padding: 3.5rem 7rem 2rem;
    box-sizing: border-box;
    background-color: #f3f5f9;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .products-whatsapp-content {
        width: 90%;
    }
}

.products-whatsapp-content .products-whatsapp-title {
    text-align: center;
}

    .products-whatsapp-content .products-whatsapp-title > div {
        display: block;
        color: #ff9204;
        font-size: 2.3rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

@media (max-width: 767px) {
    .products-whatsapp-content .products-whatsapp-title > div {
        font-size: 1.5rem;
    }
}

.products-whatsapp-content .products-whatsapp-title > span {
    display: block;
    color: #666;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
    .products-whatsapp-content .products-whatsapp-title > span {
        font-size: 1.3rem;
    }
}

.products-whatsapp-content .banner-1 {
    margin-bottom: 2rem;
}

    .products-whatsapp-content .banner-1 a {
        width: 100%;
        height: 288px;
        background: url(//yedekparcaankara.com/Images/SiteImages/banner7.png) no-repeat 50% 50%;
    }

@media (max-width: 767px) {
    .products-whatsapp-content .banner-1 a {
        height: 12.5rem;
        background-size: contain;
    }
}

.products-whatsapp-content .banner-2 {
    margin-bottom: 2rem;
}

    .products-whatsapp-content .banner-2 a {
        width: 100%;
        height: 288px;
        background: url(//yedekparcaankara.com/Images/SiteImages/banner8.png) no-repeat 50% 50%;
    }

@media (max-width: 767px) {
    .products-whatsapp-content .banner-2 a {
        height: 12.5rem;
        background-size: contain;
    }
}

.products-whatsapp-content .banner-3 {
    margin-bottom: 2rem;
}

    .products-whatsapp-content .banner-3 a {
        width: 100%;
        height: 288px;
        background: url(//yedekparcaankara.com/Images/SiteImages/banner9.png) no-repeat 50% 50%;
    }

@media (max-width: 767px) {
    .products-whatsapp-content .banner-3 a {
        height: 12.5rem;
        background-size: contain;
    }
}

.products-whatsapp-content .banner-4 {
    margin-bottom: 2rem;
}

    .products-whatsapp-content .banner-4 a {
        width: 100%;
        height: 288px;
        background: url(//yedekparcaankara.com/Images/SiteImages/banner10.png) no-repeat 50% 50%;
    }

@media (max-width: 767px) {
    .products-whatsapp-content .banner-4 a {
        height: 12.5rem;
        background-size: contain;
    }
}

.btn {
    font-size: 1.2rem;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    /*background: linear-gradient(90deg, rgb(244 244 244) 0%, rgb(174 242 235 / 72%) 100%, rgb(73 177 198) 100%);*/
    background: linear-gradient(90deg, #28a745 0%, #218838 50%, #1e7e34 100%);
    
}

    .btn.btn-primary {
        color: #fff;
        /*background: #fab100;*/
        background: #5d3ebc;
    }

        .btn.btn-primary:not(.btn-loading).active,
        .btn.btn-primary:not(.btn-loading).hover,
        .btn.btn-primary:not(.btn-loading):active,
        .btn.btn-primary:not(.btn-loading):hover,
        .btn.btn-primary:not([disabled]):not(.disabled).active,
        .btn.btn-primary:not([disabled]):not(.disabled):active {
            background: #e1a30d;
           /* background: #5d3ebc;*/
            color: #fff;
        }

._displayNone {
    display: none;
}

.policyPopupContainer {
    position: fixed;
    left: 2%;
    bottom: 10%;
    z-index: 100;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 10px;
    width: 300px;
}

    .policyPopupContainer a {
        color: #fff;
        text-decoration: underline;
    }

.policyTitle {
    margin: 5px 0;
}

span.popupClose {
    position: absolute;
    top: 6px;
    display: block;
    right: 6px;
}

.popupClose:after {
    content: "";
    height: 20px;
    display: block;
    width: 20px;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(//yedekparcaankara.com/Images/SiteImages/close-2.svg);
}

.limited-text .limited-text-content {
    height: calc(2rem * 8);
    overflow: auto;
}

#social-container [data-selector="whatsapp-order"] {
    display: none;
}

#breadcrumbs ol li {
    display: inline-block;
    margin-right: 3px;
}
#breadcrumbs ol li::after {
    content: ">";
    margin-left: 3px;
	color: #a18132;
}
#breadcrumbs ol li:nth-last-child(1)::after {
    content: "";
	display: none;
}
#left-block .block-item-content{
	margin: 10px;
    border: 1px solid #eee;
}
.filter-menu-category-title{
	font-size: 16px;
	font-weight: bold;
}
.block-item-title{
	font-size: 16px;
	font-weight: bold;
}
.filter-menu-category-content{
	font-size: 14px;
}
#breadcrumbs{
	font-size: 14px;
}
#breadcrumbs ol{
	padding: 0;
}
.showcase-cargo {
    position: absolute;
    z-index: 1;
    opacity: 0.95;
    height: 68px;
}
.filter-menu .filter-menu-category .filter-menu-category-content a {
    display: flex;
    padding: 0.5rem 0 0.5rem 2rem;
    font-size: 1.2rem;
    align-items: center;
}
.filter-menu .filter-menu-category .filter-menu-category-title {
    padding: 1rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}
.filter-menu .filter-menu-category .filter-menu-category-title {
    background-color: transparent;
    border: none;
    padding: 1.5rem;
}
.block-item .block-item-title {
    padding: 1rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-menu .filter-menu-category .filter-menu-category-top a {
    display: flex;
    padding: 1rem;
    font-size: 1.3rem;
    align-items: center;
}
.filter-menu .filter-menu-category .filter-menu-category-content a i {
    font-size: .5rem;
    margin-right: 0.5rem;
}
.filter-menu .filter-menu-category .filter-menu-category-top a i {
    font-size: .9rem;
    margin-right: 0.5rem;
}
.filter-menu .filter-menu-category .filter-menu-category-content {
    border-bottom: 1px solid #eee;
}

