@font-face {
    font-family: "star";
    src: url("../fonts/star.eot");
    src: url("../fonts/star.eot?#iefix") format("embedded-opentype"),
        url("../fonts/star.woff") format("woff"),
        url("../fonts/star.ttf") format("truetype"),
        url("../fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal;
}

.woocommerce-notices-wrapper {
    width: 100%;
    margin: 0 auto;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 10px 15px;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    color: #444;
    border: 1px solid var(--bic-border-color);
    border-radius: var(--bic-border-radius);
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;

}

.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--bic-primary-color);
}

.woocommerce-error {
    border-top-color: red;
}


.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: right;
}

.woocommerce-notices-wrapper a.button {
    font-size: 14px;
    padding: 12px 24px;
}

.woocommerce-notices-wrapper a.restore-item {
    color: var(--bic-primary-color);
    font-weight: 700;
}

.woocommerce-verification-required {
    margin: 16px 0;
}

.woocommerce a.added_to_cart,
.woocommerce-Address-title a {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2;
    background: var(--bic-primary-color);
    color: #FFFFFF;
    padding: 14px 20px;
    height: 46px;
    min-width: 180px;
    border-radius: var(--bic-border-radius);
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.woocommerce a.added_to_cart::before {
    content: '';
    position: relative;
    background: url(../images/icons/icon_cart.svg);
    background-size: 16px 16px;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    display: block;
    transition: transform .30s;
}

.woocommerce .button:hover,
.woocommerce .button:focus {
    background: var(--bic-primary-hover-color);
    color: #FFFFFF;
}

.woocommerce a.button.loading {
    cursor: progress;
    opacity: .7;
}

.password-input {
    position: relative;
}

button.show-password-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 0;
    background: transparent;
    display: flex;
}

button.show-password-input::before {
    content: "\e91e";
    font-family: 'icomoon', fantasy;
    display: inline-flex;
    transition: transform .3s ease;
    font-size: 14px;
    color: #000;
}

button.show-password-input.display-password::after {
    content: "/";
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}


.woocommerce-privacy-policy-link {
    color: var(--bic-primary-color);
}

form.woocommerce-ordering {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    padding-left: 30px;
}

/* Rating */

.woocommerce #review_form #respond .comment-form .comment-form-comment>label {
    display: none;
}

.woocommerce #review_form #respond .comment-form .comment-form-rating {
    position: relative;
    padding: 0 var(--bic-grid-gap);
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.woocommerce #review_form #respond .comment-form .comment-form-rating>label {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}

.woocommerce #review_form #respond p.stars {
    margin: -5px 0 0;
}

.woocommerce p.stars a {
    position: relative;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    width: 24px;
    height: 22px;
    color: var(--bic-border-color);
}

.woocommerce p.stars a::before,
.woocommerce p.stars a:hover~a::before,
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a.active~a::before {
    content: "\73";
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    font-family: star;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

.woocommerce .star-rating span,
.product_list_widget .star-rating span,
.woocommerce p.stars:hover a,
.woocommerce p.stars.selected a,
.woocommerce .star-rating span:before {
    color: rgba(253, 201, 4, 1) !important;
}

.woocommerce p.stars a:hover~a,
.woocommerce p.stars.selected a.active~a {
    color: var(--bic-border-color) !important;
}

.woocommerce-product-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.woocommerce-product-rating a {
    font-size: 16px;
    color: var(--bic-text-color);
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
}

.star-rating,
.woocommerce .star-rating {
    display: inline-block;
    margin: 1px 0 0;
    width: 100px;
    height: 16px;
    line-height: 1;
    overflow: hidden;
    font-family: star;
    position: relative;
    text-transform: uppercase;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: var(--bic-border-color);
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    letter-spacing: 4px;
}

.woocommerce .star-rating span {
    float: left;
    font-size: 0;
    z-index: 2;
}

.star-rating span,
.woocommerce .star-rating span,
.woocommerce .star-rating span:before {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 16px;
}

.woocommerce .star-rating span::before {
    content: "sssss";
    top: 0;
    position: absolute;
    left: 0;
    font-size: 16px;
    letter-spacing: 4px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.prod-rating-histogram {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    gap: 4rem;
}

.prod-rating-histogram-avgwrap {
    color: var(--bic-link-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prod-rating__avg {
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
}

.prod-rating__count {
    margin-top: 10px;
}

.prod-rating-histogram-wrap {
    flex: 1 1 auto;
}

.prod-rating-histogram-wrap .rating-bar {
    color: var(--bic-link-color);
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.prod-rating-histogram-wrap .rating-bar:not(:last-child) {
    margin-bottom: 10px;
}

.prod-rating-histogram-wrap .rating-bar-star {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 27px;
}

.prod-rating-histogram-wrap .rating-bar-progress {
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #E9E9E9;
    margin: 0 10px;
    height: 10px;
    width: 60%;
    border-radius: 9999px;
}

.prod-rating-histogram-wrap .rating-bar-progress-bar {
    background-color: rgba(253, 201, 4, 1) !important;
    display: flex;
    font-size: 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    height: 10px;
    transition: width .6s ease;
}

/* Product list */

@media (min-width: 1441px) {

    body.home .prod-list .card-list-wrap .col-md-3,
    body.single-product .prod-list .card-list-wrap .col-md-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.bic-header-mini-cart {
    margin-left: 20px;
}

.bic-header-mini-cart a {
    --btn-width: 46px;
    --btn-height: 46px;
    flex: 0 0 auto;
    width: var(--btn-width);
    height: var(--btn-height);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--bic-border-color);
}

.bic-header-mini-cart a svg {
    margin-left: -2px;
}

.bic-header-mini-cart span.cart-count {
    position: absolute;
    top: -3px;
    background-color: red;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    color: #FFF;
    font-size: 13px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    font-weight: 700;
    right: 0;
}

.prod-related-tag {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.prod-related-tag__item {
    display: inline-block;
    padding: 4px 10px;
    background: #fff;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
}

.prod-related-tag__item:hover {
    border-color: var(--bic-primary-color);
}

.prod-filter {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--bic-border-color);
    border-radius: var(--bic-border-radius);
    margin: 0px 0 40px;
    padding: 10px 15px;
    background: #FFFFFF;
}

.prod-filter .woocommerce-result-count {
    margin: 0;
}

.card-item__header {
    position: relative;
    overflow: hidden;
}

.prod-item .card-item__thumbnail {
    padding-top: 100%;
}

.prod-item .prod-item__add {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all .3s ease-out;
}

.prod-item:hover .prod-item__add {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.prod-item__add .button,
.prod-item__add .added_to_cart {
    background: #FFFFFF !important;
    color: var(--bic-text-color) !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    white-space: nowrap;
    padding: 8px 16px !important;
    height: 36px !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.prod-item__add .button.added {
    display: none !important;
}

.prod-item .add_to_cart_button::before {
    content: '';
    position: relative;
    background: url(../images/icons/icon_cart.svg);
    background-size: 16px 16px;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    display: block;
    transition: transform .30s;
}

.prod-item__labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.prod-item__labels>span {
    border-radius: 8px 30px 30px 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-top: 0;
    padding: 2px 10px;
    text-transform: uppercase;
}

.prod-item__labels span.onsale {
    background: #DB4444;
}

.prod-item__rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.prod-item__price {
    margin: 10px 0 16px;
}

.prod-item__price span.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.prod-item .card-item__more .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    gap: 8px;
    height: 38px;
}

.term-description {
    position: relative;
    margin-top: 40px;
}

span.woocommerce-Price-currencySymbol {
    margin-left: 5px;
}

.price ins {
    background: none;
    color: initial;
    padding: 0;
}


del .amount,
ins .amount {
    font-weight: 700;
}

del,
del .amount {
    color: #ddd !important;
}

ins .amount {
    color: rgb(218, 37, 28);
    font-weight: bold;
}

/* Single product */

.prod-single__header,
.prod-single__content {
    background: #FFFFFF;
    padding: 15px;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
    margin-bottom: 40px;
}

.prod-single__header .bic-breadcrumb {
    margin-bottom: 20px;
}

.woocommerce .prod-single__detail form.cart {
    display: flex;
    flex-flow: row wrap;
}

.woocommerce .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f2f2f2;
    border-radius: var(--bic-border-radius);
}

.woocommerce .prod-single__detail .quantity {
    margin-right: 16px;
}

.woocommerce label.qty-label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.woocommerce .quantity .qty,
.woocommerce .quantity button {
    background: transparent;
    text-align: center;
    padding: 0;
    line-height: 1;
}

.woocommerce .quantity button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    font-weight: 700;
    color: var(--bic-text-color);
}

.woocommerce .quantity button svg {
    width: 20px;
}

.woocommerce .quantity .qty {
    -moz-appearance: textfield;
    appearance: textfield;
    width: 46px;
    color: var(--bic-text-color);
    font-weight: 700;
    border-right: 0;
    border-left: 0;
    font-size: 16px;
}

.woocommerce .quantity input[type='number'] {
    -moz-appearance: textfield;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woocommerce .prod-single__detail form.cart button {
    flex: 1 0 0%;
}

.woocommerce .prod-single__detail form.cart button.buy-now-btn {
    background: #ff0000;
    color: #FFFFFF;
    margin-top: 10px;
    flex-direction: column;
    padding: 8px 10px;
    gap: 0;
}

.woocommerce .prod-single__detail form.cart button.buy-now-btn span {
    display: block;
    font-weight: normal;
    text-transform: none;
    margin-top: 5px;
}

.woocommerce .prod-single__detail form.cart button.buy-now-btn,
.woocommerce .prod-single__detail form.cart .zalo-btn {
    flex: 0 0 auto;
    width: 100%;
}

.woocommerce .prod-single__detail form.cart .zalo-btn {
    margin-top: 10px;
}

.woocommerce .buy-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
}

.woocommerce .buy-actions button {
    width: calc(100% / 2 - 15px);
}

.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    width: auto;
}

.prod-single__gallery .flex-viewport,
.prod-single__gallery .flex-control-thumbs img {
    transition: all .3s;
}

.prod-single__gallery {
    position: relative;
}

.prod-single__gallery .onsale {
    top: 15px;
    left: 15px;
}

.prod-single__gallery span.is-featured.onsale {
    right: 15px;
}

.flex-viewport {
    margin-bottom: 20px;
}

.flex-control-thumbs {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-control-thumbs li {
    position: relative;
    cursor: pointer;
    padding: 0 5px;
    width: calc(100% / 4);
}

.flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-primary-color);
}

.flex-control-thumbs li img:not(.flex-active) {
    opacity: .5;
    border-color: var(--bic-border-color);
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bic-border-radius);
}

.prod-single__detail {
    max-width: 500px;
}

.prod-single__detail p.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.woocommerce-product-details__short-description {
    margin: 20px 0;
}

.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
    padding-left: 20px;
    margin: 20px 0;
}

.prod-single__detail del .amount,
.prod-single__detail ins .amount {
    font-size: 24px;
}

h1.product_title.entry-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product_meta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product_meta span>span,
.product_meta span>a {
    color: var(--bic-primary-color);
}

.product-single__body {
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--bic-border-color);
}

.prod-single-promotion {
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--bic-border-color);
    border-image: initial;
    padding: 30px 15px 0px;
    margin: 30px 0px 30px 0px;
}

.prod-single-promotion__header {
    position: absolute;
    top: -15px;
    left: 15px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background: red;
    padding: 5px 13px 5px 35px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

.prod-single-promotion__header svg {
    content: "";
    position: absolute;
    top: 6px;
    left: 12px;
}

.prod-single-promotion>ul {
    counter-reset: my-counter 0;
    padding-left: 0px;
    margin: 10px 0 10px 10px;
}

.prod-single-promotion>ul li {
    counter-increment: my-counter 1;
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.5;
    list-style: none;
}

.prod-single-promotion>ul li::before {
    width: 20px;
    height: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    content: counter(my-counter);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    background: red;
}

.widget-cat-filter ul {
    list-style: none;
}

.widget-cat-filter ul li:not(:last-child) {
    margin-bottom: 16px;
}

.widget-cat-filter ul li a {
    position: relative;
    padding-left: 28px;
}

.widget-cat-filter ul li:hover a,
.widget-cat-filter ul li a.active {
    color: var(--bic-primary-color);
    font-weight: 700;
}

.widget-cat-filter ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--bic-border-color);
}

.widget-cat-filter ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    background: currentColor;
    opacity: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.widget-cat-filter ul li a.active::after,
.widget-cat-filter ul li a:hover::after {
    opacity: 1;
}

ul.tabs.wc-tabs {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--bic-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

ul.tabs.wc-tabs li a {
    display: block;
    font-size: 18px;
    color: rgba(27, 27, 27, 0.4);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 3px solid transparent;
}

ul.tabs.wc-tabs li {
    vertical-align: top;
    padding: 0;
    margin-right: 30px;
    margin-bottom: -2px;
}

ul.tabs.wc-tabs li::before {
    display: none;
}

ul.tabs.wc-tabs li.active a,
ul.tabs.wc-tabs li:hover a {
    color: var(--bic-text-color);
    border-color: var(--bic-text-color);
}

.woocommerce-accordion-item {
    position: relative;
    padding: 15px 0;
}

.woocommerce-accordion-item:first-child {
    padding-top: 0;
}

.woocommerce-accordion-item:last-child {
    padding-bottom: 0;
}


.woocommerce-accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--bic-border-color);
}

.woocommerce-accordion-item__nav {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-accordion-item__nav.active .icon-chevron-down {
    transition: all .3s;
}

.woocommerce-accordion-item__nav.active .icon-chevron-down::before {
    content: "\e930";
}

.woocommerce-accordion-item__content {
    padding-top: 16px;
}

table.woocommerce-product-attributes {
    border: 1px solid var(--bic-border-color);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 0;
}

table.woocommerce-product-attributes th {
    font-weight: 700;
    padding: 10px 15px;
    white-space: nowrap;
    border-top: 1px solid var(--bic-border-color);
}

table.woocommerce-product-attributes td {
    border-top: 1px solid var(--bic-border-color);
    padding: 10px 15px;
    vertical-align: middle;
}

.woocommerce-Reviews {
    position: relative;
    overflow: hidden;
}

.woocommerce-Reviews #review_form_wrapper {
    margin-bottom: 30px;
}

@media (min-width: 768px) {

    .woocommerce-Reviews #review_form_wrapper {
        width: 55%;
        float: left;
        padding-right: 30px;
        margin: 0;
    }

    .woocommerce-Reviews #comments {
        width: 45%;
        float: right;
    }

}

.woocommerce-Reviews .comment-respond {
    margin: 0;
}

.woocommerce-Reviews-title,
.comment-reply-title {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

.woocommerce #reviews ol.commentlist li:not(:last-child) {
    margin-bottom: 30px;
}

.woocommerce #reviews ol.commentlist li .comment_container,
.commentlist li.comment .comment-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 15px;
    position: relative;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: static;
    padding: 0;
    margin: 0;
    border: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.commentlist li.comment .comment-wrapper .avatar img {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    object-fit: cover;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.woocommerce #reviews #comments ol.commentlist li:last-child .comment-text {
    padding-bottom: 0;
}

.woocommerce #reviews ol.commentlist li .comment-text,
.commentlist li.comment .comment-detail {
    flex: 1;
    color: var(--bic-text-color);
    align-self: center;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    width: 100%;
    order: -1;
    margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-flex;
    gap: 5px;
    margin-bottom: 0;
    margin-right: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    order: 1;
    margin-top: -3px;
    margin-left: 5px;
}

/* Cart page */

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {

    .woocommerce-cart-form {
        width: calc(100% - 410px);
        padding-right: 20px;
        float: left;
    }

    .cart-collaterals {
        width: 410px;
        float: right;
        border-radius: 0;
    }

}

.woocommerce .cart_totals>h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

/*.woocommerce form:not(.woocommerce-checkout, .variations_form, .woocommerce-ordering) {
overflow: auto;
}*/

.woocommerce table.shop_table {
    border: 1px solid var(--bic-border-color);
    margin: 0 -1px 20px 0;
    text-align: left;
    background: #FFFFFF;
    width: 100%;
    border-collapse: separate;
    border-radius: var(--bic-border-radius);
}

.woocommerce table.shop_table a:hover {
    color: var(--bic-primary-color);
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    white-space: nowrap;
    vertical-align: middle;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 10px 15px;
    white-space: nowrap;
}

.woocommerce table.shop_table td {
    border-top: 1px solid var(--bic-border-color);
    padding: 10px 15px;
    vertical-align: middle;
}

.woocommerce table.shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce table.shop_table td.product-name img {
    width: 90px;
    height: auto;
    object-fit: cover;
    border-radius: var(--bic-border-radius);
}

.woocommerce table.shop_table td.product-name {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    white-space: inherit;
}

.woocommerce table.shop_table td.product-name a {
    max-width: 300px;
}

.woocommerce table.shop_table td.product-subtotal {
    font-weight: bold;
}

.woocommerce table.shop_table td.product-quantity .quantity button {
    width: 30px;
}

.woocommerce table.shop_table td.product-quantity button svg {
    width: 18px;
}

.woocommerce table.shop_table td.product-quantity .quantity .qty {
    width: 36px;
    height: 36px;
    font-size: 16px;
}

.woocommerce button.button[name="update_cart"] {
    display: none !important;
}

.woocommerce .cart_totals table.shop_table {
    border-top: none;
}

.woocommerce .cart_totals .wc-proceed-to-checkout {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce .cart_totals .checkout-button.button.alt.wc-forward {
    width: 100%;
    text-transform: uppercase;
}

.woocommerce table.shop_table .coupon {
    display: flex;
    align-items: center;
}

.woocommerce table.shop_table .coupon .input-text {
    background: #FFFFFF;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.woocommerce table.shop_table .coupon .button {
    min-width: auto;
    height: 46px;
    padding: 10px 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.woocommerce .col2-set h3 {
    font-size: 20px;

    margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
    position: relative;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
}

.woocommerce-additional-fields__field-wrapper .form-row {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-additional-fields__field-wrapper .form-row label,
.woocommerce-shipping-fields__field-wrapper .form-row label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-billing-fields__field-wrapper .form-row textarea,
.woocommerce-shipping-fields__field-wrapper .form-row input {
    width: 100%;
    background: #fff;
    transition: 0.3s ease-out 0s;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 32px;
    border-radius: 0;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--bic-border-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: var(--bic-primary-color);
}

.woocommerce .select2-container .select2-selection--single {
    height: 46px;
    margin: 0;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
}

.woocommerce .select2-results__option--highlighted[aria-selected],
.woocommerce .select2-results__option--highlighted[data-selected] {
    background-color: var(--bic-primary-color) !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-left: 15px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--bic-text-color);
}

.woocommerce-additional-fields__field-wrapper .form-row input,
.woocommerce-additional-fields__field-wrapper .form-row textarea {
    width: 100%;
    height: 46px;
    background: #FFF;
    transition: 0.3s ease-out 0s;
}

.woocommerce-additional-fields__field-wrapper .form-row textarea {
    height: 120px;
}

.woocommerce h3#order_review_heading {
    font-size: 20px;
    margin: 0 0 20px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid var(--bic-border-color);
}

.woocommerce table.shop_table .order-total .amount {
    font-weight: bold;
    color: red;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #FFFFFF;
    border: 1px solid var(--bic-border-color);
    border-radius: var(--bic-border-radius);
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 15px;
    margin: 0;
    list-style: none;
}

#add_payment_method #payment ul.payment_methods li:not(:last-child),
.woocommerce-cart #payment ul.payment_methods li:not(:last-child),
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
    margin-bottom: 16px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 0;
}

#add_payment_method #payment ul.payment_methods li::before,
.woocommerce-cart #payment ul.payment_methods li::before,
.woocommerce-checkout #payment ul.payment_methods li::before {
    display: none;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 5px 0 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    background-color: #f6f5f8;
    color: #515151;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 10px solid #f6f5f8;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -7px;
    left: 0;
    margin: -10px 0 0 20px;
}

.woocommerce-terms-and-conditions-wrapper {
    padding: 15px;
    padding-top: 0;
}

#add_payment_method #payment .place-order,
.woocommerce-cart #payment .place-order,
.woocommerce-checkout #payment .place-order {
    padding-bottom: 20px;
}

.woocommerce-checkout #payment .place-order .button {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus {
    border-color: var(--bic-primary-color);
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-weight: bold;
    font-size: 20px;
    color: var(--bic-primary-color);
    margin-bottom: 20px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    list-style: none;
    margin: 0;
    margin-bottom: 16px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:not(:last-child) {
    margin-bottom: 16px;
}

.woocommerce .woocommerce-order-details {
    margin-top: 40px;
}

.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 20px;
    color: var(--bic-primary-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details {
    margin-top: 40px;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: 20px;
    color: var(--bic-primary-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details address {
    line-height: 250%;
    font-style: normal;
}

.woocommerce-form-coupon-wrapper {
    display: block;
    margin-bottom: 20px;
}

form.checkout_coupon.woocommerce-form-coupon p {
    width: 100%;
    padding: 0;
}

form.checkout_coupon.woocommerce-form-coupon input {
    width: 100%;
    transition: 0.3s ease-out 0s;
}

.woocommerce-shipping-methods {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.woocommerce-shipping-methods>li:not(:last-child) {
    margin-bottom: 5px;
}

.woocommerce-shipping-methods>li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.woocommerce-shipping-methods>li .amount {
    font-weight: bold;
}

p.woocommerce-shipping-destination {
    margin-top: 5px;
}

.woocommerce .cart_item .product-thumbnail {
    position: relative;
    display: inline-block;
}

.woocommerce .cart_item .product-thumbnail img {
    width: 120px;
}

.woocommerce .cart_item .product-thumbnail .product-quantity {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: var(--bic-primary-color);
    color: #FFFFFF;
    border-radius: 100%;
    font-size: 14px;
}

.woocommerce>form.checkout {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}

@media (min-width: 768px) {

    .woocommerce>form.checkout #customer_details {
        width: calc(100% - 410px);
        padding-right: 20px;
        float: left;
    }

    .woocommerce>form.checkout #order_review_heading,
    .woocommerce>form.checkout #order_review {
        width: 410px;
        float: right;
        border-radius: 0;
    }

}

@media (max-width: 767px) {

    .woocommerce>form.checkout {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce>form.checkout #customer_details {
        width: calc(100% - 410px);
        padding-right: 30px;
        float: left;
    }

    .woocommerce>form.checkout #order_review_heading,
    .woocommerce>form.checkout #order_review {
        width: 410px;
        float: right;
        border-radius: 0;
    }

}

.woocommerce>form.checkout #customer_details>* {
    max-width: 100%;
    padding: 0;
}

.woocommerce>form.checkout #customer_details .woocommerce-additional-fields {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .woocommerce>form.checkout #customer_details {
        margin-bottom: 30px;
    }
}

.woocommerce .checkout_coupon {
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
    background: #fff;
    border-radius: var(--bic-border-radius);
    border: 1px solid var(--bic-border-color);
}

.woocommerce .checkout_coupon p:not(.form-row-first):not(.form-row-last) {
    flex-basis: 100%;
}

.woocommerce .checkout_coupon .form-row-first {
    flex: 1 0 auto;
    margin: 0;
    width: auto;
}

.woocommerce .checkout_coupon .form-row-last {
    width: auto;
    min-width: 200px;
    margin-left: 15px;
    margin-bottom: 0;
}

.woocommerce .checkout_coupon .form-row-last .button {
    width: 100%;
    padding: 14px 20px;
    height: 46px;
}

/* Account page*/

.woocommerce-account .main .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation {
    width: 410px;
    float: left;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    margin-bottom: 16px;
}

.woocommerce-MyAccount-navigation ul li>a {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
    min-height: 46px;
    padding: 11px 15px;
    border-radius: var(--bic-border-radius);
    font-size: 16px;
    color: var(--bic-text-color) !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: all .4s ease;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-MyAccount-navigation ul li::before {
    display: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active>a,
.woocommerce-MyAccount-navigation ul li:hover>a {
    background: var(--bic-primary-color);
    color: #FFFFFF !important;
}

.woocommerce-MyAccount-content {
    width: calc(100% - 410px);
    padding-left: 30px;
    float: right;
}

.woocommerce-MyAccount-content a:not(.edit) {
    color: var(--bic-primary-color);
}

@media (max-width: 767px) {
    .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}

.woocommerce-MyAccount-content .u-columns .woocommerce-Address {
    max-width: 100%;
    padding: 0;
}

.woocommerce-MyAccount-content address {
    font-style: normal;
    margin-top: 20px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h4,
.woocommerce-MyAccount-content h5,
.woocommerce-MyAccount-content h6 {
    font-size: 16px;
    margin-bottom: 16px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm>*,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper>* {
    width: 100%;
    padding: 0 10px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    padding: 15px 20px 20px;
    margin: 15px;
    margin-bottom: 30px;
    border-radius: var(--bic-border-radius);
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm label,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper label {
    display: block;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm input,
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper input {
    width: 100%;
    border: 1px solid var(--bic-border-color);
    height: 46px;
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
    background: transparent;
    border-radius: var(--bic-border-radius);
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm em {
    opacity: .7;
    display: block;
    margin-top: 10px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
    padding: 0 5px;
    margin-left: -5px;
    background: #FFFFFF;
    font-size: 16px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    margin-bottom: 40px;
}

/* Sidebar */

.widget_woo+.widget_woo {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--bic-border-color);
}

.widget_product_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_product_categories ul li {
    display: block;
}

.widget_product_categories ul li+li {
    margin-top: 20px;
}

.widget_product_categories ul li a {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: var(--bic-text-color);
    line-height: normal;
    padding-left: 30px;
}

.widget_product_categories ul li a:hover {
    color: var(--bic-primary-color);
}

.widget_product_categories ul li a::before {
    content: '';
    width: 21px;
    height: 21px;
    border: 1px solid var(--bic-border-color);
    border-radius: 5px;
    position: absolute;
    transition: 150ms ease;
    top: 0;
    left: 0;
}

.widget_product_categories ul li a::after {
    display: inline-block;
    position: absolute;
    content: "\e932";
    font-family: "icomoon", fantasy !important;
    left: 3px;
    top: 3px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 150ms ease;
    color: #FFFFFF;
}

.widget_product_categories ul li a:hover::before,
.widget_product_categories ul li.current-cat a::before {
    border-color: var(--bic-primary-color);
}

.widget_product_categories ul li a:hover::after,
.widget_product_categories ul li.current-cat>a::after {
    opacity: 1;
    visibility: visible;
    color: var(--bic-primary-color);
}

.widget_product_categories ul li span.count {
    color: #555;
    margin-left: auto;
}

.widget_product_categories ul.children {
    margin-top: 16px;
}

.widget_product_categories>ul>li>a {
    font-weight: 700;
    text-transform: uppercase;
}

/* Widget price */

.woocommerce .widget_price_filter .price_slider {
    position: relative;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 10px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 10px;
    background-color: #f2f2f2;
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    font-size: 8px;
    display: block;
    border: 0;
    border-radius: 10px;
    background-color: var(--bic-primary-color);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle::after {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #eeeeee;
    border-radius: 50%;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -3px;
    margin-left: -5px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #999999;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.woocommerce .widget_price_filter .price_slider_amount {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    font-size: 16px;
}

.woocommerce .widget_price_filter .price_label {
    font-size: 16px;
    color: #666666;
    font-weight: 700;
    margin: 10px 0;
}

/* Widget rating */

.woocommerce .widget_rating_filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce .widget_rating_filter ul li+li {
    margin-top: 15px;
}

.woocommerce .widget_rating_filter ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
}

/* Widget cart */

.widget_shopping_cart {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column wrap;
    overflow: auto;
    max-height: 310px;
    position: relative;
    flex-direction: row;
    gap: 20px;
}

.woocommerce-mini-cart-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    position: relative;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--bic-border-color);
}

.woocommerce-mini-cart-item__thumbnail {
    width: 90px;
}

.woocommerce-mini-cart-item__thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.woocommerce-mini-cart-item__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    font-size: 16px;
    gap: 6px;
}

.woocommerce-mini-cart-item__content .quantity {
    background: transparent;
    margin: 0;
}

.woocommerce-mini-cart-item__content span.amount {
    font-weight: bold;
    margin-left: 5px;
    color: var(--bic-primary-color);
}

.woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

.woocommerce-mini-cart__total span.amount {
    font-weight: bold;
    color: var(--bic-primary-color);
}

.woocommerce-mini-cart__buttons {
    margin-top: 16px;
}

.woocommerce-mini-cart__buttons a+a {
    margin-top: 10px;
}

.woocommerce-mini-cart__buttons a {
    width: 100%;
    padding: 12px 20px !important;
}

.woocommerce-mini-cart-item .remove i {
    font-size: 14px;
}

.woocommerce-mini-cart__empty-message {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.woocommerce-mini-cart__empty-message svg {
    margin-bottom: 10px;
}

.woocommerce-cart .dropdown-cart,
.woocommerce-checkout .dropdown-cart {
    display: none !important;
}

/* Account page */

.woocommerce #customer_login,
.woocommerce form.track_order,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password {
    position: relative;
    overflow: hidden;
}

.woocommerce #customer_login .col-1 {
    float: left;
    width: 49%;
}

.woocommerce #customer_login .col-2 {
    float: right;
    width: 49%;
}

.woocommerce #customer_login h2 {
    font-size: 20px;
    margin: 0 0 20px;
}

.woocommerce #customer_login .form-row label,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row label {
    display: block;
    margin-bottom: 10px;
}

.woocommerce #customer_login .form-row input:not([type="checkbox"]),
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row input {
    width: 100%;
    border: 1px solid var(--bic-border-color);
    height: 46px;
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.3s ease-out 0s;
    border-radius: 0;
}

.woocommerce #customer_login .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}

.woocommerce-password-strength {
    margin-top: 10px;
    margin-bottom: 5px;
}

.woocommerce-password-strength.short {
    color: #ff9966;
}

.woocommerce-password-strength.bad {
    color: #ffcc00;
}

.woocommerce-password-strength.good {
    color: #99cc33;
}

.woocommerce-password-strength.strong {
    color: #339900;
}

small.woocommerce-password-hint {
    margin-top: 5px;
    color: red;
    font-size: 16px;
}

/* Thankpage */

.woocommerce-columns.addresses {
    position: relative;
    overflow: hidden;
}

.woocommerce-columns.addresses .col-1 {
    float: left;
    width: 49%;
}

.woocommerce-columns.addresses .col-2 {
    float: right;
    width: 49%;
}

/* Variable */

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-flow: row wrap;
}

.variations_form th,
.variations_form td {
    display: block;
    position: relative;
    text-align: left;
}

.variations_form th {
    margin-bottom: 8px;
}

ul.variable-items-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

ul.variable-items-wrapper .variable-item {
    cursor: pointer;
    position: relative;
    padding: 5px 8px;
    border: 2px solid var(--bic-border-color);
    line-height: 1;
}

ul.variable-items-wrapper .variable-item.selected {
    border-color: var(--bic-primary-color);
}

button.reset_variations {
    margin-top: 10px;
    padding: 10px 14px;
}

.woocommerce-variation.single_variation {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce-variation.single_variation span.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    color: #FF0000;
    font-size: 24px;
    font-weight: 700;
}

.prod-single__detail .stock.in-stock {
    color: green;
}

/* Responsive */

@media (min-width: 1701px) {}

@media (min-width: 1537px) and (max-width: 1700px) {}

@media (min-width: 1401px) and (max-width: 1536px) {}

@media (max-width: 1440px) {

    body.home .product-list-wrap .col-md-3:last-child,
    body.single-product .product-list-wrap .col-md-3:last-child {
        display: none !important;
    }

    .bic-header-mini-cart a {
        --btn-width: 46px;
        --btn-height: 46px;
    }

}

@media (min-width: 1200px) and (max-width: 1440px) {}

@media (min-width: 1281px) {}

@media (max-width: 1280px) {}

@media (min-width: 1025px) and (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (max-width: 992px) {}

@media (max-width: 767px) {

    .prod-single__detail {
        margin-top: 30px;
    }

    h1.product_title.entry-title {
        font-size: 20px;
    }

    .prod-filter {
        margin-bottom: 32px;
    }

    .woocommerce table.cart thead,
    .woocommerce table.cart th {
        display: none;
    }

    .woocommerce table.cart td {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        padding-right: 15px !important;
    }

    .woocommerce table.cart tr td.product-remove {
        justify-content: flex-end;
    }

    .woocommerce table.cart tr {
        border-left: 0;
        border-right: 0;
        display: block;
        margin-bottom: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 110px;
    }

    .woocommerce table.cart tr td {
        padding: 0;
        border: none !important;
    }

    .woocommerce table.cart tr td.product-name {
        position: absolute;
        display: flex;
        flex-direction: column;
        padding: 15px;
        left: 1px;
        top: 1px;
    }

    .woocommerce table.cart tr td:not(.product-name):before {
        content: attr(data-title);
        color: var(--bic-text-color);
        font-size: 14px;
        font-weight: 700;
        float: left;
    }

    .woocommerce table.cart tr td span {
        text-align: right;
    }

}

@media (min-width: 481px) and (max-width: 767px) {}

@media (min-width: 0px) and (max-width: 480px) {
    .product-list-wrap {
        --bic-grid-gap: 5px;
    }

    .woocommerce .quantity button {
        width: 40px;
    }

    .woocommerce .quantity button svg {
        width: 18px;
    }

    .woocommerce .quantity .qty {
        width: 50px;
    }

    .prod-item__add {
        padding: 0 10px;
        bottom: 10px;
    }

    .prod-item__price span.price {
        justify-content: flex-end;
    }

    .prod-item__add .button,
    .prod-item__add .added_to_cart {
        min-width: auto !important;
    }

    .prod-single__detail {
        margin-top: 10px;
    }

    .prod-single__header,
    .prod-single__content {
        padding: 10px;
    }

    .prod-single__detail p.price {
        font-size: 20px;
        margin: 10px 0 20px;
    }

    .prod-single__detail del .amount,
    .prod-single__detail ins .amount {
        font-size: 20px;
    }

    .prod-single-promotion {
        padding: 20px 10px 0px;
        margin: 30px 0px 30px 0px;
    }

    .woocommerce-accordion-item {
        padding: 10px 0;
    }
}

@media (max-width: 414px) {

    .woocommerce button.button,
    .woocommerce .woocommerce-Button.button,
    .woocommerce a.button,
    .woocommerce a.added_to_cart,
    .woocommerce-Address-title a {
        min-width: auto;
    }
}