body.template-product header.banner_white {
    background: transparent;
}
body.template-product header.banner_white.scroll {
    background-color: #ffffff;
}
body.template-product main {
    padding: 0;
}
#product-info {
    max-width: 1460px;
}
.product-content {
    align-items: flex-start;
}
.product-media {
    flex: 49.406%;
    max-width: 49.306%;
}
.product-information {
    position: sticky;
    top: 102px;
    margin-top: 102px;
    margin-bottom: 60px;
    flex: 50.694%;
    max-width: 50.694%;
    margin-left: auto;
    padding: 0 20px;
}
.product-media .image:hover {
    cursor: url(../../images/icon-plus.svg) 15 15, auto;
}
.product-media .image .image-inner {
    position: relative;
    padding-bottom: 112.677%;
}    
.product-media .image .image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-media img.img-thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    width: 100%;
}
.product-information-wrapper {
    padding-left: 70px;
    max-width: 620px;
}
.product-info-model {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.product-info-title {
    position: relative;
    padding-right: 30px;
}

.product-info-title form {
    position: absolute;
    right: 0;
    top: 0;
}
form.product-form-wishlist {
    display: none;
}
form.product-form-wishlist.active {
    display: block;
}
form.product-form-wishlist button:active,
form.product-form-wishlist button:hover,
form.product-form-wishlist button {
    border: none;
    font-size: 18px;
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #000;
}
form.product-form-wishlist button {
    padding: 5px;
    border: none;
    font-size: 18px;
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #000;
}
.product-info-title form.product-form-wishlist button {
    padding: 0;
}
form.product-form-wishlist button.btn:hover i {
    font-weight: 900;
}
form.product-form-wishlist[data-wishlist="true"] button i {
    font-weight: 900;
}
.product-info-price {
    margin-top: 17px;
    margin-bottom: 76px;
}
.product-info-price .price-old {
    color: #000;
}
.product-info-price .price-new {
    font-weight: 400;
}
.form-check-note {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: none;
    width: 100%;
    /* margin: -7px 0 -9px; */
}
form#form-product .form-product-group.input-group-note {
    /* margin-bottom: 11px !important; */
}
form#form-product {}
form#form-product button#button-cart {
    height: 37px;
}
form#form-product label.form-label {
    text-transform: uppercase;
    margin-bottom: 16px;
}
form#form-product label.form-label:after {
    display: none;
}
form#form-product .form-check {
    padding-left: 0;
    opacity: 1 !important;
    position: relative;
}
form#form-product .form-check-input[type="radio"][disabled]+.form-check-label {
    opacity: 1;
    color: #D4D4D4;
}
form#form-product .form-check-input[type="radio"] {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;  
    margin: 0;
    display: none;
}
form#form-product .form-check .form-check-label {
    padding: 3.5px 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 5px;
    color: #000;
}
form#form-product .form-check input[type="radio"]:checked + .form-check-label {
    background: #D4D4D4;
}
form#form-product .input-group {
    gap: 5px;
}
form#form-product .form-product-group {
    padding-top: 4px;
}
form#form-product .invalid-feedback {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
}
.product-size-guide {margin: -4px 0 72px;}

.product-size-guide a.link {
    color: #000;
    font-family: Roboto Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
    outline: none;
    box-shadow: none;
}
.product-size-guide a.link:hover {
    text-decoration-line: none;
}
button#button-cart.disabled {
    opacity: 1;
}
.stock-label {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    padding: 0 16px;
    margin: -13px 0 -20px;
}
.product-arcordion {
    margin-top: 60px;
}

.product-arcordion.accordion .accordion-item button.accordion-button {
    padding: 0;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    outline: none;
    background: transparent;
    color: #000000;
    box-shadow: none;
}

.product-arcordion.accordion .accordion-item {
    border: none;
    color: #000000;
}

.product-arcordion.accordion .accordion-item button.accordion-button:after {
    content: '';
    border: none;
    background-image: url(../../images/accordion-icon.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    width: 12px;
}
.product-arcordion.accordion .accordion-body {
    padding: 16px 47px 16px 0;
    font-family: Roboto Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    line-height: 18px;
}
.product-arcordion.accordion .accordion-body p {
    margin-bottom: 18px;
}
.product-arcordion.accordion .accordion-body p strong {
    font-weight: 400;
}
.product-arcordion.accordion .accordion-body a:hover {
    text-decoration: none;
}
.product-arcordion.accordion .accordion-body a {
    text-decoration: underline;
}
.product-related {
    margin-top: 26px;
}
.product-related h3 {
    text-transform: uppercase;
    margin-bottom: 32px;
}


.modal.right {
    left: auto;
    right: 0;
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s;
    transform: translateX(101%);
    display: flex !important;
}
.modal.right.show {
    transform: translateX(0);
    z-index: 99999;
}
.size_guide_modal {}
.size_guide_modal .modal-dialog {
    height: 100%;
    margin: 0 0 0 auto;
    max-width: 730px;
    width: 100%;
}
.modal.fade.size_guide_modal .modal-dialog {
    transform: none;
}
.size_guide_modal .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    overflow-y: auto;
}
.size_guide_modal .modal-header {
    border: none;
}
.size_guide_modal .modal-body {
    padding: 34px 90px;
    font-size: 14px;
}
.size_guide_modal .modal-body h5 {
    text-transform: uppercase;
    margin-bottom: 52px;
}
.size_guide_modal .modal-body h4 {
    display: none;
}
.size_guide_modal .size-guide-page table {
    margin-bottom: 19px;
}
.size_guide_modal .size-guide-page table thead tr th {
    font-size: 12px;
    padding: 9px 24px 18px 16px;
}
.size_guide_modal .size-guide-page table tbody tr td {
    font-size: 12px;
    padding: 14px 24px 17px 16px;
}
.size_guide_modal .size-guide-page table.table-bangle thead tr th:first-child {
    width: 106px;
}
.size_guide_modal .size-guide-page table thead tr th:not(:first-child),
.size_guide_modal .size-guide-page table tbody tr td:not(:first-child) {
    padding-left: 25px;
}
.size_guide_modal .size-guide-page table tbody tr:last-child td {
    padding-bottom: 11px;
}
.size_guide_modal .size-guide-page p {
    margin-bottom: 14px;
}
.size_guide_modal .modal-header .btn-close {
    background: transparent;
    opacity: 1;
    box-shadow: none;
    outline: none;
    position: absolute;
    top: 67px;
    right: 73px;
    z-index: 1;
}
.size_guide_modal .modal-header .btn-close:hover {
    background: transparent;
}
.size_guide_modal .modal-header .btn-close svg {
    fill: #000000;
}

.size_guide_modal .modal-body-ring .size-guide-page table thead tr th {
    padding: 9px 16px 18px 16px;
    /* width: 63px; */
}

.size_guide_modal .modal-body-ring .size-guide-page table tbody tr td {
    padding: 14px 6px 17px 16px;
}

.size_guide_modal .modal-body-ring .size-guide-page table thead tr th:nth-child(1) {
    width: 169px;
}

.size_guide_modal .modal-body-ring .size-guide-page table thead tr th:nth-child(2) {
    width: 134px;
}

.modal-body-ring {
    margin-top: -13px;
}

.size_guide_modal .modal-body-ring .size-guide-page table thead tr th:nth-child(3) {
    width: 67px;
}

.size_guide_modal .modal-body-ring .size-guide-page table thead tr th:nth-child(4) {
    width: 61px;
}

.size_guide_modal .modal-body-ring .size-guide-page table thead tr th:last-child {
    width: 54px;
}
.size_guide_modal .size-guide-page table thead tr th span {
    font-size: 10px;
}

.images.visible-mobile {
    display: none;
}
.swiper.product-related-slider .swiper-pagination,
.swiper.product-media-slider .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0 16px;
    bottom: 10px;
    align-items: center;
}
.swiper.product-related-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ,
.swiper.product-media-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: transparent;
}
.swiper.product-related-slider .swiper-pagination .swiper-pagination-bullet,
.swiper.product-media-slider .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #4D4D4D;
    opacity: 1;
}
.swiper.product-related-slider .swiper-pagination {
    justify-content: center;
}
.swiper.product-related-slider {
    padding-bottom: 28px;
    margin-bottom: 6px;
}
body.template-product footer {
    margin-top: 31px;
}
.swiper.product-related-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
}
@media (min-width: 1280px) {
    .size_guide_modal .modal-dialog {
        max-width: 50%;
    }
}
@media (max-width: 1199px) {
    .product-information-wrapper {
        padding-left: 15px;
    }
    body.template-product footer {
        margin-top: 30px;
    }
    .swiper.product-related-slider {
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .images.visible-desktop {
        display: none;
    }    
    .images.visible-mobile {
        display: block;
    }
    .product-media,.product-information {
        flex: 100%;
        max-width: 100%;
    }
    .product-media .image .image-inner {
        padding-bottom: 125.645%;
    }    
    .swiper.product-related-slider {
        padding-bottom: 48px;
        margin-bottom: 16px;
    }
    .swiper.product-media-slider .swiper-pagination {
        display: flex;
        justify-content: flex-end;
        padding: 0 16px;
        bottom: 20px;
        align-items: center;
    }    
    .swiper.product-media-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        background: transparent;
    }
    
    .swiper.product-media-slider .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        background-color: #4D4D4D;
        opacity: 1;
    }
    
    .product-information {
        position: static;
        margin-top: 0;
        padding: 0 20px;
        margin-bottom: 0;
    }
    
    .product-info-price {
        margin-top: 8px;
        margin-bottom: 26px;
        font-size: 16px;
    }
    
    .product-information-wrapper {
        padding: 0;
    }
    
    .product-info-title {
        padding-right: 40px;
    }
    
    .product-info-title form {
        right: 17px;
    }
    .form-check-note {
        margin: -2px 0 -14px;
    }
    form#form-product .form-product-group {
        padding-top: 14px;
    }
    .product-size-guide {
        margin: -3px 0 48px;
    }
    .product-arcordion {
        margin-top: 40px;
    }
    .product-arcordion.accordion .accordion-body {
        padding: 16px 25px 0px 0;
    }
    .product-related {
        margin-top: 8px;
    }
    .product-related h3 {
        margin-bottom: 24px;
    }
    
    .size_guide_modal .modal-body {
        padding: 32px 20px;
    }
    
    .size_guide_modal .modal-body h5 {
        font-size: 18px;
        margin-bottom: 47px;
    }
    
    .size_guide_modal .modal-body h4 {
        display: block;
    }
    
    .size_guide_modal .size-guide-page table thead tr th {
        font-size: 10px;
    }
    
    .size_guide_modal .modal-body-ring .size-guide-page table thead tr th {
        padding: 9px 12.5px 9px 9px;
    }
    
    .size_guide_modal .modal-body-ring .size-guide-page table thead tr th:nth-child(1) {
        width: auto;
    }
    
    .size_guide_modal .modal-body-ring .size-guide-page table thead tr th:nth-child(2) {
        width: auto;
    }
    
    .size_guide_modal .modal-body-ring .size-guide-page table thead tr th:nth-child(3) {
        width: auto;
    }
    
    .size_guide_modal .modal-body-ring .size-guide-page table thead tr th:nth-child(4) {
        width: auto;
    }
    
    .size_guide_modal .modal-body-ring .size-guide-page table thead tr th:last-child {width: 66px;}
    
    .size_guide_modal .modal-body-ring .size-guide-page table tbody tr td {
        padding: 16px 6px 8px 9px;
    }
    
    .size_guide_modal .size-guide-page table {
        margin-bottom: -5px;
    }
    
    .size_guide_modal .size-guide-page table tbody tr:last-child td {
        padding-bottom: 10px;
    }
    .size_guide_modal .modal-header .btn-close {
        right: 19px;
        top: 26px;
    }
    .modal-body-bangle,
    .modal-body-ring {
        margin: 0 0 40px;
    }
    body.template-product footer {
        margin-top: 0;
    }
    .product-content:before {
        content: '';
        padding-bottom: 125.645%;
        display: block;
        width: 100%;
    }
    .product-media {
        position: fixed;
        height: 700px;
        top: 0;
        z-index: 0;
    }    
    .product-information {
        z-index: 2;
        background: #FFF;
        padding-top: 17px;
    }
    .product-content {
        margin-bottom: 0 !important;
        background: #FFF;
        position: relative;
        z-index: 2;
    }    
    .product-related {
        margin-top: 0;
        padding-top: 8px;
        background: #FFF;
        position: relative;
        z-index: 2;
        padding-bottom: 30px;
    }
    div#product {
        padding-bottom: 1rem;
    }
}