﻿
/*	Theme Responsive Styles
	-----------------------	*/
@media only screen and (max-width: 1023px) {

/*	Responsive Navigation Menu
	--------------------------	*/



html {
	padding: 0 !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.wrapper {
  width: 100%;
  max-width: 100%;
}

.top-menu {
    height: 50px;
}
.top-menu ul {
    float: none;
}
.top-menu li {
    display: block;
    margin: 0;
}
aside {
display:none;
}

#FRAME_MENU {
  border: medium none;
  float: none;
}

#closeSlideMenu i {
  color: #FFF;
  font-size: 37px;
}
#showSlideMenu li {
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
}
#showSlideMenu ul {
  margin: 0;
  padding: 0;
}
#showSlideMenu a {
  color: #fff;
}
#showSlideMenu a:hover {
border:none;
}
#showSlideMenu li a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ae2921;
}
#mobile-menu #showSlideMenu li {

  margin: 0.5em 0;
}
#showSlideMenu li a {
  margin: 1em 0;
  padding: 0;
}
#showSlideMenu #desktopMenu li, #showSlideMenu #FRAME_MENU li {
  display: block;
}

#showSlideMenu ul ul {
  display: none !important;
}

#showSlideMenu .menu-headers {
  color: #255514;
  font-size: 23px;
  font-weight: 400;
  margin: 0.5em 0;
  text-align: left;
  text-transform: none;
}
/* nav mobile menu*/
.show-mobile {
	display:block;
}
.hide-mobile {
	display:none !important;
}
#mobileMenu {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
#closeSlideMenu {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: right;
}


#mainContent {
  display: block;
  float: none;
  margin: 1em auto;
}
#logo {
	float: none;
	position:relative;

}

#searchBox, #searchBox2 {
 max-width: 305px;
}

#FRAME_SEARCH {

}
#searchBox2 input[type="text"] {
	width: 100%;
}
#mobile-nav {
  margin: 0;
  padding: 0.25em;
}
#mobile-nav li {
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: middle;
}
#mobile-nav li a {
  color: #fff;
}
#mobile-nav i {
  font-size: 30px;
}
#homeHeader {
	border: none;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#homeHeader img {
	width: 100%;
	height: auto;
}
.header-specials {
	width: 100%;
	margin-bottom: 25px;
}

#modManufacturer ul {
    text-align: center;
    width: 100%;
}
#modManufacturer li {
    float: none;
    width: auto;
}
#modManufacturer a.view-all-manf {
    display: none;
}
#modManufacturer select {
    border: 2px solid #e2e2e2;
    padding: 3px;
    width: 100%;
}

#mailistBox {
  margin: auto;
}
.social-icons a {
	float: none;
	display: inline-block;
}

/* General styles for Slide Out Menus */
.cbp-spmenu {
  background: #7fc466 none repeat scroll 0 0;
  border-top: medium none;
  padding: 1em;
  position: fixed;
  text-align: left;
  z-index:1000;
}
.cbp-spmenu a, .cbp-spmenu a:visited {
  display: block;
  text-align: left;
  color:#fff;
}
.cbp-spmenu a:hover,
.cbp-spmenu a:visited:hover {
}
/* Orientation-dependent styles for the content of the menu */
 
.cbp-spmenu-vertical {
  height: 100%;
  overflow: auto;
  top: 0;
  width: 280px;
}
.cbp-spmenu-vertical a {
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;

}
/* Vertical menu that slides from the left or right */
 
.cbp-spmenu-left {
	left: -280px;
}
.cbp-spmenu-right {
	right: -280px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0;
    z-index: 1050;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0;
}
/* Push classes applied to the body */
 
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 280px;
}
.cbp-spmenu-push-toleft {
	left: -280px;
}
/* Transitions */
 
.cbp-spmenu, .cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* LAYOUT CHANGES */
.columns-3 .product-container {
 /* width: 100%;  UNCOMMENT IF Needed*/
 }


/* My Mobile Navigation */
#upper-header a {
  color: #fff;
  font-weight: 600;
}
#mobile-navigation {
  text-align: center;
}
#mobile-navigation li {
  display: inline-block;
  font-size: 25px;
  vertical-align: text-bottom;
}
#mobile-navigation > ul {
  margin: 0;
  padding: 0;
}
nav {
	padding:0;
}
#mobile-navigation li:first-child {
  float: left;
}
#mobile-navigation li:last-child {
  float: right;
}
/* SIDE MENU ASIDE AREA */
#showSlideMenu li:hover {
  background: none;
}
#showSlideMenu .module {
  color: #fff;
  margin: 1em 0;
}
#showSlideMenu .module a {
  color: #fff;
}
#showSlideMenu #FRAME_MENU li a {
  color: #FFF;
}
#modNewReleases .img {
  max-width: 50px;
}
/* CUSTOM AREA */

#catNavMenu #desktopMenu, #catNavMenu .menu-headers {
  display: none;
}
header .thirty, header .forty {
  width: 49%;
}
header .thirty:last-child {
  display:none;
}
#homeCarousel {
  margin: 1em 0 0;
}
.columns-3 .product-container {
  width: 50%;
}
.productBlockContainer {
  clear: none;
  margin: 0;
}
.productBlockContainer > div {
  clear: none !important;
}
.social-icons a {
  display: inline;
}
/* CATEGORY PAGE CUSTOM */
#subcategoriesBlock .columns-4 li {
  width: 50%;
}
#subcategoriesBlock .columns-4 li:nth-child(3) {
  clear: both;
}

/* PRODUCT PAGE EDITS */
#mediaContainer {
  min-height: auto;
}
.r-tabs .r-tabs-nav {
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: block;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  color: #7FC466;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  background-color: #f2f2f2;
  color: #000;
  font-weight: 400;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  font-size: 20px;
}
.beta-col .btn {
  width: 100%;
  padding: 0.5em 0.2em;
}
h1.page_headers {
  font-size: 26px;
}
.pricingBlock .yourprice {
  font-size: 22px;
}
#listing0 .pricingBlock .saleprice {
  font-size: 18px;
}
#listing0 .retailprice, #listing0 .savings {
  font-size: 14px;
}
#listing0 .availabilityInfo {
  font-size: 14px;
}
.addToCartBlock .qtybox-addcart input, .addToCartBlock .qtybox-addcart button {
  font-size: 14px;
  padding: 0.5em;
}
.secondary .forty, .secondary .sixty {
  width: 100%;
}
#listing0 .beta-col > div {
  width: 49%;
}
#listing0 .main-image {
  width: 100%;
}
#listing0 .addl-images {
  width: 100%;
}
#listing0 .carousel li {
  margin: 0 1% 1% 0%;
  width: 19% !important;
}
}
@media only screen and (max-width: 1200px) {

html {
	padding: 0 !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.wrapper {
  width: 100%;
}
#leftBar {

}
#rightBar {

}

}
