@charset "utf-8";
/* CSS Document */
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	background:none;
	padding:0;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

textarea.virtuemart {
	height: auto;
}
textarea,
textarea.virtuemart,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	padding:10px;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #ddd;
	margin:0;
}
textarea:focus,
textarea.virtuemart:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color:#ddd;
}
select {
	padding:10px 0;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body{line-height:21px;}
body, ul, fieldset, .top p, .header .header-a p, .copyright p, .moduletable.afw_imgs p{margin:0;}
body, ul, fieldset, .rl_sliders.accordion > .accordion-group .panel-heading{padding:0;}
h1{font-size:36px;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:18px;}
h5, .moduletable.afw_desc h4{font-size:16px;}
h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{line-height:normal;text-transform:uppercase;}
img{max-width:100%;}
a{text-decoration:none;}
b, strong{font-weight:500;}
li{list-style:none;}
p, .footer .footer-c ul li{margin:0 0 15px;}
.btn, button, .button{padding:10px 30px;cursor:pointer;}
.btn, button, .button, fieldset, .footer ul.nav li:first-child, .rl_sliders.accordion > .accordion-group{border:none;}
.header-b-a #header-b-toggle{left:0;right:inherit;top:0;background:#d42021;}
.header-b-a #header-b-toggle span.nav-line:last-child{margin-bottom:0;}
.sidr-class-current > a, .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active, a.sidr-class-toggle-sidr-close::before, .sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span, .sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active{background:#d42021;}
.sidr ul li a, .sidr ul li span, .sidr ul li ul li a, .sidr ul li ul li span {
    color: rgba(0, 0, 0, 0.45);
    padding: 12px 28px 11px;
}
a.sidr-class-toggle-sidr-close:before {
    height: 30px;
    width: 30px;
    line-height: 28px;
    padding: 0;
    font-weight: 300;
    display: inline-block;
    text-align: center;
}
.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    color: #fff;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li:last-child, .sidr ul, .sidr .sidr-inner {
    border-bottom: none;
}
.sidr ul {
    border-color: rgba(0, 0, 0, 0.15);
    border-bottom-color: rgba(0, 0, 0, 0.15);
}
.sidr{background:#fff;}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li:last-child, .sidr ul, .sidr .sidr-inner {
    border-bottom: none;
}
.sidr ul li, .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li ul li, .sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
    line-height: 34px;
}
.sidr ul li {
    border-color: rgba(0, 0, 0, 0.15);
        border-bottom-color: rgba(0, 0, 0, 0.15);
    border-style: solid;
        border-bottom-style: solid;
    border-width: 0 0 1px;
        border-bottom-width: 1px;
}
a.sidr-class-toggle-sidr-close {
    padding: 15px 20px;
}
.btn, button, .button, a.btn:hover, a.btn:focus, .footer ul li a, .footer .footer-d ul li a, .footer .footer-d a .tooltiptext, .footer-a a:hover, .footer-a a:focus{color:#fff;}
a, .btn, button, .button, .header{transition:all 0.6s ease 0s;}
.container{margin-left:auto;margin-right:auto;}
.vgrid, .btn, button, .button, .footer .footer-c ul li, .footer .footer-d ul li, .footer .footer-d ul li a, .top, .header, .header-b, .footer, .copyright, .main-body, .feature, .q_contact li, .social-media li, .main-body{display:inline-block;}
.fa strong, .content_inner .contact h3, .content_inner .contact legend, .content_inner .contact .control-group.field-spacer, .row .product .product-container .vm3pr-0 .addtocart-area, .category-view h4, .back-to-category{display:none;}
.vgrid, .size-100, #size-100, .container, .footer .footer-c ul li, .top, .header, .header-b, .footer, .copyright, .main-body, .feature, .q_contact li, .main-body{width:100%;}
.vsize, .sidebar-left, .content, li .icon, li .text, .limage{float:left;}
.sidebar-right, .rimage{float:right;}
.container, .vsize{padding-left:15px;}
.container, .vsize{padding-right:15px;}
.container{max-width:1170px;}
.container, .vsize, .limage, .rimage, .vm-product-container .vm-product-media-container, .vm-product-details-container, .header-b .search input[type="text"], .virtuemart_search input[type="text"], .moduletable.v_search_product, .moduletable.q_contact ul li{box-sizing:border-box;-webkit-box-sizing:border-box;}
.size-75{width:75%;}
#size-75{width:72.5%;}
.size-66{width:66.666%;}
.size-50, .limage, .rimage{width:50%;}
.size-33{width:33.333%;}
.sidebar-left, .sidebar-right{width:27.5%;}
.size-25{width:25%;}
.size-20{width:20%;}
.size-17{width:16.666%;}
.top{padding:0;color:#eee;font-weight:400;border-bottom: 1px solid rgba(255,255,255,.12);}
.header-b #gruemenu.grue_88 > ul > li:hover > a, .header-b #gruemenu.grue_88 > ul > li > a:hover, .header-b #gruemenu.grue_88 > ul > li.active > a, .g_faqs h3, .p_faqs h3{background-color:#d42021;background-image:-moz-linear-gradient(top,#db292a,#c91213);background-image:-webkit-gradient(linear,0 0,0 100%,from(#db292a),to(#c91213));background-image:-webkit-linear-gradient(top,#db292a,#c91213);background-image:-o-linear-gradient(top,#db292a,#c91213);background-image:linear-gradient(to bottom,#db292a,#c91213);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb292a', endColorstr='#ffc91213', GradientType=0);}
.moduletable.v_search_product, .moduletable.call_us{display:inline-block;}
.moduletable.call_us, .moduletable.v_search_product{float:right;}
.moduletable.call_us .header-contact{color:rgba(255,255,255,.7);line-height:normal;}
.moduletable.call_us .header-contact i{float:left;font-size:48px;margin-right:15px;line-height:39px;}
.moduletable.call_us .header-contact .call_us_now{float:right;font-size:12px;}
.moduletable.call_us .header-contact .call_us_now b{font-size:18px;}
.top .num, .header-b #gruemenu > ul > li > a, .rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle{font-weight:500;}
.top .num{color:#fff;}
.top .top-b, .copyright-b{text-align:right;}
.header{padding:15px 0;}
.top, .header{background:#D42021;}
.search.v_search_product{position:relative;}
.header-b .search input[type="text"]{height:40px;border-radius:20px 0 0px 20px;-webkit-border-radius:20px 0 0px 20pxmin-width:266px;width:auto;float:left;min-width:266px;}
.header-b .search .button, .header-b .search .button:hover, .header-b .search .button:focus{background:#fff;border-radius:0 20px 20px 0;-webkit-border-radius:0 20px 20px 0;padding:0 15px;height:40px;color:#666;}
.copyright{ background-color:#d42021;/*background-image:-moz-linear-gradient(top,#e33a3c,#d81f20);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e33a3c),to(#d81f20));background-image:-webkit-linear-gradient(top,#e33a3c,#d81f20);background-image:-o-linear-gradient(top,#e33a3c,#d81f20);background-image:linear-gradient(to bottom,#e33a3c,#d81f20);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe33a3c', endColorstr='#ffd81f20', GradientType=0); */padding:20px 0;border-top:1px solid rgba(255,255,255,.12);}
.header-b #gruemenu > ul > li > a{padding:20px;letter-spacing:0;}
.header-b #gruemenu > ul, .rl_sliders.accordion > .accordion-group.active > div > a:focus, .rl_sliders.accordion > .accordion-group > div > a:focus{box-shadow:none;}
.main-body{padding:60px 0;}
.feature{padding:60px 0 0;}
.footer{padding:50px 0;}
.footer{color:#fff;}
.footer h3{font-size:20px;color:#fff;margin:0 0 30px;}
.footer ul.nav li{padding:0;border-top:1px solid rgba(255,255,255,.12);line-height:16px;font-size:14px;overflow:hidden;}
.footer ul.nav li, .footer .footer-d ul li a, .rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle{position:relative;}
.footer ul.nav li:first-child a{padding-top:0;}
.footer ul.nav li a{padding:10px 0;display:block;}
.footer ul.nav li a:hover, .footer ul.nav li a:focus{color:#fff;text-decoration:underline;}
.footer .footer-d a .tooltiptext, .tooltiptext:after, .rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:after{position:absolute;}
.footer ul.nav li a:before{content:"\f054";font-size: 8px;
margin-right: 8px;
background: rgba(255,255,255,.15);
padding: 0;
width: 12px;
height: 12px;
display: inline-block;
text-align: center;
line-height: 12px;
vertical-align: middle;
color: rgba(255,255,255,.5);}
.footer ul.nav li a:before, .sidebar-a ul.menu li a:before, .sidebar-b ul.menu li a:before, .rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:after, .moduletable.top_cat ul li a:before{font-family:FontAwesome;}
li .icon{width:7%;margin-right:2.5%;margin-top:5px;}
li .text{width:90.5%;}
.footer .footer-c ul li:last-child, .footer p:last-child, .moduletable.afw_desc p:last-child, .sidebar-a .moduletable:last-child, .sidebar-b .moduletable:last-child{margin-bottom:0;}
.sidebar-a .moduletable.c_map, .sidebar-b .moduletable.c_map{padding:20px;}
.footer .footer-d ul li a{width:40px;height:40px;line-height:40px;text-align:center;font-size:18px;margin-bottom:10px;background:rgba(255,255,255,.15);}
.footer .footer-d ul li a:hover, .footer .footer-d ul li a:focus{background:rgba(255,255,255,.25);}
.footer .footer-d ul li a, .footer .footer-d .payment_option img{margin-right:10px;}
.footer .footer-d .payment_option{padding-top:10px;}
.footer .footer-d a .tooltiptext{width:65px;bottom:115%;left:50%;margin-left:-30px;background-color:rgba(255,255,255,.15);text-align:center;padding:0;border-radius:4px;z-index:1;opacity:0;transition:opacity 1s;font-size:11px;line-height:24px;font-family:Roboto;}
.footer .footer-d a:hover .tooltiptext{opacity:1;}
.tooltiptext:after{content:"";top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgba(255,255,255,.15) transparent transparent transparent;}
.copyright-b img{height:25px;margin-left:10px;}
.g_faqs h3, .p_faqs h3{color:#f9f9f9;text-transform:capitalize;line-height:20px;padding:15px 20px 15px 20px;font-size:20px;}
.sidebar-a h3, .sidebar-b h3, .feature-b .moduletable.top_cat h3{margin:0;background:#f5f5f5;border-bottom:1px solid #ddd;color:#465157;padding:15px 20px;font-size:14px;}
.sidebar-a ul, .sidebar-b ul, .feature-b .moduletable.top_cat ul.VMmenu{padding:5px 20px;}
.g_faqs h3, .p_faqs h3{margin:0;}
.g_faqs h3, .p_faqs h3{border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;}
.g_faqs .rl_sliders.accordion, .p_faqs .rl_sliders.accordion{border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;}
.g_faqs .rl_sliders.accordion, .p_faqs .rl_sliders.accordion{border-width:0 1px 1px;border-style:solid;border-color:#ddd;padding:20px 20px 10px;}
.sidebar-a .moduletable, .sidebar-b .moduletable, .g_faqs{margin:0 0 30px;}
.sidebar-a .moduletable, .sidebar-b .moduletable, .moduletable.top_cat{border:1px solid #ddd;}
.sidebar-a ul li, .sidebar-b ul li, .feature-b .moduletable.top_cat ul li{border-bottom:1px solid #ecf0f1;padding:10px 0 10px 18px;font-weight:400;position:relative;}
.sidebar-a ul li:last-child, .sidebar-b ul li:last-child, .moduletable.top_cat ul li:last-child{border:none;}
.sidebar-a ul li a, .sidebar-b ul li a, .category_description .call_num, .moduletable.top_cat ul li a{color:#292f38;}
.sidebar-a ul li a:hover, .sidebar-b ul li a:hover, .sidebar-a ul li a:focus, .sidebar-b ul li a:focus, .star, .category_description .call_num span.num, .free_shipping, .moduletable.top_cat ul li a:hover, .moduletable.top_cat ul li a:focus{color:#d71d1e;}
.limage{padding-right:10px;}
.rimage{padding-left:10px;}
.moduletable.afw_imgs{margin-left:30px;}
.moduletable.afw_desc h4{margin:0 0 15px;}
.moduletable.afw_desc a.btn{margin:15px 0 0;background:#202d43;}
.page-header h2{margin:0 0 30px;border-bottom:1px solid #ddd;padding:0 0 20px;}
.control-group{margin:15px 0 0;}
.control-group .control-label{padding:0 0 5px;}
.sidebar-a ul li a:before, .sidebar-b ul li a:before, .moduletable.top_cat ul li a:before{content:"\f006";font-size:8px;padding-right:10px;vertical-align:top;color:#ccc;position:absolute;left:0;top:9px;}
.sidebar-a ul li.VmOpen a:before, .sidebar-b ul li.VmOpen a:before, .moduletable.top_cat ul li.VmOpen a:before, .sidebar-a ul li.active a:before, .sidebar-b ul li.active a:before, .moduletable.top_cat ul li.active a:before{content:"\f005";}
.sidebar-a ul li.VmOpen a, .sidebar-a ul li.VmOpen a:before, .sidebar-b ul li.VmOpen a, .sidebar-b ul li.VmOpen a:before, .moduletable.top_cat ul li.VmOpen a, .moduletable.top_cat ul li.VmOpen a:before, .sidebar-a ul li.active a, .sidebar-a ul li.active a:before, .sidebar-b ul li.active a, .sidebar-b ul li.active a:before, .moduletable.top_cat ul li.active a,  .moduletable.top_cat ul li.active a:before{color:#d71d1e;}
.moduletable.c_map .listing{padding:0;}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle, .rl_sliders.accordion > .accordion-group, .rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover{background:#f6f6f6;}
.rl_sliders.accordion > .accordion-group{margin:0 0 10px;}
.rl_sliders.accordion > .accordion-group{border-radius:0;}
.rl_sliders.accordion > .accordion-group .accordion-heading{border-bottom:0;}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:after{content:"\f067";right:15px;top:17px;}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle{padding:15px;}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle, .moduletable.q_contact ul li .icon, .category_description .phone{color:#08418d;}
.moduletable.q_contact ul{padding:0 0 15px;}
.moduletable.q_contact ul li{font-size:24px;padding:0;}
.moduletable.q_contact .custom.q_contact{padding:20px;}
.moduletable.q_contact .custom.q_contact p:last-child{margin:0;}
.moduletable.q_contact ul li .icon{margin-top:0;width:12.5%;font-size:30px;}
.moduletable.q_contact ul li .text{width:85%;margin:4px 0;color:#292f38;}
.footer-a a:hover, .footer-a a:focus{text-decoration:underline;}
.moduletable.social_icons {
    text-align: right;
}
.moduletable.social_icons a{margin: 12px 0 12px 2px;
color: #fff;
width: 36px;
height: 36px;
background: rgba(255,255,255,.1);
text-align: center;
display:inline-block;}
.moduletable.social_icons a:hover, .moduletable.social_icons a:focus{background:rgba(255,255,255,.3);}
.moduletable.social_icons a i{line-height: 36px;}
.top .social-media li a:hover, .top .social-media li a:focus{background:#fff;}
.vm3pr-2 .product-price, .vm-product-descr-container-0{min-height:inherit;}
.browse-view h1{font-size:18px;margin:0 0 15px;border-bottom:1px solid #e4e4e4;padding:0 0 15px;}
.featured-view h4, .discontinued-view h4, .latest-view h4, .topten-view h4, .recent-view h4, .related-products-view h4{font-size:30px;margin:0 0 20px;text-align:center;}
.row .spacer.product-container{margin:10px;border:1px solid #ddd;background:#fff;box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.078);-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.078);}
/* .row .product:first-child .spacer.product-container{margin-left:0;}
.row .product:last-child .spacer.product-container{margin-right:0;} */
.vm-product-media-container{border:none;padding:0;background:#fff;}
.vm-product-media-container a{display:block;}
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2, .browse-view .row .product .spacer .vm3pr-2 .product-price span, .featured-view .vm3pr-2 .product-price span{font-weight:900;}
.vm3pr-2 .product-price{width:100%;text-align:center;margin:0 0 15px;float:none;}
.browse-view .row .product .spacer .vm3pr-2 .product-price span, .featured-view .vm3pr-2 .product-price span{font-size:24px;color:#d42021;}
div.vm-details-button{margin:0 0 6px;}
div.vm-details-button a{width:auto;padding:7.5px 15px;font-size:14px;border:none;}
div.vm-details-button a, .category_description .call_num, .free_shipping, .moduletable.afw_desc a.btn{font-weight:400;}
.horizontal-separator{background:#ddd;}
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2{font-size:20px;min-height:48px;text-transform:capitalize;}
.vm-product-descr-container-1 > h2 a, .vm-product-descr-container-0 > h2 a{color:#202d43;line-height:normal;}
.vm-product-descr-container-1 > h2 a:hover, .vm-product-descr-container-0 > h2 a:hover, .vm-product-descr-container-1 > h2 a:focus, .vm-product-descr-container-0 > h2 a:focus{color:#d42021;}
.orderby-displaynumber{border-top:none;margin:0 0 25px;padding:20px 0;border-top:1px solid #ddd;clear:both;}
.display-number select{width:auto;padding:3.5px 6px;margin-left:5px;}
.orderlistcontainer .title, .display-number select, .orderlistcontainer div.activeOrder{display:inline-block;}
.orderlistcontainer .title{padding-right:5px;}
.category_description .phone{font-size:60px;margin-right:15px;display:inline-block;vertical-align:middle;padding:15px 0;}
.category_description .call_num{font-size:24px;line-height:normal;padding:15px 0;display:inline-block;vertical-align:middle;}
.category_description .call_num span{display:block;}
.free_shipping{font-size:30px;line-height:normal;}
.category_description{margin:0 0 30px;float:right;width:66%;}
.productdetails-view .vm-product-container{background:#f9f9f9;padding:30px;}
.productdetails-view .spacer-buy-area{padding:0;}
.product-fields .hasTooltip, .productdetails-view .addtocart-bar .quantity-box, span.quantity-controls, #wwm_main_div, .vm-product-media-container .jcarousel-control-prev, .vm-product-media-container .jcarousel-control-next{display:none;}
table{width:100%;border-collapse:collapse;}
.productdetails-view .product-short-description{margin:10px 0 0;}
.product-short-description .short_desc_inner{height:165px;overflow-y:scroll;overflow-x:hidden;}
.product-short-description .short_desc_inner{padding:0;margin:0;text-align:left;background:#fff;border-width:0 1px 1px;border-style:solid;border-color:#dbdbdb;position:relative;}
.product-short-description .ttitle {
    background: #e8e8e8;
    padding: 5px;
    margin: 0;
    font-weight: 600;
    text-indent: 8px;
    border-bottom: solid 1px #dbdbdb;
	display:block;
}
table tr th {
    padding: 5px;
    font-weight: 600;
    color: #454545;
    text-indent: 10px;
}
table tr td {
    text-indent: 10px;
	padding:5px;
	font-weight:400;
}
.wwm_image_zoom .sxy-zoom-container{max-height:250px;margin:0 auto;min-height:250px;}
.wwm_image_zoom{box-shadow:4px 5px 3px #C7C7C7;-webkit-box-shadow:4px 5px 3px #C7C7C7;-moz-box-shadow:4px 5px 3px #C7C7C7;border:1px solid #dbdbdb;background:#fff;}
.vm-product-details-container{width:42.5%;}
.sxy-zoom-container .sxy-zoom-viewfinder{border-color:rgba(0,0,0,.3);}
.views-gallery.jcarousel-wrapper img{min-height:60px;max-height:60px;}
.vm-product-media-container #WWM_thumbs_images{width:100% !important;box-shadow:none;border:none;}
.vm-product-media-container #WWM_thumbs_images, .productdetails-view .addtocart-bar{margin:20px 0 0;}
#WWM_thumbs_images ul li{margin-left:0;margin-right:5px;border-color:#DBDBDB;}
#WWM_thumbs_images li.thumbnail-active{border-width:1px;border-color:#d71d1e;}
.vm-product-details-container .product-price{line-height:normal;font-size:30px;font-weight:500;color:#08418D;}
.productdetails-view h2{margin:0 0 20px;}
.productdetails-view .addtocart-bar{text-align:right;}
.ad_s, .productdetails-view .free_shipping{text-align:center;}
.productdetails-view .free_shipping{padding:20px 0 30px;}
.productdetails-view .addtocart-bar .btn{font-size:18px;}
.jcarousel-control-prev, .jcarousel-control-next{margin-top:-12px;}
.sidebar-a .moduletable.ads_vertisement, .sidebar-b .moduletable.ads_vertisement, .sidebar-a .moduletable.ads_elit, .sidebar-b .moduletable.ads_elit{background:none;padding:0;box-shadow:none;}
.ad_s{background:#000;padding:7px 5px;color:#fff;}
.bottom_section h3{margin:0 0 15px;margin:0 0 10px;font-size:18px;text-transform:uppercase;}
.bottom_section .ui-widget-content{border-color:#ddd;}
.bottom_section .ui-widget-header{background: none;
border: none;
padding: 0 !important;}
.bottom_section .ui-tabs .ui-tabs-nav li.ui-state-default {
    border: none;
    background: #202d43;
}
.bottom_section .ui-tabs .ui-tabs-nav li.ui-state-active, .bottom_section .ui-tabs .ui-tabs-nav li.ui-state-default:hover {
    border: none;
    background: #d42021;
}
.bottom_section .ui-widget-header, .bottom_section .ui-state-active, .bottom_section .ui-widget-content .ui-state-active, .bottom_section .ui-widget-header .ui-state-active, .bottom_section .ui-state-default, .bottom_section .ui-widget-content .ui-state-default, .bottom_section .ui-widget-header .ui-state-default{border:none;}
.bottom_section .ui-state-default, .bottom_section .ui-widget-content .ui-state-default, .bottom_section .ui-widget-header .ui-state-default{background:none;}
.bottom_section .ui-state-active, .bottom_section .ui-widget-content .ui-state-active, .bottom_section .ui-widget-header .ui-state-active{background:#fff;}
.bottom_section .ui-state-default.ui-state-active a, .bottom_section .ui-state-default.ui-state-active a:link, .bottom_section .ui-state-default.ui-state-active a:visited{color:#fff;}
.bottom_section .ui-state-default a, .bottom_section .ui-state-default a:link, .bottom_section .ui-state-default a:visited{color:#fff;}
.virtuemart_search{margin:0 0 15px;}
.virtuemart_search input[type="text"], .virtuemart_search .button{float:left;height:40px;}
span.vm-search-descr{padding:5px 0 0;clear:both;}
.browse-view .cat_img{float:left;width:30%;text-align:center;margin:18px 0;border:1px solid #e4e4e4;background:#fff;}
.browse-view .row .product .vm-product-descr-container-1{min-height:inherit;}
.featured-view .row .spacer.product-container{padding:15px;}
.productdetails-view .vm-product-media-container{padding:0;border:none;margin-bottom:0;}
.bottom_section .ui-tabs {
    border: none;
    width: 100% !important;
	padding:0;
}
.bottom_section .ui-tabs .ui-tabs-panel{border: 1px solid #ddd !important;
border-radius: 0 4px 4px 4px;
-moz-border-radius: 0 4px 4px;
-webkit-border-radius: 0 4px 4px 4px;
float: left;
width: 96.5%;
padding: 1.5% !important;}
.bottom_section .ui-widget{font-family:'Roboto', sans-serif;font-size:14px;}
.bottom_section table tr th, .bottom_section table tr td{border:1px solid #e4e4e4;padding:8px 5px;text-align:left;}
.bottom_section table tr th{background:#F1F1F1;font-weight:500;}
.vm-product-details-container span.addtocart-button{margin:15px 0 0;float:right;}
.copyright, .copyright a, .copyright a:hover, .copyright a:focus{color:#fff;}
.copyright a:hover, .copyright a:focus{opacity:.8;}
.copyright .afw{font-weight:600;text-decoration:underline;}
.moduletable.afw_desc h2{margin:0 0 17px;font-size:18px;}
.moduletable.afw_desc a{text-decoration:underline;}
.moduletable.afw_desc{display:inline-block;padding:24px;border:1px solid #ddd;}
/* .footer{background-image:-moz-linear-gradient(top,#313b5d,#0f1e33);background-image:-webkit-gradient(linear,0 0,0 100%,from(#313b5d),to(#0f1e33));background-image:-webkit-linear-gradient(top,#313b5d,#0f1e33);background-image:-o-linear-gradient(top,#313b5d,#0f1e33);background-image:linear-gradient(to bottom,#313b5d,#0f1e33);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313b5d', endColorstr='#ff0f1e33', GradientType=0);} */
.footer-a a, li .icon{color:#fff;}
.footer-a a:hover, .footer-a a:focus{text-decoration:underline;}
.breadcrumbs{background-color:#c91314;background-image:-moz-linear-gradient(top,#c91314,#c91314);background-image:-webkit-gradient(linear,0 0,0 100%,from(#c91314),to(#c91314));background-image:-webkit-linear-gradient(top,#c91314,#c91314);background-image:-o-linear-gradient(top,#c91314,#c91314);background-image:linear-gradient(to bottom,#c91314,#c91314);background-repeat:repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc91314', endColorstr='#ffc91314', GradientType=0);color:#fff;padding:20px 0;}
.breadcrumbs ul li{display:inline-block;}
.breadcrumbs ul li.location{display:none;}
.breadcrumbs .divider{padding:0 10px;color:#0a101d;}
.breadcrumbs ul li a:hover{color:#fff;}
.the_grue_menu #navigation-toggle{left:0;right:inherit;top:0;border-radius:0;padding:15px 15px 11px;box-shadow:none;}
.navigation{background:#D42021;border-top: 1px solid rgba(255,255,255,.12);padding:12px 0;}
.navigation #gruemenu > ul{box-shadow:none;}
.navigation #gruemenu.grue_88 > ul > li{margin-right:40px;}
.navigation #gruemenu > ul > li > a{border:none;padding:18px 0;font-weight:700;letter-spacing:0;}
.navigation #gruemenu.grue_88 > ul > li:hover > a, .navigation #gruemenu.grue_88 > ul > li > a:hover, .navigation #gruemenu.grue_88 > ul > li.active > a{background:none;color:#d71d1e;}
.navigation #gruemenu > ul > li.has-sub > a:after{border-width:4px;}
.navigation #gruemenu > ul > li.has-sub > a{padding-right:12px;}
.navigation #gruemenu.grue_88 > ul > li.has-sub > a:after{right:0;margin-top:-3px;}
.moduletable.the_grue_menu, .moduletable.dj_mainmenu{float:left;}
.moduletable.sm_icons{float:right;}
.sm_icons li a{margin:17.5px 0 17.5px 17.5px;color:#6B7A83;}
/* .feature .feature-b{width:27.5%;}
.feature .feature-a{width:72.5%;float:right;} */
.utility{background:#f4f4f4;margin:60px 0 0;}
.utility .vsize{padding-top:20px;padding-bottom:20px;}
.utility .utility-b{border-width:0 1px;border-style:solid;border-color:#fff;}
.fshipping, .fshipping .fshipping-inner .fshipping-left, .fshipping .fshipping-inner .fshipping-right{display:inline-block;}
.fshipping{text-align:left;}
.fshipping .fshipping-inner .fshipping-left{font-size:35px;margin-right:20px;line-height:normal;color:#465157;}
.fshipping .fshipping-inner .fshipping-right, .fshipping .fshipping-inner .fshipping-left{vertical-align:middle;}
.fshipping .fshipping-inner .fshipping-right h3{margin:0;font-size:14px;color:#465157;text-transform:uppercase;}
.fshipping .fshipping-inner .fshipping-right p{font-family:open sans;letter-spacing:.2px;color:#839199;font-size:13px;margin:0;}
.utility-b, .utility-c{text-align:center;}
.navigation-a #navigation-toggle{background:#D42021;}
body.search_page .browse-view .cat_img, body.search_page .category_description, .vm-pagination.vm-pagination-top{display:none;}
.vm-pagination ul{float:left;}
.vm-pagination.vm-pagination-bottom{float:none;margin:10px 10px 0 0;}
.vm-pagination.vm-pagination-bottom ul{margin-right:5px;}
.moduletable.dj_mainmenu .dj-megamenu-custom131{font-family:"Roboto", sans-serif;}
.moduletable.dj_mainmenu .dj-megamenu-custom131 li a.dj-up_a{height:auto;font-size:13px;font-weight:700;border:none;padding:8px 10px;margin-right:6px;font-size:14px;}
.moduletable.dj_mainmenu .dj-megamenu-custom131 li a.dj-up_a span{height:auto;line-height:normal;}
.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn{position:fixed;top:0;left:0;padding:8px 10px;font-size:24px;color:#fff;background:#D42021;z-index:999;border-radius:0;}
.dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus{background:#D42021;color:#fff;}
.virtuemart_search input[type="text"]{width:80%;}
.virtuemart_search .button{width:20%;}
.top .top-a ul {
    margin: 0;
    padding: 0;
}
.top .top-a  .menu li{float:left;padding:0;}
.top .top-a .menu li a {
    color: #fff;
    float: left;
    padding: 0;
    margin: 18px 16px 18px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.top .top-a .fa {
    font-size: 16px;
    padding-right: 5px;
    color: rgba(255,255,255,.25);
    vertical-align: text-bottom;
}
.top .top-a .menu li a:hover, .top .top-a .menu li a:focus, .footer .footer-a a, .footer ul.nav li.active a{text-decoration:underline;}
.search.v_search_product button{background:none;padding:0;position:absolute;right:10px;top:50%;margin-top:-6.5px;color:#D42021;}
.search.v_search_product input[type="text"]{padding:7.5px;}
.header .header-a{text-align:center;}
.footer ul.nav li:last-child a{padding-bottom:0;}
.featured-view{margin-bottom:0;}
.moduletable.featured-view .featured-view br, body.prpage .browse-view .cat_img, .browse-view .vm-details-button{display:none;}
body.prpage .browse-view h1{border:none;padding:0;}
body.home-page .main-body{padding:60px 0;}
.dj-megamenu-custom131 li ul.dj-submenu{margin:0;}
.dj-megamenu-custom131 li ul.dj-submenu > li{border-color:rgba(255, 255, 255, 0.25);}
.dj-megamenu-custom131 li ul.dj-submenu > li > a{margin:0;font-size:14px;}
.moduletable.dj_mainmenu .dj-megamenu-custom131 li a.dj-up_a .arrow{top:calc(50% - 8px);}
.moduletable.dj_mainmenu .dj-megamenu-custom131 li a.dj-up_a span.dj-drop{padding: 0 15px 0 0 !important;}
.vm-pagination.vm-pagination-bottom {border-top: 1px solid #E9E8E8;padding: 30px 0 0;margin: 30px 0 0;}
.vm-pagination ul li{display:inline-block;}
.pagination li span:hover, .vm-pagination li span:hover, span.pagenav, .vm-pagination ul li a.pagenav{color: #fff;}
.pagination li span:hover, .vm-pagination li span:hover, span.pagenav, .vm-pagination ul li a.pagenav:hover{background-color: #db2829;}
span.pagenav, .vm-pagination ul li a.pagenav{border: none;}
.vm-pagination ul li a.pagenav{background-color: #202d43;}
.pagenav{float: left;border-radius: 3px;color: #454545;font-size: 12px;font-weight: 600;padding: 7px 10px;text-transform: uppercase;margin-left: 5px;}
div[class*="-view"] .row{margin:0 -12.5px;}
.browse-view .row div.product{padding:0 12.5px;}
.browse-view .row div.product, .browse-view .row .product .spacer.product-container{box-sizing:border-box;-webkit-box-sizing:border-box;}
.browse-view .row .product .spacer.product-container{height:100%;padding:20px;margin:0;}
.horizontal-separator{height:0;margin:12.5px 0;display:inline-block;}
.mod_brproductslider_vm .br-product {
    padding: 15px;
}

.moduletable.featured-view .br-product div.spacer {
width: 100%;
border: 1px solid #ddd;
padding: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
display: inline-block;
text-align: center;
box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.078);
-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.078);
background: #fff;
}
.mod_brproductslider_vm .br-product .br-product-image {
    margin: 0 0 20px !important;
    max-height: 200px;
    display: inline-block;
}
.moduletable.featured-view div.spacer a.product-name {
    min-height: 48px;
    display: inline-block;
	font-size: 20px;
font-weight: 900;
line-height: normal;
color: #202d43;
}
.moduletable.featured-view div.spacer a.product-name:hover, .moduletable.featured-view div.spacer a.product-name:focus{color:#d42021;}
.mod_brproductslider_vm .br-product .br-product-price {
    padding: 5px 0;
    margin: 0;
}
.moduletable.featured-view .product-price {
    width: 100%;
    font-weight: 900;
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
    color: #d42021;
}
.slick-dots{bottom:-25px;}
.moduletable.featured-view h3 {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    line-height: normal;
    margin: 0 0 25px;
    color: #202d43;
	text-transform:capitalize;
}
ul.dj-mobile-custom131 ul li.dj-mobileitem > a{color:#fff;border-color:rgba(255, 255, 255, 0.15);}
.slick-dots li{margin:0;}
.floatleft.vm-order-list .orderlistcontaine{position:relative;}
.orderlistcontainer div.orderlist{width:100%;}
ul.dj-mobile-custom131 ul li.dj-mobileitem:hover > a, ul.dj-mobile-custom131 ul li.dj-mobileitem.active > a{background: rgba(255, 255, 255, 0.15);}
.productdetails-view .product-description p:last-child{margin-bottom:0;}