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

body:not(.home) h3.product-item-title {
    margin: 0;
}

body:not(.home) .product-item-title a {
    font-size: 16px;
}

.product-item-price svg {
    flex: 0 0 15px;
}

span.gia-ban-label {
    white-space: nowrap;
}

@media (min-width: 1536px) {
    .post-type-archive-product .content-sidebar.bic-col-lg-3 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }
}

@media (min-width: 1536px) {
    .post-type-archive-product .bic-col-lg-9 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }
}

.archive-flex {
    display: grid;
    grid-template-columns:  282px 1fr;
    gap: 30px;
    justify-content: start !important;

}

.archive-flex .content-sidebar{
}

.widget_product_categories {
    background: #F0F0F0;
    border-radius: 10px;
}

 .widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 20px;
    background: var(--bic-primary-color);
    border-radius: 10px 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}

ul.product-categories {
    padding: 15px 20px;
    list-style: none;
    margin-bottom: 30px;
}

.cat-item:not(:last-child) {
    margin-bottom: 15px;
}

.product-categories  li a {
    position: relative;
    padding-left: 28px;
    white-space: nowrap;
}

.product-categories  li a::before {
    content: "";
    position: absolute;
    font-family: icomoon, fantasy !important;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid var(--bic-primary-color);
}

.product-categories li a::after {
    content: "\e932";
    position: absolute;
    font-family: icomoon, fantasy !important;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    color: currentColor;
    opacity: 0;
}

.product-categories  li a.active::after, .product-categories li a:hover::after {
    opacity: 1;
}

.post-group:not(:last-child) {
    margin-bottom: 30px;
}

/*  */

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

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 15px 20px;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    background-color: #f6f5f8;
    color: green;
    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 {
    background-color: var(--bic-primary-color) !important;
    color: #FFF !important;
    font-size: 14px !important;
    padding: 12px 30px !important;
    border-radius: 999px !important;
    text-transform: uppercase;
}

.woocommerce-notices-wrapper a.button:hover {
    background: var(--bic-secondary-hover-color) !important;
}

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

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

.woocommerce button.button,
.woocommerce .woocommerce-Button.button,
.woocommerce a.button, .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: 600;
    text-transform: uppercase;
    line-height: 1.2;
    background: var(--bic-primary-color);
    color: #fff;
    padding: 16px 20px;
    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{
    display: inline-block;
    position: relative;
    content: "\e932";
    font-family: "icomoon", fantasy !important;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: 150ms ease;
    color: #000;
}

.woocommerce .button:hover,
.woocommerce .button:focus {
    background: var(--bic-secondary-hover-color) !important;
    color: #fff;
}

.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);
}

.product-item-labels{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
}

.product-item-labels>span{
    border-radius: 9999px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-top: 0;
    padding: 2px 10px;
    text-transform: uppercase;
}

.product-item-labels span.onsale {
    background: #DB4444;
}


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

/* Rating */

.woocommerce #review_form #respond .comment-form .comment-form-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.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;
}

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

ol.flex-control-nav.flex-control-thumbs {
    display: none;
}

.product-rating-avg-wrap {
    color: var(--bic-link-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-rating-avg {
    font-size: 80px;
    font-weight: 600;
    line-height: normal;
}

.product-rating-count {
    margin-top: 10px;
}

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

.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;
}

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

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

.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;
}

.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 */

.product-filter{
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0 60px;
    padding: 10px 15px;
    background: #f2f2f2;
}

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

.product-item{
    position: relative;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    transition: all .3s;
}

.product-item-g-image{
    position: relative;
    overflow: hidden;
}

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

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

.product-item-actions .button, .product-item-actions .added_to_cart{
    background: #fff !important;
    color: #000 !important;
    padding: 10px 16px !important;
    border-radius: 9999px !important;
}

.product-item-actions .button.added{
    display: none !important;
}

.product-item-image{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--bic-border-radius);
    margin-bottom: 0;
}

.product-item-image picture{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.product-item-image::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.product-item:hover .product-item-image img{
    transform: scale(1.05);
}

.woocommerce .product-item-info {
    padding: 20px 10px 20px 10px;
}

.product-item-rating{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.product-item-title{
    font-size: 18px;
    color: var(--bic-primary-color);
    text-align: left;
    font-weight: 600;
    margin-bottom: 12px;
}

.product-item-title a{
    color: inherit;
    transition: all 500ms ease;
}

.product-item:hover .product-item-title a{
    color: var(--bic-primary-color);
}

.product-item-price{
}

.product-item-price span.price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

span.woocommerce-Price-currencySymbol{
}

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


del .amount, ins .amount {
    font-size: 16px;
    font-weight: 600;
}

del .amount{
    text-decoration: line-through;
    color: #ddd !important;
}

ins .amount{
    color: var(--bic-text-color);
    font-weight: bold;
}

.product-item-buy{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-buy a.add_to_cart_button.added{
    display: none;
}

/* Single product */

.woocommerce .product-single-info form.cart{
    display: flex;
    flex-flow: row wrap;
}

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

.woocommerce .product-single-info .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: 46px;
    font-weight: 600;
    color: var(--bic-text-color);
}

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

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

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

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

.woocommerce .product-single-info form.cart button {
    flex: 1 0 0%;
}

.woocommerce .product-single-info form.cart button.buy-now-btn{
    margin-top: 20px;
}

.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;
}

.product-single-gallery .flex-viewport, .product-single-gallery .flex-control-thumbs img {
    transition: 300 ms ease;
}

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

.product-single-gallery .onsale{
    top: 15px;
    left: 15px;
}

.product-single-gallery span.is-featured.onsale{
    right: 15px;
}

.flex-viewport{
}

.flex-control-thumbs{
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    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 10px;
    width: calc(100% / 4.5);
}

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

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

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

}

.product-single-info{
    max-width: 460px;
}

.product-single-info p.price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    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: 30px;
}

.product-single-info del .amount, .product-single-info ins .amount{
    font-size: 24px;
}

h1.product_title.entry-title{
    font-size: 32px;
    font-weight: 600;
}

.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);
}

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 {
    border-top: 1px solid var(--bic-border-color);
    position: relative;
    padding: 16px 0;
}

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

.woocommerce-accordion-item__nav{
    cursor: pointer;
    font-size: 18px;
    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: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.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;
}

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

    .cart-collaterals{
        width: 410px;
        float: right;
        border-radius: 10px;
        background: #F7F7F7;
        padding: 32px 24px;
    }

.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 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid #ddd !important;
    border-radius: 10px;
}

.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 thead {
    border: 0;
    background: #f7f7f7;
    height: 55px;
    border-radius: 20px;
    overflow: hidden;
}

table.shop_table.woocommerce-checkout-review-order-table thead {
    background: transparent;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    white-space: nowrap;
    border: 0;
}

.woocommerce table.shop_table td {
    border:0;
    padding: 15px 10px;
    vertical-align: middle;
}

td.product-remove {
    text-align: center;
}

td.product-remove a {
    font-size: 25px;
    color: red;
}

.woocommerce table.shop_table thead {
    border: 0;
}



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

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

.woocommerce table.shop_table td.product-name{
    border: none;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 16px;
}

.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: 40px;
    font-size: 16px;
}

.woocommerce table.shop_table {
    border: 0;
}

.woocommerce button.button[name="update_cart"]{
}

.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: #fff;
    border-right: none;
    padding: 10px 10px 10px 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 40px;
}

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

.woocommerce .col2-set h3 {
    font-size: 22px;
    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%;
    border: 1px solid var(--bic-border-color);
    height: 50px;
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.3s ease-out 0s;
    border-radius: 0;
    background: transparent;
}

.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: 50px;
    margin: 0;
    border-radius: 0;
    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: 50px;
    padding-left: 15px;
}

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

.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%;
    border: 1px solid var(--bic-border-color);
    height: 42px;
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.3s ease-out 0s;
    border-radius: 0;
    background: transparent;
}

strong.product-quantity {
    color: var(--bic-secondary-color);
}

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

.woocommerce h3#order_review_heading {
    font-size: 22px;
    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: var(--bic-secondary-color);
}

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

#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;
    background-color: var(--bic-primary-color);
}

.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%;
    border: 1px solid var(--bic-border-color);
    height: 42px;
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.3s ease-out 0s;
    border-radius: 0;
}

.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: 80px;
    height: 80px;
}

.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: #fff;
    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: 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: #f6f5f8;
}

.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%;
    border-radius: 0;
    padding: 14px 20px;
    height: 42px;
}

/* thanh toan */

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 60px !important;
    width: 60px !important;
    margin: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 60px !important;
    height: 60px !important;
    padding: 0 !important;
}

span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    display: none;
}

.wc-block-components-product-metadata {
    display: none;
}

.wc-block-components-order-summary.is-large {
    padding: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
    align-items: center;
    gap: 20px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    color: red;
    font-size: 16px;
    font-weight: 600;
}

h3.wc-block-components-product-name {
    font-size: 16px;
    font-weight: 600 !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
    box-sizing: border-box;
    background: #f7f7f7;
    border: 0;
    padding: 32px 24px;
    border-radius: 10px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 0;
}
/* 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: 42px;
    padding: 11px 15px;
    border-radius: var(--bic-border-radius);
    font-size: 16px;
    color: var(--bic-text-color) !important;
    text-decoration: none !important;
    font-weight: 600;
    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: #fff !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: 42px;
    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: #fff;
    font-size: 16px;
}

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

.comment-form-rating .stars {
    display: block !important;
}
/* 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;
}

.widget_product_categories ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.current-cat a {
    color: var(--bic-primary-color) !important;
}

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

.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: 14px;
    height: 14px;
    border: 1px solid var(--bic-primary-color);
    border-radius: 50%;
    position: absolute;
    transition: 150ms ease;
    left: 0;
}

.widget_product_categories ul li a::after{
    display: inline-block;
    position: absolute;
    content: "";
    left: 4px;
    top: 9px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 150ms ease;
    color: #fff;
    width: 6px;
    height: 6px;
    background: var(--bic-primary-color);
    border-radius: 50%;
}

.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 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: 600;
    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: 42px;
    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: 5px;
}

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

.woocommerce-variation.single_variation span.price{
    color: var(--bic-primary-color);
    font-size: var(--bic-size-24);
    font-weight: 700;
}

.product-single-info .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 (min-width: 1200px) and (max-width: 1440px){

}

@media (min-width: 1281px) {

}

@media (max-width: 1280px) {

}


@media (max-width: 1024px) {

}


@media (max-width: 992px) {

}

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


}



@media (max-width: 414px) {

}

/* single */

h1.product_title.entry-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--bic-primary-color);
}

.woocommerce-product-gallery {
}

.woocommerce-product-gallery{
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-product-gallery__image > a {
    position: relative;
    display: block;
    padding-top: 144%;
    overflow: hidden;
}

.woocommerce-product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

 .single-product .quantity {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
}

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

button.minus {
    border: 1px solid var(--bic-primary-color);
    background: transparent;
    cursor: pointer;
    color: #241F21;
    border-radius: 5px 0 0 5px;
    height: 46px;
    width: 46px;
}
.quantity .input-text  {
    width: 62px;
    text-align: center;
    -webkit-appearance: textfield;
    margin: 0;
    border-top: 1px solid var(--bic-primary-color);
    border-bottom: 1px solid var(--bic-primary-color);
    background: transparent;
    cursor: pointer;
    color: #222;
    height: 46px;
    border-radius: 0;
}

button.plus {
    border: 1px solid var(--bic-primary-color);
    background: transparent;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    color: #241F21;
    height: 46px;
    width: 46px;
    font-size: 20px;
}

form.cart {
    display: flex
;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

button.single_add_to_cart_button.button.alt {
    padding: 14px 40px;
    height: 56px;
    background: var(--bic-secondary-color);
    text-transform: uppercase;
    flex: 0 0 47%;
    max-width: 47%;
}

.product-detail-btn  {
    padding: 14px 40px;
    height: 56px;
    max-width: 48%;
    flex: 0 0 48%;
}

.product-detail-btn a {
    text-transform: uppercase;
    color: #fff;
}

button.button.buy-now-btn {
    display: none;
}

.prod_code {
    color: #7D8184;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;
}

.prod_code span {
    font-size: 14px;
    color: #000;
}

ul.detail-prod {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: flex
;
    flex-wrap: wrap;
    row-gap: 20px;
}

li.detail-prod-item {
    flex: 0 0 50%;
    max-width: 50%;
    color: #7D8184;
}

li.detail-prod-item span {
    color: #000;
    font-weight: 500;
}

p.stock.in-stock {
    display: none;
}

.contact-prod {
    margin-top: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-prod span {
    margin-right: 10px;
}

ul.list-tab-prod {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    gap: 20px;
    position: sticky;
    top: calc(var(--bic-wpadminbar-height) + var(--bic-header-height) + 30px);
    background: rgb(255, 255, 255,0.7);
    backdrop-filter: blur(5px);
    z-index: 99;
}

li.tab-item-prod a {
    height: 52px;
    padding: 14px 20px;
    background: #f0f0f0;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

li.tab-item-prod a:hover, 
li.tab-item-prod.active a {
    background: var(--bic-secondary-color);
    color: #Fff;
}

.tab-title h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--bic-primary-color);
    margin-bottom: 30px;
}

.review-video-prod {
    margin: 30px 0;
}

.review-video-prod iframe {
    height: 650px;
    width: 100%;
    border-radius: 10px;
}

.tab-content {
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.adt-contact-form {
    background: #F0F0F0;
    border-radius: 10px;
}

.form-content {
    padding: 20px;
}

.form-desc {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}

.title-input {
    font-weight: 600;
    margin-bottom: 10px;
}

.title-input span {
    color: #A72F15;
}
.form-content textarea,
.form-content input {
    border-radius: 10px;
    border: 1px solid  #7D8184;
    background: #F6F6F6;
    margin-bottom: 15px;
}
.form-content textarea::placeholder,
.form-content input::placeholder {
    color:rgba(0, 0, 0, 0.50) ;
}

.form-actions input {
    width: 100%;
    margin-top: 20px;
    background: var(--bic-secondary-color);
    padding: 14px 40px;
    text-transform: uppercase;
    height: 56px;
    border: 0;
    margin-bottom: 0;
}

.form-actions {
    position: relative;
}

.whychose-wg-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bic-secondary-color);
    margin: 0;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.whychose-wg-img img {
    width: 60px;
    height: 60px;
}

.woocommerce-form-login-toggle {
    display: none;
}


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

    .woocommerce-cart-form {
        width: 100%;
    }

    .cart-collaterals {
        width: 100%;
    }

    .single-product .content-sidebar{
        display: none;
    }

    .woocommerce-Reviews #comments {
        width: 100% !important;
        float: left !important;
        margin-top: 30px;
    }

    .woocommerce-Reviews #review_form_wrapper {
        width: 100% !important;
    }

    .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper .form-row {
        width: 100%;
    }

    .woocommerce-product-gallery__image > a {
        padding-top: 0;
        display: flex
    ;
        align-items: center;
        justify-content: center;
    }

    .woocommerce-notices-wrapper a.button {
        background: unset !important;
        color: var(--bic-primary-color) !important;
    }

    form.woocommerce-cart-form {
        overflow-x: auto;
        width: 100%;
    }

    .woocommerce .cart_item .product-thumbnail a {
        width: 80px;
        height: 80px;
        display: block;
    }

    .woocommerce-product-gallery img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: unset;
        width: 300px;
    }

    .bic-breadcrumbs {
        display: none;
    }

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

@media (min-width: 0px) and (max-width: 576px) {
    h1.product_title.entry-title{
        font-size: 28px ;
    }
    .woocommerce .quantity button{
        width: 40px;
    }
    .woocommerce .quantity button svg{
        width: 18px;
    }
    .woocommerce .quantity .qty{
        width: 50px;
    }

    .woocommerce-product-gallery img {
        height: 250px;
        position: unset;
        object-fit: contain;
    }

    .summary.entry-summary .product-item-price {
        min-height: 0;
        align-items: self-end;
    }

    .woocommerce-notices-wrapper a.button {
        background: unset !important;
        color: var(--bic-primary-color) !important;
        padding: 5px 0 !important;
    }

    span.woocommerce-Price-amount.amount {
        font-size: 14px;
    }

    .summary.entry-summary span.gia-ban-label {
        display: block !important;
        
    }

    .woocommerce-product-gallery__image > a {
        padding: 0;
    }

    .archive-flex {
        display: block;
    }

    .archive-flex {
        display: block;
    }

    .prod-item-author {
        min-height: 38px;
    }

    .bic-breadcrumbs {
        display: none;
    }

    h1.product_title.entry-title {
        font-size: 18px !important;
    }

    .prod_code {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    span.woocommerce-Price-amount.amount {
    }

    li.detail-prod-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    form.cart {
        gap: 20px;
    }

    .product-detail-btn {
        padding: 14px 10px;
        height: 50px;
        max-width: 41%;
        flex: 0 0 41%;
        text-transform: unset;
    }

    button.single_add_to_cart_button.button.alt {
        padding: 14px 10px;
        height: 50px;
        flex: 0 0 47%;
        max-width: 47%;
        text-transform: unset;
    }

    .product-detail-btn a {
        text-transform: unset;
    }

    ul.list-tab-prod {
        overflow-x: auto;
        justify-content: start;
    }

    li.tab-item-prod a {
        white-space: nowrap;
        text-transform: unset;
        line-height: 1;
        height: 42px;
    }

    .tab-content {
        text-align: justify;
        padding: 10px;
    }

    .tab-title h3 {
        margin-bottom: 20px;
    }

    .review-video-prod iframe {
        height: 200px;
        width: 100%;
        border-radius: 10px;
    }

    .product-rating-histogram {
        display: block;
    }

    .rating-histogram-wrap .rating-bar {
        justify-content: center;
    }

    .woocommerce-Reviews-title, .comment-reply-title {
        font-size: 16px;
    }

    .woocommerce #reviews #comments ol.commentlist {
        padding-left: 16px;
    }
    .whychose-wg-img {
        width: 60px;
        height: 60px;
    }

    .whychose-wg-img img {
        width: 40px;
        height: 40px;
    }

    .woocommerce table.shop_table td.product-name {
        font-size: 16px;
    }

    .prod-item-author .name > span {
        display: none;
    }

/*  */

form.woocommerce-cart-form {
    overflow-x: auto;
    width: 100%;
}
    .woocommerce table.shop_table td.product-name  a {
        white-space: nowrap;  
    }

    .woocommerce .cart_item .product-thumbnail a {
        width: 80px;
        height: 80px;
        display: block;
    }

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

    .woocommerce table.shop_table th {
    }

    .woocommerce .cart_totals .checkout-button.button.alt.wc-forward {
        padding: 12px 20px;
    }

    .cart-collaterals {
        width: 100%;
    }

    .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper .form-row {
        width: 100%;
    }
   
}
@media (min-width: 1200px) and (max-width: 1440px) {
    body:not(.home) .product-item-title a {
        font-size: 14px;
    }

    .product-item-title {
        font-size: 15px;
        min-height: 38px !important;
    }

    .product-item-price {
        flex-wrap: wrap;
    }

    .archive-flex {
        grid-template-columns: 260px 1fr;
    }

    .widget-title {
        font-size: 14px;
    }

    h1.product_title.entry-title {
        font-size: 24px;
    }
    .product-item-price span {
        font-size: 14px !important;
    }

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

    button.plus,
    button.minus {
        height: 40px;
    }

    .quantity .input-text {
        height: 40px;
    }

    .product-detail-btn {
        height: 46px;
        max-width: 46%;
        flex: 0 0 46%;
        font-size: 14px;
    }

    .prod_code {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    form.cart {
        gap: 20px;
    }

    button.single_add_to_cart_button.button.alt {
        height: 46px;
        padding: 14px 20px;
        font-size: 14px;

    }

    .form-actions input,
    li.tab-item-prod a {
        height: 42px;
        line-height: 1;
    }

    ul.list-tab-prod {
        padding: 10px 0;
    }

    .woocommerce-Reviews-title, .comment-reply-title {
        font-size: 14px;
    }

    .form-actions input {
        margin-top: 10px;
    }

    .bic-widget-post .bic-entry__title {
        font-size: 14px;
    }

    .widget-title {
        font-size: 14px;
    }

    .whychose-wg-img {
        width: 65px;
        height: 65px;
    }

    .whychose-wg-img img {
        width: 45px;
        height: 45px;
    }

    .review-video-prod iframe {
        height: 400px;
    }
    
    .woocommerce button.button[name="update_cart"] {
        padding: 12px 0;
    }

    .woocommerce-billing-fields__field-wrapper .form-row input, .woocommerce-billing-fields__field-wrapper .form-row textarea, .woocommerce-shipping-fields__field-wrapper .form-row input {
        height: 42px;
    }

    .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }

    .woocommerce .select2-container .select2-selection--single {
        height: 42px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    body:not(.home) .product-item-title a {
        font-size: 14px;
    }

    .product-item-title {
        font-size: 14px;
        min-height: 36px !important;
    }

    .product-item-price {
        flex-wrap: wrap;
    }

    .archive-flex {
        grid-template-columns: 242px 1fr;
    }

    .widget-title {
        font-size: 14px;
    }

    h1.product_title.entry-title {
        font-size: 24px;
    }
    .product-item-price span {
        font-size: 14px !important;
    }

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

    button.plus,
    button.minus {
        height: 40px;
    }

    .quantity .input-text {
        height: 40px;
    }

    .product-detail-btn {
        height: 46px;
        max-width: 46%;
        flex: 0 0 46%;
    }

    .prod_code {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    form.cart {
        gap: 20px;
    }

    button.single_add_to_cart_button.button.alt {
        height: 46px;
    }

    .form-actions input,
    li.tab-item-prod a {
        height: 42px;
        line-height: 1;
    }

    ul.list-tab-prod {
        padding: 10px 0;
    }

    .woocommerce-Reviews-title, .comment-reply-title {
        font-size: 13px;
    }

    .form-actions input {
        margin-top: 10px;
    }

    .bic-widget-post .bic-entry__title {
        font-size: 13px;
    }

    .widget-title {
        font-size: 13px;
    }

    .whychose-wg-img {
        width: 65px;
        height: 65px;
    }

    .whychose-wg-img img {
        width: 45px;
        height: 45px;
    }

    .review-video-prod iframe {
        height: 400px;
    }
    

    .woocommerce-cart-form {
        width: calc(100% - 320px);
        padding-right: 15px;
    }

    .cart-collaterals {
        width: 320px
    }

    .woocommerce table.shop_table td.product-name {
        font-size: 13px;
    }

    .woocommerce table.shop_table td.product-name  a {
        white-space: break-spaces;  
    }

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

    .woocommerce .cart_totals>h2 {
        font-size: 16px;
    }

    .woocommerce table.shop_table th {
    }

    .woocommerce .cart_totals .checkout-button.button.alt.wc-forward {
        padding: 12px 20px;
    }

    .woocommerce button.button[name="update_cart"] {
        padding: 12px 0;
    }

    .woocommerce-billing-fields__field-wrapper .form-row input, .woocommerce-billing-fields__field-wrapper .form-row textarea, .woocommerce-shipping-fields__field-wrapper .form-row input {
        height: 42px;
    }

    .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }

    .woocommerce .select2-container .select2-selection--single {
        height: 42px;
    }
}