body.product-product main {
    max-width: 1440px;
    margin: 0 auto;
}
body.product-product .container {
    max-width: 1440px;
}
body.product-product footer .container {
    max-width: 1568px;
}
#form-product .form-product-group .input-group {
    display: block;
    position: static;
    z-index: 1;
    padding: 0;
    margin-top: 16px;
}
#close-gallery-modal{
    position: absolute;
    top: 20px;
    right: 20px;
    background: #3f4342;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    z-index: 100001;
    line-height: 1;
    padding: 0;
    text-align: center;
    display: block;
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
}
#product-info .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
}
#product-info .row .col{
    padding-left: 0;
    padding-right: 0;
}
.gallery.images-slider-show{
    margin-top: 88px;
}
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 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.list-product-options .input-option-radio {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-top: 14px;
}
.list-product-options .input-option-radio .form-check img {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: 0;
    max-width: 80px;
    max-height: 49px;
    /* object-fit: cover; */
    border: 2px solid transparent;
}
form#form-product .form-check.active .form-check-label img{
    border-color: #F79F00;
}
.list-product-options .input-option-radio .form-check {
    padding: 0 8px;
    margin: 0 0 16px;
    width: 96px;
}
.link-copied-text {
    display: none;
}
.product-content .social-icons {
    display: none;
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    padding: 14px 16px 16px;
    background: #161616;
    top: 100%;
    margin-top: 18px;
    width: 230px;
}
.product-content .social-icons input[type="text"] {
    border: 0;
    padding: 8.5px 14px;
    background: #F2F2F2;
    color: #727272;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-text-fill-color: #727272;
}
.product-content .social-icons .sharethis-inline-share-buttons {
    padding: 5px 0 11px;
}
.product-content .social-icons ul {
    display: flex;
    column-gap: 16px;
}
.product-content .social-icons ul li a svg {
    width: 24px;
    height: 24px;
}
.product-content .social-icons ul li a:hover {
    opacity: 0.7;
}
.share-text-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
}
#product-info #column-left {
    display: none !important;
}
.product-content {
    align-items: flex-start;
}
.product-media {
    flex: 52.3%;
    max-width: 52.3%;
    position: sticky;
    top: 0;
}
.product-information {
    position: sticky;
    top: 0;
    margin-bottom: 148px;
    flex: 47.7%;
    max-width: 47.7%;
    margin-left: auto;
    padding: 154px 0 0 64px;
}

.product-media .image .image-inner img {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    /* position: absolute; */
    top: 0;
    left: 0;
    object-fit: cover;
}
.images-slider-show .image svg {
    position: absolute;
    bottom: 58px;
    right: 68px;
    z-index: 999;
    cursor: pointer;
}
.images-slider-show .image {
    position: relative;
}
.product-information-wrapper {
    padding-left: 0;
    max-width: 100%;
}
.product-info-model {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.images-slider-show .swiper-wrapper {
    align-items: center;
}
.product-info-model {
    display: none;
}
.product-info-title {
    position: relative;
    padding-right: 30px;
}
.product-info-title form {
    position: absolute;
    right: 0;
    top: 0;
}
form.product-form-wishlist {
    display: none;
    margin-bottom: 0;
}
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;
    box-shadow: none;
    outline: none;
    color: #000F2D;
}
form.product-form-wishlist button {
    background-image: url(../images/wishlish-icon.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    padding: 0;
}
form.product-form-remove-wishlist button{
    background-image: url(../images/wishlish-added.svg);
}
#product #form-product .qty-container {
    display: none;
}
form.product-form-wishlist button i {
    display: none;
}
.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;
}
.size_guide_modal .size-guide-page .size-tabs {
    display: none !important;
}
.size_guide_modal .size-guide-page .size-guide-content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
}
.size_guide_modal .size-guide-page .size-guide-content h6{
   color: #000;
   margin-bottom: 20px;
}
.size_guide_modal .size-guide-page .size-guide-content p{
   color: #000;
   margin-bottom: 20px;
}
.product-info-price {
    margin-top: 17px;
    margin-bottom: 25px;
    border-bottom: 1px solid #888888;
}
.product-info-price .price-old {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #888888;
}
.product-info-price .list-inline-item:not(:last-child) {
    margin-right: 28px;
}
.product-info-price .list-unstyled {
    margin-bottom: 22px;
}
.product-info-price .price-new {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFA400;
}
.form-check-note {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: none;
    width: 100%;
}
form#form-product button#button-cart {
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #111;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}
form#form-product button#button-cart svg {
    margin-left: 10px;
}
.product-descriptions {
    padding-top: 33px;
}
form#form-product button#button-cart[disabled] * {
    color: #000F2D;
}
.qty-input {
    display: flex;
    align-items: center;
}
input#input-quantity {
    width: 72px;
    border: none;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.05em;
}
#error-quantity:empty {
    display: none;
}
.btn-qty {
    width: 20px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0;
}

form#form-product label.form-label {
    text-transform: capitalize;
    padding-left: 0;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    letter-spacing: 0.04em;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0;
}
form#form-product .list-product-options label.form-label {
    color: #fff;
}
.text-show-option span.option-selected {
    display: inline-block;
    vertical-align: middle;
}
form#form-product label.form-label:after {
    display: none;
}
.product-info-wishlist .btn-group {
    align-items: center;
}
form#form-product .form-check:last-child {
    border: 0;
}
.color-select {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    letter-spacing: 0.04em;
}
.color-select.active:before {
    content: '';
    width: 1px;
    height: 90%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 2px;
}
.list-product-options .mb-3 {
    border-bottom: 1px solid #888888;
    padding-bottom: 7px;
    margin-bottom: 25px !important;
    width: 100%;
}
.text-show-option:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 14px;
    height: 6px;
    background-image: url(../../images/icon-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    transition: all .5s;
}

.text-show-option.active::after {
    transform: rotate(180deg);
}
.product-product header.banner_white.fixed {
    background: #111111;
}
.product-media .gallery .image .image-inner img {
    object-fit: cover;
    cursor: url(../../images/icon-search.svg), auto;
}
.text-show-option {
    margin-left: 23px;
    white-space: nowrap;
    /* min-width: 200px; */
    position: relative;
    padding-right: 33px;
    cursor: pointer;
}
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-product .form-product-group .input-group .form-check {
    position: relative;
    padding-left: 32px;
    margin: 0;
}
#form-product .form-product-group .input-group .form-check input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
}
#form-product .form-product-group .input-group .form-check input[type="checkbox"]:checked{
    background-color: #F79F00;
    border-color: #F79F00;
}
form#form-product .form-check .form-check-label {
    display: inline-block;
    width: 100%;
    padding: 0;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    letter-spacing: 0.04em;   
    line-height: normal;
    text-transform: capitalize;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
    position: relative;
    border: 0;
    transform: none;
    position: relative;
    border: 0;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.title-and-share {
    position: relative;
}
.title-and-share .product-wislist-share {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 4px;
}
.title-and-share .share-text-icon span {
    display: none;
}
form#form-product .form-check .form-check-label::before{
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    margin: 0;
    border: 0;
}

form#form-product .form-check .form-check-label:hover::before{
    transform: scaleX(1);
    transform-origin: left;
    background: #fff;
    right: 0;
    left: auto;
}


form#form-product .form-check input[type="radio"]:checked+.form-check-label {
    /* background: #fff; */
}

form#form-product .input-group {
    gap: 5px;
}

form#form-product .form-product-group {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    max-width: fit-content;
    width: 100%;
    margin-bottom: 33px !important;
    flex-wrap: wrap;
    border: 0;
    margin: 0;
}
form#form-product .invalid-feedback {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
    display: block;
}
form#form-product .invalid-feedback:empty {
    display: none;
}
.product-size-guide {
    margin: 0 0 0px 79px;
}
.product-size-guide a.link {
    outline: none;
    box-shadow: none;
    color: #000F2D;
}
.product-size-guide a.link:before{
    bottom: 4px;
}
.product-size-guide a.link:hover {
    text-decoration-line: none;
}
button#button-cart.disabled {
    opacity: 1;
}
.images-slider-show .image svg.zoom-hover {
    display: none;
}
.images-slider-show .image {
    cursor: pointer;
}
.images-slider-thumb .image {
    cursor: pointer;
}
.images-slider-show .image:hover svg.zoom-hover {
    display: block;
}
.images-slider-show .image:hover svg.zoom-default {
    display: none;
}
.product-media .image .image-inner {
    position: relative;
    /* padding-bottom: calc(500/701 * 100%); */
}
.product-media .images-slider-thumb .image .image-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
.product-media .images-slider-thumb .image .image-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1;
    transition: all 0.5s;
}
.product-media .images-slider-thumb .image:hover .image-inner:before,  .product-media .images-slider-thumb .image.swiper-slide-thumb-active .image-inner:before{
    opacity: 0;
}

.product-media .images-slider-thumb  .swiper-slide-thumb-active .image .image-inner:before {
    opacity: 1;
}

.images-slider-thumb {
    margin-top: 24px;
    padding-right: 56px;
}

.images-slider-thumb.is-gift-card {
    display: none;
}

.product-information h1.h4 {
    margin-bottom: 18px;
    text-transform: capitalize;
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 33.6px;
    letter-spacing: 0.04em;
    margin-top: 24px;
    max-width: calc(100% - 100px);
}
.product-information-wrapper .product-tag {
    background-color: #F79F00;
    height: auto;
    padding: 2px 18px;
    max-width: 100%;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    align-items: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.04em; 
    color: #111111;
}
.product-information-wrapper .product-tag:empty{
    display: none;
}
.title-and-share .product-wislist-share .product-share-container {
    margin-right: 16px;
}
.product-descriptions .description-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.04em;
}
.product-descriptions .description-item p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0.04em;
}
.product-descriptions .description-item p:last-child{
    margin-bottom: 0;
}
.product-related .product-item .product-thumb .content-right {
    opacity: 0;
    margin-top: 8px;
}
.product-info-wishlist .btn-group .text_add_wishlist {
    display: none;
}
.list-product-options {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 30px;
    margin-bottom: 0;
}
form#form-product .form-product-group:first-child {
    max-width: 100%;
}
.product-info-wishlist .text_add_wishlist, .product-info-wishlist .text_remove_wishlist {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    padding-left: 30px;
    display: none;
}
.product-wislist-share {
    margin-top: 32px;
}
.share-icon {
    margin-right: 9px;
}
.product-info-wishlist .btn-group {
    align-items: center;
}
.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: 71px;
    background-color: transparent;
}
.product-arcordion + .product-arcordion{
        margin-top: 13px;
}
.product-arcordion.accordion .accordion-item button.accordion-button {
    text-transform: capitalize;
    outline: none;
    background: transparent;
    color: #000F2D;
    box-shadow: none;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 10px 41px;
}
.product-arcordion.accordion .accordion-item {
    border: none;
    background-color: transparent;
}
.product-arcordion.accordion .accordion-item button.accordion-button::before {
    content: '';
    display: block;
    background: #000F2D;
    height: 15px;
    width: 1px;
    position: absolute;
    top: 15px;
    left: 15px;
    transition: all 0.3s;
    opacity: 0;
    transform: rotate(90deg);
}
.product-arcordion.accordion .accordion-item button.accordion-button.collapsed::before{
    opacity: 1;
    transform: rotate(0deg);
}
.product-arcordion.accordion .accordion-item button.accordion-button:after {
    content: '';
    display: block;
    background: #000F2D;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 22px;
    left: 8px;
    transform: none;
}
.product-arcordion.accordion .accordion-body {
    padding: 18px 0px 16px 0;
}
.product-arcordion.accordion .accordion-body p {
    margin-bottom: 18px;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    text-align: left;
}
.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 {
    padding-top: 120px;
    padding-bottom: 45px;
    padding-left: 64px;
    padding-right: 64px;
    overflow: hidden;
    background: #262828;
}
.product-related .row > .col {
    padding-left: 0;
    padding-right: 0;
}
.product-related .row {
    margin-right: 0;
    margin-left: 0;
}
.product-related h3 {
    font-family: Cinzel;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.04em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.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 .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;
    padding: 0;
    position: fixed;
    top: 30px;
    right: 35px;
    z-index: 9;
}
.size_guide_modal .btn-close {
    opacity: 1;
    background: none;
    width: 48px;
    height: 48px;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0 0 0 auto;
    position: absolute;
}
.size_guide_modal .modal-body {
    padding: 50px 36px;
}
.size_guide_modal .modal-body ol {
    padding-left: 0;
}
.size_guide_modal .modal-body h5 {
    text-transform: uppercase;
    margin-bottom: 52px;
}
.size_guide_modal .modal-body h4 {
    margin-bottom: 40px;
    color: #000;
}
.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;
}
.product-media .swiper-button-next {
    background: rgba(0, 15, 45, 0.9);
    height: 100%;
    top: 0;
    transform: none;
    margin: 0;
    right: 0;
    padding: 17.5px;
    opacity: 0;
}
.product-media .swiper-button-next:after, .product-media .swiper-button-prev:after {
    content: '';
    width: 5px;
    height: 13px;
    display: block;
    position: static;
    padding: 3px;
    background-image: url(../images/arr-gallery.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
.product-media .swiper-button-prev:after{
    transform: rotate(-180deg);
}
.product-media .swiper-button-prev {
    background: rgba(0, 15, 45, 0.9);
    height: 100%;
    top: 0;
    transform: none;
    margin: 0;
    left: 0;
    padding: 17.5px;
    opacity: 0;
}
.product-media .swiper-button-next:hover, .product-media .swiper-button-prev:hover {
    opacity: 1;
} 
.product-related .product-thumb .image {
    margin-bottom: 15px;
}
.product-related .product-thumb .product .content-left h4 {
    margin: 0;
}
.product-name:empty {
    display: none;
}
.products-related {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.products-related .product-item {
    width: 20%;
    margin: 0;
}
.product-size-guide {
    margin-left: 0;
}
.lightbox-content .slider {
    padding: 0 20px;
}
.slider .slider-item .image {
    position: relative;
    padding-bottom: calc(703/896 * 100%);
}
.slider .slider-item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
}
/* Lightbox popup */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow: hidden;
}
.lightbox-content {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    background-color: #000f2d;
    padding: 120px 32px 60px 32px;
    position: relative;
    height: 100%;
}
.lightbox-thumbnails .lightbox-thumbnail {
    position: relative;
    padding-bottom: calc(90/126 * 100%);
    margin-bottom: 14px;
}
.lightbox-thumbnails .lightbox-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-thumbnails .lightbox-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
    transition: all .5s;
}
.lightbox-thumbnails .lightbox-thumbnail.active:before,
.lightbox-thumbnails .lightbox-thumbnail:hover:before{
    opacity: 0;
}
.slider .slider-item {
    text-align: center;
    max-width: 986px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.slider {
    /* width: 500px; */
    /* height: 500px; */
    overflow: hidden;
    position: relative;
    width: calc(100% - 126px);
    max-width: 100%;
    height: 100%;
}
.slider-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease;
}
.slider img {
    flex-shrink: 0;
}
.lightbox img {
    max-width: 70%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.lightbox-thumbnails {
    display: flex;
    flex-direction: column;
    width: 126px;
}
.lightbox-thumbnails img {
    width: 100%;
    cursor: pointer;
    opacity: 1;
    max-width: 200px;
}
.lightbox-thumbnails img:hover {
    opacity: 1;
}
.lightbox-thumbnails img.active {
    opacity: 1;
}
/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 77px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    top: 71px;
}
.product-content .social-icons .sharethis-inline-share-buttons .st-btn {
    padding: 0 !important;
    border: 0 !important;
    height: 24px !important;
    width: 24px !important;
    line-height: inherit !important;
    margin-right: 10px !important;
}
.product-content .social-icons .sharethis-inline-share-buttons .st-btn:last-child {
    margin-right: 0 !important;
}
.product-content .social-icons .sharethis-inline-share-buttons .st-btn img{
    display: none !important;
}
.product-content .social-icons .sharethis-inline-share-buttons .st-btn[data-network='wechat']{
    background: url(../images/wechat.svg) no-repeat center !important;
}
.product-content .social-icons .sharethis-inline-share-buttons .st-btn[data-network='weibo']{
    background: url(../images/weibo.svg) no-repeat center !important;
}
.product-content .social-icons .sharethis-inline-share-buttons .st-btn[data-network='facebook']{
    background: url(../images/facebook.svg) no-repeat center !important;
}
.product-content .social-icons .sharethis-inline-share-buttons .st-btn[data-network='email']{
    background: url(../images/email-share.svg) no-repeat center !important;
}
.product-content .social-icons .sharethis-inline-share-buttons .st-btn[data-network='copy']{
    background: url(../images/link-share.svg) no-repeat center !important;
}
.product-media .image .image-inner .magnify-lens {
    width: 124px;
    height: 124px;
    border: 1px solid #000000;
    box-shadow: none;
}
.product-media .image .image-inner>a .magnify {
    vertical-align: top;
    width: 100%;
}
.product-media .image .image-inner>a {
    width: 100%;
}
.product-related .product-item .product-thumb:hover .content-right {
    opacity: 1;
}
.product-content .social-icons:before {
    content: '';
    position: absolute;
    right: 40px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
}
.product-content .social-icons:after {
    content: '';
    position: absolute;
    right: 40px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #111111;
}
.description-item .read-more {
    position: relative;
    margin-left: 5px;
    text-decoration: none;
    background-image: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all 300ms;
    position: relative;
}
.description-item .read-more:hover {
    background-size: 0 1px;
}
.description-item .read-more:after {
    content: '+';
    margin-left: 5px;
}
.description-item .read-less {
    position: relative;
    margin-left: 5px;
    text-decoration: none;
    background-image: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all 300ms;
    position: relative;
}
.description-item .read-less:hover{
    background-size: 0 1px;
}
.description-item .read-less:after {
    content: '-';
    margin-left: 5px;
}
.product-content .social-icons .st-btn {
    display: inline-block !important;
}
@media (max-width: 1440px) {
    #product-info{
        padding-left: 0;
    }
    .product-product header.banner_white {
        background: transparent;
    }
}
@media (min-width: 1280px) {
    .size_guide_modal .modal-dialog {
        max-width: 1175px;
    }
}
@media (max-width: 1199px) {
    .product-related {
        padding-left: 24px;
        padding-right: 24px;
    }
    .product-information-wrapper {
        padding-left: 0px;
    }
    .images-slider-show .image svg {
        bottom: 20px;
        right: 20px;
        max-width: 48px;
    }
    body.template-product footer {
        margin-top: 30px;
    }
    .swiper.product-related-slider {
        margin-bottom: 16px;
    }
    .product-size-guide {
        margin-left: 0;
    }
    .close-btn {
        right: 20px;
        top: 20px;
    }
    .lightbox-content {
        padding: 90px 20px;
    }
}
@media (max-width: 773px) {
    .product-product .magnify-mobile{
        display: none;
    }
}
@media (max-width: 767px) {
    #product-info {
        padding-top: 80px;
        padding-bottom: 61px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .images.visible-mobile {
        display: block;
        margin: 0 -24px;
    }
    .images-slider-thumb {
        padding-right: 0;
        margin-top: 12px;
    }
    .product-media .swiper-button-next, .product-media .swiper-button-prev {
        opacity: 0;
    }
    .product-media .image-zoom {
        display: none;
    }
    .product-media, .product-information {
        flex: 100%;
        max-width: 100%;
    }
    .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;
        margin-bottom: 0;
    }
    .product-info-price {
        margin-top: 8px;
        margin-bottom: 25px;
        font-size: 16px;
    }
    .product-descriptions .description-item p{
        font-size: 14px;
    }
    .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: 13px;
    }
    .product-size-guide {
        margin: -6px 0 0px 0;
        width: 100%;
    }
    .product-arcordion {
        margin-top: 72px;
    }
    .product-arcordion.accordion .accordion-body {
        padding: 16px 0 16px 0;
    }
    .product-related h3 {
        margin-bottom: 40px;
    }
    .product-item .product-thumb .image-inner .add-wistlist{
        top: 16px;
        right: 16px;
    }
    .product-related .product-thumb .image {
        margin-bottom: 25px;
    }
    .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 tbody tr:last-child td {
        padding-bottom: 10px;
    }
    .size_guide_modal .modal-header .btn-close {
        right: 0;
        top: 0;
    }
    .modal-body-bangle,
    .modal-body-ring {
        margin: 0 0 40px;
    }
    body.template-product footer {
        margin-top: 0;
    }
    .product-media {
        position: static;
        top: 0;
        z-index: 0;
    }
    .product-information {
        z-index: 2;
        padding-top: 40px;
    }
    .product-content {
        margin-bottom: 0 !important;
        position: relative;
        z-index: 2;
    }
    .product-related {
        margin-top: 0;
        padding-top: 15px;
        position: relative;
        z-index: 2;
        background: transparent;
        padding-bottom: 84px;
    }
    .products-related .product-item{
        padding: 0;
    }
    .size_guide_modal .modal-body .size-guide-page .label {
        display: none;
    }
    
    .size_guide_modal .modal-body ol {
        padding-left: 19px;
    }
    .products-related {
        margin: 0 auto;
    }
    .product-related .product-item .product-thumb .content-right {
        display: block;
        margin-top: 7px;
        opacity: 1;
    }
    .products-related .swiper-pagination {
        padding-top: 49px;
    }
}
