/* ====================================================================================================================== 
	INFORMATION
=========================================================================================================================

Colour Set:

[Header]    :  #014693;
274708       :  #0A3153;
[Button]    :  #FDD922;
[Hover]     :  #007FB8;
[InStock]   :  #6DBE14;
[AddToCart] :  #F86F00;

=========================================================================================================================
    CREDIT
        
- Eric Meyer - Reset CSS v2.0
- subtlepatterns.com - Background Image
- http://lokeshdhakar.com/projects/lightbox2/ - LightBox
- http://owlgraphic.com/ - Slider

======================================================================================================================= */

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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}
	
body
{
    font-family:Verdana, Helvetica, Arial, sans;
    font-size: 12px;
  
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#DDDDDD));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #DDDDDD, #DDDDDD);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #DDDDDD, #DDDDDD);

    /* IE 10 */
    background: -ms-linear-gradient(top, #DDDDDD, #DDDDDD);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #DDDDDD, #DDDDDD);
			
	background:  #FFFFFF left top repeat padding-box border-box fixed url('https://d13z1xw8270sfc.cloudfront.net/origin/53891/1429648630803_grass.jpg');    
	-webkit-background-size:auto;
	-moz-background-size:auto;
	-o-background-size:auto;
	background-size:auto;   
    
    width: 100%;
    height: 100%;
    
}

strong{
    font-weight: bold !important;
}

p{
    line-height: 17px;
}

a{
    text-decoration: none;
    color: #0A6308;
}

em{
    font-style: italic;
}

.fws_page_content ul, .fws_page_content ol{
    list-style: inherit;
}

.header {
    background: #0A6308;
    color: #FFFFFF;
}

.header a{
    color: #FFFFFF;
}



.container {
    margin: 0 auto;
    width: 68%;
    height: auto !important;
    background: #FFFFFF;
}

.borderBottomDotted {
    border-bottom: 1px dotted #bed6e2;
}

.yellow {
    color: #FDD922;
    font-size: 20px;
}

.breadcrumbsBackground{
    background: #F5F5F5;
}


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.scrollToTop{
	position:fixed;
	bottom: 40px;
	right:5px;
	display:none;  
    padding: 12px;
    width: 40px;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 22px;
}
.scrollToTop:hover{
	background: #FF7200;
}

/*************************/
/******** TOP NAV ********/
/*************************/

.topNav {
    padding: 10px;
}
.topNav a{
    text-decoration: none;
}

/*************************/
/******* LANGUAGES *******/
/*************************/


.languages input[type=checkbox]{
    display: none;
}

.languages .show-menu2 {
    display: block;
    padding: 0px 0px 2px 0px;
}

/*Show menu when invisible checkbox is checked*/
.languages input[type=checkbox]:checked ~ #menu2{
    display: block;
}

.languages ul{
    display: none;
    position: absolute;
}

.languages label {
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    cursor: pointer;
}

.languages #menu2 {
    margin-top: 5px;
    z-index: 9999;
}

.languages h2{
    background: #274708;
    color: #bed6e2;
    padding: 8px;
}

.languages #menu2 a{
    display: block;
    background: #FFFFFF;
    padding: 8px;
    text-decoration: none;
    color: #999999;
    text-align: left;
    border-bottom: 1px solid #bed6e2;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.languages #menu2 a:last-child{
    border-bottom: 3px solid #274708;   
}

.languages #menu2 a:hover{
    color: #274708;
    background: #bed6e2;
}

/*************************/
/******* CURRENCY ********/
/*************************/

.currency input[type=checkbox]{
    display: none;
}

.currency .show-menu3 {
    display: block;
    padding: 0px 0px 2px 0px;
}

/*Show menu when invisible checkbox is checked*/
.currency input[type=checkbox]:checked ~ #menu3{
    display: block;
}

.currency ul{
    display: none;
    position: absolute;
}

.currency label {
    border-radius: 5px;
    padding: 0px;
    width: 100%;
    cursor: pointer;
}

.currency #menu3 {
    margin-top: 5px;
    width: 450px;
    z-index: 9999;
    border-bottom: 3px solid #274708;   
}

.currency h2{
    background: #274708;
    color: #bed6e2;
    padding: 8px;
}

.currency #menu3 a{
    display: inline-block;
    background: #FFFFFF;
    padding: 8px;
    width: 134px;
    text-decoration: none;
    color: #999999;
    text-align: left;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


.currency #menu3 a:hover{
    color: #274708;
    background: #bed6e2;
}

	
/*************************/
/********** LOGO *********/
/*************************/

.padding {
    padding: 15px;
}

/*************************/
/******* SEARCH BOX ******/
/*************************/

.container-4{
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
}

.container-4 input#search{
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: none;
  font-size: 10pt;
  float: left;
  color: #000000;
  padding-left: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.container-4 input#search::-webkit-input-placeholder {
   color: #333333;
}
 
.container-4 input#search:-moz-placeholder { /* Firefox 18- */
   color: #333333;
}
 
.container-4 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;
}
 
.container-4 input#search:-ms-input-placeholder {  
   color: #333333; 
}

.container-4 button.icon{
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
  border: none;
  background: #FDD922;
  height: 40px;
  width: 130px;
  color: #333333;
  opacity: 0;
  font-size: 14pt;
 
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

.container-4:hover button.icon, .container-4:active button.icon, .container-4:focus button.icon{
  outline: none;
  opacity: 1;
  margin-left: -130px;
}

/*************************/
/****** BASKET INFO ******/
/*************************/

.cartInfo {
    margin-top: 15px;
    padding: 13px;
    background: #FF7200;
    color: #FFFFFF;
    width: 70%;
    border-top: 2px solid #FDD922;
    text-align: center;
}

.cartInfo .cartInfoHidden {
    display: none;
   
}

.cartInfo:hover .cartInfoHidden{
    display: block;
    background: white;
    text-align: center;
    color: #333;
    position: absolute;
    margin-top: 12px;
    margin-left: -76px;
    padding: 15px;
    width: 200px;
    box-shadow: 3px 3px 1px #333333;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.cartInfoHidden a{
    display: block;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    border: 1px solid #FF7200;
    color: #999999;
    margin-top: 10px;
}

.cartInfoHidden a:hover{
    background: #FF7200;
    color: #FFFFFF;
}

#sp_basket_info_amount{
    font-weight: bold;
}



 
/*************************/
/******* MAIN NAV ********/
/*************************/

.mainNav ul {
    list-style-type: none;
    min-height: 50px;
    overflow: hidden;
    width: 100%;
   
    background: #274708;
}

.mainNav ul li {
    float: left;
    border-right: 1px solid #0A6308;
}

.mainNav ul li a{
    padding-right: 30px;
    padding-left: 30px;
    display: block;
    line-height: 50px;
    text-decoration: none;
    font-size: 14px;
    color: #F5F5F5;
    text-transform: uppercase;
    
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.mainNav ul li a:hover {
    color: black;
    background: #F5F5F5;
    
}


.mainMobileMenu{
    display: none;
    min-height: 50px;
    width: 100%;
    padding-left: 35px;
    line-height: 50px;
    font-size: 14px;
    color: #F5F5F5;
    text-transform: uppercase;
    background: #274708;
    cursor: pointer;
}



/**************************************************/
/* Start of Main Content Container                */
/**************************************************/

.contentContainer {
    width: 97%;
    margin: 0 auto;
}

@media only screen and (min-width: 1024px){
    .contentContainer{
        width: 99%;
    }    
}

/*************************/
/****** CATEGORIES + Custom Pages *******/
/*************************/

.customPages{
    margin-top: 5%;
}


.categories ul li, .customPages ul li, .subCategoryBrowse ul li, .categories ul .loneCategory, .subCategoryBrowse ul .loneSubCategory {
    display: block;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    background: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
    color: #565656;
    text-decoration: none;
}

.categories ul li:first-child, .customPages ul li:first-child, .subCategoryBrowse ul li:first-child {
    background: #FDD922;
    color: #565656;
    border-bottom: none;
}

.categories ul li a, .customPages ul li a, .subCategoryBrowse ul li a{
    color: #565656;
    text-decoration: none;
}

.categories a:hover{
    background-color: #FDD922 !important;
}

.categories li.dropDown:hover{
    background-color: #[Headers-Icon] !important;
}

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow:hidden;
}

.categories li:hover .rotate{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
}

.subCategories {
    display: none;
}



.active + .subCategories{
    display: block;
     -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.subCategories a:first-child{
    display: inline-block;
    background: #FFFFFF;
    padding: 2%;
    width: 96%;
    text-decoration: none;
    color: #999999;
    text-align: left; 
    border-bottom: 2px solid #DDDDDD;
    font-weight: bold;
    margin-top: 0px;
}

.subCategories a{
    display: inline-block;
    background: #FFFFFF;
    padding: 2%;
    width: 46%;
    text-decoration: none;
    color: #999999;
    text-align: left;
    margin-top: 1px;
}

.subCategories a:hover{
    color: #274708;
    background: #bed6e2;
}

/*************************/
/****** FEATURED PR ******/
/*************************/
.featuredTitle{
    border-bottom: 3px solid #E5E5E5;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 39px;
}

.featuredTitle h2{
    border-bottom: 3px solid #0A6308;
    color: #000000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    margin-top: 0;
    padding: 8px 30px 10px 0px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.55;
}



.featuredOverlayButton{
     display: none;
    background-color:rgba(51,51,51,0.7);
    font-weight: bold;
    text-align: center;
    width: 89.5%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #FFFFFF;
    line-height: 40px;
    text-decoration: none;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.featuredOverlayButton:hover {
    background: #FF7200;
    color: #FFFFFF;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;  
}

.featuredName {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    width: 90%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.featuredPrice {
    font-weight: 900;
    font-size: 12px;
    color: #ff0000;
    text-align: center;
    margin-top: 10px;
    width: 90%;
}
.positionButton{
    width: 90%;
}

.featuredAddToCartButton{
     border: 1px solid #DDDDDD;
    padding: 9px 10px 9px 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
    display: block;
    font-weight: bold;
}

.featuredAddToCartButton:hover{
     background: #FF7200;
    color: #FFF;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;  
}

.item:hover .featuredOverlayButton{
    display: inline;
}

.item:hover .featuredButton{
    background: #FF7200;
}

.item:hover .featuredButton a{
    color: #FFFFFF;
}







/**************************************************/
/* Start of FOOTER CONTENT                        */
/**************************************************/

/*************************/
/***** FOOTER BANNER *****/
/*************************/
.footerBanner img{
    max-width: 100%;
    height: auto;
}

/*************************/
/***** NEWSLETTER *****/
/*************************/

.footerNewsletter{
    background: #274708;   
}

.newsletterTitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    top: 55%;
    -webkit-transform: translateY(55%);
    -ms-transform: translateY(55%);
    transform: translateY(55%);
}


#newsletter_name, #newsletter_email{
    background: #FFFFFF;
    width: 95%;
    height: 30px;
    display: inline-block;
    color: #a7a7a7;
    line-height: 22px;
    background-color: #fff;
    border: none;
    padding-left: 10px;
    font-size: 13px;
}

#newsletter_button {
    background: #FDD922;
    border: 0 none;
    padding: 8.5px 13px !important;
    cursor: pointer;
    font-weight: normal;
    color: #222;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}



             
.md-modal{display: none;width:100%;max-width:540px;color:#fff;}

.md-content{background: #274708;position: relative;border-radius: 3px;margin: 0 auto;}

.md-content > h3{color:#FFF !important;    margin: 0;padding: 0.4em;text-align: center;font-size: 2em;	font-weight: 300;opacity: 0.8;background: rgba(0,0,0,0.1);border-radius: 3px 3px 0 0;}
.md-content div	{padding: 15px 40px 30px;margin: 0;font-weight: 300;font-size: 1em;line-height:1.4em;}        
.md-content > div p { margin: 0; color: #[Other-Text]; text-align: center;}
.md-content > div ul { margin: 0;padding: 0 0 30px 20px;}
.md-content > div ul li { padding: 5px 0;}

.md-content button{
    border: none;
    padding: 0.6em 1.2em;
    background: #FDD922;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
    margin-bottom: 10px;
}

#modal-feedback > div > div {margin-bottom: 50px;}
.md-content button:hover { background: #[Main-Text];}
#modal-feedback > div > div > button.md-cancel { float: left; margin-bottom: 10px;}
#modal-feedback > div > div > button.md-ok { float: right;}

/*************************/
/***** SOCIAL ICONS  *****/
/*************************/

.footerNewsletter li{
    display: inline-block;
    list-style-type: none;
    padding: 5px;
    float: right;
}

.footerNewsletter li a{
    text-decoration: none;
    font-size: 30px;
    color: #FDD922;
}




/*************************/
/***** INFO          *****/
/*************************/

.footerInfo{
    background: #0A6308;   
}

.footerLogo p{
    color: #bed6e2;
}

/*************************/
/***** CUSTOM PAGES  *****/
/*************************/

.customPagesTitle{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.customPagesFooter ul li{
    display: inline-block;
    width: 30%;
    padding: 1%;
}

.customPagesFooter ul li a{
    text-decoration: none;
    color: #bed6e2;
    font-size: 13px;
}

.customPagesFooter ul li a:before{
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}

.customPagesFooter ul li a:hover{
    color: #FFFFFF;
}

/*************************/
/***** CONTACT       *****/
/*************************/
.footerContact i{
    color: #FDD922;
    font-size: 15px;
    margin-right: 10px;
}

.footerContact{
    color: #bed6e2;
    line-height: 1.5;
}


.footerTitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}


/*************************/
/***** COPYRIGHT     *****/
/*************************/

.footerCopyright{
    background: #274708; 
}

.footerCopyright .copyright{
    color: #bed6e2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.footerCopyright .copyright a{
    text-decoration: none;
    color: #bed6e2;
}

.copyright a:hover {
    color: #FFFFFF;
}

.footerCopyright ul li{
    display: inline;
    float: right;
    margin: 0px 10px 0px 10px;
}

.footerCopyright ul li:first-child{
    margin-right: 5%;
}

.footerCopyright ul li a{
    color: #bed6e2;
    text-decoration: none;
}

.footerCopyright ul li a:hover{
    color: #FFFFFF;
}


/**************************************************/
/* SEARCH AND CATEGORY BROWSE                     */
/**************************************************/

.blankPage p{
    line-height: 1.5em;
    color: #666;
    text-align: justify;
}

.blankPage a{
    color: #666;
    font-weight: bold;
}

/**************************************************/
/* SEARCH AND CATEGORY BROWSE                     */
/**************************************************/

.breadcrumbs li{
    display: inline-block;
    padding: 15px 0px 0px 0px;
}

.breadcrumbs li:first-child{
    padding-left: 10px;
}

.breadcrumbs li a{
    color: #565656;
    text-decoration: none;
}

.breadcrumbs li:last-child{
    font-weight: bold;
}

.breadcrumbs li a:after{
    content:'\00BB';
    padding: 0px 10px 0px 10px;
}

.breadcrumbs li:last-child a:after{
    content:none;
}

/*************************/
/***** CATEGORY HEADER ***/
/*************************/

.categoryHeader h1{
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

.categoryHeader img{
    width: 100%;
}

.categoryHeaderDescription{
    padding: 10px 0px;
    color: #666666;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    text-align: justify;
    line-height: 1.5;
}

/*************************/
/***** SORT BY         ***/
/*************************/

#pager_sort_by {
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    float: right;
}

#pager_sort_by li{
    display: inline-block;
    margin-right: 5px;
}

#pager_sort_by li a{
    border: 1px solid #f3f3f3;
    padding: 10px;
    display: inline-block;
    color: #666666;
    text-decoration: none;
}

#pager_sort_by li:first-child{
    font-weight: bold;
    color: #666666;
    border: none;
}

#pager_sort_by li:last-child{
    margin-right: 0px;
}

#pager_sort_by li:first-child:after{
    content:':';
}

#pager_sort_by li:nth-child(even){
    display: none;
}
#pager_sort_by li a:hover{
    background: #FF7200;
    color: #FFFFFF;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;  
}



/*************************/
/***** PAGINATION      ***/
/*************************/

.pagination {
    color: #000;
    max-width: 100%;
}

.pagination li a{
    display: inline-block;
    float: left;
    border: 1px solid #f3f3f3;
    padding: 10px;
    margin-right: 5px;
    color: #666666;
    text-decoration: none;
}

.pagination li:first-child a{
    font-weight: bold;
}

.pagination li a:hover{
    background: #FF7200;
    color: #FFF;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;  
}

/*************************/
/***** PRODUCT RESULTS ***/
/*************************/

.productsResultsBorder{
    border: 1px solid #EFEFEF;
}

.productResultsContainer h2{
    font-size: 15px;
    color: #000;
}

.productResultsContainer .price{
    font-size: 12px;
    font-weight:900;
    color: #ff0000;
    margin-top: 10px;
}

.productResultsContainer .stars{
    margin-top: 10px;
}

.productResultsContainer p{
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    line-height: 1.5em;
    width: 95%;
    text-align: justify;
}

.productResultsContainer .addToBasket{  
    border: 1px solid #DDDDDD;
    padding: 9px 10px 9px 10px;
    text-align: center;
    width: 150px;
    margin-top: 15px !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    display: block;
}

.productResultsContainer .addToBasket:hover{
    background: #FF7200;
    color: #FFF;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;  
}


/**************************************************/
/* PRODUCT DETAILS PAGE                           */
/**************************************************/

.productDetails .name{
    color: #333;
    font-size: 40px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

.productDetails .priceContainer{
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.productDetails .price{
    font-size: 28px;
    color: #ff0000;
    font-weight: bold;
    float: left;
}

.productDetails .stock{
    float: right;
    background: #6DBE14;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.productDetails .outOfStockButton{
    float: right;
    background: #CB2027;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
}

.productDetails .outOfStockButton:hover{
    background: #f2464b;
    color: #fff;
}

.productDetails .description{
    color: #333;
    line-height: 1.55;
    text-align: justify;
}

.productDetails .description h2{
    text-transform: uppercase;
    margin: 10px 0px 5px 0px;
    font-weight: bold;
}

.productDetails .productOptions h2{
    text-transform: uppercase;
    margin: 10px 0px 5px 0px;
    font-weight: bold;
}

#ui_price_inc_tax {
    font-size: 20px; 
    color: #FF0000;
    float: left;
}

#ui_price_inc_tax span {
    color: #999;
    font-weight: normal;
    font-size: 15px;
    margin-right: 10px;
}

.price_breakdown hr{
    display: none;
}

#ui_price_ex_tax {
    font-size: 20px;
    color: #000;
    float: left;
    clear: both;
}
#ui_price_inc_tax span, #ui_price_ex_tax span {
    color: #999;
    font-weight: normal;
    font-size: 15px;
}


.price_breakdown a{
    text-decoration: none;
    float: right;
    background: #FF0000;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    
}
.price_breakdown a span{
    display: none;
}

.price_breakdown a:hover span {
    display: inline;
    max-width: 300px;
    font-weight: normal;
    text-align: center;
    padding: 5px;
     font-size: 12px;
}
/*************************/
/**** PRODUCT QUANTITY ***/
/*************************/

.productDetails .quantity h2{
    text-transform: uppercase;
    margin: 30px 0px 5px 0px;
    font-weight: bold;
}

.productDetails .quantity #txtQty{
    padding: 0 25px 1px;
    height: 38px;
    border: 1px #ddd solid;
    text-align: center;
    margin-right: 5px;
    color: #999999;
    width: 50px;
}

.productDetails .quantity button{
    padding: 0 25px 1px;
    height: 41px;
    background-color: #f5f5f5;
    border: 1px #eaeaea solid;
    color: #999999;
    cursor: pointer;
}

.productDetails .quantity .addToCart{
    background: #ff7200;
    color: #fff;
    font-size: 16px;
    text-shadow: none;
    padding: 10px 20px 13px 20px;
    margin-left: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

/*************************/
/***** PRODUCT OPTIONS ***/
/*************************/

.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: 1em 1.3em 1em 1.3em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
    background-color: #f5f5f5;
    color: #999999;    
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .custom-dropdown__select {
        padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
        background-color: #f5f5f5;
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
      
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
       
        
          
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
          
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        top: .5em; bottom: .5em;
        background-color: #f5f5f5;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: rgba(0,0,0,.9);
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select             { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}


/*************************/
/***** PRODUCT TABS    ***/
/*************************/

#tabHeader{
    border-bottom: 3px solid #E5E5E5;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 39px;
    display: inline-block;
}

#tabHeader #tab1, #tabHeader #tab2, #tabHeader #tab3, #tabHeader #tab4{
    color: #000000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    margin-top: 0;
    padding: 8px 30px 10px 0px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.55;
    cursor: pointer;
}

/*************************/
/***** PRODUCT IMAGES - TABS  ***/
/*************************/

.additionalImageSize a img{
    width: 100%;
    height: 300px;
}



/*************************/
/***** REVIEWS - TABS  ***/
/*************************/

.reviews .buttonMargin{
    margin-top: 10px;
}

.reviews h3{
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}

.reviewFirst{  
    border: 1px solid #DDDDDD;
    padding: 9px 10px 9px 10px;
    text-align: center;
    width: 150px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
}

.reviewFirst:hover{
    background: #FF7200;
    color: #FFF;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;  
}

.reviews h4{
    color: #333;
    padding: 10px;
    font-weight: 900;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    background: #274708;
    color: #FFFFFF;
}

.reviews h4 .date{
    font-weight: normal;
    font-size: 0.8em;
    display: inline;
}

.reviews .comments{
    padding: 10px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

/*************************/
/***** DETAILS - TAB   ***/
/*************************/

#productCode, #productCondition, #productBrand, #productWeight, #productBulkRules{
    color: #333;
    padding: 10px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}

.less{
    font-weight: normal;
    display: inline;
}

.bulkRules, .productDetailsContainer{
    color: #333;
    padding: 10px;
    font-weight: 900;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    background: #274708;
    text-transform: uppercase;
    color: #FFFFFF;
}


.was{
    float: right;
    background: #CB2027;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    text-decoration: line-through;
}

.priceLeft{
    float: left;
}

/*************************/
/***** RELATED - TABS  ***/
/*************************/

.relatedItem{
    width: 20%;
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.relatedItem img{
    width: 90%;
}

.relatedOverlay{
    display: none;
    background-color:rgba(51,51,51,0.7);
    font-weight: bold;
    text-align: center;
    width: 90%;
    
    position: absolute;
    bottom: 0px;
    left: 0px;
    
}

.relatedOverlay li{
    border-right: 1px solid #B0B0B0;
    border-left: 1px solid #B0B0B0;
    list-style-type: none;
    line-height: 40px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    
    -webkit-transition: background 1s linear;
        -moz-transition: background 1s linear;
        -ms-transition: background 1s linear;
        -o-transition: background 1s linear;
        transition: background 1s linear;
}

.relatedOverlay li a{
    color: #FFFFFF;
    text-decoration: none;
    opacity: 1;
}

.relatedOverlay li:hover {
    background: #FF7200;
}

.relatedName {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    width: 90%;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.relatedPrice {
    font-weight: 900;
    font-size: 12px;
    color: #ff0000;
    text-align: center;
    margin-top: 10px;
    width: 90%;
}
.relatedPositionButton{
    width: 90%;
}

.relatedButton{
    -webkit-transition: background 1s linear;
        -moz-transition: background 1s linear;
        -ms-transition: background 1s linear;
        -o-transition: background 1s linear;
        transition: background 1s linear;
    
    border: 1px solid #DDDDDD;
    padding: 9px 10px 9px 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-top: 15px;
}

.relatedButton a{
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
    -webkit-transition: color 1s linear;
        -moz-transition: color 1s linear;
        -ms-transition: color 1s linear;
        -o-transition: color 1s linear;
        transition: color 1s linear;
    
    font-weight: bold;
}

.relatedItem:hover .relatedOverlay{
    display: inline;
}

.relatedItem:hover .relatedButton{
    background: #FF7200;
}

.relatedItem:hover .relatedButton a{
    color: #FFFFFF;
}


/**************************************************/
/* CONTACT PAGE                                   */
/**************************************************/

/*************************/
/***** CONTACT DETAILS ***/
/*************************/


.contact_address h1{
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    background: #FDD922;
    border-bottom: 1px solid #DDDDDD;
    color: #565656;
}

.contact_address #divAddress{
    padding: 15px;
    letter-spacing: 1px;
    font-size: 14px;
    background: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #565656;
    line-height: 1.5;
}

/*************************/
/***** CONTACT FORM    ***/
/*************************/

.contact_form > section > header {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#divForm > table {
    margin-top: 10px;
    border-collapse: separate;
    border-spacing: 10px;
}


.contact_form label{
    text-transform: uppercase;
    margin: 30px 0px 5px 0px;
    font-weight: bold;
}

.contact_form input{
    padding: 0 25px 1px;
    margin: 10px 0px 10px 0px;
    height: 38px;
    border: 1px #ddd solid;
    color: #999999;
    width: 95%;
}
.contact_form textarea {
    padding: 10px 25px 1px;
    margin: 10px 0px 10px 0px;
    height: 60px;
    border: 1px #ddd solid;
    color: #999999;
    width: 95%;
}

.contact_form section span{
    font-weight: bold;
}

.contact_form span:before 
{ 
 content: '\a' ; 
 white-space: pre;  
 display: block;
}

#recaptcha_table {
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.contact_form .contact_send_btn {
    padding: 0 25px 1px;
    height: 41px;
    background-color: #f5f5f5;
    border: 1px #eaeaea solid;
    font-weight: bold;
    color: #999999;
    width: 200px;
    cursor: pointer;
}


.contact_form .contact_send_btn:hover{
    background: #FF7200;
    color: #FFFFFF;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;  
}

/*************************/
/***** CONTACT REPLY   ***/
/*************************/

.contact_sent h1{
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact_sent p{
    margin-bottom: 10px;   
}

/**************************************************/
/* SPECIAL OFFERS PAGE                            */
/**************************************************/

.Pager > div:nth-child(1){
    display: none;
}

.Pager > div:nth-child(2){
    float: left;
}

.Pager > div:nth-child(2) > span:nth-child(1){
    display: none;
}

.Pager > div:nth-child(2) > span:nth-child(5){
    display: none;
}

.Pager > div:nth-child(2) > span:nth-child(3){
    margin: 5px 0px 5px 0px;
}

.Pager > div:nth-child(2) > span > a, .Pager > div:nth-child(2) > span > b{
    border: 1px solid #f3f3f3;
    padding: 10px;
    text-decoration: none;
    color: #666666;
    display: inline-block;
}

.Pager > div:nth-child(2) > span > a:hover{
    background: #FF7200;
    color: #FFFFFF;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;  
}

#nooffers h1{
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#nooffers h3{
    
}


/**************************************************/
/* REVIEWS PAGE                            */
/**************************************************/


#productReviewContainer h3{
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    background: #FDD922;
    border-bottom: 1px solid #DDDDDD;
    color: #565656;
}

#productReviewContainer img{
    width: 100%;
    height: 100%;
}

#productReviewContainer center{
    letter-spacing: 1px;
    font-size: 14px;
    background: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #565656;
    line-height: 1.5;
    text-align: left;
}
#productReviewContainer center label{
    font-weight: 700;
    margin-left: 15px;
}

#productReviewContainer center span{
    margin-left: 15px;
}

.shop_product_review_form label, .stock_notify label{
    text-transform: uppercase;
    margin: 30px 0px 5px 0px;
    font-weight: bold;
    float: left;
}

.shop_product_review_form input,.shop_product_review_form select, .stock_notify input{
    padding: 0 25px 1px;
    margin: 10px 0px 10px 0px;
    height: 38px;
    border: 1px #ddd solid;
    color: #999999;
    width: 95%;
}

.shop_product_review_form select{
    width: 100%;
}

.shop_product_review_form textarea, .stock_notify textarea {
    padding: 10px 25px 1px;
    margin: 10px 0px 10px 0px;
    height: 60px;
    border: 1px #ddd solid;
    color: #999999;
    width: 95%;
}

.shop_review_form_cancel, .shop_review_form_submit, .stock_notify_cancel, .stock_notify_submit {
    padding: 10px 25px 10px 25px;
    background-color: #f5f5f5;
    border: 1px #eaeaea solid;
    width: 100px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    text-align: center;
}


.shop_review_form_cancel:hover, .shop_review_form_submit:hover, .stock_notify_cancel:hover, .stock_notify_submit:hover{
    background: #FF7200;
    color: #FFFFFF;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;  
}


/**************************************************/
/* SITEMAP PAGE                                   */
/**************************************************/

#fws_content > hr {
    display: none;
}

#fws_content > h2{
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    clear: left;
}

#fws_content > h2:last-child{
    margin-top: 20px;
}

.fws_sitemap_container .sitemap_divider{
    display: none;
}

.fws_sitemap_container h2 {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

#sitemap_pages, #sitemap_categories, #sitemap_blogs {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 50px;
}

#sitemap_pages li, #sitemap_categories li, #sitemap_blogs li{
    display: inline-block;
    float: left;
    width: 30%;
    padding: 8px;
}

#sitemap_pages li a, #sitemap_categories li a, #sitemap_blogs li a{
    text-decoration: none;
    color: #999999;
    text-align: left;
}

#sitemap_pages li:hover, #sitemap_categories li:hover, #sitemap_blogs li:hover{
    background: #bed6e2;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#sitemap_pages li:hover a, #sitemap_categories li:hover a, #sitemap_blogs li:hover a{
    color: #274708;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


/**************************************************/
/* SOFT ADD TO CART                               */
/**************************************************/

#softadd-container #softadd-modal-title{
    color: #FFFFFF !important;
    background-color: #274708 !important;
    text-shadow: none !important;
    border: none !important;
}

#softadd-container .close a{
    color: #FDD922 !important;
    text-shadow: none !important;
}

#softadd-container{
    color: #FDD922 !important;
    background-color: #0A6308 !important;
}

#softadd-container span{
    color: #FFFFFF !important;
}

.simplemodal-close, .success{
    background-color: #274708;
    border: none;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.simplemodal-close:hover i, .success:hover i{
    color: #FDD922 !important;
}

/**************************************************/
/* INSTAGRAM                                      */
/**************************************************/

.pic {
  border: 10px solid #fff;  
  float: left;
  height: 200px;
  width: 200px;
  margin: 20px;
  overflow: hidden;
   
  -webkit-box-shadow: 5px 5px 5px #d5d5d5;
          box-shadow: 5px 5px 5px #d5d5d5;  
}

.grow img {
  height: 200px;
  width: 200px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 300px;
  height: 300px;
}



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

.mainMobileMenu{
    display: block;
}

.mainMobileMenuHide{
    display: none;
}

}


/* ========================== */
/* Product Share Icons ====== */
/* ========================== */

#share_panel{
    overflow: hidden;
    margin-top: 15px;
}

#share_panel a{
    font-size: 13px;    
	font-weight: normal;
	color: #FFF;
	border-radius: 4px;
	padding: 5px;
	margin-right: 5px;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-bottom: 5px;
}

#share_panel a#share_facebook{
	background: #3b5998;
}

#share_panel a#share_gplus{
	background: #DC4E41;
}

#share_panel a#share_pinterest{
	background: #BD081C;
}

#share_panel a#share_twitter{
	background: #55ACEE;
}






/* ========================== */
/* Blog Featured ============ */
/* ========================== */

.featured_blog{
    overflow: hidden;
}

.featured_blog_item{
    margin-bottom: 20px;
    text-align: center;
}

.featured_blog_image {
    width: 100%;
    height: 200px;
    background-size: cover;
    margin-bottom: 10px;
}

.featured_blog_name {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333333;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.featured_blog_view{
    display: inline-block;
    padding: 0px 20px;
    border: 1px solid #DDDDDD;
    height: 28px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
}

.featured_blog_view:hover {
    background: #FF7200;
    color: #FFFFFF;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;  
}

@media only screen and (min-width:500px){
    
    .featured_blog_item{
        display: inline-block;
        float: left;
        width: 48%;
        margin-left: 4%;
    }
    .featured_blog_item:nth-of-type(2n+1){
        margin-left: 0%;
    }
    
}

@media only screen and (min-width:780px){
    
    .featured_blog_item{
        width: 30%;
        margin-left: 5%;
    }
    .featured_blog_item:nth-of-type(2n+1){
        margin-left: 5%;
    }
    .featured_blog_item:nth-of-type(3n+1){
        margin-left: 0%;
    }
    
}

@media only screen and (min-width:1200px){
    
    .featured_blog_item{
        width: 22%;
        margin-left: 4%;
    }
    .featured_blog_item:nth-of-type(2n+1){
        margin-left: 4%;
    }
    .featured_blog_item:nth-of-type(3n+1){
        margin-left: 4%;
    }
    .featured_blog_item:nth-of-type(4n+1){
        margin-left: 0%;
    }
    
    
}




/* ========================== */
/* Blog View ================ */
/* ========================== */

.blog_view_item{ margin-bottom: 30px; }

.blog_view_title{
    color: #333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog_view_image{
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-bottom: 10px;
}

.blog_view_tag_container{
    overflow: hidden;
    margin-bottom: 5px;
}

.blog_view_tag_item{
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    padding: 0px 10px;
    border: 1px solid #DDDDDD;
    height: 20px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    margin-right: 5px;
}

.blog_view_tag_item:hover {
    background: #FF7200;
    color: #FFFFFF;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;  
}

.blog_view_info{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog_view_info span{
    margin-right: 10px;
}

.blog_view_info span i{
    color: #[Header-Icons];
    margin-right: 2px;
}

/* Comment Form */

#comments_section header, .blog_comments_header{
    border-bottom: 3px solid #E5E5E5;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 14px;
}

.blog_comments_content, .blog_comments_reply_content{
    width: 94%;
    height: 150px;
    line-height: 20px;
    padding: 0px 3%;
    margin-bottom: 10px;
}

.blog_comments_author, .blog_comments_email, .blog_comments_reply_author, .blog_comments__reply_email{
    width: 94%;
    height: 40px;
    line-height: 40px;
    padding: 0px 3%;
    margin-bottom: 10px;
}

#comment_email_div, #comment_reply_email_div{ position: relative; }

#comment_email_label, #comment_reply_email_label{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
}

.blog_comments_submit, .blog_comments_reply_submit, .blog_comments_reply_reply {
    margin-bottom: 20px;
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #DDDDDD;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    background-color: #FFF;
    cursor: pointer;
    margin-top: 10px;
}

.blog_comments_submit:hover, .blog_comments_reply_submit:hover, .blog_comments_reply_reply:hover{
    background: #FF7200;
    color: #FFFFFF;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s; 
}

/* Comments */

.comment_info{
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #274708;
    color: #FFFFFF;
}

.comment_info span{
    margin-right: 10px;
}

.comment_info span i{
    margin-right: 5px;
    color: #FDD922;
}

.comment_text{
    padding: 10px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.comment_reply {
    margin-left: 20px;
    margin-top: 10px;
}

/* ========================== */
/* Blog Roll ================ */
/* ========================== */

.blog_desc_roll{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.blog_link_roll{
    margin-bottom: 20px;
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #DDDDDD;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    background-color: #FFF;
    cursor: pointer;
    margin-top: 5px;
}

.blog_link_roll:hover{
    background: #FF7200;
    color: #FFFFFF;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s; 
}


#slideshow_container::after{
    content: '';
    display: block;
    width: 100%;
    clear: both;
}


.logo_area{
    display: block;
}
















