/** Shopify CDN: Minification failed

Line 1339:1 Expected "}" to go with "{"

**/
.home-multi-sec-1 .multicolumn-card__info {
    display: none;
}

.home-multi-sec-1 .multicolumn-card.content-container {
    line-height: 0;
}

.home-banner-sec-4,
.home-banner-sec-3 {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -10px;
}

.home-collection-multicolumn span.multicolumn_card_cta {
    font-size: 18px !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    display: block;
    text-align: center;
    transform: none !important;
    left: unset !important;
    padding-top: 12px;
    max-width: 100%;
    line-height: 25.7143px;
}

/* Footer */
.footer__content-bottom {
    display: none;
}

.footer__content-top.page-width {
    max-width: 130rem;
    padding: 0 12px;
}

/* Header */
.header__menu-item span {
    font-size: 1.6rem !important;
    letter-spacing: 2px;
    line-height: 22.8571px;
}

form.search input {
    padding: 0 !important;
    min-height: auto;
    height: auto;
    border-bottom: 1px solid #000;
}

button.search__button {
    min-height: unset;
    height: auto;
}

.search-container {
    border-bottom: none !important;
}

.header__icons {
    align-items: baseline;
}

.wishlist_head_btn {
    top: 0;
}

.header__icon,
.header__icon--cart .icon {
    height: 3.5rem !important;
    width: 3.5rem !important;
}

.cart-count-bubble {
    line-height: 0 !important;
}

.banner__content p.banner__heading.inline-richtext.h0 {
    font-size: 34px;
    line-height: 25px;
    font-family: Baskerville MT Std;
    font-style: italic;
    filter: drop-shadow(-10.392px 6px 125px rgba(0, 0, 0, 0.93));
    letter-spacing: 6px;
}

.banner__content h2.h1.mega-title--large {
    font-size: 70px !important;
}

.banner__content .banner__buttons {
    margin-top: 0 !important;
}

.banner__content .banner__buttons a.button.button--secondary,
.collage .banner__buttons a.button.button--primary {
    height: 46px !important;
    max-width: 230px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 400;
    font-family: arimoregular;
    box-sizing: border-box;
    min-height: unset !important;
}

.collage h2.banner__heading.inline-richtext.h1 {
    font-size: 24px;
    letter-spacing: 6px;
    line-height: 25px;
}

.collage h2.h1.mega-title.mega-title--large {
    font-size: 36px !important;
    line-height: 70px;
    text-transform: lowercase;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    font-weight: 400;
}

/* Feature Collection */
.feature-collection h2.title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 35px;
    margin-bottom: 0 !important;
}

.right.collection__view-all a.button {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
    font-family: arimoregular;
    max-width: 163px;
    width: 100%;
    height: 47px;
    border: 2px solid #000000;
}

.feature-collection .collection__title {
    padding: 0 !important;
}

.collage__item {
    line-height: 0;
}

.collage .collage__item--imageCard:before {
    bottom: 0 !important;
    max-height: unset;
}

.feature-collection .slider--desktop {
    scroll-padding-left: 0;
}

h3.card__heading.h5 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 20px;
}

.price__container>* {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    font-family: arimoregular;
}

.card-information .price.price--on-sale {
    margin-top: 0 !important;
}

.feature-collection ul {
    column-gap: 30px;
}

.newsletter-form__field-wrapper .field:after {
    display: none;
}

label.cst_field__label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    transition: top 0.2s ease-in-out;
    right: 0;
    color: #333;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    margin: auto;
    text-align: center;
}

.search_form_for_desktop_only {
    display: none !important;
}

ul#predictive-search-results-products-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

li.predictive-search__list-item {
    width: 50%;
}

input#Search-In-Modal:focus {
    box-shadow: none;
}

.mobile_search_box {
    display: flex;
    flex-direction: row;
}

.mobile_search_icon_left {
    text-align: center;
    display: block;
    width: 44px;
    margin: auto;
}

button.mobile_open_search__button {
    background: none;
    color: inherit;
    border: none;
    cursor: pointer;
    margin: auto;
    display: block;
}

details[open] .modal-overlay::after {
    background-color: #ffffff !important;
}

.field__input,
.customer .field input {
    border-bottom: 2px solid black;
}

/* CSS to hide the snippet by default */
.mobile-only {
    display: none;
}

/* .field input:focus ~ label {
    top: calc(var(--inputs-border-width) + -1.2rem);
  }
  .field input:focus ~ label,
  .field input:-webkit-autofill ~ label {
    top: calc(var(--inputs-border-width) + -1.2rem);
  } */
@media only screen and (min-width: 992px) {
    .predictive-search.predictive-search--header {
        max-width: 1200px !important;
        width: 70em !important;
        border-top: 2px solid black;
        margin-top: 3%;
    }
}

@media screen and (min-width: 990px) {
    .feature-collection .grid--4-col-desktop .grid__item {
        width: calc(25% - 30px * 3 / 4);
        max-width: calc(25% - 30px * 3 / 4);
    }
}

@media (max-width: 990px) {
    li.predictive-search__list-item {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header__heading-logo-wrapper img {
        max-width: 56%;
        margin-left: 51px;
    }

    .search__button .icon {
        display: none;
    }
}

@media (min-width: 768px) {
    .collage .collage__item {
        width: 67.3%;
    }

    .collage .collage__item:nth-child(2) {
        width: 33.3%;
    }

    .feature-collection button.slider-button--prev {
        margin-left: -44px;
    }

    .feature-collection button.slider-button--next {
        margin-right: -44px;
    }

    .footer-block--menu.company {
        max-width: calc(37% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
        padding-right: 20px;
    }

    .footer-block.grid__item.customer-service {
        margin-right: 60px;
    }

    .footer-block--menu li {
        line-height: 1;
        margin-bottom: 2px;
    }

    .footer-block--menu.company ul.footer-block__details-content {
        column-count: 2;
        gap: 20px;
    }
}

/* CSS to show the snippet only on mobile devices */
@media (max-width: 767px) {
    .announcement-bar-slider .slider {
        width: calc(100% - 42px) !important;
        margin: auto;
    }

    .mobile-only {
        display: block;
    }

    button.reset__button.field__button {
        display: none;
    }

    body.overflow-hidden .utility-bar {
        display: none;
    }

    .search-modal.modal__content.gradient {
        padding: 50px 20px 0 !important;
    }

    .predictive-search.predictive-search--header {
        width: 26em !important;
        border-top: 2px solid black;
        margin-top: 8%;
    }

    .announcement-bar .slider-button--next,
    .announcement-bar .slider-button--prev {
        min-width: 20px !important;
        width: 20px;
        height: 20px;
        padding: 0;
    }

    .header {
        padding: 6px 10px !important;
    }

    header-drawer {
        margin-left: -5px !important;
    }

    .banner__content p.banner__heading.inline-richtext.h0 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 3px;
        filter: unset;
    }

    .banner__content h2.h1.mega-title--large {
        font-size: 32px !important;
        margin: 2px 0 0;
        line-height: 40px;
        letter-spacing: 2px;
        font-weight: 500;
    }

    .banner__content .banner__buttons {
        position: absolute;
        bottom: 10%;
    }

    .banner__content .banner__buttons a.button.button--secondary,
    .collage .banner__buttons a.button.button--primary {
        height: 35px !important;
        max-width: 150px;
    }

    .home-banner-sec-4,
    .home-banner-sec-3 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .home-collection-multicolumn span.multicolumn_card_cta {
        font-size: 16px !important;
    }

    /* .home-collection-multicolumn ul {
      margin-bottom: 0 !important;
    } */
    .home-collection-multicolumn .section-template--17210061422765__multicolumn_5-padding {
        padding-bottom: 10px;
        padding-top: 30px;
    }

    /* .collage .banner__media {
      display: block;
    } */
    .feature-collection ul {
        column-gap: 20px;
    }

    .collage h2.banner__heading.inline-richtext.h1 {
        font-size: 24px;
        letter-spacing: 3px;
        line-height: 26px;
    }

    .collage h2.h1.mega-title.mega-title--large {
        font-size: 36px !important;
        line-height: 46px;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
    }

    .collage .banner__media {
        height: auto !important;
    }

    .collage .banner__content {
        height: 100% !important;
    }

    .home-multi-sec-1 ul {
        margin-bottom: 0 !important;
    }

    .feature-collection h2.title {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 44px;
    }

    .feature-collection slider-component {
        padding: 0 30px;
        padding-bottom: 40px;
    }

    .feature-collection .collection .slider--tablet.product-grid {
        scroll-padding-left: 0 !important;
    }

    .feature-collection .collection .slider--tablet.product-grid {
        scroll-padding-left: 0 !important;
        margin-bottom: 0;
    }

    h3.card__heading.h5 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    .large-up-hide.mobbtn {
        text-align: center;
    }

    .right.collection__view-all a.button {
        font-size: 12px;
    }
}

.digital-gift-card-page-hide-me {
    display: none !important;
}

/* wishlist styling start */
/* .page-width.page-width--narrow.section-template--15558127648834__main-padding {
    max-width: 1400px;
    padding: 0;
}

.page-width.page-width--narrow.section-template--15199641567298__main-padding {
    max-width: 1400px;
    padding: 0;
}

.page-width.page-width--narrow.section-template--15558127648834__main-padding h1 {
    display: none;
}

.page-width.page-width--narrow.section-template--15199641567298__main-padding h1 {
    display: none;
} */

.swym-wishlist h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    display: none;
}

.search-results h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    display: none;
}
.ssr-search-results h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
    display: none;
}

.swym-wishlist .page-width.page-width--narrow {
    max-width: 1400px;
    padding: 0;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
}

.swym-ui-component.swym-wishlist-page {
    max-width: none !important;
}

.swym-ui-component .swym-wishlist-grid {
    max-width: none !important;
    padding-left: 0px !important;
}

button#swym-wishlist-context-menu {
    cursor: pointer;
    position: relative;
    margin-left: 15px;
    background: 0;
    padding: 0;
    width: 38px;
    height: 38px;
    transition: all ease-in-out 0.1s;
    border: none;
    margin: 10px 0;
    color: #000;
}

.custom_wishlist .p_image {
    position: relative;
    padding-bottom: 100%;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
    height: auto !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px;
    display: block;
    background: black;
    width: 100%;
    margin: 0;
}

button.swym-button:hover {
    opacity: 1 !important;
    background: #424242 !important;
    opacity: .6 !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
    white-space: unset !important;
    overflow: visible;
    font-family: 'arimoregular', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 92%;
    max-height: 80px;
    height: 40px;
    color: #000 !important;
}

.swym-variant-title.swym-text.swym-title-2 {
    max-height: 80px;
    height: 38px;
    overflow: hidden !important;
    white-space: unset !important;
    color: #000 !important;
}

.swym-ui-component .swym-simple-wishlist-container .swym-simple-wishlist-container-content .swym-wishlist-detail {
    overflow: hidden !important;
}

.swym-ui-component .swym-wishlist-grid li {
    list-style: none;
    background: #fff;
    max-width: 23%;
    width: 100% !important;
    margin: 0 1% 2% 1% !important;
    padding: 0;
    display: flex;
    position: relative;
}

.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
    font-weight: 200 !important;
    font-size: 14px !important;
    letter-spacing: 0em !important;
    color: #000 !important;
    display: block;
}

.swym-product-final-price.swym-value {
    font-family: 'arimoregular', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000;
}

button.swym-delete-btn.swym-nav.swym-nav-1.swym-is-button {
    justify-content: center;
    background: #fff;
    z-index: 1;
    cursor: pointer;
}

.swym-ui-component .swym-share-btn {
    display: none;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1rem;
}

.swym-ui-component .swym-product-price.swym-has-sale .swym-product-final-price {
    color: #b20000 !important;
}

.swym-ui-component .swym-product-price .swym-product-original-price {
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'arimoregular', sans-serif !important;
}

@media only screen and (max-width: 900px) {
    .swym-ui-component .swym-wishlist-grid li {
        list-style: none;
        background: #fff;
        max-width: 100%;
        width: 48% !important;
        margin: 0 1% 4% 1% !important;
    }


    .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
        width: 100% !important;
        object-fit: cover;
        max-height: 44vw !important;
    }

    .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
        width: auto;
        height: 58px;
    }

    .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail .swym-wishlist-main-title {
        font-weight: 200 !important;
        font-size: 14px !important;
        letter-spacing: 0em !important;
        color: #000 !important;
    }

    .swym-ui-component .swym-wishlist-context-menu .swym-wishlist-context-menu-content {
        bottom: 77em;
        width: 77%;

    }
}


/* CSS Changes for Help Pages Starts - vikrant */

.size-fit table td {
    line-height: 30px;
    font-size: 12px;
    border-width: 0;
    border-right: 1px solid #000;
    text-align: center;
    color: #000;
}

.size-fit {
    margin-bottom: 20px;
}

div.collapse.show div.card-block tbody {
    background-color: white;
}

div.size-fit table#scope tbody {
    background-color: #d7d7d7;
}

.tab-content .tab-pane .content .card .card-block {
    margin: 20px 0px !important;
}

.terms-content div.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    display: block;
}

.terms-content .tab-content .tab-pane .content p {
    text-align: justify;
}

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

    div.tab-content div.tab-pane div.content div.termsOfSale p {
        text-align: justify !important;
    }

    div.collapse.show div.card-block.text-center.justify-center {
        overflow-x: auto !important;
    }

}

/* Store Locator page Section Css starts */

.store-locator-width.page-width {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.store-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}

div.store-locator-width.page-width div.section-header.text-left {
    margin-bottom: 55px;
    padding-top: 55px;
    text-transform: uppercase;
}

div.store-locator-width.page-width div.section-header.text-left h2 {
    font-size: 30px;
    letter-spacing: 0.1rem;
    font-family: arimoregular !important;
}

.store-locator-width.page-width {
    padding-left: 55px;
    padding-right: 55px;
}
@media only screen and (max-width: 767px) {

    .store-locator-width.page-width {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .store-grid {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0px;
        row-gap: 30px;
    }

    div.store-locator-width.page-width div.section-header.text-left h2 {
        margin: 0;
    }

    div.store-locator-width.page-width div.section-header.text-left {
        margin-bottom: 35px;
        padding-top: 35px;
    }
    .store-grid__item.text-left:last-child {
        margin-bottom: 60px;
    }

}

.store-grid__item {
    position: relative;
}

.feature-row__image-wrapper {
    margin: 0 auto 19.44444px;
    position: relative;
    width: 100%;
}

.store-grid .feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 100%;
}

.store-grid__item details summary {
    position: relative;
    cursor: pointer;
}

.store-grid details>summary {
    list-style-type: none;
}

.store-grid__item details[open] summary:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.store-grid__item details summary:after {
    content: "";
    background-image: url(/cdn/shop/files/right.png?v=1615532227);
    width: 15px;
    height: 15px;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.store-grid__item .h4 {
    font-size: 30px;
    line-height: 25px;
    color: #000;
    font-family: Baskerville !important;
    text-transform: lowercase;
    left: 0;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .store-grid__item .h4 {
        margin-bottom: 0;
    }
    .store-grid__item p {
        margin-top: 5px;
    }
}

.store-grid__item .rte-setting {
    margin-top: 30px;
}

.store-grid__item .rte-setting>* {
    color: #000;
}
.template-term-of-use .pagecontent h3 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 5px;
}
.onetrust-pc-dark-filter {
    display: block !important;
}

/* SMTECH-352 Fix CSS STARTS*/
section.shopify-section.section div.page-width.page-width--narrow {
    max-width: 100%;
}
.do_not_sell_page {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    display: block;
}

div.do_not_sell_page .pagecontent p {
    color: #000;
    font-weight: 400;
    line-height: 1.42857143;
}
.do_not_sell_page h1 {
    text-transform: uppercase;
    font-size: 36px;
}
.do_not_sell_page h2 {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: inherit;
    margin-top: 55px;
    margin-bottom: 27.5px;
}

.do_not_sell_page ul li {
    font-size: 14px;
 color:#000;
}
.do_not_sell_page .rte a, .do_not_sell_page .rte a span {
    color: #00f;
}

.term-of-use .pagecontent h3 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 5px;
}
.right-content.pagecontent img {
    width: auto !important;
    padding-right: 20px;
    height: auto;
    max-width: 100%;
}

.privacy-policy h3 {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #000;
}

.new-image-with-text-section .new-image-with-text-content-wrapper h2 {
    letter-spacing: .1em;
}
.new-image-with-text-section .new-image-with-text-content-wrapper h2.subheading {
    letter-spacing: .1em;
}
.careers .new-image-with-text-section .new-image-with-text-content-wrapper p {
    letter-spacing: 0;
    line-height: 1.42857143;
}
.careers .new-image-with-text-btn .dc-btn {
    font-size: 14px;
    letter-spacing: 0;
}
.careers .dc-btn:hover {
    background: #000;
    color: #fff !important;
}
.careers a {
    color: #000;
}
.student-discount-banner .student-container h1 {
color:#fff;
}
.sustainability .sustainability-top-img img{
    padding-right: 0px !important;
}
.sustainability .sustainability-section .sustainability-top-content p {
font-size: 15px !important;
}

.sustainability .right-content.pagecontent img {
    height: 100% !important;
    padding-right: 0px !important;
    width: 100% !important;
}

/* re-vita page css starts */
.recurate-product-list, #orders-div, #recurate-submission-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.recurate-product-list h5, #orders-div h4 {
    flex-basis: 100%;
}

.recurate-filter-div.recurate-row.mb-30 {
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-height: 0px !important;
}

hr.recurate-line-1 {
    width: 100%;
}
.recurate-filter-div #select-filters {
    max-width: 55.3333% !important;
}
#orders-div .recurate-product-info-div>.recurate-h5, #orders-div .recurate-product-info-div>.recurate-body, #recurate-submission-list .recurate-product-info-div>.recurate-h5 {
    margin-bottom: 10px !important;
}
.recurate-product-list .recurate-product-info-div h5, #orders-div .recurate-product-info-div h5 {
    text-align: center !important;
}
.recurate-container .recurate-h5, .recurate-card-secondary .recurate-h5 {
    font-style: normal !important;
    font-weight: bold !important;
    line-height: 21px;
    letter-spacing: 0.04px;
    font-size: 1.6rem;
}
#orders-div .card form, #orders-div .card .line-items-container {
    height: 100%;
}


#orders-div .recurate-product-info-div, #recurate-submission-list .recurate-product-info-div {
    max-width: 80% !important;
}
.edit-profile a.cancel_profile.btn {
    color: #fff !important;
}

.edit-profile .form-vertical input {
    font-size: 16px;
}
.edit-profile input,
input::placeholder {
    font: 1.25rem/3 sans-serif;
    font-style: italic;
}

/* re-vita page css ends */

/* Cart styling starts */

.drawer__header h2.drawer__heading {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: .2em;
}

.drawer__close svg {
    color: #000;
    padding: 7px;
}
.drawer__close {
    min-height: 3.4rem !important;
}

.product_option_details dt:nth-of-type(5) {
    display: none;
}

/* Cart styling ends */

@media only screen and (max-width: 767px) {
    .do_not_sell_page {
        padding: 0 10px;
    }
    .right-content.ordertracking {
        padding: 5px 10px !important;
    }

    #ordertrackingform input {
        padding: 8px 15px !Important;
    }
    #ordertrackingform div {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #ordertrackingform .order-page-field {
        width: calc(50% - 0.5rem);
    }
    #ordertrackingform input {
        width: 100%;
    }
    .collapse.show {
        padding: 0 0rem !important;
    }
    .order_submit_seperate .order-page-field:first-child {
        flex: 0 0 100%;
    }
    input#billzip {
        width: calc(50% - 0.5rem) !important;
    }

    .privacy-policy .pagecontent ol li, .pagecontent ul li {
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }
    .privacy-policy table {
        table-layout: auto !important;
    }
    .privacy-policy th{
        padding: 5px 4px !important;
    }
    .faqs table{
        table-layout: auto !important;
    }
    .recurate-filter-div {
        flex-direction: column-reverse !important;
        margin: 0px;
    }
    .recurate-filter-div #select-filters {
        max-width: 100% !important;
    }
    .recurate-filter-div #select-filters .recurate-order-filter {
        flex: 0 1 0%;
    }
    .recurate-filter-div #select-filters {
        width: 93% !important;
        left: 7px;
    }
    .section.shopify-section {
        padding: 0px 0px 10px 0px;
      }
    
      .multicolumn-card__info .link {
        padding: 12px 15px 0px;
    }
    /* .items-head {
        display:none;
    } */

    cart-remove-button .button {
        display: block;
        max-width: max-content;
        width: 100%;
        height: auto;
    }
    .cart-item cart-remove-button {
        margin: 0 !important;
        /* flex-direction: row; */
        justify-content: center !important;
        text-decoration: underline;
        height: 20px;
    }
}

.ab_dis_sale_badge {
    display: none !important;
}

/* Size Guide moving issue Fix */
.size_modal {
    min-height: 30px;
}


/* ADA ticket smtech-531 issue fixes */
@media only screen and (min-width: 991px) {
    body *:not(input.width200):not(.grid-wrapper .cta-btn):not(.footer-wrapper a):not(.Order-BoxCntr .checkout-box .pay-btnnbx):not(.mini-cart__buttons>a):not(.adjust1):not(.__messages .slick-arrow):not(.__message>p a):not(a.product-img):not(.swatch-element.click_trigger_swatch):not(.swatch-element):not(.customColor):not(.filters-dropdown):not(.yotpo-dropdown-button):not(.review-star):not(.shopify-section):not(.mainSections):not(.isp_related_products .slick-arrow):focus, header a:focus, #search_input:focus, header #mainNavDesk .hasDropDown ul li>a:focus, header #mainNavDesk .hasDropDown span.posrel>a:focus, .visuallyhidden.focusable.skip-link:focus, header #mainNavDesk .col_image_only img:focus, header #mainNavDesk ul li span:focus, header #mainNavDesk ul.dropdownmenu li:focus, header #mainNavDesk ul.dropdownmenu li a:focus, header #mainNavDesk ul.dropdownmenu li ul li a:focus, .close-modal:focus, .tab-content :focus, .apply_squad .cm_arrow_btn:focus, .collaborate-us .collab_wrapper a:focus, a.closecart:focus, .cartDrawer .quick-cart-item .quick-cart-details .grid-form-add .adjust:focus, .cartDrawer .quick-cart-item .quick-cart-details .grid-form-add .adjust:focus-visible, .cartDrawer .quick-cart-item .quick-cart-details a.remove_item:focus, .ais-facets .ais-facet--item>div input[type=checkbox]:focus+label {
        /* border: 2px solid #553D0C !important; */
        border-radius: 5px;
        box-shadow: none !important;
        outline: 2px solid #553D0C !important;
    }

    .pswp__scroll-wrap button:focus, .pswp__scroll-wrap button:hover  {
        border-radius: 5px;
        box-shadow: none !important;
        outline: 2px solid #553D0C !important; 
    }
}


.product_details_outer .product-form .colorTag .swatch-wrapper a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid #cbcbcb;
}

.product_details_outer .product-form .colorTag .swatch-wrapper a:focus img {
    border-radius: 0px !important;
    object-fit: fill;
    outline: none !important;
    border-width: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

@media only screen and (min-width: 991px) {
.announcement-bar-slider button:hover ,.announcement-bar-slider p a:hover {
    border: 2px solid #E3AB3B !important;
    border-radius: 5px;
    box-shadow: none !important;
    outline: none;
}
}

/* skip-link css */
.skip-link {
    background-color: #fff;
    padding: 1em;
    z-index: 10000;
    display: block;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: normal;
    background-color: #fff;
    padding: 0.5em !important;
    z-index: 10000;
    display: block;
}






.fallback-BIS-container {
    /* position: fixed; */
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}


.banner__media a.banner-hyperlink-desktop img{
    width: 100% !important;
    display: flex !important;
    margin:0 !important;
}

div#Banner-image_1 .banner__media .collage-hyperlink-desktop {
    display: flex !important;
}
.banner__media a.banner-hyperlink-mobile img{
    width: 100% !important;
    display: flex !important;
    margin:0 !important;
}
div#Banner-image_1 .banner__media .collage-hyperlink-desktop img.image_class,
div#Banner-image_1 .banner__media .collage-hyperlink-mobile img.image_class_2 {
    display: flex;
    width: 100%;
}
div#Banner-image_1 .banner__media .collage-hyperlink-mobile {
    display: flex !important;
}


.collage__item--right .banner__box.content-container.collage__banner__content {
    text-align: center;
}

.collage__item .collage__banner:after,.collage__item .collage__banner__media:after {
    opacity: 0.2 !important;
}

.new-view-wide-wrap .new-sd-wd-btn-wrapper {
    column-gap: 10px;
}

.new-view-wide-wrap .new-sd-wd-btn-wrapper .new-view-standard, .new-view-extra-wide, .new-view-wide-wrap .new-sd-wd-btn-wrapper .new-view-wide {
    padding: 10px 5px !important;
    font-size: 12px;
}


@media screen and (max-width: 780px) {
.new-view-wide-wrap .new-sd-wd-btn-wrapper {
    column-gap: 5px;
}

.new-view-wide-wrap .new-sd-wd-btn-wrapper .new-view-standard, .new-view-extra-wide, .new-view-wide-wrap .new-sd-wd-btn-wrapper .new-view-wide {
    padding: 10px 3px!important;
    font-size: 8px;
}

.new-view-wide-wrap .new-sd-wd-btn-wrapper {
    padding-top: 3rem !important;
}