/*
Theme Name: Bikeshop
Theme URI: http://grangewebdesign.com/
Version: 3.8
Author: Kieran Dally
Author URI: http://grangewebdesign.com/
*/

@import url(http://fonts.googleapis.com/css?family=Asap:400,400italic,700,700italic);

@font-face {
font-family: 'HandelGothicRegular';
src: url('fonts/handelgothic.eot');
src: url('fonts/handelgothic.eot') format('embedded-opentype'),
url('fonts/handelgothic.woff2') format('woff2'),
url('fonts/handelgothic.woff') format('woff'),
url('fonts/handelgothic.ttf') format('truetype'),
url('fonts/handelgothic.svg#HandelGothicRegular') format('svg');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{vertical-align:top;}

.row{
width: 990px;
margin: 0px auto;
}
.grid1,
.grid2,
.grid3, 
.grid4, 
.grid5, 
.grid6, 
.grid7, 
.grid8, 
.grid9, 
.grid10, 
.grid11 {
float: left;
display: inline;
margin-left: 3%;
}
.grid1 {
width: 5.583%;
}
.grid2 {
width: 14.16%;
}
.grid3 {
width: 22.75%;
}
.grid4 {
width: 31.33%;
}
.grid5 {
width: 39.91%;
}
.grid6 {
width: 48.5%;
}
.grid7 {
width: 57.08%;
}
.grid8 {
width: 65.66%;
}
.grid9 {
width: 74.25%;
}
.grid10 {
width: 82.83%;
}
.grid11 {
width: 91.41%;
}
.first {
margin-left: 0;
clear: left;
}


/* clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
zoom: 1;
} /* IE7 */

pre {
margin: 20px 0;
background: #eee;
border: 1px solid #ddd;
padding: 10px;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
blockquote {
border:none;
padding: 20px;
margin: 20px 0px;
background: #f7f7f7;
font-size:18px;
border-left:10px solid #00a651;
}

blockquote p{
margin-bottom:0px!important;
font-size:15px!important;
line-height:22px!important;
}

/*sticky*/
.sticky { }
/*gallery captio*/
.gallery-caption
/*by post author*/
.bypostauthor { }
/*aligns*/
.aligncenter, .alignnone {display: inline-block; margin: 10px 0; }
.alignright { float: right; margin: 10px 0 10px 10px; }
.alignleft { float: left; margin: 10px 10px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
/*captions*/
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/*smiley reset*/
.wp-smiley { margin: 0 !important; max-height: 1em; }
/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }

strong{
font-weight:700;
}
em{
font-style:italic;
}

body{
font-family: 'Asap', sans-serif;
color:#525252;
line-height:20px;
font-size:12px;
font-weight:400;
background: #fff url(images/bg_bottom.jpg) repeat-x bottom left;
}

#wrapper{ }
.clear{
clear:both;
}
a{
color:#ed1c24;
text-decoration:none;
}
a:hover{
color:#00a651;
text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
font-family: 'HandelGothicRegular';
margin-bottom:15px;
font-weight:normal;
color:#ed1c24;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
color:#252525;
}
h1,h2{
color:#252525;
margin-bottom:15px;
line-height:normal;
font-weight:normal;
font-size:25px;
}
h3{
font-size:21px;
}
h4{
font-size:18px;
}
h5{
font-size:17px;
}
h6{
font-size:16px;
}

#headerwrap{
position:relative;
padding:37px 0px 37px 0px;
background:url(images/bg_bottom.jpg) repeat-x top left;
}
#logo{
margin-left:20px;
margin-top:15px;
}
.nav_container{
background:#83cb08;
border-radius:0px;
padding:11px 0px;
}

#masternav{
font-family: 'HandelGothicRegular';
}

#masternav .sf-menu{ }
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height: 1.0 }
.sf-menu ul { position: absolute; nowhitespace: afterproperty; top: -999em; width: 200px; /* left offset of submenus need to match (see below) */ }
.sf-menu ul li { width: 100% }
.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li { float: left; position: relative; margin-right:2px;  }
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left:0px; nowhitespace: afterproperty; top: 40px; /* match top ul list item height */ z-index: 99;  }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 200px; /* match ul width */ top: 0;  }
/*** skin ***/
.sf-menu { float: left }
.sf-menu a { height: 44px; line-height: 44px; display: inline-block; float: left; font-weight: normal; color: #fff; padding: 0 20px 0px 20px; text-decoration: none;
text-transform:uppercase; font-size: 15px; text-shadow:0px 1px 1px rgba(0,0,0,.2);}
.sf-menu li:last-child{ margin-right:0px;}
.sf-menu li:first-child a{ text-indent:-9999px; overflow:hidden; background: url(images/home_icon.png) no-repeat center center; padding:0px 25px;}

.sf-menu a {}
.sf-menu > li > a:focus, .sf-menu > li > a:hover, .sf-menu > li > a:active, .sf-menu > li.sfHover > a, #masternav .current-menu-item > a:first-child { color:#fff;
background: #202328; }
.sf-menu li:first-child a:hover,
.sf-menu li:first-child.current_page_item a{
background:url(images/home_icon.png) no-repeat center center!important;
}
/*Subs*/
.sf-menu ul { padding: 0; font-size: 14px; background: #202328; border: none; text-align:left; border-radius:0px 5px 5px 5px; }
.sf-menu ul li{background-image:none; border-bottom:1px solid #414654;}
.sf-menu ul ul { margin-top: -1px }
.sf-menu ul a { margin: 0; line-height: normal; font-size:14px; height: auto; padding: 15px 15px; display: block; float: none; color: #fff; font-weight: normal; border-radius:0px;  }
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active { color: #fff; background: #83cb08; background-image:none; border-radius:0px; }
.sf-menu ul .current-menu-item a { color: #fff!important; background: #83cb08!important;}
.sf-menu ul li {  }
.sf-menu ul li:first-child a{ text-indent:-0px; overflow:hidden; background-image:none; padding: 15px 15px;}
.sf-menu ul li:first-child a:hover,
.sf-menu ul li:first-child.current_page_item a{
background-image:none!important;
background-color:#83cb08!important;
border-radius:0px 5px 0px 0px;
}
.sf-menu ul li:last-child { border-bottom: 0px }
.sf-menu ul li:last-child a{ border-radius:0px 0px 5px 5px; }


a.header_cart{
padding:0px 20px;
background: #ff000a;
color:#fff;
height:44px;
display:inline-block;
line-height:44px;
position:relative;
cursor:pointer;
font-size:15px;
font-weight:normal;
text-transform:uppercase;
font-family: 'HandelGothicRegular';
}

.cart-container{
position:relative;
text-align:right;
}
#cartbox{
position:absolute;
right:0px;
top:44px;
background: #fff;
width:150px;
padding:20px;
display:none;
z-index:9999;
border-radius:5px;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2); 
-moz-box-shadow: 0 0 10px rgba(0,0,0,.2); 
box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#cartbox:before{
content : '';
height : 0;
position : absolute;
width : 0;
top : -10px;
left : 50%;
margin-left:-10px;
border-left : 10px solid transparent;
border-right : 10px solid transparent;
border-bottom : 10px solid #fff;
}
.widget_checkout_cart{
text-align:left!important;
}
ul.checkout_ul{
margin:0px 0 15px 0px!important;
padding:0px!important;
list-style:none!important;
}
ul.checkout_ul li{
font-size:16px;
margin-bottom:7px;
}
.widget_checkout_cart .ui-button{
background:#83cb08 !important;
border:none!important;
padding:10px 10px!important;
border-radius:0px!important;
cursor:pointer!important;
font-size:13px!important;
color:#fff!important;
font-weight:normal!important;
text-transform:uppercase!important;
font-family: 'Asap', sans-serif;
position:relative!important;
display:inline-block!important;
margin-bottom:10px!important;
}
.widget_checkout_cart .ui-button:hover{
background:#212329 !important;
border:none!important;
}


a.login_button{
display:inline-block;
font-family: 'HandelGothicRegular';
margin-right:15px;
height:44px;
line-height:44px;
padding:0px 15px;
color:#fff;
background: #1b1e23;
text-transform:uppercase;
font-weight:normal;
font-size:15px;
}
a.login_button:hover{
background: #000;
}

.phone_number_top{
text-align:right;
font-family: 'HandelGothicRegular';
font-size:15px;
color:#dee1e7;
margin-bottom:10px;
}
.phone_number_top span{
display:inline-block;
margin-left:7px;
}
.phone_number_top a{
color:#dee1e7;
}
.phone_number_top a:hover{
color:#a1ff00;
}

.hsidebar-box {
float:right;
margin-top:2px;
}
.hsidebar-box h4 {
display:none!important;
}
.hsidebar-box #wpcosearchterm{
background:#dee1e7;
border:none;
border-radius:0px 0px 0px 0px;
font-family: 'Asap', sans-serif;
color:#4c525c;
float:left;
max-width:190px;
width:190px;
padding:0px 10px;
height:36px;
line-height:36px;
font-size:16px;
}
.page_title,
.page_title_green{
padding:17px 20px;
margin-bottom:25px;
}
.page_title{
background: #212329;
}
.page_title_green{
background: #83cb08 ;
}

.page_title h2,
.page_title_green h2{
color:#fff!important;
margin-bottom:0px!important;
font-size:20px;
font-weight:normal;
text-transform:uppercase;
}
.hsidebar-box .ui-button{
background:#ed1820 url(images/search_icon.png) no-repeat center center!important;
border:none!important;
padding:0px 20px!important;
overflow:hidden;
text-indent:-9999px!important;
height:36px!important;
line-height:36px!important;
border-radius:0px 0px 0px 0px!important;
cursor:pointer;
}
.hsidebar-box .ui-button:hover{
background:#cb151c url(images/search_icon.png) no-repeat center center!important;
border:none!important;
}
.h_social{
float:right;
width:82px;
margin-top:2px;
margin-right:30px;
}
.h_social a{
height:36px;
line-height:36px;
width:36px;
overflow:hidden;
text-indent:-9999px!important;
float:left;
}
.h_social a.facebook_icon{
background:#4f62af url(images/facebook.png) no-repeat center center!important;
margin-left:10px;
}
.h_social a.facebook_icon:hover{
background:#445495 url(images/facebook.png) no-repeat center center!important;
}
.h_social a.twitter_icon{
background:#2aa1d3 url(images/twitter.png) no-repeat center center!important;
}
.h_social a.twitter_icon:hover{
background:#268bb5 url(images/twitter.png) no-repeat center center!important;
}

#slider-wrap{
margin-bottom:0px;
padding-bottom:30px;
}

#main{
padding:30px 0px 30px 0px;
min-height:500px;
}
.page-template-homepage-php #main{
padding:0px 0px 30px 0px!important;
}

.entry {
}

hr{
color: #d5d5d5;
background-color: #d5d5d5;
height: 1px;
margin-bottom:20px;
border:none;
}
.entry p{
margin-bottom:20px;
font-size:13px;
line-height:20px;
}
.entry ul{
margin:0 0px 20px 0px;
list-style:none;
}
.entry ul li{
font-size:13px;
line-height:20px;
background: url(images/list.jpg) no-repeat 0 7px;
padding-left:16px;
margin-bottom:7px;
}
.entry ol{
margin:0 0px 20px 20px;
list-style:decimal;
}
.entry ol li{
font-size:13px;
line-height:22px;
margin-bottom:7px;
}
.entry table{
margin-bottom:30px;
width:100%;
}
.entry table td{
padding:5px 10px;
font-size:13px;
}

.loop-entry{
margin-bottom: 25px;
background:#fff;
padding:15px;
border-width: 1px;
border-style: solid;
border-color: #c5c5c5;
position:relative;
}

.loop-entry-thumbnail{
float: left;
margin-right: 25px;
}
.loop-entry p{
margin-bottom:0px!important;
}

.loop-entry h2{
margin: 0px 0 7px 0;
font-size:20px;
}

.loop-entry-meta{
color: #999;
margin: 0 0 5px 0;
}
.loop-entry-meta span{
margin: 0 5px 0 12px;
}
.loop-entry-meta span:first-child{
margin-left: 0;
}

.pagination{
margin: 20px 0;
}
.pagination a,
.pagination span {
font-size: 15px;
line-height: 40px;
height: 40px;
width: 40px;
text-align: center;
margin-right: 5px;
display: block;
float: left;
background: #00a651;
color: #fff;
border-radius:2px;
}
.pagination a:hover,
.pagination .active a {
text-decoration: none;
color: #fff;
background: #0f75bc;
}


.sidebar-box {
margin-bottom:20px;
font-size:14px;
line-height:22px;
background: #f7f7f7;
}
.sidebar-box h4{
font-size:15px;
text-transform:uppercase;
color:#fff;
display:block;
font-weight:normal;
background: #212329;
padding:10px 15px;
}
.sidebar-box form{
padding:0px 15px 15px 15px;
}
#ticker-next, 
#ticker-previous{
background:#e7e7e7!important;
padding:10px 0px;
text-align:center;
display:block;
color:#666;
}
#vertical-ticker{
height:387px;
overflow:hidden;
margin:0; padding:0;
}


.sidebar-box input[type="text"] {font-family: 'Asap', sans-serif; background: #fff; border: 1px solid #ddd; display: block; font-size: 14px; color: #555; font-weight: 400; margin-left: 0; padding: 10px 10px!important; line-height: 1.6em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%; background: #dee1e7; border-radius:5px; }
.sidebar-box input[type="text"] { max-width: 90%; width: 240px; }


.sidebar-box input[type="submit"]{ 
background:#00a651 !important;
border:none!important;
padding:10px 20px!important;
border-radius:5px!important;
cursor:pointer!important;
font-size:16px!important;
color:#fff!important;
font-weight:700!important;
text-transform:uppercase!important;
font-family: 'Asap', sans-serif;
position:relative!important; }
.sidebar-box input[type="submit"]:hover { background:#0f75bc !important;
border:none!important; }

.sidebar-box p{
margin-bottom:13px;
}


.sidebar-box ul{
margin:0 0px 0px 0px;
list-style:none;
}
.sidebar-box ul li{
font-size:13px;
font-weight:normal;
border-bottom:1px solid #dedede;
margin-bottom:10px;
padding:0px 0px 0px 0px;
text-transform:uppercase;
font-family: 'HandelGothicRegular';
}

.sidebar-box ul li a{
color:#525252;
display:block;
padding:0px 15px 10px 15px;
}
.sidebar-box ul li:last-child a,
.sidebar-box ul li:last-child {
border-bottom:none!important;
}
.sidebar-box ul li a:hover{
color:#619508;
}
.brands{
background: #fff;
}
.brands h4{
margin-bottom:0px;
}
.brands ul{
border-left:1px solid #dedede;
border-right:1px solid #dedede;
}
.brands ul li{
font-size:13px;
font-weight:normal;
border-bottom:1px solid #dedede;
margin-bottom:0px;
padding:0px 0px 0px 0px;
text-transform:uppercase;
font-family: 'HandelGothicRegular';
}
.brands ul li a{
color:#525252;
display:block;
padding:10px 15px 10px 15px;
}
.brands ul li:last-child {
border-bottom:1px solid #dedede!important;
}
.sidebar-box ul li a:hover{
color:#619508;
background: #fff url(images/sidebar_list.png) no-repeat right 15px center;
}

ul#menu-sidebar-menu {
background: #212329 url(images/logo_sidebar.png) no-repeat 16px 15px;
list-style:none!important;
margin:0px!important;
padding:40px 0 0 0!important;
}

ul#menu-sidebar-menu li {
border-top:1px solid #619508;
font-size:13px;
text-transform:uppercase;
font-weight:normal;
padding:0px!important;
margin:0px!important;
border-bottom:none!important;
}

ul#menu-sidebar-menu li.menu-item-has-children a.sf-with-ul:before {
    content: "+ " !important;
}

ul#menu-sidebar-menu li a{
background: #83cb08;
display:block;
color:#fff;
padding:9px 15px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

ul#menu-sidebar-menu li:hover .sub-menu {
  /*display: block;
  max-height: 100%;*/
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
ul#menu-sidebar-menu .sub-menu {
  /*overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;*/
  display: none;
}

ul#menu-sidebar-menu li a:hover{
background: #619508;
display:block;
color:#fff;
}
ul#menu-sidebar-menu li:last-child a{
}
ul#menu-sidebar-menu li ul{
background-image:none!important;
list-style:none!important;
margin:0px!important;
padding:0px 0 0 0!important;
}
ul#menu-sidebar-menu li ul li{
    font-size: 12px !important;
}
ul#menu-sidebar-menu li ul li a{
padding:9px 10px 9px 23px!important;
}

.button{
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}

#footer{
padding:0px;
}
#footer-widget-wrap{
background:#83cb08;
border-radius:0px;
padding:30px;
}

.footer-widget {
color:#fff;
font-size:15px;
}
.footer-widget p{
font-size:13px;
line-height:18px;
margin-bottom:20px;
font-family: 'HandelGothicRegular';
}
.footer-widget p:last-child{
margin-bottom:0px;
}

.footer-widget h4{
color:#fff;
font-size:15px;
text-transform:uppercase;
margin:0 0 16px 0px;
font-weight:normal;
}
.footer-widget ul{
margin:0 0 0 0;
padding:0 0 0 17px;
list-style:square;
color:#2e4604;
}
.footer-widget ul li{
margin-bottom:6px;
font-family: 'HandelGothicRegular';
}
.footer-widget ul li a{
color:#2e4604;
font-family: 'HandelGothicRegular';
}
.footer-widget ul li a:hover{
text-decoration:underline;
}
.footer-widget p a{
color:#fff;
}
.footer-widget p a:hover{
text-decoration:underline;
}

.footer-widget ul li:last-child{
margin-bottom:0px;
}
.footer-widget ul.menu{
text-transform:uppercase;
font-size:13px;
font-weight:normal;
}


#footer_bottom{
color:#8f8f8f;
line-height:40px;
padding:0px 30px;
font-size:11px;
}
#footer_bottom a{
color:#666;
}
.text_right{
text-align:right;
}


ol.commentlist{
margin:0px;
padding:0px;
list-style:none;
}
.comment-body{
background: #fff;
margin-top:15px;
padding:55px 15px 15px 15px;
position:relative;
border-radius:4px;
border:1px solid #c5c5c5;
}
.comment-body .vcard{
position:absolute;
left:10px;
top:10px;
}
.comment-body .comment-meta{
position:absolute;
right:10px;
top:10px;
font-size:11px;
line-height:22px;
}
.comment-body .comment-meta a{
color:#434343;
}

.comment-body p{
font-size:14px;
line-height:22px;
color:#434343;
margin-bottom:15px;
}
.reply{
}
.reply a,
.cancel-comment-reply a{
display:inline-block;
margin:0 0 0 0;
padding:5px 8px;
background: #246076;
color:#fff;
font-size:12px;
font-weight:normal;
text-transform:uppercase;
border-radius:3px;
}
.cancel-comment-reply{
display:block;
margin:10px 0px;
text-align:right;
}
ul.children{
margin-left:20px;
}

#respond{
margin:15px 0px;
}
#commentform p{
margin-bottom:16px;
font-size:14px;
color:#434343;
}
.project_box_item{
width:280px;
float:left;
margin:0px 25px 25px 0px;
background:#fff;
padding:9px;
border:1px solid #c5c5c5;
}
.last{
margin-right:0px;
}

.productsgrid{ margin:0 0 30px 0!important; }
div.productsgrid ul li {	
width: 30.3%;
display: inline-block;
padding: 20px!important;
margin: 0 0 2.5% 2.5%;
background: #fff!important;
font-size: 16px;
font-size: 1rem;
vertical-align: top;
box-shadow: none!important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.productsgriditem .productimage{
display:block;
margin-bottom:15px;
}
.productsgriditem h3.producttitle {
font-size:17px!important;
display:block!important;
font-weight:normal!important;
text-align:left!important;
color:#525252!important;
}
.productsgriditem h3.producttitle a{
color:#525252!important;
}
.productsgriditem .productpricewrap .productprice{
display:inline-block;
padding:10px;
background:#ffde16;
font-family: 'HandelGothicRegular';
color:#ed1c24;
font-size:17px!important;
font-weight:normal!important;
}
.productsgriditem .productpricewrap{
margin-bottom:20px!important;
}
div.productsgrid .wpcobuttonwrap{
margin-right:0px!important;
}
div.productsgrid .wpcobuttonwrap .ui-button{
background:#ff000a !important;
border:none!important;
padding:10px 20px!important;
border-radius:0px!important;
cursor:pointer!important;
font-size:16px!important;
color:#fff!important;
font-weight:normal!important;
text-transform:uppercase!important;
font-family: 'HandelGothicRegular';
position:relative!important;
}
div.productsgrid .wpcobuttonwrap .ui-button:hover{
background:#83cb08 !important;
}

div.productsgrid .wpcobuttonwrap:before{
content : '';
height : 0;
position : absolute;
width : 0;
top : -10px;
left : 50%;
margin-left:-10px;
border-left : 10px solid transparent;
border-right : 10px solid transparent;
border-bottom : 10px solid #ff000a;
}
div.productsgrid .wpcobuttonwrap:hover:before{
border-bottom : 10px solid #83cb08;
}
div.productsgrid .productsoptions{
border:none!important;
}
.wpcocategory{
display:none;
}
.displaying-num,
.wpcoshowall{
display:none!important;
}
div.wpcoproduct div.wpcoimages{
max-width:335px!important;
width:335px!important;
padding-right:0px!important;
}

/* Line 1293 */
.wpco .dropshadow, .checkout_dropshadow, .checkout .dropshadow
{
box-shadow: none!important;
}
.wpcoimglist{
list-style:none;
}
.wpcoimglist li{
border:1px solid #ededed!important;
}

.productinfoholder .ui-button{
background:#ff000a !important;
border:none!important;
padding:10px 20px!important;
border-radius:5px!important;
cursor:pointer!important;
font-size:15px!important;
color:#fff!important;
font-weight:700!important;
text-transform:uppercase!important;
font-family: 'HandelGothicRegular';
position:relative!important;

}
.productinfoholder .ui-button:hover{
background:#212329 !important;
border:none!important;
}
.pricewrap .productprice,
.pricewrap .price{
display:inline-block;
padding:5px 10px;
background:#ffde16;
color:#ed1c24;
border-radius:5px;
font-size:20px!important;
font-weight:700!important;
}



div.wpcopaging .page-numbers {
font-size: 20px!important;
line-height: 35px!important;
height: 35px!important;
width: 35px!important;
text-align: center!important;
margin-right: 5px!important;
display: block!important;
float: left!important;
background: #00a651!important;
color: #fff!important;
border-radius:2px!important;
border:none!important;
font-weight:bold!important;
}


div.wpcopaging .current {
border:none!important;
background:#0f75bc!important;
}

div.wpcopaging a.next {
background:#ed1c24!important;
}

div.wpcopaging .current, 
div.wpcopaging a.page-numbers:hover {
border:none!important;
background:#0f75bc!important;
}

.entry .ui-button{
background:#ff000a !important;
border:none!important;
padding:10px 20px!important;
border-radius:0px!important;
cursor:pointer!important;
font-size:15px!important;
color:#fff!important;
font-weight:700!important;
text-transform:uppercase!important;
font-family: 'HandelGothicRegular';
position:relative!important;
}
.entry .ui-button:hover{
background:#212329 !important;
border:none!important;
}

.entry input[type=search], .entry input[type="text"], .entry select, .entry input[type="password"], .entry input[type="email"], .entry input[type="tel"], .entry input[type="url"], .entry textarea {font-family: 'Asap', sans-serif; background: #fff; border: 1px solid #ddd; display: block; font-size: 14px; color: #555; font-weight: 400; margin-left: 0; padding: 6px 10px; line-height: 1.6em; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 100%; -webkit-appearance: none; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease; -webkit-apperance: none !important;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f6f6f6)) !important;
background: -webkit-linear-gradient(top, #fefefe, #f6f6f6) !important;
background: -moz-linear-gradient(top, #fefefe, #f6f6f6) !important;
background: -ms-linear-gradient(top, #fefefe, #f6f6f6) !important;
background: -o-linear-gradient(top, #fefefe, #f6f6f6) !important; border-radius:0px; }
.entry input[type="text"], .entry input[type="password"], .entry select, .entry input[type="email"], .entry input[type="tel"], .entry input[type="url"] { max-width: 80%; width: 240px; }
.entry input[type=search], .entry input[type="text"], .entry select, .entry input[type="password"], .entry input[type="email"], .entry input[type="tel"], .entry input[type="url"] { padding-top: 7px; padding-bottom: 7px; }
.entry textarea { width: 100%; max-width: 100%; padding: 10px; }
.entry input[type=search] { width: 100%; max-width: 100%; box-sizing: border-box; -webkit-apperance: none !important; padding: 8px 10px; font-size: 11px; }

.entry input[type="button"], .entry input[type="submit"], #comments input[type="submit"], .theme-button { 
background:#83cb08 !important;
border:none!important;
padding:10px 20px!important;
border-radius:0px!important;
cursor:pointer!important;
font-size:14px!important;
color:#fff!important;
font-weight:normal!important;
text-transform:uppercase!important;
font-family: 'HandelGothicRegular';
position:relative!important; }
.entry input[type="button"]:hover, .entry input[type="submit"]:hover, #comments input[type="submit"]:hover, .theme-button:hover { background:#212329 !important;
border:none!important; }
/*contact form 7*/
div.wpcf7 .wpcf7-not-valid { border-color: #F00; box-shadow: 0 0 6px rgba(255,0,0,0.4); }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7-validation-errors { margin: 0; padding: 10px; color: #c4690e; background: #fffdf3; text-align: center; border: 1px solid #e6bf4a; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div.wpcf7-mail-sent-ng { margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wpcf7 p { font-size: 11px; text-transform: uppercase; }
.wpcf7 input, .wpcf7 textarea { margin-top: 5px; }

.wpco_billing td,
.wpco_billing th{
text-align:left!important;
padding:10px 10px!important;
}
th{
font-size:14px;
text-align:left!important;
}
.entry select{ display:inline-block;}

.wpcosteps ul li{
background-image:none!important;
list-style:none!important;
padding:0px!important;
display:inline-block;
font-size:15px;
font-family: 'HandelGothicRegular';
margin-right:60px!important;
}
.wpcosteps ul li span.number{
display:inline-block;
margin-right:5px;
color:#212329;
}
.wpcosteps ul li.active,
.wpcosteps ul li.active span.number{
color:#83cb08;
}




