/**
 * Custom CSS
 */
 
 
.header-style-12{
	/*background-color: darkgrey!important;*/
	background-image:url('/pub/media/custom/header_bg.jpg');
}
.home-12-style .sm-imageslider{
	overflow: hidden!important;
}
.header-style-12 .header-top{
	display:none;
}
.header-style-12 .header-bottom {
	background-color: #202020!important;
}
.header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > .sm_megamenu_head {
	color: #fff!important;
}
.header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > .sm_megamenu_head:hover{
	color: #e21836!important;
}
.header-style-12 .header-middle .phone-header h3 {
	color: rgb(188, 189, 199)!important;
}
.header-style-12 .header-middle .phone-header {
	background: url(../images/phone-icon-2.png) no-repeat left center!important;
	color: rgb(188, 189, 199)!important;
}
/*.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .text {
	color: rgb(188, 189, 199)!important;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .text:hover {
	color: #fff!important;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter{
	color: rgb(188, 189, 199)!important;
}*/
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
    margin: 0 auto;
    display: table;
}
.myimage{
	width:100%!important;
}

.block-subscribe-home {
   
    margin-bottom:none!important;
	border:none!important;
}
.block-subscribe-home .form.subscribe button.subscribe{
	background-color: #e21836!important;
}
.mybanner-image.static-image{
	display: block;
    margin: 0 auto;
    max-width: 50%;
	padding-bottom: 10px;
	/*text-align:-webkit-center;/* Mozilla-based browsers will ignore this. 
	text-align:-moz-center;/* WebKit-based browsers will ignore this. */
}
.product-1-style .home-page-12 .products-slider-top .products-grid .product-item-actions .actions-primary .tocart{
	display:none;
}

.footer-style-5 .footer-block .footer-block-content .links-footermy {
	display: inline-flex;
}
.footer-style-5 .footer-block .footer-block-content .links-footermy li  {
	padding: 5px;
}
.footer-style-5 .footer-block .footer-block-content .links-footermy li a:hover{
	color: #e21836;
}
.footer-style-5 .socials-footer .socials-wrap {
	padding:0!important;
	border-bottom:none!important;
	text-align:left!important;
}
.footer-style-5 .socials-footer .socials-wrap ul li.youtube-social a{
	background-color:#007bb7;
}
.footer-style-5 .socials-footer .socials-wrap ul li.instagram-social a{
	background-color:#fd47b2;
}


/* product view page */

.message.info.empty{
	display:none!important;
}
.product-add-form .box-tocart {
	display:none;
}
.products-grid .product-item-actions .actions-primary .tocart{
	display:none;
}
.products-grid .product-item-actions .actions-secondary .action.tocompare{
	position: relative!important;
}
/* product compare page */
.home-12-style .products-grid .item .item-inner .box-info .bottom-action .btn-action.btn-cart{
	display:none;
}
.home-12-style .products-grid .item .item-inner .box-info .bottom-action a.action.towishlist.btn-action.link-wishlist{
	display:none;
}
.product-info-main .product.attribute.sku{
	display: flex;
    font-size: 15px;
    padding-bottom: 12px;
}
.product-info-main .product.attribute.sku .value{
	text-indent: 5px;
}
.vertical-style .resp-tab-content{
	float: left;
    width: 100%;
}

/* responcive footer */
@media (max-width: 1199px) {
	.links-footermy {
		display: block!important;
	}
}









