.mystore-cart{
    color: #666;
}
.cart-title {
    float: right;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 25px 15px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
}
.cart-title h1 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #6b808a;
}
.cart-title h1 i {
    float: right;
    margin-left: 10px;
    color: #ece8f8;
    -webkit-transform: scaleX(-1) rotate(0deg);
    transform: scaleX(-1) rotate(0deg);
    font-size: 60px;
}
.cart-title p {
    font-size: 13px;
    direction: rtl;
    margin-bottom: 0;
}
.cart-box {
    float: right;
    width: 100%;
    min-height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
}
.footer-2 {
    height: 60px;
}
.cart-box .title {
    float: right;
    width: 100%;
    height: 50px;
    line-height: 14px;
    padding: 15px 0 13px;
    text-align: center;
    background-color: #fcffe3;
    color: #4e6672;
    border-bottom: 1px solid #ecaa06;
}
.cart-box .title .detiles {
    width: 55%;
    height: 100%;
    float: right;
    justify-content: center;
    align-items: center;
}
.cart-box .title .number {
    width: 15%;
    height: 100%;
    float: right;
}
.cart-box .title .price1 {
    width: 15%;
    height: 100%;
    float: right;
}
.cart-box .title .price2 {
    width: 15%;
    height: 100%;
    float: right;
}
.cart-box .item {
    width: 100%;
    float: right;
    position: relative;
    display: flex;
}
.cart-box .item:last-child {
    border-bottom: none;
}
.cart-box .item:nth-child(even) {
    border-top: 1px solid #d9dfe2;
    border-bottom: 1px solid #d9dfe2;
}
.cart-box .detiles {
    width: 55%;
    height: 100%;
    float: right;
    display: flex;
}
.cart-box .detiles .right {
    width: 140px;
    float: right;
    padding: 7px;
}
.cart-box .detiles .right a {
    margin: 0 auto;
}
.cart-box .detiles .right a img {
    width: 100%;
}
.cart-box .detiles .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-box .detiles .left .name {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}
.cart-box .detiles .left .name h2 {

    font-size: 15px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
    line-height: 25px;
    margin: 0 0 5px 0;
    color: #4d4d4d;
}
.cart-box .detiles .left .name h3 {
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    margin: 0;
    color: #6d6d6d;
}
.other-information {
    display: flex;
    float: right;
    font-size: 13px;
}
.other-information span {
    margin-left: 15px;
}
.other-information span strong {
    margin-left: 7px;
    color: #607D8B;
}
.cart-box .number {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-box .number .number-in {
}
.cart-box .number .number-in .number-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-box .number .number-in .number-box input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 7px;
    line-height: 25px;
}
.cart-box .price1 {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cart-box .price1 .price {
}
.cart-box .price1 .price span:first-child {
    font-size: 16px;

}
.cart-box .price1 .price span:last-child {
    font-size: 11px;
}
.cart-box .price1 .off {
}
.cart-box .price1 .off span {
    font-size: 10px;
    color: #f80136;
}
.cart-box .price1 .off span:first-child {
    font-size: 11px;
}
.cart-box .price1 .off .Discount {
    font-size: 12px;

}
.cart-box .price2 {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-box .price2 .price {
}
.cart-box .price2 .price span:first-child {
    font-size: 17px;

}
.cart-box .price2 .price span:last-child {
    font-size: 11px;
}
.cart-box .delete {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    color: #9da3b1;
    cursor: pointer;
    transition: 0.2s;
}
.cart-box .delete:hover {
    color: #f80136;
}
.cart-box .number .number-in span {
    display: none;
}
.price-title {
    float: right;
    width: 50%;
    line-height: 50px;
    text-align: center;
    direction: rtl;
    display: none;
}
.pay-this {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    float: right;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
}
.final-price {
    width: 400px;
    float: right;
    direction: rtl;
    text-align: center;
}
.final-price .price1 {
    width: 100%;
    float: right;
    line-height: 50px;
}
.final-price .right {
    width: 50%;
    float: right;
}
.final-price .left {
    width: 50%;
    float: right;
    font-size: 12px;
}
.final-price .left span:first-child {
    font-size: 16px;
    margin-left: 7px;
}
.final-price .off {
    width: 100%;
    float: right;
    line-height: 30px;
    color: #f25356;
}
.final-price .price2 {
    width: 100%;
    float: right;
    line-height: 50px;
    color: #4caf50;
}
.mystore-cart .pay {
    width: calc(100% - 400px);
    direction: rtl;
    font-size: 13px;
    padding: 15px;
}
.mystore-cart .pay p {
    margin-bottom: 10px;
}
.mystore-cart .pay form {
    width: 100%;
    float: right;
    position: relative;
}
.mystore-cart .pay form input {
    width: 300px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #d0d7db;
    padding-right: 100px;
    line-height: 45px;
}
.mystore-cart .pay .check-the-code {
    background-color: #ECAA06;
    border: 1px solid #ECAA06;
    border-radius: 30px;
    padding: 0 20px;
    line-height: 32px;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 3px;
}
/*seller center store*/
 /*Copyright (C) 2018 codsaz - All Rights Reserved*/
/*mojtaba jahandoust*/
/*http://www.codsaz.com*/

.select-port {
    width: 386px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.select-port .top {
    float: right;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7dee2;
}
.select-port .top .item {
    margin-left: 30px;
}
.select-port .bottom {
    float: right;
    width: 100%;
    display: flex;
}
.select-port .bottom .item {
    margin-left: 30px;
}
/*------------------------------------------------------------------------*/

.mystore-cart .pay .pay-btn:hover {

}
.pages-links {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.pages-links .next-page {
    background-color: #ECAA06;
    border-radius: 3px;
    padding: 10px 25px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    transition: 0.1s;
    margin-bottom: 50px;
    width: 200px;
}
.back-to-shopping {
    background-color: #d7dee2;
    border-radius: 3px;
    padding: 10px 25px;
    color: #607D8B;
    text-align: center;
    font-size: 13px;
    transition: 0.1s;
    margin-bottom: 50px;
    width: 200px;
}
.back-to-shopping:hover {
    color: #fff;
    background-color: #969ba7;
}
.back-to-shopping:focus {
    color: #fff;
}













.user-info {
    float: right;
    width: 100%;
    margin-bottom: 25px;
    background-color: white;
    margin-top: 15px;
    padding: 15px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);

    background-position: right center;
    background-size: 700px;
    background-repeat: no-repeat;
}
.user-info .head h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    padding: 0 0 15px 0;
    font-size: 16px;
    color: #4e6672;
    border-bottom: 1px solid #ecaa06;
}
.user-info .head h3 i {
    font-size: 20px;
    margin-left: 10px;
    color: #ecaa06;
}
.user-info .info {
    padding: 25px 0;
}
.user-info .info span {
    float: right;
    margin-left: 150px;
    margin-bottom: 15px;
}
.user-info .info span strong {
    color: #495960;
    margin-left: 5px;
}
.user-info .info .item {
    width: 50%;
    padding: 7px 0 7px 15px;
    float: right;
}
.user-info .info .item span {
    margin: 0 0 0 15px;
    min-width: 60px;
}
.user-info .info .item input[type=text] {
    border: 1px solid #607D8B;
    padding: 5px 10px;
    border-radius: 5px;
    width: 250px;
}
.user-info .info .item select {
    border: 1px solid #607D8B;
    padding: 5px 10px;
    border-radius: 5px;
    width: 250px;
}
.user-info .info .item textarea {
     border: 1px solid #607D8B;
     padding: 5px 10px;
     border-radius: 5px;
    width: 250px;
}
.user-info .info .item button {
    background-color: #ECAA06;
    border: none;
    color: #fff;
    margin-top: 10px;
    padding: 6px 20px;
    font-weight: normal;
    border-radius: 30px;
}
.user-info .info p {
    text-align: center;
    margin-bottom: 30px;
}
.user-info .info a {
    padding: 7px 15px;
    background-color: #ECAA06;
    border-radius: 30px;
    color: white;
    position: relative;
    right: calc(50% - 62px);
}
.user-info .info a i {
    margin-left: 5px;
}
.user-info .footer {
    background: transparent;
    margin-top: 0;
}
.user-info .footer a ,.user-info .footer button {
    padding: 5px 15px;
    background-color: #ECAA06;
    color: #fff;
    border: none;
    font-weight: normal;
    float: left;
    border-radius: 30px;
}
.info button {
    padding: 5px 15px;
    background-color: #ECAA06;
    color: #fff;
    border: none;
    font-weight: normal;
    border-radius: 30px;
}
.address_products_slider {
    float: right;
    width: 100%;
    margin-bottom: 25px;
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.owl-carousel.owl-rtl .owl-item h4 {
    font-weight: normal;
    text-align: center;
}
.product-slider-title {
    font-size: 16px;
    color: #4e6672;
    border-bottom: 1px solid #ecaa06;
}
.product-slider-title i {
    font-size: 20px;
    margin-left: 10px;
    color: #ecaa06;
}


@media  only screen and (max-width: 990px) {
    .cart-box {
        background-color: transparent;
        box-shadow: none;
        border: none;
    }
    .cart-box .item {
        display: block;
        padding: 0 15px 15px 15px;
        margin-bottom: 10px;
        border-radius: 5px;
        background-color: white;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
        border: 1px solid #e4e4e4;
    }
    .cart-box .item:nth-child(even) {
        border: 1px solid #e4e4e4;
    }
    .cart-box .detiles .right, .cart-box .detiles .left {
        float: none;
    }
    .price-title, .price-title {
        display: block;
    }
    .cart-box .detiles {
        width: 100%;
        float: right;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #cdcdcd
    }
    .mystore-cart .pay {
        padding: 0;
        bottom: 8px;
    }
    .cart-box .number {
        width: 33.333%;
        float: right;
    }
    .cart-box .number .number-in {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cart-box .number .number-in span {
        display: block;
        line-height: 50px;
    }
    .cart-box .price1 {
        width: 33.333%;
        float: right;
        flex-direction: column;
    }
    .cart-box .price2 {
        width: 33.333%;
        float: right;
        flex-direction: column;
    }
    .mystore-cart .pay .price {
        padding: 4px 10px;
    width: calc(100% - 150px);
    margin: 0;
    }
    .mystore-cart .pay .price .right {
    float: right;
    margin-left: 10px;
    margin-bottom: 3px;
}
    .user-info .info span {
        margin-left: 0;
        width: 100%;
    }
    .user-info .info .item input[type=text], .user-info .info .item select, .user-info .info .item textarea {
        width: 100%;
    }
    .user-info .info .item {
        padding: 7.5px;
    }
    .cart-box .title {
        display: none;
    }
}




@media only screen and (max-width: 768px) {
    .cart-title h1 i {
        font-size: 40px;
    }
    .icons-sec, footer .links-sec .in .col-link {
        display: none;
    }
    .cart-box .number .number-in span, .price-title {
        font-size: 13px;
    }

    .final-price .right {
        text-align: right;
        padding-right: 15px;
    }
    .final-price .left {
        text-align: left;
        padding-left: 15px;
    }
    .user-info .info .item {
        width: 100%;
    }
    .pay-this {
        flex-direction: column;
    }
    .final-price {
        margin-bottom: 20px;
    }
    .final-price .right {
        padding-right: 0;
    }
    .final-price .left {
        padding-left: 0;
    }
    .select-port {
        width: 100%;
    }
    .select-port .top {
        display: block;
    }
    .select-port .top .item {
        float: right;
    }
    .select-port .bottom {
        display: block;
    }
    .select-port .bottom .item {
        float: right;
    }
    /*.pages-links {*/
    /*    flex-direction: column-reverse;*/
    /*}*/
    .pages-links .next-page {
        width: 150px;
        padding: 10px 5px;
        /*    position: fixed;*/
        /*    bottom: 0;*/
        /*    left: 0;*/
        /*    border-radius: 0;*/
        /*    z-index: 2;*/
        /*    margin-bottom: 0;*/
    }
    .back-to-shopping {
        padding: 10px 5px;
        width: 150px;
    }
    .final-price {
        width: 100%;
    }
    .mystore-cart .pay {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .cart-box .detiles {
        flex-direction: column;
        align-items: center;
    }
    .cart-box .detiles .left {
        width: 100%;
    }
    .other-information {
        flex-direction: column;
    }
    .cart-box .number {
        width: 100%;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 15px;
    }
    .cart-box .price1, .cart-box .price2 {
        width: 50%;
    }
}