
.primary-detail .product-title, .colors-detail, .size-details{
    justify-content: space-between;
    height: 30px;
    align-items: center;
}

.filter-group__items-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-item.is--size{
    height: 36px;
    text-align: center;
    border: solid 1px #E5E5E5;
    border-radius: 5px;
    margin-right: 6px;
    margin-bottom: 6px;
    -webkit-flex: 1 0 56px;
    -ms-flex: 1 0 56px;
    flex: 1 0 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    padding: 0;
    color: #111111;
    cursor: pointer;
    margin-left: 4px;
    overflow-wrap: break-word;
    position: relative;
    white-space: nowrap;
    width: 96%;
    font-family:arial;
}

.filter-item.is--size.activeSize{
    border: 1px solid #111111;
}

.css-1dmqld9 .filter-item__color-patch{
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 14px;
    display: block;
}

.filter-item__item-label.color{
    padding-top: 2px;
    font-size: 12px;
    display: inline-block;
    word-break: break-word;
    white-space: normal;
}

.css-1dmqld9.is--color{
    width: 30%;
    height: 100%;
    min-height: 68px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.css-1dmqld9.is--button{
    background: transparent;
    border: 0;
    padding: 0;
}
.sidebar-shop::-webkit-scrollbar, .sidebar-shop::-webkit-scrollbar {
    width: 10px;
    height: auto;
}

.sidebar-shop::-webkit-scrollbar-thumb, .sidebar-shop::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 6px;
    transition: 0.2s ease all;
}

aside:hover .sidebar-shop::-webkit-scrollbar-thumb{
    background-color: #757575;
}
.sidebar-shop::-webkit-scrollbar-track, .sidebar-shop::-webkit-scrollbar-track {
    background-color: transparent;

}

.css-1iktvq5 {
    width: 13px;
    height: 13px;
    position: relative;
}
.css-1dmqld9 .icon-checkmark {
    display: inline-block;
}

.css-1iktvq5::after, .css-1iktvq5::before {
    content: '';
    height: 2px;
    background-color: currentColor;
    display: block;
    position: absolute;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.css-1iktvq5::before {
    width: 6px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    top: 5px;
    left: 1px;
    -webkit-transform: rotate(49deg) scale(0,1);
    -ms-transform: rotate(49deg) scale(0,1);
    transform: rotate(49deg) scale(0,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.css-1iktvq5.is--toggled::before {
    -webkit-animation: animation-hffysv 100ms;
    animation: animation-hffysv 100ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.css-1iktvq5::after {
    width: 13px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    top: 10px;
    left: 4px;
    -webkit-transform: rotate(-49deg) scale(0,1);
    -ms-transform: rotate(-49deg) scale(0,1);
    transform: rotate(-49deg) scale(0,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.css-1iktvq5.is--toggled::after {
    -webkit-animation: animation-1q62jn2 100ms;
    animation: animation-1q62jn2 100ms;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.primary-img{
    display:block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.primary-img img{
    width:100%;
    height:auto;
    border-radius: 10px;
}

.product-options-list{
    position: absolute;
    left:5%;
    top:10%;
    display: flex;
    flex-direction: column;
    gap:10px;
    z-index:8;
    align-items: flex-end;
}

.product-options-list span{
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.product-options-list span i{color: #d01d33}

.discount-badge{background-color: #d01d33 !important;color:#fff;display: inline-flex !important;}

.primary-img:hover .product-options-list span{
    display: inline-flex !important;
}

.bigsize-product{
    position: absolute;
    top: 10%;
    right: 0;
    padding: 5px 10px;
    background: #fc9f1a;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #000;
    cursor: pointer;
}
.primary-detail{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.primary-detail-product{
    display: flex;
    flex-direction: row;
}

.primary-detail .primary-detail-product{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.primary-detail .primary-detail-product .price{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    gap: 10px;
}

.primary-detail .primary-detail-product .info{
    display: flex;
    flex-direction: column;
}

.primary-detail .primary-detail-product .info-detail{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.color-title{text-align: right}

.primary-detail .product-title{
    color: #5b5b5b;
    text-align: right;
    font-size: 1.4rem;
    margin: 0;
    display: inline-flex;
    float: none;
    padding: 0;
    width: 100%;
}
.primary-detail .old-price{
    color: #5b5b5b;
    text-decoration: line-through;
    font-size: 1em;
}
.primary-detail .new-price{
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
    margin:0;
}
.product-card-a{padding-bottom:50px;}

.product-nav-thumbs-gallery{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    padding: 10px;
    display: none;
    gap:5px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.color_img_loader{
    display: inline-block;
    width: 15%;
    min-width: 38px;
    background-color: #eee;
    border-radius: 10px;
    height: 57px;
}
.downNavigation{
    top:101px !important;
    transition: 0.2s ease-in-out;
}

.sidebar.sidebar-shop{
    top:60px;
    position: sticky;
    transition: 0.2s ease-in-out;
}

.sideFilterMenu{
    top:161px !important;
    transition: 0.2s ease-in-out;
}

.radio-input-aekm input[type=radio] {
    display: none;
}

.radio-input-aekm input[type=radio] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

label{margin:0}

.radio-input-aekm input[type=radio] + label span {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 3px;
    border-radius: 10px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.radio-input-aekm input[type=radio] + label span svg {
    opacity: 0;
    transition: all 0.3s ease;
}


.radio-input-aekm input[type=radio]:checked + label span svg {
    opacity: 1;
}

.header_sort_list{
    display: flex;
    justify-content: flex-start;
    width: 70%;
    gap:10px;
}

.header_sort_list span:not(:first-child)
{
    padding:3px 5px;
    border-radius: 8px;
}

.header_sort_list span:not(:first-child):hover{
    cursor: pointer;
    background-color: #eee;
    color: #000;
    font-weight: bold;
    transition: 0.2s ease all;

}

.mobile_sort{
    z-index: 9999999999;
    width:100%;
    height: 300px;
    bottom: 0;
    background-color: #fff;
    position: fixed;
    padding:1rem;
    flex-direction: column;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.top_border{
    height: 2px;
    width: 60%;
    background-color: #292929;
    margin:0 auto;
}
.top_information{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    align-items: center;
}
.top_information .info{
    font-size: 11px;
    font-weight: bold;
}
.top_information .close{font-size: 14px}
.sort_options{display: flex;flex-direction: column}
.sort_options span{border-bottom: 1px solid #e2e2e2;padding: 1rem 0;font-size: 15px ;display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ef4040;}



.sort_options span.active a{
    color: #fff !important;
}

.header_sort_list span.active a{
    padding:3px 5px;
    border-radius: 8px;
    background-color: #eee;
    color: #000;
    font-weight: bold;}
.icon-flex{display:flex;align-items: center;justify-content: flex-start;gap:5px;color:#000}



.category_section_aekm{
    display: flex;
    width: 100%;
    height: 240px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-top: 1px solid var(--gray-1);
    background: #000;
    position: relative;
    overflow: hidden;
}
.pattern_background{
    position: absolute;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    top:0;
    left:0;
}
.white_section_container{
    position: relative;
    top: -150px;
    width: calc(100% - 10%);
    min-height: 300px;
    margin: auto;
    z-index: 10;
    background: #fff;
    padding: 20px;
}

.header_sort_list span{
    padding:0 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
    cursor:pointer;
}

.header_sort_list a{
    text-decoration: none;
    color: var(--gray-4);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.129px; /* 136.633% */
}

.text-body2-strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.17;
    margin: 0;
}
.break-words .d-flex{
    align-items: center;
    column-gap: calc(1 * 4px);
}
.mobile_sort{
    display:none;
}

.filter-active{
    color: var(--gray-3);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.129px; /* 159.405% */
    display: flex;
    align-items: center;
    padding-bottom:10px;
    justify-content: flex-start;
    width: 100%;

}
.filter-active > span{min-width: 80px}


.text-specified{
    color: #2E2249;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.129px; /* 136.633% */
}

#list_categoryS{
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 20px;
    margin-top: 20px;
}

#list_categoryS > li,.pages-panel{
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}


#list_categoryS > li a:before {
    content: "";
    height: 3px;
    width: 12px;
    background: #E7E2F2;
    display: inline-block;
    margin-left: 10px;
}

#list_categoryS li a{
    color: var(--prime);
    text-align: right;
    font-size: 13.515px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.466px;
    text-decoration: none;
}

.size-item{
    display: flex;
    width: 35.353px;
    height: 35.353px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid var(--gray-5);
    color: grey;
}
.sizes{
    font-size: 10pt;
    display: grid;
    flex-wrap: wrap;
    gap: 16px;
    grid-template-columns: auto auto auto auto;
}

.redNotif span.not-found img {
    width: 100%;
}
.card__loading__jpa {
    width: 230px;
    height: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    float: right;
    margin: 10px;
}

.card__loading__jpa span.big {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 0;
    background-color: #eee;
    animation: loadingAnimation 1s infinite;
}
.allImgs {
    background-color: #eee;
    animation: loadingAnimation 1s infinite;
}
.card__loading__jpa span.t1 {
    width: 125px;
    display: inline-block;
    height: 20px;
    margin-top: 14px;
    border-radius: 4px;
    background-color: #eee;
    animation: loadingAnimation 1s infinite;
}
.card__loading__jpa span.t2 {
    width: 97px;
    height: 18px;
    margin-top: 7px;
    border-radius: 4px;
    background-color: #eee;
    animation: loadingAnimation 1s infinite;
}
@keyframes loadingAnimation {
    0% {
        background-color: #f5f5f5;
    }
    50% {
        background-color: #eee;
    }
    100% {
        background-color: #f5f5f5;
    }
}
.image_background_preview {
    display: inline-block;
    position: relative;
}
.image_background_preview_span {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 0;
    background-color: #eee;
    animation: loadingAnimation 1s infinite;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.parentCatS {
    font-size: 10.5pt;
}
#list_categoryS {
    padding-right: 15px;
}
.rightPanel {
    width: 100%;
    margin: auto;
    position: relative;
    border-left:1px solid #e2e2e2;
}
.navigation-category {
    width: 100%;
    height: 50px;
    list-style: none;
    text-align: center;
    direction: rtl;
    z-index: 99;
    padding: 0;
}
.navigation-category li {
    display: inline-block;
    min-width: 100px;
    height: 50px;
    direction: rtl;
    cursor: pointer;
    line-height: 50px;
}
.rightPanel ul {
    list-style: none;
    padding: 0;
}
.colorTable > tbody > tr {
    width: 50%;
    float: right;
}
.colorTable tr td {
    width: auto;
    float: right;
    margin-top: 8px;
}
.colorTable tr td a {
    padding-right: 8px;
    position: absolute;
}


.magic-radio + label:after,
.magic-radio.mobile:checked + label:before {
    background-color: var(--color-main);
}
.magic-radio:checked + label:before,
.magic-radio.mobile:checked + label:before {
    border: 1px solid var(--color-main);
}
.magic-checkbox:checked + label:before {
    border: var(--color-main);
    background-color: var(--color-main);
}
.magic-checkbox.mobile:checked + label:before {
    border: var(--color-main);
    background-color: var(--color-main);
}
.switch-button {
    display: inline-block;
    height: 15px;
    float: left;
    width: 48px;
    box-shadow: inset 0 0 0 1px #ced3e1;
    border-radius: 0;
    transition: all 0.2s ease-in;
    position: relative;
    background-color: #f2f3f7;
    cursor: pointer;
}
.switch-button.open .switch {
    background-color: #4f4f4f;
    transform: translateX(-32px) rotate(-90deg);
}
.switch {
    display: block;
    background-color: #39bda7;
    width: 15px;
    height: 15px;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    backface-visibility: hidden;
}
.switch:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    left: 12px;
    top: 7px;
    background-color: var(--color-main-000) fff;
}
ul.ulProduct {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding:0;
    margin:0;
}
ul.ulProduct li {
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px;
    font-size: 10pt;
    z-index: 10;
    width: 30%;
}
.navContain{padding:20px 0}
ul.ulProduct li p {
    margin: 0 !important;
}
.product_invent_div{
    display: flex;
    font-size: 13px;
    justify-content: space-between;
}
.allImgs {
    width: 40px !important;
    height: auto !important;
    margin: 5px;
    z-index: 110;
}
.allImgs:first-child {
    margin-right: 0 !important;
}
ul.filters {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}

.filters li {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: var(--gray-6);
    cursor: pointer;
    border-radius: 8px;
}
.filters li:not(:first-child) {
    margin-right: 5px;
}
.filters li:hover {
    background-color: #000;
    color:#fff;
}
.filters li:hover .clsHamerz {
    color: #e74a33;
}

.clsHamerz {
    font-size: 8pt;
    margin-right: 5px;
}
.bookmark {
    --default: transparent;
    --active: #ef4040;
    --size: 37px;
    z-index: 999990;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    outline: 0;
    background: 0;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
}
.bookmark svg {
    z-index: 999990;
    display: block;
    width: var(--size);
    height: var(--size);
    fill: var(--default);
    stroke: var(--prime);
    stroke-width: 0.5px;
    transition: fill 0.3s linear;
    transform: translateZ(0);
}



.childrenCategory {
    box-shadow: 0 2px 15px rgb(0 0 0 / 12%);
    position: absolute;
    padding: 0;
    max-width: 400px;
    min-width: 300px;
    flex-wrap: wrap;
    background-color: var(--color-main-000);
}


.slider-labels {
    margin: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.slider-labels span {
    direction: ltr;
}
.redNotif {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.redNotif span.not-found img {
    height: 180px;
    margin-bottom: 30px;
}
.productFiltersAction,.sort__mobile {
    display: none;
    width: 50%;
    text-align: center;
    justify-content: center;
    margin: 10px 0;
}
.drawer {
    display: none;
}
.drawer__header {
    padding: 1.5rem;
    text-align: right;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.drawer__close {
    margin: 0;
    padding: 0;
    float: left;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%0A%3Csvgwidth='15px'height='16px'viewBox='001516'version='1.1'xmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cgid='Page-1'stroke='none'stroke-width='1'fill='none'fill-rule='evenodd'%3E%3Cgid='2.-Menu'transform='translate(-15.000000,-13.000000)'stroke='%23000000'%3E%3Cgid='Group'transform='translate(15.000000,13.521000)'%3E%3Cpathd='M0,0.479000129L15,14.2971819'id='Path-3'%3E%3C/path%3E%3Cpathd='M0,14.7761821L15,-1.24344979e-14'id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
}
.drawer__wrapper {
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: var(--color-main-000);
    display: flex;
    flex-direction: column;
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    -webkit-overflow-scrolling: touch;
}
.drawer__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1;
    padding: 1.5rem;
}
.drawer.is-active {
    display: block;
}
.drawer.is-visible .drawer__wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.drawer.is-visible .drawer__overlay {
    opacity: 1;
}
.drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2001;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: var(--white);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product_price {
    font-weight: bold;
    font-size: 15px;
}
.boldCat {
    font-weight: bold;
    color: #e74a33;
}
.subCatS {
    padding-right: 16px;
}
.parentCatS.here a {
    padding-right: 10px;
    font-weight: bold;
}
.parentCatS.here > a:before {
    background-color: #d01d33 !important;
}
.urlCats {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.tinyProduct {
    width: 100%;
}
.hidden {
    display: none;
    transition: 0.4s ease all;
}
.show {
    display: block !important;
    transition: 0.4s ease all;
}
.soldout {
    color: #e74d3a;
}
.product__hamerz {
    cursor: pointer;
}
.navCh {
    width: 33% !important;
}
.navCh:not(:last-child) {
    border-bottom: 1px solid #eee;
}
#pagination {
    display: inline-flex;
    justify-content: center;
    width:100%;
}
#pagination span {
    display: inline-flex;
    border: 1px solid var(--color-main);
    line-height: 30px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    align-items: center;
    gap:10px;
}
.nextSpan{
    margin-right: 10px;
}
.prevSpan{
    margin-left:10px;
}
#pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 0;
    gap:10px;
    align-items:center;
}
#pagination ul li {
    background-color: #eee;
    color: var(--color-main);
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    width: 30px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#pagination ul li.active {
    background-color: var(--red-jpa);
    color: var(--white);
}
.search_box_row.empty {
    padding: 0;
    justify-content: center;
}
#list_category li {
    border-bottom: 1px solid #eee;
    line-height: 44px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 3px;
}
#list_category > li > a {
    font-weight: 900;
    width: 100%;
    padding: 0;
    color: #000;
    font-size: 0.9em;
    cursor: pointer;
}
#list_category > li > a:hover {
    color: #e74a33;
}
.childrenCategory {
    display: none;
    padding: 0;
}
.childrenCategory li {
    list-style: none;
    width: 50%;
}
.childrenCategory li a {
    font-size: var(--font-size-heading-xs);
    cursor: pointer;
    width: 100%;
}
.h4_hamerz_content-header {
    font-size: 1.25rem;
    font-weight: var(--font-weight-bold);
}
.h4_hamerz_content-header.medium {
    color: #e74a33;
    font-size: 1.05rem;
    font-weight: var(--font-weight-light);
}
.h4_hamerz_content-header.e4 {
    color: #e74a33;
}
.p_hamerz_content-header {
    font-size: 0.875rem;
    line-height: 35px;
    color: #666;
    margin: 20px 0;
    text-align: justify;
}
.p_hamerz_content-header.no-margin {
    margin: 8px 0;
}
.span_hamerz_content-header {
    margin: 5px 35px;
}
.span_hamerz_content-header ul {
    list-style: square;
    padding: 0;
}
.span_hamerz_content-header ul li {
    font-size: 0.875rem;
    line-height: 35px;
    color: #666;
}

.add_button_hamerz {
    display: inline-block;
    height: auto;
    line-height: 40px;
    min-width: 80px;
    width: auto;
    border: 1px solid #e74a33;
    background-color: #e74a33;
    color: var(--color-main-000);
    padding: 0 10px;
    text-align: center;
    font-size: var(--font-size-heading-s);
    cursor: pointer;
}
.add_button_hamerz:hover {
    background-color: var(--color-main-000);
    color: #e74a33;
    transition: 0.2s ease all;
}
.walletHolder {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 0 8px;
    margin: auto;
    list-style: none;
    width: 100%;
    text-align: right;
}
.walletHolder li {
    width: 100%;
    margin: auto;
    justify-content: space-between;
}
.walletLi {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #000;
    padding: 10px;
    color: #000;
}
.walletLi .description_wallet {
    font-size: var(--font-size-heading-s);
}
.walletLi span {
    font-size: var(--font-size-heading-s);
    text-align: left !important;
    float: left !important;
    display: inline-block;
}
.walletLi span a {
    font-size: var(--line-height-label-l);
    font-weight: 600;
    text-align: left !important;
}
.finalPriceBasket {
    float: right;
    height: 100%;
    font-size: var(--font-size-checkout-label-m);
    line-height: var(--line-height-checkout-heading-l);
    font-weight: var(--font-weight-bold);
    width: auto;
}
.priceItemBasket {
    margin-left: 5px;
}
.accessibility-widget {
    background: var(--color-main) !important;
    border-radius: 40px;
    margin: 0 !important;
    padding: 0 !important;
    height: 32px !important;
    position: fixed !important;
    top: initial !important;
    width: 32px !important;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    cursor: pointer;
}
.accessibility-widget svg {
    fill: var(--color-main-000) !important;
    height: 100% !important;
    stroke-width: 0 !important;
    width: 100% !important;
}
.color_setting {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.setting_title_widget {
    color: var(--color-main-009);
    font-size: 15px;
}
.my_hamerz {
    z-index: 9999999999;
    padding: 0;
}
.hamerz_panel_mobile {
    height: auto;
    max-height: 80vh;
}
.hamerz_panel_mobile ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.hamerz_panel_mobile ul li {
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.hamerz_panel_mobile ul li span i {
    vertical-align: middle;
}
.hamerz_panel_mobile ul li span.li_text {
    width: 80%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#list_category li:last-child {
    border: none !important;
}
.mobile-nav__social {
    width: 100%;
    padding: 20px;
    list-style: none outside;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    margin: 15px 0 20px;
}

.mobile-nav__social-item {
    flex: 0 1 33.33%;
    text-align: center;
    border: 1px solid #e8e8e1;
    margin: 0 0 -1px;
}
.newsletterN {
    margin-top: auto;
    padding-bottom: 80px;
    height: 300px;
    width: 100%;
    background-color: #fff;
    float: right;
    color: black;
}
.mg-0 {
    margin: 0 !important;
}
.pdt-6 {
    padding: 0;
    padding-top: 60px;
}
.mt-8 {
    margin-top: 80px;
}
.borderColorsize{
    border:1px solid #000;
    color:#000;
}

.hamerzSize{cursor: pointer}
.mobile_nav_filter_sec{display: none}

#list_categoryS_mobile{
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto;
}

#list_categoryS_mobile li .subCatS{
    padding: 0;
    text-decoration: none;
    color: #000;
}

.num_filter_display{
    display: inline-flex;
    padding: 3px;
    justify-content: center;
    align-items: center;
    gap: 5.2px;
    background-color: #ddd;
    width: 19px;
    height: 19px;
    color: #000;
    border-radius: 100%;
}
.drawer__footer{
    height: 10vh;
    position: fixed;
    bottom: 0;
    z-index: 200;
    background-color: #fff;
    color: #000;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: space-evenly;
    border: 0.5px solid #CBCBCB;
    background: var(--gray-6);
}
.drawer__footer span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    gap:6px;
    height: 100%;
}
.drawer__footer span .num_filter_display{
    display: inline-flex;
    padding: 3px;
    justify-content: center;
    align-items: center;
    gap: 5.2px;
    background-color: #fff;
    width: 19px;
    height: 19px;
    color: #000;
}
.attributes_aekm ul{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:0;
}

.attributes_aekm ul li{
    width:50%;display:inline-flex;padding: 10px 0;
}

.checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper .terms-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 13px;
    gap:5px
}

.checkbox-wrapper .terms-label .label-text {
    margin-left: 10px;
}

.checkbox-wrapper .checkbox-svg {
    width: 20px;
    height: 20px;
}

.checkbox-wrapper .checkbox-box {
    fill: rgba(207, 205, 205, 0.425);
    stroke: #000;
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
    stroke: #000;
    stroke-dasharray: 172;
    stroke-dashoffset: 172;
    transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type="checkbox"]:checked + .terms-label .checkbox-box,
.checkbox-wrapper input[type="checkbox"]:checked + .terms-label .checkbox-tick {
    stroke-dashoffset: 0;
}
.modal_loading{display: none;background-color: #fff;z-index: 2000;min-width: 320px;width: 100%;max-width: 440px;height: 340px;border-radius: 8px;flex-direction: column;align-items: center;justify-content: center;padding: 3rem;position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);gap:20px} .modal_loading p{color:#000;font-weight: bold;}

.card {
    width: 18rem;
    padding: 1rem;
    text-align: center;
    border-radius: .8rem;
    background-color: white;
    border: unset;
}

.card__skeleton {
    background-image: linear-gradient(
            90deg,
            #ccc 0px,
            rgb(229 229 229 / 90%) 40px,
            #ccc 80px
    );
    background-size: 300%;
    background-position: 100% 0;
    border-radius: inherit;
    animation: shimmer 1.5s infinite;
}

.card__title {
    height: 15px;
    margin-bottom: 10px;
}

.card__description {
    height: 300px;
    margin-bottom:20px
}

@keyframes shimmer {
    to {
        background-position: -100% 0;
    }
}

.size-details{
    display: inline-flex;
    width: 100%;
    gap: 5px;
    justify-content: flex-end;
}

.size-details span{
    font-family: Arial;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    border-radius: 7px;
    padding: 0 2px;
    background: #eee;
}
.colors-detail,.size-details{
    color: #000;
    font-size: 1.2rem;
}
.new-price s{
    font-size: 0.9rem;
    text-decoration: unset;
}
.detail_size_item{
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    background: #fff;
    color: #111;
    box-shadow: #e5e5e5 0 0 0 1px;
    width:25px;
    border-radius: 4px;
    font-family: Arial,'serif';
    font-size: 13px;
}
.primary-detail .old-price{text-align: left;}
.colors-detail{display:inline-flex;gap:5px;flex-direction: row;align-items: center;justify-content: flex-start}
.colors-detail .color_badge_span{
    display:inline-flex;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
@media screen and (max-width: 950px) {
    ul.ulProduct li img {
        width: 100%;
        height: auto;
    }
    #spanColorTag1 label {
        color: black;
        width: 25px;
        height: 25px;
        border: 1px solid var(--prime);
    }
    .drawer__content .product-color li {
        width: 32% !important;
        height: 100%;
        min-height: 68px;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .drawer__content #spanColorTag1 {
        width: 32%;
        height: 100%;
        min-height: 68px;
        border: unset;
    }
    .noUi-target {
        margin: 20px;
    }
    .drawer__content .product-color {
        margin: 20px auto;
    }
    .filter-item__item-label {
        padding-top: 2px;
        font-size: 12px;
    }
    #pagination {
        justify-content: center;
        width:100%;
    }
    .navContain {
        padding: 0px 0;
    }
    .navigation-category {
        display: none;
    }
    .desktopPanel,.sort_row {
        display: none;
    }
    .productFiltersAction {
        display: inline-flex !important;
        align-items: center;
        font-size: 14px;
        border-left: 1px solid #CBCBCB;
    }
    .continue_filter{
        align-items: center;
        font-size: 14px;
        border-left: 1px solid #CBCBCB;
        background-color:#d01d33;
        color:#fff;
    }
    .productFiltersAction i {
        margin-left: 5px;
        color:#d01d33;
    }
    .sort__mobile{
        display: inline-flex !important;
        align-items: center;
        font-size: 14px;
        margin-right: 15px;
    }

    .sort__mobile i{
        margin-left: 5px;
        color:#d01d33;
    }

    #product {
        width: 100%;
    }
    ul.ulProduct li {
        width: 30%;
    }

    .category_list_aekm{
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        gap:10px;
    }

    .category_list_aekm span{
        background: transparent;
        color: #111111;
        cursor: pointer;
        overflow-wrap: break-word;
        position: relative;
        text-align: right;
        width: 30%;
        font-weight: 600;
        white-space: normal;
        word-wrap: break-word;
        line-height: 1.35em;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 11px;
        border: 1px solid #eee;
        gap: 10px;
        margin: 0;
        height: 40px;
        border-radius: 10px;
        padding:10px;
        border-bottom: 1px solid #eee;
    }

}
@media screen and (max-width: 800px) {
    .owl-information .owl-nav{display: none}
    .primary-detail .new-price{
        font-size: 1em;
    }
    .primary-detail .old-price{
        font-size: 0.9em;
    }
    .primary-detail .product-title,.colors-detail, .size-details{font-size: 12px}
    .color-title{font-size: 12px;}
    .prevSpan{display:none !important;}
    #pagination{
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    #pagination .nextSpan{
        display: inline-flex;
        width: 100%;
        padding: 17px 0px;
        background-color: var(--white);
        position: relative;
        border: 1px solid rgb(213, 214, 216);
        border-radius: 10px;
        bottom: 0px;
        z-index: 3;
        text-align: center;
        font-size: 14px;
        color: #000;
        box-shadow: none;
        margin: 20px auto;
        height: unset;
        line-height: unset;
        justify-content: center;
        align-items: center;
    }
    #pagination ul li{
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}
@media screen and (max-width: 768px){
    .css-1k7zvfh .wall-breadcrumbs__list{padding:0 1rem}
    .colors-detail .color_badge_span{
        width: 6px;
        height: 6px;
    }
    nav.accordion-menu{
        width:100%;
    }
    .product-options-list span{
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .accordion_menu__item__aekm .first__label
    {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        width: 100% !important;
        text-align: right !important;
        justify-content: flex-start !important;
        padding: 0 10px !important;
        border: unset !important;
    }
    .cyberpunk-checkbox-label{
        font-size: 15px;
        color: #000;
        cursor: pointer;
        user-select: none;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        width: 100% !important;
        justify-content: space-between;
        margin: 0;
        padding: 0 30px 0 0 !important;
    }
    .mobile_nav__row__hamerz__navigation__aekm{
        padding: 80px 0  30px 0 !important;
    }
    .fixedNavHamerz {
        display: none;
    }
    ul.ulProduct {
        justify-content: space-between;
    }
    .copyright_index {
        bottom: 3vh !important;
    }
    .mobileMenuHamerz {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0;
    }
    .mobileMenuHamerz span {
        display: flex;
        width: 40%;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        gap:20px;
    }
    .mobileLogo {
        width: 50% !important;
        display: flex !important;
        flex-direction: row;
    }
    .mobileLogo span.logo {
        display: block;
        width: 100%;
        margin-right: 0;
        height: auto;
        padding: 20px;
    }
    .mobileLogo > a {
        display: inline-block;
        width: 100%;
    }
    .mobile_menu {
        display: flex !important;
    }
}
@media screen and (max-width: 630px) {
    .size-details span{
        width:20px;
        font-size: 10px;
    }

    ul.ulProduct li {
        width: 100%;
        margin: 0 0 15px 0;
        max-width: 49%;
    }
    .allImgs {
        width: 30px !important;
    }
}
@media screen and (max-width: 550px){
    .card__loading__jpa {
        width: 130px;
        height: 200px;
    }
    .white_section_container{background: transparent;width: 100%;}
    .mobile_nav_filter_sec{
        height: 50px;
        position: fixed;
        top: 0;
        z-index: 200;
        background-color: #fff;
        color: #000;
        width: 100%;
        right: 0;
        display: flex;
        justify-content: space-evenly;
        border: 0.5px solid #CBCBCB;
    }
    .filter-active{
        display: none;
    }

}
@media screen and (max-width:480px){
    .header_sort_list{
        display: flex;
        justify-content: space-around;
        width: 70%;
    }
    .mobile_sort{
        z-index: 9999999999;
        width:100%;
        height: 300px;
        bottom: 0;
        background-color: #fff;
        position: fixed;
        padding:1rem;
        flex-direction: column;
    }
    .top_border{
        height: 2px;
        width: 60%;
        background-color: #ef4040;
        margin:0 auto;
    }
    .top_information{
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        height: auto;
        align-items: center;
        margin-bottom: 20px;
    }
    .top_information .info{
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }
    .top_information .close{font-size: 14px}
    .sort_options{display: flex;flex-direction: column}
    .sort_options span{border-bottom: 1px solid #e2e2e2;padding: 1rem;font-size: 15px ;display: flex;
        align-items: center;
        justify-content: space-between;
        color: #ef4040;}
    .sort_options span a{color: #000 !important;}
    .sort_options span.active{
        background: #ef4040;
        color: #fff !important;
        padding: 1rem;
        border-radius:15px;
    }
}
.primary-img:hover .product-nav-thumbs-gallery{
    display:inline-flex;
}

.promotion_badge{
    position: absolute;
    border: 0;
    bottom: 0;
    line-height: 27px;
    background: #70ac70;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}
.promo_banner p{color:#fff}