.mainProductContent {
    display: flex;
    flex-direction: row;
    padding-top: 60px;
    flex-wrap: wrap;
}

.mainProductContent>div {
    width: 50%;
}

.mainProductImage {
    width: 80%;
    height: 570px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.productImagesBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(29,29,27,0.7);
}

.productImagesOffsetBG {
    position: absolute;
    top: 2px;
    left: 3px;
    width: 99.5%;
    height: 99.5%;
    border: 3px solid rgba(29,29,27,0.1);
}

.productImages{
    width:100%;
    height:100%;
}

.productImages.singleImage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.productImages .swiper-slide img, html body .singleImage img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.productImagesThumbs.swiper {
    width: 80%;
}

.productImagesThumbs .swiper-slide {
    opacity: .5;
    transition: opacity 0.35s ease-in-out;
    cursor: pointer;
    border: 2px solid #4d4d4d;
    background-color: #f2f2f2;
}

.productImagesThumbs .swiper-slide img{
    width:100%;
    display:block;
    height:100%;
    object-fit:cover;
}

html body .singleThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.singleThumb {
    width: 150px;
    height: 100%;
    border: 2px solid #4d4d4d;
    background-color: #f2f2f2;
}

.productImagesThumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.productContentRight {
    padding-right: 10%;
    box-sizing: border-box;
}


.productBreadCrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.productBreadCrumbs p {
    font-family: 'Inter';
    color: #808080;
    margin: 0px 5px;
    white-space: nowrap;
    text-wrap: nowrap;
    font-size: 0.9em;
}

.productBreadCrumbs a {
    font-family: 'Inter';
    color: #808080;
    white-space: nowrap;
    text-wrap: nowrap;
    font-size: 0.9em;
    text-decoration: unset;
    position: relative;
}

.productBreadCrumbs a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,2px) scaleX(0);
    background-color: #808080;
    width: 93%;
    height: 1px;
    border-radius: 5px;
    transform-origin: center;
    transition: all 0.35s cubic-bezier(.68,.3,.15,.91);
}

.productBreadCrumbs a:hover::after{
    transform: translate(-50%,2px) scaleX(1);
}

.product-type-variable .quantityCartAndShipping>.price:first-child {
    display: none;
}

.productPrice {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.productPrice span.woocommerce-Price-amount.amount, .quantityCartAndShipping .woocommerce-Price-amount.amount {
    color: #4d4d4d;
    font-family: 'Inter';
    font-size: 1.7em;
    font-weight: 600;
}

.productPrice>p {
    font-family: 'Inter';
    color: #4d4d4d;
    font-size: 0.95em;
    margin: unset;
    margin-left: 10px;
    margin-bottom: 5px;
}

.productImagesThumbs.singleImage {
    height: 140px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


p.price del, p.price ins {
    text-decoration: unset!important;
}

p.price del .woocommerce-Price-amount {
    text-decoration:line-through;
}

table.variations .label {
    text-align: left;
    font-family: 'Inter';
    font-size: 1em;
    color: #333333;
}

table.variations .label {
    text-align: left;
    font-family: 'Inter';
    font-size: 1em;
    color: #333333;
    width: 1%;
    white-space: nowrap;
    padding-right: 10px;
    min-width: unset!important;
    max-width: unset!important;
}

table.variations {
    padding-top: 10px;
}

a.reset_variations {
    font-family: 'Inter';
}

table.variations * {
    font-family: 'Inter';
}

table.variations select {
    max-width: unset!important;
    min-width: unset!important;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column;
}

.shownQuantitySel {
    display: flex;
    flex-direction: row;
    height: 30px;
}

.shownQuantitySel p {
    font-family: 'Inter';
    font-size: 1.5em;
    margin: unset;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    user-select: none;
    color: #4d4d4d;
    background-color: #f2f2f2;
    width: 33px;
    height: 30px;
    text-align: center;
    border: 2px solid #4d4d4d;
    line-height: 120%;
}

.quantity input {
    border: unset;
    background-color: transparent;
    width: 40px;
    height: 100%;
    text-align: center;
    font-family: 'Inter';
    font-weight: 600;
    color: #333333;
    outline: none!important;
    font-size: 1.2em;
    box-sizing: border-box;
    margin: 0em 0.4em;
}


p.disabled {
    filter: opacity(0.5);
    cursor: not-allowed;
}

.productTitle h1 {
    font-family: 'Inter';
    color: #333333;
    font-size: 2em;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.quantity>p {
    font-family: 'Inter';
    font-size: 0.8em;
    font-weight: 600;
    color: #333333;
}

.singleProductSepparator {
    width: 100%;
    height: 1px;
    background-color: #808080;
    opacity: 0.7;
    margin-top: 20px;
    margin-bottom: 10px;
}

button.single_add_to_cart_button.button {
    display: flex;
    flex-direction: row-reverse;
    float: unset!important;
    background-color: #4d4d4d!important;
}


html body #main button.single_add_to_cart_button.button {
    display: flex;
    flex-direction: row-reverse;
    float: unset!important;
    background-color: #4d4d4d!important;
    white-space: nowrap;
    text-wrap: nowrap;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.15s ease-in-out;
    line-height: 125%;
}

button.single_add_to_cart_button.button:hover {
    background-color:#09172b;
}

button.single_add_to_cart_button.button svg {
    height: 18px;
    width: 18px;
    padding-right: 15px;
}

.addToCartContents {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.blurbProductFav {
    width: 40px;
    margin-left: 40px;
    border: 2px solid #333333;
    height: 35px;
}

.blurbProductFav {
    width: 40px;
    margin-left: 40px;
    border: 2px solid #333333;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.blurbProductFav svg {
    width: 50%;
    height: 50%;
}

.productImages .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-type-simple form.cart {
    display: flex;
    flex-direction: column;
}

.productAccordions {
    display: flex;
    flex-direction: column;
}

.accordionToggle {
    position: relative;
    cursor: pointer;
}

.accordionToggle .accordionToggleBase {
    width: 20px;
    height: auto;
    transition: all 0.35s ease-in-out;
}

.accordionToggle .accordionToggleMoveable {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: auto;
    transition: all 0.35s ease-in-out;
}

.accordionToggle svg {
    width: 100%;
    height: 100%;
    display: block;
}

.accordionItem.active .accordionToggleMoveable {
    transform: translateY(4px) rotateX(170deg);
}

.accordionItem.active .accordionToggleBase {
    transform: translateY(-4px);
}

.accordionTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
    box-sizing: border-box;
    padding-bottom: 15px;
}

.accordionTitle h2 {
    color: #333333;
    font-family: 'Inter';
    font-weight: 900;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0;
}

.accordionInner p {
    color: rgb(77, 77, 77);
    font-family: 'Inter';
    font-weight: 400;
    font-size: 0.9em;
    margin: 0;
}

.accordionInner {
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.mainProductImage .swiper-button-prev::after, .mainProductImage .swiper-button-next::after {
    display: none;
}

.mainProductImage :is(.swiper-button-next svg, .swiper-button-prev svg) {
    width: 100%;
    height: auto;
    display: block;
}

.mainProductImage :is(.swiper-button-next, .swiper-button-prev) {
    border: 1px solid rgb(77, 77, 77);
    background-color: rgb(242, 242, 242);
    width: 30px;
    height: 15px;
    padding: 20px;
    transition: all 0.35s ease-in-out;
}

.mainProductImage .swiper-button-next {
    top: 50%;
    left: 100%;
    transform: translateX(-50%);
}

.mainProductImage .swiper-button-prev {
    top: 50%;
    left: 0;
    transform: translateX(-50%);
}

.woocommerce div.product form.cart {
    margin-bottom: 4em !important;
}

/* RESPONSIVE */

@media only screen and (max-width: 1600px) {
    .mainProductImage :is(.swiper-button-next, .swiper-button-prev) {
        width: 25px;
        height: 15px;
        padding: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .productTitle h1 {
        font-size: 1.7em;
    }
}

@media only screen and (max-width: 1000px) {
    .mainProductContent {
        flex-direction: column;
    }
    .mainProductContent>div {
        width: 100%;
    }
    .productContentLeft {
        margin-bottom: 60px;
    }
    .productContentRight {
        padding: 0 10%;
    }
    .mainProductImage {
        height: 500px;
    }
}

@media only screen and (max-width: 600px) {
    .mainProductImage :is(.swiper-button-next, .swiper-button-prev) {
        width: 20px;
        height: 15px;
        padding: 10px;
    }
    .productBreadCrumbs a, .productBreadCrumbs p {
        font-size: 0.8em;
        margin-bottom: 7px;
    }
    .productBreadCrumbs {
        flex-wrap: wrap;
    }
    .mainProductImage {
        height: 410px;
    }
    .productTitle h1, .productPrice span.woocommerce-Price-amount.amount, .quantityCartAndShipping .woocommerce-Price-amount.amount {
        font-size: 1.5em;
    }
    .accordionTitle h2 {
        font-size: 1em;
    }
    .accordionInner p {
        font-size: 0.8em;
    }
    .accordionToggle .accordionToggleBase, .accordionToggle .accordionToggleMoveable {
        width: 15px;
    }
    .accordionItem.active .accordionToggleBase {
        transform: translateY(-3px);
    }
    .accordionItem.active .accordionToggleMoveable {
        transform: translateY(3px) rotateX(170deg);
    }
    .woocommerce div.product form.cart {
        margin-bottom: 3em !important;
    }
}

@media only screen and (max-width: 500px) {
    .mainProductImage, .productImagesThumbs.swiper {
        width: calc(100% - 40px);
    }
    .productContentRight {
        padding: 0 20px;
    }
    .mainProductImage .swiper-button-next {
        transform: translateX(-130%);
    }
    .mainProductImage .swiper-button-prev {
        transform: translateX(30%);
    }
    .blurbProductFav {
        margin-left: 15px;
    }
}