
body{
    font-size:15px !important;
}

.action.primary {
    background-image: none;
    background: #cd0100;
    border: 1px solid #b40201;
    color: #ffffff;
}

.breadcrumbs a:visited {
    color: #333;
    text-decoration: none;
}

.minicart-items .product-item-name a {
    color: #cd0100;
}

.action.viewcart, .action.multicheckout, .action.update, .action.apply.primary, .action.apply.primary{
	background: #444;
    border: 1px solid #111;
    color: #ffffff;
    padding:5px 10px;
    border-radius:4px;
    display:inline-block;
    text-align:center;
}

.cart-discount .block > .title strong {
    color: #111;
    font-weight: 400;
}

.cart-discount{
    width: auto !important;
    background: #efefef;
    padding: 10px 10px 0px 10px !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 5px;
}

.minicart-wrapper .action.showcart .counter.qty{
	background: #cd0100;
}

.breadcrumbs .item:not(:last-child)::after {
	line-height:27px !important;
}

.action.primary:hover {
    background: #b40201;
    border: 1px solid #cd0100;
}

/** FONTS **/

p, label, a, li, .copyright{
    font-size:15px !important;
    color:#323232;
    line-height:28px;
}

.post-post_content{
    margin:30px 0px !important;
}
.mp-post-info, .mp-blog-rss{
    display:none !important;
}
.post-list-content{
    padding-left:0px !important;
    padding-right:0px !important;
}
.mp-blog-view hr{
    border:0 none !important;
    display:none;
}

.post-view-image img{
    width:100%;
}

.mpblog-category-view .column.main{
    width:100% !important;
}

h1, h2, h3, h4, h5, h6{
    color:#323232;  
    
}

h1{
   font-size:34px !important; 
   font-weight:900;
}

h2{
   font-size:30px !important; 
   font-weight:900;
}

h3{
   font-size:26px !important; 
   font-weight:700;
}

h4{
   font-size:22px !important; 
   font-weight:700;
}

h5{
   font-weight:500 !important;
}

h6{
   font-size:14px !important; 
   font-weight:500;
}



.navigation .level0 > .level-top {
    color: #fff !important;
    line-height: 47px;
    text-transform:uppercase;
}

/** CONTENT **/

#maincontent {
    padding: 40px 40px;
}


h1.page-title:after{
    content:' ';
    display:block;
    width:30px;
    height:5px;
    background:red;
    margin:10px 0px 30px 0px;
}
/** HEADER **/

.page-header .panel.wrapper {
    border-bottom: 0 none !important;
    background-color: #f4f4f4 !important;
}

.header.panel > .header.links > li > a , .header.links > .authorization-link::after{
    color: #323232 !important;
    text-shadow: 0px 1px 0px #ffffff;
}

/** NAVIGATION **/

@media only screen and (max-width: 767px) {
    .sw-megamenu{
        display:none;
    }
}

@media only screen and (max-width: 450px) {
    .nav-toggle{
        top:0px;
    }
    .sw-megamenu{
        display:none;
    }
}

@media only screen and (min-width: 768px) {
    .sections.nav-sections{
        display:none;
    }

    .sw-megamenu{
        max-width:100% !important;
        background:#323232 !important;
        padding:12px 0px !important; 
    }

    .sw-megamenu ul{
        display:block;
        max-width:1280px;
        margin:0 auto;
    }
    
    .sw-megamenu .subchildmenu{
        text-align:left !important;
    }
}

/** BREADCRUMBS **/

.breadcrumbs{
    padding:30px 0px 0px 0px !important;
    max-width:1200px !important;
}

/** COPYRIGHT **/
.copyright{
    background:transparent !important;
    padding:25px 0px !important;
}

/** FRONT PAGE **/

.cms-index-index .page-title-wrapper{
    display:none;
}
.cms-index-index #maincontent{
    padding:0px;
    max-width:100%;
}

.cms-index-index .owl-carousel .owl-stage-outer{
    padding:0px;
}

.cms-index-index .owl-carousel h2{
    color:#fff;
    font-weight:900;
    letter-spacing:1px;
    text-shadow:0px 0px 15px #000;
}

.cms-index-index .owl-carousel h3{
    color:#d1d1d1;
    font-weight:600;
    letter-spacing:1px;
    text-shadow:0px 0px 15px #000;
}

/** FRONT PAGE IMAGE EFFECTS **/

.front-cats .col-md-3{
    padding:10px;
}

.front-cats .row:first-of-type{
    margin-bottom:20px;
}

.front-cats .col-md-3 a figure, .front-cats .col-sm-6 a figure{
    overflow:hidden;
    width:100%;
    height:100%;
    position:relative;
}


.front-cats a figure img {
    -webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.front-cats a figure:hover img {
    -webkit-filter: sepia(0);
	filter: sepia(0);
	-webkit-transform: rotate(0) scale(1.2);
	transform: rotate(0) scale(1.2);
}

.front-cats a{
    display: block;
    z-index: 1;
    top: 0px;
    position: relative;
    width: 93%;
    height: 100%;
    text-align: center;
}

.front-cats a div {
    display: relative;
    position: relative;
    top: -20%;
    display: block;
    margin: 0 auto !important;
    width: 200px;
    text-align: center;
    background: #efefef;
    color: #222;
    padding: 10px 20px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
}

/** CONTACT PAGE **/

.address img{
    max-width:200px;
}

.address p{
    padding-left:45px;
    padding-top:15px;
    
}

/** FOOTER **/

.footer.content .container{
    padding-left:0px;
    padding-right:0px;
}

.footer.content .col-md-3:first-of-type p{
    padding-left:50px;
    padding-top:15px;
}

.footer.content .container p, .footer.content .container a{
    color: #323232 !important;
    text-shadow: 0px 1px 0px #ffffff;
}

.footer.content .container a{
    display:block;
}

.copy{
    text-align:center;
}

.copy img{
    margin:0px 0px 30px 0px;
}

 .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px !important;
    }   
    
    .footer.content p.call:before{
        content:'\f2a0';
        font-family: FontAwesome;
        margin-right:10px;
    }
    
    .footer.content p.email:before{
        content:'\f0e0';
        font-family: FontAwesome;
        margin-right:10px;
    }
    
.gallery-placeholder{width:100%;}

.checkout-index-index .page-wrapper{border:10px solid #d1d1d1;}

.opc-progress-bar-item._active::before{
    background: #d00004 !important;
    border-color: #d00004 !important;
}

.opc-progress-bar-item._active > span::after {
    border-color: #d00004 !important;
}
    
.opc-progress-bar-item._active > span::before {
    background: #d00004 !important;
    border-color: #d00004 !important;
}

/** CATEGORY PAGE **/

.toolbar.toolbar-products{
	background:#efefef;
	border:1px solid #d1d1d1;
	padding:10px;
}

.toolbar.toolbar-products .item .page{
	box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3) !important;
	background: #f0f0f0 !important;
	border: 1px solid #ccc !important;
	color:#444 !important;
	border-radius:4px;
}

.page-wrapper .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/3);
    display: inline-block;
}

.product.attribute.overview ul{
	padding:0px 0px 0px 13px !important;
}


.product.attribute.overview ul li{
	margin-bottom:0px !important;
}

.product.details.product-item-details{
	text-align:center !important;
}
.product.details.product-item-details span.price{
	color:#cd0100;
	font-size:20px;
	font-weight:700;
}

.products.wrapper .col-md-4 .product-item{
	width:100%;
}

.products-grid .product-item-inner{
	 -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:0 none;
}

#mini-cart li{
width:100%;
}

.breadcrumbs{
    background: #efefef;
    padding: 10px 0px 10px 10px !important;
}

/** CUSTOMER LOGINS **/

.block.block-customer-login, .block.block-new-customer, .form.create.account, .form.password.forget{
float:none !important;
margin:0 auto;
padding:20px;
background:#efefef;
border:1px solid #d1d1d1;
border-radius:1px solid;
}

/** NEW SIDEBAR **/

@media only screen and (min-width: 767px) {

.newsidebar{
float:left;
max-width:20%;
width:20%;
}

.filter.block {
    margin-bottom: 40px;
    border: 1px solid #d1d1d1;
}

.filter-options-item{
background:#efefef;
}

.filter .block-subtitle {
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 10px 14px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
}

.call-now{
display:inline-block;
}

.call-now{
font-size:16px !important;
font-weight:600;
color:#222;
}

.call-now img{
    max-width: 200px;
    margin-right: 10px;
}

}

@media only screen and (max-width: 767px) {

.newsidebar{
max-width:100%;
width:100%;
}

.panel.header, .sections.nav-sections, .navigation{
background:#222 !important;
}
.call-now{
text-align:center;
}
.call-now{
font-size:16px !important;
font-weight:600;
color:#fff;
padding:8px 0px;
}

.call-now img {
    max-width: 50% !important;
    width: 100% !important;
    display: block !important;
    margin: 8px auto !important;
}

}

.nav-tel {
    float: right;
    color: #fff;
    text-transform: uppercase;
    padding: 10px !important;
    background: #000;
    border-radius: 5px;
}

#block-collapsible-nav ul{

width:100%;
display:block;
}

#block-collapsible-nav ul li{


}

#block-collapsible-nav ul li a, #account-nav ul li strong{
background:#efefef;
border-bottom:1px solid #d2d2d2;
padding:8px 15px;
color:#222;
display:block;
text-decoration:none;
width:100%;


}


.block-collapsible-nav .item .delimiter{

display:none;

}

.sub-images .col-md-3{
	overflow:hidden;
	padding:10px;
	
}


.sub-images .col-md-3 a{
	border:1px solid #d1d1d1 !important;
	text-align:center;
	display:block;
	overflow:hidden;
}

.sub-images .col-md-3 a:hover{
	cursor:pointer;
}

.sub-images .col-md-3 div{
	position: absolute;
	z-index: 1;
	bottom: 20px;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}


.zoom {
  transition: transform .2s; /* Animation */
  width: 100%;
  height: 100%;
  margin: 0 auto;

}

.zoom:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.product.info.detailed .additional-attributes > thead > tr > th, .product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tfoot > tr > th {
    width: 50%;
}

.stock_status{
text-transform:uppercase;
font-weight:700;
color:green;
}

.price-excluding-tax span{
font-size:12px !important;
}

.col.col-carrier img{
width:100% !important;
}

.minicart-items .product-item{
width:100% !important;
}


.page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%)/4) !important;
}

@media only screen and (max-width: 767px) {
.page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%)/2);
}
}

.block-margin.block.row .block-title.title{
display:block;
width:100%;
}

.products-related ol{
display:block;
width:100%;
}

.block-content.content{
min-width:100%;
width:100%;
}

.page-layout-1column .products-grid .product-item {

    width: calc((100% - 4%) / 4) !important;
    text-align:center;
}

@media only screen and (max-width: 767px) {
.page-layout-1column .products-grid .product-item {    width: calc((100% - 4%) / 2) !important;
}
}

.banner{
background: #121212;
    padding: 20px;
    margin-bottom: -10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}