body {
    background: #f8f8f8;
}

/* nav */
.nav-container{
    background: url('../images/menubar2.jpg');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    min-height: 95px;
}
@media only screen and (min-width: 900px) {
    .nav-container {
        min-height: 100px;
    }
}
@media only screen and (min-width: 1050px) {
    .nav-container {
        min-height: 103px;
    }
}
@media only screen and (min-width: 1100px) {
    .nav-container {
        min-height: 105px;
    }
}
@media only screen and (min-width: 1150px) {
    .nav-container {
        min-height: 109px;
    }
}
@media only screen and (min-width: 1200px) {
    .nav-container {
        min-height: 109px;
    }
}
@media only screen and (min-width: 1250px) {
    .nav-container {
        min-height: 113px;
    }
}
@media only screen and (min-width: 1300px) {
    .nav-container {
        min-height: 120px;
    }
}
@media only screen and (min-width: 1400px) {
    .nav-container {
        min-height: 135px;
    }
}
@media only screen and (min-width: 1500px) {
    .nav-container {
        min-height: 150px;
    }
}
@media only screen and (min-width: 1600px) {
    .nav-container {
        min-height: 170px;
    }
}
.nav-link{
    color: white;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.nav-link:hover{
    color: #e4c25b; 

}
.navbar {
    padding: .5rem 0;
}
@media only screen and (min-width: 1200px) {
    .left-nav{
        padding-left: 20px;
    }
    .navbar {
        padding: .5rem 1rem;
    }
}
.header-title{
    color: white;
    font-family: 'Concert One', cursive;
    font-size: 32px;
    padding-top: 2px;
}
.right-nav{
    text-align: end;
    width: 100%;
    padding-right: 20px;
}
.right-navbar{
    float: right;
}
.mobil-nav-container{
    background-color: #000000;
    display: inline-flex;
    position: relative;
    height: 90px;
    display: none;
}
.mobil-nav-title{
/*    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-family: 'Concert One', cursive;
    font-size: 32px;
    width: 82px;*/
}
.mobil-icon{
    position: absolute;
    top: 25px;
    right: 120px;
    font-size: 20px;
}
.second-mobil-icon{
    position: absolute;
    top: 25px;
    right: 50px;
    font-size: 20px;
}
.close-button{
    display: none;
    position: absolute;
    top: 9px;
    right: 18px;
    font-size: 16px;
    color: white;
    cursor: pointer;
}
.menu-button{
    position: absolute;
    top: 35px;
    right: 18px;
    font-size: 16px;
    color: white;
    cursor: pointer;
}
.menu-button:hover{
    color: black;
}
.close-button:hover{
    color: black;
}
#mobil-menu{
    display: none;
    background-color: #000000;
    padding: 10px 0 20px 20px;
    border-top: 1px solid grey;
    margin-top: -25px;
}
.mobil-menu-link{
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 0;
}
.mobil-menu-href{
    text-decoration: none !important;
}
.mobil-menu-link:hover{
    color:black;
}
@media only screen and (max-width: 940px){
    .left-nav{
        padding-left: 0;
    }
    .right-nav{
        padding-right: 0;
    }
}
@media only screen and (max-width: 810px){
    .nav-link{
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 900px){
    .nav-container{
        display: none;
    }
    .mobil-nav-container{
        display: block;
        
    margin-bottom: 25px;
    }
    .title{
        margin-top: 30px;
    }
}




/* cart */
.title{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}
.line{
    width: 16%;
    min-width: 200px;
    margin: 0 auto 45px auto;
    background: url('../images/line.png');
    height: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.cart-line{
    width: 80%;
    margin: 0 10% 40px 10%;
}
.cart-img{
    height: 80px;
    width:auto;
}
.cart-number-box{
    position: relative;
}
.cart-number{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.cart-size-title-box{
    position: relative;
}
.cart-size-title{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.cart-quantity-title-box{
    position: relative;
}
.cart-quantity-title{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.cart-quantity-box{
    position: relative;
}
.cart-quantity{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.cart-size-box{
    position: relative;
}
.cart-size{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 40px;
    height:40px;
    text-align: center;
    background-color: #EE9CA7;
    border-radius: 50%;
    padding-top: 13px;
    font-size: 14px;
    line-height: 14px;
}
.cart-button{
    border-radius: 0 !important;
    background-color: #EE9CA7;
    float:right;
    margin-right: 10%;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 7px 30px;
    margin-bottom: 200px;
}
.button-icon{
    padding-left: 3px;
}

@media only screen and (max-width: 991px){
    .cart-line{
        width: 100%;
        margin: 0 0 40px 0;
    }
    .cart-button{
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px){
   .cart-size-title-box{
       margin-top: 20px;
   }
   .cart-size-box{
    margin-top: 20px;
   }
   .cart-quantity-box{
    margin-top: 20px;
   }
   .cart-quantity-title-box{
    margin-top: 20px;
   }
   .cart-line{
       margin-bottom: 60px;
   }
}
@media only screen and (max-width: 575px){
    .cart-line{
        text-align: center;
    }
    .cart-size{
       left:46%;
    }
    .cart-img{
        margin-bottom: 10px;
    }
    .cart-size-title-box{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cart-quantity-title-box{
        margin-top: 30px;
    }
    .cart-quantity-box{
        margin-top: 10px;
    }
    .responsive-button{
        text-align: center;
    }
    .cart-button{
        float: none;
    }
}
@media only screen and (max-width: 420px){
    .cart-size{
        left:44%;
     }
}


/* Categories */
.category-container{
    padding-bottom: 100px;
}
.types-line{
    
}
.types-box{
    display: inline-block;
    border: 1px solid #e4c25b;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .25);
    border-radius: 25px;
    background: black;
    color: #e4c25b;
    
    width: 170px;
    height: 35px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}
.types-icon{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 15px;
    font-size: 17px;
    color: #e4c25b;
    
    transition: all 0.2s ease;
}
.types-box:hover {
    
    background: #e4c25b;
}
.types-box:hover .types-icon {
    color: #ffffff;
    
}
.types-dropdown{
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-color: #e4c25b;
    color: white;
    font-size: 18px;
    border-radius: 50%;
    
}
.listdrop {
    padding: 20px 15px 20px 15px;
    border-color: #e4c25b;
    color: #e4c25b;
    min-width: 260px;
    background: #000000;
}
.listdrop select {
    background: none;
    border-color: #e4c25b;
    color: #717171;
}

.irs--flat .irs-bar {
    background-color: #e4c25b !important;
}
.irs--flat .irs-handle>i:first-child {
    background-color: #e4c25b !important;   
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #e4c25b !important;   
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {

    border-top-color: #e4c25b !important;
}

.icon-dropdown{
    position: absolute;
    top: 50%;
    right: 6px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.clothes{
    height: 410px;
    width: 80%;
    margin: 20px 10%;
    position: relative;
    box-shadow: 0px 4px 10px 3px rgba(0,0,0,0.25);
    transition: all 0.2s ease;
}

.clothes-sm{
    height: 300px;
}

.clothes:hover{
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
}
.look-box{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    text-align: center;
    line-height: 40px;
    border-radius: 0;
}
.look-button{
    color: #e4c25b;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.look-button span { 
    padding-left: 10px;
}
.clothes:hover .look-button {
    color: #ffffff;
}
@media only screen and (max-width: 991px){
    .clothes{
        margin-top: 40px;
    }
    .types-box{
        margin: 10px 30px 0px 15px;
    }
}
@media only screen and (max-width: 515px){
    .types-box{
        margin: 10px 10px 0px 0px;
    }
}
@media only screen and (max-width: 460px){
    .types-line .btn-group {
        display: block;
    }
   .types-box{
       width: 100%;
   }
}


/* MAIN */ 
.swiper-container{
    margin-bottom: 75px;
}
.sale-box{
    margin-bottom: 75px;
}
.contact-box{
    width: 54%;
    margin: 0 23% 100px 23%;
    border-radius: 20px;
    box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
    padding: 50px 35px 20px 35px;
}
.input-box{
    border-radius: 25px;
}
.input-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.send-button{
    text-align: center;
    margin: 10px 0;
    width: 150px;
    border-radius: 25px;
    background-color: #000000;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
}
@media only screen and (max-width: 991px){
    .contact-box{
    width: 70%;
    margin: 0 15% 100px 15%;
    }
}
@media only screen and (max-width: 767px){
    .contact-box{
    width: 80%;
    margin: 0 10% 100px 10%;
    }
}
@media only screen and (max-width: 575px){
    .contact-box{
    width: 90%;
    margin: 0 5% 100px 5%;
    }
}




/* Product */
.product-image{
    width: 85%;
    height:auto;
  
}

.product-box{
    width: 90%;
    margin: 0 5%;
}
.product-description-number{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0 ;
}
.product-description{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0 35px 0;
    color: #AFABAD;
    line-height: 17px;
    width: 90%;
}
.product-description-box{
    margin-left: -5%;
}
.size-line{
    display: inline-flex;
    margin-bottom: 60px;
}
.size-title{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
   
}
.size-box{
    position: relative;
    margin: 0 7px;
}
.size{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 40px;
    height:40px;
    text-align: center;
    background-color: #F0C3C9;
    border-radius: 50%;
    padding-top: 13px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}
.size:hover{
    background-color: #EE9CA7;
}
.quantity-line{
    display: inline-flex;
    width: 100%;
}
.quantity{
    display: inline-flex;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 5px;
}
.quantity-input{
    height: 27px;
    width: 60px;
    margin: 0 3px;
}
.product-button-box{
    float: right;
    width: 100%;
}
.product-button{
    border-radius: 0 !important;
    background-color: #EE9CA7;
    float:right;
    margin-right: 10%;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding: 7px 30px;
    margin-bottom: 200px;
}

@media only screen and (max-width: 991px){
    .product-image{
        width: 100%;
    }
    .product-description-box{
        margin-left: 0;
        margin-top: 25px;
    }
    .quantity{
        padding-top: 7px;
    }
}
@media only screen and (max-width: 475px){
    .quantity-line{
        display: inline;
    }
    .product-button{
        float: none;
        margin-top: 30px;
    }
    .size-line{
        margin-bottom: 30px;
    }
}

.navbar-brand img {
    
    
    width: 100%;
    max-width: 315px;
}



.basket_navitem {
    line-height: 22px !important;
    margin-top: 8px !important;
}


.basket_link {
    font-size: 24px;
    color: #fff !important;
	position: relative;
    width: 37px;
    display: block;
	
}
.basket_badge_box {
    position: absolute;
    width: 14px;
    height: 21px;
    font-size: 13px;
    margin: 0px 0px;
    right: 2px;
    bottom: -5px;
}
.basket_badge_box .badge {
	background: #e4c25b;
}




.dropdown_cart {
	top: 40px !important;
	right: 0 !important;
	padding: 25px 15px 20px 15px;
    min-width: 250px;
    min-height: 0;
    width: 30vw;
    max-width: 370px;
    padding: 0;
	opacity: 0;
}
.basket_navitem .dropdown-menu {
    display: block;
}

.nav .dropdown_cart {
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease;
}

.nav .dropdown_cart.show {
    max-height: 1400px;
	padding: 25px 15px 20px 15px;
	opacity: 1;
}

.kosar_osszes {
	margin: 20px 0; 
}

.cart_btn {
	background: #575757;
	color: white !important;
	text-align: center;
	cursor: pointer;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 10px;
	padding: 0;
	
}
.cart_product {
	margin-bottom: 20px;
}
.cart_product .product_image {
	height: 60px;
}
.cart_product .product_name {
	font-size: 14px;
	margin: 0;
	margin-bottom: 4px;
	height: auto;
}
.cart_product .product_price_box {
	text-align: left;
	height: auto;
}



/* cookie alert */
#cookie-alert {
    display: none;
	position: fixed;
	left:0; 
	right:0; 
	bottom:0px;
	width: 100%;
	padding: 10px;
	margin: 0;

	border-radius:0;
	-moz-border-radius:0;
	border: 0;
	z-index:999999;
	background: #ec5150;
	color: #f1f1f1;
}

	#cookie-alert p {
		margin:0;
		padding: 6px 0 0 0;
	}
	#cookie-alert .fa {
		margin: 0 8px;
		font-size:16px;
	}
	
	#cookie-alert a {
	    font-weight: bold;
	    color: #fff;
	}
	#cookie-alert>.container {
		padding: 0; 
		margin-top: 0;
		margin-bottom: 0;
	}
#cookie-alert .cookie-close-btn {
	line-height: 50px;
	font-size: 20px;
	border:1px solid #fff;
	color: #fff;
	padding: 10px;
	
}


.page_body_subtitle {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin: 0 0 35px 0;
}

.footer_block {
	margin-top: 40px;
    background: black;
	padding: 65px 0 65px 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.10);
}
.footer_text {
	text-align: justify;
	color: grey;
	margin-bottom: 10px;
}
.footer_bottom {
	margin-top: 70px;
}
.footer_link {
    display: block;
    color: grey;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
}
.footer_link:hover {
	color: #575757;
	text-decoration: none;
}
.footer_copy {
	text-align: center;
	color: grey;
	font-size: 80%;
    line-height: 40px;
}
.footer_copybx {
    padding: 10px 0;
}




.product_price_box {
	
	font-weight: 300;
    height: 41px;
    text-align: left;
    display: table-cell;
    width: 100vw;
    vertical-align: middle;
}
.product_price {
    text-align: center;
	padding: 0;
    font-size: 17px;
	width: 100%;
}
.product_qty {

	font-weight: 300;
	padding: 0 15px;
	color: #4e4e4e;
	
	
}
.product_price_old {
    padding: 0;
    color: #a2a2a2;
    font-size: 12px;
    line-height: 4px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    width: 100%;
    text-decoration: line-through;
}
.product_btn_box {
	position: relative;
}

.btn-primary {
    background-color: #e4c25b;
    border-color: #b79b47;
}




.page-numbers {

}
.page-numbers li {
    display: inline-block;
    color: #001f1d;
    font-size: 14px;
    font-weight: 800;
    margin: 0 4px;
}
.page-numbers li a {
    color: rgba(128, 128, 128, 0.75);
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    
    min-width: 36px;
    min-height: 36px;
    line-height: 43px;
    text-align: center;
/*    border: 2px solid rgba(187, 181, 173, 0.55); */
    border: 2px solid rgba(128, 128, 128, 0.55);
    display: block;
    
    width: 43px;
    height: 43px;
}
.page-numbers li a:hover {
    color: rgba(128, 128, 128, 0.99);
    /*border: 2px solid rgba(187, 181, 173, 0.99);*/
    border: 2px solid rgba(128, 128, 128, 0.99);

}
.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: 2px solid rgba(187, 181, 173, 0.55);*/
    border: 2px solid rgba(128, 128, 128, 0.55);

}
.page-numbers li span.current {
    color: rgba(128,128,128,0.40);
    border: 2px solid rgba(187, 181, 173, 0.29);
    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;
}



.mutato_box {
	height: 220px;
	display: block;
	overflow: hidden;
    position: relative;
    color: inherit;
}
.mutato_box:hover {
    text-decoration: none;
    color: inherit;
}
.mutato_img {
	transition: all 0.7s ease;
	height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}


.mutato_title {
    color: #ddbc55;
    text-align: center;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    padding-top: 50px;
    height: 220px;
    text-shadow: 0 0 2px rgba(0,0,0,0.1);
    transition: all 0.7s ease;
    width: 100vw;
}
.mutato_box:hover .mutato_title {

	transform: scale(1.1);
}


.swiper-button-next, .swiper-button-prev {
    background: none !important;
}

.home_mutato {
    margin-top: 140px;
}




.additional_text {
    color: #858585;
    font-size: 14px;
    font-style: italic;
    margin: 35px 24px 10px;
    clear: both;
    padding-bottom: 10px;
}
.commenttab_content {
    padding: 15px 10px;
}
.commenttab_content .rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}
.commenttab_content .bold{
	font-weight:700;
}
.commenttab_content .padding-bottom-7{
	padding-bottom:7px;
}

.commenttab_content .review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.commenttab_content .review-block-name{
    font-size: 19px;
	margin:10px 0;
}
.commenttab_content .review-block-date{
	font-size:12px;
}
.commenttab_content .review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.commenttab_content .review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.commenttab_content .review-block-description{
	font-size:13px;
}



.termek_title {
    text-transform: uppercase;
    font-weight: 600;
    font-weight: 600;
    font-size: 25px;
    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 {
    padding: 0 0px;
    color: #575757;
	font-size: 22px;
	line-height: 23px;
    width: 100%;
	color: #4e4e4e;
    font-weight: 500;
}
.price_special_old {
	text-decoration: line-through;
	color: #a7a7a7;
	
    font-size: 17px;
}
.termek_topar_nyil {
    float: right;
    width: auto;
    line-height: 40px;
}
.termek_topar_shop {
    float: right;
    width: 35%;
    line-height: 40px;
    text-align: center;
}
.page_text {
	padding: 20px 10px;
    font-weight: 300;
	text-align: justify;
	color: #8a8a8a;
}
.termek_shortdesc {
	padding: 20px 10px;
    font-weight: 300;
	text-align: justify;
	color: #8a8a8a;
}
.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;
}
.btn_custom_outline {
	border-color: #e5e5e5;
    color: #757575;
}
.bal_box_border {
	border-right: 1px solid #e5e5e5;
}
.product_detailboxs {
	border-top: 1px solid #e5e5e5;
	padding: 40px 20px;
	
	margin: 0 auto;
}
.detail_nav {
	text-transform: uppercase;
	border: 0;
}
.detail_nav .nav-item {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.detail_nav .nav-link {
	padding: 0;
	color: #4e4e4e;
}
.detail_nav .nav-link.active {
    color: #575757;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-bottom: 0;
}

.termek_hbox {
    margin: 20px auto;
    position: relative;
    transition: all 0.2s ease;
}
.termek_hbox:hover{
    
}

.nothave_any {
    margin: 20px 0 30px 0;
    display: block;
    color: grey;
    text-align: center;

}




/*************product view ****************/

.gallery-thumbbox {
    position: relative;
}
.gallery-top, .gallery-thumbs {
    width: 90%;
    margin: 0 5%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-top {
    height: 500px;
    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: "\f053";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
	line-height: 45px;
	color: #e5e5e5;
	cursor: pointer;
}
.gallery-thumbbox:hover .swiper-button-white:after {
	color: #757575;	
}
.gallery-thumbbox .swiper-button-white:after:focus {
    outline: none;
}
.gallery-thumbbox .swiper-button-next:after {
    content: "\f054";
    
}
.termek_mainbox {
    transition: all 0.2s ease;
    
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	background: white;
	
}
.termek_mainbox .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.termek_mainbox .swiper-slide img {
	max-width:100%;
	max-height:100%;
}

.gallery_fullscreen {
	color: #cecece;
    font-size: 13px;
    margin: 15px 0;
    text-align: center;
}
.gallery_fullscreen:hover {
	color: #9b9b9b;
}



.product_btn_box {
	position: relative;
}
.product_btn {
	
	margin: 0 15px;

	position: absolute;
	top: -25px;
	opacity: 0;
	background: #575757;
	color: white;
	text-align: center;
	cursor: pointer;
	width: calc(100% - 30px);
	max-width: 90%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 10px;
	
}
.product_btn_style {
	
	display: inline-block;
	background: #575757;
	color: white;
	text-align: center;
	cursor: pointer;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 10px;
    padding: 0 40px;
    margin: 0 auto;

	
}
.product_btn_style:not(:disabled):not(.disabled).active, .product_btn_style:not(:disabled):not(.disabled):active, .show>.product_btn_style.dropdown-toggle, .product_btn_style:hover {
	background: #575757;
	color: white;
}

.product_optionbtn_style {
	
	background: #575757;
	color: white !important;
	text-align: center;

}
.product_optionbtn_style:not(:disabled):not(.disabled).active, .product_optionbtn_style:not(:disabled):not(.disabled):active, .show>.product_optionbtn_style.dropdown-toggle, .product_optionbtn_style:hover {
	background: #575757;
	color: white;
}



.home_img {
    
    box-shadow: 0px 4px 10px 3px rgba(0,0,0,0.25);
}




.checkmarkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 27px;
    margin: 0 !important;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkmarkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .checkmarkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkmarkcontainer input:checked ~ .checkmark {
    background-color: #e4c25b;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkmarkcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkmarkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }



  .button_select_option_disabled {
    text-decoration: line-through;
    color: #dadada;
    background: white;
}


.mobil-nav-title img {
    width: auto;
    max-width: 1000px;
    height: 80px;
}
