/* ==========================================================================
  Wide Screen Layout: From 1200px.
========================================================================== */
@media (max-width: 1200px) {
#topheaderinner, #page, #supplementaryinner {
    padding:0 20px;
}

}

@media (max-width: 920px) {
#access ul {
	font-size: 12px;
}

}

@media (max-width: 800px) {
#topsectioninnerleft {
    display: none;
}
    
#topsectioninnerright {
    max-width:100%;
	float: none;
    margin-top: 8px;
    text-align: center;
}
    
    #topheaderinnerleft {
    max-width:100%;
	float:none;
	text-align: center;
}



#topheaderinnerright {
    max-width:100%;
	float:none;
	margin-top:0;
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
}

}
/* ========= end of Wide Screen Layout: From 1200px. ========= */


/* ==========================================================================
  Normal Desktop Layout: From 980px.
========================================================================== */
@media (min-width: 1000px) and (max-width: 1050px) {




}
/* ========= end of Normal Desktop Layout: From 980px. ========= */


/* ==========================================================================
  Tablet Device Layout: From 768px.
========================================================================== */
@media (min-width: 768px) and (max-width: 999px) {





}
/* ========= end of Tablet Device Layout: From 768px. ========= */

@media (min-width: 768px) and (max-width: 800px) {

li.homebutton {
    display: contents;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
}
#topheaderinnerleft img {
    max-width: 80%;
}
#topheaderinnerleft {
    padding: 25px 0 10px;
}
}


/* ==========================================================================
  Mobile Layout: From 320px.
========================================================================== */
@media (max-width: 767px) {




}
/* ========= end of Mobile Layout: From 320px. ========= */


/* ==========================================================================
  Wide Mobile Layout: 480px.
========================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.woocommerce ul.products li.product .price {
	margin-top: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    background: white;
    text-align: center;
    position: unset;
    width: 100%;
    left: 10%;
    margin-top: 0px !important;
    text-transform: uppercase;
    padding: 0 !important;
    box-sizing: border-box;
    line-height: 1.2;
    font-weight: 600;
}
li.homebutton {
    display: contents;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
}
#topheaderinnerleft img {
    max-width: 80%;
}
#topheaderinnerleft {
    padding: 25px 0 10px;
}
}
/* ========= end of Wide Mobile Layout: 480px. ========= */



/* ==========================================================================
  Small Mobile Layout
========================================================================== */
@media (max-width: 479px) {

.woocommerce ul.products li.product .price {
	margin-top: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    background: white;
    text-align: center;
    position: unset;
    width: 100%;
    left: 10%;
    margin-top: 0px !important;
    text-transform: uppercase;
    padding: 0 !important;
    box-sizing: border-box;
    line-height: 1.2;
    font-weight: 600;
}
li.homebutton {
    display: contents;
}
#pagebanner h1{
    font-size: 30px;
    margin: 0 0 20px 0;
}
.slidefeature .colorbutton a{
    font-size: 11px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
}
#topheaderinnerleft img {
    max-width: 80%;
}
#topheaderinnerleft {
    padding: 25px 0 10px;
}
}
/* ========= end of small Mobile Layout ========= */
