/*---------------------
  Shopping Cart
-----------------------*/
.ordering_steps {
    padding: 0 16%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.ordering_steps .step {
    background: #fff;
    z-index: 2;
    opacity: 0.3;
    
}
.ordering_steps hr {
    width: 7%;
    border-bottom: 1px solid #df9d92;
}
.ordering_steps .step.active {
    opacity: 1;
}
.ordering_steps .step.active ~ hr {
    border-bottom: 1px dashed #000;
}
.step_content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    visibility: hidden;
}
.step_content.active {
    position: unset;
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
.shopping__cart__row {
    margin-bottom: 30px;
    text-align: right;
}

.shopping__cart__row table {
    width: 100%;
}

.shopping__cart__row table thead {
    border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__row table thead tr th {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.shopping__cart__row table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__row table tbody tr td {
    padding-bottom: 30px;
    padding-top: 30px;
}

.shopping__cart__row table tbody tr td.product__cart__item {
    width: 400px;
}

.shopping__cart__row table tbody tr td.product__cart__item .product__cart__item__pic {
    float: right;
    margin-left: 30px;
}

.shopping__cart__row table tbody tr td.product__cart__item .product__cart__item__text {
    overflow: hidden;
    padding-top: 21px;
}

.shopping__cart__row table tbody tr td.product__cart__item .product__cart__item__text h6 {
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.shopping__cart__row table tbody tr td.product__cart__item .product__cart__item__text h5 {
    color: #0d0d0d;
    font-weight: 700;
}

.shopping__cart__row .quantity{
    display: flex;
    justify-content: center;
}

.shopping__cart__row .quantity .pro-qty-2 {
    width: 80px;
}

.shopping__cart__row .quantity .pro-qty-2 input {
    width: 50px;
    border: none;
    text-align: center;
    color: #111111;
    font-size: 16px;
}

.shopping__cart__row table tbody tr td.quantity__item .quantity .pro-qty-2 .qtybtn {
    font-size: 16px;
    color: #888888;
    width: 10px;
    cursor: pointer;
}

.shopping__cart__row table tbody tr td.cart__price {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    width: 140px;
}

.shopping__cart__row .cart__close i {
    font-size: 18px;
    color: #111111;
    height: 40px;
    width: 40px;
    background: #F4F4F4;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.continue__btn.update__btn {
    text-align: right;
}

.continue__btn.update__btn a {
    color: #ffffff;
    background: #111111;
    border-color: #111111;
}

.continue__btn.update__btn a i {
    margin-right: 5px;
}

.continue__btn a {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    padding: 14px 35px;
    display: inline-block;
}

.cart__discount {
    margin-bottom: 60px;
}

.cart__discount h6 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.cart__discount form {
    position: relative;
}

.cart__discount form input {
    font-size: 14px;
    color: var(--footer_inner_text);
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
}

.cart__discount form input::-webkit-input-placeholder {
    color: var(--footer_inner_text);
}

.cart__discount form input::-moz-placeholder {
    color: var(--footer_inner_text);
}

.cart__discount form input:-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.cart__discount form input::-ms-input-placeholder {
    color: var(--footer_inner_text);
}

.cart__discount form input::placeholder {
    color: var(--footer_inner_text);
}

.cart__discount form button {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    background: #111111;
    padding: 0 30px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.cart__total {
    background: #F4F4F4;
    padding: 35px 40px 40px;
}

.cart__total h6 {
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center;
}

.cart__total ul {
    margin-bottom: 25px;
}

.cart__total ul li {
    list-style: none;
    font-size: 16px;
    color: #444444;
    line-height: 40px;
    overflow: hidden;
}

.cart__total ul li span {
    font-weight: 700;
    color: var(--main_color);
    float: left;
}

.cart__total .primary-btn {
    display: block;
    padding: 12px 10px;
    text-align: center;
    /* letter-spacing: 2px; */
}
.shopping-cart .sec_2 .shop__sidebar__categories ul li:first-of-type {
    margin-top: 20px;
}
.shopping-cart .sec_2 .shop__sidebar__categories ul li {
    justify-content: space-between;
    margin-bottom: 8px;
}
.shopping-cart .sec_2 .shop__sidebar__categories ul li input {
    width: calc(100% - 170px);
    padding: 16px;
    border: none;
    background: #fff;
    border-radius: 5px;
}
.shopping-cart .sec_2 .shop__sidebar__categories ul li input::placeholder {
    color: #BABABA;
    font-weight: 100;
    font-size: 12px;
}
.shopping-cart .sec_2 .shop__sidebar__categories ul li label {
    font-size: 12px;
}
.shopping-cart .sec_2 .shop__sidebar__accordion .card-heading a h6 {
    font-size: 14px;
}
.shopping-cart .sec_2 .body_preview {
    display: flex;
    justify-content: space-around;
}
.shopping-cart .sec_2 .body_preview .points_card {
    position: absolute;
    width: 100%;
    padding: 0 30px;
    display: flex;
    top: 5%;
    justify-content: center;
    z-index: 998;
}
.shopping-cart .sec_2 .points {
    background: #fff6f4;
    padding: 16px;
    text-align: center;
    border-radius: 16px;
    width: 26%;
    position: relative;
}
.shopping-cart .sec_2 .points h6 {
    font-size: 14px;
    font-weight: 900;
}
.shopping-cart .sec_2 .points p {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}
.shopping-cart .sec_2 .points .btns {
    position: absolute;
    padding: 8px 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 0;
    top: 0;
}
.shopping-cart .sec_2 .points .btns span {
    padding: 8px;
    cursor: pointer;
}
.shopping-cart .sec_2 .points .jump_on {
    position: absolute;
    top: -26px;
    left: 10px;
    background: #363636;
    border: 4px solid #fff;
    color: #dfdfdf;
    padding: 4px;
    font-weight: 700;
    border-radius: 10px;
    font-size: 12px;
    display: none;
}
.shopping-cart .sec_2 .body_preview > div {
    position: relative;
}
.shopping-cart .sec_2 .body_preview > div > svg {
    height: 825px;
}
.shopping-cart .sec_2 .body_preview .btn {
    border-radius: 50px;
    position: absolute;
    display: flex;
    font-size: 14px;
}
.shopping-cart .sec_2 .body_preview .pr_item_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.shopping-cart .sec_2 .body_preview .pr_item_box.active {
    opacity: 1;
    z-index: 998;
}
.shopping-cart .sec_2 .body_preview .pr_size {
    position: absolute;
    filter: grayscale(1);
    opacity: 0.3;
    transition: 0.3s;
}
.shopping-cart .sec_2 .body_preview .pr_size input {
    opacity: 0;
    transition: 0.3s;
    max-width: 70px;
    min-width: 30px;
}
.shopping-cart .sec_2 .body_preview .pr_item_box.active .pr_size {
    /* opacity: 1; */
    z-index: 998;
}
.shopping-cart .sec_2 .body_preview .pr_item_box.active .pr_size.active {
    filter: grayscale(0);
    opacity: 1;
    z-index: 998;
    border-color: #ff5c5c;
}
.shopping-cart .sec_2 .body_preview .pr_item_box.active .pr_size.active input{
    opacity: 1;
}
.shopping-cart .sec_2 .body_preview .pr_size span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ff5c5c;
    margin-bottom: 8px;
    padding: 0;
    position: relative;
    font-size: 12px;
}
.shopping-cart .sec_2 .body_preview .pr_size span::after {
    content: '>';
    color: #ff5c5c;
    position: absolute;
    right: -10px;
    top: 19px;
    box-shadow: 6px 0px 0px -2px #ff5c5c7a;
}
.shopping-cart .sec_2 .body_preview .pr_size span::before {
    content: '<';
    color: #ff5c5c;
    position: absolute;
    left: -10px;
    top: 19px;
    box-shadow: -6px 0px 0px -2px #ff5c5c7a;
}
.shopping-cart .sec_2 .body_preview .down_body .btn {
    bottom: 26%;
    right: -60%;
}
.shopping-cart .sec_2 .body_preview input {
    border: 1px solid #000;
    border-radius: 3px;
}
/* ____________ بالا تنه ________ */
.shopping-cart .sec_2 .body_preview .top_body .btn {
    top: 30%;
    left: -60%;
}
/* قد بالاتنه پشت از مهره گردن */
.shopping-cart .sec_2 .body_preview .left .top_body .size_1 {
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    height: 188px;
    top: 4.4%;
    right: 50%;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_1 span {
    width: 163px;
    margin-right: -68px;
    margin-top: 80px;
    transform: rotate(270deg);
}
/* قد بالاتنه پشت از سرشانه تا کمر */
.shopping-cart .sec_2 .body_preview .left .top_body .size_2 {
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    height: 174px;
    top: 6%;
    right: 66%;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_2 span {
    width: 149px;
    margin-right: -62px;
    margin-top: 73px;
    transform: rotate(270deg);
}
/* قد بالاتنه جلو از سرشانه تا کمر */
.shopping-cart .sec_2 .body_preview .right .top_body .size_1 {
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    height: 173px;
    top: 8.6%;
    right: 66%;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_1 span {
    width: 149px;
    margin-right: -62px;
    margin-top: 72px;
    transform: rotate(270deg);
}
/* سرشانه تمام */
.shopping-cart .sec_2 .body_preview .left .top_body .size_3 {
    border-bottom: 1px dashed rgb(0 0 0);
    width: 76%;
    top: 5.5%;
    left: 12%;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_3 span {
    width: 85%;
    margin-right: 13px;
    margin-bottom: -1px;
}
/* کنترل سرشانه */
.shopping-cart .sec_2 .body_preview .left .top_body .size_4 {
    border-bottom: 1px dashed rgb(0 0 0);
    width: 26%;
    top: 2.5%;
    left: 11%;
    rotate: -20deg;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_4 span {
    width: 100%;
    margin-right: 0px;
    margin-bottom: -1px;
}

.shopping-cart .sec_2 .body_preview .left .top_body .size_4 span::after,
.shopping-cart .sec_2 .body_preview .left .top_body .size_4 span::before {
    display: none;
}
/* کارول پشت */
.shopping-cart .sec_2 .body_preview .left .top_body .size_5 {
    border-bottom: 1px dashed rgb(0 0 0);
    width: 41%;
    top: 12.5%;
    left: 29.5%;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_5 span {
    width: 100%;
    margin-right: 0px;
    margin-bottom: -1px;
}
/* کارول تا کمر پشت */
.shopping-cart .sec_2 .body_preview .left .top_body .size_6 {
    border-bottom: 1px dashed rgb(0 0 0);
    width: 29%;
    top: 19.8%;
    left: 3.5%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_6 span {
    width: 100%;
    margin-right: 0px;
    margin-bottom: -1px;
}
/* کارول جلو */
.shopping-cart .sec_2 .body_preview .right .top_body .size_2 {
    width: 41%;
    top: 13.5%;
    left: 8.5%;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_2 span {
    width: 100%;
    margin-right: -49px;
}
/* کارول تا کمر جلو */
.shopping-cart .sec_2 .body_preview .right .top_body .size_3 {
    border-bottom: 1px dashed rgb(0 0 0);
    width: 35%;
    top: 21.5%;
    left: -0;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_3 span {
    width: 100%;
    margin-right: 0px;
    margin-bottom: -1px;
}
/* دور سینه */
.shopping-cart .sec_2 .body_preview .right .top_body .size_4 {
    width: 40%;
    top: 15.5%;
    left: 9%;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_4 span {
    width: 100%;
    margin-right: -49px;
}
/* از نوک سینه تا زیر سینه */
.shopping-cart .sec_2 .body_preview .right .top_body .size_5 {
    border-right: 1px dashed rgb(0 0 0);
    height: 2%;
    top: 18.8%;
    right: 32.5%;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_5 span {
    width: 45px;
    margin-right: -50px;
    margin-top: 4px;
    border: none;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_5 span::after,
.shopping-cart .sec_2 .body_preview .right .top_body .size_5 span::before,
.shopping-cart .sec_2 .body_preview .right .top_body .size_9 span::after,
.shopping-cart .sec_2 .body_preview .right .top_body .size_9 span::before {
    display: none;
}
/* فاصله سینه */
.shopping-cart .sec_2 .body_preview .right .top_body .size_6 {
    width: 22%;
    top: 15.5%;
    left: 39.6%;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_6 span {
    width: 100%;
}
/* دور حلقه */
.shopping-cart .sec_2 .body_preview .right .top_body .size_7 {
    width: 22%;
    top: 12%;
    left: 9.6%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_7 span {
    width: 100%;
}
/* بلندی سینه */
.shopping-cart .sec_2 .body_preview .right .top_body .size_8 {
    width: 24%;
    top: 11.5%;
    right: 24.6%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_8 span {
    width: 100%;
}
/* بلندی حلقه */
.shopping-cart .sec_2 .body_preview .left .top_body .size_7 {
    width: 29%;
    top: 7.9%;
    right: 33.6%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_7 span {
    width: 100%;
}
/* نوک سینه تا بالای سینه */
.shopping-cart .sec_2 .body_preview .right .top_body .size_9 {
    border-right: 1px dashed rgb(0 0 0);
    height: 2%;
    top: 16.3%;
    right: 32.5%;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_9 span {
    width: 45px;
    margin-right: -50px;
    margin-top: 4px;
    border: none;
}
/* دور کمر */
.shopping-cart .sec_2 .body_preview .right .top_body .size_10 {
    width: 32%;
    top: 26.5%;
    left: 13.5%;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_10 span {
    width: 100%;
    margin-right: -49px;
}
/* بازی یقه جلو */
.shopping-cart .sec_2 .body_preview .right .top_body .size_11 {
    width: 14%;
    top: 16.5%;
    left: 39%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_11 span {
    width: 100%;
    margin-right: -49px;
}
/* بازی یقه پشت */
.shopping-cart .sec_2 .body_preview .left .top_body .size_8 {
    width: 23%;
    top: 12.8%;
    left: 34%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_8 span {
    width: 100%;
    margin-right: -49px;
}
/* دور بازو */
.shopping-cart .sec_2 .body_preview .right .top_body .size_12 {
    width: 0%;
    top: 16.8%;
    right: 19%;
}
.shopping-cart .sec_2 .body_preview .right .top_body .size_12 span {
    width: 100%;
}
/* بازی یقه پشت */
.shopping-cart .sec_2 .body_preview .left .top_body .size_9 {
    width: 110%;
    top: 22.3%;
    left: -50%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_9 span {
    width: 100%;
}
/* دور مشت */
.shopping-cart .sec_2 .body_preview .left .top_body .size_10 {
    width: 0%;
    top: 43.3%;
    left: 13.5%;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_10 span {
    width: 100%;
}
/* دور مچ */
.shopping-cart .sec_2 .body_preview .left .top_body .size_11 {
    width:0;
    top: 38.3%;
    left: 13.5%;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_11 span::after {
    right: -6px;
}
.shopping-cart .sec_2 .body_preview .left .top_body .size_11 span::before {
    left: -6px;
}
/* دور مچ */
.shopping-cart .sec_2 .body_preview .left .top_body .size_12 {
    width: 1%;
    top: 31.3%;
    left: 12.5%;
}
/* آف شلدر */
.shopping-cart .sec_2 .body_preview .right .top_body .size_13 {
    width: 32%;
    top: 12.8%;
    right: 16.5%;
    rotate: -28deg;
}
/* شیب سرشانه */
.shopping-cart .sec_2 .body_preview .left .top_body .size_13 {
    width: 62%;
    top: 14.8%;
    right: 2.5%;
    rotate: -90deg;
}
/* ___________ پایین تنه _____________ */

/* قد دامن جلو */
.shopping-cart .sec_2 .body_preview .right .down_body .size_1 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 230%;
    bottom: 34.4%;
    right: -59%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .right .down_body .size_1 span {
    margin-bottom: 0;
}
/* قد دامن پشت */
.shopping-cart .sec_2 .body_preview .left .down_body .size_1 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 245%;
    bottom: 34.4%;
    right: -67%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .left .down_body .size_1 span {
    margin-bottom: 0;
}
/* قد جلو از کمر تا زمین */
.shopping-cart .sec_2 .body_preview .right .down_body .size_2 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 220%;
    bottom: 35.8%;
    right: -45%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .right .down_body .size_2 span {
    margin-bottom: 0;
}
/* قد پهلو از کمر تا زمین */
.shopping-cart .sec_2 .body_preview .left .down_body .size_2 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 242%;
    bottom: 34.8%;
    right: -54%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .left .down_body .size_2 span {
    margin-bottom: 0;
}
/* قد پشت از کمر تا زمین */
.shopping-cart .sec_2 .body_preview .left .down_body .size_3 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 242%;
    bottom: 34.8%;
    left: -46%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .left .down_body .size_3 span {
    margin-bottom: 0;
}
/* بلندی باسن */
.shopping-cart .sec_2 .body_preview .left .down_body .size_4 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 26%;
    top: 30.8%;
    right: 30%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .left .down_body .size_4 span {
    margin-bottom: 0;
}
/* دور باسن کوچک */
.shopping-cart .sec_2 .body_preview .left .down_body .size_5 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 44%;
    top: 29.8%;
    right: 28%;
}
.shopping-cart .sec_2 .body_preview .left .down_body .size_5 span {
    margin-bottom: 0;
}
/* دور باسن بزرگ */
.shopping-cart .sec_2 .body_preview .left .down_body .size_6 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 50%;
    top: 34.4%;
    right: 25%;
}
.shopping-cart .sec_2 .body_preview .left .down_body .size_6 span {
    margin-bottom: 0;
}
/* بلندی ماهی */
.shopping-cart .sec_2 .body_preview .right .down_body .size_3 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 56%;
    top: 37.8%;
    right: -19%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .right .down_body .size_3 span {
    margin-bottom: 0;
}
/* دور بلندی ماهی */
.shopping-cart .sec_2 .body_preview .right .down_body .size_4 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 44%;
    top: 43.8%;
    right: 28%;
}
.shopping-cart .sec_2 .body_preview .right .down_body .size_4 span {
    margin-bottom: 0;
}
/* دور ران */
.shopping-cart .sec_2 .body_preview .right .down_body .size_5 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 42%;
    top: 45%;
    right: 29%;
}
.shopping-cart .sec_2 .body_preview .right .down_body .size_5 span {
    margin-bottom: 0;
}
/* دور زانو */
.shopping-cart .sec_2 .body_preview .right .down_body .size_6 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 28%;
    top: 61%;
    right: 36%;
}
.shopping-cart .sec_2 .body_preview .right .down_body .size_6 span {
    margin-bottom: 0;
}
/* قد دامن ماهی */
.shopping-cart .sec_2 .body_preview .right .down_body .size_7 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 230%;
    top: 62%;
    right: -10%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .right .down_body .size_7 span {
    margin-bottom: 0;
}
/* دنباله دامن ماهی */
.shopping-cart .sec_2 .body_preview .left .down_body .size_7 {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    width: 250%;
    top: 64%;
    left: -30%;
    rotate: -90deg;
}
.shopping-cart .sec_2 .body_preview .left .down_body .size_7 span {
    margin-bottom: 0;
}