/* Responsive Design */
@media (max-width: 800px) {
    nav {
        flex-direction: column;
        align-items: center;
    }

    .nav-links {
        margin-top: 20px;
    }
	
	.logo {
	  width: 100%;
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	}
	
	.menu {
		width: 100%;
		float: none;
		margin-bottom: 2%;
		font-size-adjust: 0.45;
		text-align: center;
	}
	
	.submenu {
		width: 95%;
		left: 0;
	}
	
	.submenu li {
		padding: 12px 6px;
		font-size-adjust: 0.45;
	}
	
	.topicon {
		width: 100%;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 5%;
		margin-bottom: 2%;
		font-size: 11px;
	}
	
	.topicon i {
		font-size-adjust: 0.5;
	}
	
	
	.footerwidget {
		padding: 0px 2%;
		margin-bottom: 15%;
	}

	.footerwidget h4 {
		margin-bottom: 8%;
		font-size-adjust: 0.5;
		font-size: 17px;
	}
	
	.footerwidget ul li a {
		font-size: 13px;
	}
	
	.footerdownFlatLinkBase a {
		font-size: 13px;
		display: inline-block;
	}
	
	.footercopyrightlongtext {
		font-size: 12px;
		margin-bottom: 2%;
	}
	
	.copyrightText {
		font-size: 13px;
		width: 80%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.backtotop {
		width: 30px;
		height: 30px;
		font-size: 16px;
		margin-bottom: 1%;
		right: 2%;
		top: 10%;
	}
	
	
	.topdrophanger {
		top: 1px;
		width: 80%;
	}
	
	.wbalertbox {
		width: 96%;
		top: 6%;
	}
	
	.the404base{
		width: 90%;
	}
	
	.pagetitle {
		font-size: 1.2rem;
	}
	
	.wb-checkout-steps {
		text-align: center;
		font-size: 14px;
	}
	
	.wb-step-number {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	
	.tpdwishaddto {
		font-size: 13px;
		margin-top: 2%;
	}
	
	.tpdwishremove {
		font-size: 13px;
		margin-top: 2%;
	}
	
	.side_menu_left {
		width: 50%;
		font-size: 13px;
	}
	
	.side_menu_right {
		width: 50%;
	}
	
	.side_subcategory_wrapHold {
		max-height: 180px;
		overflow: auto;
	}
	
	.side_subcategory_wrap {
		width: 90%;
		padding: 2%;
		font-size: 13px;
	}
	
	.side_subcategory_ul li {
		color: white;
		padding: 2%;
		width: 100%;
		font-size: 13px;
	}
	
	.side_subcategory_title {
		font-size: 16px;
		background-image: none;
	}
	
	.side_subcategory_title a:hover {
		color: var(--color1);
	}
	
}



/* STORE DESIGN */
@media (max-width: 800px) {
	
	.shop_search_base {
		margin: 2% 0px;
	}
	
	.shop_search_base form {
		display: flex;
		justify-content: center;
	}
	
	.shop_search_field {
		width: 70%;
		height: 30px;
		padding: 0px 2%;
		font-size: 13px;
	}
	
	.shop_search_submit {
		width: 20%;
		height: 30px;
		font-size: 14px;
	}
	
	.shop_large_category {
		margin-top: 3%;
		margin-bottom: 3%;
	}
	
	.slc_hold:hover {
		box-shadow: 0 0 2px;
		border-radius: 10px;
	}
	
	.slc_hold p {
		margin-bottom: 2%;
	}
	
	.slc_UL {
		flex-wrap: wrap;
	}
	
	.slc_hold {
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
		padding-top: 4px;
		margin-bottom: 6px;
	}
	
	.slc_image {
		height: 40px;
		width: 100%;
	}
	
	.slc_title {
		white-space: nowrap;
		font-size: 13px;
	}
	
	.shop_section {
		margin-bottom: 4%;
		position: relative;
	}
	
	.shop_section_products_nonflex .ssp_hold {
		display: inline-block;
		margin-bottom: 6%;
		margin-left: 0.75%;
		margin-right: 0.75%;
		width: 48%;
	}
	
	.shop_section_products .ssp_hold {
		width: 48%;
		margin-left: 0.50%;
		margin-right: 0.50%;
		flex: 0 0 49%;
	}
	
	.shop_exposure {
		height: 150px;
		margin-bottom: 4%;
	}
	
	.shop_exposure_Right h2 {
		font-size: 14px;
	}

	.shop_exposure_Right h3 {
		font-size: 14px;
	}
	
	.shop_exposure_Right i {
		font-size: 26px;
		width: 40px;
		display: block;
	}
	
	.shop_section_see_all {
		font-size: 12px;
	}
	
	.shop_section_see_all:hover {
		padding: 2px 6px;
		border-radius: 10px;
	}
	
	.ssp_arrow_left {
		width: 25px;
		height: 25px;
		font-size: 16px;
		left: -0.5%;
	}
	
	.ssp_arrow_right {
		width: 25px;
		height: 25px;
		font-size: 16px;
		right: -0.5%;
	}
	
	.show_shop_product_slide {
		width: 100%;
	}
	
	.sps_image {
		height: auto;
	}
	
	.sps_action {
		top: 35%;
	}
	
	.sps_add_to_cart {
		width: 45%;
		padding: 2% 1%;
		font-size: 14px;
	}
	
	.sps_view_details {
		width: 45%;
		padding: 2% 1%;
		font-size: 14px;
	}
	
	/* serviced cities page mobile here */
	.servicedcitieshead {
		font-size: 0.9rem;
		line-height: 2rem;
		font-weight: 600;
	}
	
	.servicedcitiesintro {
		font-size: 14px;
	}
	
	.servicedcitytable th {
		font-size: 13px;
	}
	
	.servicedcitytable td {
		font-size: 14px;
	}
	
	.servicedcity_thick_yes {
		width: 16px;
		height: 16px;
		font-size: 12px;
		border-radius: 0px;
	}
	
	.servicedcity_thick_no {
		width: 16px;
		height: 16px;
		font-size: 12px;
		border-radius: 0px;
	}
	
	.servicedcitytableViewContactBtn {
		border-radius: 2px;
		font-size: 12px;
		padding: 2px 3px;
	}
	
	.servicedcityPaginateBtnBase .pagin li {
		font-size: 12px;
	}
	
	.close_servicedcitytableViewContactBase {
		width: 100px;
		padding: 4px 0px;
	}
	
	.servicedcityViewContactIntro {
		font-size: 20px;
	}
	
	.pickupcontactbox {
		flex: 0 0 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.servicedcitiesfooter {
		text-align: justify;
		font-size: 12px;
	}
	
}