@charset "utf-8";



.shopping-cart-wrapper {
    display: flex;
    flex-direction: column;
    margin: 40px 0 40px;
}

.shopping-cart-products {
    width: 100%;

}
.shopping-cart-products-wrapper {
    margin-bottom: 30px;
}


.shopping-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.shopping-cart-header-item {
    display: flex;
}
.shopping-cart-header-item span {
    min-width: 30px;
    text-align: center;
}

.shopping-cart-header-item .clear-all {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.shopping-cart-header-item .clear-all:after {
    font-family: 'Font Awesome 6';
    content: "\f00d";
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
}

.shopping-cart-head-wrapper,
.shopping-cart-body-row {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.shopping-cart-head-wrapper {
    font-size: 16px;
    height: 50px;
    border-bottom: none;
    border-bottom: 1px solid #5f5f5f;
}
.shopping-cart-body-row-wrapper {
    border-bottom: 1px solid #5f5f5f;
}

.shopping-cart-body-row {
    padding: 0;

}

.shopping-cart-head-wrapper > div,
.shopping-cart-body-row > div  {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.shopping-cart-head-wrapper > div:nth-child(1),
.shopping-cart-body-row > div:nth-child(1)  {
    border-left: none;
}


.shopping-cart-head-image,
.shopping-cart-body-image{
    width: 160px;
}

.shopping-cart-head-name,
.shopping-cart-body-name{
    width: calc(100% - 710px);
}

.shopping-cart-head-name {
    padding-right: 95px;
}


.shopping-cart-head-price,
.shopping-cart-body-price{
    width: 140px;
}

.shopping-cart-head-quantity,
.shopping-cart-body-quantity{
    width: 160px;
}


.shopping-cart-head-sum,
.shopping-cart-body-sum{
    width: 200px;
}

.shopping-cart-head-delete,
.shopping-cart-body-delete{
    width: 50px;
}

.shopping-cart-body-image {
    padding-right: 20px;
    overflow: hidden;
}

.shopping-cart-body-image img {
    width: 80%;
    height: auto;
    font-size: 8px;
    line-height: 12px;
    transition: 0.5s;
}
.shopping-cart-body-row:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.shopping-cart-body-row > .shopping-cart-body-name {
    flex-direction: column;
    align-items: start !important;
    transition: 0.5s;
    padding-left: 20px;
}
.shopping-cart-body-name:hover  {
    color: #45a7ef;
    transition: 0.5s;
}

.shopping-cart-product-name {
    transition: 0.5s;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.shopping-cart-product-categ {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.shopping-cart-product-code {}

.shopping-cart-product-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shopping-cart-product-price .normal-price {
    color: #45a7ef;
}
.shopping-cart-product-price .old-price {
    color: #fff;
    text-decoration: line-through;
    text-decoration-color: #45a7ef;
    margin-right: 5px;
}

.shopping-cart-quantity-input-wrapper {}
.shopping-cart-body-quantity .nice-number {}
.shopping-cart-body-quantity .nice-number>button {}
.shopping-cart-body-quantity .nice-number input {}

.shopping-cart-body-sum {
    flex-direction: column;
}

.shopping-cart-product-final-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    color: #45a7ef;
}
.shopping-cart-product-economy-inner {
    width: 160px;
    text-align: center;
    padding: 0 5px;
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shopping-cart-product-economy-inner > i {
    width: 90px;
    padding-right: 5px;
}
.shopping-cart-product-economy-inner span {
    font-weight: 600;
    color: #EF8B43;
}


.delete-from-cart {
    display: flex;
    justify-content: center;
}
.delete-from-cart::after {
    font-family: 'Font Awesome 6';
    content: "\f00d";
    font-style: normal;
    color: #45a7ef;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    transition: 0.5s;
}
.delete-from-cart:hover::after {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    transition: 0.5s;
}

/***** shopping-cart-attached *****/

.shopping-cart-body-attached {}
.shopping-cart-body-attached-box {
   width: 100%;
}
.shopping-cart-body-attached-box-head {
    font-size: 14px;
    line-height: 21px;
    cursor: pointer;
    padding-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.shopping-cart-body-attached-box-head:hover {
/*    color: #0052b1;
    transition: 0.5s;*/
}
.shopping-cart-body-attached-box-head:after {
/*    font-family: 'Font Awesome 6';
    content: "\f106";*/
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    transition: 0.5s;
    margin-left: 5px;
}
.carret-bottom:after {
    content: "\f107";
    transition: 0.5s;
}
.shopping-cart-body-attached-box-items {
    margin-top: 5px;
}
.shopping-cart-body-attached-box-items span.option-label {
    font-style: italic;
    font-size: 12px;
}
.shopping-cart-body-attached-box-items span.option-value {
    margin-right: 5px;
}


/**** right sidebar *****/
.right-sidebar {
    width: 100%;
}
.shopping-cart-footer-wrapper {
    width: 410px;
    margin-left: auto;
}

.shopping-cart-footer-header {
    margin-top: 0;
    margin-bottom: 20px;
}
.shopping-cart-footer-info-wrapper {
    margin-bottom: 10px;
}

.shopping-cart-footer-row-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
/*    border-bottom: 1px solid #5f5f5f;*/
}
.shopping-cart-footer-row-wrapper:nth-child(1) {}

.shopping-cart-row-item {
    width: 160px;
    padding: 8px 10px;
    text-align: right;
    min-height: 52px;
    display: flex;
    align-items: center;

}

.shopping-cart-row-item + .shopping-cart-row-item {
    width: 250px;
    font-weight: 700;
    font-size: 24px;
    color: #45a7ef;
    text-align: center;
    padding-right: 50px;
}
.shopping-cart-footer-delivery .shopping-cart-row-item + .shopping-cart-row-item  {
    font-size: 13px;
    font-weight: 400;
    color: #a4a4a4;
}
.shopping-cart-footer-economy .shopping-cart-row-item + .shopping-cart-row-item  {
    background-color: #292929;
    color: #EF8B43;
}
.shopping-cart-footer-total {}
.shopping-cart-footer-total .shopping-cart-row-item {
    font-weight: 700;
}
.shopping-cart-footer-end-block {}

.shopping-cart-footer-end-block > a {
    width: 100%;
    text-align: center;
}

.nice-select {
    width: 100%;
}
.form-field {
    width: 100%;
}