/* MODULE STYLE1
######################################## */
.module-style1 							{margin-bottom:60px;}
.module-style1 h5 						{text-align:Center;}
.module-style1 h5 span 					{color:#993777;}
.module-style1-section 					{border-left:1px solid rgba(57, 81, 93, 0.14);border-top:1px solid rgba(57, 81, 93, 0.14);}

.module-style1-item 					{padding:15px;border-right:1px solid rgba(57, 81, 93, 0.14);border-bottom:1px solid rgba(57, 81, 93, 0.14);transition:0.2s;background:#F4F5F5;background:#fff;position:relative;}
.module-style1-item:hover 				{box-shadow:rgba(57, 81, 93, 0.2) 0 1px 15px;z-index:10;}
.module-style1-item-image img 			{display:inline-block;}
.module-style1-item-image 				{margin-bottom:20px;padding:0;background:#fff;/*border:1px solid rgba(57, 81, 93, 0.14);*/text-align:Center;}

.module-style1-stiker 					{position: absolute;top: 5px;left: 5px;padding: 5px 12px 5px 10px;border-radius: 10px 0 14px 0;font-size: 12px;font-weight: 600;color: #fff;}
.module-style1-stiker:after		 		{width: 0;height: 0;border-style: solid;border-width: 19px 4px 0 0;}
.module-style1-stiker-news 				{background:#22b8f2;}
.module-style1-stiker-news:after		{border-color: #22b8f2 transparent transparent transparent;}
.module-style1-stiker-action			{background:#F27022;}
.module-style1-stiker-action:after		{border-color: #f27022 transparent transparent transparent;}
.module-style1-stiker-top				{background:#66bb18;}
.module-style1-stiker-top:after			{border-color: #66bb18 transparent transparent transparent;}

.module-style1-item-price 				{font-family: 'Montserrat', sans-serif; font-size: 23px;text-align: Center;padding:10px 0;}
.module-style1-item-price span			{font-size:13px;font-weight:400;color:#ccc;text-decoration:line-through;}
.module-style1-item-price div			{display:inline-block;}
.module-style1-item h4 					{text-transform:none;line-height:18px;}
.module-style1-item a					{color: #47474F;font-weight:600;font-size: 15px;}
.module-style1-item-artikul 			{text-align:right;opacity:0.5;}

.module-style1-item-rating .fa			{color:#FEC41D;}
.module-style1-item-rating .fa-stack 	{width:15px;height:10px;line-height:14px;height:15px;}

.module-style1-item-buttons .btn					{background: none;border:none;color:rgba(0, 0, 0, 0.2);padding-left:0px;padding-right: 0px;font-size:16px;}
.module-style1-item-buttons .btn-add-cart 			{font-weight: 500;color:#fff;background:#993777;border:2px solid #993777;padding:4px 36px 6px 36px;border-radius:0px;font-size:14px;position:relative;}
.module-style1-item-buttons .btn-add-cart:hover 	{background: #fff;color:#993777;font-weight:600;}
.module-style1-item-buttons .btn-add-cart:before {display:none;}
.module-style1-item-buttons .btn-add-cart:after {display:block;position:absolute;top:5px;left:5px;content:'';border-bottom:2px solid #993777;border-right:2px solid #993777;width:100%;height:100%;}
.module-style1-item-buttons .btn-add-cart span {font-weight: 400;font-size: 15px;}



.module-style1-slider 					{border-left:1px solid #ccc;border-top:1px solid #ccc;border-right:1px solid #ccc;}

.module-style1 .owl-nav 				{position:absolute;top:50%;width:100%;}
.module-style1 .owl-prev 				{left:-50px;position:absolute;}
.module-style1 .owl-next 				{right:-50px;position:absolute;}


/*RESPONSIVE
#######################################*/
@media(max-width:1366px) {
	.module-style1 .owl-nav 			{display:none !important;}
}
@media(max-width:768px) {
        .home-page-tab {margin-top:30px!important;}
	.module-style1 .owl-nav 			{display:none;}
	
	.module-style1-title h5 			{font-size:16px;}
	
	.module-style1 						{margin-bottom:10px;padding:0;}
	
	.module-style1-item-buttons .btn-add-cart 	{display:block !important;padding: 8px 15px;width:100%;}
	.module-style1-item-buttons .btn 			{display:none;}
}

































