.elementor-icon-list-item svg {
    height: auto;
}

.size-table {
    min-width: 100%;
}

.size-table th,
.size-table td {
    white-space: nowrap;
    padding-right: 7px;
}

@media screen and (max-width: 768px) {
    .accordion-content {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

.single-product main.content {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
}

.single-product .product_title,
.single-product h2:not(.woocommerce-loop-product__title) {
    font-size: 22px;
}

.single-product .header {
    padding-bottom: 20px;
}

.accordion-content {
    padding-bottom: 10px;
}

.single-product .main-product-content {
    padding: 0;
    float: none;
    clear: both;
    background: transparent;
    font-size: 0;
    margin: 0 auto 80px auto;
    width: 100%;
}

.single-product .product-gallery {
    width: calc(50% - 2px);
    vertical-align: top;
    display: inline-block;
}

.brand-text {
    display: flex;
    align-items: center;
}

.brand-text-content {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .single-product .product-gallery {
        width: 100%;
        text-align: center;
    }

    .single-product .product-gallery .thumbnails {
        display: none;
    }

    .single-product .product-gallery .full {
        width: 70%;
        margin: 0 auto;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 20px;
    }

    .single-product .product-gallery .full>div {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }

    .single-product .header {
        padding-bottom: 0;
    }
}

.single-product .summary {
    font-size: 13px;
    vertical-align: top;
    margin-top: 0;
    padding: 75px 0 0 0;
    width: 50%;
    display: inline-block;
    padding-left: 30px;
    max-width: 380px;
}

.product-gallery-images {
    display: flex;
    flex-wrap: wrap;
}

.product-gallery-image {
    margin-top: 4px;
    width: calc(50% - 2px);
}

.product-gallery-image:nth-child(even) {
    margin-left: 2px;
}

.product-gallery-image:nth-child(odd) {
    margin-right: 2px;
}

.single-product .product_title,
.single-product h2:not(.woocommerce-loop-product__title) {
    margin-top: 0;
}

.single-product .cart:not(.variations_form) {
    width: 100%;
    display: block;
}

/* Add to cart section */

.single-product .stock {
    display: none;
}

.single-product .single_variation_wrap {
    width: 100%;
}

.single-product .cart .single_add_to_cart_button {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    width: 100%;
    font-family: 'Sailec';
}

.single-product .cart .quantity {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.single-product .cart .single_add_to_cart_button {
    margin: 0;
}

.single-product .cart .single_add_to_cart_button:disabled {
    background: #f0efec;
    border-color: #f0efec;
    color: rgb(142, 142, 142);
    cursor: not-allowed;
}

/* End add to cart section */

/* Price */

.single-product .main-product-content .price ins span,
.single-product .main-product-content .price>span {
    font-weight: bold;
    font-size: 18px;
}

.single-product .main-product-content .price del span {
    text-decoration: line-through;
    font-size: 18px;
}

.single-product .main-product-content .price del,
.single-product .main-product-content .price ins {
    display: inline-block;
}

.single-product .main-product-content .price {
    padding: 0;
    margin: 0 0 10px 0;
}

/* End Price */

/* Accordion */

.single-product .wc-tabs {
    margin: 0;
}

.single-product .woocommerce-tabs {
    width: 100%;
}

.single-product .size-guide-link {
    margin: 0 0 20px 0;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #000;
}

.single-product .size-guide-link a {
    display: block;
    text-decoration: none;
}

/* End Accordion */

/* Colors */

.product-alternative-colors {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin: 20px 0 25px 0;
}

.product-alternative-colors li {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
}

.product-alternative-colors li.current-color {
    border-color: #000;
    pointer-events: none;
}

.product-alternative-colors li.current-color a {
    pointer-events: none;
    cursor: default;
}

.product-alternative-colors li a {
    background-color: #3f3f3f;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}

/* End Colors */

/* Variations */

.variations {
    margin-bottom: 30px;
}

.variations .label,
.variations .value select {
    display: none !important;
}

.variations .variation-radios input {
    display: none !important;
}

.variations .variation-radios label {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
}

.ss-look .variations .variation-radios label {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
}

.ss-look .variation-radios input[type=radio]:checked+label {
    line-height: 1;
}

.variations .variation-radios label span {
    display: block;
    height: 30px;
    padding: 0 6px;
    line-height: 30px;
    min-width: 30px;
    border: 1px solid transparent;
}

.variations .variation-radios label .backorder {
    color: #999;
}

a.backorder-modal-trigger.button.white {
    margin-bottom: 10px;
}

.variations .variation-radios label:hover span {
    border-color: #888;
}

.variations .variation-radios input:checked+label span {
    border-color: #000;
}

/* End Variations */

/* Product gallery modal */

body.modal-open {
    overflow: hidden;
    ;
}

.product-gallery-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #ebebeb;
}

.product-gallery-modal .product-modal-image {
    position: absolute;
    display: none;
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.single-product .product-gallery .product-image-wrap,
.single-product .product-gallery-images .product-image-wrap {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.accordion-tab h4:before {
    content: '+';
    display: inline-block;
    width: 12px;
}

.accordion-tab.active h4:before {
    content: '-';
    display: inline-block;
    width: 12px;
}

@media screen and (max-width: 769px) {
    .single-product .size-guide-link {
        margin: 0;
    }

    .accordion-tab,
    .accordion-tab:last-child,
    .single-product .size-guide-link {
        border-top: 1px solid !important;
        text-align: left !important;
    }

    .product-gallery-modal .product-modal-image {
        width: auto;
        position: absolute;
        height: 100vh;
        margin-left: calc(-1 * (100vh * 2 / 3 - 100vw) / 2);
    }
}

.product-gallery-modal-controls {
    position: fixed;
    right: 50px;
    top: 40px;
}

.product-gallery-modal-controls .close-modal {
    margin-left: 80px;
}

.product-gallery-modal-controls .next-image {
    margin-left: 40px;
}

.product-gallery-modal-dots {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    width: 90%;
    text-align: center;
}

.product-gallery-modal-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    cursor: pointer;
    background-color: #fff;
}

.product-gallery-modal-dots li.active {
    background-color: #000;
}

/* End Product gallery modal */

/* Product tab accordion */

.desription-accordion {
    margin-top: 40px;
}

.accordion-tab {
    border-top: 1px solid #000;
    max-height: 50px;
    overflow: hidden;
}

.accordion-tab:last-child {
    border-bottom: 1px solid #000;
}

.accordion-tab p:first-of-type {
    margin-top: 0;
}

.accordion-tab h4 {
    cursor: pointer;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

.accordion-tab.active {
    max-height: 9999px;
}

/* End Product tab accordion */

/* Related products */

.related.products.products>h2 {
    font-size: 26px;
    text-align: center;
    margin: 30px 0;
}

.related.products.products {
    width: 100%;
    margin: 0 0 50px 0;
}

.related.products li.product {
    margin: 10px;
    width: calc(19.3% - 10px);
}

/* End Related products */

/* Backorder modal */

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .close-modal {
    position: absolute;
    right: 10px;
    top: 0;
    text-decoration: none;
    font-size: 25px;
}

.modal-inner {
    position: relative;
    width: 90%;
    max-width: 400px;
    height: auto;
    background: #fff;
    padding: 25px;
}

.backorder-modal h2 {
    font-size: 26px;
}

.backorder-modal h3 {
    margin-top: 10px;
    font-size: 18px;
}

.backorder-modal select {
    height: 45px;
    font-size: 13px;
    border: 1px solid #000;
    width: 100%;
    background: transparent;
    -webkit-appearance: menulist;
    margin-bottom: 10px;
}

.backorder-modal input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    height: 45px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 45px;
    border: 1px solid #000;
    border-radius: 5px;
}

.backorder-modal form .button {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

/* End backorder modal */

/* Look Product */

.look-product .backorder-modal-trigger {
    display: none;
}

.look-product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 80px auto;
    max-width: 1100px;
}

.look-products {
    font-size: 13px;
    vertical-align: top;
    margin-top: 0;
    padding: 0;
    width: 39%;
    display: inline-block;
    padding-left: 20px;
    max-width: 380px;
}

.look-image {
    max-width: 100%;
}

.look-thumbnail img {
    width: 100%;
    height: auto;
}

.product_cat-looks .button {
    display: none;
}

.look-product a img {
    float: left;
    width: 20%;
}

.look-product h3 {
    width: 75%;
    float: right;
    font-size: 18px;
    margin: 0;
}

.look-product span.woocommerce-Price-amount.amount {
    width: 75%;
    float: right;
}

.look-product form.variations_form.cart {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.look-product table.variations {
    margin-bottom: 0;
}

.look-product {
    border: solid 1px #eeee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 25px;
    padding: 25px;
}

.look-products h1 {
    margin: 0 0 15px 0;
    font-size: 22px;
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .look-product-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .look-products {
        width: 50%;
    }

    .look-product {
        padding: 15px;
    }

}

@media screen and (min-width: 768px) {
    .single-product .content-wrap>.webko-wrapper {
        position: relative;
        top: -45px;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .look-product-wrapper {
        display: block;
    }

    .look-products {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .look-thumbnail {
        margin-bottom: 15px;
    }

    .product-gallery-modal-controls .prev-image, .product-gallery-modal-controls .next-image {
        display: none;
    }
}

/* End Look Product */
.woocommerce-variation-description p {
    display: flex;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
}

.woocommerce-variation-description p:before {
    content: '';
    min-width: 29px;
    min-height: 20px;
    display: block;
    background: url(https://stylestore.com/wp-content/themes/stylestore.com/assets/images/delivery.svg) no-repeat center;
    background-size: contain;
    margin-right: 15px;
}

@font-face {
    font-family: 'WithBlack-SML';
    src: url('../fonts/WithBlack-SML.woff2') format('woff2'),
        url('../fonts/WithBlack-SML.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.washing-instructions {
    font-family: 'WithBlack-SML';
    font-size: 60px;
    line-height: 60px;
    position: relative;
    top: -10px;
}

/* Add to cart bulk table */
.nipv_table .quantity input {
    max-width: 65px !important;
}

.nipv_table th,
.nipv_table td {
    padding: 5px !important;
    text-align: center !important;
}

.nipv_table .ni_add_to_cart_button {
    white-space: nowrap !important;
    font-size: 10px !important;
    float: none !important;
}

.nipv-bulk-add.disabled,
.nipv_table .button.disabled {
    opacity: .3;
    pointer-events: none;
}

.delivery-select {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    background-color: #fff;
    padding: 5px 30px 5px 3px;
    margin-top: -1px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

body div ul.product-alternative-colors-sc {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    margin: 5px auto 0 auto;
    max-width: 100%;
}

body div ul.product-alternative-colors-sc li {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border: 0 !important;
}

body div ul.product-alternative-colors-sc li a {
    width: 100%;
    height: 100%;
}

.single-ss_look .ss-look-content .elementor-section,
.single-ss_look .single_variation_wrap {
    display: none !important;
}

/* Mobile gallery */
.slick-gallery .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin-top: 15px;
}

.slick-gallery .slick-dots button {
    border-radius: 100%;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    opacity: .4;
}

.slick-gallery .slick-dots .slick-active button {
    opacity: 1;
}

.slick-gallery {
    display: none;
}



@media screen and (max-width: 768px) {
    .aw-upsell {
        margin: 0 !important;
    }

    .single-product .summary {
        padding-top: 30px;
    }

    .slick-gallery {
        display: block;
    }

    .slick-gallery img {
        width: 100%;
    }

    .product-gallery {
        display: none !important;
    }

    .product-gallery-images {
        display: none !important;
    }
}