h1.product-single__title {
    text-align: center;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 10px;
}

@media only screen and (max-width: 749px) {
    .breadcrumb {
        margin-top: 0px;
        margin-bottom: 6px;
    }
}


ul.product-single__meta-list.list--no-bullets.list--inline li {
    width: 100%;
    text-align: center;
}

.pick_currency {
    z-index: 7 !important;
}

.global_newsletter input[type=email] {
    color: #666 !important;
    font-family: 'AndaleMono' !important;
    font-size: 12px !important;
}

.product-form__item {
    display: block;
    flex: unset;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 12px;
    font-family: 'AndaleMono';
    font-size: 12px;
}

#Quantity {
    line-height: 1;
    min-height: 25px;
    padding: 0px 0px;
    font-family: 'AndaleMono';
    font-size: 12px;
}

.product-form__item.product-form__item--quantity .js-qty {
    width: 104px;
    margin: 0 auto;
}

.js-qty__adjust {
    width: 21px;
    border-color: black;
    color: black;
}

.product-form select {
    font-size: 12px;
    line-height: 1;
    min-height: 30px;
    -webkit-appearance: none;
    padding: 8px 24px;
    letter-spacing: 2px;
    font-family: 'AndaleMono';
    background-image: unset;
}

.selector-wrapper.js.product-form__item {
    position: relative;
}

.product-form .selector-wrapper:after {
    content: '>';
    font: 14px "AndaleMono", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 17px;
    top: 7px;
    padding: 0 0 2px;
    /* border-bottom: 1px solid #999; */
    position: absolute;
    pointer-events: none;
}



#AddToCart-product-template.product-form__cart-submit {
    font-size: 12px;
    text-align: left;
    line-height: 1;
    min-height: 30px;
    padding: 8px 24px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-family: 'AndaleMono';
}

.product-single__thumbnails {
    display: block;
}

div#ProductThumbs-product-template .product-single__thumbnail-item:first-child a {
    margin-top: -10px;
}

.product-single__thumbnails.slick-initialized {
    margin-top: 0px;
}

.rte.product-single__description {
    font-family: 'AllerStdLt' !important;
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
    color: #666 !important;
    line-height: 20px;
}

#wash-care {
    /*  padding: 50px;*/
    font-family: 'AndaleMono';
    letter-spacing: 0.5px;
    line-height: 20px;
}

.product-form select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

/* The Modal (background) */
.customModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(51,51,51); /* Fallback color */
    background-color: rgba(51,51,51,0.7); /* Black w/ opacity */
}

.panel-body {
    padding: 50px;
}

/* Modal Content */
.customModal-content {
    margin: auto;
    padding: 20px;
    width: 100%;
}

/* The Close Button */
.customClose {
    color: #fff;
    float: right;
    font-size: 32px;
    font-weight: bold;
}

    .customClose:hover,
    .customClose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.pannel {
    border: 1px solid transparent;
    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
}

.activeSize {
    border: 1px solid #fff;
    color: #777;
    background: #fff;
    height: 27px;
    letter-spacing: 2px;
    padding-top: 7px;
    padding-bottom: 6px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}

.inactiveSize {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    height: 27px;
    letter-spacing: 2px;
    padding-top: 7px;
    padding-bottom: 6px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}

.breadcrumb a, .breadcrumb span {
    color: #707070 !important;
    padding: 0px 4px;
    font-size: 11px;
    font-family: 'AllerStdLt';
}

.photos__item.photos__item--main.small--hide {
    padding-right: 6px;
}

@media only screen and (max-device-width: 749px) {
    .panel-body {
        padding: 0 !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .customClose {
        line-height: 20px;
    }
}


/*Collection Page*/
a.product-card__image-wrapper.product-card {
    display: block;
    margin: 0 42px;
    padding: 0 42px;
}

.product-card__info {
    padding: 15px 12.5px 30px;
}


a.site-header__link.site-header__cart {
    border: 1px solid black;
    margin: 0px 11px;
    padding: 3px 5px;
}


#contact-form_custom {
    width: 55%;
    margin: 0px auto;
}

span.page.current {
    background: #999;
    color: white;
}

.product-card__availability {
    position: absolute;
    top: 40%;
    transform: translate(-50%,0);
    left: 50%;
}

@media only screen and (max-device-width: 749px) {

    .main-content {
        margin-top: 0px !important;
    }

    .site-header__link svg.icon.icon-hamburger {
        /*margin-right: -40px;*/
        width: 30px;
        height: 30px;
    }

    .site-header__link {
        padding: 0px;
        left: 5px;
    }

    a.product-card__image-wrapper.product-card {
        display: block;
        margin: inherit;
        padding: 12.5px;
    }

    .text-left {
        margin-bottom: 20px;
    }

    .medium-up--one-half {
        margin-bottom: 0px !important;
    }

    .product-card__info {
        padding-top: 0px;
    }

    .product-single__meta {
        margin-top: 20px;
    }

    #contact-form_custom {
        width: 83%;
        margin: 0px auto;
    }

    .site-header__logo-link img {
        margin-right: 50px;
        width: 220px;
    }

    .site-header__logo {
        margin: 0;
    }

    .hide_desktop_cart {
        top: 30px;
        right: 0px;
    }
}
/*--blue box shadow css--*/

select:focus, select:active, select:hover {
    outline: none !important;
    box-shadow: none !important;
}

button:focus, button:active, button:hover {
    outline: none !important;
    box-shadow: none !important;
}
