a {
    color: inherit !important;
}

.skip-header {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  z-index: 1001;

  transform: translateY(-150%);
}

.skip-header:focus {
  transform: translateY(0);
}

#fullHeader {
    /* font-family: Arial, Helvetica, sans-serif; */
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 999;
}

#headSpace {
    height: 152px;
}

#logoImg img {
    width: 100%;
}

#logoImg {
    width: 280px;
    padding: 10px 15px;
    display: inline-block;
    box-sizing: border-box;
}

.hdIcon img {
    width: 100%;
}

.hdIcon {
    width: 35px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0px 15px;
    position: relative;
}

span[counter-qty="Cart"] {
    position: absolute;
    font-size: 14px;
    right: 6px;
    top: 5px;
    color: #000;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    width: 15px;
    line-height: 14px;
    box-sizing: border-box;
    border: 1px solid #000;
}

#headMain {
    display: inline-block;
    width: calc(100% - 285px);
    text-align: right;
    position: relative;
}

.centerThis {
    width: calc(100% - 20px);
    margin: 0 auto;
}

.dropTab {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    position: relative;
}

.dropBox {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

#searchHolder {
    display: inline-block;
    margin-right: 15px;
}

#iconBox {
    display: inline-block;
    margin: 0 15px;
    padding-top: 15px;
    vertical-align: bottom;
}

#overMenu {
    margin-bottom: 15px;
}

#searchHolder input[type="text"] {
    border: none;
    padding: 3px 5px;
    font-size: 16px;
}

#searchbar {
    box-shadow: 0px 0px 2px 0px #888888;
}

#searchHolder button {
    border: none;
    background: transparent;
}

.dropTab:hover .dropBox {
    visibility: visible;
    opacity: 1;
}

/** For accessibility - focus within to show drop down menu */
.dropTab:hover:focus-within .dropBox {
    visibility: visible;
    opacity: 1;
}

/* when li.has-submenu has .open, we also add .openMenu to the UL in JS */
.dropBox.openMenu {
    visibility: visible;
    opacity: 1;
}

.dropBox {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    box-shadow: 0px 0px 2px 0px #888888;
    padding: 5px 10px;
    line-height: 20px;
    font-weight: 400;
    background: #fff;
    z-index: 10;
    left: 0;
    top: 36px;
    white-space: nowrap;
    transition: all 0.3s;
    margin: 0;
    list-style:none;
}

/* footer styles start */

#fullFooter {
    background: #000000;
    color: #ffffff;
    padding: 20px 0 20px;
    text-align: center;
}

.footerCol {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 3px);
    text-align: left;
}

.footLinks {
    padding-bottom: 5px;
}

.footLinks a {
    font-size: 16px;
}

#sendSignupForm {
    max-width: 300px;
    display: inline-block;
    transform: translateX(4px);
}

.footColTitle {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

#sendSignupForm .requiredStar {
    display: none;
}

#sendSignupForm .formInput input {
    line-height: 34px;
    height: 34px;
    box-sizing: border-box;
}

#sendSignupForm form {
    display: inline-block;
    width: calc(100% - 58px);
}

#sendSignupForm .buttonContainer.buttonContainer_sendSignupForm {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    transform: translateX(-3px);
}

#sendSignupForm .customFormBtn.formBtn {
    color: #000;
    background: #ccc;
    border-radius: 0;
    text-transform: capitalize;
    /* font-family: Arial, Helvetica, sans-serif; */
    letter-spacing: normal;
    padding: 0 5px;
    line-height: 34px;
    box-sizing: border-box;
    transform: translateX(-2px);
}

#sendSignupForm .formBox.customFormBox.sendSignupForm_field {
    margin: 0 !important;
    width: 100% !important;
}

#sendSignupForm .formInput.customFormInput {
    margin: 0;
    border-radius: 0;
}

.socBtn {
    display: inline-block;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    width: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    font-size: 16px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.socBtn:hover {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
}

#footPhone {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 10px;
}

.centerFt {
    padding: 0 2%;
}

#ftCol1 {
    width: 16%;
}

#ftCol3 {
    width: 23%;
}

#menuToggle {
    display: none;
}

.pointRight {
    border:none;
    background-color: white;
    display: none;
}
@media screen and (min-width: 970px) {
    .dropTab:focus-within .pointRight {
        display: block;
        position: absolute;
        right: -4px;
        top: 10px;
    }
}
#crimage {
	margin:0;
	padding:0;
}
#crimage img {
	width:200px;
}
#cryear {
	margin: -30px 0 0 0;
	border:0;
	padding:0;
	color:darkgray;
	alignment-adjust:middle;
}
#cryear i {
	color:inherit;
	margin:inherit;
	padding:inherit;
	text-align:center;
}
#cryear span {
	clear:both;
	color:inherit;
	margin:inherit;
	padding:inherit;
}

@media(max-width: 1115px) {
    #footPhone {
        font-size: 20px;
    }
}

@media (max-width: 970px) {
    #menuToggle {
        display: block;
        font-size: 24px;
        margin-right: 18px;
    }

    #mainMenu {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: left;
        transform: translateY(100%);
        background: #fff;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }

    #mainMenu.show {
        visibility: visible;
        opacity: 1;
    }

    .dropTab {
        display: block;
        width: 154px;
    }

    .dropBox {
        left: 14px;
    }

    .pointRight {
        display: block;
        position: absolute;
        right: 16px;
        top: 10px;
    }
}

@media (max-width: 950px) {
    .footerCol {
        width: 49% !important;
        text-align: left !important;
        margin-bottom: 20px;
    }

    .centerFt {
        padding: 0 15px;
    }

    #footPhone {
        font-size: 20px;
    }

    #fullFooter {
        text-align: left;
    }

    #ftCol5 {
        width: 100% !important;
    }

    #sendSignupForm {
        transform: none;
    }
}

@media (max-width: 565px) {
    #logoImg {
        display: block;
        margin: 0 auto;
        width: 200px;
    }

    #searchHolder {
        display: block;
        margin: 0 auto;
    }

    #headMain {
        width: 100%;
    }

    #searchHolder input[type="text"] {
        width: 100%;
        box-sizing: border-box;
    }

    #searchHolder button {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #iconBox {
        position: absolute;
        left: 50%;
        transform: translateX(-56%);
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    #menuToggle {
        padding-bottom: 10px;
        display: inline-block;
        z-index: 12;
    }

    #headSpace {
        height: 188px;
    }
}

@media (max-width: 450px) {
    .footerCol {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    #iconBox {
        transform: unset;
        left: 0;
        width: auto;
        margin: 15px 0 0;
        padding: 0;
    }

    .hdIcon {
        margin: 0 10px 0 0;
    }

    #menuToggle {
        margin-right: 0;
    }
}