.main-container-wrapper {
    max-width: 100vw;
}

.header .header-top {
    max-width: 1300px;
}

.header .header-bottom ul.nav {
    display: flex;
    justify-content: center;
}

.header .header-top div.left-content ul.logo-container {
    width: 300px;
}

.header .header-top div.left-content ul.logo-container li img {
    max-width: unset;
    height: 50px;
}

.header .header-top div.left-content ul.search-container li.search-group .search-field {
    width: 450px;
    max-width: 100%;
}


.main-container-wrapper section.featured-products {
    max-width: 1300px;
    margin: 80px auto 40px;
}

.main-container-wrapper .product-grid-3, .main-container-wrapper .product-grid-4 {
    grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
}

.main-container-wrapper .product-card {
    padding-bottom: 50px;
    margin-bottom: 30px;
    border: 2px solid #efefef;
}
.main-container-wrapper section.featured-products .featured-heading {
    font-size: 2em;
}

.banner-container {
    padding: 0px;
    float: none;
    max-width: 1300px;
    margin: 50px auto 80px;
    height: auto;
    overflow: hidden;
}

.banner-container .left-banner1 {
    float: left;
    width: 60%;
    padding-right: 20px;
}

.banner-container .left-banner1 img {
    height: 660px;
    object-fit: cover;
}

.banner-container .right-banner img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.main .category-container,
 section.product-detail,
.main-container-wrapper .content-container{
    max-width: 1300px;
    margin: auto;
}

.main-container-wrapper .content-container.home {
    max-width: 100vw;
}

.footer {
    background: #333;
}

.footer .footer-content {
    max-width: 1300px;
    margin: auto;
}

.footer .footer-content .footer-list-container .list-container .list-group li {
    text-transform: none;
}

.footer .footer-content .footer-list-container .list-container.social ul {
    display: block;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
}

.footer .footer-content .footer-list-container .list-container.social ul li {
    float: left;
    margin-right: 10px;
}

.footer .footer-content .footer-list-container .list-container .payment-logos {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}

.footer .footer-content .footer-list-container .list-container .list-group a {
    color: #ddd;
    transition: all 0.5s;
}

.footer .footer-content .footer-list-container .list-container .list-group a:hover,
.footer .footer-content .footer-list-container .list-container .list-group a:focus,
.footer .footer-content .footer-list-container .list-container .list-group a:active {
    color: #fff;
}

.footer .footer-content .footer-list-container .list-container p {
    color: #ddd;
}
.footer-bottom {
    background: #000;
    color: #999;
    text-align: center;
    font-size: .85em;
    padding: 7px 0px;
    height: auto;
}

.footer-bottom a {
    color: #ddd;
}


.banner-container .right-banner img:last-child {
    padding-top:0px;
}


.hl-uyelik .cont {
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin:30px 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.hl-uyelik .cont .text {
	padding-left:30px;
	padding-right:30px;
}

.hl-uyelik .cont .text.left {
	padding-left:0px;
	padding-bottom: 30px;
}

.hl-uyelik .cont .text.right {
	padding-right:0px;
}

.hl-uyelik .cont .text.default {
	padding:0px;
}

.hl-uyelik .cont .image {
	margin-bottom:30px;
}

.hl-uyelik .cont .image img {
	min-width:500px;
	padding:10px;
	border:1px solid #ddd;
	width:100%;
	height:auto;
}

.hl-uyelik .btn-hl {
	background:#7ac043;
	color:#fff;
	padding:7px 10px;
	text-decoration:none;
	transition: all 0.5s;
	border-radius:4px;
}

.hl-uyelik .btn-hl:hover, .btn-hl:focus, .btn-hl:active {
	background:#000;
}

.hl-header-button {
	padding: 7px 10px;
    background: #7ac043;
    border-radius: 4px;
	transition: all 0.5s;
	color:#fff!important;
}

.hl-header-button:hover,
.hl-header-button:focus,
.hl-header-button:active {
	background:#000;
}

.hl-button-mobile {
	display:none;
}


.header .header-top div.right-content .right-content-menu>li {
    display: inline-block;
    border-right: 2px solid #c7c7c7;
    min-height: 15px;
    padding: 3px 10px 0;
}


@media only screen and (max-width: 992px) {
    .header .header-top div.left-content {
        max-width: 50%;
    }

    .header .header-bottom ul.nav {
        display: block;
    }

    section.slider-block div.slider-content ul.slider-images li img {
        height: 500px;
        object-fit: cover;
    }

    .main-container-wrapper section.featured-products .featured-heading {
        font-size: 1.2em;
    }

    .main-container-wrapper .product-card .product-image {
        object-fit: contain;
        margin: 10px auto;
    }

    .main-container-wrapper .product-card {
        width: 100%;
    }

    .banner-container .left-banner1 img,
    .banner-container .right-banner img{
        height: auto;
        object-fit: cover;
    }

    .checkout-process .col-main .step-content .address-summary {
        display: block;
    }

    .checkout-process .col-main .step-content .address-summary div.billing-address,
    .checkout-process .col-main .step-content .address-summary div.shipping-address {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .banner-container .left-banner1 img {
        width: 100%;
        height: auto;
    }
	
	.hl-uyelik .cont {
		display:block;
		margin:30px 0px;
		padding-bottom: 30px 0px;
		border-bottom: 1px solid #ddd;
	}
	
	.hl-uyelik .cont .text {
		height:auto;
		overflow:hidden;
		padding:0px 0px 30px 0px;
	}
	
	.hl-uyelik .cont .image img {
		min-width: unset;
		padding:10px;
		border:1px solid #ddd;
		width:100%;
		height:auto;
	}
	
	.hl-button-mobile {
		display:block;
		text-align:center;
	}
	
	.hl-button-desktop {
		display:none!important;
	}

}

.btn.btn-primary{background:#7ac043;}

@media only screen and (max-width: 420px) {
    section.slider-block div.slider-content ul.slider-images li img {
        height: 500px;
        object-fit: cover;
    }

    .banner-container img {
        width: 100%;
        height: auto;
    }

}


.header .header-top div.left-content ul.logo-container li img {
	height:80px;
	max-height:80px;
}

@media only screen and (max-width: 420px) { 
	.header .header-top div.left-content ul.logo-container li img {
		height:50px;
		max-height:50px;
	}
}

