/** Shopify CDN: Minification failed

Line 889:11 Expected ":"

**/
.product-form .input-row, .buy-buttons-row {
    margin: 0;
    clear: both;
}

/*@media (min-width: 1200px){*/
#shopify-section-cross-page-promos .cross-page-promos {
    padding-bottom: 40px;
}

/*}*/

/*@media (max-width: 767.98px) {*/
.page-header.cf > h1.majortitle {
    margin-bottom: 0;
}

/*}*/

.strongly-spaced-row,
.fully-spaced-row--medium {
    /*margin-top: 40px;*/
    /*margin-bottom: 40px;*/

}


.overlay-text {
    /*background-color: rgba(0,0,0,0.4);*/
}

.slideshow--navigation-arrows .overlay-text {
    /*background-color: transparent;*/
}


a.small-feature-link,
.section-featured-carousel a.has-paging__title {
    font-size: 1rem;
    color: #000 !important;
    text-underline-offset: unset !important;
    text-decoration-color: unset !important;
    font-weight: 500 !important;
    font-family: 'Roboto';
    opacity: 1;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.collection-slider-row.use-alt-bg .view-all:not(:hover) {
    opacity: 1;
}

/*Contact Us Form*/

.disclosure {
    padding: .75em 1em;
    border: 1px var(--input-border-color) solid;
    background: var(--input-background-color);
    color: rgb(var(--input-text-color));
    border-radius: var(--btn-border-radius);
}

svg.icon.icon-caret {
    width: 25px;
    padding-inline-start: 10px;
}
ul#CountryList.disclosure__list {
    min-width: 100%;
    max-height: 20em;
    overflow-y: auto;
    border: 1px solid var(--body-input-border-color);
    outline: 0;
    background-color: var(--body-input-background-color);
    box-shadow: 0 5px 10px #00000026;
    color: rgb(var(--body-input-text-color));
    font-size: var(--base-text-size);
}

li.disclosure__item {
    padding: 9px 15px;
    cursor: pointer;
}

li.disclosure__item a {
  color: #676869;
}
li.disclosure__item:hover {background-color: #F6F6F6;}

@media (min-width: 768px) {
    .slideshow--navigation-arrows .overlay-text {
        left: 0px;
        right: 0px;
    }
}

.rocket-description-bottom {
    max-width: none !important;
}

.rocket-description-bottom > .rocket-description-container > .rocket-content-right {
    width: 80%;
    float: right;
    padding-left: 25px;
    margin-bottom: 50px;
}

.rocket-description-bottom > .rocket-description-container > .rocket-content-right > .rte.cf {
    max-width: 800px;
}

@media (max-width: 767.98px) {
    .rocket-description-bottom > .rocket-description-container > .rocket-content-right {
        width: 100%;
        float: left;
        padding-left: 0px;
    }

    .rocket-description-bottom > .rocket-description-container > .rocket-content-right > .rte.cf {
        max-width: 100%;
        margin-left: auto;
    }
}

/* FOOTER */
#pagefooter .section-footer__title {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 12px;
    margin: 0;
}

.section-footer__menu-block__menu li {
    font-size: 14px;
}

.section-footer__row-container:last-child {
    background-color: #f4f4f4;
    color: #333333;
}


.section-footer .social-links {
    letter-spacing: -.33em;
    margin: 0;
    line-height: 0;
}

.section-footer .social-links__list a {
    font-size: 12px;
    display: block;
    line-height: 38px;
    position: relative;
    top: 1px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    text-align: center;
}

.section-footer .social-links li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 7px;
    width: 37px;
    height: 37px;
}

.section-footer .social-links a:hover {
    color: #171717 !important;
}

.section-footer .social-links__list li:first-child {
    margin-left: -10.5px;
}

.section-footer .social-links a svg {
    vertical-align: -5%;
}

.section-footer__newsletter-block {
    flex: 0 1 500px;
}

#footer_newsletter_signup {
    display: flex;
    gap: 0.5rem;
}

.signup-form__button {
    margin-bottom: 1em;
}

#footer_newsletter_signup p {
    width: 100%;
}

.collection-slider-row {
    width: 100%;
}

@media (min-width: 768px) {
    .section-footer__row-container:first-child .section-footer__row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .section-footer__row-container:first-child .section-footer__newsletter-block {
        grid-column: 2 / 4;
    }
}

@media (min-width: 960px) {
    .section-footer__row-container:first-child .section-footer__row {
        display: grid;
        grid-template-columns: 1.5fr 0.8fr 1.2fr 1fr 2fr;
    }

    .section-footer__row-container:first-child .section-footer__newsletter-block {
        grid-column: 5;
    }

    .collection-slider-row {
        margin-top: 60px;
        width: 100%;
    }

    .section-featured-carousel {
        margin-top: -40px;
    }

    .section-featured-carousel .collection-slider-row {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .section-footer__row--blocks {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .section-footer__row__col {
        margin-bottom: 0 !important;
    }
}

/**
 * HOMEPAGE
 */
.pl-swatches-collection {
    display: none !important;
}

.fully-spaced-row, .fully-spaced-row--small {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 960px) {
    .strongly-spaced-row, .fully-spaced-row--medium {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .fully-spaced-row, .fully-spaced-row--small {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-rich-text .h1-style {
        font-size: 20px;
    }
}

.section-featured-carousel .has-paging__title {
    color: #171717;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: #17171766;
    text-decoration-thickness: 1px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
}

/**
 * COLLECTIONS
 */
.pagination {
    justify-content: center;
}

@media (max-width: 767.98px) {

    #cross-page-promos-horizontal .flexible-layout {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    #cross-page-promos-horizontal .flexible-layout .column {
        margin-bottom: 10px;
    }

    #cross-page-promos-horizontal .icon-with-caption__text {
        font-size: 14px;
    }

    #shopify-section-template--16043644977302__1684357758bc5c8b88 .fully-spaced-row--medium {
        margin-top: 0;
    }
}

#shopify-section-template--16043644846230__main .page-header {
    margin-bottom: 40px;
}


/**
 * PRODUCT PAGE
 */

.product-info-accordion table th:not(.attrib-title):after {
    content: ":";
}

.product-info-accordion table {
    display: block;
}

.product-info-accordion table tr {
    display: block;
}

.product-info-accordion table th, .product-info-accordion table td {
    border: none;
    padding: 2px;
}

.product-info-accordion table th {
    font-weight: 600;
}

.product-info-accordion .attrib-title {
    display: none;
}

.product-info-accordion .attrib-title + th {
    display: none;
}

.product-info-accordion table.attrib {
    margin-bottom: 10px !important;
}

.product-info-accordion p:empty {
    display: none;
}

.disclosure__content {
    font-size: 15px;
}

.disclosure__content p,
.disclosure__content li {
    font-family: Roboto, sans-serif !important;
    font-size: 15px;
}

.disclosure__content li span {
    font-family: Roboto, sans-serif !important;
    font-size: 15px !important;
}

/*TODO: nuevo archivo*/
.droptracking_cross-item img {
    border-radius: 0 !important;
}

/* order-lookup-by-hulkapps */
#order-lookup-by-hulkapps {
    margin: 0 auto !important;
}

#order-lookup-by-hulkapps #search-page {
    background-color: transparent !important;
}

#order-lookup-by-hulkapps .find-order {
    box-shadow: none !important;
}

#order-lookup-by-hulkapps .order-track-input {
    font-size: 13px !important;
    max-width: 100% !important;
    padding: 7px 12px 5px !important;
    height: initial !important;
    line-height: 23px !important;
    margin-bottom: 14px !important;
}

#order-lookup-by-hulkapps .order-track-form .btn {
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: .05em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    min-width: 130px !important;
    max-width: 100% !important;
    padding: 10px 41px 8px !important;
    height: auto !important;
}

#order-lookup-by-hulkapps #search-form-title,
#order-lookup-by-hulkapps .result-page-title,
#order-lookup-by-hulkapps .product-recommend-title {
    font-size: 26px !important;
    line-height: 1.25em !important;
    color: #333 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    font-weight: 700 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.75em !important;
}

#order-lookup-by-hulkapps .square-img {
    border-radius: 0 !important;
}

/*variant-picker - Ruler icon - Size guide -*/
modal-opener.no-js-hidden {
  margin-left: 5px;
}

/* TODO cambiar tamaño a 16*/


@media (min-width: 769px) {
    #order-lookup-by-hulkapps .find-order .order-track-form {
        border: none !important;
    }

    .find-order .heading h3 {
        padding: 0px !important;
    }
}

#order-lookup-by-hulkapps .swiper-slide.active .status-checkmark, .swiper-slide.active:not(:last-child)::after, .swiper-slide.active:not(:first-child)::before {
    background-color: #748DB2 !important;
}

#order-lookup-by-hulkapps .or-shipment-details-inner .swiper-button-next, .or-shipment-details-inner .swiper-button-prev {
    background: #748DB2 !important;
}

#order-lookup-by-hulkapps .or-product-text {
    font-size: 16px !important;
}

#order-lookup-by-hulkapps .or-order-detail li span {
    font-size: 16px !important;
}

#order-lookup-by-hulkapps .order-result-section {
    background-color: transparent !important;
    padding-top: 0 !important;
}

#order-lookup-by-hulkapps .order-result-page-main.result-vertical .or-product-list {
    margin-top: 0px !important;
}

#order-tracking-form .main-content {
    padding-bottom: 45px !important;
}

#order-lookup-by-hulkapps .order-result-page-main.result-vertical .or-shipment-details-wrapper-vertical-tablet {
    margin-top: 45px !important;
}

#order-lookup-by-hulkapps .or-more-details {
    margin-top: 0 !important;
}

@media (max-width: 576px) {
    #order-lookup-by-hulkapps .or-ship-info {
        padding-top: 0 !important;
    }

    #order-lookup-by-hulkapps .order-result-page-main.result-vertical .or-order-details-wrapper {
        margin-top: 40px !important;
    }

    #order-lookup-by-hulkapps .or-ship-info h3 {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.28 !important;
        color: #354553 !important;
    }
}

#order-lookup-by-hulkapps .or-order-details-wrapper {
    border-radius: 0 !important;
}

@media (min-width: 576px) {
    #order-lookup-by-hulkapps .swiper-button-next,
    #order-lookup-by-hulkapps .swiper-button-prev {
        display: none !important;
    }

    .swiper-wrapper {
        margin-top: -40px !important;
    }

    #order-lookup-by-hulkapps .or-ship-info {
        margin-bottom: 1em !important;
    }
}

#order-lookup-by-hulkapps .go-back a {
    font-size: 16px !important;
}

#order-lookup-by-hulkapps .or-order-details-title {
    text-transform: capitalize !important;
}

#order-lookup-by-hulkapps .or-ship-info-inner,
#order-lookup-by-hulkapps .or-tracking-map .tracking-map-inner {
    border-radius: 0px !important;
}

@media (max-width: 576px) {
    #order-lookup-by-hulkapps .or-product-main-inner h3 {
        font-size: 18px !important;
    }
}

#order-lookup-by-hulkapps h3.pre-order-item {
    font-size: 16px !important;
    text-align: left !important;
}

#order-lookup-by-hulkapps .pre-order-item a {
    font-weight: 700;
    font-size: 16px !important;
    color: #748db2;
}

#order-lookup-by-hulkapps .pre-order-item a:hover {
    color: #08c !important;
}

#order-lookup-by-hulkapps .or-product-main-inner h3 {
    text-align: left !important;
}

#order-lookup-by-hulkapps .or-list-unstyled li,
#order-lookup-by-hulkapps .or-ship-info-inner li {
    list-style: none;
}

.pw-route-protection.desktop-align-center {
    padding: 0;
    padding-bottom: 10px;
}

.pw-route-protection .pw-container:not(.legacy) {
    max-width: 100% !important;
}

.pw-route-protection .pw-row-3, .pw-route-protection .pw-info-icon.learn-more {
    display: none;
}

.cart-drawer__footer {
    padding-top: 10px;
}

.cart-drawer__footer .pw-container {
    border-bottom: solid 1px #ccc;
}

.cart-drawer__content-item.custom .cart-info-block--lmtb {
    margin-top: 5px;
    margin-bottom: 5px;
}

.cart-drawer__content-item.custom .text-box--wide {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}

.cart-drawer__content-item.custom .text-box--wide img {
    object-fit: contain;
    max-width: 25px;
    margin-right: 8px;
}

.cart-drawer__content-item.custom .with-icon__beside {
    font-size: 12px;
}

.cart-drawer__content-item.custom + .cart-item-list.cart-drawer__content-item {
    margin-top: 15px;
}

.hidemessage {
    display: none !important;
}

/*
 * SIZE CHART
 */
legend {
    width: auto;
}

#size-chart-table {
    width: 100%;
}

@media (max-width: 960px) {

    #size-chart-table {
        font-size: 13px;
    }

    #size-chart-table th,
    #size-chart-table td {
        padding: .25em .7em;
        white-space: nowrap;
    }
}

.opposing-items {
    justify-content: flex-start;
}

.opposing-items .label {
    margin-right: 1em;
}

.size-chart-link {
    font-size: 14px;
}

.product-label.product-label--limited-edition > span {
    background-image: url("https://cdn.shopify.com/s/files/1/0450/5721/2566/files/limited-edition-bg.png?v=1689706288");
    background-size: cover;
    color: #fff;
}

.button.altcolour:hover, button.altcolour:hover, input[type=submit].altcolour:hover, input[type=reset].altcolour:hover, input[type=button].altcolour:hover {
    background: #ffffff;
    color: #393c37;
    border-color: #393c37;
}

.collection-item .des {
    -webkit-line-clamp: unset;
}

.usf-facets {
    font-size: 14px;
    color: #000000;
}

.usf-checkbox-inner {
    box-shadow: 0 0 0 1px #000000;
}

.usf-facet-values--Swatch {
    display: grid;
    grid-template-columns: repeat(auto-fill, 38px);
    gap: 8px;
    justify-content: space-between;
}

.usf-facets:not(.usf-facets--mobile) .usf-facet-values--Swatch .usf-facet-value {
    margin: 1px;
}

.collection-listing .product-list {
    position: relative;
}

.collection-listing .quickbuy-container {
    margin-left: 20px;
}

.usf-sr-paging {
    padding: 0 !important;
}

@media (max-width: 760px) {
    .usf-facet-values--Swatch {
        margin-top: 16px;
    }

    .usf-facets--mobile .usf-facet-values--Swatch .usf-facet-value--with-background {
        padding: 0 !important;
        border: none;
    }

    .usf-facet-values--Swatch .usf-label.usf-btn {
        display: none;
    }

    .usf-facets--mobile .usf-facet-values--circle .usf-mobile-swatch {

        box-shadow: 0 0 0 1px #e8e8e1;
    }

    .usf-facet-values--Swatch .usf-facet-value.usf-selected .usf-mobile-swatch {
        box-shadow: 0 0 0 1px #000000;
    }

    .usf-mobile-swatch {
        width: 35px;
        height: 35px;
        margin: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.variant-fit-block {
    margin-bottom: 20px;
}

.variant-fit-selectors {
    display: flex;
    gap: 8px;
}

.variant-fit-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 3.5em;
    max-height: 38px;
    padding: 8px;
    border: 1px rgb(217, 217, 218) solid;
    border-radius: 3px;
    background-color: #fff;
    color: #676869;
    font-weight: 600;
    width: 100%;
}

.variant-fit-selector.active {
    border: 1px rgb(103, 104, 105) solid;
    box-shadow: 0 0 0 var(--input-active-shadow-width) #676869;
    cursor: default;
}

.variant-fit-selector:hover {
    color: #676869;
    border: 1px rgb(171, 172, 173) solid;
    cursor: pointer;
}

.gallery__image.rimage-outer-wrapper.fade-in.lazyloaded {
    background-size: contain !important;
}

.image-overlay__image-link .gallery__image.rimage-outer-wrapper.fade-in.lazyloaded {
    background-size: cover !important;
}


#order-lookup-by-hulkapps .order-track-input {
    display: none;
}

/* Custom Wide Badge */



.product-label--wide > span {
    background: #6f8db6;
    color: #ffffff;
}


.section-featured-carousel .product-info {
    justify-content: start;
    margin-top: 10px;
    margin-bottom: 30px;
}

.opt-label {
    min-width: 3.5em;
    min-height: 38px;
    padding: 8px;
    font-weight: 600;
    margin: 8px 8px 0 0;
}

[data-option="US Size"] .flex:first-child,
[data-option="US Wide Size"] .flex:first-child{
    gap: 8px;
}

.disclosure__content table,
.disclosure__content p,
.disclosure__content li {
    font-family: Roboto, sans-serif !important;
    font-size: 15px;
}


.product-info-accordion table th {
    font-weight: 600;
}

.product-info-accordion table th, .product-info-accordion table td {
    border: none;
    padding: 2px;
}

.product-info-accordion table, .product-info-accordion table tr {
    display: block;
}

.quantity-wrapper {
    --custom-size: 38px;
}

.quantity-wrapper a {
    height: var(--custom-size);
    width: var(--custom-size);
    min-width: var(--custom-size);
    line-height: var(--custom-size);
}

.quantity-wrapper input[name=quantity] {
    width: 42px;
    height: var(--custom-size);
}

.product-form .quantity-submit-row .quantity-submit-row__submit {
    margin-top: 25px;
    margin-bottom: 15px;
}

.price .money {
    font-size: 16px;
}

.price-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.cc-rating-custom-caption {
    font-size: 1em;
    line-height: 1.7em;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .price-container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}

.rocket-description-bottom > .rocket-description-container {
    display: flex;
    padding 0 !important;
}

.rocket-description-bottom > .rocket-description-container > .rocket-content-right {
    padding-left: 0 !important;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1000px) {
    .rocket-description-bottom > .rocket-description-container > .rocket-content-right {
        max-width: 80%;
    }

    .rocket-description-bottom > .rocket-description-container {
        padding-left: 320px !important;
    }
}

/* PAGES */

.row .collection-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
.collections-wrapper, .img-box
{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12, .collections-wrapper, .img-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .col-md-6, .collections-wrapper, .img-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.list-categories .grid-item {
    padding-bottom: 30px;
}

.list-categories-02 .grid-item:nth-child(2n) .collection-item {
    flex-direction: row-reverse;
}
.collections-wrapper .collection-title {
    margin-bottom: 8px;
    line-height: 1.15em;
}

.collections-wrapper .collection-title a {
    color: #333;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

.list-categories-02 .collections-wrapper .des {
    max-width: 450px;
}
.collection-item .des {
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .collection-item .des {
        margin-bottom: 33px;
    }
}
.collection-item .count-products {
    display: none;
}
.list-categories-02 .collections-wrapper {
    padding: 25px 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.collections-wrapper {
    text-align: center;
    padding: 30px 0 40px;
}

@media (min-width: 1200px) {
    .list-categories-02 .collections-wrapper {
        padding: 25px 20px 45px;
    }
}
.list-categories-02 .collections-wrapper .btn {
    font-size: 17px;
    position: relative;
    padding: 0 0 1px;
    min-width: inherit;
    font-weight: 700;
    color: #333;
    background-color: transparent;
    border-color: transparent;
}


@media (max-width: 767px) {
  .mobile-text-overlay--h-left {
    justify-content: left;
    text-align: left;
  }
  .mobile-text-overlay--h-left .text-overlay__subheading,
  .mobile-text-overlay--h-left .text-overlay__title,
  .mobile-text-overlay--h-left .text-overlay__rte {
    margin-right: auto;
  }
  
  .mobile-text-overlay--h-right {
    justify-content: right;
    text-align: right;
  }
  .mobile-text-overlay--h-right .text-overlay__subheading,
  .mobile-text-overlay--h-right .text-overlay__title,
  .mobile-text-overlay--h-right .text-overlay__rte {
    margin-left: auto;
  }
  
  .mobile-text-overlay--v-top {
    align-items: flex-start;
  }
  
  .mobile-text-overlay--v-bottom {
    align-items: flex-end;
  }
  
  .mobile-text-overlay--h-center {
    justify-content: center;
  }
  .mobile-text-overlay--h-center .text-overlay__subheading,
  .mobile-text-overlay--h-center .text-overlay__title,
  .mobile-text-overlay--h-center .text-overlay__rte {
    margin-right: auto;
    margin-left: auto;
  }
  
  #BootsBiss .text-overlay__inner {
    padding-top: 30px;
  }
}
@media (max-width: 960px) {
  #BootsBiss .subheading--over {
    margin-bottom: 10px !important;
  }
  #BootsBiss .text-overlay .text-overlay__title{
    margin-bottom: 0 !important;
  }
   #BootsBiss .text-overlay__button-row {
     margin-top: 0 !important;
   }
}

@media (max-width: 370px) {
   #BootsBiss .text-overlay .text-overlay__title {
    font-size: 54px !important;
  }
}


@media (max-width: 370px) {
   #BootsBiss .text-overlay .text-overlay__title {
    font-size: 54px !important;
  }
}
@media screen and (max-width: 960px) and (min-width: 819px) {
   #BootsBiss .text-overlay .text-overlay__title {
    font-size: 48px !important;
  }
}
@media screen and (max-width: 819px) and (min-width: 768px) {
   #BootsBiss .text-overlay .text-overlay__title {
    font-size: 44px !important;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .text-overlay__text {
    max-width: 320px
  }
}

#bastille-day.fully-spaced-row--medium {
  margin: 0;
}

#bastille-day .container {
  padding: 0;
  max-width: 100% !important;
}

#bastille-day .image-overlap {
  max-width: 100% !important;
}

#bastille-day .flexible-layout .column {
  margin: 0;
}

#bastille-day .image-overlap__image img {
  max-width: none;
  width: 100%;
}
@media (min-width: 768px) {
    .feature-text-paired {
        margin-right: 5%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 767px) {
  #bastille-day {
    max-width: 100%;
    overflow: hidden;
  }
  
  #bastille-day .feature-text-paired {
    margin-top: 2em !important;
    margin-bottom: 0px !important;
  }

  #bastille-day .column--order-push-desktop {
    order: 2;
    /* padding: 20px 20px 40px 20px; */
  }
}



@media screen and (min-width: 720px) and (max-width: 959px) {
  
  #bastille-day .majortitle {
    font-size: 46px !important;
  }
}


@media screen and (min-width: 960px) and (max-width: 1030px) {
  
  #bastille-day .majortitle {
    font-size: 56px !important;
  }
}

 @media screen and (min-width: 720px) and (max-width: 1024px) {
  
  #bastille-day .button-row .button-row__btn,
  #bastille-day .lightly-spaced-row {
    margin-bottom: 0px;
  }
} 
@media screen and (max-width: 1024px) {
  #bastille-day .subheading--over {
    margin-top: 0 !important;
  }

  #bastille-day .subheading--over {
    margin-bottom: 20px;
  }

  #bastille-day .majortitle {
    margin-bottom: 10px !important;
  }

  #bastille-day .button-row {
    margin-top: 0px;
  }
  
  
  
}