h1 small,
h2 small {
	font-weight: 300;
	font-family: Ubuntu, sans-serif;
}

.dummy {
	color: #d43e1b;
}

.nopaddings {
	padding: 0;
}

.bigger-text {
	font-size: 16px;
}

.qr-inputs .form-control {
	margin-bottom: 5px;
}

.qr-inputs label {
	color: #333;
	font-size: 12px;
}

.qr-inputs textarea.form-control {
	font-size: 14px;
}

.qr-result p {
	margin: 20px 0;
	font-size: 16px;
}

#top {
	display: none;
}

.logo {
	display: none;
}

header {
	border: none;

	background-image: url(../../../../../image/catalog/header4x47.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto auto;
	background-color: #FEFEFE;
	height: 150px;

}

.header {
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%;
	z-index: 11111;
}

.users-wrap {
	display: inline-block;
	margin: 10px 10px 0 0;
}

.users-wrap,
#cart {
	vertical-align: top;
}

.header .btn-cart {
	padding-left: 0;
}

.header #cart {
	margin-bottom: 0;
	margin-right: 10px;
	width: initial;
	width: auto;
}

.header .users {
	display: inline-block;
	border: 1px solid #d43e1b;
	padding: 5px;
}

.header .users a {
	display: inline-block;
	font-size: 12px;
	padding: 2px 6px;
	background: #222;
	color: #eee;
}

.header-contact-wrap {
	padding-top: 80px;
}

.header-contact-box {
	position: fixed;
	z-index: 10001;

	background-color: #414141;
	border: 1px solid #d43e1b;

	top: 80px;
	right: 20px;

	padding: 5px 10px;
	font-size: 14px;
	line-height: 22px;
}

.header-contact-box a,
.header-contact-box p {
	color: #fff;
	margin: 0;
}

.header-contact-box b {
	color: #d43e1b;
}

.header-contact-box i {
	color: #d43e1b;

	width: 20px;
	margin-left: 10px;
	display: inline-block;
}

.header-logo-box {
	float: left;

	margin: -20px 0 0 50px;
	height: 90px;

	overflow: hidden;
}

.header-logo-box a {
	display: block;

	width: 250px;
	height: 90px;

	/*background-image: url(../../../../../image/catalog/4x4logoB.png);*/
	background-image: url(../../../../../image/catalog/4x4_200.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.top-nav-wrap {
	text-align: center;
}

#top-nav {
	display: inline-block;
	text-align: center;
	background: #D53918;

	margin: 0;
	padding: 0;
}

#top-nav li {
	display: inline-block;
	list-style: none;

}

#top-nav li a {
	display: inline-block;
	text-transform: uppercase;

	font-family: Coustard, Ubuntu, Arial;
	font-size: 14px;

	line-height: 50px;
	padding: 5px 15px 0 15px;

	border-right: 1px dashed;
	border-bottom: 5px solid black;
	color: #fff;
}

#top-nav li:last-of-type a {
	border-right: none;
}

#top-nav li a:hover {
	border-bottom-color: #fff;
}

.owl-pagination {
	text-align: right;
	top: -20px;
}

#car-chooser-wrap {
	display: none;
}

.common-home #car-chooser-wrap {
	display: block;
	background-color: #fff;
	position: absolute;
	width: 100%
}

.common-home .featured .box-heading {
	font-size: 26px;
	margin-bottom: 30px;
}

#car-chooser {
	background-size: auto 90%;
	background-color: #A5A5A5;

	margin: 0 auto;
	float: none;

	padding-top: 15px;
	padding-bottom: 15px;

	border-color: #414141;
	border-width: 5px;
	border-style: solid;
}

.common-home #car-chooser {
	z-index: 19999;
}

.common-home #about-block {
	margin-top: 40px;
}

.common-home #about-block .box-heading {
	font-size: 28px;
	margin: 0 0 30px 0;
	text-align: center;
}

.common-home #about-block img,
.common-home #about-block .content-wrapper {
	float: left;
	width: 50%;
}

.common-home #about-block img {
	padding-right: 30px;
}

.common-home .centered-banner {
	text-align: center;
}

.common-home .centered-banner img {
	display: inline-block;
}

.common-home #carousel-0 {
	margin-top: 0;
	border-top: 1px solid #ddd;
}

.common-home .hometab {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.main-slider {
	margin-top: 55px;
	padding-top: 0px;
	border-width: 10px 0;
	border-style: solid;
	border-color: #414141 transparent #414141 transparent;
}

.main-slider .owl-controls {
	position: absolute;
	bottom: 0;
	right: 0;
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #d53918;
}

#car-chooser .title {
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #777;

	background-image: url(../image/assets/car-chooser-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;

	background-size: auto 100%
}

#car-chooser .title span {
	font-family: Coustard, Ubuntu, Arial;
	font-size: 18px;
	color: #222;

	display: inline-block;
}

#car-chooser .col-md-3 {
	padding: 0 5px 0 0;
}

#car-chooser .bootstrap-select {
	width: 100%;
}

#car-chooser .bootstrap-select > .dropdown-toggle {
	border-radius: 0;
}

.main-slider {
}

#car-chooser .btn-default:hover,
#car-chooser .btn-default:focus,
#car-chooser .btn-default:active,
#car-chooser .btn-default.active,
#car-chooser .open .dropdown-toggle.btn-default {
	background-color: #ddd;
	border-color: #ddd;
	color: #333;
}

#car-chooser .dropdown-toggle {
	font-size: 14px;
}

#car-chooser .dropdown-menu > li > a {
	padding-left: 12px;
}

#car-chooser .dropdown-menu > .disabled:hover > a span {
	color: #999
}

#car-chooser .ok-button-wrap {
	padding-left: 30px;
}

#car-chooser #car-chooser-ok {
	width: 100%;
	border-radius: 0;

	text-transform: uppercase;
}

#car-chooser #car-chooser-ok.disabled {
	pointer-events: initial;
}

.cta-wrap {
	display: none;
}

.main-slider .cta-button {
	position: absolute;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 9998;
	text-align: center;
	bottom: 65px;
	cursor: pointer;
	color: #fff;
	background-color: rgba(210, 50, 20, .0);
	border: 2px solid;
	border-radius: 40px;
}

.main-slider .cta-button i {
	font-size: 35px;
	line-height: 60px;
	vertical-align: middle;
}

.main-slider .cta-left {
	left: 10px;
	visibility: hidden;
}

.main-slider .cta-right {
	right: 10px;
	visibility: hidden;
}

.main-slider .cta-center {
	left: 50%;
	right: 50%;

	margin-left: -30px;
}

.product-block-inner .caption .category-meta {
	font-size: 12px;
	padding-top: 2px;
	margin-top: 2px;
	color: #666;
	border-top: 1px solid;
}

.product-category #car-chooser-wrap {
	position: static;
}

.product-category .breadcrumb-fix {
	position: static;
	float: none;
	margin: 10px 0;
	padding: 0;
}

.product-category .breadcrumb-fix > li + li::before {
	color: #666666;
	content: "";
	font-family: "FontAwesome";
	font-size: 14px;
	margin: 0 5px;
}

.product-category .breadcrumb-fix > li {
	position: relative;
	white-space: nowrap;
	display: inline-block;
}

.product-category .breadcrumb-fix > li a,
.product-category .breadcrumb-fix > li span {
	font-size: 16px;
}

.product-category .breadcrumb-fix > li span {
	color: #d43e1b;
}

.product-category .category-heading {
	font-size: 22px;
	margin: 10px 0;
}

.product-category .category-heading .grey {
	color: #888;
	display: inline-block;
}

.product-category .category-heading .left,
.product-category .category-heading .right {
	display: inline-block;
}

.product-category .category-heading .left {
	float: left;
	padding-top: 10px;
}

.product-category .category-heading .right {
	float: right;
	vertical-align: bottom;
}

.product-category .category-heading .right .btn {
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 30px;
}

.product-category .category_thumb .img-thumbnail {
	max-width: 300px;
	padding-right: 10px;
}

.product-category .category_thumb {
	display: inline-block;
}

/*.product-category .taglist {
	float: right;
}*/
.taglist{
	text-align:center !important;
	
}
.box:nth-of-type(1){
	margin-left:0 !important;
}
.taglist .box {
	display: inline-block;

	width: 90px;
	margin-left: 20px;
	vertical-align: top;

	border: 5px solid #c9c9c9;
}

.taglist .disabled {
	cursor: not-allowed;

	filter: alpha(opacity=30);
	opacity: 0.3;
}

.taglist .enabled {
	cursor: pointer;
}

.taglist .enabled:hover {
	background-color: #eee;
}

.taglist .box.active {
	border: 5px solid #d43e1b;
}

.taglist .box .icon {
	width: 70px;
	height: 70px;
	margin: 6px;
	background-image: url(../image/assets/tag-icons-grey.png);
	background-size: 906% 97%;
	background-repeat: no-repeat;
}

.taglist .box .title {
	font-size: 11px;
	line-height: 14px;
	text-align: center;

	min-height: 80px;
	padding: 15px 5px 0 5px;

	background-color: #ddd;
	color: #222;
}

.taglist .box .title .count {
	color: #aaa;
}

.product-category .the-products .product-layout {
	display: none;
}

.product-layout.product-list {
	min-height: 325px;
}

.product-layout.product-grid {
	min-height: 355px;
}

.product-category .empty {
	text-align: right;
	font-size: 20px;
	border-top: 1px solid #eee;
	margin: 10px 0;
	padding: 10px 0;
}

.product-category .product-list .product-block-inner .image,
.product-category .product-list .product-block-inner .caption {
	/*
		display: inline-block;
		float: none;
		*/
}

.product-category .product-list .product-block-inner .caption {
	vertical-align: top;
	margin: 0;
}

.product-category .product-grid .product-block-inner .description {
	display: none;
}

.product-category .product-block-inner .description p {
	line-height: 20px;
	margin: 0;
}

.product-category .pagination-hidden {
	display: none;
}

.product-info .thumbnail {
	margin: 0;
}

.product-list .product-thumb .image{
	max-width: 50%;
}

.additional-image {
	display: inline-block;
	margin: 0 20px 20px 0;
}

.additional-image a img {
	display: block;
	max-width: 70%;
	width: auto;
}

.hover_block .rating {
	display: none;
}

.alert {
	border-width: 1px 2px 2px 2px;
	padding: 20px 15px;
	margin: 10px 0;
}

.product-product .heading-meta span {
	display: inline-block;
	font-size: 16px;
	color: #666;
	padding: 3px 10px 0 0;
	margin-top: 3px;
	border-top: 1px solid;
}

.productpage #product .form-group .control-label {
	border-bottom: 1px solid #ddd;
	padding: 0 10px 5px 0;
}

.productpage #product .form-group .radio {
	padding: 0;
}

.productpage #product .form-group .radio label {
	margin: 5px 0 0 0;
	padding: 2px 0;
}

.productpage #product .form-group .radio input[type="radio"] {
	vertical-align: middle;
	float: none;
	display: inline-block;
	margin: 0 10px 0 0;
}

.productpage #product .form-group .text-danger {
	border: 1px solid;
	padding: 5px;
}

.productpage .tabs-block {
	border-top: 1px solid #ccc;
	margin-top: 0;
	padding-top: 10px;
}

.productpage .tabs-block .tab-content {
	padding: 0;
}

.productpage #tab-description {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
}

.product-products #car-chooser-wrap {
	display: block;
}

.product-products #content {
	min-height: auto;
	margin: 20px 0;
}

.common-actions #content {
	margin-top: 60px;
}

.common-actions #content h1 {
	font-size: 32px;
}

.common-actions #content .box-heading {
	display: none;
}

.common-actions .customNavigation {
	display: none;
}

.checkout-cart h2 .left,
.checkout-cart h2 .right {
	display: inline-block;
}

.checkout-cart h2 .left {
	float: left;
	padding-top: 10px;
}

.checkout-cart h2 .right {
	float: right;
	font-family: Ubuntu, sans-serif;
}

.checkout-cart h2 .right small {
	font-weight: 300;
	font-size: 14px;
}

.checkout-cart .cart-items .category-meta,
.checkout-cart .cart-items .meta-item {
	border-top: 1px dotted
}

.checkout-cart .padded-bottomborder {
	padding: 0 0 5px 2px;
	border-bottom: 1px solid #eee;
	margin-right: 20px;

}

.checkout-cart .chooser-buttons a {
	margin-right: 10px;
}

.checkout-cart .qr-form {
	display: none;
	margin-top: 10px;
}

.footer_bottom p a {
	color: #d43e1b;
}

.customer-info {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

.customer-info label {
	color: #888;
	width: 200px;
}

.customer-info .cf_emtpy_err {
	border: 2px solid #d43e1b;
	padding: 3px 5px;
	margin: 5px 0;

	display: inline-block;
}

.customer-info .cf_emtpy_err .btn {
	display: inline-block;
	vertical-align: middle;
}

#collapse-payment-method .methods {
	padding: 10px 20px;
	margin: 5px 10px 5px 0;
	border: 1px solid #aaa;
	display: inline-block;
}

#collapse-payment-method .methods input {
	float: none;
	margin: 0 10px 0 0;
}

#collapse-payment-method .methods label {
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	margin: 0;
}

#mc_embed_signup {
	background: #eee !important;
	border-bottom: 5px solid #D33E1B;
	clear: both;
	padding: 0 0 20px 0;
	font-family: Ubuntu, sans-serif !important;
	color: #d43e1b;
}

#mc_embed_signup form {
	text-align: center !important;
	padding: 20px 0 0 0 !important;
}

#mc_embed_signup h2 {
	color: #D33E1B;
	font-size: 32px !important;
}

#mc_embed_signup .mc-field-group,
#mc_embed_signup .submit {
	display: inline-block;
	vertical-align: bottom;
}

#mc_embed_signup div#mce-responses,
#mc_embed_signup div.response {
	float: none !important;
	width: auto !important;
	background: #222 !important;
}

#mc_embed_signup .mc-field-group {
	width: 300px !important;
	padding-bottom: 0 !important;
	margin-right: 10px !important;
}

#mc_embed_signup .mc-field-group input {
	color: #000 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	position: absolute !important;
	width: 200px !important;

	left: 0;
	border: 2px solid #800;
	background-color: #fff !important;
	margin-top: 5px;
}

#mc_embed_signup .button {
	font-size: 24px !important;
	line-height: 40px !important;

	height: 40px !important;
	padding: 0 20px !important;
	margin: 30px 0 0 0 !important;

	border-radius: 0 !important;
	background-color: #D33E1B !important;
	color: #fff
}

.cart-items .quantity-block {
	width: 200px;
}

#module-0-carousel img:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .5s ease-in-out;
	filter: grayscale(0%);

	filter: alpha(opacity=100);
	opacity: 1;
}

#module-0-carousel img {
	-webkit-filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%);
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%);
	-o-transition: .5s ease-in-out;
	filter: grayscale(100%);

	filter: alpha(opacity=50);
	opacity: 0.5;
}

.row.staff {
	margin-bottom: 50px;
}

.staff .elem {
	display: inline-block;
	margin-right: 30px;
}

#content .staff h3 {
	margin: 10px 0;
	font-size: 16px;
}

.staff img {
	width: 200px;
}

.common-gallery .featured .box-heading,
.caption .hover_block {

}

.price .price-new {
	display: block;
}

.pp_topage {
	background-color: #d43e1b;
	color: #fff !important;

	border: none;
	display: inline-block;

	font-size: 14px !important;
	line-heigt: 16px !important;

	text-transform: none !important;
	padding: 5px;

	text-align: center;
	text-decoration: none !important;
}

.pp_topage:hover {
	background-color: #800 !important;
	color: #fff !important;
}

.caption .hover_block,
.listview_action .actions button,
.productbox-grid .res-cartbtn {
	display: none !important;
}

.saleicon {
	display: none;
}

.listview_action {
	display: block !important;
}

.price-old:before {
	display: block;
	content: 'Fogyasztói ár:';
	font-size: 12px;
	font-weight: 600;
}

.price-new:before {
	display: block;
	content: 'Az Ön ára:';
	font-size: 12px;
	font-weight: 600;
	border-top: 1px dotted
}

.p_norm.smaller,
.p_discount {
	display: block;
}

.p_norm.smaller {
	color: #999;
	font-weight: 300;
	border-bottom: 1px dotted
}

.p_action {
	position: absolute;
	bottom: 0;
	right: 0;

	display: block;
	content: 'AKCIÓ!';

	font-size: 14px;
	font-weight: 600;

	background-color: #d43e1b;
	color: #fff;

	padding: 5px 10px;

}

.p_norm.smaller:before {
	display: block;
	content: 'Eredeti ár:';
	font-size: 12px;
}

.price-old .p_norm.smaller:before {
	display: none;
}

.p_discount:before {
	display: block;
	content: 'Akciós ár:';
	font-size: 12px;
	font-weight: 600;
}

.price-old {
	display: block !important;
	margin: 0 !important;
	text-decoration: none !important;
}

.p_eur {
	display: block !important;
}

.p_ft {
	font-weight: 300 !important;
}

.p_ft_b {
	display: none;
	font-size: 80%;
	color: #888;
}

.total_amount .text-right .p_ft_b,
.cart-items .text-right .p_ft_b {
	display: block;
}

.productpage .list-unstyled span {
	float: none;
	margin: 0;
	font-size: 18px;
}

.product-products .choose_type_wrap {
	text-align: center;
}

.product-products .choose_type {
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;

	border: 2px solid #d53918
}

.product-products .choose_type i {
	font-size: 24px;
	color: #d53918;

	margin: 0 20px;
}

.common-gallery .hover_block,
.common-gallery .res-cartbtn,
.common-gallery .box-heading {
	display: none;
}

.pp_topage .b_details {
	display: none;
}

.common-gallery .pp_topage .b_order {
	display: none;
}

.common-gallery .pp_topage .b_details {
	display: inline-block;
}

.productchoose {
	margin-left: auto;
	margin-right: auto;
}

.product-list .description {
	overflow: hidden;

	margin-top: 20px;
	padding: 5px;
	background-color: #fafafa;
	border: 1px dotted;
}

.product-list .description h3 {
	border-bottom: 1px solid #888
}

.methods.disabled {
	cursor: default;
	opacity: .5;
}

.methods.disabled label,
.methods.disabled input {
	cursor: default;
}

.category-product .product-block,
.slider-wrapper .slider-item,
.productbox-grid .product-items {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

	box-shadow: none;

	position: relative;
	z-index: 1;
	height: 450px;
}
.brand-items {
	height: 150px !important;
}

.category-product .product-block:hover,
.slider-wrapper .slider-item:hover,
.productbox-grid .product-items:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 2;
}

.slider-wrapper .product-block,
.productbox-grid .product-block {
	height: auto !important;
	margin: 0;
}

.product-carousel {
	margin: -30px 0 !important;
	padding: 30px 20px !important;
}

.last_item_tm {
	/*margin-right: 20px;*/

}


.product-grid .product-thumb{
	height: 350px!important;
	margin-bottom: 50px;
}


.common-actions .slider-wrapper {
	width: 100% !important;
}

#address small {
	display: block;
	min-height: 50px;
}

.product-block .caption h4 a {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.product-grid .caption h4 a{
	font-size: 12px;
}

.delivery-info{
	background-color: #d43e1b;
	padding: 1%;
	font-size: 2rem;
	line-height: 3rem;
	color: #fff;
}
.delivery-info a{
	color: #fff!important;
}
.delivery-info-product{
	background-color: #fff;
	padding: 1%;
	font-size: 2rem;
	line-height: 3rem;
	color: #d43e1b;
	border:4px solid #d43e1b;
}

@media (min-width: 1024px) {
	.common-actions .slider-wrapper .slider-item {
		vertical-align: top;
		width: 24% !important;
		float: none !important;
	}
}

@media (max-width: 1200px) {
	#top-nav li a {
		font-size: 12px;
		padding-left: 3px;
		padding-right: 3px;
	}

	.header .row {
		text-align: center;
	}

	.top-nav-wrap {
		width: auto;
		padding: 0;
		display: inline-block;
		float: none;
	}

	.centered-banner img {
		width: 90%
	}

}

@media (max-width: 1000px) {

	.product-products .choose_type i {
		display: none;
	}

	.top-nav-wrap,
	.main-slider {
		display: none;
	}

	.col-sm-3.btn-cart {
		position: static;
		top: 0;
	}

	.header-contact-box {
		display: none;
	}

	.header-logo-box {
		float: none;
		text-align: center;
		margin-left: 0;
	}

	.header-logo-box a {
		display: inline-block;
	}

	.common-home .box.featured {
		/*margin-top: 300px;*/
	}
	#active-popup{
		position: absolute !important;
	}

	#cart .dropdown-menu {
		width: auto;
		left: auto;
		right: 0;
	}

	.hometab .customNavigation a {
		top: -50px;
	}

	.header {
		padding-bottom: 10px;
	}

	.ok-button-wrap {
		padding: 0;
		margin-top: 20px;
	}

	.customNavigation {
		height: 50px;
	}

	.customNavigation a {
		top: 0;
	}

	.main-slider,
	.common-home .cta-wrap,
	#about-block,
	#top-nav,
	.mindenamipickupbanner {
		display: none;
	}

	.main-navigation {
		z-index: 99999 !important;
	}

	.bootstrap-select.btn-group .dropdown-toggle .filter-option,
	.bootstrap-select.btn-group .dropdown-menu li a span.text {
		font-size: 18px;
	}

	.header .btn-search {
		float: left;
	}

	.header .btn-cart {
		float: right;
		width: auto;
	}

	.header-contact-box {
		display: none;
	}

	.header-logo-box {
		float: none;
		text-align: center;
		margin-left: 0;
	}

	.header-logo-box a {
		display: inline-block;
	}

}

@media (max-width: 600px) {
	car-chooser {
		margin-top: 20px;
		z-index: 13000;
	}
	car-chooser-wrap {
		z-index: 13000;	
	}
	.breadcrumb {
		display: none;
	}

	#search .form-control.input-lg {
		width: 60px;
	}

	#cart-total {
		width: 55px;
		padding-left: 55px;
		visibility: hidden;
	}

	.layout-2.right-col #content {
		width: auto;
	}

	#column-right {
		display: none;
	}
	.common-home .box.featured {
		margin-top: 210px;
	}

}

/* exit popup */

#active-popup {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;

	text-align: center;
	display: none;
}

#popup-container {
	min-width: 80%;
	display: inline-block;
	margin-top: 5%;
	margin-left: 30px;
	margin-right: 30px;
}

#popup-container .close-button {

	display: block;

	float: right;
	margin: 0 -30px -30px 0;

	height: 45px;
	width: 60px;
	padding-bottom: 15px;

	box-sizing: content-box;

	line-height: 60px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #fff;

	background-color: #D53918;
	border-radius: 50%;

	text-align: center;
	cursor: pointer;

}

.popup {
	background: #fff;
	border: 10px solid #D53918;
	padding: 0 !important;
	width: 100% !important;
}

.popup .popup-text {
	margin: 10px;
	padding: 10px;
	border: 2px solid #ddd;
	background-color: #fff;
}

.popup .popup-text p {
	margin: 0;
}

.popup .box-content {
	width: 100% !important;
	margin: 0 !important;
	text-align: center;
}

.popup .product-items {
	display: inline-block;
	width: 200px;
	background: #fff;
	border: 2px solid #ddd;
	margin: 10px;

	vertical-align: top;
}

.magnify .magnify-lens {
	display: none!important;
}

.banners-slider-carousel .product-block-inner a,
.banners-slider-carousel .product-block-inner img {
	display: block;
	width: 100%;
}

.product-carousel .product-thumb h4 a {
	min-height: 75px;
}

.product-carousel .product-thumb .price {
	min-height: 80px;
}

.product-image .thumbnail,
.product-image .thumbnail .magnify {
	display: block;
	width: 100%;
}

.product-image .thumbnail .magnify img {
	width: auto;
}

.product-image .image .thumbnail .magnify img {
	width: 100%;
	height: auto;
}

.common-home .box.featured {
	padding-top: 40px;
}
.orangegomb{
	font-size: 18px !important;
	padding: 10px !important;
	background-color: #D33E1B !important;
	color: #fff
}
.orangegomb:hover {
	color: #fff !important;
	background-color: #D33E1B !important;
}
.rhino .category-meta {
	display: none;
}

.rhino .category-product .product-block, .rhino .slider-wrapper .slider-item, .rhino .productbox-grid .product-items {
	height: 350px;
}

#snackbar{
	visibility:hidden;
	min-width:250px;
	margin-left:-125px;
	background-color:white;
	color:#d43e1b;
	text-align:center;
	border-radius:2px;
	padding:16px;
	position:fixed;
	z-index:99999;
	left:50%;
	top:10%;
	border: 5px solid #d43e1b;
	font-size: large;
	line-height: 1.4;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
}

#snackbar:after{
	width: 40px;
	height: 40px;
	content: "X";
	position: absolute;
	right: -20px;
	top: -20px;
	border-radius: 100%;
	background: #d43e1b;
	color: white;
	padding: 5px;
	cursor: pointer;
}

#snackbar.show{
	visibility:visible;
	-webkit-animation:fadein .5s;
	animation:fadein .5s
}
@-webkit-keyframes fadein{
	from{
		top:0;
		opacity:0
	}
	to{
		top:10%;
		opacity:1
	}
}
@keyframes fadein{
	from{
		top:0;
		opacity:0
		}
	to{
		top:10%;
		opacity:1
		}
}
@-webkit-keyframes fadeout{
	from{
		top:10%;
		opacity:1
		}
	to{
		top:0;
		opacity:0
		}
}@keyframes fadeout{
	from{
		top:10%;
		opacity:1
		}
	to{
		top:0;
		opacity:0
		}
}