:root {
    --max-width: 1330px;
}

.margin-unset {
    margin: 30px 0 20px 0;
}

.ec-shelfRole {
    max-width: var(--max-width);
    padding-left: 20px;
    padding-right: 20px;
}

.ec-layoutRole__header {
    margin-bottom: 56px;
}

.ec-productRole.ec-productRole--custom {
    max-width: var(--max-width);
}

.ec-grid2 .sm-item-nav {
    width: unset;
    flex-basis: 100px;
    margin-right: 10px;
}

.ec-sliderItemRole .slideThumb_custom {
    width: unset;
    height: 125px;
    position: relative;
    border: none;
}

.ec-sliderItemRole .item_nav {
    height: 613px;
}

.ec-sliderItemRole .slideThumb.slideThumb_custom img {
    object-fit: cover;
}

.ec-sliderItemRole .slideThumb {
    margin-bottom: 11px;
}

.ec-sliderItemRole .slideThumb:last-child {
    margin-bottom: unset;
}

.ec-sliderItemRole .item_nav .slideThumb.slideThumb_custom {
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    overflow: hidden;
    filter: brightness(60%);
}

.ec-sliderItemRole .item_nav .slideThumb.slideThumb_custom.active {
    border: 1px solid #F57921;
    filter: brightness(100%);
}

.slideThumb.slideThumb_custom::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    /* background-color: #000; */
    opacity: 0.2;
}

.slideThumb.slideThumb_custom.active::after {
    background-color: unset;
}

.ec-sliderItemRole .slick-list .slick-track,
.ec-sliderItemRole .slick-list img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: none;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slideThumb li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}

.ec-embosse__input {
    background-color: #EEEEEE;
    border-radius: 3px;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ec-embosse__input.open {
    display: block;
    opacity: 1;
}

.ec-embosse__input .ec-embosse__group {
    margin-bottom: 20px;
}

.ec-embosse__input .ec-embosse__group.embosse-info {
    margin-top: 20px;
}

.ec-embosse__input .ec-embosse__group label {
    display: inline-flex;
    align-items: center;
}

.ec-embosse__input .ec-embosse__group label>img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.ec-embosse__input .ec-embosse__group input {
    height: 60px;
    font-family: "Cormorant Infant", "Source Sans Pro", serif;
    color: #424040;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.ec-embosse__input .ec-embosse__group select {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    border: 1px solid #ccc;
    outline: none;
}

.ec-embosse__input .ec-embosse__group p {
    font-size: 16px;
}

.ec-embosse__input .ec-embosse__group p>span {
    color: #F57921;
    cursor: pointer;
}

.ec-embosse__input .ec-embosse__group p>span:hover {
    color: #df7122
}

.ec-productRole__accordion {
    font-family: sans-serif !important;
    position: relative;
    margin: 0px 20px;
    font-family: serif;
}

.ec-productRole__profile .ec-price .ec-price__price,
.ec-select label {
    font-weight: normal;
}

.ec-productRole__profile .ec-productRole__color .ec-color span:first-child,
.ec-productRole__size .ec-size--left span:first-child {
    font-weight: bold;
}

.ec-size .ec-size--left .ec-size__size {
    font-weight: 300;
}

#size .form-check input[type='radio'] {
    display: none;
}

.ec-size-button #size .form-check.focus-border {
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: #eeeeee;
    background-color: #333333;
}

.ec-size-button #size .form-check label {
    margin: unset;
}

.ec-acc__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5rem 0;
    /* border-top: 1px solid #D8D8D8; */
    font-size: 20px;
    color: var(--secondary-color);
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

.boder-top {
    border-top: 1px solid #D8D8D8;
}

.ec-acc__title img {
    width: 20px;
    height: 20px;
    transition: all .3s ease-out;
}

.ec-acc__content {
    position: relative;
    font-size: 1.8rem;
    font-weight: lighter;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.ec-acc__content p {
    line-height: 3.5rem;
}

.ec-acc__title.active+.ec-acc__content {
    opacity: 1;
    padding-bottom: 1.2rem;
    max-height: 42rem
}

.ec-acc__title img {
    transform: rotate(180deg)
}

.ec-acc__title.active img {
    transform: rotate(0deg)
}

/** start table size */

.ec-size__image {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
    overflow: auto;
    padding: 20px;
}

.ec-size__image.open {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ec-size__image p {
    color: white;
    margin-bottom: 20px;
}

.video-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.video-row video {
    width: 100%;
    max-width: 600px;
}
/* General Container */
.size-table {
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1220px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px; /* Rounded corners */
}

.size-table h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333333;
    font-size: 26px; /* Slightly larger */
    font-weight: bold;
    text-align: center; /* Center align header */
}

/* Table Styling */
.size-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fafafa; /* Light table background */
}

.size-table caption {
    font-size: 18px;
    font-weight: bold;
    color: #3c0121;
    margin-bottom: 10px;
}

.size-table th,
.size-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
    font-size: 14px;
}

.size-table th {
    background-color: #3c0121;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
}

.size-table td {
    color: #333;
    background-color: #fff;
}

.size-table tr:nth-child(even) td {
    background-color: #f9f9f9; /* Alternate row colors */
}

.size-table-p {
    font-size: 14px;
    color: #333333 !important;
    margin-top: 10px;
    text-align: center;
}

/* Video Row Styling */
.video-row {
    display: flex;
    justify-content: center;
    gap: 20px; /* Spacing between videos */
    flex-wrap: wrap; /* Allow responsive wrapping */
    margin-top: 20px;
}

.video-row video {
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/** end table size */

.slick-prev.slick-arrow {
    position: absolute;
    padding: 16px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url('../icon/left_icon.svg') no-repeat center center/contain rgba(0, 0, 0, 0.5);
    background-position-x: 6px;
    background-size: 18px;
    border: none;
    border-radius: 50%;
    outline: none;
    z-index: 1;
}

.slick-next.slick-arrow {
    position: absolute;
    padding: 16px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: url('../icon/right_icon.svg') no-repeat center center/contain rgba(0, 0, 0, 0.5);
    background-position-x: 8px;
    background-size: 18px;
    border: none;
    border-radius: 50%;
    outline: none;
    z-index: 1;
}

.ec-productRole__zoom .slick-prev.slick-arrow,
.ec-productRole__zoom .slick-next.slick-arrow,
.ec-productRole__zoom .slick-prev.slick-arrow-2,
.ec-productRole__zoom .slick-next.slick-arrow-2 {
    position: fixed;
}

.ec-productRole__zoom {
    display: none;
    transition: all 0.3s;
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    overflow: auto;
    /* width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%; */
    /* width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    pointer-events: auto; */
}

.ec-productRole__zoom .zoom_carousel {
    max-width: 1376px;
    /* height: 100%; */
    margin: auto;
    position: relative;
    overflow-x: hidden;
}

.overflow_hidden {
    overflow: hidden;
}

.ec-productRole__zoom.open {
    display: block
}

.ec-productRole__toggle[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

label.toggleLabel {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 23px;
    background: #fff;
    display: block;
    border-radius: 100px;
    border: 1px solid #8E8E8E;
    position: relative;
    margin: 0 10px;
}

label.toggleLabel:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #F57921;
    border-radius: 90px;
    transition: 0.3s;
    transform: translateY(-53%);
}

.ec-productRole__toggle:checked+label.toggleLabel:after {
    left: calc(100% - 5px);
    transform: translate(-87%, -53%);
}

label.toggleLabel:active:after {
    width: 20px;
}

.ec-productRole__separate {
    margin-bottom: 10px;
}


/* Relative Product */

.ec-role .ec-newItemRole--bottom {
    padding-top: unset;
}

#page_product_detail .ec-newItemRole.ec-newItemRole--bottom {
    font-family: sans-serif !important;
}

.ec-newItemRole .ec-newItemRole__title h3 {
    font-family: sans-serif !important;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.ec-newItemRole.ec-newItemRole--bottom .ec-newItemRole__title {
    justify-content: center;
}

.ec-newItemRole .ec-newItemRole__title {
    padding: 27px 0;
    border-top: 1px solid #A6A0A0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ec-newItemRole .ec-productRole__switch span {
    font-size: 16px;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}

.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a:hover {
    text-decoration: none;
}

.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem .ec-blockPrice {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 35px;
}

.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem .ec-blockPrice>img {
    width: 87px;
}

.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem .ec-newItemRole__price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem .ec-newItemRole__price .ec-blockPrice>p {
    font-size: 20px;
    line-height: 20px
}

.related_products {
    height: 690px;
    overflow-y: scroll;
    scrollbar-gutter: stable;
    display: grid!important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-right: 20px;
}

.product_name {
    transition: all 0.2s ease;
  }
  
  .product_name:hover {
      color: #f98e42;
  }

@media (max-width: 1024px) {
    .related_products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 408px) {
    .related_products {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        flex-wrap: unset !important;
        padding-right: 0;
    }

    .related_products_more {
        width: 60%;
    }
}

.related_products .ec-newItemRole__wp {
    display: block;
    height: 100%;
}

.related_products .ec-newItemRole__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 5px 0;
    color: black;
}

.ec-blockBtn--action.add-cart--small {
    padding: 0 8px;
    /* margin: 0 8px 0 10px; */
    height: 30px;
    width: 35%;
    margin: 0 auto;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 3px;
    transition: all .3s;
    font-family: serif;
    font-size: 18px;
}

.ec-blockBtn--action.add-cart--small:hover {
    border: 1px solid #F57921;
    background-color: #F57921;
}

.ec-blockBtn--action.add-cart--small>img {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ec-role .ec-newItemRole {
    font-family: "Cormorant Infant", "Source Sans Pro", serif;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
    margin: 6px 0 8px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 400;
    color: #939393;
    transition: all 0.2s ease;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 16px;
    font-weight: 400;
    color: #939393;
}

.ec-select__holes_1 #number_of_belt_holes .form-check {
    display: flex;
    align-items: center;
}

.ec-select__holes .form-check {
    display: flex;
    align-items: center;
}

.ec-select__holes.ec-select__holes--gift {
    margin-bottom: 15px;
}

#number_of_belt_holes .form-check input[type='radio'] {
    position: relative;
    margin: 0 5px;
    display: none;
}

#number_of_belt_holes .form-check .form-check-label {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    user-select: none;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

#number_of_belt_holes .form-check .form-check-input:checked+.form-check-label {
    background-color: #333333;
    color: #eeeeee;
}

#number_of_belt_holes .form-check .form-check-label {
    padding-left: 0;
}

#number_of_belt_holes .form-check .form-check-label:hover {
    background-color: #333333;
    color: #eeeeee;
}

.ec-select__holes--gift .form-check input[type='radio'] {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    border: 1px solid gray;
}

.ec-select__holes--gift .form-check input[type='radio']:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: relative;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}

.ec-select__holes--gift .form-check input[type='radio']:before {
    transform: translate(2%, -2%);
}

.ec-select__holes--gift .form-check input[type='radio']:checked::before {
    background: white;
}

.ec-select__holes--gift .form-check input[type='radio']:checked {
    border-color: #000;
    background-color: #000;
}


/* end test */

.ec-productRole__actions .ec-select input {
    padding: unset;
    margin: unset;
}

.ec-productRole__actions .ec-select input#emboss_name {
    font-size: 32px;
    padding-left: 40%;
}

.ec-productRole .ec-productRole__actions .ec-select .form-check-label {
    padding-left: 5px;
}

.ec-productRole__actions .ec-select .ec-select__holes--gift .form-check:first-child {
    order: 2;
}

.ec-productRole__actions .ec-select .ec-select__holes--gift .form-check:nth-child(2) {
    order: 1;
}

.ec-shelfRole .ec-newItemRole__list_category .ec-newItemRole__listItem,
.ec-shelfRole .ec-newItemRole__list_category_2 .ec-newItemRole__listItem {
    max-width: unset !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
}

.ec-size__image .ec-size_header {
    width: 1220px;
    position: relative;
}

.ec-size__image .close-modal {
    position: absolute;
    top: -15px;
    right: -15px;
    font-weight: 900;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 100%;  
    z-index: 99999;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.ec-size_inner {
    overflow-y: scroll !important;
    max-width: 99%;
}

.ec-size_inner .wp-table {
    overflow-x: scroll;
}

.ec-size_inner .table_size {
    overflow-x: scroll;
}

.embossing-position {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    width: 60%;
    align-items: center;
    margin-bottom: 15px;
}

.embossing-position p {
    margin-bottom: 0 !important;
}

.embossing-img {
    max-width: 70%;
}


/* RESPONSIVE */

@media screen and (min-width: 480px) {
    .ec-shelfRole .ec-newItemRole__list_category .ec-newItemRole__listItem,
    .ec-shelfRole .ec-newItemRole__list_category_2 .ec-newItemRole__listItem {
        margin-right: 10px !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 640px) {
    .ec-shelfRole .ec-newItemRole__list_category .ec-newItemRole__listItem,
    .ec-shelfRole .ec-newItemRole__list_category_2 .ec-newItemRole__listItem {
        margin-right: 10px !important;
        margin-bottom: 0 !important;
    }
    .slick-next.slick-arrow-2,
    .slick-prev.slick-arrow-2 {
        background-size: 30px !important;
    }
}

@media (min-width: 768px) {
    .ec-grid2 .ec-grid2__cell {
        width: 40%;
    }
    .ec-grid2 .ec-grid2__cell.main__cell {
        width: 48%;
    }
    .ec-grid2 .ec-grid2__cell.profile__cell {
        width: 40%;
        margin-left: auto;
    }
    .ec-shelfRole .ec-newItemRole__list_category .ec-newItemRole__listItem,
    .ec-shelfRole .ec-newItemRole__list_category_2 .ec-newItemRole__listItem {
        max-width: 293px !important;
        width: 48% !important;
        margin-right: 30px !important;
    }
    .ec-shelfRole .ec-newItemRole__list_category .ec-newItemRole__listItem>a,
    .ec-shelfRole .ec-newItemRole__list_category_2 .ec-newItemRole__listItem>a {
        margin-right: unset !important;
    }
    .ec-shelfRole .ec-newItemRole__list_category .slick-list,
    .ec-shelfRole .ec-newItemRole__list_category_2 .slick-list {
        margin-right: unset !important;
    }
}

@media only screen and (min-width: 768px) {
    .ec-grid2 {
        display: flex;
        justify-content: unset;
    }
    .ec-productRole .ec-productRole__actions .ec-select .ec-select__holes_1 div {
        display: flex;
        align-items: center;
        justify-content: unset;
        width: fit-content;
    }
    .ec-productRole .ec-productRole__actions .ec-select .ec-select__holes div {
        display: flex;
        align-items: center;
        justify-content: unset;
        width: 100%;
    }
    .ec-productRole .ec-productRole__actions .ec-select .ec-select__holes_1 #number_of_belt_holes {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 30% !important;
    }
    .ec-productRole .ec-productRole__actions .ec-select .ec-select__holes--gift {
        font-weight: normal;
        width: 70%;
    }
    .ec-productRole .ec-productRole__actions .ec-select .ec-select__holes #classcategory_id2 {
        font-family: sans-serif !important;
        width: unset !important;
    }
    .ec-sliderItemRole .slick-list {
        /* height: 600px !important; */
    }
    .ec-productRole .ec-productRole__embosse,
    .ec-productRole .ec-productRole__color,
    .ec-productRole .ec-productRole__size,
    .ec-productRole .ec-productRole__actions .ec-select .ec-select__title {
        padding: 0 0 20px 0;
    }
    .ec-acc__title {
        padding: 3rem 0;
    }
}

@media only screen and (min-width: 938px) {
    .ec-grid2 {
        display: flex;
        justify-content: unset;
    }
    .ec-grid2 .sm-item-nav {
        display: block !important;
    }
    .ec-grid2__cell.empty__cell {
        display: block !important;
        width: 1%;
    }
    .ec-sliderItemRole .item_nav {
        display: flex;
        flex-direction: column;
        align-items: start;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .ec-sliderItemRole .slick-list {
        border: 1px solid #DFDFDF;
        /* height: 615px !important; */
        border-radius: 3px;
    }
}

.main__cell.open .ec-sliderItemRole {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

@media only screen and (min-width: 1024px) {
    .main__cell.open .ec-sliderItemRole {
        top: 0 !important;
        transform: translateY(0) !important;
    }
}

.ec-grid2 .sm-item-nav {
    display: none;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.ec-productRole .ec-productRole__embosse,
.ec-productRole .ec-productRole__color,
.ec-productRole .ec-productRole__size,
.ec-productRole .ec-productRole__actions .ec-select__title,
.ec-productRole .ec-productRole__price,
.ec-productRole .ec-productRole__stores {
    font-family: sans-serif !important;
    padding: 0 0 30px 0;
}
.ec-productRole .ec-productRole__price {
    padding: 0;
}
.ec-productRole__size.ec-line-separation-detail {
    padding-bottom: 0!important;
}

.ec-productRole__color.ec-line-separation-detail {
    padding-bottom: 0 !important;
}

.ec-productRole__color .product_detail .ec-acc__content {
    display: flex !important;
    flex-direction: column;
}

.ec-productRole__size .customize_size .ec-input-size {
    display: inline-flex;
    align-items: center;
}

.ec-productRole__size .customize_size .customize_size--thumb {
    margin: 15px 0 50px 0;
    position: relative;
}

.ec-productRole__size .customize_size--thumb .customize_size--desc {
    position: absolute;
    font-size: 13px;
    width: 74%;
    right: 0;
    line-height: normal;
}

.ec-productRole .ec-size {
    padding: 0 0 10px 0;
}

.ec-productRole .ec-size {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

#size {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ec-size-button #size .form-check,
.ec-size__button {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #333333;
    cursor: pointer;
    display: inline-flex;
    font-family: "Cormorant Infant", "Source Sans Pro", serif;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 4rem;
    padding: 0 !important;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 40px;
    height: 40px;
    background-color: #eeeeee;
}

.ec-size-button #size .form-check:hover {
    background-color: #333333;
    color: #eeeeee;
}

.ec-productRole__actions .ec-select .ec-select__holes_1 div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ec-productRole .ec-productRole__actions .ec-select .ec-select__holes_1 #number_of_belt_holes {
    width: 35%;
}

.ec-productRole .ec-productRole__actions .ec-select .ec-select__holes_1 #classcategory_id2 {
    width: 57%;
}

.ec-productRole__btn_temp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #f5f5f5;
}

.ec-blockBtn--action.add-cart {
    border: none;
    background-color: #333333;
    color: #eeeeee;
    padding: 1em 2em;
    font-size: 16px;
    font-family: sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, padding 0.3s ease, font-size 0.3s ease;
}

.ec-blockBtn--action.add-cart:hover {
    background-color: #f98e42;
    border-color: #F57921;
}

.ec-blockBtn--action.add-cart img {
    margin-right: 0.5em;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: middle;
}

.ec-blockBtn--action.add-cart span {
    font-family: sans-serif !important;
    display: inline-block;
    vertical-align: middle;
}

.ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 110px;
    transform: translateY(-50%);
}

.ec-productRole__btn_temp .ec-blockBtn--action.add-cart.out-of-stock {
    cursor: not-allowed;
}

.ec-productRole__btn_temp .ec-blockBtn--action.add-cart.out-of-stock:hover {
    background-color: #000;
}

.ec-blockBtn--cancel .ec-icon__star {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 100px !important;
    transform: translateY(-50%);
}

.ec-blockBtn--cancel:hover {
    background-color: #333333;
    color: #eeeeee;
}

.ec-productRole .ec-productRole__btn.suggest__btn {
    margin: 0;
}

.recommendation {
    font-family: sans-serif !important;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    display: block;
    /* line-height: 80px;
    height: 80px; */
    font-size: 16px;
    color: #fff;
    background-color: #f98e42;
    border-color: #F57921;
    width: 100%;
    transition: all .3s;
}

.recommendation:hover {
    background-color: #333333;
    border: 1px solid transparent;
    border-color: #333333;
    color: #fff;
    text-decoration: none;
}

.main__cell .ec-sliderItemRole {
    padding-left: 20px;
    padding-right: 20px;
}

#page_product_detail .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel span {
    font-family: sans-serif !important;
}

.ec-blockBtn--action.add-cart--small {
    max-width: 69px;
    min-width: 69px;
    margin-top: 10px;
}

.related_products.ec-newItemRole__list.ec-newItemRole__list_category a:hover {
    text-decoration: none;
}

.related_products.ec-newItemRole__list.ec-newItemRole__list_category a:hover .ec-newItemRole__listItemTitle,
.related_products.ec-newItemRole__list.ec-newItemRole__list_category a:hover .ec-newItemRole__listItemPrice {
    color: #f98e42;
}

.video-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__btn .ec-blockBtn--action.add-cart,
    .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel {
        height: 41px;
    }
    .ec-productRole .ec-productRole__btn .recommendation {
        font-size: 16px;
        line-height: 41px;
        height: 41px;
    }
}


/* Responsive Design */

@media (max-width: 1280px) {
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 145px !important;
        transform: translateY(-50%);
    }
    .ec-size__image .ec-size_header {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 130px;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 130px !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 1024px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 80px;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 75px !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 853px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 60px;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 55px !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 820px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 50px !important;
        transform: translateY(-50%);
    }
}

.main__cell.open .ec-sliderItemRole {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (max-width: 768px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 40px !important;
        transform: translateY(-50%);
    }
    .ec-acc__title,
    .ec-acc__content,
    .ec-productRole .ec-productRole__price,
    .ec-select .ec-productRole__embosse,
    .ec-productRole .ec-productRole__color,
    .ec-productRole .ec-productRole__size,
    .ec-productRole .ec-productRole__actions .ec-select,
    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 16px;
    }
    .ec-productRole .ec-productRole__price {
        padding: 0;
    }
    .main__cell .ec-sliderItemRole {
        padding: 0 !important;
    }
    .main__cell.open .ec-sliderItemRole {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .ec-productRole .ec-productRole__btn .recommendation {
        margin-top: 50px;
    }
}

@media (max-width: 540px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 150px;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 150px !important;
        transform: translateY(-50%);
    }

    .video-row {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 75px;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 85px !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 430px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 90px !important;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 95px !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 400px) {
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 80px !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 380px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 80px;
        transform: translateY(-50%);
    }
}

@media (max-width: 370px) {
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 32px !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 360px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 75px !important;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 70px !important;
        transform: translateY(-50%);
    }
}

@media (max-width: 280px) {
    .ec-productRole__btn_temp .ec-blockBtn--action.add-cart .ec-icon__plus {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 35px !important;
        transform: translateY(-50%);
    }
    .ec-blockBtn--cancel .ec-icon__star {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 32px !important;
        transform: translateY(-50%);
    }
}

.ec-grid2__cell.empty__cell {
    display: none;
}

.ec-sliderItemRole .slick-list {
    border: 1px solid #DFDFDF;
    height: unset;
    border-radius: 3px;
}

.ec-sliderItemRole .slick-list {
    height: unset;
}


/* slide-item slick-slide slick-current slick-active */


/* Remove borders from images */

.slick-slider .slick-list .slick-track .slick-slide .slick-current .slick-active img {
    border: none !important;
    outline: none !important;
}


/* Remove borders from parent containers */

.slick-slider .slick-list,
.slick-slider .slick-track,
.slick-slider .slick-slide,
.slick-slider .slick-current,
.slick-slider .slick-active,
.slick-slider .slide-item .slick-slide .slick-current .slick-active {
    border: none !important;
    outline: none !important;
}


/* Additional potential parent containers */

.ec-sliderItemRole .slick-list img,
.ec-sliderItemRole .slick-list,
.ec-sliderItemRole .slick-track,
.ec-sliderItemRole .slick-slide,
.ec-sliderItemRole .slideThumb_custom,
.ec-sliderItemRole .slick-current,
.ec-sliderItemRole .slick-active,
.ec-sliderItemRole .slide-item .slick-slide .slick-current .slick-active {
    border: none !important;
    outline: none !important;
}

.slick-slide img {
    /* display: none !important; */
    border: none !important;
    outline: none !important;
    border-width: 0;
}

.ec-line-separation-detail {
    border-bottom: 1px solid #A6A0A0 !important;
    margin-bottom: 20px;
}

.ec-productRole__btn span {
    text-transform: uppercase;
}

.slick-prev.slick-arrow-2 {
    position: absolute;
    padding: 16px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url('../icon/left-arrow.png') no-repeat center center;
    background-position-x: 6px;
    background-size: 20px;
    border: none;
    border-radius: 50%;
    outline: none;
    z-index: 8;
}

.slick-next.slick-arrow-2 {
    position: absolute;
    padding: 16px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: url('../icon/right-arrow.png') no-repeat center center;
    background-position-x: 6px;
    background-size: 20px;
    border: none;
    border-radius: 50%;
    outline: none;
    z-index: 8;
}

.ec-newItemRole__listItem {
    max-width: 293px !important;
}

.ec-productRole__size.ec-line-separation-detail {
    margin: 30px 0;
}

.ec-input-size {
    display: inline-flex;
}

.checkbox-size input#check_size_0 {
    appearance: auto;
}

.checkbox-size {
    margin-right: 5px;
}

.checkbox-size label {
    display: none;
}

.custom-checkbox {
    font-size: 16px;
    /* Kích thước chữ giống trong ảnh */
    font-family: "Arial", serif;
    /* Font tương tự */
}

.custom-checkbox input[type="checkbox"] {
    margin-right: 8px;
    /* Khoảng cách giữa checkbox và văn bản */
    width: 20px;
    /* Kích thước của checkbox */
    height: 20px;
}

.custom-checkbox label {
    vertical-align: middle;
}


/** */

.ec-productRole__embosse .ec-embosse input[type=checkbox] {
    background-color: #fff;
    border: 1px solid gray;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 10px;
}

.ec-productRole__embosse .ec-embosse input[type=checkbox]:checked {
    background-color: #333333;
    border-color: #333333;
}

.ec-productRole__embosse .ec-embosse input[type=checkbox]:checked::before {
    content: '\2714';
    color: white;
    position: absolute;
    top: -4px;
    left: 2px;
    font-size: 16px;
}

.ec-productRole__embosse .ec-embosse {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "Arial", serif;
}

.ec-productRole__embosse .ec-embosse label {
    font-family: sans-serif !important;
    display: flex;
    align-items: center;
    margin: 0;
}

.ec-sliderItemRole .slideThumb img {
    width: 100%;
    height: 78.81px;
}

.ec-sliderItemRole .item_nav .slideThumb.slideThumb_custom {
    height: 78.81px;
}

.ec-input-size {
    display: inline-flex;
}

.checkbox-size input#check_size_0 {
    appearance: auto;
}

.checkbox-size {
    margin-right: 5px;
}

.checkbox-size label {
    display: none;
}

.ec-productRole .ec-productRole__size .ec-size--right span {
    font-size: 14px;
}

.select2-results,
.select2-dropdown.select2-dropdown--below,
.select2.select2-container {
    width: 350px !important;
}

.select2-selection__rendered {
    font-weight: 100 !important;
    font-size: 15px !important;
}

.slideThumb.slideThumb_custom.active {
    opacity: 1;
}

.ec-productRole__stores .ec-stores {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    justify-content: center;
    padding: 20px 0px;
}

.ec-productRole__stores .ec-stores a {
    display: block;
    background-color: #e0e0e0;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.ec-productRole__stores .ec-stores a:hover {
    background-color: #d0d0d0;
}