/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXX                                                                      XXXX
XXXX                      SITEAPEX STARTER TEMPLATE                       XXXX
XXXX                            MARCH 12, 2013                            XXXX
XXXX                          OSM NETWORKS INC.                           XXXX
XXXX                                                                      XXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.extPhoto { width:260px; height:173px; }
.superOptions { display:grid; grid-template-columns:1fr 1fr 1fr; margin:15px 0px 15px 72px; }
.superOptions .content2 { padding:5px; min-height:60px; border:1px solid #436f44; margin:2px; }

#bottom_add_button { position:fixed; left:0; bottom:0; width:100%; background-color:#ffffff; border-top:1px solid #436f44; padding:20px 0; }

@media (max-width: 1200px)
{ 
	.superOptions { display:grid; grid-template-columns:1fr 1fr; margin:15px 0px 15px 20px; } 
	.extPhoto { width:240px; height:160px; }
	#top_add_button { display:hidden; }
}

@media (max-width: 900px)
{ 
	.superOptions { display:grid; grid-template-columns:1fr; margin:15px 1px; } 
	.extPhoto { width:300px; height:200px; margin:3px auto; }
}







body {
	margin: 0px;
}
.page {
	max-width: 1390px !important;
	margin: 0px auto;
	position: relative;
}
.page_small {
	max-width: 800px !important;
	margin: 0px auto;
	position: relative;
}
.page_medium {
	max-width: 1000px !important;
	margin: 0px auto;
	position: relative;
}
.page_large {
	max-width: 1800px !important;
	margin: 0px auto;
	position: relative;
}
#wrapper {
    position: relative;
	height: 100%;
	width: 100%;
    overflow-x: hidden; /* USE THIS TO FIX MOBILE MENU WITE BLOWOUT */
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXX    CUSTOM SHOPCART    XXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


.sc_sidenav_sideborders a:link, .sc_sidenav_sideborders a:visited {
	display:block;
	width:100%;
	padding: 5px;
	background-color:#436f44;
	color:#ffffff;
	text-decoration:none;
	margin:1px;
}

.sc_sidenav_sideborders a:hover {
	background-color:#508151;
}

.button_style a, .button_style input[type=submit], .button_style input[type=button] {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	background-color: #436f44;
	border: #CCCCCC solid 1px;
	text-decoration: none;
	color: white;
	line-height: inherit;
}

.button_style a:hover, .button_style input[type=submit]:hover, .button_style input[type=button]:hover {
	background-color: #508151;
	text-decoration: none;
	color: white;
	transition: .2s;
}

.sc_filled_color { background-color: #436f44; }
.sc_filled_button:hover { background-color: #508151; text-decoration: none; color: white !important; transition: .2s; }

.table { padding:5px; border:1px dotted #000000; }
.table { padding:5px; border:1px solid #bbbbbb; }






.scFeaturedProductOptions {
    display: none;
}
.scFeaturedProductContainer {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "scFeaturedProductImage" "scFeaturedProductName" "scFeaturedProductSalePrice";
    grid-row-gap: 20px;
    flex: 0 1 100%;
    background-color: #fff;
    padding: 10px;    
}
.scFeaturedProductImage img {
    width: 100%;
    height: auto;
}
.scFeaturedProductName {
    grid-area: scFeaturedProductName;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.scFeaturedProductName a, .scFeaturedProductName a:visited {
    color: #000;
    font-weight: 600;
    line-height: 1.35em;
    letter-spacing: -.01em;
    display: block;
    text-decoration: none;
}
.scFeaturedProductName a:hover {
    text-decoration: none;
    opacity: .9;
}
.scFeaturedProductSalePrice {
    font-weight: 700;
    font-size: 1.2em;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
/* XXXXXXXX */
.sc_div_inlineblock {
    display: inline-block;
    width: 24.5%;
    border-collapse: collapse;
    vertical-align: top;
}

/*XXXXXXXXXXXXXXXXXXXXX  BUTTON STYLES  XXXXXXXXXXXXXXXXXXXXXXXXX*/

.content_button {
    background-color: #436f44;
    border: 1px solid #436f44;
    color: #fff!important;
    text-decoration: none;
    padding: 10px 40px;
    line-height: inherit;
    display: inline-block;
    border-radius: 8px;
    white-space: nowrap;
    transition: .4s;
}
.content_button:hover {
    background-color: transparent;
    color: #436f44!important;
    transition: .4s;
}
.white_button, .quicklinks_hover a, .quicklinks_hover a:visited {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000!important;
    text-decoration: none;
    padding: 10px 40px;
    line-height: inherit;
    border-radius: 8px;
    transition: .4s;
    display: flex;
    align-content: center;
    align-items: center;    
    white-space: nowrap;
}
.white_button:hover, .quicklinks_hover a:hover {
    background-color: transparent;
    color: #fff!important;
    transition: .4s;
}
.musky_divider {
    margin: 0px auto;
    width: 500px;
    height: 2px;
    background: linear-gradient(90deg, rgb(67,111,68) 0%, rgb(67,111,68) 45%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 55%, rgb(67,111,68) 55%, rgb(67,111,68) 100%);
}
.musky_divider img {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
@media (max-width: 500px) {
.musky_divider {
  width: 80%;
}
}

/*XXXXXXXXXXXXXXXXXXXXX  SEARCH  XXXXXXXXXXXXXXXXXXXXXXXXX*/

.sas_icon, .sas_iconsm {
	font-family: 'Material Icons';
	user-select: none;
	text-decoration: none !imporant;
    color: #000;
}
.sas_icon {
	font-size: 18px;
}
.sas_searchbox {
	display: flex;
	height: 30px;
	border: 1px solid transparent;
	background-color: white;
	box-shadow: 0px 2px 5px 1px rgb(64 60 67 / 16%);
	border-radius: 24px;
	/*max-width: 700px;*/
	width: 100%;
	align-items: center;
}
.sas_searchbox:hover, .sas_active {
	box-shadow: 0px 2px 8px 1px rgb(64 60 67 / 24%);
}
.sas_textcont {
	display: flex;
	padding-left: 15px;
	flex: auto;
}
.sas_searchtxt {
    border: 0px;
    outline: 0;
    height: 30px;
    line-height: 1.4em;
    font-family: inherit;
    box-sizing: border-box;
    /*width: 150px;*/
    width: 100%;
}
.sas_clear {
	display: flex;
	width: 28px;
	height: 28px;
	align-items: center;
	cursor: pointer;
	/*padding-right: 15px;*/
	border-radius: 50%;
	justify-content: center;
	user-select: none;
}
.sas_clear span {
	padding: 5px;
}
.sas_clear:hover {
	background-color: #efefef;
}
.sas_search {
	display: flex;
	width: 28px;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	user-select: none;
}
.sas_search:hover {
	background-color: #efefef;
}
.sas_search button {
	background-color: transparent;
	border: 0px;
	margin: 0;
	padding: 2px 0px 0px 0px;
	height: 30px;
}
.sas_gap {
	border-left: 1px solid #dddbdb;
	height: 30px;
	display: flex;
	padding-right: 5px;
	margin-left: 5px;
	font-size: 24px;
	user-select: none;
}
.sas_gap2 {
	display:flex;
	width: 6px;
	font-size: 24px;
	user-select: none;
}

.cart_header {
    margin-left: 10px;
    display: flex !important;
    align-content: center;
    justify-content: flex-end;
    margin-top: 0;
}
.cart_header img {
    filter: invert(100%) sepia(8%) saturate(0%) hue-rotate(295deg) brightness(106%) contrast(101%);
}
.cart_header p {
    margin: 0;
    padding: 0;
}
.cart_header a, .cart_header a:visited {
    color: #fff;
    text-decoration: none;
}
.cart_header a:hover {
    color: #fff;
    opacity: .6;
}
.cart_nav {
    margin-left: 10px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    margin-top: 0;
    right: -130px;
    position: absolute;
}
.cart_nav-scroll {
    right: 20px;
    position: relative;
    padding-left: 10px;
    border-left: 1px solid #000;    
    transition: .4s;
}
.cart_nav a, .cart_nav a:visited {
    text-decoration: none;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.top_bar_container {
    position: relative;
    background-color: #000;
    width: 100%;
    z-index: 100;
}
.top_bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    grid-gap: 80px;
    color: #fff;
    padding: 8px 20px;
    font-size: .85em;
}
.top_bar p {
    margin: 0px;
}
.top_bar img, .cart_nav img {
    max-width: 25px;
    height: auto;
    position: relative;
}
.cart_nav img {
    filter: invert(36%) sepia(13%) saturate(1340%) hue-rotate(72deg) brightness(99%) contrast(87%);
}
.cart_nav img:hover {
    opacity: .6;
}
.top_bar img:first-child , .navigation img:first-child {
    margin-right: 8px;
}
.top_bar_plugin, .top_bar_buttons {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;    
}
.top_bar_buttons a, .top_bar_buttons a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: .9em;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: rgba(0,0,0,0);
    transition: .4s;
}
.top_bar_buttons a:hover { 
    color: #fff;
}
.top_bar_buttons a:first-child {
    /*background-color: #c73806;*/
    box-shadow: inset 0px 2px 0px 0px #c73806;;
}
.top_bar_buttons a:hover:first-child {
    /*background-color: #c73806;*/
    box-shadow: inset 0px 37.5px 0px 0px #c73806;
    transition: .4s;
    opacity: 1;
    background-color: #000;
}
.top_bar_buttons a:nth-child(2) {
    /*background-color: #436f44;*/
    box-shadow:inset 0px 2px 0px 0px rgba(67,111,68);
}
.top_bar_buttons a:hover:nth-child(2) {
    box-shadow: inset 0px 37.5px 0px 0px #436f44;
    transition: .4s;
    opacity: 1;
    background-color: #000;
}
.top_bar_buttons a:nth-child(3) {
    /*background-color: #0e3268;*/
    box-shadow:inset 0px 2px 0px 0px rgba(14,50,104);
}
.top_bar_buttons a:hover:nth-child(3) {
    box-shadow: inset 0px 37.5px 0px 0px #0e3268;
    transition: .4s;
    opacity: 1;
    background-color: #000;
}
.footer_four a {
    display: block;
    width: fit-content;
}
.header_container {
    position: relative;
    z-index: 900;
    width: 100%;
    height: 110px;    
}   
.header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 2px solid #ddd;
    padding: 20px 0px;
    width: 100%;
} 
.header-scroll {
    padding: 10px 0px;
    transition: .4s;
} 
.navigation {
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: center;
    align-items: center;
    grid-gap: 20px;    
    z-index: 900;
    transition: all 1s;
}   
.header_cta {
    color: #fff;
    margin-right: 20px;
    border-left: 1px solid #fff;
    font-size: .9em;
}
.header_cta a, .header_cta a:visited {
    color: #fff;
    text-decoration: none;
}
.header_cta a:hover {
    opacity: .6;
    color: #fff!important;
}
.header_cta img {
    width: 40px;
    height: auto;
    margin: 0px 10px 0px 20px;
}
.header_cta p {
    margin: 0px;
}
.header_logo {
    width: 225px;
    position: relative;
    transition: .4s;
    grid-area: header_logo;
    z-index: 1000;
    padding: 0px 20px;
}   
.header_logo-shrink {
    width: 150px;
    transition: .4s;  
    filter: none;
}   
.header_logo p {
    margin: 0px;
}
.header_logo img {
    width: 100%;
    height: auto;
}
.social_media {
    display: none;
    display: flex !important;
    align-content: center;
    justify-content: flex-end;
    margin-top: 0;
    top: 1px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    position: relative;
    transition: all 1s;
}  
.social_media p {
    margin: 0;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;    
}
@media (max-width: 768px) {      
.header_container {
    height: 73px;
}
.header_logo {
    width: 150px;
}    
.navigation {
    padding-right: 0px;
    width: 100%;
    position: absolute;
}   
.cart_nav-scroll {
      margin-left: 20px;
    display: none;
}    
.hnav {
    width: calc(100% + 20px);
}
.header_cta {
  position: absolute;
  right: 0;
}    
}
@media (max-width: 600px) {
.top_bar {
    grid-gap: 20px;
    grid-template-columns: auto auto;
}
.top_bar_buttons {
    grid-column: span 2;
    justify-content: center;    
}
.social_media {
  padding-right: 12px;
}
.cart_header {   
    margin-left: 0;
}    
}
.rotator {
    min-height: 100px;
}

.shopnow_container { display:none; }  /* 2023-02-06. SMH. */

.cta_container {
    background-color: #436f44;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    gap: 40px;
    font-size: 1.3em;
    color: #fff;
}
.cta_container a {
    font-size: .7em;
}
@media (max-width: 600px) {
.cta_container {
  gap: 0;
  flex-direction: column;
    font-size: 1em;
}    
}
.page_title_container {
    background-color: #436f44;
    justify-content: space-between;
    padding: 10px 40px;
    color: #fff;
}
.content_container_home {
    text-align: center;
}
.content_home {
    padding: 40px;
}
.content {
    padding: 60px 40px;
}
.container {
    display: flex;
    align-content: space-between;
    padding: 60px;
}
.content_inner {
    margin-right: 100px;
    width: 100%;
}
.sidebar_container {
    min-width: 300px;
    max-width: 300px;
}
.sidebar_plugin1, .sidebar_plugin2, .sidebar_plugin3, .sidebar_plugin4, .sidebar_plugin5, .sidebar_plugin6 { 
    display: flex;
    margin-bottom: 20px; 
}
@media (max-width: 768px) {
.content_container {
    background-color: #fff;
    margin-top: 0px;
}
.container {
    flex-wrap: wrap;
    padding: 40px;
} 
.content_inner {
    margin-right: 0px;
    margin-bottom: 40px;
}       
}
.quicklinks_container {
    background-color: #ddd;
    padding: 40px;
}
.inner_quicklinks {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    /*grid-template-areas:  "quicklinks quicklinks quicklinks" "quicklinks quicklinks quicklinks" "quicklinks_button quicklinks_button quicklinks_button";*/
    grid-gap: 40px;
    padding-top: 20px;
    text-align: center;
    justify-items: center;
}
.quicklink {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: ease-in-out .5s;
}
.quicklink p, .quicklinks_button p {
    margin: 0px;
}
.quicklink img {
    width: 100%;
    height: auto;    
}
.quicklink a, .quicklink a:visited {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}
.quicklinks_button {
    grid-column: span 6;
}
@media (max-width: 810px) {
.inner_quicklinks {
    grid-template-columns: repeat(4,1fr);
}
.quicklinks_button {    
    grid-column: span 4;
}
}
@media (max-width: 600px) {

.sales_container, .sales_container page, .inner_sales_container { padding:0; margin:0; } /* Mar 21, 2023. SMH. */

/* 2023-02-06. SMH */
.shopnow_container {
	 text-align:center;
    background-color: #436f44;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    gap: 40px;
    font-size: 1.6em;
    color: #ffffff;
    border-bottom:1px solid #ffffff;
}



.inner_quicklinks {
    grid-template-columns: repeat(2,1fr);
}
.quicklinks_button {    
    grid-column: span 2;
}
}
.sales_container {
    padding: 0px 40px 40px 40px;
}
.plugin_title {
    text-align: center;
}
.inner_sales_container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px;
    padding: 60px 40px;
}
.inner_sales_container img {
    width: 100%;
    height: auto;
}
.sales_title {
    grid-column: span 5;
    text-align: center;
}
@media (max-width: 810px) {
.inner_sales_container {
    grid-template-columns: repeat(3, 1fr);
}    
.sales_title {
    grid-column: span 3;
}    
}
@media (max-width: 600px) {
.sales_container { padding-left:5px; margin-left:5px; }
.inner_sales_container {
    grid-template-columns: 1fr;
}
.sales_title {
    grid-column: inherit;
}        
}
.brands_container {
    padding: 40px;
}
.brands {
    text-align: center;
}
.brands img {
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 20px;
    width: 100%;
    height: auto;
    max-width: 100px;
}
.contact_container {
    background-color: #ddd;
    display: none;
}
.inner_contact_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.facebook, .form {
    margin: 0px auto;
    width: Calc(100% - 80px);
    padding: 40px;
}
.facebook {
    text-align: center;
}
.form {
    background-color: green;
    padding: 40px;
}
.footer_container {
    background-color: #000;
    width: 100%;
}
.footer {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-gap: 60px;
    padding: 40px;
    color: #fff;
}
.footer_logo {
    padding-bottom: 10px;
}
.footer_logo img {
    width: 200px;
    height: auto;
}
.footer_social img {
    max-width: 25px;
    height: auto;
    margin-right: 8px;
    position: relative;    
}
.footer a, .footer a:visited {
    color: #fff;
    text-decoration: none
}
.footer a:hover {
    color: #fff;
    opacity: .6;
}
.footer_four a, .footer_four a a:visited {
    display: block;
    margin-bottom: 4px;
    width: fit-content;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: .9em;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: rgba(0,0,0,0);
    transition: .4s;
}
.footer_four a:first-child {
    /*background-color: #c73806;*/
    box-shadow: inset 2px 0px 0px 0px #c73806;;
}
.footer_four a:hover:first-child {
    /*background-color: #c73806;*/
    box-shadow: inset 76px 0px 0px 0px #c73806;
    transition: .4s;
    opacity: 1;
    background-color: #000;
}
.footer_four a:nth-child(2) {
    /*background-color: #436f44;*/
    box-shadow:inset 2px 0px 0px 0px rgba(67,111,68);
}
.footer_four a:hover:nth-child(2) {
    box-shadow: inset 183px 0px 0px 0px #436f44;
    transition: .4s;
    opacity: 1;
    background-color: #000;
}
.footer_four a:nth-child(3) {
    /*background-color: #0e3268;*/
    box-shadow:inset 2px 0px 0px 0px rgba(14,50,104);
}
.footer_four a:hover:nth-child(3) {
    box-shadow: inset 60px 0px 0px 0px #0e3268;
    transition: .4s;
    opacity: 1;
    background-color: #000;
}
.copyright_container {
    background-color: #444;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    font-size: 12px;
    color: #fff;
}
.copyright_text {
    font-size: 12px;
    color: #fff;
}
.copyright a, .copyright a:visited {
    color: #fff;
    text-decoration: none
}
.copyright a:hover {
    opacity: .6;
}
.copyright p {
    margin: 0;
}
.copyright_social_media {
    text-align: right;
}
.copyright_social_media p {
    margin: 0px;
} 
@media (max-width: 810px){
.footer {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 40px;
}    
.footer_one {
    grid-column: span 3;
    text-align: center;
}     
}
@media (max-width: 600px){
.sales_container, .sales_container page, .inner_sales_container { padding:5px 0; margin:0; } /* Mar 21, 2023. SMH. */


.footer {
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-items: center;
    grid-gap: 0;
}
.footer_one {
  grid-column: span 1;
}
.footer_logo {
  margin: 0px auto;
}    
.footer_four a {
    width: inherit;   
    display: initial;
}   
.footer_four a:first-child {
    /*background-color: #c73806;*/
    box-shadow: inset 0px 2px 0px 0px #c73806;;
}
.footer_four a:hover:first-child {
    /*background-color: #c73806;*/
    box-shadow: inset 0px 37.5px 0px 0px #c73806;
    transition: .4s;
    opacity: 1;
    background-color: #000;
}
.footer_four a:nth-child(2) {
    /*background-color: #436f44;*/
    box-shadow:inset 0px 2px 0px 0px rgba(67,111,68);
}
.footer_four a:hover:nth-child(2) {
    box-shadow: inset 0px 37.5px 0px 0px #436f44;
    transition: .4s;
    opacity: 1;
    background-color: #000;
}
.footer_four a:nth-child(3) {
    /*background-color: #0e3268;*/
    box-shadow:inset 0px 2px 0px 0px rgba(14,50,104);
}
.footer_four a:hover:nth-child(3) {
    box-shadow: inset 0px 37.5px 0px 0px #0e3268;
    transition: .4s;
    opacity: 1;
    background-color: #000;
}    
}