/*
Theme Name: gertrudefashions
Theme URI: https://wordpress.org/themes/
Author: White label
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gertrudefashions
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@media (min-width:768px) {
    .woocommerce .single-product .single-product-view {
        display: -ms-grid;
        display: grid;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-columns: 50% 47%;
        grid-template-columns: 50% 47%;
        -webkit-column-gap: 20px;
        column-gap: 20px
    }
}

@media (min-width:1024px) {
    .woocommerce .single-product .single-product-view {
        -ms-grid-columns: 60% 36%;
        grid-template-columns: 60% 36%;
        -webkit-column-gap: 40px;
        column-gap: 40px
    }
}

@media (min-width:1256px) {
    .woocommerce .single-product .single-product-view {
        -webkit-column-gap: 90px;
        column-gap: 90px;
        -ms-grid-columns: 56% 37%;
        grid-template-columns: 56% 37%
    }
}

.woocommerce .single-product .single-product-view .single-product-image-container {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content
}

.woocommerce .single-product .single-product-view .single-product-image-container.has-no-gallery {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%
}

@media (min-width:667px) {
    .woocommerce .single-product .single-product-view .single-product-image-container {
        gap: 20px
    }
}

@media (min-width:768px) {
    .woocommerce .single-product .single-product-view .single-product-image-container {
        gap: 20px
    }
}

@media (min-width:1024px) {
    .woocommerce .single-product .single-product-view .single-product-image-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:1256px) {
    .woocommerce .single-product .single-product-view .single-product-image-container {
        gap: 20px 90px
    }
}

.woocommerce .single-product .single-product-view .single-product-image-container.has-no-gallery {
    gap: 20px 0;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content
}

.woocommerce .single-product .single-product-view .single-product-image-container .flex-viewport {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2
}

@media (min-width:667px) {
    .woocommerce .single-product .single-product-view .single-product-image-container .flex-viewport {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.woocommerce .single-product .single-product-view .single-product-image-container>ol {
    list-style: none;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2
}

@media (min-width:667px) {
    .woocommerce .single-product .single-product-view .single-product-image-container>ol {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        grid-column-end: 1
    }
}

@media (min-width:667px) {
    .woocommerce .single-product .single-product-view .single-product-image-container>ol {
        margin-top: 0
    }
}

.woocommerce .single-product .single-product-view .single-product-image-container>ol>li {
    display: inline-block;
    width: 50px;
    height: 50px
}

@media (min-width:1024px),
(min-width:768px) {
    .woocommerce .single-product .single-product-view .single-product-image-container>ol>li {
        width: 50px;
        height: 50px
    }
}

@media (min-width:667px) {
    .woocommerce .single-product .single-product-view .single-product-image-container>ol>li {
        display: block;
        margin-bottom: 20px
    }
}

.woocommerce .single-product .single-product-view .single-product-image-container>ol>li:not(:last-child) {
    margin-right: 16px
}

@media (min-width:667px) {
    .woocommerce .single-product .single-product-view .single-product-image-container>ol>li:not(:last-child) {
        margin-right: auto
    }
}

.woocommerce .single-product .single-product-view .single-product-image-container>ol>li>img {
    height: 100%;
    width: 100%
}

.woocommerce .single-product .single-product-view .single-product-image-container .woocommerce-product-gallery__trigger {
    top: 10px;
    position: absolute;
    z-index: 2;
    right: 10px
}

.woocommerce .single-product .single-product-view .single-product-image-container .woocommerce-tabs {
    display: none;
    visibility: hidden
}

@media (min-width:768px) {
    .woocommerce .single-product .single-product-view .single-product-image-container .woocommerce-tabs {
        display: block;
        visibility: visible
    }
}

@media (min-width:768px) {
    .woocommerce .single-product .single-product-view .single-product-details {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.woocommerce .single-product .single-product-view .single-product-details>.summary>.onsale {
    background-color: #d92b2b;
    color: #fff;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    display: inline-block;
    text-align: center
}

.woocommerce .single-product .single-product-view .single-product-details>.summary .product_title {
    font-size: 24px;
    line-height: 32px
}

@media (min-width:768px) {
    .woocommerce .single-product .single-product-view .single-product-details>.summary .product_title {
        margin-top: 0
    }
}

.woocommerce .single-product .single-product-view .single-product-details>.summary .single_variation_wrap>.woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}

.woocommerce .single-product .single-product-view .single-product-details>.summary .variations {
    border-bottom: 1px solid #cac8c8;
    margin-bottom: 1.5rem;
    padding-bottom: .8rem
}

.woocommerce .single-product .single-product-view .single-product-details>.summary .variations .form-group>label {
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
    font-weight: 700
}

.woocommerce .single-product .single-product-view .single-product-details .single_add_to_cart_button {
    color: #2a303a;
    background: #d1f3e2;
    padding: 1rem;
    width: 100%;
    font-size: 16px;
    font-weight: 700
}

.woocommerce .single-product .single-product-view .single-product-details .price {
    font-size: 24px;
    font-weight: 700
}

.woocommerce .single-product .single-product-view .single-product-details .price>del {
    color: #93959a
}

.woocommerce .single-product .single-product-view .single-product-details .price>del>span>bdi {
    color: #93959a;
    font-style: italic
}

.woocommerce .single-product .single-product-view .single-product-details .price>ins {
    text-decoration: none
}

.woocommerce .single-product .woocommerce-breadcrumb {
    margin: 40px auto;
    font-weight: 700
}

.woocommerce .single-product .woocommerce-breadcrumb>span.delimiter {
    padding: 0 8px
}

.woocommerce .single-product .woocommerce-breadcrumb>span>a {
    opacity: 1;
    color: #2a303a
}

.woocommerce .single-product .woocommerce-breadcrumb>span:last-child {
    color: #9a9ca1;
    opacity: .5
}

.woocommerce div.product div.images.has-no-gallery .woocommerce-product-gallery__wrapper>div>a>img {
    max-height: 100%;
    width: 100%
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper>div>a>img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    max-height: 446px
}

@media (min-width:1024px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper>div>a>img {
        max-height: 680px;
        width: 580px
    }
}

@media (min-width:1024px) {
    .woocommerce table.shop_table {
        border: 1px solid rgba(0, 0, 0, .1);
        margin: 0 -1px 24px 0;
        text-align: left;
        border-collapse: separate;
        border-radius: 5px
    }
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td.product-total {
    vertical-align: baseline;
    text-align: left;
    font-weight: 700;
    padding-left: 12px
}

.woocommerce table.shop_table_responsive tbody th,
.woocommerce table.shop_table_responsive thead {
    display: none
}

@media (min-width:1024px) {

    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce table.shop_table_responsive thead {
        display: revert
    }
}

.woocommerce table.shop_table_responsive {
    width: 100%;
    position: relative
}

.woocommerce table.shop_table_responsive tr td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    padding-right: 1rem
}

@media (min-width:667px) {
    .woocommerce table.shop_table_responsive tr td[data-title]:before {
        float: left
    }
}

@media (min-width:1024px) {
    .woocommerce table.shop_table_responsive tr td[data-title]:before {
        content: ""
    }
}

.woocommerce table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
    padding: 5px 0
}

@media (min-width:1024px) {
    .woocommerce table.shop_table_responsive tr td {
        display: table-cell;
        padding: 9px 12px;
        text-align: left
    }
}

.woocommerce table.shop_table_responsive tr td .quantity {
    margin-right: auto
}

@media (min-width:1024px) {
    .woocommerce table.shop_table_responsive tr td .quantity {
        margin-right: 24px
    }
}

.woocommerce table.shop_table_responsive tr td.product-remove {
    position: absolute;
    right: 0;
    top: 0;
    border-top: none
}

@media (min-width:1024px) {
    .woocommerce table.shop_table_responsive tr td.product-remove {
        border-top: 1px solid rgba(0, 0, 0, .1);
        position: inherit
    }
}

.woocommerce table.shop_table_responsive tr td.actions {
    text-align: right
}

.woocommerce table.shop_table_responsive tr.cart_item {
    position: relative;
    padding: 10px;
    display: block
}

@media (min-width:1024px) {
    .woocommerce table.shop_table_responsive tr.cart_item {
        display: table-row
    }
}

.woocommerce table.shop_table_responsive tr.cart_item:nth-child(even) {
    background-color: #f3f3f3
}

.woocommerce table.shop_table_responsive tr.shipping>td {
    text-align: left
}

.woocommerce #content table.cart img {
    height: auto
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #f5f5f5 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    background: #484040
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 16px 16px;
    border-radius: 3px;
    color: #fff;
    background-color: #39b54a;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    min-width: 130px;
    text-align: center
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #3fbe50
}

.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled {
    cursor: not-allowed;
    opacity: .5
}

.woocommerce #respond input#submit:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce input.button:disabled:hover {
    opacity: .5
}

.woocommerce-page #content table.cart img {
    height: auto
}

.woocommerce-page table.cart img {
    height: auto
}

#add_payment_method table.cart td {
    vertical-align: middle
}

#add_payment_method table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img {
    width: 32px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce-cart table.cart td {
    vertical-align: middle
}

.woocommerce-cart table.cart th {
    vertical-align: middle
}

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 60px
}

.woocommerce-cart table.cart img {
    width: 60px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce-checkout table.cart td {
    vertical-align: middle
}

.woocommerce-checkout table.cart th {
    vertical-align: middle
}

.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce-checkout table.cart img {
    width: 32px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.rdb-container {
    margin-bottom: 12px
}

.rdb-container:first-child {
    margin-top: 12px
}

.rdb-container .custom-radio-1:checked,
.rdb-container .custom-radio-1:not(:checked) {
    position: absolute;
    left: -9999px
}

.rdb-container .custom-radio-1:checked+label,
.rdb-container .custom-radio-1:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #2a303a;
    font-weight: 700;
    font-size: 14px
}

.rdb-container .custom-radio-1:checked+label:before,
.rdb-container .custom-radio-1:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%
}

.rdb-container .custom-radio-1:not(:checked)+label:before {
    background: #fff
}

.rdb-container .custom-radio-1:checked+label:before {
    background: #2a303a
}

.rdb-container .custom-radio-1:checked+label:after,
.rdb-container .custom-radio-1:not(:checked)+label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.rdb-container .custom-radio-1:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.rdb-container .custom-radio-1:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.quantity {
    display: inline-block;
    border: 1px solid #969696;
    border-radius: 3px;
    padding: 5px;
    margin-right: 24px
}

.quantity .input-text.qty {
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: none
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-box-shadow: none;
    box-shadow: none
}

.quantity.buttons_added .input-text.qty,
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    height: 36px;
    width: 40px
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    background-color: #fff;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: #d5d9dc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.quantity.buttons_added .minus {
    border-right: 0
}

.quantity.buttons_added .plus {
    border-left: 0
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eee
}

.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: 0
}

.cart-empty.woocommerce-info::before {
    height: 20px;
    width: 20px;
    content: url(assets/icons/empty-cart.svg)
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    height: 20px;
    width: 20px;
    content: url(assets/icons/coupon.svg)
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #8fae1b;
    list-style: none outside;
    width: 100%;
    word-wrap: break-word;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-message::before {
    height: 20px;
    width: 20px;
    content: url(assets/icons/check.svg)
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both
}

.woocommerce-info {
    border-top-color: #39b54a
}

@media (min-width:768px) {
    .col2-set {
        width: 52.9411764706%;
        float: left;
        margin-right: 5.8823529412%
    }
}

.col2-set .required {
    color: red;
    text-decoration: none
}

.col2-set .col-1,
.col2-set .col2-set .col-2 {
    margin-bottom: 1.618em
}

@media (min-width:768px) {
    .col2-set .form-row-first {
        width: 49%;
        float: left
    }
}

@media (min-width:768px) {
    .col2-set .form-row-last {
        width: 49%;
        float: right;
        margin-right: 0
    }
}

.comment-form-comment label,
.form-row label {
    display: block;
    margin-bottom: 5px
}

.form-row-wide {
    clear: both;
    width: 100%
}

@media (min-width:768px) {

    #order_review,
    #order_review_heading {
        width: 41.1764705882%;
        float: right;
        margin-right: 0;
        clear: right
    }
}

#order_review .shop_table {
    margin-bottom: 2.617924em
}

table.woocommerce-checkout-review-order-table .product-name {
    width: 50%;
    overflow-wrap: anywhere;
    word-break: break-word;
    padding: 0 0 0 12px
}

table.woocommerce-checkout-review-order-table th {
    text-align: left
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 5em;
    font-family: dashicons;
    height: 17px
}

@media (min-width:1024px) {
    .star-rating {
        margin: 0 0 0 .7rem
    }
}

.star-rating::before {
    content: "\f154\f154\f154\f154\f154";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #4e4e4e;
    font-size: 16px
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span::before {
    content: "\f155\f155\f155\f155\f155";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffc107;
    font-size: 16px
}

ol.commentlist {
    margin: 20px 0;
    list-style: none;
    padding: 0
}

ol.commentlist>li {
    margin-bottom: 1rem
}

ol.commentlist>li:not(:last-child) {
    border-bottom: 1px dashed #e8e8e8
}

ol.commentlist>li>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

ol.commentlist>li>div>.comment-text>p>time {
    opacity: .5
}

ol.commentlist>li>div img {
    border-radius: 15px;
    margin-right: 1.5rem
}

ol.commentlist>li>.comment_container>.comment-text p {
    margin: .8rem auto
}

div#review_form {
    background: #f1f1f1;
    padding: 2rem
}

div#review_form .comment-form-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

div#review_form .comment-form-rating>label {
    margin-right: 1rem
}

div#review_form .comment-form-author>input,
div#review_form .comment-form-comment>input,
div#review_form .comment-form-email>input {
    height: 48px
}

div#review_form .comment-form-author input,
div#review_form .comment-form-author textarea,
div#review_form .comment-form-comment input,
div#review_form .comment-form-comment textarea,
div#review_form .comment-form-email input,
div#review_form .comment-form-email textarea {
    background-color: #fff;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    font-family: Karla;
    font-size: 16px;
    margin-top: 5px
}

div#review_form .required {
    color: red
}

.coupon {
    -ms-grid-columns: 200px 129px;
    grid-template-columns: 200px 129px;
    margin-bottom: 1rem;
    display: -ms-inline-grid;
    display: inline-grid
}

@media (min-width:667px) {
    .coupon {
        margin-right: 24px
    }
}

.coupon>input {
    border: 1px solid #ebe9eb
}

.coupon>label {
    display: none
}

.coupon>button.button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #8faf1b
}

.coupon>button.button:hover {
    background-color: #a6bf48
}

.variation dt {
    font-weight: 700
}

.variation dd {
    margin: auto
}

.variation p {
    margin: auto
}

a {
    color: #2a303a
}

.wc_payment_methods,
.woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0
}

.woocommerce-shipping-methods>li {
    display: block
}

@media (min-width:667px) {
    .woocommerce-shipping-methods>li {
        display: inline-block
    }
}

@media (min-width:768px) {
    .woocommerce-shipping-methods>li:not(:last-child) {
        margin-right: 2rem
    }
}

#payment .payment_methods>.wc_payment_method label {
    display: block;
    cursor: pointer;
    font-size: 16px
}

#payment .payment_methods>.wc_payment_method label>a {
    color: #b5b5b5;
    display: block;
    font-size: 12px;
    margin-top: .5rem
}

#payment .payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 1.618em
}

#payment .payment_methods li:not(.woocommerce-notice) {
    background-color: #f5f5f5
}

#payment .payment_methods li .payment_box {
    background-color: #fafafa;
    padding: 1.41575em;
    display: none
}

#payment .payment_methods .rdb-container {
    padding: 1.41575em;
    margin: auto
}

.woocommerce-order {
    width: 100%;
    padding: 2rem 0
}

@media (min-width:768px) {
    .woocommerce-order {
        width: 600px;
        margin: auto;
        padding: 3rem 0
    }
}

.woocommerce-order>p {
    font-size: 19px
}

.woocommerce-order table {
    width: 100%
}

.woocommerce-order table tr th {
    text-align: left
}

.woocommerce-order table tr td {
    padding-left: 12px
}

.woocommerce-order table tr td.net-total span.woocommerce-Price-amount.amount {
    font-weight: 700
}

.woocommerce-order table tr td ul.wc-item-meta {
    list-style: none;
    padding: 0
}

.woocommerce-order table tr td ul.wc-item-meta li>p {
    display: inline-block
}

nav.woocommerce-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

nav.woocommerce-pagination .page-numbers {
    list-style: none;
    padding: 0
}

nav.woocommerce-pagination .page-numbers>li {
    display: inline-block
}

nav.woocommerce-pagination .page-numbers>li>.page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: .3342343017em .875em;
    color: #fff;
    background-color: #646a73
}

nav.woocommerce-pagination .page-numbers>li>.page-numbers.current {
    background-color: #2a303a
}

nav.woocommerce-pagination .page-numbers>li>.page-numbers:hover {
    background-color: #2a303a
}

.cart-variation-list {
    padding: 0;
    list-style: none;
    display: block;
    margin: auto
}

.cart-variation-list>li {
    display: inline-block;
    margin: 5px 0
}

.woocommerce-notices-wrapper {
    margin-top: 2rem
}

.wc-proceed-to-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1rem
}

@media (min-width:768px) {
    .cart-collaterals {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-grid-columns: 50%;
        grid-template-columns: 50%
    }
}

.cart-collaterals table tbody>tr>th {
    display: table-cell;
    background-color: #f8f8f8
}

.cart-collaterals table tbody>tr>td,
.cart-collaterals table tbody>tr>th {
    vertical-align: top
}

.cart-collaterals table tbody>tr>td .rdb-container {
    margin: 0
}

table.woocommerce-checkout-review-order-table tbody tr td .cart-variation-list {
    margin: 16px auto
}

table.woocommerce-checkout-review-order-table tfoot>tr>th {
    display: table-cell;
    background-color: #f8f8f8
}

table.woocommerce-checkout-review-order-table tfoot>tr>td,
table.woocommerce-checkout-review-order-table tfoot>tr>th {
    vertical-align: top
}

table.woocommerce-checkout-review-order-table tfoot>tr>td {
    padding-left: 12px
}

table.woocommerce-checkout-review-order-table tfoot>tr>td .rdb-container {
    margin: 0
}

.woocommerce-tabs {
    clear: both;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.woocommerce-tabs .panel {
    margin: 0 0 2em
}

.woocommerce-tabs .panel h2 {
    display: none;
    visibility: hidden
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative
}

.woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 0 1em;
    width: 100%
}

@media (min-width:667px) {
    .woocommerce-tabs ul.tabs li {
        width: auto;
        border-radius: 4px 4px 0 0
    }
}

@media (min-width:768px) {
    .woocommerce-tabs ul.tabs li {
        width: 100%;
        border-radius: 0
    }
}

@media (min-width:1024px) {
    .woocommerce-tabs ul.tabs li {
        width: auto;
        border-radius: 4px 4px 0 0
    }
}

.woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2
}

.woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce-tabs ul.tabs li::after {
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.woocommerce-tabs ul.tabs li::before {
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce-tabs .woocommerce-Reviews p.stars {
    margin-top: -2px
}

.woocommerce-tabs .woocommerce-Reviews p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce-tabs .woocommerce-Reviews p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    line-height: 1;
    content: url(assets/icons/dark-star.svg);
    text-indent: 0
}

.woocommerce-tabs .woocommerce-Reviews p.stars a.active::before {
    content: url(assets/icons/yellow-star.svg)
}

.woocommerce-tabs .woocommerce-Reviews p.stars a:hover~a::before {
    content: url(assets/icons/dark-star.svg)
}

.woocommerce-tabs .woocommerce-Reviews p.stars.selected a:not(.active)::before {
    content: url(assets/icons/yellow-star.svg)
}

.woocommerce-tabs .woocommerce-Reviews p.stars.selected a.active~a::before {
    content: url(assets/icons/dark-star.svg)
}

.woocommerce-tabs .woocommerce-Reviews p.stars:hover a::before {
    content: url(assets/icons/yellow-star.svg)
}

.woocommerce-tabs .woocommerce-Reviews #reply-title {
    margin-bottom: 1rem;
    display: block;
    font-weight: 700
}

.woocommerce-cart-form {
    padding-top: 2rem
}

.woocommerce-cart-form>table.shop_table_responsive tr td[data-title]:before {
    float: left
}

.cart-empty {
    margin-top: 2rem
}

.single-prod {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%
}

.single-prod .woocommerce-tabs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 2rem
}

@media (min-width:768px) {
    .single-prod .woocommerce-tabs {
        visibility: hidden;
        display: none
    }
}

.single-prod .related {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

/*# sourceMappingURL=style.css.map */


/*# WooCommerce CSSS */
.woocommerce-MyAccount-navigation {
    width: 30%;
    float: left;
}

.woocommerce-MyAccount-content {
    width: 70%;
    float: right;
}

.woocommerce-MyAccount-navigation-link {
    margin-bottom: 18px;
}

.woocommerce-MyAccount-navigation-link a {
    color: #404042;
    background: #f0f0f2;
    display: block;
    border-radius: 5px;
    padding: 10px 16px 10px 60px;
    position: relative;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background: #dadade;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff;
    background: #58595b;
}

.woocommerce-MyAccount-navigation-link a:before {
    content: "";
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 9px;
    left: 15px;
}

.woocommerce-invalid.woocommerce-invalid-required-field input.input-text.form-control {
    border-color: red;
}

/* Fullscreen overlay */
#custom-checkout-loading {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    font-family: Arial, sans-serif;
}

/* Spinner animation */
.loader-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #0073aa; /* WooCommerce blue */
    border-radius: 50%;
    width: 50px; height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
button#place_order {
    z-index: 999999;
}