/*

COLOR PALETTE CSS HEX
--black: #000 (default font color)
--anti-flash-white: #ebebeb (background)
--white: #fff (background, font color, button font color, accent)
--white-opacity-8: rgba(255 255 255 / 0.8) (background~column block use with black type)
--chili-red: #da291c (cart icon, spyglass icon)
--dark-spring-green: #007a35 (eco friendly accents and font color, icons)
--denim: #225daa (buttons & links, icons)
--polynesian-blue: #1b4a88 (hover states on buttons and links)
--ultra-violet: #69498f (icons, accents)

FONT
font: myriad-pro

FONT WEIGHT
font-weight: 400 (regular) (class: fw4)
font-weight: 700 (bold) (class: fw7)

FONT SIZE
h1: 40px
h2: 34px
h3: 24px
h4: 20px
p: 18px (base font size)

LINE HEIGHT
line height 1.25em (class: lh125)

*/

/* #HEADER */
.header {
    background: #fff;
}
.top-bg {
    background: #000;
}
.top-bg p {
    color: #fff;
}
.top-bg p.left {
    display: none;
}
.top-bg p.right {
    margin: 0;
    line-height: 20px;
    padding: 0;
    text-align: center;
}
.panel.wrapper {
    display: block;
}
.panel {
    border: 0;
    margin-bottom: 0;
}
.panel.header .links{
    display: none;
}
.logo-row {
    padding: 15px 0;
}
header.content {
    clear: both;
    padding: 0;
    position: relative;
}
.nav-toggle {
    left: 35px;
    position: absolute;
    top: 50px;
}
.nav-toggle::before {
    color: #000;
    content: '\e609';
    display: inline-block;
    font-family: 'icons-blank-theme';
    font-size: 28px;
    font-weight: normal;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.logo {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    padding: 0 0 20px;
}
.account-top,
.customer-account-create .account.mobile-hide {
    float: right;
    margin: 15px 0 0 20px;
}
.account-top {
    margin: 20px 0 0 0;
    position: relative;
    width: 100%;
}
.account-top ul {
    border: 1px solid #888B8D;
    border-radius: 5px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.account-top ul li {
    font-size: 16px;
    margin: 0;
    padding-right: 15px;
}
a.drop-arrow {
    color: #000;
    cursor: pointer;
    font-family: myriad-pro, sans-serif;
    font-size: 16px;
    display: block;
    height: 41px;
    line-height: 40px;
    padding: 0 30px 0 30px;
    position: relative;
    text-decoration: none;
}
.account-options {
    background: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 999;
}
.account-options li {
    border: 0 solid #fff;
    border-radius: 0;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.account-options li a {
    color: #000;
    display: block;
    font-family: myriad-pro, sans-serif;
    font-size: 14px;
    padding: 6px 15px;
}
.drop-arrow::after {
    content: '\e622';
    font-family: 'icons-blank-theme';
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.account-top ul li.dropdownopen {
	border-radius: 5px;
}
.dropdownopen .drop-arrow::after {
    content: "\e621";
    font-family: 'icons-blank-theme';
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.action.skip:not(:focus) {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.minicart-wrapper {
    position: absolute;
    right: 20px;
    top: 40px;
}
.action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}
.action.showcart::before {
    background: rgba(0, 0, 0, 0) url(../images/cart-icon.svg) no-repeat scroll 0 0;
    content: "";
    color: #8f8f8f;
    display: inline-block;
    height: 56px;
    overflow: hidden;
    width: 56px;
}
.counter.qty {
    color: #fff;
    left: 11px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 4px;
    max-width:27px;
}
.minicart-wrapper::after {
    clear: both;
}
/* HEADER END */


/* #FOOTER */
.column-content-mobile-hide {
    display: none;
}
footer
{
    background: #E8E9E9;
    padding-bottom: 20px;
}
.footer__h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center !important;
}
.footer__h3 {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 25px;
}
.footer__column-content {
    font-size: 18px;
    text-align: center;
}
.contact {
    text-align: center;
}
.footer__column p a {
    color: #000000;
}
.footer__column ul {
    padding: 0;
}
ul.column-content__ul {
    list-style: none;
}
.footer__column ul li {
    font-size: 14px;
    line-height: 22px;
}
.footer__column ul li a {
    color: #000000;
}
.column-content__ul {
    margin-top: 20px;
}
.social-icons-mobile {
    display: inline-block;
}
.footer__column .social-icons {
    margin: 0 auto;
    max-width: 220px;
}
.footer__column .social-icons li {
    display: inline-block;
}
.footer__column .social-icons li a {
    display: block;
    height: 31px;
    width: 31px;
}
.footer__column .social-icons li.facebook a {
    background: url(../images/f_logo_RGB-Black_100.svg) no-repeat 0 0;
    background-size: 80%;
}
.footer__column .social-icons li.x a {
    background: url(../images/x_logo.svg) no-repeat 0 0;

    background-size: 80%;
}
.footer__column .social-icons li.youtube a {
    background: url(../images/youtube_social_squircle_dark.svg) no-repeat 0 0;
    background-size: 80%;
}
.footer__column .social-icons li.pinterest a {
    background: url(../images/P-Badge-Cosmicore-Black-900.svg) no-repeat 0 0;
    background-size: 80%;
}
.footer__column .social-icons li.instagram a {
    background: url(../images/Instagram_Glyph_Black.svg) no-repeat 0 0;
    background-size: 80%;
}
.footer__column .social-icons li.linkedin a {
    background: url(../images/In-Black-128@2x.svg) no-repeat 0 0;
    background-size: 80%;
}
.footer__column.stay-connected {
    border: 0;
}
.footer__column.stay-connected p a {
    text-decoration: underline;
}
.stay-connected-subscribe {
    margin-bottom: 7px;
}
.footer__column.right {
    border: 0;
    margin: 0;
    min-height: 10px;
    padding: 0;
    width: 100%;
}
.column-content__newsletter {
    margin: auto;
    padding-bottom: 5px;
    text-align: center;
    text-align: -webkit-center;
}
.hbspt-form {
    width: 60%;
}
.hbspt-form form {
    display: table;
}
.hs-form.stacked .hs_email label {
    display: none;
}
.footer__column.right input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    height: 28px;
    line-height: 14px;
    padding: 5px 10px 5px 10px;
    position: static;
    width: 100%;

}
.newsletter-title {
    display: none;
}
.content-subscribe {
    font-size: 11px;
    line-height: 18px;
    margin-top: 7px;
    max-width: 300px;
}
.footer__column .newsletter input {
    border: 1px solid #c2c2c2;
    border-radius: 0 5px;
    padding: 10px 0 4px 10px;
}
input[type="email"] {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.hs-form.stacked .hs_submit {
    display: table-cell;
    width: 1%;
}
.hs-form.stacked .actions input.hs-button {
    background: #307CAB;
    border: 0 none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    height: 28px;
    width: 85px;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.footer__column .newsletter .actions input {
    margin: 0;
}
/* END FOOTER */

@media screen and (min-width: 375px) {
    .top-bg p.right {
        margin: 0;
        line-height: 30px;
        padding: 0;
        text-align: center;
    }
}
