	.fix-menu-fent {
		position: fixed;
		top: 0;
		width: 100%;
		background: #1a1a1a;
		z-index: 9999;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);		  
	}

	.mainmenu_nav .main_menu li a {
	    padding: 0 15px;
	}	


	@media only screen and (max-width: 767px) {
		.glassesco_header .header_right_sidebar .login_account {
		    margin-right: 100px;
		}	
	}

	@media only screen and (max-width: 575px) {
		.glassesco_header .header_right_sidebar .login_account {
		    margin-right: 64px;
		}
	}	

	.glassesco_header .header_right_sidebar .login_account .account {
	    margin-right: 15px;
	}

	@media only screen and (min-width: 768px) {
		.glassesco_header .header_right_sidebar .login_account .account {
		    margin-right: 45px;
		}		
	}


	.textwidget ul
	{
    	padding-left: 20px;
	}

	.textwidget ul li a:hover {
		color: #D6BE95;
	}

	.list-inline li {
		display:inline;
		padding-right: 10px;
	}

	.contact-info-text p a {
	    color: #E99C17;
	    text-decoration: none;
	}	

	.kat_menu a {
		color: #000;
	    border-left: 3px solid #e1e1e1;
	    background-color: #EFEFEF;
	}		

	.aktiv_kat > a {
	    color: #fff;
	    background-color: #000 !important;
	    border-left: 3px solid #CFA773 !important;
	}	

	.aktiv_kat > a ~ a {
	    background-color: unset;
	}	

	ul.kat_menu li a:hover {
	    background-color: #F5F5F5;
	    border-left: 3px solid #CFA773;
	}	

	ul.kat_menu ul li a {
	    background-color: #E5E5E5;
	    border-left: 3px solid #9E9E9E;
	    padding-left: 20px;
	    line-height: 20px;
	    font-size: unset;	    
	}	

	.kat_menu ul {
		padding-left: 0px;
	}	

	.contact-info-text p a:hover, .contact-info-text p a:focus, .contact-info-text p a:active {
	    text-decoration: none;
	    outline: none;
	}	

	.contact-info-text p a:active, .contact-info-text p a:hover {
	    color: #E2AD24;
	    outline: 0;
	}	

	.contact_form .input_box textarea {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    border: 1px solid #dddddd;
	    border-radius: 3px;
	    color: #252525;
	    margin-bottom: 20px;
	    padding: 0 20px;
	    padding-top: 10px;
	}	

	.contact_form .input_box input {
	    text-transform: unset;
	}	

	.input_box input + .form-validation {
	    top: 5px;
	    margin-top: 0;
	    left: auto;
	    right: 20px;
	    z-index: 10;
	    color: red;
	}	

	.form-validation {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    font-size: 10px;
	    line-height: 10px;
	    margin-top: 2px;
	    transition: .3s;
	}		

    .checkhack {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Hide the browser's default checkbox */
    .checkhack input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .checkhack:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .checkhack input:checked ~ .checkmark {
        background-color: #E99C17;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkhack input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkhack .checkmark:after {
        left: 10px;
        top: 6px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }	

	.slider_area .slide_text p {
	    color: #000;
	}	


	.slider_area .slide_text h3, .slider_area .slide_text .h3 {
	    color: #000;
	    font-size: 36px;
	    font-weight: 300;
	    margin-bottom: 10px;
	    margin-top: 0;
	}	

	.slick-active .animation__style01 .slide_text p {
	    animation: 1.0s ease-in-out 0s normal none 1 running fadeInUp;
	}	

	.slider_area .slide_text .h1 {
	    color: #000;
	    font-size: 72px;
	    font-weight: 600;
	    line-height: 85px;
	    margin-bottom: 8px;
	    margin-top: 0;
	    text-transform: uppercase;
	}	

	.slider_area .slide_text h1 {
	    color: #000;
	}	

	.slider_area .slide_text a {
	    border-bottom: 1px solid #000;
	    color: #000;
	}	

	.slick-active .animation__style01 .slide_text .h1 {
	    animation: 0.9s ease-in-out 0s normal none 1 running fadeInUp;
	}	

	.slick-active .animation__style01 .slide_text .h3 {
	    animation: 0.7s ease-in-out 0s normal none 1 running fadeInUp;
	}	

	@media only screen and (min-width: 768px) {
		.slide_text {
			min-height: 420px;
		}
	}

	@media only screen and (max-width: 767px) {
		.slide_text {
			min-height: 350px;
		}
	}	

	.banner_area .product {
		margin-top: 0px;
	}

	.banner_area .product .thumb .product_action h4 {
		margin: 0px;
	}	

	.text-primary {
		color: #D6BE95 !important;
	}

	.term_info_ujar {
	    color: #D6BE95;
	}	

	.price-new {
	    color: #D6BE95;
	    font-family: "Poppins", sans-serif;
	    font-weight: 400;
	}	

	.price-old {
	    font-family: "Poppins", sans-serif;
	    font-weight: 400;
	    color: #d8d8d8;
	}

	.price-normal {
	    font-family: "Poppins", sans-serif;
	    font-weight: 400;
	    color: #D6BE95;
	}	

	.filter_box {
	    padding: 10px;
	    background-color: #dedede;
	    border-radius: 4px;
	}	


    .checkhack2 {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 14px;
        line-height: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Hide the browser's default checkbox */
    .checkhack2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .checkmark2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
    }

    /* On mouse-over, add a grey background color */
    .checkhack2:hover input ~ .checkmark2 {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .checkhack2 input:checked ~ .checkmark2 {
        background-color: #cfa773;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark2:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkhack2 input:checked ~ .checkmark2:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkhack2 .checkmark2:after {
        left: 8px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }		

	.szuro_divek p {
	    margin-bottom: 10px;
	    margin-left: 0px;
	}    

	.szuro_divek p:last-child, .filter_box p:last-child {
	    margin-bottom: 0px;
	}	

	.szuro_divek p:first-child, .filter_box p:first-child {
	    margin-top: 10px;
	}	

	.szuro_divek h3 {
	    margin-bottom: 0px;
	    cursor: pointer;
	}	

	.filter_box h3 {
	    margin-bottom: 0px;
	    cursor: pointer;
	}	


	@media (max-width: 991px) and (min-width: 768px) {
		.mobilon_eltunik {
			display: none;
		}
	}
	@media (max-width: 767px) {
		.mobilon_eltunik {
			display: none;
		}
		.mobilkeret {
			background-color: rgba(255, 255, 255, 0.3);
			padding: 15px;
		}
	}

	@media (min-width: 768px) {
		.lapozo_sav {
		    margin-top: 0px;
		    padding-top: 0px;
		}
	}	

	.rangeslider, .rangeslider__fill {
	    background: #fff;
	}		

	.rangeslider__fill {
	    background: #cfa773;
	}	

	.post-boxed-image-wrap {
	  width: 100%; /*any size*/
	  height: 240px; /*any size*/
	}

	.post-boxed-image {
	  width: 100%;
	  height: 100%;
	  object-fit: cover; /*magic*/
	} 	

	.single_product_inner .product_cart_action .cart_qun_inner .pro-quantity .pro-qty span.qtybtn {
		    cursor: pointer;
	  -webkit-touch-callout: none; /* iOS Safari */
	    -webkit-user-select: none; /* Safari */
	     -khtml-user-select: none; /* Konqueror HTML */
	       -moz-user-select: none; /* Old versions of Firefox */
	        -ms-user-select: none; /* Internet Explorer/Edge */
	            user-select: none; /* Non-prefixed version, currently
	                                  supported by Chrome, Opera and Firefox */	    
	}	

	html, button, input, select, textarea {
        font-family: 'Playfair Display', serif;
	}	

	.btn-dark:visited {
		color: #fff;
	}

	.fels_termek_kep {
		padding-right: 5px;
		padding-left: 5px;
		padding-top: 10px;
		border-top: 1px solid #D6BE95;
		border-right: 1px solid #D6BE95;
		border-left: 1px solid #D6BE95;
	}

	.fels_termek_adatok {
		border-bottom: 1px solid #D6BE95;
		border-right: 1px solid #D6BE95;
		border-left: 1px solid #D6BE95;	
	}

	.fels_termek_kep img {
		display: inherit;
		margin: 0 auto;
		max-height: 250px;
		width: auto;
	}

	.lapozo_sav span:first-child {
    	margin-left: 0px;
    	float: left;
	}

	.contact_form .input_box textarea {
	    border-radius: 0px;
	}	

	.contact_form .input_box input {
	    border-radius: 0px;
	}	

	.form-control {
	    border-radius: 0px;
	}	

	.btn {
		border-radius: 0px;
	}	

	.lenyito_sor:hover {
    	background-color: #ea9629 !important;
	}

	.product_review .single_review_content {
	    border: 1px solid #d8d8d8 !important;
	}	

	.sn-form-inner .single-input input, .sn-form-inner .single-input select, .sn-form-inner .single-input textarea, .sn-form-inner .single-input .nice-select {
	    border-radius: 0px;
	}	

	a h5 {
	 	transition: all 0.4s ease-in-out 0s;
	    text-decoration: none;
	}

	a:hover h5 {
	    color: #D6BE95;
	    text-decoration: none;
	}

	a .fels_termek_kep img {
		transition: all 0.4s ease-in-out 0s;
	}

	a:hover .fels_termek_kep img {
	    -webkit-transform:scale(0.9); 
	    -moz-transform:scale(0.9);
	    -o-transform:scale(0.9); 
	    transform:scale(0.9);
	}


	a:hover, a:focus, a:active {
		color: #D6BE95;
	}	


	.glassesco_header .header_right_sidebar .login_account .account.white_text ul li a:hover {
	    color: #D6BE95;
	}

	.mainmenu_nav.white_text .main_menu li a:hover {
	    color: #D6BE95;
	}	

	.slick-dots li button {
	    color: #000;
	}	

	footer a, footer a:visited {
		 color: #fff;
	}

	footer a:hover {
		color: #D6BE95;	
	}

	@media (min-width: 992px) {
		.mt-md-top-4 {
			margin-top: 4px !important;
		}
	}

	.btn-outline-warning {
	    color: #E99C17;
	    border-color: #E99C17;
	}	

	.btn-outline-warning:hover {
	    color: #212529;
	    background-color: #E99C17;
	    border-color: #E99C17;
	}	

	.mini-cart-wrap .mini-cart-products li .content .title:hover {
	    color: #E99C17;
	}	


	.slider_area .slide_text {
	    background-image: none;
	}

	.slider_area .slide_text h1, .slider_area .slide_text .h1 {
      	font-size: 45px; 
      	line-height: 50px; 
	}

    @media only screen and (max-width: 767px) {
      .slider_area .slide_text h1, .slider_area .slide_text .h1 {
        font-size: 40px;
        line-height: 50px; } }
    @media only screen and (max-width: 479px) {
      .slider_area .slide_text h1, .slider_area .slide_text .h1 {
        font-size: 30px;
        line-height: 40px; } }		

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider_area .slide_text h3 {
        font-size: 32px;
    } }
    @media only screen and (max-width: 767px) {
      .slider_area .slide_text h3 {
        font-size: 24px;
        line-height: 40px;
    } }

	@media only screen and (max-width: 767px) {
		.slider--two .slide_text {
		    padding: 0px;
		}
	}

	.footer_widget p, .footer_widget ul li {
		font-family: "Poppins", sans-serif;	
	}

	.footer_top .footer_widget .textwidget p {
		color: #D6BE95;
	}

	#termekek_ajax_div .fels_termek_kep, #termekek_ajax_div .fels_termek_adatok, .akcios_termekek_gyujto .fels_termek_adatok, .akcios_termekek_gyujto .fels_termek_kep {
		border: none !important;
	}

	.bg_image--sajat {
	  background-image: url(../images/product-page-hero-2.jpg);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center center;
	}	

	.utnez_term_divek a, .utnez_term_divek a:visited {
		color: #191919;
	}

	.utnez_term_divek a:hover {
		color: #D6BE95;
	}

	.rangeslider__handle:after {
    	background-color: #cfa773;	
    	background-image: none;
    }

	.rangeslider__handle {
	    background: #F1E4C4;
	    background-image: none;
	}

	.sidebar_widget .sidebar_search form input {
	    background: #ffffff none repeat scroll 0 0;
	    border: 1px solid #CBCBCB;
	}	    

	.sidebar_widget .sidebar_search form button {
	    background-color: #000000;
	    border: 1px solid #000;
	}

	.sidebar_widget .sidebar_search form button {
	    color: #ffffff;
	}

	.sidebar_widget .sidebar_search form input, .sidebar_widget .sidebar_search form input::placeholder {
	    color: #191919;
	}	

	.sidebar_term_cim {
	    background-color: #000;
	    color: #fff;
	    text-transform: none;
	    border-left: none;
	}	

	.filter_box p {
		font-family: "Poppins", sans-serif;
	}

	.filter_box {
	    background-color: #000;
	    color: #fff;
	}

	.filter_box h3 {
	    color: #fff;
	}	

	@media only screen and (max-width: 767px) {
		#swipebox-slider .slide::before {
	    	position: inherit;
		}	

		.kiskep24 {
			background-image: url(../img/slider/24-mobil-slider-bg.jpg) !important;
		}

		.kiskep25 {
			background-image: url(../img/slider/25-mobil-slider-bg.jpg) !important;
		}		

		.kiskep26 {
			background-image: url(../img/slider/26-mobil-slider-bg.jpg) !important;
		}	

		.kiskep30 {
			background-image: url(../img/slider/30-mobil-slider-bg.jpg) !important;
		}	

		.kiskep33 {
			background-image: url(../img/slider/33-mobil-slider-bg.jpg) !important;
		}				

		.slide_active .slick-dots {
			display: none !important;
		}	

		.mobilonlent {
		    display: table;		
		}

		.mobilonlent_elem {
    		display: table-cell;
    		vertical-align: bottom;
		}	

		.slider_area .slide_fixed_height {
			padding-top: 200px;
			padding-bottom: 15px;
		}	

		.bg_image--sajat {
			background-image: url(../images/product-page-banner-mobil.jpg);
		    background-size: contain;
    		background-position: top;
		}

		.bradcaump_area {
    		padding: 200px 0 0px;
		}

		.specheader {
			flex-direction: column;
		}	

		.specheader .account:not(:last-child) {
			margin-bottom: 5px;
		}
	}
	
.row-30:not(:empty) {
  margin-bottom: -30px;
}

.row-30 > * {
  margin-bottom: 30px;
}		