html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
  
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	display:none;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.fancybox-dd{
	background: #058A32;
    font-size: 16px;
    padding: 5px 16px;
    width: auto;
    margin: 3px auto;
	color: #fff !important;
	display: inline-block;
	border-radius: 3px;
}
.fancybox-dd2{
    font-size: 16px;
    padding: 5px 16px;
    width: auto;
    margin: 3px auto;
	color: #fff !important;
	display: inline-block;
	border-radius: 3px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
.phonetop {
    font-size: 17px;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin: 10px 15px;
}

.phonetop li {
    display: block;
    color: #7b7b7b;
}

.product-intro .text h4 span {
    font-size: 40px;
    display: block;
    color: #BD2307;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.materials li {
    vertical-align: text-top;
    display: inline-block;
    margin-right: 1.25%;
    margin-bottom: 1.5%;
}

.product-intro ul.materials {
    display: inline-block;
    margin-left: 5px;
}

.product-intro ul.materials li {
    margin-left: 10px;
    margin-right: 0px;
}

ul.materials li img {
    max-height: 163px;
}

.product-intro img.cat {
    width: 350px;
    display: block;
    margin: 0px auto;
}


.owl-carousel a{
	text-decoration: none!important;
}
.owl-carousel a:hover{
	text-decoration: none!important;
}
.owl-carousel{
	padding: 0px 35px;
	box-sizing: border-box;
}


.owl-carousel .left-nw{
	width: 600px;
	height: 329px;
	display: inline-block;
	background-size: cover!important;

}

.owl-carousel .center-nw{
    display: inline-block;
    max-width: 250px;
    margin:0px 10px 0px 10px;
    padding: 12px;
    vertical-align: top;
    padding-top: 10px;
    overflow: inherit; 
    border: solid 1px #ffd9d2;
    border-top: 3px solid #BD2307;
}

.owl-carousel .center-nw .name{  
	font-weight: bold; 
	color: #253341;
}
.owl-carousel .center-nw .description{
    text-align: left;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 15px;
    color: #4D4D4D;
}
.owl-carousel .center-nw .price{
font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    text-align: left;
    margin: 0px;
    float: none;
    margin-bottom: 10px;
}
.owl-carousel .center-nw .price strong{
	font-size: 14px;
    color: #8d8d8d;
    font-weight: normal; 
    display: inline-block;
    margin-right: 15px;
}
.owl-carousel .center-nw .button-buy{
	background: linear-gradient(to top, #BD2307, #bd371f);
    padding: 6px 20px;
    border: solid 1px #b51c00;
    color: #FFF;
    font-weight: bold; 
    margin: 0 auto;
    display: block;
    max-width: 105px;
}

.owl-carousel .center-nw .image{
	height: 150px;
}


.owl-carousel .right-nw{
    display: inline-block;
    width: 180px;
    vertical-align: top;
}

.owl-carousel .right-nw ul{
    margin: 0px;
    padding: 0px;
    display: block;
}

.owl-carousel .right-nw ul li{ 
    width: 100%;
    height: 159px;
    list-style: none;
    background-size: cover!important;

}
.owl-carousel .right-nw ul li:first-child{
    margin-bottom: 10px		
}

.owl-prev{
	position: absolute;
    left: 0px;
    top: 0px;
    background:#ecf0f1;
    height: calc(100% - 6px);
    width: 29px;
    font-size:0;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.owl-prev:after{
    content: "\2039";
    display: block;
    width: 20px; 
    color: #a2a2a2;
    font-weight: bold;
    position: absolute;
    top: calc(45% - 60px);
    left: 0px;
    font-size: 94px;
}

.owl-next{
	position: absolute;
    right: 0px;
    top: 0px;
    background:#ecf0f1;
    height: calc(100% - 6px); 
    font-size:0;
    width: 29px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.owl-next:after{
    content: "\203A";
    display: block;
    width: 20px; 
    color: #a2a2a2;
    font-weight: bold;
    position: absolute;
    top: calc(45% - 60px);
    left: 0px;
    font-size: 94px;
}
	
.owl-next:hover,.owl-prev:hover{
	background: #b51c00;
	opacity:0.8;
}
.owl-next:hover:after,.owl-prev:hover:after{
	color: #fff;
}

.all-catalog{
	display: block;
    background: #BD2307;
    color: #fff;
    width: 250px;
    padding: 7px;
    text-align: center;
    margin: 15px auto;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
}
.all-catalog:hover{
	text-decoration: none;
	background: #bd402a;
	color: #fff;

}

.read-par, .read-perg, .read-zont, .read-mark,.read1,.read2,.read3,.read4,.read5,.read6,.read7{
    display: inline-block;
    background: #BD2307;
    padding: 0px 25px 0px 7px;
    margin-left: 10px;
    color: #fff;
}

.read-par:hover, .read-perg:hover, .read-zont:hover, .read-mark:hover,
.read1:hover,.read2:hover,.read3:hover,.read4:hover,.read5:hover,.read6:hover,.read7:hover{
	cursor: pointer;
	background:#b51c00; 
}
.read-par:after, .read-perg:after, .read-zont:after, .read-mark:after,
.read1:after,.read2:after,.read3:after,.read4:after,.read5:after,.read6:after,.read7:after{
    display: inline-block;
    content: "\203A";
    margin-left: 10px;
    line-height: 0.8;
    font-size: 28px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
	
}
.searchResult{
max-height: 200px;
overflow:auto;
}



.more-par, .more-perg, .more-zont, .more-mark,.more2,.more3,.more4,.more5,.more6,.more7,.more1{
	display: none;
}

.more-par.active, .more-perg.active, .more-zont.active, .more-mark.active,
.more2.active,.more3.active,.more4.active,.more5.active,.more6.active,.more7.active,.more1.active{
	display: block;
}

.read-par.open:after, .read-perg.open:after, .read-zont.open:after, .read-mark.open:after,
.read1.open:after,.read2.open:after,.read3.open:after,.read4.open:after,.read5.open:after,.read6.open:after,.read7.open:after{
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 5px;
}


.category-list-home-nw{
	text-align: center;
}

.category-list-home-nw .itema{
	display: inline-block;
	max-width: 210px;
	margin: 10px;
}

.category-list-home-nw .itema img{
	width: 208px;
	height: 208px;
}

.fot-mapo iframe{
	max-width: 100%;
}

.form-quantity.form-quantity-product .btn-plus{
	display: inline-block;
}

.form-quantity.form-quantity-product .btn-minus{
	display: inline-block;
}

.form-quantity.form-quantity-product .btn-plus input,
.form-quantity.form-quantity-product .btn-minus input{
    display: inline-block;
    background: #6b6b6b;
    border: 0px;
    color: #fff;
    border-radius: 3px;
    width: 27px;
    height: 27px;
    font-size: 18px;
}
.form-quantity.form-quantity-product .btn-plus input:hover,
.form-quantity.form-quantity-product .btn-minus input:hover{ 
    background: #762212; 
}

 
.form-quantity.form-quantity-product #input-quantity{
	display: inline-block;
    max-width: 46px;
    height: 26px;
    vertical-align: top;
    border: 1px solid #8f8f8f;
    text-align: center;
}

#product{
	text-align: center;
}

.form-quantity.form-quantity-product{
	display: inline-block;
}

#product .button-group-product{
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    margin-bottom: 30px;
}

#product .button-group-product #button-cart{
    background: #BD2307;
    border: 0px;
    height: 27px;
    width: 100px;
    border-radius: 3px;
    color: #fff;
}

#product .button-group-product #button-cart:hover{
	background:#762212;
}

.alert.alert-success a{
	color: #fff;
	font-weight: bold;
}

.navbar-collapse .navbar-nav>li>a{
	padding: 10px;
}

 nav li .top__cart #cart{
	background: #058A32;
    margin: 0px;
    width: inherit;
    white-space: inherit;
    min-width: 120px;
    border-radius: 3px;
}

#search{
    display: block;
    margin-top: 51px;
    position: absolute;
    left: calc(50% - 150px);
    width: 300px;
  }

#search input{
    width: 270px;
}

#search .button-search{
	position: absolute;
    right: 34px;
    margin-top: 6px;
    z-index: 999;
}
ul.nav li.dropdown:hover > ul.dropdown-menu{
	top:30px;
}

#content .right a.button{
	display: none;
}





@media (max-width: 768px) {
	
	nav li .top__cart #cart{display:none!important;}
}

@media screen and (max-width: 640px) {
	#leadia_science_widget,.callbackkiller,#productview,.pv_head_ico{
		display:none!important;
	}
	nav li .top__cart #cart{display:none!important;}
}
.dropdown-menu>li>a{font-size:16px;}

.carousel-text-b {background-color: rgba(30, 29, 29, 0.6);
 padding: 20px;}
.phonetop{
	text-align:right;
}
#cart{
	position: relative!important;
    padding: 5px!important;
    font-size: 16px!important;
    top: 4px!important;
	}
	.more{
		    padding: 3px;
    color: #fff;
    background: #BD2307;
    margin: 1px 0px 0px 12px;
    position: relative;
    top: 5px;
	}
	.more:hover{
		background:#404040;
		color:#fff;
	}
	.panelcontent{
		height: 152px;
		border-bottom: 1px solid #404040;
	}
.list-top-d{
display: flex;
width: 100%;
justify-content: center;
flex-wrap: wrap;
padding: 0;
}
.list-top-d li{
list-style: none;
padding:10px 30px;
margin: 0;
}
.yamm .container{
padding-top: 5px;
}
.list-top-d li a, .list-top-d li a:hover{
color: #333333;
}
@media (max-width:991px){
	.list-top-d {
		display:none !important;
	}

}
@media (max-width:500px){
	.list-top-d {
		display:none !important;
	}
	
}
.sendy{
display: flex;
flex-direction: column;
}
.sendy input{
margin-top: 5px;
margin-bottom: 5px;
}
.send-link{
    background: #058A32;
    margin: 0px;
    width: inherit;
    white-space: inherit;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	margin-top: 5px;

	background: #bd2307;
    font-size: 18px;
    padding: 5px 16px;
    width: auto;
    margin-top: 10px;
    color: #fff !important;
}
.fancybox-skin input{
appearance: none;
appearance: none;
    border: 1px solid #000;
	height: 35px;
	padding-left: 12px;
	font-size: unset;
}
.fancybox-inner h3{
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.fancybox-skin .sendy{
width: 270px;
max-width: 100%;
}
.goodmas{
display: none;
text-align: center;

}
.sendy h3{
text-align:center;
font-size: 25px;
margin-bottom: 0;
}
.sendy .error{
border-color: red !important;
}
.slide-text.slide_style_left{
width: 75%;
margin-left: 0;
}
#form-d.dm-form{
    width: 25%;
    top: 25%;
    right: 0;
    position: absolute;
/*	padding-right: 60px;
	padding-top: 60px; */
}
#form-d.dm-form{
	margin-right: 60px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.89);
}
#form-d.dm-form h3 {
	color: #000000 !important;
	font-weight: 400;
}
#form-d.dm-form input{
border: 1px solid #000000;
appearance: none;
height: 35px;
padding:8px;
}
#form-d.dm-form .send-link {
    background: #bd2307;
    font-size: 15px;
    padding: 7px 16px;
    width: auto;
	margin-top: 10px;
	color: #fff !important;
}
#form-d.dm-form h3 {
    color: #fff;
    margin-bottom: 7px;
    margin-top: 7px;
}



#form-d.dm-form .goodmas{
color: #000000;
}
#form-d.dm-form h3{
color: #fff;
}
#form-d.dm-form{
/*height:calc(100% - 25%);*/
}
#form-d.dm-form form{
/*height: 100%;
justify-content: center; */
}

#form-d .form-head p {
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 28px;
    color: #414141;
}
#form-d .form-head p:last-child {
    font-weight: bold;
}
#form-d .label-input {
	margin-top: 1.9rem;
}
.req {
    font-size: 14px;
    color: #BD2307;
    font-weight: bold;
    text-align: center;
	margin:0;
}
.required{
	color: #BD2307;
    font-size: 20px;
}

#form-d .label-input p{
	margin:0;
}

footer .sendy{
display: flex;
flex-direction: row;
flex-wrap: wrap;

}
footer .send-link{
width: 150px;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
}
footer .sendy input{
margin-right: 15px;
margin-bottom: 0;
margin-top: 0;
}
.list-footer-d{
list-style: none;
margin: 0;
padding: 0;
margin-top: 15px;
}
.list-footer-d a, .list-footer-d a img{
position: static;
height: auto;
float: unset;
padding: 0;
}

.list-footer-d a img{
min-width: 180px;
}
.list-footer-d a{

}
footer #form-d{
display: flex;
justify-content: space-between;
align-items: center;
}
footer{
padding-bottom: 10px !important;
}
.footer-copyright{
margin-top: 25px;
text-align: center;
}
.preim-work{
background-color: #515963;
width:calc(100vw - 17px);
margin-left:calc(((100vw - 1170px)/2*-1));
margin-right:calc((100vw - 1170px)/2*-1);
transform: translate(-12px, 0px);
}
.preim-work-container{
width: 1170px;
margin-left: auto;
margin-right: auto;

}
.preim-work-blocks{
	display: flex;
	flex-wrap: wrap;
}
.preim-work-block{
width: 20%;
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
.preim-work-block img{
width: 90px;
}
.title-dd{
	font-size: 16px;
	color: #d9d9d9;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding:30px 0;
	font-weight: bold;
}
.preim-work-title{
	min-height: 30px;
	color: rgb(217, 217, 217);
	font-size: 14px;
	margin-top: 10px;
    margin-bottom: 10px;
	font-weight: bold;
}
.preim-work-desc{
    text-align: center;
    font-size: 12px;
	color: rgb(217, 217, 217);
}
.preim-work{
padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px){
	.preim-work{
		width: calc(100vw - 17px);
		margin-left: calc(((100vw - 750px)/2*-1));
		margin-right: calc((100vw - 750px)/2*-1);
		transform: translate(-12px, 0px);
	}
	.preim-work-container{
		width: 750px;
	}

}
@media (max-width: 991px) {
.preim-work-block{
	width: 100%;
	margin:20px 0;
	}
}
@media (max-width: 767px){
	.preim-work{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		transform: translate(0px, 0px);
	}
	.preim-work-container{
		width: 100%;
	}
}
.pi-section.pi-padding-top-60 .pi-row .img-float{
float: left;
margin: 15px;
margin-left: 0;
margin-right: 20px;
margin-top: 7px;
}
.dd-flexi{
display: flex;
flex-direction: column;
align-items: flex-end;
}
.h1.pi-weight-700{
position: relative;
padding-bottom: 25px;
margin-bottom: 25px;
font-weight: 700!important;
text-align: center;
}
.pi-text-center .h1.pi-has-short-border:after{
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
	background: #21252b;
	left: 50%;
	margin: 0 0 0 -25px;
	width: 50px;
	height: 3px;
	
}
.pi-text-base {
    color: #BD2307!important;
}
.pi-margin-top-minus-10 {
    margin-top: 0px!important;
}
.pi-weight-300 {
	font-weight: 300!important;
	font-size: 26px;
}


.pi-section.pi-padding-top-60 .pi-row .pi-col-sm-6 img{
max-width: 100%;
width: 505px;
}
.pi-margin-bottom-30 {
    margin-bottom: 30px!important;
}
.pi-weight-700 {
	font-weight: 700!important;
	text-transform: uppercase;
}
.pi-list-icons-ok li{
	padding-left: 0px;
	list-style: none;

}
.pi-list-icons-ok{
padding: 0;
margin-top: 10px;
}
.pi-list-icons-ok li:before{
    content: "\2714";
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	color: #BD2307;
}
.dd-dop .ddlink{
padding: 5px 10px;
color: #fff;
background: grey;
font-size: 17px;
text-transform: uppercase;
}
.descrip-d{
text-align: left;
}
.title-home.title-home-d{
text-align: center;
color: #c00000;
font-weight: 500;
font-size: 17px;
margin-top: 10px;
}
.review-car {
    font-family: PT Sans Caption,sans-serif;
    text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem!important;

}
.review-img {
    width: 100%;
	height: 198px;
	position: relative;
	margin-bottom: 1.5rem!important;
}
.review-img img {
    border-radius: 10px;
}
.review-img-driver {
    position: absolute;
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    border: 5px solid #fff;
    bottom: -20px;
    right: -15px;
}
.review-img img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.review-img-driver img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.review-title {
    margin-bottom: 1.2rem;
}
.review-title:after {
    content: "";
    background-image: url(/img/quotation.png);
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    width: 47px;
    height: 42px;
    flex: 0 0 47px;
    margin-left: 25px;
    margin-right: 10px;
}
.review-description {
    font-size: 1.3rem;
}
.font-weight-bold {
	font-weight: 700!important;
	text-transform: uppercase;
}
.justify-content-between {
	justify-content: space-between!important;
	display: flex !important;
}
.text-center.text-uppercase.mb-5{
margin-bottom: 3rem;
}

.question-unswer-block{
display: flex;
flex-direction: column;
padding:10px;
border-radius: 3px;
border:1px solid grey;
position: relative;
padding-left: 20px;
margin: 20px 0;
color: #333333;
}
.ddtitans{
color: #333333;
}
.news.py-5 .text-center.mb-4{
	font-weight: 300;
	margin-bottom: 30px !important;
}
.news.py-5 .bb {
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	display: block;
	font-weight: 300;
    font-size:20px;
    line-height: 1.2;
    margin-top: 0;
    display: block;
	margin-bottom: 0 !important;
	color: #464951;
}
.news.py-5 p{
    padding-top: 20px !important;
}
.ddbut{
text-align: center;
}
.ddbut a{
padding: 5px 10px;
    color: #fff;
    background: grey;
    font-size: 17px;
	text-transform: uppercase;
	margin: 20px 0;
	display: inline-block;
}
.owl-carousel .owl-item img{
max-height: 225px;
object-fit: cover;
}
.question-ask{
font-weight: 700;
}
.question-ask:before{
	/*content: "\2714";*/
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    color: grey;
}
.question-unswer-block:before{
content:" ";
height: 100%;
width: 5px;
background: #BD2307;
position: absolute;
left: 0;
top: 0;
}
.ddfofo{
text-align: center;
}
.ddfofo img{
margin-top: 60px;
}
.dd-main{
text-align: center;
text-transform: uppercase;
text-align: center;
padding: 6px 12px;
font-size: 18px;
color: #fff !important;
background:#BD2307;
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
}

#main-container{
padding-bottom: 0 !important;
}

.form-feedback-wraper {
    width: 100%;
    background-color: #f7f7f7;

}
#form-feedback {
    width: 100%;
    margin: 0 auto;
}
#form-feedback-form {
    background-color: #fff;
    border-radius: 3px;
    padding: 50px 45px 70px;
    position: relative;
}
#form-feedback .form-head {
    text-transform: uppercase;
    color: #696969;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 30px;
}
#form-feedback .required-tip {
    font-size: 12px;
    font-weight: 400;
    color: #c2c2c2;
    text-transform: initial;
    line-height: 1;
    margin-top: 10px;
}
.form-decor-img {
    width: 266px;
    height: 419px;
    /* background: url(../image/consult-bg.png) no-repeat; */
    position: absolute;
    right: 40px;
    bottom: 0;
}

@media (max-width:991px){
	.form-decor-img {
		display:none!important;
	}
}
@media (max-width:500px){
	.form-decor-img {
		display:none!important;
	}	
}

#form-feedback select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#form-feedback .field-1, #form-feedback .field-2 {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-right: 17px;
}
.ds-form form label {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 2.05556em;
    color: #78767a;
    cursor: pointer;
}
#form-feedback label {
    font-size: 14px;
}
#form-feedback .field-1 input, #form-feedback .field-2 input {
    background: #EEEEEE;
    border: 1px solid gray;
    padding: 10px 30px;
}
#form-feedback .calltime {
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
#form-feedback label {
    font-size: 14px;
}
.ds-form form label {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 2.05556em;
    color: #78767a;
    cursor: pointer;
}
#form-feedback .field-4, #form-feedback .field-5 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
}
#form-feedback .field-4 label, #form-feedback .field-5 label {
    position: absolute;
    line-height: 1;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
}
#form-feedback .field-4 select, #form-feedback .field-5 select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAG1SURBVGhD7Zc/SMNAGMVTRIcOKohOLioIDuKmk+AiuIlDQF1KyH9CwM3FzcFRcBTcBDfBSXARnHQTB0Fw66Qg6tBBCeoLfkM8ztqkSXrF7weP0pJ8771c4K4awzAMwzAMwzCMKliWNeb7/rjKCoJgiOL+juM4IfSpsOq2bU9Q3Obg4k3hZlX0aJrmFMVsDbTelgzqpJ5d152heOlAmV3JwNKFHK/QHMXKRAWD9sXBZQoFGliJBcqTHV3XezDwUDQoSW/QEkVpHypznDAoQxG2ghWKkB8o04dlPpUYFqEIXutknT8wqMLgXDDNWx9YCZssiyMMw36UuZQEyEsbZFU8tVptEGWuJSHa1RZZlIdhGMMwvhWCZBYezA6NLh+8y6MIcC8LlkaYsUcjO0d8WkaYuhguhQ4wpvI9rcOgzCSe6oMk5F86ivcoGqMGKDKNYE9C0GY6gXrpdrXAmWgW4V4SYaVC6bN4g6Xb1ASv2TyCNmQFSBdQlS5XG6zMIsLGB74fJVDwCp8DdFl3gDLLCP6eKHHT0n9tFUH4VZSIoDvP80bo5+4EK7MWb5z0lWEYhmEY5v+gaV8bIz2ARzdhKAAAAABJRU5ErkJggg==);
    background-position: 91% 50%;
    background-repeat: no-repeat;
    background-color: #EEEEEE;
    border: 1px solid gray;
    background-size: 22%;
    padding: 10px 5px 10px 20px;
    width: 100px;
    margin-bottom: 0;
}
#form-feedback .error{
border: 1px solid red !important;
}
#form-feedback select[name="callto"]{
padding-left: 30px;
}
.ds-form .buttonform {
    margin-top: 35px;
}
#form-feedback input[type="submit"] {
    width: 200px;
    font-weight: 700;
}
.ds-form form input[type="submit"], .ds-form form button[type="submit"] {
    width: auto;
    font-family: inherit;
    color: #fff;
    text-transform: none;
    padding: 8px 20px;
    background: crimson;
    border-style: solid;
    border-width: 0px;
    border-color: #d0d0d0;
    box-shadow: 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
    cursor: pointer;
    height: auto;
}
#form-feedbackformmessagereport {
    background-color: #fff;
    padding: 40px;
}
#form-feedback .form-head {
    text-transform: uppercase;
    color: #696969;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 30px;
	
}
[id*="formmessagereport"] .error-report {
    padding: 15px 30px;
    text-align: center !important;
}
.ddot-row .col-md-4{

margin-bottom: 30px;
}




.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.gallery_product img{
width: 100%;
height: 300px;
object-fit: cover;
}
.gallery_product_category img{
width: 100%;
height: 200px;
object-fit: cover;
margin-bottom:1.0rem;
}
.btn-default.filter-button{
margin-bottom: 50px;
}
@media (max-width:600px){
	.gallery_product img{
	height: auto;
	}
}
.searchResult li{
list-style: none;
}
.searchResult{
background: #fff;
padding: 10px 5px;
}
.searchResult{
    width: 270px;
}
#search input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.box-product .name a {
	color: #BD2307;
    font-weight: bold;
    text-decoration: none;
    display: block;
	margin-bottom: 4px;
	font-size: 13px;
	margin-top: 10px;

}
.box-product div{
text-align: center;
}

.box-product .rating{
display: none;
}
footer .navbar-nav{
display: flex;
flex-direction: column;
}
footer .nav>li>a{
font-size: 16px;
}
.social-ic{
display: flex;
flex-direction: column;
}
.title-foot{
display: block;
font-size: 16px;
font-weight: 600;
}
footer .navbar-nav>li>label {
    padding: 10px;
}
footer .navbar-nav>li>a{
	padding: 10px;	
}
footer .social-ic a{
margin-top: 0 !important;
}
footer .wrap-d, footer #navbar-collapse-1{
display: flex;
flex-direction: column;
}
.dd-button-buy{
margin-top: 10px;
display: inline-block;
}
.gallery-height .filter-button{
margin-right: 4px;
margin-left: 4px;
}
.form-feedback-wraper{

}
#main-container{
position: relative; 
}
.feed-d form{
position: static !important;
}

nav li .top__cart #cart {
    margin-top: 50px;
    position: absolute !important;
    left: calc(50% + 150px);
    top: unset !important;
	bottom: 13px;
	background: #999;
}

.gallery_product_category_two img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 2.5rem;
}

.figure {
    display: inline-block; /* Выстраиваем по горизонтали */
    background: #85ab6f; /* Цвет фона */
    padding: 10px; /* Поля */
    margin: 0 1em 0 0; /* Отступ справа */
    vertical-align: top; /* Выравниваем по верхнему краю */
   }
.figcaption { 
    text-align: center; /* Выравниваем по центру */
   }
 .caption {
	 text-align: center;
	 font-weight: 900;
 }
 
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.slide-text.slide_style_left{
display: none;
}

#form-d.dm-form{
	display:none;
}
img.slide-image {
	display:none;
}

.bs-slider-overlay{
		display:none;
}

.fot-mapo iframe{
	max-width: 100%;
}
}
