
/*default*/

	.logo_container{
		display: flex;
		justify-content: start;
		align-items: flex-end;
	}
	.logo_container .logo{
		width: 56px;
	}
	.logo_container .logo_text{
		margin: 0 0 8px 12px;
	}

	.app_gdpr, .cc-revoke, .cc-banner{
		display: none !important;
		visibility: hidden !important;
	}

	@font-face {
		font-family: "UbuntuFallback";
		src: local("Arial");
		font-display: swap;

		/* Adjust Arial → Ubuntu */
		size-adjust: 104%;
		ascent-override: 92%;
		descent-override: 24%;
		line-gap-override: 0%;
	}

	body {
		font-weight: 400;
		color: #151515;
		line-height: 22px;
		width: 100%;
		padding-top: 61px;
		font-family: 'Ubuntu', "UbuntuFallback", sans-serif;
		font-size: 18px;
	}
	.container{
		overflow: hidden;
	}
	mark{
		background: #32AABB;
		margin: 3px 0;
		padding: 2px;
		display: inline-block;
	}
	.fa {
		font-size: 14px;
	}
	h1 {
		font-size: 33px;
		margin: 0;
	}
	h2 {
		font-size: 27px;
	}
	h3, .h3 {
		font-size: 21px;
		margin: 0;
	}
	h4 {
		font-size: 15px;
		margin: 0;
	}
	h5 {
		font-size: 12px;
		margin: 0;
	}
	h6 {
		font-size: 10.2px;
		margin: 0;
	}
	.information_headers h3{
		margin: 20px 0 5px 0;
		text-transform: uppercase;
	}

	a {
		transition: color .2s;
		text-decoration: none !important;
		color: #151515;
	}
	p>a, .alert a {
		color: #3b6c8a;
	}
	a:hover, a:focus{
        color: rgba(21,21,21,.6);
    }

	legend {
		font-size: 18px;
		padding: 7px 0px
	}

/*required*/
	div.required label:after{
		content: ' *';
    	color: #000;
    	font-size: 18px;
	}

/* Fix some bootstrap issues */
	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
		display: inline;
	}

	.nav-tabs {
		margin-bottom: 15px;
	}

/* cart */

	/* fill_persent */
	.fill_persent{
		margin: 0 75px 0 0;
		height: 25px;
		position: relative;
		font-size: 16px;
	}
	.fill_text{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.fill_line, .fill_filled{
		height: 5px;
		max-width: 100%;
		border-radius: 5px 0 0 5px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.fill_line{
		background: #ddd;
		width: 100%;
	}
	.fill_filled{
		background: #32AABB;
		z-index: 2;
	}
	.fill_current, .fill_target{
		position: absolute;
		white-space: nowrap;
		top: 50%;
		padding: 2px 5px;
		border-radius: 5px;
		transform: translate(0, -50%);
		left: 0;
	}
	.fill_target{
		background: #ddd;
		margin-left: 100%;
		z-index: 3;
	}
	.fill_current{
		background: #32AABB;
		color: #fff;
		z-index: 5;
	}



	#cart .fill_text{
		padding-top: 20px;
	}

	.header_cart.hidden_cart{
		max-height: 0;
		padding: 0;
		overflow: hidden;
	}

	#cart>ul{
		margin: 0;
	}

	.header_cart{
		z-index: 25;
		text-align: center;
		background: #f5f5f5;
		padding: 10px 0;
	}
	.header_cart .collapse_button{
		font-size: 20px;
		padding: 8px 20px 8px 0;
	}
	.collapse_button:hover{
		background: #f5f5f5;
	}

	.collapse_arrow, .collapse_arrow.btn_no_style{
		padding-right: 40px;
		position: relative;
	}
	.collapse_arrow>i{
		font-size: 22px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translate(0, -50%);
		transform-origin: 50% 10px;
		transition: transform .3s ease-in-out;
	}
	.collapse_arrow[aria-expanded="true"]>i{
		transform: translate(0, -50%) rotate(180deg);
	}


	#cart .checkout{
		padding: 10px 0 0;
		margin: 0;
		display: flex;
		justify-content: space-between;
		font-size: 18px;
	}
	#cart .cart_similar_title{
		margin: 0;
		padding: 20px 0 0;
	}
	
	#cart .checkout .fa{
		font-size: 20px;
	}

	.total .priceCurrency{
		font-size: 16px;
	}
	.total_unit{
		font-weight: 700;
	}

	#cart .checkout>*{
		white-space: nowrap;
	}

	.header_cart_button button{
		padding: 7px 24px;
		font-size: 20px;
		font-weight: 700;
	}
	.header_cart_button button>i{
		font-size: 20px;
		margin-right: 10px;
	}
	@media (max-width: 420px){

		#cart .modal-body .checkout{
			flex-wrap: wrap;
		}
		#cart .modal-body .checkout>*{
			font-size: 20px;
			text-align: center;
			width: 100%;
			margin: 0 3px 0;
		}
	}
	@media (min-width: 768px) and (max-width: 1050px){
		#cart .modal-body .collapse_button{
			padding: 10px 30px 10px 10px;
		}
		#cart .modal-body .checkout>*{
			font-size: 18px;
		}
	}

	@media (max-width: 375px){
		.total .priceCurrency{
			font-size: 14px;
		}
		.header_cart .collapse_button{
			font-size: 17px;	
		}
		#cart .checkout{
			font-size: 16px;
		}
		#cart .checkout .fa{
			font-size: 16px;
		}
	}

	@media (min-width: 768px){
		#cart .modal-body .checkout{
			padding: 24px 15px 0;
		}

		.fill_text{
			font-size: 18px;
		}
		#cart .checkout{
			justify-content: flex-end;
		}
		#cart .checkout>a{
			margin-left: 20px;
		}
		.header_cart_button{
			text-align: left;
			width: 50%;
		}
		.header_cart_info{
			width: 50%;
			margin-left: auto;
			position: absolute;
		    right: 0;
		    top: 0;
		}
		.table>tbody>tr:first-child{
			border-top: 1px solid #29293a;
		}

		.header_cart .collapse_button, #form-review .collapse_button{
			padding: 10px 40px 10px 20px;
			width: initial;
		}
		#cart .checkout{
			font-size: 22px;
		}
		#cart .checkout .fa{
			font-size: 20px;
		}

	}
	.header_cart td.name a{
		font-weight: 400;
	}


	#cart .free_shipping_text{
		margin: 10px 0 0 0;
		color: #777777;
		font-size: 14px;
	}

/* content */
	#content {
		min-height: 600px;
	}

/* footer & account*/
	
	.social_links{
		margin-top: 15px;
	}
	.social_links>a, .social>a{
		display: inline-block;
		margin: 12px;
		width: 50px;
		height: 50px;
		border-radius: 10px;
	}

	.social_links>a.facebook{
		background: url(/image/social.png);
	}
	.social_links>a.instagram{
		background: url(/image/social.png) -50px 0;
	}
	.social_links>a.twitter{
		background: url(/image/social.png) -100px 0;
	}
	.social_links>a.tumblr{
		background: url(/image/social.png) -150px 0;
	}
	
	.social>.telegram{
		background: url(/image/social.png) -35px -50px;
	}
	.social>.viber{
		background: url(/image/social.png) 0 -50px;
	}
	.social>.whatsapp{
		background: url(/image/social.png) -70px -50px;
	}
	.social>a{
		width: 35px;
		height: 35px;
		margin: 0;
	}
	.telephone .social a:last-child{
		margin-left: 10px;
	}
	@media(min-width: 992px){
		.telephone .social{
			position: absolute;
			right: 0;
			top: 12px;
			transform: scale(.75);
			transform-origin: right;
			width: 80px;
		}

	}

	footer {
		padding: 40px 0 30px 0;
		background-color: #151515;
		color: #fff;
	}

	footer hr {
		border-top: none;
		border-bottom: 1px solid #666;
	}

	footer a, .account_content a{
		display: block;
		border-bottom: 1px solid #ddd;
		color: #fff;
		font-size: 18px;
		font-family: 'Ubuntu Condensed', sans-serif;
	}
	footer a{
		border-color: #444;
		padding: 4px 0;
		margin-right: 20px;
	}
	footer a:hover, .account_content a:hover, footer a:focus, .account_content a:focus{
		color: rgba(255,255,255,.5);
	}
	footer h5, .account_content h2 {
		font-size: 19px;
		color: #fff;
		font-weight: 400;
		margin-bottom: 15px;
	}
	@media (max-width: 768px){
		footer h5{
			margin-top: 20px;
		}
	}

	.account_content li{
		text-align: left;
	}
	.account_content li>a{
		font-size: 22px;
		padding: 8px 0;
	}

	.account_content a{
		color: #151515;
		font-size: 20px;
	}
	.account_content a:hover{
		color: rgba(21,21,21,.6);
	}
	.account_content h2 {
		color: #151515;
		font-size: 26px;
	}

/* alert */
	.alert {
		padding: 14px;
		border-radius: 35px;
		text-align: center;
		color: #151515;
		font-size: 18px;
	}
	.alert .close{
		font-size: 32px;
		margin-top: -4px;
		padding: 0 5px;
	}

/* breadcrumb */
	.breadcrumb-section{
		background: #242424;
		padding: 10px 0;
		color: #fff;
		text-align: center;
	}
	.breadcrumb-section.product{
		text-align: center;
	}
	.breadcrumb-section ul{
		margin: 0;
	}
	
	.breadcrumb {
		margin: 20px 0 0 0;
		padding: 0;
		background: none;
	}
	.breadcrumb i {
		font-size: 15px;
	}
	.breadcrumb > li {
		position: relative;
		font-weight: 300;
		font-size: 14px;
		/*font-family: 'PT Sans', sans-serif;*/
	}
	.breadcrumb > li + li:before {
		content: '';
		padding: 0;
	}
	.breadcrumb > li > i {
		margin: 0 15px;
		white-space: nowrap;
	}
	.breadcrumb > li:last-child > i {
		display: none;
	}
	.breadcrumb > li > a {
		padding: 5px;
		color: #fff;
	}
	.breadcrumb > li > a:hover {
		color: #32AABB;
	}
	.pagination {
		margin: 0;
	}
	@media (min-width: 768px){
		.breadcrumb-section{
			padding: 15px 0;
			text-align: left;
		}
		.breadcrumb {
			margin: 50px 0 0 0;
		}
	}
	@media (min-width: 1200px){
		.breadcrumb-section{
			padding: 20px 0;
		}
		.breadcrumb {
			margin: 50px 0 0 0;
		}
		.breadcrumb > li {
			font-size: 18px;
		}
	}

/* buttons */
	.btn_no_style {
		color: #000;
	    background: none !important;
	    border: 0 !important;
	    padding: 0;
	    outline: none !important;
	}
	.buttons {
		margin: 1em 0;
	}
	.btn {
		text-transform: uppercase;
		border-radius: 35px;
		white-space: nowrap;
		transition: all .2s linear;
		font-size: 16px;
		outline: 0 !important;
		background: none;
		color: #c2c2c3;
	}
	.btn:hover {
		color: #151515;
	}
	.btn-xs {
		font-size: 9px;
	}
	.btn-sm {
		font-size: 14px;
	}
	.btn-lg {
		font-size: 19px;
	}
	.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
		font-size: 12px;
	}
	.btn-group > .btn-xs {
		font-size: 9px;
	}
	.btn-group > .btn-sm {
		font-size: 10.2px;
	}
	.btn-group > .btn-lg {
		font-size: 15px;
	}

	.btn-default, .btn-primary {
		border: transparent solid 2px;
		padding: 11px 24px;
		background-color: #32AABB;
		border-color: #32AABB;
		color: #fff;
	}
	.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
		color: #fff;
		background-color: #151515;
		border-color: #151515;
	}
	.btn-different {
		border: #ededed solid 2px;
		padding: 11px 24px;
		background-color: #fff;
		color: #000;
	}
	.btn-different:hover {
		color: #fff;
		background-color: #32AABB;
		border-color: #32AABB;
	}


	.btn-warning {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #faa732;
		background-image: linear-gradient(to bottom, #fbb450, #f89406);
		background-repeat: repeat-x;
		border-color: #f89406 #f89406 #ad6704;
	}
	.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
		box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	}
	.btn-danger {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #da4f49;
		background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
		background-repeat: repeat-x;
		border-color: #bd362f #bd362f #802420;
	}
	.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
		box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	}
	.btn-success {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #5bb75b;
		background-image: linear-gradient(to bottom, #62c462, #51a351);
		background-repeat: repeat-x;
		border-color: #51a351 #51a351 #387038;
	}
	.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
		box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	}
	.btn-info {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #df5c39;
		background-image: linear-gradient(to bottom, #e06342, #dc512c);
		background-repeat: repeat-x;
		border-color: #dc512c #dc512c #a2371a;
	}
	.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
		background-image: none;
		background-color: #df5c39;
	}
	.btn-link {
		border-color: rgba(0, 0, 0, 0);
		cursor: pointer;
		color: #23A1D1;
		border-radius: 0;
	}
	.btn-link, .btn-link:active, .btn-link[disabled] {
		background-color: rgba(0, 0, 0, 0);
		background-image: none;
		box-shadow: none;
	}
	.btn-inverse {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #363636;
		background-image: linear-gradient(to bottom, #444444, #222222);
		background-repeat: repeat-x;
		border-color: #222222 #222222 #000000;
	}
	.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
		background-color: #222222;
		background-image: linear-gradient(to bottom, #333333, #111111);
	}
	/* carousel */
	.carousel-caption {
		color: #FFFFFF;
		text-shadow: 0 1px 0 #000000;
	}
	.carousel-control .icon-prev:before {
		content: '\f053';
		font-family: FontAwesome;
	}
	.carousel-control .icon-next:before {
		content: '\f054';
		font-family: FontAwesome;
	}

/* product list */
	
	.product_list_row{
		margin-left: -10px;
		margin-right: -10px;
	}

	.product-layout{
		margin-bottom: 10px;
		position: relative;
		padding: 0 5px 0 5px;
	}
	.product_thumb_link_overlay{
		position: absolute;
		top: 0;
		bottom: 50px;
		right: 15px;
		left: 15px;
	}

	.product-thumb {
		z-index: 1;
		position: relative;
		pointer-events: none;

		padding: 10px 5px 5px 5px;
		text-align: center;
		border: 1px solid #f5f5f5;
		box-shadow: 0 5px 12px 0 #dcdeec;
		border-radius: 9px;
		background: #fff;
	}
	.product-thumb .btn, .product-thumb a{
		pointer-events: all;
	}
	.product-thumb .btn{
		border: none;
		display: inline-block;
		margin-top: 10px;
		padding: 10px 20px;

		font-family: 'Ubuntu Condensed', sans-serif;
		font-size: 16px;
	}
	.product-thumb .btn i, .product_layout_small .btn i{
		margin-right: 8px;
	}

	.product-thumb .image {
		text-align: center;
	}
	.product-thumb .image a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.product-thumb .image img {
		margin: 0 auto;
		width: 228px;
		aspect-ratio: 64/100;
  	object-fit: contain;
		object-position: center;
	}

	.product-thumb .product_name_thumb {
		font-size: 15px;
		margin: 0;
		font-weight: 700;
	}

	.product-thumb .product_name_thumb:first-child {
		margin-top: 20px;
	}
	
	.product-thumb .product_name_thumb a:hover, .product-name:hover, .product-thumb .manufacturer_thumb a:hover, .manufacturer>a:hover{
		color: #32AABB;
	}
	.product-thumb .manufacturer_thumb {
		margin: 10px 0;
	}
	.product-thumb .manufacturer_thumb h3{
		line-height: 16px;
	}
	.product-thumb .manufacturer_thumb a, .product-thumb .manufacturer_thumb h3{
		color: #777777;
		font-size: 15px;
	}

	.product-thumb .option_text{
		font-size: 14px;
	}

	@media (min-width: 768px){
		.product_list_row{
			margin-left: -5px;
			margin-right: -5px;
			padding-bottom: 40px;
		}
		.product-thumb .product_name_thumb {
			font-size: 16px;
		}
		.product-thumb .manufacturer_thumb a, .product-thumb .manufacturer_thumb h3{
			font-size: 16px;
		}

		.product-thumb .option_text{
			font-size: 16px;
		}

		.product-thumb{
			padding: 10px;
		}
		.product-thumb .btn{
			padding: 11px 24px;
			font-size: 18px;
		}

	}

	@media (hover: hover) and (pointer: fine){
		.product-layout{
			margin-bottom: 20px;
			z-index: 1;
			transition: z-index .3s;
		}
		.product-layout:hover{
			z-index: 3;
		}

		.product-thumb {
			pointer-events: all;

			box-shadow: none;
			border-radius: 9px 9px 0 0;
			border-bottom: 0px;
			
			transition: all .3s ease-in-out;
		}
		.product-thumb:hover {
			box-shadow: 0 16px 16px 0 rgba(0,0,0,.2);
		}

		.product_button_background{
			position: absolute;
			top: 100%;
			transform: translateY(-40px);
			left: -1px;
			right: -1px;
			z-index: -1;
			transition: all .3s ease-in-out;

			border: 1px solid #f5f5f5;
			border-top: 0;
			border-radius: 0 0 9px 9px;
			background: #fff;
		}
		.product-thumb:hover>.product_button_background{
			padding-bottom: 10px;
			box-shadow: 0 16px 16px 0 rgba(0,0,0,.2);	
			z-index: 10;
			transform: translateY(-5px);
		}

		.product-thumb .btn {
			opacity: 0;
			margin: 0;
			transition: all .3s ease-in-out;
		}
		.product-thumb:hover>.product_button_background>.btn {
			opacity: 1;
		}

	}
	
	
	

	/*removeable*/
	.product-thumb .rating {
		padding-bottom: 10px;
	}
	.rating .fa-stack {
		font-size: 8px;
	}
	.rating .fa-star-o {
		color: #999;
		font-size: 15px;
	}
	.rating .fa-star {
		color: #FC0;
		font-size: 15px;
	}
	.rating .fa-star + .fa-star-o {
		color: #E69500;
	}



	h2.price {
		display: inline-block;
		margin: 20px 20px 10px 10px;
		font-size: 22px;
		font-weight: 700;
	}
	h2.price .currency{
		font-weight: 400;
		font-size: 18px;
	}
	.no_price{
		margin: 25px 0 0;
		font-size: 22px;
	}

	.price_old{
		font-size: 18px;
		color: #999;
		text-decoration: line-through;
	}


	.options{
		margin: 25px 0;
		color: #838386;
	}
	.product_layout_small{
		text-align: center;
		margin-top: 10px;
	}
	.product_layout_small .manufacturer_thumb{
		margin: 7px 0 3px 0;
	}
	.product_layout_small .manufacturer_thumb>*{
		font-size: 15px;
		color: #777777;
	}
	.product_layout_small .product_name_thumb{
		font-weight: 700;
		transition: color .3s ease-in-out;
		font-size: 16px;
		color: #151515;
	}
	.product_layout_small a:hover .product_name_thumb{
		color: #337ab7;
	}
	.product_layout_small .option_text{
		margin: 5px 0 3px 0;
	}
	#cart .product_layout_small .option_text{
		font-size: 15px;
	}
	.product_layout_small .price{
		font-size: 16px;
		color: #151515;
	}
	.product_layout_small>a>button, #cart .product_layout_small button{
		padding: 6px 20px;
		font-family: 'Ubuntu Condensed', sans-serif;
		font-size: 18px;
	}
	.product_layout_small img{
		margin: 0 auto;
	}

	@media(max-width: 1200px){
		.product_layout_small button{
			padding: 8px 18px;
			font-size: 17px;
		}
	}
	@media(max-width: 380px){
		.product_layout_small .manufacturer_thumb>*{
			font-size: 13px;
		}
		.product_layout_small .product_name_thumb{
			font-size: 14px;
		}
		#cart .product_layout_small .option_text{
			font-size: 13px;
		}
		.product_layout_small button, #cart .product_layout_small button{
			padding: 6px 8px;
			font-size: 16px;
		}
	}



	.product-thumb .price {
		margin: 7px 0 0 0;
	}
	.price {
		color: #151515;
		font-weight: 700;
	}
	.price .priceCurrency {
		font-size: 14px;
		font-weight: 400;
	}
	.price-old {
		margin: 5px;
		white-space: nowrap;
		color: #999;
		font-weight: 400;
		text-decoration: line-through;
	}
	.product-thumb .price-tax {
		color: #999;
		font-size: 12px;
		display: block;
	}

	.cart_or_checkout{
		display: inline-block;
	}
	.cart_or_checkout.cart>.btn_checkout, .cart_or_checkout.checkout>.btn_cart{
		display: none;
	}

	.is_in_cart{
		display: none;
		margin: 5px 0 0 0;
		color: #0e580e;
	}
	.product_row .is_in_cart{
		margin-top: 10px;
		font-size: 18px;
	}
	.is_in_cart.active{
		display: block;
		font-size: 16px;
	}
	.is_in_cart i{
		margin-right: 5px;
	}

	.main_image a.thumbnail{
		border: 0;
		outline: 0;
		padding: 0;
		margin: 0;
	}
	.thumbnails {
		overflow: auto;
		clear: both;
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.thumbnails img {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
	.image-additional{
		float: left;
		padding: 5px 2px 0 2px;
		width: 33.3%;
		box-sizing: border-box;
	}

	@media(max-width: 992px){
		.thumbnails img {
			width: 300px;
		}
	}

	@media (min-width: 1200px) {
		.col-lg-2:nth-child(6n+1),
		.col-lg-3:nth-child(4n+1),
		.col-lg-4:nth-child(3n+1),
		.col-lg-6:nth-child(2n+1) {
			clear:left;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.col-md-2:nth-child(6n+1),
		.col-md-3:nth-child(4n+1),
		.col-md-4:nth-child(3n+1),
		.col-md-6:nth-child(2n+1) {
			clear:left;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.col-sm-2:nth-child(6n+1),
		.col-sm-3:nth-child(4n+1),
		.col-sm-4:nth-child(3n+1),
		.col-sm-6:nth-child(2n+1) {
			clear:left;
		}
	}
	@media (max-width: 767px) {
		.col-xs-2:nth-child(6n+1),
		.col-xs-3:nth-child(4n+1),
		.col-xs-4:nth-child(3n+1),
		.col-xs-6:nth-child(2n+1) {
			clear:left;
		}
	}


/*header*/

	header{
		position: relative;
		z-index: 20;
		font-family: 'Ubuntu Condensed', sans-serif;
	}
    
    .navbar{
        background: #fff;
        margin: 0;

    }
    .nav.navbar-nav{
        text-align: center;
        width: 100%;
        background: #242424;
        font-size: 0;
    }
    .nav.navbar-nav>li{
        display: inline-block;
        float: none;
        margin: 0 20px;
    }
    .nav.navbar-nav>li>a, .nav.navbar-nav>li.active, .nav.navbar-nav>li>.more{
        padding: 20px 0;
        text-transform: uppercase;
        font-size: 18px;
        background: none;
        color: #fff;
        cursor: pointer;
    }
    .nav.navbar-nav>li>.more{
    	display: block;
    }
    .nav.navbar-nav>li>.more>i{
    	transition: transform .3s ease-in-out;
    	transform-origin: center;
    }
    .nav.navbar-nav>li.dropdown.open>.more>i{
    	transform: rotate(180deg);
    }
    .nav.navbar-nav>li.dropdown li>a, .nav.navbar-nav>li.dropdown li.active{
    	position: relative;
    	display: block;
    	white-space: nowrap;
    	padding: 15px 10px;
	    text-transform: uppercase;
	    font-size: 18px;
    }

    .nav.navbar-nav>.telephone{
    	padding-right: 70px;
    }
    .nav.navbar-nav>.telephone>a{
    	color: #32AABB !important;
    	background: none !important;
    }
    .nav.navbar-nav>.telephone>a>i{
    	margin-right: 5px;
    }

    @media (min-width: 992px){
	    .nav.navbar-nav>li>a{
	    	background: none !important;
	        color: #fff !important;
	    }
	    .nav.navbar-nav>li.dropdown li>a{
	    	background: none !important;
	        color: #151515 !important;
	    }
	}


	.language_changer>*{
		font-size: 22px;
		margin: 0 6px;
	}
	.language_changer:before{
		content: '';
		display: block;
		position: absolute;
		width: 2px;
		height: 20px;
		background: linear-gradient(rgba(0,0,0,0) 0%, rgba(119,119,119,1) 30%, rgba(119,119,119,1) 70%, rgba(0,0,0,0) 100%);
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.language_changer .btn-group{
		vertical-align: bottom;
	}
	.language_changer .active{
		color: #777777;
	}
	.language_changer{
		display: inline-block;
		position: relative;
		line-height: initial;
		margin: 10px 0 0 15px;
	}

	@media(min-width: 992px){
		.language_changer>*{
			color: #fff;
			font-size: 20px;
		}
		.language_changer a:hover, .language_changer a:focus{
			color: rgba(255,255,255,.5);
		}
		.language_changer{
			margin: 0;
		}
	}


    .nav.navbar-nav li>a:before, .nav.navbar-nav li.active:before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #32AABB;
        transform-origin: left;
        transform: scaleX(0);
        opacity: 0;
        transition: all .3s ease-out;
    }
    .navbar-default .navbar-nav li.active:before, .nav.navbar-nav li>a:hover:before{
        transform: scaleX(1);
        opacity: 1;
    }


    .navbar-header{
        padding: 20px 15px;
        width: 100%;
        max-width: 1800px;
        margin: 0 auto;
        float: none;
    }

    .bottomNav{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bottomNav>.navbar-brand{
        padding: 0;
        height: initial;
        margin-right: 50px;
    }

    .bottomNav .btn_no_style:hover{
    	color: rgba(21,21,21,.6);
    }


    @keyframes jump {
	  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
	  40%  {transform: translate3d(0,15%,0) scale3d(.7,1.5,1);}
	  100% {transform: translate3d(0, 0%,0) scale3d(1.5,.7,1);}
	}
    .cart_icon{
		transform-origin: 50% 50%;
    }
    .cart_icon.animate{
  		animation: jump .5s linear alternate 2;
    }

    .search{
        white-space: nowrap;
        display: flex;
        align-items: center;
        border: 1px solid #d5d5d5;
        border-radius: 35px;
        padding: 5px !important;
        margin: 0 20px 0 0;
        position: relative;
    }
    .search i{
        position: absolute;
        left: 15px;
    }
    .search>div{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .search input{
        /*font-family: 'PT Sans', sans-serif;*/
        width: 100%;
        border: 0;
        box-shadow: none !important;
        font-weight: 300;
        font-size: 18px;
        padding: 12px 15px 12px 50px;
        background: none;
        outline: 0;
    }
    .search button{
        font-size: 16px;
        border: 0;
        outline: 0;
        box-shadow: none;
    }

	

    .bottomNav>.navbar-btn{
    	margin: 10px 0;
        text-align: right;
        text-decoration: none;
        font-weight: 300;
        transition: color .3s linear;
        white-space: nowrap;
    }
    .bottomNav>.navbar-btn>i{
        margin-right: 7px;
        font-size: 24px;
        vertical-align: top;
    }

    .navbar-collapse.collapse {
        padding: 0;
        box-shadow: 0 0 8px 0px black;
    }


    
    @media (min-width: 992px) {
        .bottomNav>.navbar-form div{
            display: flex !important;
        }
    }

    @media (max-width: 992px) {
        body{
            padding-top: 57px;
        }
        nav.navbar{
            position: fixed;
            top: 0;
            width: 100vw;
            border: 0;
        }

        .navbar-header{
            padding: 0 15px 0 15px;
            float: none;
            box-shadow: 0 0 10px 0 black;
            background: #fff;
        }
        .navbar-left,.navbar-right {
            float: none !important;
        }
        .navbar-toggle {
            display: block !important;
        }
        .navbar-collapse.collapse {
            display: none !important;
            
            position: fixed;
            padding-top: 60px;
            top: 0px;
            left: 0px;
            width: 270px;
            background: #fff;
            z-index: -4;
        }
        .nav.navbar-nav{
            float: none!important;
            
            margin: 0;
            height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
            background: none;
        }
        .nav.navbar-nav>li{
            float: none;
            width: 100%;
            margin: 0;
            text-align: left;
        }
        .nav.navbar-nav>li>a, .nav.navbar-nav>li.active, .nav.navbar-nav>li>.more{
            font-size: 16px;
            padding: 11px 0;
            padding-left: 16px;
            color: #151515;
            white-space: nowrap;
        }
        .nav.navbar-nav .social{
        	margin-left: 16px;
        }
        .nav.navbar-nav>.telephone{
			color: #9c932f;
			position: relative;
        }
        .navbar-collapse.collapse.in{
            display: block !important;
            overflow: hidden !important;
        }


        .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .nav.navbar-nav>li>a:hover{
            background: #32AABB;
            color: #867b00;
        }
        .nav.navbar-nav>li>a:before{
            display: none;
        }

        .bottomNav>.navbar-btn{
            font-size: 0;
            display: flex;
            padding: 7px;
        }

        .bottomNav>.navbar-brand{
            margin: 0px;
            flex-shrink: .6;
        }

        .navbar-toggle{
            border: 0;
            background: none !important;
        }
        .navbar-toggle .icon-bar{
            transition: all .2s;
            background: #151515 !important;
        }
        .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
            transform: translate3d(0,0,0) rotate(0deg);
            width: 22px;
        }

        .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
            transform: translate3d(0,0,0) rotate(0deg);
        }

        .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
            transform: translate3d(0,0,0) rotate(0deg);
            width: 22px;
        }

        .navbar-toggle .icon-bar:nth-of-type(1) {
            transform: translate3d(0px,6px,0) rotate(45deg);
            transform-origin: left top;
            width: 11px;
        }

        .navbar-toggle .icon-bar:nth-of-type(3) {
            transform: translate3d(0px,-6px,0) rotate(-45deg);
            transform-origin: left bottom;
            width: 11px;
        }

        .search{
        	padding: 0 !important;
        }
        .search button{
        	margin-right: 2px;
        }
    }

    @media(max-width: 767px){
    	#search{
            border: 0;
            margin-right: 0;
        }
        #search i{
            position: static;
            margin-left: auto;
            font-size: 22px;
            color: #151515;
            transition: all .3s;
            padding: 13px 8px;
        }

        #search>i:before{
        	display: block;
			opacity: 0;
            transform: scale(0) rotate(90deg);
			transition: all .3s ease-in-out;
        }
        #search>i:after{
        	display: block;
        	position: absolute;
        	top: 10px;
        	right: 10px;
			content: "\f00d";
			font-size: 28px;
			opacity: 1;
			transition: all .3s ease-in-out;
            transform: scale(1) rotate(0deg);
        }
        #search>i.collapsed:before{
			opacity: 1;
            transform: scale(1) rotate(0deg);
        }
       	#search>i.collapsed:after{
			opacity: 0;
            transform: scale(0) rotate(-90deg);
        }

        #search>div{
            width: 90vw;
            max-width: 500px;
            position: absolute;
            top: 100%;
            right: 0;
            transform: translateY(10px);

            border: 1px solid #d5d5d5;
            border-radius: 35px;
            background: #fff;
            visibility: visible;
            transition: all .3s ease-in-out;
        }
		#search>div.collapsed{
        	opacity: 0;
        	visibility: hidden;
        	right: 15px;
      	}

        #search input{
            padding: 0 12px;
            background: none;
        }
        #search button{
            padding: 0;
            background: none;
            font-size: 0;
            line-height: 0;
        }
        #search button>i{
            font-size: 26px;
            padding: 17px 15px;
            display: block;
        }
    }

/*main carousel*/

	#slideshow0{
		margin: 0;
	}
	#slideshow0>.owl-wrapper-outer{
		border-radius: 0;
	}
	#slideshow0 .item div{
		height: 400px;
		background: center;
		background-size: cover;
	}

	#slideshow0 .owl-wrapper-outer{
		border: 0;
	}

	#slideshow0 .owl-buttons{
		position: absolute;
		right: 15px;
		bottom: 30px;
		display: flex;
	}
	#slideshow0 .owl-buttons div{
		position: relative;
		left: initial;
		top: initial;
		right: initial;
		bottom: initial;
		opacity: 1;
		border-radius: 50%;
		background: #32AABB;
		margin: 0 8px;
		color: #151515;
		width: 40px;
		height: 40px;
	}
	#slideshow0 .owl-buttons div>i{
		text-shadow: none;
		font-size: 20px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, 50%);
	}
	#slideshow0 .owl-buttons div:hover{
		background: #151515;
		color: #fff;
	}


/*panel / group collapse*/
	.panel-default{
		margin: 0;
		border: none;
	}

	.panel-heading{
		display: flex;
		justify-content: space-between;
		padding: 2px;
	}
	.panel-heading>a{
		white-space: nowrap;
		padding: 5px 7px;
		width: 100%;
		overflow: hidden;
	}
	.panel-heading>[role="button"]{
		width: 40px;
		text-align: center;
	}
	.panel-heading>[role="button"]>i{
		font-size: 14px;
		transition: transform .3s ease-in-out;
	}
	.panel-heading>[role="button"][aria-expanded="true"]>i{
		transform: rotate(180deg);
	}


/*categories*/
	#column-left{
		z-index: 18;
		margin-bottom: 15px;
		text-align: center;
	}
	#column-left .title{
		margin: 0 auto 15px auto;
	}

	#list_category_left .panel-heading>a:first-child{
		font-size: 18px;
	}

	.collapse_button{
		display: inline-block;
		font-size: 22px;
		font-weight: 700;
		width: 100%;
		padding: 5px 20px 5px 0;
		border-radius: 24px;
		border: #ededed solid 2px;
		background-color: #fff;
		text-transform: uppercase;
		color: #151515 !important;
		transition: all .3s ease-in-out;
		text-align: center;
	}
	.collapse_button[aria-expanded="true"]{
		background-color: #32AABB;
		border-color: #32AABB;
		border-radius: 24px 24px 0 0;
		color: #fff !important;
	}


	[id*="left_subcategories"]>a, .subcategories a{
		font-size: 17px;
		display: block;
		padding: 4px 0;
		margin-left: 25px;
		border-bottom: 1px solid #ddd;
	}
	#list_category_left a.active{
		font-weight: 700;
	}
	.subcategories{
		margin-bottom: 20px;
		text-align: left;
	}

	@media (min-width: 768px){
		#column-left{
			margin-bottom: 0;
			text-align: left;
		}
		#list_category_left{
			/*display: block;*/
		}

		#list_category_left .panel-heading>a:first-child{
			font-size: 15px;
		}
		[id*="left_subcategories"]>a{
			font-size: 14px;
			margin-left: 20px;
		}

		.subcategories a{
			margin: 0;
			font-size: 15px;
		}
	}



/*product card*/
	[class*="stock_status"]{
		font-size: 18px;
		margin: 5px 0;
		display: inline-block;
	}
	[class*="product-product-"] [class*="stock_status"]{
		margin: 5px 10px 5px 0;
	}
	[class*="product-product-"] #product .stock_status3{
		font-size: 26px;
		display: block;
		margin: 10px;
	}
	.stock_status1{
		color: #0e580e;
	}
	.stock_status2, .stock_status2>button, .stock_status4{
		color: #a57725;
	}
	.stock_status3, .stock_status3>button{
		color: #b72727;
	}

	.manufacturer{
		font-weight: 300;
		font-size: 19px;
		margin: 0;
	}
	.manufacturer a{
		color: #777777;
	}

	.product_name{
		font-size: 26px;
		margin: 10px 0 0px 0;
	}
	.description{
		margin: 20px 0 0 0;
		font-size: 16px;
		color: #838386;
		margin-bottom: 12px;
		text-align: justify;
	}
	.attributes{
		margin-top: 20px;
		font-size: 16px;
		text-align: left;
	}
	.attributes>p{
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding: 5px 0;
	}
	.description>p{
		margin: 0;
	}
	.product_row{
		display: flex;
		/*align-items: center;*/
		flex-wrap: wrap;
		justify-content: center;
	}
	.product_row>div{
		font-size: 0;
	}
	.product_row .divider{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.product_row .form-group{
		margin: 0;
		display: inline-block;
		font-size: 0;
		vertical-align: top;
	}
	.product_row .form-group>*{
		margin: 0 6px 12px 0;
	}
	
	.one_click{
		display: flex;
	}
	.one_click>input{
		font-size: 14px;
	}
	.one_click>.one_click_phone{
		border-radius: 17px 0 0 17px;
	}
	.one_click>.one_click_send{
		border-radius: 0 17px 17px 0;
		height: 34px;
		padding: 0 10px;
	}
	.one_click_message{
		padding: 5px;
		margin-top: 5px;
	}

	.description_options{
		display: flex;
	}
	.description_options .description{
		width: 90%;
	}
	.description_options>div{
		min-width: 50%;
	}


	@media (max-width: 992px){

		.product_name{
			font-size: 22px;
			margin-top: 5px;
		}
		.description_options .description{
			width: 100%;
		}
		.description_options{
			flex-wrap: wrap;
		}
		.description_options .options{
			order: -1;
		}

		.product_row{
			text-align: center;
		}
		.manufacturer{
			margin-top: 15px;
		}
		h2.price{
			margin-top: 15px;
		}
	}

	/*review*/

		#form-review #review_form{
			border-top: 1px solid #29293a;		
			padding-top: 10px;
		}
		#form-review .collapse_button{
			margin-top: 20px;
		}
		



		.rating_bar{
			width: 60px;
			padding-left: 19px;
			display: flex;
			flex-direction: row-reverse;
			justify-content: flex-end;
		}
		.rating_bar>label{
			padding: 0 !important;
			margin: 0 !important;
		}
		.rating_bar>label:after{
			display: none;
		}
		.rating_bar>input{
			display: none;
		}
		.rating_bar i{
			cursor: pointer;
			font-size: 28px;
			margin: 0 2px;
		}

		.review_radio .fas{
			display: none;
			color: #FDCC0D;
		}
		.review_radio>.rating_bar label:hover ~ label>.far,
		.review_radio>.rating_bar label:hover>.far,
		.rating_bar input:checked ~ label>.far{
			display: none;
		}
		.review_radio>.rating_bar label:hover ~ label>.fas,
		.review_radio>.rating_bar label:hover>.fas,
		.rating_bar input:checked ~ label>.fas{
			display: inline;
		}

		.review_radio>.rating_bar:hover .fas{
			display: none;
		}
		.review_radio>.rating_bar:hover .far{
			display: inline;
		}



		#review>.review{
			margin-bottom: 15px;
		}
		#review i{
			font-size: 18px;
		}
		#review .fas{
			color: #FDCC0D;
		}
		#review .review_head{
			display: flex;
			justify-content: space-between;
			padding: 10px;
			background: #f5f5f5;
			border-top: 1px solid #29293a;
			font-size: 14px;
		}
		#review .author{
			font-weight: 700;
			font-size: 18px;
		}
		#review .review_stars{
			margin: 5px 0 5px 10px;
		}
		#review .review_text{
			margin: 0 0 0 10px;
			font-size: 16px;
		}
		


/*scrollbar*/
	.table-responsive::-webkit-scrollbar{
	  height: 5px;
	}
	.table-responsive::-webkit-scrollbar-track{
	  background: #f5f5f5; 
	}
	.table-responsive::-webkit-scrollbar-thumb{
	  background: #50A1FF;
	  box-shadow: 0px 0px 10px rgba(0, 163, 255, 0.8);
	}
	.table-responsive::-webkit-scrollbar-thumb:hover{
	  background: #2a74c9; 
	}

/*tables*/

	td {
	    padding: 7px;
	    border-bottom: 1px solid #DDDDDD;
	    vertical-align: middle;
	    border: 0 !important;
	}
	td.image {
	    text-align: center;
	    display: table-cell;
	    vertical-align: middle !important;
	    padding: 0;
	}
	td.image img{
	    min-width: 60px;
	    max-width: 60px;
	}

	tbody>tr>td.name{
	    vertical-align: middle;
	    text-align: left;
	    white-space: normal;
	}
	td.name a{
	    color: #242424;
	}

	td.name>a:hover, .table>tbody>tr>td.author>a:hover{
	    color: #32AABB;
	}
	td.author{
	    vertical-align: middle;
	    text-align: left;
	    white-space: nowrap;
	    min-height: 30px;
	}

	td.model {
	    text-align: center;
	}

	td.price {
	    text-align: right;
	    white-space: nowrap;
	    display: table-cell !important;
	    vertical-align: middle;
	}
	td.price .priceCurrency, td.total .priceCurrency{
		font-weight: 400;
		font-size: 16px;
	}
	td.total {
	    text-align: right;
	    white-space: nowrap;
	    display: table-cell !important;
	    vertical-align: middle;
	}
	td.remove {
	    text-align: center;
	    vertical-align: middle;
	}
	td.remove img {
	    max-width: 30px !important;
	    cursor: pointer;
	}


	.table{
		margin-bottom: 10px;
		font-size: 16px;
		border: 0 !important;
	}
	thead{
		border-bottom: 1px solid #29293a;
	}
	thead td{
		white-space: nowrap;
	}
	tbody>tr{
		border-bottom: 3px solid #ededed;
	}
	.img-thumbnail{
		min-width: 50px;
		padding: 0;
		border: 0;
		border-radius: 0;
	}
	.table>tbody>tr>td{
		border: 0;
		padding: 10px 15px;
		line-height: 1;
		vertical-align: middle;
	}
	.table>thead>tr>td{
		padding: 15px;
	}

	.nowrap{
		white-space: nowrap;
	}
	.table>tbody>tr>td.img{
		padding: 15px;
	}
	td .btn-remove{
		font-size: 24px;
		padding: 0;
		border: 0;
		line-height: 1;
	}
	td .btn-remove .fa{
		font-size: 26px;
		color: #ed5e68;
	}
	.table>tbody>tr>td.center_by_padding{
		padding-top: 34px;
	}
	.table>tbody>tr>td.cart_product_title{
		min-width: 300px;
		white-space: initial;
	}

	@media(max-width: 991px){
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		table{
			text-align: left !important;
		}
		.table>tbody>tr{
			padding: 10px 0 3px 0;
			position: relative;
		}
		.table_heading{
			margin-left: -90px;
			width: 90px;
	    	vertical-align: middle;
	    }
	    

		.table>tbody>tr>td{
			margin-left: 80px;
	    	font-size: 18px;
			padding: 7px;
	    }
		.table>tbody>tr>td.image{
			position: absolute;
			margin: 0;
			padding: 0 7px;
		}
	    .table>tbody>tr>td.author>a{
			white-space: initial;
			color: #777;
	    }
	   	.table>tbody>tr>td.quantity {
			display: inline-block;
			margin: 0;
		}
		.table>tbody>tr>td.price {
		    display: inline-block !important;
		    margin: 0;
		}
		.table>tbody>tr>td.total {
		    display: inline-block !important;
			margin: 0;
			padding-right: 30px;
		}

		.table>tbody>tr>td.total.one_product {
		    display: none !important;
		}

	    .column_name{
	    	font-weight: 400;
	    }

	    .table>tbody>tr:first-child{
			border-top: 1px solid #29293a;
		}
	    
	    .table>tbody>tr>td:last-child{
	    	position: absolute;
	    	right: 0;
	    	bottom: 5px;
	    }
	   	.table>tbody>tr>td.from_wishlist_to_cart {
			margin: 0;
		}
	    
	}

/*recall*/
	
	.recall.section{
		font-size: 22px;
		text-align: center;
		padding: 20px 0;
	}
	.recall_message{
		padding: 5px;
		margin: 10px 0 0 0;
		font-size: 18px;
	}

	.recall_search #recall_book_name{
		border-radius: 17px;
		margin: 5px 0 10px;
	}

/*forms*/

	.form-horizontal .form-group{
		font-size: 16px;
		font-weight: 300;
		/*font-family: 'PT Sans', sans-serif;*/
		position: relative;
		margin: 0 0 20px;
	}

	.form-horizontal .form-group label {
		padding: 0 0 0 21px;
		font-size: 16px;
		font-weight: 300;
		color: #838386;
		margin-bottom: 3px;
	}
	.section-gray .form-horizontal .form-control{
		background: #fff;
	}
	
	.form-horizontal .form-control{
		padding: 18px 25px;
		margin: 0;
		color: #242424;
		background: #f5f5f5;
		border-radius: 35px;
		min-height: 60px;
		border: 0 !important;
		box-shadow: none !important;
	}

	.simplecheckout-error-text, .text-danger{
		position: absolute;
		top: 25px;
		right: 36px;
		font-size: 12px;
		pointer-events: none;
	}
	
	.btn-form{
		min-height: 60px;
	}


/*popup modal*/

	.modal-backdrop{
		z-index: 50;
	}
	.modal-backdrop+.modal-backdrop{
		z-index: 60;
	}
	#cart_modal{
		z-index: 55;
	}
	#are_you_sure{
		z-index: 65;
	}

	#are_you_sure .modal-dialog{
		min-width: initial;
		width: initial;
	}
	.modal.modal_center{
	  text-align: center;
	}
	.modal.modal_center:before{
	    display: inline-block;
	    vertical-align: middle;
	    content: " ";
	    height: 100%;
	  }
	.modal.modal_center .modal-dialog{
	  display: inline-block;
	  text-align: left;
	  vertical-align: middle;
	}
	
	 .modal-body .loading{
	 	width: 100px;
	 	position: absolute;
	 	top: 50%;
	 	left: 50%;
	 	transform: translate(-50%, -50%);
	 	z-index: 3;
	}

	.modal .close{
		outline: none;
		font-size: 64px;
		font-weight: 400;
		color: #ababab;
		position: absolute;
		top: 0;
		right: -50px;
		opacity: 0.6;
		transition: opacity .3s ease-in-out;
	}
	.modal .close:hover{
		opacity: 1;
	}
	
	.modal-dialog {
		margin-left: auto;
		margin-right: auto;
		min-width: 70%;
		max-width: 90%;
	}

	.modal-footer>div{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.modal-footer .total{
		margin: 0 10px;
	}
	.modal-footer .total>.priceCurrency{

	}

	.modal-footer .btn{
		padding: 9px 16px;

	}

	@media (max-width: 992px){
		.modal-dialog {
			width: 85%;
		}
	}
	@media (max-width: 768px){
		.modal .close{
			right: -40px;
		}
		.modal-dialog {
			width: 90%;
		}


		.modal-footer{
			padding: 10px;
		}
		.modal-footer>div>*{
			margin: 5px auto;
		}

		.modal-footer .btn{
			padding: 7px 10px;
			font-size: 14px;
		}

	}


/*other*/

	.home-container{
		margin: 15px auto 20px auto;
	}

	.section{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	@media (min-width: 768px){
		.home-container{
			margin: 30px auto 20px auto;
		}
		.section{
			padding-top: 30px;
			padding-bottom: 30px;
		}
	}
	@media (min-width: 1200px){
		.section{
			padding-top: 40px;
			padding-bottom: 40px;
		}
	}
	.section-gray{
		background: #f5f5f5;
	}
	
	.subtitle{
		margin: 15px 0;
		display: inline-block;
		padding-left: 15px;
	}


	.title, .title>a{
		text-transform: uppercase;
		font-size: 24px;
		line-height: 1.1;
		font-weight: 700;
		color: #CECECE;
		margin: 0 0 10px 0;
	}
	.title>a:hover{
		color: #777;
	}
	.title_small{
		text-transform: none;
		font-size: 18px;
		margin: 0 0 7px 0;
	}


	@media (min-width: 768px){
		.title{
			font-size: 28px;
		}
		.title_small{
			font-size: 22px;
		}
	}
	@media (min-width: 1200px){
		.title{
			font-size: 34px;
		}
		.title_small{
			font-size: 26px;
		}
	}
	.option_text{
		font-size: 16px;
		margin-top: 7px;
		color: #838386;
		font-weight: 400;
	}
	.container_search{
		text-align: center;
	}
	.container_search h1{
		margin-bottom: 25px;
	}

	.container_search select[name="category_id"]{
		font-size: 18px;
		height: 58px;
		border-radius: 35px;
		border-color: #d5d5d5;
		box-shadow: none;
	}
	.container_search select[name="category_id"]>option{
		border: 5px solid black;
	}
	

	.search_page{
		margin: 0;
	}
	@media (max-width: 768px){
		.search_page{
			margin-bottom: 15px;
		}
	}
	
	@media(max-width: 480px){
		.total_price>div{
			float: none !important;
			margin: 10px 0;
		}
	}
	.total_price>.pull-right>span{
		margin: 10px 15px 0;
	}

	.form-group.news_letter_form label{
		font-size: 20px;
		padding: 0;
	}
	.news_letter_form .radio-inline{
		margin: 15px;
	}
	.total_price{
		font-size: 22px;
	}

	.radio{
		margin: 15px 0;
		font-size: 18px;
		/*font-family: 'PT Sans', sans-serif;*/
	}

	.g-recaptcha>div{
		margin: 20px auto 0 auto;
	}

	#read_more_description {
	    max-height: 180px;
	    overflow: hidden;
	    transition: all 1s ease;
	}

	body.product-manufacturer h2{
		padding: 30px 0 10px 0;
		margin: 0;
	}

	.product-search h2{
		margin: 15px 0;
	}

	@media (min-width: 992px){
		.text-right-md{
			text-align: right;
		}
	}

	.owl-carousel{
	    touch-action: manipulation; 
	}



#flag{
	width: 30px;
	height: 20px;
	position: relative;
	background: linear-gradient(to bottom, #1b9ee5 0%,#1b9ee5 49.99%,#f4dc00 50%,#f4dc00 100%);
	box-shadow: 0 0 2px 1px rgba(0,0,0,.4);
	border-radius: 1px;
	margin: 0 0 6px 5px;
}

/* fix ocfilter mobile */
@media (max-width: 767px) {
    .ocf-noUi-connect:before {
        left: 0;
    }
}

