.primary-tc-btn{
    background-color: #FF8C05 !important;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 11px;
    margin-top: 15px;
    width: 95%;
    border: none;
    padding: 15px;
    margin: auto;
}
.primary-tc-btn:hover{
    color: #fff;
}
.cart-sidebar .primary-tc-btn{
	margin-bottom: 0px;
}
.primary-tc-btn-reverse{
    color: #FF8C05 !important;
    background-color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    width: 95%;
    padding: 15px;
    margin: auto;
    border: solid 2px #ff8c05;
    margin-top: 15px;
}
.return-back-to-page{
    color: #FF8C05 !important;
    background-color: #fff;
    font-size: 17px;
    border-radius: 5px;
    font-weight: bold;
    width: 95%;
    padding: 15px 15px;
    margin: 0;
    border: none;
	cursor: pointer;
	display: block;
}

.tc-blue{
    color: #0171bc;
}

.overlay-cart-sidebar {
    display: none;
    opacity: .3;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    cursor: pointer;
    top: 0;
    right: 0;
    background-color: #000;
  }
.cart-sidebar { 
    width: 330px;
    background: #fff;
    border-right: 1px solid #ccc;
    position: fixed;
    right: -330px;
    height: 100%;
    transition: .3s;
    z-index: 999;
    top: 0;
    display: block;

}
.cart-sidebar-form { 
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cart-sidebar .sub-total-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #f1f1f1;
    color: #0d0d0d;
    padding: 10px 10px;
}
.cart-sidebar .ttl-ht {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
}
.cart-sidebar .ttl-ttc {
    font-weight: normal;
    font-size: 13px;
}

.cart-sidebar .sidebar-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 21px;
    font-weight: bold;
    background-color: #0171bc;
    color: #fff;
    padding: 10px 10px;
}

.cart-sidebar .sub-total-cart{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;

}
  
.cart-sidebar .sidebar-header .close-cart-sidebar{
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
}
  
.cart-sidebar .sidebar-body .product-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    border-bottom: solid 1px #d1d0d0;
    padding: 15px 0px;
}
.cart-sidebar .product-item .product-img{
    width: 75px;
    min-width: 75px;
    overflow: hidden;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #e3e1e1;
    padding: 1px;
}
.cart-sidebar .product-item .product-img img{
    max-width: 100%;
    max-height: 100%;
}
.cart-sidebar .sidebar-body .product-details {
    margin-top: 0;
    flex: 2;
    margin-bottom: unset;
}
.cart-sidebar .product-details .product-title{
    font-size: 16px;
    color: #000;
    margin-top: -5px;
    line-height: 21px;
}
.cart-sidebar .product-details .product-price {
    font-weight: bold;
    font-size: 16px;
    flex: 2;
    text-align: right;
}
.cart-sidebar .product-details .remove-product-cart {
    color: #7C7C7C;
    font-size: 20px;
    cursor: pointer;

}
.cart-sidebar .product-details .product-description{
    padding-left: 18px;
}
.cart-sidebar .product-description li::marker {
    color: #8cc63f;
}
.cart-sidebar .sidebar-body .product-actions {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.cart-sidebar .sidebar-body .product-actions select{
    font-size: 14px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cart-sidebar .product-item li.option {
    color: #585858;
    font-size: 13px;
}
.cart-sidebar .product-item li.option.hidden {
    display: none !important;
}

.cart-sidebar .product-item li.show-more {
    color: #0171bc;
    text-decoration: underline;
    cursor: pointer;
}

.cart-sidebar .sidebar-body .products-in-cart {
    padding: 0 10px;
    padding-bottom: 5px;
}
.cart-sidebar .sidebar-body{
    height: auto;
}

.cart-sidebar .sidebar-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding-top: 5px;
    flex: 2;
    justify-content: space-between;
    max-height: 90%;
    padding-bottom: 0;
    text-align: center;
}
.cart-sidebar .sidebar-header {
    position: sticky;
    top: 0;
}
.cart-sidebar {
    top: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.cart-sidebar .sidebar-footer-btns button{
    width: 90%;
}

.cart-sidebar .sidebar-footer-btns {
    display: flex;
    flex-direction: column;
}

.cart-sidebar .manual-quantity {
    display: none;
    gap: 5px;
    width: 180px;
    align-items: flex-start;
    flex-direction: column;
    width: 45px;

}

.cart-sidebar .empty-quantity-error{
    display: none;
    color: #ff0000;
    font-size: 14px;
}

.cart-sidebar .manual-quantity .qte-actions{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}

.cart-sidebar .btn-recalculate-price-in-cart {
    background-color: #f67f00;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    padding: 5px 7px;
    white-space: nowrap;
    display: inline-block;
}

.cart-sidebar .edit-quantity{
    color: #ff8c05;
    font-size: 15px;
    display: none;
    padding: 3px 5px;
    cursor: pointer;
    font-weight: bold;
}
.cart-sidebar .cancel-edit-quantity{
    color: #ff8c05;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}

.cart-sidebar .manual-quantity input {
    width: 55px;
    padding: 4px 5px;
    padding-right: 0;
    border-radius: 4px;
}
.cart-sidebar .manual-quantity .qte-actions {
    align-items: flex-start;
    gap: 2px;
    flex-direction: column;
}

  