#product .product_first_section {
    /* margin-bottom: 500px; */
}

#product #main {
    margin-bottom: 50px;
}
#product .product_page_container {
    justify-content: center;
}
#product .pro_gallery_top_container {
    flex: 0.93;
    margin-right: auto;
    position: relative;
}
#product .pro_gallery_top .swiper-button svg {
    width: 45px;
}
#product .product_middle_column_inner {
    max-width: 89%;
}
#product .product_name {
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 25px;
}
#product .product-reference {
    font-size: 12px;
    font-weight: 600;
    color: #4D5154;
    line-height: 16.8px;
    text-align: left;
    margin-bottom: 0px;
}
#product .current-price {
    line-height: 47px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
#product .current-price .price {
    margin-right: 8px;
}
#product .regular-price {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    color: #545454;
}

#product .product-variants .product-variants-item ul#group_1 {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    column-gap: 20px;
    row-gap: 15px;
    margin-top: 15px;
}
#product .product-variants .product-variants-item ul li {
    margin-right: 0px;
    margin-bottom: 0px;
}
#product .product-variants .product-variants-item #group_2 li {
    margin-right: 5px;
}
#product .product-variants .control-label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
#product .product-variants .product-variants-item ul li .radio-label {
    display: flex;
    border-color: #999B9D;
    border-radius: 4px;
    height: 37px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
    color: #000;
    text-align: center;
    gap: 7px;
}
#product .product-variants .st_unavailable_combination {
    opacity: 0.4;
}
#product .product-add-to-cart {
    margin-top: 32px;
}
#product .product-add-to-cart .icon_btn {
    display: none;
}
#product .product-add-to-cart .add {
    width: 100%;
    color: #000;
    height: 40px;
}
#product .product-add-to-cart .add .btn {
    background: #000;
    border-color: #000;
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 16px 8px 16px;
    border-radius: 4px;
    text-transform: none;
}
#product .product-add-to-cart .add .btn:hover {
    background: white;
    color: #000;
}
#product .product-thumbnails-grid-wrapper {
    display: flex;
    gap: 16px;
}
#product .product-thumbnails-grid {
    margin-right: 28px;
    overflow: hidden;
}
#product .product-thumbnails-grid .swiper-slide {
    height: auto !important;
}
#product .product-thumbnails-grid .swiper-slide.item-active {
    border: 1px solid #111;
    box-sizing: border-box;
}
#product .product-thumbnails-grid-progress-bar {
    background: #BABBBD;
    height: 100%;
    width: 1px;
}
#product .product-thumbnails-grid-progress-bar-inner {
    background: #000;
    transition: .5s;
}
#product .product-thumbnail-item-grid  {
    cursor: pointer;
}
#product .pro_whatsapp_wishlist {
    display: flex;
}
#product .breadcrumb_wrapper {
    margin: 0 auto;
    margin-top: 7px;
    border-bottom: none;
}
#product .breadcrumb_wrapper ul {
    margin-left: 16px;
}
#product .breadcrumb_wrapper li a {
    color: #6A6D70;
    font-weight: 500;
    font-size: 14px;
}
#product .breadcrumb_wrapper li:nth-last-child(1) span {
    color: #121417;
    font-weight: 600;
    font-size: 14px;
}
#product .product-variants span.radio-label {
    border: 1px solid #999B9D;
}
#product .product-variants li:not(.st_unavailable_combination) input[type="radio"]:checked ~ span.radio-label {
    background: #000;
    color: white;
    border: none;
}
#product .product-variants span.color {
    border: none;
    border: 1px solid lightgray;
}
#product .product-variants input[type="radio"]:checked ~ span.color {
    border: 1px solid #111;
}

#product .floating_bar:not(.floating) .product-variants .product-variants-item__color {
    margin-top: 24px;
}
#product .product_middle_column .discount.discount-percentage {
    font-size: 20px;
    color: #D62839;
    font-weight: 600;
}
#product .product-variants #group_3 li {
    margin-right: 10px;
}
#product .product-variants #group_1 .input-container.st_unavailable_combination {
    opacity: 1;
}
#product .product-variants #group_1 .input-container.st_unavailable_combination svg {
    width: 20px;
    color: #000;
    cursor: pointer;
    z-index: 99;
}
#product .product-variants #group_1 .input-container.st_unavailable_combination .radio-label {
    background: #F4F4F4;
}
#product .product-variants .express_label {
    width: 24px;
}
#product .product-variants .radio-label > span {
    line-height: 1;
    margin-top: 3px;
}
#product .product-variants li.st_unavailable_combination .radio-label > span {
    color: #999B9D;
    text-decoration: line-through;
}

/* floating bar */

#product .floating_bar.floating {
    position: fixed;
    animation: floating-appear .5s;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    background: white;
    z-index: 99;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 6px 2px #00000026,
                0px 1px 2px 0px #0000004D;
    padding: 8px 16px;  
    border-radius: 4px;

}
#product .floating_bar.floating .product-reference {
    display: none;
}
#product .floating_bar.floating .product-information {
    flex: 1;
    justify-content: space-between;
}
#product .floating_bar.floating .product-variants {
    margin-right: 20px;
    gap: 16px;
}
#product .floating_bar.floating .product-information,
#product .floating_bar.floating #add-to-cart-or-refresh,
#product .floating_bar.floating .product-variants {
    display: flex;
    align-items: center;
}
#product .floating_bar.floating .product_name,
#product .floating_bar.floating .pro_price_block,
#product .floating_bar.floating .product-add-to-cart .add,
#product .floating_bar.floating .product-variants-item:nth-child(1),
#product .floating_bar.floating .product-variants .product-variants-item {
    margin-bottom: 0px;
}
#product .floating_bar.floating .product-variants-item ul {
    position: absolute;
    display: flex !important;
    flex-direction: column;
    top: -35px;
    width: 100%;
    left: 0;
    padding: 10px;
    background: white;
    transform: translateY(-100%);
    background: white;
    box-shadow: 0px 1px 3px 1px #00000026, 0px 1px 2px 0px #0000004D;
    border-radius: 4px;
}
#product .floating_bar.floating .product-add-to-cart {
    margin-top: 0px;
    margin-bottom: 0px !important;
}
#product .floating_bar:not(.floating) .floating-label,
#product .floating_bar.floating .control-label {
    display: none;
}
#product .floating_bar.floating .floating-label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 15px;
    color: #000;
    cursor: pointer;
}
#product .floating_bar.floating .floating-label span {
    font-size: 16px;
}
#product .floating_bar.floating .floating-label svg {
    color: #000;
    width: 24px;
}
#product .floating_bar.floating .product_name_wrap {
    margin-right: 35px;
}
#product .floating_bar.floating .product_name_wrap .product_name {
    font-size: 16px;
}
#product .floating_bar.floating .current-price .price {
    font-size: 22px;
}
#product .floating_bar.floating .current-price .regular-price {
    font-size: 16px;
}
#product .floating_bar.floating .product-variants-item {
    position: relative;
}
#product .floating_bar.floating .product-variants-item ul#group_1 {
    margin-top: 0px;
    row-gap: 0px;
}
#product .floating_bar.floating .product-variants span.radio-label {
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
}
#product .floating_bar.floating .product-variants li:not(:last-child) span.radio-label {
    border-bottom: 1px solid #E9E9EA;
}
#product .floating_bar.floating .product-variants ul li svg {
    display: none;
}
#product .floating_bar.floating .product-variants #group_1 .input-container.st_unavailable_combination .radio-label{
    padding-right: 0px;
    padding-left: 0px;
}
#product .floating_bar.floating .product-variants input[type="radio"]:checked ~ span.radio-label {
    border-radius: 4px;
}
#product .floating_bar.floating .product-variants ul {
    display: none !important;
}
#product .floating_bar.floating .product-variants ul#group_2 li {
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .floating_bar.floating .product-variants ul#group_2 .color {
    font-weight: 500;
    color: black;
}
#product .floating_bar.floating .product-variants ul#group_2 .color .sr-only {
    clip: unset;
    overflow: visible;
}
#product .floating_bar.floating .product-variants ul.show {
    display: flex !important;
    gap: 5px;
}
#product .floating_bar.floating .product-variants ul#group_2 li {
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .floating_bar.floating .product-variants input[type="radio"]:checked ~ span.color {
    border: none;
    height: auto;
}
#product .floating_bar.floating .product_reference_n_quantity,
#product .floating_bar.floating .size_guide_button,
#product .floating_bar.floating .stickers_wrapper {
    display: none;
}

@keyframes floating-appear {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
    }
}

/* */

#product .product_more_details__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    height: 100vh;
    z-index: 99;
    width: 100%;
    display: none;
    justify-content: flex-end;
    gap: 16px;
}
#product .product_more_details__wrapper.show {
    display: flex;
}
#product .product_more_details {
    padding: 24px 16px;
    width: 30%;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#product .product_more_details .product_more_details__title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #BABBBD;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#product .product_more_details .product_more_details__title svg {
    width: 24px;
    cursor: pointer;
}
#product .product_more_details .product_more_details__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: auto;
}

#product .product_more_details .product_more_details__content::-webkit-scrollbar {
    width: 4px
}
#product .product_more_details .product_more_details__content::-webkit-scrollbar-thumb {
    background-color: #3e481d;
    border-radius: 20px
}
#product .product_more_details .product_more_details__content::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 4px
}



#product .product_more_details .product_more_details__description-title,
#product .product_more_details .product_more_details__details-title,
#product .product_more_details .product_more_details__returns-title {
    font-size: 16px;
    font-weight: 600;
    color: #121417;
    margin-bottom: 16px;
}
#product .product_more_details .product_more_details__description-content {
    font-size: 14px;
    font-weight: 400;
    color: #121417;
}
#product .product_more_details .product-feature {
    color: #121417;
    margin-bottom: 10px;
}
#product .product_more_details .product-feature .name {
    min-width: 150px;
}
#product .product_more_details .product-feature .name::first-letter {
    text-transform: uppercase;
}
#product .product_more_details__returns-content {
    color: #121417;;
}
#product .product_more_details__button {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    margin-top: 15px;
    cursor: pointer;
}
#product .product_more_details__button svg {
    width: 22px;
    color: #000;
}
#product .product_more_details__button span {
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (min-width: 1680px)
{
    #product .product-variants #group_1 .input-container.st_unavailable_combination svg,
    #product .product-variants .cc_express_size svg {
        right: 1.4vw;
    }
}


#product .floating_content .floating_bar.floating .discount,
#product .floating_content .floating_bar.floating addi-widget {
    display: none;
} 

#product .floating_bar.floating ul#group_2 .sr-only {
    position: static;
    width: 100%;
    display: block;
    height: auto;
}
#product .floating_bar.floating ul#group_2 .input-container > span {
    width: 100%;
}
#product .floating_bar.floating ul#group_2 input[type="radio"]:checked ~ span.color {
    color: white;
    /* background: #000!important; */
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 9px;
    border: 1px solid #111;
}
#product .floating_bar.floating ul#group_2 span.color {
    color: black;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 9px;
    /* background: white!important; */
    min-height: 38px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}
#product .floating_bar.floating ul#group_2 li {
    margin-right: 0px;
}
#product .floating_bar.floating ul#group_2 li:not(:last-child) span.color {
    border-bottom: 1px solid #E9E9EA;
}

#product .floating_content .floating_bar.floating .product-variants #group_1 .cc_express_size .radio-label {
    padding-right: 9px;
}

#product .cc_product_availability__sidebar .psgdpr_consent_message {
    display: block;
    width: min-content;
    color: black;
}
#product .cc_product_availability__sidebar .psgdpr_consent_message a {
    text-decoration: underline;
    color: black;
}
#product .cc_product_availability__sidebar .gdpr_consent {
    margin-top: 15px;
}

/* Hints */


#product .floating_bar.floating .product__hint {
    display: none;
}

#product .product__hint {
    position: absolute;
    bottom: -40px;
    font-size: 14px;
    width: 95px;
    height: 29px;
    border-radius: 4px;
    padding: 0px 0px;
    font-weight: 400;
    opacity: 0;
}
#product .product__hint::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    top: -2px;
    right: 11px;
    z-index: 0;
}
#product .product__low_stock_hint::after {
    background: #FBEAEB;
}
#product .product__express_hint::after {
    background: #BDE4C7;
}
#product .product__low_stock_hint {
    background: #FBEAEB;
    color: #C32434;
    width: 110px;
}
#product .product__express_hint {
    background: #BDE4C7;
    color: #185C29;
}
#product .product__hint span {
    position: relative;
    z-index: 2;
}
#product .product-variants .product-variants-item ul li:hover .product__hint {
    opacity: 1;
    transition: opacity .4s;
    z-index: 100;
}

@media (max-width: 1440px)
{
    #product .product-variants .product-variants-item ul#group_1 {
        grid-template-columns: repeat(5, 1fr);
    }
}

#product .share_product {
    position: absolute;
    top: 15px;
    z-index: 98;
    background: white;
    right: 17px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#product .share_product svg {
    color: #000;
    width: 20px;
    margin-right: 1px;
}
#product .share_product .copied_alert {
    background-color: rgb(0, 0, 0);
    position: absolute;
    right: 0px;
    width: 115px;
    font-size: 13px;
    padding: 5px 10px;
    color: white;
    border-radius: 4px;
    bottom: -45px;
}
#product .share_product span {
    position: relative;
    z-index: 1;
    line-height: 1;
}
#product .share_product .copied_alert::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    top: -3px;
    right: 11px;
    z-index: 0;
    background: #000;
}

#product .strelatedproducts_container {
    margin: 0 auto;
    max-width: 83.33333%;
    margin-top: 50px;
}
#product .strelatedproducts_container .title_block {
    border-bottom-width: 0px;
}
#product .strelatedproducts_container .title_block_inner {
    border-bottom-width: 0px;
    color: #111;
    font-size: 32px;
    font-weight: 600;
}
#product .stickers_wrapper {
    margin-bottom: 10px;
}

#product .product-variants {
    position: relative;
}
#product .size_guide_button {
    position: absolute;
    right: 0;
    color: #111;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
#product .product_reference_n_quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
#product .product_reference_n_quantity__quantity {
    font-weight: 600;
    color: #4D5154;
    font-size: 12px;
}
#product .product_reference_n_quantity__divider {
    width: 1px;
    background: #4D5154;
    height: 100%;
    height: 10px;
}

/* quantity spin */

#product .product_first_section .product-quantity {
    display: flex;
    align-items: center;
    gap: 15px;
}
#product .product_first_section .product-quantity .qty_wrap {
    flex-basis: 20%;
    margin: 0px;
    margin-top: -3px;
}
#product .product_first_section .product-actions .bootstrap-touchspin {
    width: 100%;
    border: 1px solid #000;
    overflow: hidden;
    border-radius: 4px;
    font-family: 'LatoWeb';
    margin-top: 0px;
    padding: 0px 7px;
}
#product .product_first_section .product-actions .bootstrap-touchspin button:hover {
    background: none;
}
#product .product_first_section .product-actions .bootstrap-touchspin input {
    border: none;
    font-size: 16px;
    color: #111;
    font-weight: 600;
    height: 42px;
    padding-top: 2px;
    font-family: 'LatoWeb';
}
#product .product_first_section .product-actions .bootstrap-touchspin button {
    padding: 0px;
    border: none;
    display: flex;
    align-items: center;
}

#product #footer {
    margin-bottom: 100px;
}