@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Prompt:wght@300;400;500;600;700;800;900&display=swap');
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, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, ul, li, input 
{
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
    outline: none !important;
    font-family: 'Prompt', sans-serif;
}

img, a img {
    border: medium none;
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    transition: all 0.4s ease;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #535353;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
    padding-bottom: 10px;
}

h1 {
    font-size: 37px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 17px;
}

p {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Prompt', sans-serif;
}
*, *::before, *::after
{
    box-sizing: border-box;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/*********************************************/
.mobView
{
    display: none;
}
.container
{
    /*width: 1330px;*/
    width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
header {
    border-bottom: 2px solid;
    margin-bottom: 1px;
}
.headTop ul {
    text-align: center;
    font-size: 0;
}
.headTop ul li
{
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 13px;
}
.headTop ul li a
{
    color: #000;
}
.headTop ul li a:hover
{
    color: #7b7c7f;
}
.headerMid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
}
.headTel {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    width: 25%;
}
.headTel:hover
{
    text-decoration: underline !important;
}
.headTel img
{
    margin-right: 12px;
}
.logo {
    width: 50%;
}
.logo img {
    margin: 0 auto;
}
.headerMidRight {
    width: 25%;
    display: flex;
    justify-content: flex-end;
}
.headerMidRight a {
    font-size: 11px;
    text-transform: uppercase;
    color: #000000;
}
.headerMidRight a.cartHead
{
    display: flex;
    align-items: center;
}
.headerMidRight a.cartHead img
{
    margin: 0 8px;
}
.searchForm form {
    display: flex;
    margin-right: 30px;
}
.searchForm form input.searchField {
    width: 160px;
    text-align: right;
    outline: none;
}
.searchForm form input.searchbtn {
    background-image: url(../img/customimages/searchico.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    background-color: transparent;
}
.headerMain {
    /*border-top: 1px dotted;*/
    background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}
.headerMain ul
{
    text-align: center;
    font-size: 0;
    padding: 15px 0;
}
.headerMain ul li {
    display: inline-block;
    padding: 0 30px;
    letter-spacing: 1px;
    position: relative;
}
.headerMain ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    display: block;
}
.headerMain ul li a:hover
{
    color: #0885c1;
}
.headerMain ul ul {
     display: none; 
    position: absolute;
    background: #fff;
    width: 240px;
    left: -50px;
    padding: 0 15px;
}
.headerMain ul ul li {
    letter-spacing: 0;
    padding: 10px 0;
    display: block;
    text-align: left;
    border-bottom: 1px dotted;
}
.headerMain ul li:hover ul
{
    display: block;
}
.homeCataListing {
    margin: 60px 0 60px -10px;
    display: flex;
    flex-wrap: wrap;
}
.homeCataListing .homeCateBox 
{
    padding-left: 10px;
    margin-bottom: 35px;
    width: 33.33%;
}
.homeCataListing .homeCateBox {
    padding-left: 10px;
    margin-bottom: 20px;
    background-image: url(../img/customimages/shadowbg.png);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.homeCateBox h6 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    padding: 15px 0;
    position: relative;
}
.homeCateBox h6:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 50%;
    border-bottom: 1px dotted #000;
    left: 0;
}
.homeCateBox h6:after {
    /*position: absolute;*/
    /*content: '';*/
    width: 20%;
    height: 1px;
    bottom: 50%;
    border-bottom: 1px dotted #000;
    right: 0;
}
.homeCateBox h6 span {
    background: #fff;
    z-index: 99999999;
    position: relative;
    line-height: 2px;
    display: inline-block;
    padding: 0 5px;
}
.homeCateBox a:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}
.homeCateBox a:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.homeAbout
{
    position: relative;
    margin-bottom: 7px;
}
.homeAbout:before {
    position: absolute;
    content: '';
    height: 100%;
    background: #eff5f8;
    left: 0;
    width: 50%;
    z-index: -1;
    top: 0;
}
.homeAbout:after {
    position: absolute;
    content: '';
    height: 100%;
    background: #e0ebf1;
    right: 0;
    width: 50%;
    z-index: -1;
    top: 0;
}
.homeAboutSec {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0;
    align-items: center;
}
.homeAboutLeft,
.homeAboutright {
    width: 50%;
}
.homeAboutright
{
    padding-left: 65px;
}
.homeAboutLeft {
    padding-left: 45px;
    padding-right: 100px;
}
.homeAboutLeft p {
    font-size: 14px;
    color: #7b7c7f;
    letter-spacing: 2px;
    padding-left: 40px;
}
.homeAboutLeft img {
    max-width: 190px;
    margin-bottom: 15px;
}
.homeVideoList ul {
    display: flex;
    margin-top: 10px;
    margin-left: -10px;
}
.homeVideoList ul li
{
    padding-left: 10px;
}
.selectedProds {
    padding: 45px 0;
    background: #eff5f8;
}
.productsListed {
    background: #ffffff;
    padding: 30px 70px;
}
.productsListed h5 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
    border-bottom: 1px dotted #231f20;
    margin-bottom: 35px;
    position: relative;
}
.productsListed h5:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    bottom: -3px;
    margin:  auto;
    background: #231f20;
}
.productsListed .productGrid{
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}
.productsListed .productGrid li{
    width: 25%;
    padding-left: 40px;
}
.prodBox {
    border: 1px solid #eff5f8;
    max-width: 245px;
    text-align: center;
    margin: 0 auto 20px;
}
.prodBox:hover
{
	border-color: #000;
}
.prodBox .prodImg{
    width: 150px;
    margin: 45px auto;
}
.card
{
    margin-bottom: 0;
}
.prodTitle {
    font-size: 12px;
    text-transform: uppercase;
    color: #231f20;
    max-width: 92%;
    display: block;
    margin: 0 auto 20px;
    letter-spacing: 1px;
    height: 35px;
}
.prodPrice 
{
    border-top: 1px solid #eff5f8;
    border-bottom: 1px solid #eff5f8;
    font-size: 12px;
    color: #231f20;
    letter-spacing: 1px;
    padding: 17px 0;
}
.prodBox .a2c_btn{
    background: #639cb7;
    padding: 5px 0;
}
.prodBox .a2c_btn a{
    color: #fff;
    padding: 1px;
    border: 1px dotted #fff;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
    position: relative;
    background: none;
    font-family: Domine;
    letter-spacing: 1px;
}
.prodBox .a2c_btn a:hover
{
    border: 1px dotted #000;
}
.prodBox .a2c_btn a:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    background: #fff;
}
.brandsListing{
    margin: 70px 0px;
    position: relative;
}
.brandsListing a.arrow_btn{
    padding: 10px;
    height: 120px;
    box-sizing: border-box;
    display: inline-block;
    /*position: absolute;*/
    width: 40px;
    /*top: 0;*/
}
.brandsListing .slick-track
{
    display: flex;
    align-items: center;
}
.brandsListing .slick-next::before, 
.brandsListing .slick-prev::before
{
    display: none;
}
.brandsListing .slick-list.draggable {
    /*padding: 0 40px;*/
}
.brandsListing a.arrow_btn.nav_prev{
    background: #e0ebf1 url("../img/customimages/prev.png") no-repeat center center;
    left: 0;
}
.brandsListing a.arrow_btn.nav_nxt{
    background: #e0ebf1 url("../img/customimages/nxt.png") no-repeat center center;
    right: 0;
}
.brandsListing ul{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    /*margin-left: -5px;*/
    border-left: 1px solid;
    border-right: 1px solid;
}
.brands_slider{
    /*margin: 0 40px;*/
}
.brandsListing ul .slick-slide:first-child li
{
    border-left: 0;
}
.brandsListing ul .slick-slide li {
    border-right: 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    min-height: 72px;
    width: 20%;
    background: 100%;
}
.brandsListing ul li a{
    border-bottom: 1px solid #e0ebf1;
    display: block;
    height: 120px;
    position: relative;
}
.brandsListing ul li a img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.locationLists{
    overflow: hidden;
    background: url("../img/customimages/locationbg.jpg") repeat-y center top;
}
.locationLists .locationBox{
    width: 45%;
}
.locationLists .locationBox img{
    display: inline-block;
    box-shadow: 3px 3px 1px #e5e5e5;
    margin-bottom: 25px;
    margin-right: 4px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.locationLists .locationBox a{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
}
.locationLists .locationBox a:hover
{
    color: #ddd;
}
.locationLists .locationBox h4{
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
    padding-bottom: 30px;
}
.locationLists .locationBox:nth-child(1){
    float: left;
}
.locationLists .locationBox:nth-child(2){
    float: right;
    text-align: right;
}
footer{
    margin-top: 80px;
}
.newsletter{
    min-height: 220px;
    background: url("../img/customimages/newsletterbg.jpg") no-repeat center top;
    padding-top: 60px;
}
.newsletter h3{
    text-align: center;
    color: #2a83ae;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.newsletter form{
    width: 670px;
    margin: 0 auto;
}
.newsletter form input
{
    height: 50px;
}
.newsletter form input[type='email']{
    width: 460px;
    border: 1px solid #639cb7;
    padding: 13px;
    background: none;
    color: #2a83ae;
    margin-right: 15px;
}
.newsletter form input[type='email']::placeholder
{
    color: #2a83ae;
}
.newsletter form input[type='submit']{
    width: 200px;
    color: #fff;
    background: url("../img/customimages/btn_bg.jpg") no-repeat;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 4px 4px 0px 0px #e5e5e5;
    padding: 16px;
}
.footer{
    background: #231f20;
    padding: 55px 0 20px;
}
.footer .bankLogos{
    margin: 0 auto 60px;
}
.footer .footerNavi {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-left: 10%;
}
.footer .footerNavi .footerNaviBox h6{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.footer .footerNavi .footerNaviBox ul{
    overflow: hidden;
}
.footer .footerNavi .footerNaviBox ul li {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    color: #fff;
    margin-bottom: 5px;
    list-style-type: disc;
    list-style-position: inside;
}
.footer .footerNavi .footerNaviBox ul li:last-child{
    width: 100%;
}
.footer .footerNavi .footerNaviBox ul li a{
    color: #fff;
    font-size: 12px;
}
.footer .copyright{
    margin-top: 35px;
    text-align: center;
    border-top: 1px solid #555;
    padding-top: 20px;
    color: #fff;
}
.footer .copyright span
{
    font-family: Domine;
}
.footer .copyright p, .footer .copyright a{
    color: #fff;
    font-family: Domine;
    font-size: 14px;
    padding: 0;
}
.developer,
.footer .copyright .developer a 
{
    font-family: Domine;
    font-size: 10px;
}
.headTop .mobView{
    text-align: center;
    padding: 10px 0;
}
.headTop .mobView a{
    display: inline-block;
    margin: 0 10px;
}
.sidebarBlock {
    border: 1px solid #d7d7d9;
}
#facetedSearch {
    border: none;
    padding-top: 0;
}
h2.sidebarBlock-heading {
    background: #639cb7;
    padding: 13px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 0;
}
.sidebarBlock ul,
.sidebarBlock p {
    padding: 15px;
    color: #231f20;
    letter-spacing: 1px;
}
.sidebarBlock ul li,
.sidebarBlock ul li a
{
    color: #231f20;
    letter-spacing: 1px;
}
.sidebarBlock ul li a:hover
{
	color: #639cb7;
}
ol.breadcrumbs
{
	text-align: left;
}
ol.breadcrumbs li a, ol.breadcrumbs li, ol.breadcrumbs span {
    font-size: 12px;
    color: #7b7c7f;
    font-weight: normal;
}
h1.page-heading {
    font-size: 20px;
    text-align: left;
    color: #231f20;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
    padding: 10px 0;
    margin-bottom: 0;
}
.actionBar-section .form-field
{
	border: none;
	border-radius: 0;
	background: transparent;
}
.actionBar-section {
    float: right;
}
select#sort {
    background-color: #f6f6f7;
    padding-left: 15px;
    min-width: 240px;
}
#product-listing-container .productGrid .product {
    margin-bottom: 35px;
}
.price-section {
    display: inline-block;
}
figure.productView-image {
    border: 1px solid #d7d7d7;
    background: #eff5f8;
    position: relative;
}
figure.productView-image::after {
    position: absolute;
    content: '';
    bottom: -65px;
    left: 0;
    right: 0;
    height: 149px;
    background: url(../img/customimages/shadowbg.png);
    background-size: 100%;
    z-index: -1;
    background-repeat: no-repeat;
}
h1.productView-title {
    font-size: 32px;
    line-height: 35px;
    text-transform: uppercase;
    color: #0e447a;
    letter-spacing: 2px;
    background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}
#add-to-cart-wrapper {
    margin-top: 35px;
}
.prodSku {
    font-size: 16px;
    color: #7b7c7f;
    margin: 15px 0px 25px;
}
.productView-price {
    font-size: 20px;
    color: #000000;
}
.productView-info-name,
.form-field.form-field--increments label{
    float: left;
    font-size: 14px;
    color: #000000;
    font-family: 'Prompt', sans-serif;
    min-width: 140px;
}
.productView-options .form-field label.form-label 
{
    font-size: 14px;
    color: #000000;
    font-family: 'Prompt', sans-serif;
}
.productView-options .form-field {
/*    display: flex;
    align-items: center;*/
    margin-bottom: 8px;
}
.productView-product {
    border-bottom: navajowhite;
    padding-bottom: 0;
}
.productView-details {
    padding-bottom: 0;
}
#add-to-cart-wrapper .form-field.form-field--increments {
    display: flex;
    align-items: center;
}
.form-field.form-field--increments label 
{
	margin-bottom: 0;
}
#add-to-cart-wrapper .form-increment {
    border: 1px solid #dddddd;
}
div#add-to-cart-wrapper .form-increment input,
div#add-to-cart-wrapper .form-increment button
{
	height: 40px;
}
div#add-to-cart-wrapper .form-increment input {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-radius: 0;
    font-size: 20px;
    font-weight: normal;
}
div#add-to-cart-wrapper .form-increment button {
    border: none;
    font-size: 25px;
}
.productView-options .form-action
{
	display: block;
}
.productView-options .form-action .button {
    margin-right: 0;
    width: 100%;
}
input#form-action-addToCart {
    height: 50px;
    background: url(https://cdn11.bigcommerce.com/s-kpzo374i57/product_images/uploaded_images/cartbgbtn.jpg);
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Domine;
    letter-spacing: 1px;
    background-size: 100% 100%;
    box-shadow: 4px 4px 0px 0px #e5e5e5;
    color: #fff;
    border-radius: 0;
}
.button.button--primary
{
    background: #639CB6;
    box-shadow: 4px 4px 0px 0px #e5e5e5;
    color: #fff;
    font-family: Domine;
    text-transform: uppercase;
    border: none;
    border-radius: 0;    
}
.button.button--primary:hover
{
    opacity: 0.8;
}
.button.dropdown-menu-button 
{
    border: none;
    padding: 0;
}
form.form.form-wishlist.form-action {
    margin-top: 0;
}
.productView-options .form-action .button {
    margin-right: 0;
    width: 100%;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
}
a.button.dropdown-menu-button span {
    padding-left: 20px;
    background: url(https://cdn11.bigcommerce.com/s-kpzo374i57/product_images/uploaded_images/heart.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.prodEmail
{
    padding-bottom: 20px;
}
.prodEmail a {
    border: 1px solid #dddddd;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 1px;
    padding: 14px 0;
    box-shadow: 4px 4px 0px 0px #e5e5e5;
    font-family: Domine;
}
.prodEmail a img {
    margin-right: 10px;
}
.productView-thumbnail-link {
    max-width: 100%;
    height: 110px;
}
.productView-thumbnail-link img {
    width: 100%;
}
.productView-image+.productView-thumbnails {
    margin-top: 35px;
}
article.productView-description ul li.tab a.tab-title {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #231f20;
    text-transform: uppercase;
}
.tabs,
.tab.is-active {
    border-color: #d7d7d9;
}
.tab.is-active
{
    border-bottom: 1px solid #fff;
}
.tabs-contents {
    border: 1px solid #d7d7d9;
    border-top: 0;
    padding: 0 1.28571rem;
}
.tabs-contents p
{
    font-weight: 300;
    color: #231f20;
    font-size: 14px;
}
.selectedProds.relatedProdPage {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    /*margin-top: 100px;*/
    left: 49.3%;
}
.locationLists.prodPage {
    margin-top: 60px;
}
thead.cart-header th.cart-header-item {
    padding: 20px 0;
    text-transform: uppercase;
    background: #eff5f8;
}
.body
{
    margin-bottom: 0;
}
.brandsListing .slick-slide img {
    width: auto;
    margin: 0 auto;
}
.homeVideoList  .slick-slide
{
    margin: 2px 5px;
}
.socialIcons 
{
    text-align: center;
    margin-top: 30px;
}
.socialIcons li {
    display: inline-block;
}
.socialIcons li a {
    background-image: url(https://cdn11.bigcommerce.com/s-kpzo374i57/product_images/uploaded_images/socialicons.jpg);
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: 117px;
}
.socialIcons li a:hover
{
    opacity: 0.7;
}

.socialIcons li a.fbico {
    background-position: -10px -8px;
}
/*.socialIcons li a.instaico {
    background-position: -43px -8px;
}*/
.socialIcons li a.instaico {
    background-image: url(https://cdn11.bigcommerce.com/s-kpzo374i57/product_images/uploaded_images/instaico.png);
    background-size: 30px 30px;
}
.pagecontent {
    padding: 0 .75rem;
}
.textBox {
    display: flex;
    height: 72px;
    justify-content: center;
    align-items: center;
}
.textBox h3 span {
    font-size: 12px;
    text-transform: initial;
    display: block;
    line-height: 17px;
    font-weight: 300;
}
.textBox h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0;
}
ol.breadcrumbs li a {
    text-transform: capitalize;
}
img.__mce_add_custom__ 
{
    margin: 15px;
}
/************************************************/
/************** Media Queries *****************/
@media only screen and (min-width: 1200px) and (max-width: 1330px){
    .container{
        /*width: 100%;*/
        width: 1170px;
    }
}

@media only screen and (max-width: 1199px){
    .container{
        width: 970px;
    }
    .homeCateBox h6
    {
        font-size: 18px;
    }
    .productsListed .productGrid
    {
        margin-left: -10px;
    }
    .productsListed .productGrid li
    {
        padding-left: 10px;
    }
    .prodBox .a2c_btn a
    {
        padding: 10px 0;
        display: block;
        margin: 0 6px;
    }
    .productsListed
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 991px){
    .container{
        width: 750px;
    }
    .headTel{
        width: 30%;
    }
    .logo{
        width: 40%;
        z-index: 9;
    }
    .headerMidRight{
        width: 30%;
    }
    .cart_counter{
        display: none;
    }
    .headerMain ul li
    {
        padding: 0 15px;
    }
    .headerMain ul li a
    {
        font-size: 13px;
    }
    .homeCataListing .homeCateBox
    {
        width: 50%;
    }
    .homeAboutLeft {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .homeAboutLeft p
    {
        /*padding-left: 0;*/
    }
    .homeAboutright {
        padding-left: 0;
        width: 100%;
    }
    .homeAbout:before
    {
        width: 100%;
    }
    .homeAbout:after
    {
        display: none;
    }
    .productsListed .productGrid li
    {
        width: 33.33%;
    }
    .selectedProds li.product {
        margin-bottom: 25px;
    }
    .locationLists .locationBox {
        width: 48%;
    }
    .locationLists .locationBox a
    {
        font-size: 11px;
    }
    .footer .footerNavi
    {
        width: 100%;
        padding-left: 0;
    }
    h1.productView-title {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 800px){
    .container{
        width: auto;
    }
    .mobView{
        display: block;
    }
    .header
    {
        position: relative;
        height: auto;
    }
    .headTel, .headerMidRight{
        display: none;
    }
    .logo{
        width: 60%;
        margin: 0 auto;
    }
    .headerMid 
    {
        margin-top: 0;
    }
    .headTop{
        position: relative;
    }
    .headTop ul{
        display: none;
    }
    .headTel{
        position: absolute;
        width: 100%;
        background: #eee;
        left: 0;
        top: 40px;
        text-align: center;
        padding: 10px;
    }
    .headTel img{
        display: inline-block;
    }
    .headerMidRight{
        position: absolute;
        background: #eee;
        left: 0;
        top: 40px;
        text-align: center;
        padding: 10px;
        width: 100%;
        z-index: 222;
    }
    .headerMidRight a.cartHead{
        display: none;
    }
    .searchForm form input.searchField{
        width: 90%;
    }
    .headerMain ul{
        text-align: left;
        display: none;
    }
    .headerMain ul li{
        display: block;
        padding: 0;
    }
    .headerMain ul li a{
        display: block;
        padding: 5px 0;
    }
    .headerMain ul ul{
        display: block;
        position: relative;
        width: auto;
        left: auto;
    }
    .mob_nav_btn{
        text-align: center;
        padding: 15px 0;
        cursor: pointer;
        color: #222;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .newsletter{
        padding-top: 30px;
    }
    .newsletter form{
        width: 100%;
    }
    .newsletter form input[type="email"]{
        width: 100%;
    }
    .newsletter form input[type="submit"]{
        margin: 10px auto;
        display: block;
    }
    .footer .footerNavi{
        width: 100%;
    }
    .footer .footerNavi .footerNaviBox{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .homeCataListing {
        margin-top: 0;
        margin-left: -5px;
        margin-bottom: 0;
    }
    .homeCataListing .homeCateBox
    {
        padding-left: 5px;
    }
    .homeCataListing .homeCateBox
    {
        background-position: 0 74%;
        margin-bottom: 0;
    }
    .homeCateBox h6 {
        font-size: 12px;
        min-height: 60px;
        padding-top: 10px;
    }
    .homeCateBox h6:before,
    .homeCateBox h6:after
    {
        width: 100%;
    }
    .homeCateBox h6:before
    {
    	display: none;
    }
    .homeAboutSec
    {
        padding-bottom: 0;
    }
    .homeAbout .homeAboutright {
        position: relative;
        padding: 40px 0;
    }
    .homeAbout .homeAboutright:after {
        position: absolute;
        content: '';
        left: -15px;
        right: -15px;
        height: 100%;
        top: 0;
        bottom: 0;
        background: #e0ebf1;
        z-index: -1;
    }
    .selectedProds {
        padding: 25px 0;
        background: #fff;
    }
    .selectedProds .productsListed {
        padding: 0;
    }
    .productsListed h5
    {
        margin-left: -15px;
        margin-right: -15px;
    }
    .locationLists .locationBox
    {
        width: 100%;
    }
    .locationLists
    {
        background: none;
    }
    .locationLists .locationBox:nth-child(1) {
        float: none;
    }
    .locationLists .locationBox:nth-child(2) {
        float: none;
        text-align: left;
        margin-top: 35px;
    }
    .brandsListing {
        margin: 50px 0px;
    }
    footer {
        margin-top: 40px;
    }
    .newsletter form input[type="email"]
    {
        flex: auto;
        margin: 0;
    }
    .form-field
    {
        margin: 0;
    }
    .footer .footerNavi
    {
        display: block;
    }
    .footer .footerNavi .footerNaviBox ul li {
        width: 100%;
        padding-right: 0;
        float: none;
        font-size: 8px;
        margin-bottom: 8px;
    }
    .footer .footerNaviBox.navigateFoot ul li {
        width: 50%;
        float: left;
    }
    .footer .copyright
    {
        margin-top: 0;
    }
    .footer .copyright span
    {
        display: block;
    }
    .headTop ul li {
        border-bottom: 1px dotted;
        display: block;
        padding: 10px 0;
    }
    .headTop ul li:last-child
    {
        border: none;
    }
    .searchForm form input.searchField {
        width: 100%;
        height: 40px;
        text-align: left;
        padding-left: 15px;
    }
    .searchForm form input.searchbtn
    {
        background-color: #fff;
    }
    .searchForm form
    {
        margin-right: 0;
    }
    .headerMain > ul
    {
        padding-top: 0;
    }
    .headerMain > ul > li {
        border-top: 1px solid;
    }
    .prodBox .prodImg
    {
        width: 100%;
        margin: 0;
    }
    figure.productView-image::after
    {
        height: 190px;
    }
    .productView-details.product-data
    {
        order: inherit;
    }
    .productView-info-name, .form-field.form-field--increments label
    {
        text-align: left;
    }
    .productsListed .slick-prev
    {
        left: 5px;
    }
    .productsListed .slick-next {
        right: 5px;
    }
    .homeAbout .homeAboutright iframe {
        width: 100%;
    }
    .textBox h3
    {
        font-size: 14px;
        line-height: 15px;
    }
    .homeCateBox h6 span
    {
    	line-height: 13px;
    	background-color: transparent;
    }
}
