.pull-left-xs {
    float: left;
}

.pull-right-xs {
    float: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .pull-left-sm {
        float: left;
    }

    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pull-left-md {
        float: left;
    }

    .pull-right-md {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pull-left-lg {
        float: left;
    }

    .pull-right-lg {
        float: right;
    }
}

@media (min-width: 1200px) and (max-width: 1919.98px) {
    .pull-left-xl {
        float: left;
    }

    .pull-right-xl {
        float: right;
    }
}

@media (min-width: 1920px) {
    .pull-left-xxl {
        float: left;
    }

    .pull-right-xxl {
        float: right;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (max-width: 1919.98px) {
    .hidden-xl-down {
        display: none !important;
    }
}

.hidden-xxl-down {
    display: none !important;
}

.row.equal-height > [class^="col"] {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991.98px) {
    .secondary-bar {
        background-color: var(--color-secondary);
        border-top: 0.0625rem solid var(--color-grey2);
    }
}

@media (max-width: 991.98px) {
    html:not([data-filter-bar-status]) .shown-filter-el {
        display: none;
    }
}

@media (min-width: 992px) {
    html:not([data-filter-bar-status]) .hidden-filter-el {
        display: none;
    }
}

html[data-filter-bar-status="true"] .hidden-filter-el {
    display: none;
}

@media (max-width: 991.98px) {
    html[data-filter-bar-status="true"] {
        --global-overflow: hidden;
        --global-pos: fixed;
    }
}

html[data-filter-bar-status="false"] .shown-filter-el {
    display: none;
}

.btn-filter-mobile-close {
    top: 0;
    right: 0;
    z-index: 1;
}

.refinement-bar {
    transition: all 0.5s ease;
    transform: translateY(0);
    display: block;
    background-color: #fff;
}
.font-context {
    font-family: "Roboto Condensed", serif !important;
    text-shadow: 0 0 0 #2b2047;
}

@media (max-width: 991.98px) {
    .refinement-bar {
        z-index: 2;
        position: fixed;
        display: -ms-flexbox !important;
        display: flex !important;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    html:not([data-filter-bar-status="true"]) .refinement-bar {
        transform: translateY(100%);
    }
}

@media (min-width: 992px) {
    .refinement-bar {
        --filter-top: var(--filter-header-h, 0);
        padding: 0;
        transition: margin 0.5s ease, opacity 0.3s;
        width: 14.875rem;
        margin-right: 1.875rem;
        position: sticky;
        top: var(--filter-top, 0);
        max-height: var(--visible-h, 100vh);
        padding-right: 1.75rem;
        visibility: visible;
        opacity: 1;
    }

    .refinement-bar::-webkit-scrollbar {
        height: 0.4375rem;
        width: 0.4375rem;
    }

    .refinement-bar::-webkit-scrollbar-thumb {
        background-color: var(--color-grey3);
        border-radius: 0.4375rem;
    }

    html[data-filter-bar-status="false"] .refinement-bar {
        transition: margin 0.5s ease, opacity 0.3s 0.2s, visibility 0s 0.5s;
        margin-left: -18.5rem;
        margin-right: 3.625rem;
        visibility: hidden;
        opacity: 0;
    }

    body.isStickyHeaderShown .refinement-bar {
        --filter-top: calc(
            var(--visible-header-h, 0) + var(--filter-header-h, 0)
        );
    }
}

.refinement-bar .card {
    --p-size-mobile: 1rem;
    --p-size-desktop: 1rem;
    border: none;
    padding: 1.75rem 0;
    border-top: 0.1rem solid var(--color-grey2);
    border-radius: 0;
    line-height: 1.75rem;
}

.refinement-bar .card .card-header {
    border: none;
}

.refinement-bar .card .card-header .btn {
    width: 100%;
    min-height: unset;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: var(--body-font-family-lite);
    padding-right: 1.5rem;
    font-weight: 700;
}

.refinement-bar .card .card-body {
    padding: 1.75rem 0 0 !important;
}
/* .space-text {
    display: flex;
    gap: 20px;
} */

.refinement-bar
    .card
    .card-body
    .checkbox-control-label
    .check-white.checkbox-arrow,
.refinement-bar .card .card-body .checkbox-control-label:before {
    margin-top: 0.1875rem;
}

.refinement-bar .card .values {
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .refinement-bar .card .title {
        /* pointer-events: none; */
    }

    .refinement-bar .card .title:after,
    .refinement-bar .card .title:before {
        /* content: none; */
    }
}

.refinement-bar .card li {
    /* display: block; */
}

.refinement-bar .custom-select,
.refinement-bar [aria-expanded="false"] .expanded-state,
.refinement-bar [aria-expanded="true"] .collapsed-state {
    display: none;
}

@media (max-width: 991.98px) {
    .refinement-bar .custom-select {
        display: block;
    }
}

.refinement-bar .filter-label {
    font-size: 24px;
    font-family: "Roboto Condensed", serif !important;
    font-size: 1.5rem;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .refinement-bar #collapse-color .card-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.refinement-bar #collapse-color .card-body ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.refinement-bar #collapse-color .card-body ul li {
    width: 32%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.refinement-bar #collapse-size .card-body ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.refinement-bar #collapse-size .card-body ul li {
    height: 2.25rem;
    text-align: center;
    border: 0.0625rem solid var(--color-grey2);
    border-radius: 0.3125rem;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    -ms-flex: 1 0 3.5rem;
    flex: 1 0 3.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.refinement-bar #collapse-size .card-body ul li span {
    padding: 0.3125rem 0.625rem;
}

.refinement-bar #collapse-size .card-body ul li.selected {
    border: 0.0625rem solid var(--color-primary);
}

@media (max-width: 991.98px) {
    .refinement-bar .refinement > .collapse {
        /* display: block; */
    }
}

.refinement-bar .btn-expand-refinements {
    margin-top: 0.25rem;
    line-height: 1.75rem;
}

@media (min-width: 992px) {
    .refinement-bar .btn-expand-refinements {
        margin-top: 0.375rem;
    }
}

.refinement-type-size {
    --size-gap-x: 10;
}

.refinement-type-size button.size-button {
    border: 1px solid var(--color-grey2);
    border-radius: unset;
    transition: all 0.5;
    font-size: 1rem;
    line-height: 1.75rem;
    white-space: nowrap;
}

.refinement-type-size button.size-button:hover {
    border-color: var(--color-primary);
}

.refinement-type-size .size-attribute {
    -ms-flex: 1 0 3.5rem;
    flex: 1 0 3.5rem;
}

.refinement-type-size .size-attribute.selected button.size-button {
    /* border-color: var(--color-primary); */
    background-color: #1c4da1;
    color: var(--color-white);
}

.refinement-type-size .size-attribute.selected button.size-button:hover {
    border: none;
}

.refinement-type-size .values.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.refinement-category .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.refinement-category .card-body .btn {
    min-height: unset;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
    padding: 0;
    text-align: left;
}

@media (max-width: 991.98px) {
    .refinement-category {
        border-width: 0 0 0.0625rem;
    }
}

@media (min-width: 992px) {
    .refinement-category {
        padding-bottom: 2.5rem;
    }
}

.sortby-dropdown {
    border: none;
    color: var(--color-primary);
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    -ms-flex-pack: left;
    justify-content: left;
    position: relative;
    width: 100%;
    text-decoration: none;
}

.sortby-dropdown.collapsed .dropdown-content-wrapper,
.sortby-dropdown .dropdown-toggle {
    pointer-events: none;
}

.sortby-dropdown .dropdown-item:hover {
    background-color: unset;
}

.sortby-dropdown .dropdown {
    position: relative;
    display: inline-block;
}

.sortby-dropdown .dropdown-content-wrapper {
    position: absolute;
    top: 100%;
    overflow: hidden;
    z-index: 2;
    right: 0;
    border-radius: 0 0 0 1.25rem;
}

.sortby-dropdown .dropdown-content {
    transform: translateY(-100%);
    visibility: hidden;
    background-color: var(--color-white);
    min-width: 100%;
    z-index: 1;
    text-align: right;
    padding: 1.5rem 1.75rem 0.9375rem 1.5rem;
    right: 0;
    border-radius: 0 0 0 1.25rem;
    transition: transform 0.3s ease 0s;
    height: 100%;
}

.sortby-dropdown .dropdown-content button.dropdown-item {
    color: var(--color-black);
    padding: 0.125rem;
    text-decoration: none;
    display: block;
}

.sortby-dropdown .dropdown-content button.dropdown-item:hover {
    color: var(--color-grey4) !important;
}

.sortby-dropdown .dropdown-content button.dropdown-item.selected {
    color: var(--color-grey4) !important;
    cursor: not-allowed;
}

.sortby-dropdown .dropdown-content.opened-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.sortby-dropdown .dropdown-content.closed-dropdown {
    height: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0s linear 0.01s;
}

.sortby-dropdown .dropcheck {
    padding-right: 1.375rem;
}

.sortby-dropdown .dropcheck .selected-item-dropcheck {
    color: var(--color-grey4);
}

.sortby-dropdown:after,
.sortby-dropdown:before {
    content: "";
    width: 0.5625rem;
    height: 0.125rem;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    transform: rotate(0);
}

.sortby-dropdown:before {
    border-top-left-radius: 0.0625rem;
    border-bottom-left-radius: 0.0625rem;
    right: 0;
    margin-right: 0.375rem;
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out;
}

.sortby-dropdown:after {
    border-top-right-radius: 0.0625rem;
    border-bottom-right-radius: 0.0625rem;
    right: 0;
    transition: transform 0.3s ease-in-out;
}

.sortby-dropdown.collapsed:before,
.sortby-dropdown:after {
    transform: rotate(45deg);
}

.sortby-dropdown.collapsed:after {
    transform: rotate(-45deg);
}

.sortby-radioButtons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1.25rem;
}

.sortby-radioButtons .filter-mobile-search-label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.sortby-radioButtons .radiobutton-no-shadow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
}

.color-attribute {
    width: 20%;
    display: -ms-flexbox !important;
    /* display: flex !important; */
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    /* align-items: center; */
}

.color-attribute .color-presentation-id {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
}

.color-attribute:hover .color-presentation-id {
    color: var(--color-grey3);
}

.color-attribute .swatch-circle {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border: 0.25rem solid var(--color-secondary);
}

.color-attribute .swatch-circle:after,
.color-attribute .swatch-circle:before {
    content: "";
    height: 0.625rem;
    color: var(--color-secondary);
    background-color: var(--color-secondary);
    display: block;
    position: absolute;
}

.color-attribute .swatch-circle:before {
    width: 0.125rem;
    height: 0.375rem;
    border-top-left-radius: 0.0625rem;
    border-bottom-left-radius: 0.0625rem;
    top: 0.9375rem;
    left: 0.5rem;
    transform: rotate(-40deg) scale(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: top left;
}

.color-attribute .swatch-circle:after {
    width: 0.125rem;
    height: 0.875rem;
    border-top-right-radius: 0.0625rem;
    border-bottom-right-radius: 0.0625rem;
    top: 0.375rem;
    left: 0.6875rem;
    transform: rotate(40deg) scale(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: bottom right;
    transition-delay: 0.5s;
}

.color-attribute .swatch-circle.selected:before {
    transform: rotate(-40deg) scale(1);
}

.color-attribute .swatch-circle.selected:after {
    transform: rotate(40deg) scale(1);
}

.color-attribute .swatch-circle:active {
    transform: scale(0.8);
    transition: scale 0.3s linear;
    transition-delay: 0.2s;
}

.color-attribute .swatch-circle-white {
    box-shadow: 0 0 0 0.0625rem var(--color-grey3) inset;
}

.color-attribute .swatch-circle-white:after,
.color-attribute .swatch-circle-white:before {
    color: var(--color-primary);
    background-color: var(--color-primary);
}

.color-attribute .swatch-circle-red {
    background: var(--swatch-red);
}

.color-attribute .swatch-circle-black {
    background: var(--swatch-black);
}

.color-attribute .swatch-circle-blue {
    background: var(--swatch-blue);
}

.color-attribute .swatch-circle-brown {
    background: var(--swatch-brown);
}

.color-attribute .swatch-circle-green {
    background: var(--swatch-green);
}

.color-attribute .swatch-circle-grey {
    background: var(--swatch-grey);
}

.color-attribute .swatch-circle-orange {
    background: var(--swatch-orange);
}

.color-attribute .swatch-circle-pink {
    background: var(--swatch-pink);
}

.color-attribute .swatch-circle-purple {
    background: var(--swatch-purple);
}

.color-attribute .swatch-circle-yellow {
    background: var(--swatch-yellow);
}
.toggleContainer {
    font: Roboto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    /* border: 1px solid #1C4DA1; */
    background-color: #fff;
    cursor: pointer;
    /* height: 21px; */
}
.toggleContainer::before {
    content: "";
    position: absolute !important;
    width: 50% !important;
    height: 100% !important;
    left: 0% !important;
    border-radius: 20px !important;
    background: white !important;
    transition: all 0.3s !important;
}
.toggleCheckbox:checked + .toggleContainer::before {
    left: 50% !important;
}
.toggleContainer div {
    padding-bottom: 3px !important;
    text-align: center;
    border: 1px solid #1c4da1;
    z-index: 1;
    height: 28px;
    font-size: 11px;
}
.toggleCheckbox {
    display: none;
}
.toggleCheckbox:checked + .toggleContainer div:first-child {
    color: #1c4da1;
    transition: color 0.3s;
    background-color: #fff;
}
.toggleCheckbox:checked + .toggleContainer div:last-child {
    color: #fff;
    transition: color 0.3s;
    background-color: #1c4da1;
    padding-left: 4px;
    padding-right: 5px;
}
.toggleCheckbox + .toggleContainer div:first-child {
    color: #fff;
    transition: color 0.3s;
    background-color: #1c4da1;
}
.toggleCheckbox + .toggleContainer div:last-child {
    color: #1c4da1;
    transition: color 0.3s;
    background-color: #fff;
    padding-left: 4px;
    padding-right: 5px;
}

/* .toggle_locale_btn {
    display: flex !important;
    justify-content: end !important;
    padding-right: 5px !important;
    margin-top: 18px;
    margin-bottom: 14px;
 } */
.toggleBtnWrapper {
    display: flex;
    justify-content: end;
    padding: 14px 0;
}

.toggleBtnWrapper .toggle_locale_btn {
    background: #fff;
    border: 1px solid #1c4da1;
    color: #1c4da1;
}

.toggleBtnWrapper .toggle_locale_btn.selected {
    background: #1c4da1;
    color: white;
}

input[type="checkbox"]:checked + label:before {
    z-index: 100;
    border-radius: 3px;
    border: 1px solid black;
    background: white;
}

input[type="checkbox"]:checked + label .svg-icon.check-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='20' height='20' rx='3' fill='%231C4DA1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4534 6.29706C16.6433 6.48711 16.75 6.74483 16.75 7.01356C16.75 7.28229 16.6433 7.54002 16.4534 7.73007L8.86023 15.3262C8.75989 15.4266 8.64075 15.5062 8.50964 15.5605C8.37852 15.6149 8.23798 15.6429 8.09606 15.6429C7.95413 15.6429 7.81359 15.6149 7.68247 15.5605C7.55136 15.5062 7.43222 15.4266 7.33188 15.3262L3.55927 11.5528C3.46252 11.4593 3.38534 11.3475 3.33225 11.2238C3.27915 11.1002 3.25121 10.9672 3.25004 10.8326C3.24887 10.6981 3.2745 10.5646 3.32544 10.4401C3.37638 10.3155 3.4516 10.2024 3.54672 10.1072C3.64183 10.012 3.75494 9.93679 3.87944 9.88584C4.00394 9.83488 4.13734 9.80924 4.27185 9.81041C4.40637 9.81158 4.5393 9.83953 4.6629 9.89265C4.78649 9.94576 4.89828 10.023 4.99173 10.1198L8.09572 13.2249L15.0203 6.29706C15.1143 6.20288 15.226 6.12818 15.349 6.07721C15.472 6.02623 15.6037 6 15.7368 6C15.8699 6 16.0017 6.02623 16.1247 6.07721C16.2476 6.12818 16.3593 6.20288 16.4534 6.29706Z' fill='white'/%3E%3C/svg%3E");
    height: 1.25rem;
    width: 1.25rem;
    z-index: 999;
}

.price-wrapper .price span {
    color: #1c4da1;
    font-weight: bold;
}

.price-wrapper .range > span:nth-child(2) .sales span {
    color: #c6c6c6;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.05px;
    text-decoration: line-through;
}

.product-tile .swatch-circle {
    width: 18px;
    height: 18px;
}

.product-tile .product-tile-wrap {
    position: relative;
}

.product-tile .price .salesWithOut span {
    color: #c6c6c6 !important;
}

.product-tile .product-tile-wrap .discount {
    position: absolute;
    top: 20px;
    z-index: 1;
    color: white;
    font-weight: 700;
    left: 18px;
    background: #ef3e33;
    padding: 6px 10px;
    line-height: 23.44px;
}

.plp-filter-header {
    z-index: 2;
}

.swatch-circle-white,
.swatch-circle-blanco {
    box-shadow: 0 0 0 rem-calc(1) var(--color-grey3) inset;
}
.swatch-circle-white,
.swatch-circle-blanco::before {
    color: var(--color-primary);
    background-color: var(--color-primary) !important;
}
.swatch-circle-white,
.swatch-circle-blanco::after {
    color: var(--color-primary);
    background-color: var(--color-primary) !important;
}
.swatch-circle-white,
.swatch-circle-blanco {
    border: 2px solid #e5e5e5 !important;
    border-radius: 20px !important;
}
.color-attribute .swatch-circle-blanco {
    width: 2rem !important;
    height: 2rem !important;
    margin: 1px !important;
}

.swatch-circle-red,
.swatch-circle-rojo {
    background: var(--swatch-red) !important;
}

.swatch-circle-black,
.swatch-circle-negro {
    background: var(--swatch-black) !important;
}

.swatch-circle-blue,
.swatch-circle-azul {
    background: var(--swatch-blue) !important;
}

.swatch-circle-brown,
.swatch-circle-marron,
.swatch-circle-marrón {
    background: var(--swatch-brown) !important;
}

.swatch-circle-green,
.swatch-circle-verde {
    background: var(--swatch-green) !important;
}

.swatch-circle-grey,
.swatch-circle-gris {
    background: var(--swatch-grey) !important;
}

.swatch-circle-orange,
.swatch-circle-naranja {
    background: var(--swatch-orange) !important;
}

.swatch-circle-pink,
.swatch-circle-rosa {
    background: var(--swatch-pink) !important;
}

.swatch-circle-purple,
.swatch-circle-morado {
    background: var(--swatch-purple) !important;
}

.swatch-circle-yellow,
.swatch-circle-amarillo {
    background: var(--swatch-yellow) !important;
}

#plp .color-swatches .swatches .swatch-circle {
    font-size: small;
}
/* .product-tile:hover .tile-body.allowHide .swatches-circle {
    display: none;
} */
