

    .product-grid4,
    .product-grid4 .product-image4 {
        position: relative
    }

    .product-grid4 {
        text-align: center;
        border-radius: 5px;
        overflow: hidden;
        z-index: 1;
        transition: all .3s ease 0s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        margin: 20px 0;
    }

    .product-grid4 .product-image4 a {
        display: block
    }

    .product-grid4 .product-image4 img {
        width: 100%;
        height: auto
    }

    .product-grid4 .product-discount-label,
    .product-grid4 .product-new-label {
        color: #fff;
        background-color: #0371d8;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 45px;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 15px;
        transition: all .3s
    }

    .product-grid4 .product-discount-label {
        left: auto;
        right: 10px;
        background-color: #d7292a
    }

    .product-grid4 .product-content {
        padding: 25px
    }

    .product-grid4 .title {
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0 0 7px;
        transition: all .3s ease 0s
    }

    .product-grid4 .title a {
        color: #222
    }

    .product-grid4 .title a:hover {
        color: #0371d8
    }

    .product-grid4 .price {
		color: #0371d8;
		font-size: 17px;
		font-weight: 700;
		margin: 0 2px 15px 0;
		display: block;
		min-height: 50px;
		display: table-cell;
		position: relative;
		vertical-align: middle;
		height: 60px;
		width: 100vh;
		text-align: center;
    }

    .product-grid4 .price span {
        color: #909090;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        text-decoration: line-through;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        display: block;
        text-align: center;
		line-height: 12px;
    }

    .add-to-cart {
        border: 1px solid #e5e5e5;
        display: inline-block;
        padding: 10px 20px;
        color: #888;
        font-weight: 600;
        font-size: 14px;
        border-radius: 4px;
        transition: all .3s
    }


    .add-to-cart:hover {
        background-color: #505050;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        border: 1px solid transparent;
        background: #0371d8;
        color: #fff
    }

    @media only screen and (max-width:990px) {
        .product-grid4 {
            margin-bottom: 30px
        }
    }


    footer {
        background: #3f4040;
        width: 100%;
        margin-top: 60px;
        color: white;
        padding: 40px 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    
    .footer_logo {
        max-width: 100%;
        max-height: 40px;
        margin: 0 0 20px 0;
    }

    footer .content_title {
        background: rgba(255, 255, 255, 0.14);
        padding: 7px;
    }

    footer .content_body {
        color: #d4d4d4;
        text-align: justify;
        font-size: 13px;
        padding: 0 4px;
    }

    .footer_links {
        list-style: none;
        margin: 0;
        padding: 5px;
    }

    .footer_links li {
        padding: 5px 0;
    }

    .footer_links li a {
        color: #d4d4d4;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .footer_links li a:hover {
        color: white;
    }

    .footer_links li a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0da";
        margin-right: 8px;
        transition: all 0.3s ease;
    }

    .footer_links li a:hover:before {
        padding-left: 4px;
    }
	.product_list_row {
		margin-top: 40px;
	}
	.product_list_row .col-md-3 {
		box-shadow: 1px 0 0px rgba(0,0,0,0.1);
	}
	.procut_list_title {
        text-align: left;
        padding: 0 0 10px 0;
        position: relative;
        margin-bottom: 20px;
        color: #574f4f;
        font-size: 25px;
		float: left;
	}
	.produt_list_sort {
		float: right;
	}
	.procut_list_title span {
		font-size: 13px;
		
	}
    .procut_list_title:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 2px;
        width: 50%;
        left: 0;
        height: 2px;
        background: #0371d8;
    }
	.cb {
		clear: both;
	}

	.search_box {
		margin:0 0 25px 0;
		padding: 0;
	}
	.search_box .input-group {
		flex-wrap: nowrap;
	}
	.search_box .search-query {
		padding-right: 3px;
		padding-right: 4px \9;
		padding-left: 3px;
		padding-left: 4px \9;
		margin-bottom: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		height: 37px;
		width: 100%;
		border: 1px solid #d6d6d6;
		border-radius: 3px;
		font-weight: 400;
		
		font-size: 16px;
		color: #858585;
		padding-left: 10px;
		border-right: 0;
	}
	.search_box .input-group-btn {
		border: 1px solid #d6d6d6;
		border-left: 0;
		background: #fff;
	}
	.search_box .input-group-btn .btn {
		background: none;
	}
	.search_box .input-group-btn .btn:hover {
		color: #000;
	}
	.search_box button {
		border: 0;
		padding: 2px 5px;
		margin-top: 2px;
		margin-bottom: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color:#858585;
	}	

.result_colspace_box {
    border-top: 1px solid #d6d6d6;
}
.result_colspace_box:first-of-type {
    border: 0 !important;
}
.result_colspace_title {
    line-height: 60px;
    font-weight: 600;
    
    font-size: 18px;
    color: #001f1d;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.result_colspace_title span { 
    color: #858585;
}

.result_colspace_title:hover, .result_colspace_title:hover span {
    text-decoration: none;
    color: #f36523;
}
.result_colspace_title {
  position: relative;
}
.result_colspace_title[data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054"; 
    position: absolute;
    right: 0;
    top: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.result_colspace_title[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    -ms-transform:     rotate(0deg);
    -o-transform:      rotate(0deg);
    transform:         rotate(0deg);
}


.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #fd2727;
  border-color: #fd2727;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
    padding-left: 2.6rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom:0;
    font-size: 13px;
    color: #001f1d;
    
    padding-top: 2px;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
.result_colspace_num {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
    
}
.result_colspace_content {
    margin-top: 4px;
}
.result_colspace_content .row {
    margin-bottom: 14px;
}
.irs-from, .irs-to, .irs-single {
    background: #0371d8 !important;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    border-top-color: #21888b;
}
.chiller_cb input:checked ~ span {
    background: #0371d8;
    border-color: #21888b;
}

.page-numbers {

}
.page-numbers li {
    display: inline-block;
    color: #001f1d;
    font-size: 14px;
    font-weight: 800;
    margin: 0 4px;
}
.page-numbers li a {
    color: #001f1d;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    
    min-width: 36px;
    min-height: 36px;
    line-height: 43px;
    text-align: center;
    border: 3px solid #d6d6d6;
    display: block;
	border-radius: 100%;
    width: 43px;
    height: 43px;
}
.page-numbers li a:hover {
    color: #0371d8;
    border: 3px solid #0371d8;
}
.page-numbers li span {
    color: #d6d6d6;
    font-size: 14px;
    font-weight: 600;
    display: block;
    min-width: 36px;
    min-height: 36px;
    line-height: 43px;
    text-align: center;
    border: 3px solid #d6d6d6;
}
.page-numbers li span.current {
    color: #0371d8;
    border: 3px solid #0371d8;
	border-radius: 100%;
    width: 43px;
    height: 43px;
}
.pagination_box {
    text-align: center;
    margin: 35px 0 18px 0;
}
.pagination_text {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 75px;
}

.gallery-thumbbox {
    position: relative;
}
.gallery-top, .gallery-thumbs {
    width: 90%;
    margin: 0 5%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.termek_body .swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 450px;
    width: 100%;
}
.gallery-thumbs {
    height: 115px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gallery-thumbbox .swiper-button-white {
    background: none !important;
}
.gallery-thumbbox .swiper-button-white {
    left: 2px;
}
.gallery-thumbbox .swiper-button-next {
    left: auto;
    right: 2px;
    text-align: right;
}
.gallery-thumbbox .swiper-button-white:after {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 45px;
}
.gallery-thumbbox .swiper-button-next:after {
    content: "\f105";
    
}
.termek_mainbox {
    background: white;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.06);
    border-top: 1px solid #f3f3f3;
}
.gallery_fullscreen {
    color: #9b9b9b;
    font-size: 13px;
    margin: 15px 0;
    text-align: center;
}
.termek_title {
    color: #001f1d;
    font-weight: 600;
    font-size: 28px;
    margin: 22px 0 8px 0;
}
.termek_subtitle {
    color: #858585;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 0 22px 0;
}
.termek_subtitle a {
    color: #5c7ee0;
    text-decoration: none;
}
.termek_fejlec {
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    padding-left: 10px;
}
.termek_topar, .termek_short_box {
    margin-left: 10px;
}
.termek_topar_box {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}
.termek_topar_text {
    color: #858585;
    font-weight: 500;
    font-size: 14px;
    margin: 20px 0 2px 0;
}
.termek_topar_ar {
    float: left;
    width: 50%;
    color: #0371d8;
    font-weight: 600;
    font-size: 32px;
    
}
.termek_topar_nyil {
    float: right;
    width: auto;
    line-height: 40px;
}
.termek_topar_shop {
    float: right;
    width: 35%;
    line-height: 40px;
    text-align: center;
}
.termek_shortdesc {
	padding: 20px 10px;
    font-weight: 300;
    text-align: justify;
}
.termek_short {
    color: #001f1d;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}
.termek_short img {
    margin: 0px 10px 0px 2px;
}
.termek_short_box {
    margin-top: 20px;
}
.termek_short a {
    text-decoration: none;
    color: #5c7ee0;
}
.termek_short a:hover {
    color: #f36523;
}
.termek_body .col-md-6:first-of-type {
    border-right: 1px solid #f3f3f3;
}
.product_detailbox {
    margin: 40px 0 80px 0;
}
.product_detailbox_header {
    border-bottom: 1px solid #f3f3f3;
    padding: 0 30px;
}
.product_detailbox .gyartok_cat {
    padding: 0 2px;
    margin: 0 30px 0 0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 70px;
    font-size: 15px;
}
.termek_mainbox {
	margin-top: 50px;
}
.product_detailbox {
	padding: 20px 25px;
    line-height: 26px;
    color: #001f1d;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    text-align: justify;
    font-weight: 300;
    text-align: justify;

}
.btn-add-to-cart {
	background: #0371d8;
    border-color: #3f4040;
    border-width: 1px;
    margin: 25px 0;
    width: 100%;
    position: relative;
}
.bg-dark {
    background-color: #3f4040 !important;
}
.nothave_any {
    text-align: center;
    display: block;
    margin: 30px;
    
    font-size: 15px;
    color: #001f1d !important;
    font-weight: 400;
}
.termek_topar {
    border-top: 1px solid #f3f3f3;
    padding-top: 15px;
    color: grey;
}
.product_offer_box .title {
    margin: 10px 0 0 0;
    text-align: left;
    
}
.product_offer_box .price {
    margin: 0 0 0 0;
    text-align: left;
    min-height: 10px;
    height: auto;
}



.news_entry {
    margin-bottom: 30px;
    background: white;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.14);
}
.news_entry_image {
    overflow: hidden;
    height: 100%;
    min-height: 200px;
}
.news_entry_image img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
    width: 100%;
}
.news_entry:hover {
    box-shadow: 0 0 13px 6px rgba(0,0,0,0.15);
}
.news_entry:hover .news_entry_image img {
    width: 110%;
    margin: -5%;
    max-width: 110%;
}
.news_entry_category {
	
    margin-top: 30px;
    margin-bottom: 10px;
    color: #0371d8;
    font-weight: 600;
}
.news_entry_title {
    
    color: #001f1d;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}
.news_entry_info {
    
    color: #858585;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}
.news_entry_shorttext {
    margin-top: 10px;
    
    color: #858585;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-right: 15px;
    margin-bottom: 20px;
}
.news_sidebar_right {
    padding-right: 0;
    height: 43px;
    line-height: 43px;
}
.news_score_box {
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    line-height: 43px;
    width: 51px;
    background: url('../images/ratebg_1.png');
    background-size: cover;
    font-weight: 800;
    
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.news_score_box_normal {
    background: url('../images/ratebg_2.png');
    background-size: cover;
}


.home_news .row, .home_news .col-md-6 {
	padding: 0.5px;
	margin: 0px;
}
.home_news {
	background: white;
	margin-top: 45px;
	padding-bottom: 50px;
}
.news {
	position: relative;
	overflow: hidden;
	height: 200px;
	
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow: hidden;
	  background-position: center !important;
	  background-repeat: no-repeat !important;
}
.news:hover {
    transform: scale(1.02);
    z-index: 99;
}
.news_big {
	height: 402px;
}

.news img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}

.news_category {
	margin-top: 26px;
	margin-left: 25px;
	margin-bottom: 5px;
	color: #0371d8;
	font-size: 14px;
	
	font-weight: 800;
	text-transform: uppercase;
}
.news_title {
	margin-left: 25px;
	margin-bottom: 17px;
	color: #ffffff;
	font-size: 20px;
	
	font-weight: 800;

}
.news_big .news_title {
	font-size: 28px;
}
.news_comment {
	margin-left: 25px;
	position: absolute;
	bottom: 20px;
	color: #ffffff;
	font-size: 13px;
	
	font-weight: 400;
}
.news_big_blackbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.news_blackbox .news_category, .news_blackbox .news_title { 
	z-index: 10;
	position:relative;
}
.news_blackbox .news_comment {
    z-index: 10;
}
.news_sidebar_single {
    line-height: 42px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 3px 0;
}
.news_sidebar_single:hover {
    box-shadow: 0 0 1px rgba(0,0,0,0.4);
}
.news_sidebar_single_title {
    color: black;
}
.page_hero_title {
    font-size: 32px;
    margin: 16px 0;
    text-align: left;
}
.page_hero_text {
    margin: 10px 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.cart_row {
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.form-row label {
    width: 99%;
    display: block;
}
.megrendelesfieldset {
    padding: 20px;
}
.price_special_old {
    margin: 0 !important;
    font-size: 14px !important;
    color: #fe6700 !important;
    text-decoration: line-through;
}
.price_special_old, .price_special {
    height: 23px !important;
    width: 100% !important;
    min-height: 23px !important;
    display: block !important;
    text-align: center !important;
}
.price_special {
}
.page_hero_singlepage {
    margin: 30px 0 0 0px;
}
.navbar-toggler {
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
}
.palyazat_blokk {
    margin: 40px 0;
}
@media only screen and (max-width: 991px) {
    .navbar-nav {
        position: relative;
    }
    .nav-item-cart {
        padding-left: 0;
    }
}


.navbar{
    display: inline-flex;
    width: 100%;
}
.nav-link{
    color: white;
}
.logo-image{
    height: 90px;
    margin-bottom: -50px;
    margin-top: 5px;
}
.header{
    position: relative;
    min-height: 75vh;
}
.header-small {
    min-height: auto;
}
.header-item{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%; 
}
.header-item-image{
    width: 100%;
    height: auto;
}
.header-item-small {
    height: 55px;
    overflow: hidden;
}
.header-title{
    font-size: 60px;
    font-weight: bold;
    line-height: 78px;
    margin: 15vh 0 20px 0;
}
.header-description{
    font-size: 20px;;
    line-height: 27px;
    color: #57636d;
}
.buy-button{
    color: white;
    background-color: #1d71b1;
    border-radius: 5px;
    margin: 30px 0 175px 0;
    width: 230px;
    line-height: 35px;
    font-size: 15px;
}
.box-title{
    background-color: #c0d4f1;
    padding: 5px 17px;
    border-radius: 5px;
    color: #2f71d2;
}
.features-title{
    font-size: 35px;
    font-weight: bold;
    margin: 15px 0 20px 0px;
    
}
.line{
    width: 100px;
    height: auto;
    height: 4px;
    margin-bottom: 40px;
}
.features-box-top{
    position: relative;
    font-size: 25px;
}
.icon-back{
    width: 54%;
    height: auto;
    margin: 10px 23%;
}
.icon{
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.icon2 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    filter: invert(1);
}
.features-little-title{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 15px -12px;
    min-height: 55px;
}
.features-description{
    font-size: 16px;
    color: #57636d;
    padding: 0 10px;
}
.product-box{
    margin: 220px 0 200px 0;
}
.product-description{
    font-size: 16px;
    color: #57636d;
}
.first-folt{
    position: absolute;
    top: -50px;
    left: 5px;
    opacity: 0.3;
    width: 95%;
}
.second-folt{
    position: absolute;
    bottom: -500px;
    right: 5px;
    opacity: 0.3;
    width: 95%;
}
.product-container{
    position: relative;
}
.product-image{
    width: 90%;
}
.contact-container{
    margin: 220px 0 40px 0;
}
.contact-card-line{
    display: inline-flex;
}

.contact-text{
    padding-top: 25px;
    padding-left: 5px;
    font-size: 16px;
    
}
.circle-icon{
    margin: 10px 4.8px 10.6px 14.5px;
    width: 54.3px;
    height: 54.3px;
    font-size: 21.3px;
    background-color: #c0d4f1;
    color: #2f71d2;
    border-radius: 50%;
}
.map-icon{
    padding: 10px 20px;
}
.tel-icon{
    padding: 10px 18px;
}
.mail-icon{
    padding: 10px 17px;
}
.footer-container{
    background-color: #2f71d2;
    padding: 25px 0 25px 0;
    margin-top: 300px;
}
.footer-line{
    text-decoration: none !important;
    color: white;
    font-size: 16px;
    padding: 5px;
}

.footer-line a{
    color: white;
}
.copyright{
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    background-color: #010f19;
}
#menu-btn{
    display: none;
    color: white;
    cursor:pointer;
}
#close-btn{
    display:none;
    color: white;
    cursor:pointer;
}
#mobil-menu{
    display: none;
    padding: 25px 0 0 15px;
    
}
.mobil-menu-point{
    font-size: 18px;
    text-decoration: none !important;
    color: black;
    margin: 6px 0;
    font-weight: bold;
    
    
}
@media only screen and (max-width: 991px){
    .header-title{
        font-size:45px;
        line-height: 65px;
    }
    .buy-button{
        margin-bottom: 75px;
    }
}
@media only screen and (max-width: 767px){
    .nav{
        display: none;
    }
    #menu-btn{
        display: block;
    }
   
}
@media only screen and (max-width: 575px){
    .footer-line{
        text-align: center;
    }
}
.card {
    border: 0;
}
.card-header {
    background-color: #c0d4f1;
    padding: 5px 17px;
    border-radius: 5px;
    color: #2f71d2;
    margin: 5px 0;
}

.card-header h5 button {
    text-transform: uppercase;
    color: #2f71d2;
    text-decoration: none !important;
}

.slidermainkep {
    max-width: 100%;
    width: 300px;
}

.img-responsive {
    max-width: 100%;
}
.termek_imagebox {
    text-align: center;
}
.termek_imagebox img {
    max-width: 100%;
    max-height: 100%;
    
}