/* If you want to add your own CSS code, please do it in this file */
#menu > ul > li > a {
    font-family: Raleway, Arial, Tahoma, sans-serif;
    font-weight: bold;
     font-size: 12px;
}
#Header .menu > li ul li a {
	font-weight: 600;
}
#Header .menu > li ul li a:hover {
	color: #EC1B2D;
}
	#Header .menu > li ul li a span {
        font-size: 9pt;
    }
    #Header .menu > li ul li a:hover span {
		color: #5f5f5f;
	}
#Header .addons {
    color: black;
}
#Header #searchform {
	padding-bottom: 15px;
}
#Header .header-form-area {
	float: right;
}
#Header .header-form-area a.quote {
	float: right;
	font-size: 11px;
	padding: 8px 20px;
	display: block;
	margin-right: 16px;
}
#Header .contact_details .expand {
    background-size: 24px;
}
#Header .contact_details .expand .ico {
    transition: .3s ease-in-out;
}
#Header .contact_details .phone:hover .ico, #Header .contact_details .phone.focus .ico, #Header .contact_details .mail:hover .ico, #Header .contact_details .mail.focus .ico {
    opacity: 0;
}
#Header .contact_details .phone {
    background-image: url(../images/icons/addons/ico_phone_hover.png);
    background-repeat: no-repeat;
}
#Header .contact_details .mail {
    background-image: url(../images/icons/addons/ico_mail_hover.png);
    background-repeat: no-repeat;
}

.post_photo .photo_wrapper, .gallery .gallery-item .gallery-icon {
    background: rgba(255, 255, 251);
  }
 .widgets_wrapper .Recent_posts ul li .photo {
    background: rgb(255, 255, 251);
}

.latest_posts_wrapper .photo, .Recent_posts ul li .photo, .post_photo .photo_wrapper, .gallery .gallery-item .gallery-icon {
    background: #fff;
}

.quick_form {
    text-align: left;
}

#mfn-slider .swiper-slide .swiper-title {
    font-weight: bolder;
    font-size: 35px;
    /*width: 550px;*/
	margin-left: 50px;
    color: black;
    }

#mfn-slider .swiper-slide .swiper-desc {
    font-weight: 500;
    /*width: 500px;*/
    font-size: 25px;
    line-height: 33px;
    margin-left: 50px;
}
#mfn-slider .swiper-desc {
    color: #FF1000;
}


/*Resposive code*/


/*Resposive code*/

#mfn-slider .swiper-slide {
    float: left;
   overflow: hidden;
    text-align: left;
}

#mfn-slider .swiper-slide .button {
    font-weight: 800;
    color: white;
    border-color: #000;
    margin-left: 50px;
    background-color: red;
}

.slide_div .pin-middle {
    background-color: #E80000 !important;
}
table tr:nth-child(2n+1) td {
    background: rgba(0,0,0,0);

}
td {
    vertical-align: top;

}
table td {
    padding: 5px 15px 5px 15px;

}
.aligncenter {
    text-align: center;
    margin: 10px 0 50px 0;
    display: block;
}
/* 10, 15, 20, 25 top=10, right=15, bottom=20, left=25*/

.heading2 {
    padding-top: 10px;
    font-size: 120%;
    font-weight: bold;
}

.column one column_column {
    border-color: white!important;
}

.shop_title {
    font-weight: bold;
    margin-bottom: 1em;
}

h2 {
    font-weight: bolder;
}

.feature_box_wrapper .desc .button {
font-weight: bolder;

    }

#Header a.responsive-menu-toggle {
    top: 5px !important;
}

.call_to_action .call_to_action_wrapper {
    border-color: #FFFFFF;

}

.call_to_action .inner-padding {
    background-color: rgb(0, 0, 0);
}

h4 {
    font-size: 16px;
}

/* jq ui tabs */
.ui-tabs .ui-tabs-nav li {
	white-space: normal;
}
.ui-tabs .ui-tabs-nav li a {
	width: 100%;
    box-sizing: border-box;
}

/* SHOP Content & MENU */
.shop_page#Content {
    padding-top: 0 !important;
    overflow: hidden;
    position: relative;
}
.shop_page#Content .content_wrapper {
    width: 100%;
    padding: 46px 0 0 20px;
    box-sizing: border-box;
}
.shop_menu_holder {
    background-color: #f7f8f8;
    margin: 0; /*-30px 0 -5000px 0;
    padding-bottom: 5000px;*/
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
}
    .shop_menu_holder .widget {
        padding: 15px 0;
    }
#menu-shop-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: none;
}
    #menu-shop-menu>li>a {
        margin-left: 15px;
    }
#menu-shop-menu li {
    border-bottom: 1px solid #FFF;
}
    #menu-shop-menu li a:hover, #menu-shop-menu li.current-menu-item>a, #menu-shop-menu li.current-menu-parent>a, #menu-shop-menu li.current-product-ancestor>a {
        color: #EC1B2D;
    }
#menu-shop-menu li #opener {
    float: left;
    cursor: pointer;
    transform-origin: center;
    padding: 9px 12px;
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
}
    #menu-shop-menu li.menu-item-has-children #opener {
        color: #EC1B2D;
    }
    #menu-shop-menu li #opener, #menu-shop-menu li.menu-item-has-children.open #opener {
        color: #666;
    }
#menu-shop-menu li.open #opener {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#menu-shop-menu li .sub-menu {
    padding-left: 20px;
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
    /*#menu-shop-menu li.menu-item-has-children:hover .sub-menu,*/
    /*#menu-shop-menu li.current-menu-parent .sub-menu, #menu-shop-menu li.current-menu-item .sub-menu, #menu-shop-menu li.current-product-ancestor .sub-menu, */
    #menu-shop-menu li.open .sub-menu {
        max-height: 200px;
    }
#menu-shop-menu li .sub-menu li {
    
}
#menu-shop-menu li .sub-menu a {
    font-weight: normal;
    background-image: none; 
}

.woocommerce-page.with_aside .sections_group {
	float: right;
}


.woocommerce-content .term-description {
    padding-bottom: 40px;
}

.woocommerce .woocommerce-info {
    border-top-color: #EC1B2D;
}
.woocommerce .woocommerce-info:before {
    color: #EC1B2D;
}

.woocommerce div.product div.summary h1.product_title {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 1em;
    font-weight: 700;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 26%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 64%;
}

/* SINGLE PRODUCT PAGE & TABLES */
table.prod_desc_table, .prod_volume_price_table {
    width: 60%;
    border: 1px solid #000;
    margin-bottom: 0;
}
.prod_desc_table tr:nth-of-type(odd){
    background-color: rgba(0,0,0,0.03)
}
table.prod_desc_table th {
    font-weight: bold;
    background: transparent;
}
table.prod_volume_price_table th  {
    font-weight: bold;
    background-color: rgba(0,0,0,0.03);
}
    table.prod_desc_table th, table.prod_desc_table td, table.prod_volume_price_table th, table.prod_volume_price_table td{
        border-color: #000; 
        vertical-align: middle;  
        color: #000;     
    }
table.prod_volume_price_table .table_title {
    font-size: 22px;
    background: transparent;
}
table.prod_volume_price_table .price {
    color: #EC1B2D;
    font-weight: bold;
    width: 50%;
}
.product-addon {
    width: 60%;
    border: 1px solid #000;
    background-color: #e4f3f8;
    padding: 10px;
    box-sizing: border-box;
}
.product-addon h3 {
    font-size: 100%;
    font-weight: bold;
    float: left;
    width: 53%;
    text-align: center;
    margin: 0;
    line-height: 25px;
}
    .product-addon p {
        float: left;
        width: 47%;
        margin: 0 !important; 
        padding: 0 !important;
        clear: none !important;
    }
.product-addon input {
    background-image: none;
    background-color: #FFF !important;
    padding: 0 5px;
    height: 25px;
    border: 1px solid #CCC;
    color: #999;
    box-shadow: none;
}
.single .woocommerce-content .su-spoiler-style-simple {
    border: 1px solid #ccc;
    width: 60%;
    margin: 1em 0 0;
    box-sizing: border-box;
}
.single .woocommerce-content .su-spoiler-style-simple > .su-spoiler-title {
    padding-left: 30px;
}
.single .woocommerce-content .su-spoiler-style-simple > .su-spoiler-title > .su-spoiler-icon {
    display: block;
    font-size: 80%;
    top: 5px;
}
.single .woocommerce-content .su-spoiler-style-simple.su-spoiler-closed > .su-spoiler-title > .su-spoiler-icon {
    color: #EC1B2D;
}
.volume_link {
    color: #000;
    margin-top: 1em;
    width: 60%;
    text-align: center;
    display: block;
}
#Subheader .title {
    font-weight: 300;
}
/* FEATURE IMAGE styling to match woocommerce */
/*.feature_box .image img {
    border: 2px solid #000;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
    transition: .3s ease-in-out;
}
    .feature_box:hover .image img {
        border-color: #EC1B2D;
    }*/
.feature_box h3.title {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0;
    display: none;
}
.feature_box .desc {
    padding-bottom: 10px;
    display: block;
}
    .feature_box .desc h3.title {
        display: block;
    }
.feature_box .desc q {
    display: none;
}

.woocommerce.single .summary .sku_wrapper {
    display: none;
}

/*.woocommerce.single .summary .posted_in {
    display: block;
}*/
.woocommerce.single .woocommerce-tabs .su-spoiler-content {
    padding-bottom: 1em;
} 
.woocommerce.single div.product .out-of-stock {
    margin: 15px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    width: 60%;
}

/* NINJAFORMS RESTYLING */
.page-template-template-quote-form .three-fourth.column {
    width: 98%;
}
.ninja-forms-form-wrap select {
    height: 45px !important;
}
/* QUOTE REQUEST FORM LAYOUT STYLES */
.nf-form-cont#nf-form-5-cont {
    width: 66% !important;
}
#ninja_forms_form_5_response_msg {
    padding-left: 5px;
}
#nf-form-5-cont .nf-form-fields-required {
    padding: 0 0 1em 5px;
    font-style: italic;
}
#nf-form-5-cont hr {
    height: 4px;
    background: none;
    border-top: 4px solid #EBEAEA;
    margin: 20px 0 28px;
}
#nf-form-5-cont hr.hide {
    display: none;
}

#nf-form-5-cont textarea {
    height: 100px;
}
#nf-form-5-cont input[type="submit"] {
    margin-right: 0;
}
#nf-form-5-cont input[type='text'], #nf-form-5-cont textarea, #nf-form-5-cont select {
    color: #000;
}
/* bottom section rows */
#nf-form-5-cont div.nf-row .ninja-col-3-4 {
    width: 60%;
}
#nf-form-5-cont div.nf-row .ninja-col-1-4 {
    width: 40%;
}
/* row 1 */
/*, #nf-form-5-cont .ninja-forms-form .label-above label*/
.row1 .nf-field-label label {
    display: table-cell !important;
    vertical-align: bottom !important;
    height: 50px !important;
    line-height: 1.3em !important;
    padding-bottom: 5px !important;
}
    #nf-form-5-cont div.nf-row:nth-of-type(2) .ninja-col-1-4:nth-of-type(4) .text-wrap.label-above label {
        width: 120px;
    }
#nf-form-5-cont div.nf-row:nth-of-type(2) .ninja-col-1-4:nth-of-type(1), #nf-form-5-cont div.nf-row:nth-of-type(2) .ninja-col-1-4:nth-of-type(3), #nf-form-5-cont div.nf-row:nth-of-type(2) .ninja-col-1-4:nth-of-type(4) {
    width: 20%;
}
#nf-form-5-cont div.nf-row:nth-of-type(2) .ninja-col-1-4:nth-of-type(2) {
    width: 40%;
}
/* row 2 */
#nf-form-5-cont div.nf-row:nth-of-type(3) .ninja-col-2-4:nth-of-type(1) {
    width: 60%;
}

/* CUSTOM PRODUCT PAGE TEMPLATE */

.product_boxes_temp {
	display: none;
}
.product_boxes {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
}
.product_box {
	border: 2px solid #000;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 0;
    transition: .3s ease-in-out;
	overflow: hidden;
	position: relative;
}
	.product_box:hover {
		border-color: #EC1B2D;
	}
.product_box:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.prodbox_content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
}
.product_box h3 {
	font-size: 19px;
    line-height: 1em;
    margin-bottom: 0;
    padding: 10px 0 0;
    letter-spacing: 0;
    font-weight: bold;
    transition: .3s ease-in-out;
	text-align: center;
}
.product_box:hover h3 {
	color: #EC1B2D;
	-webkit-animation: prodBoxFlash 0.5s ease-in-out;
    -moz-animation: prodBoxFlash 0.5s ease-in-out;
    -o-animation: prodBoxFlash 0.5s ease-in-out;
    animation: prodBoxFlash 0.5s ease-in-out;
}
.product_box a:hover {
	text-decoration: none !important;
}
.product_box:hover img, img.flasher:hover {
    -webkit-animation: prodBoxFlash 0.5s ease-in-out;
    -moz-animation: prodBoxFlash 0.5s ease-in-out;
    -o-animation: prodBoxFlash 0.5s ease-in-out;
    animation: prodBoxFlash 0.5s ease-in-out;
}
.product_box img {
    max-height: 86%;
    width: auto;
    margin: auto;
    display: block;
}
@-webkit-keyframes prodBoxFlash {
    0% {
        opacity: .8;
    }
	100% {
		opacity: 1;
	}
}
@-moz-keyframes prodBoxFlash {
    0% {
        opacity: .8;
    }
	100% {
		opacity: 1;
	}
}
@-o-keyframes prodBoxFlash {
    0% {
        opacity: .8;
    }
	100% {
		opacity: 1;
	}
}
@keyframes prodBoxFlash {
    0% {
        opacity: .8;
    }
	100% {
		opacity: 1;
	}
}

/* FOTORAMA RESTYLING
.fotorama .fotorama__stage img.fotorama__img, .fotorama__stage__shaft, .fotorama__stage, .fotorama__wrap {
	width: 100% !important;
	height: auto !important;
} */

@media only screen and (max-width: 959px){
    #nf-form-5-cont {
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
	#Header .header-form-area a.quote {
		float: none;
		margin-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	#Header .addons #searchform {
		margin-top: -10px;
	}
    #nf-form-5-cont div.nf-row [class*='ninja-col-'] {
        width: 100% !important;
    }
    #nf-form-5-cont .text-wrap.label-above label, #nf-form-5-cont .ninja-forms-form .label-above label, #nf-form-5-cont div.nf-row:nth-of-type(2) .ninja-col-1-4:nth-of-type(4) .text-wrap.label-above label {
        width: 100%;
        height: auto;
    }
    #nf-form-5-cont hr {
        margin: 12px 0 26px;
    }
	.columns.four.product_box {
		margin-bottom: 20px !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all, not all {
    #Header .contact_details .phone {
        background-image: url(../images/icons/addons/ico_phone_hover@2x.png);
    }
    #Header .contact_details .mail {
        background-image: url(../images/icons/addons/ico_mail_hover@2x.png);
    }

}

