.cart-pop .modal {
    transition: all .7s ease
}

.cart-pop .modal.show .modal-dialog {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    bottom: 0;
    right: 0;
    margin: 0;
    transform: translateX(0)
}

.cart-pop .modal .modal-dialog {
    transition: all .7s ease;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -500px;
    z-index: 9998;
    width: 517px;
    max-width: 80%;
    transform: translateX(100%)
}

.cart-pop .modal.fade .modal-dialog {
    -webkit-transition: all .7s ease!important;
    transform: inherit!important
}

.cart-pop .modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    height: 100vh
}

.cart-pop .modal .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    padding: 35px 0;
    border: none
}

.cart-pop .modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 26px;
    font-weight: 800
}

.cart-pop .modal .modal-dialog .modal-content .modal-header .btn-close {
    position: absolute;
    transition: all .2s ease;
    z-index: 1;
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    left: -25px;
    opacity: 1;
    top: 33px;
    font-size: 14px
}

.cart-pop .modal .modal-dialog .modal-content .modal-header .nasa-sidebar-close:before {
    content: "\79";
    font-family: nasa-font
}

.cart-pop .modal .modal-dialog .modal-content .modal-header .btn-close:hover {
    color: fff;
    background-color: #fe4d01
}

.cart-pop .modal .modal-dialog .modal-content .cart-content {
    flex: 1 1 auto;
    align-items: stretch;
    justify-content: space-between;
    height: 74%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 80px 0 80px;
    padding: 0 83px;
    max-height: 350px
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul {
    padding: 0
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul hr {
    padding: 0;
    background-color: #b5b5b5
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li {
    list-style: none;
    position: relative;
    margin: 8px 0
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item {
    display: flex;
    margin-bottom: 15px
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .img-set {
    width: 24%
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show {
    width: 65%;
    margin-left: 15px;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show a{
    
text-decoration: none;
}
.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show .size-sh,.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show a {
    color: #333;
    font-weight: 700;
    font-size: 16.2px;
    line-height: 21px;
    display: block
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .remove-bt {
    position: absolute;
    right: 0;
    top: -6px
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .remove-bt button {
    border: none;
    background: no-repeat;
    font-size: 14px;
    background: #d9d9d9;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    justify-content: center
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show .def-number-input {
    width: 106px;
    display: flex;
    background-color: #fff;
    /* margin-top: 10px; */
    align-items: center;
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show .def-number-input .ad-qty {
    height: 32px;
    display: inline-block;
    /* float: left; */
    /* line-height: 29px; */
    width: 32px;
    border: 1px solid #ccc;
    text-align: center;
    color: #ff1d1d;
    font-size: 22px;
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show .def-number-input .ad-btn {
    display: flex;
    height: 16px;
    width: 28px;
    border: 1px solid #ccc;
    line-height: 14px;
    justify-content: center;
    font-size: 13px
}
.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show .def-number-input .quantity {
  
width: 40px;
  
height: 32px;
  
border-radius: 0;
  
border: #bebebe 1px solid;
  
text-align: center;
  
padding-left: 14px;
  
display: block;
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show .price {
    /* float: left; */
    /* margin-top: 18px; */
    margin-left: 14px;
    font-size: 18px;
}

.cart-pop .modal .modal-dialog .modal-content .cart-content ul li .cart-item .text-show .price i {
    font-size: 12px
}

.cart-pop .modal .modal-dialog .modal-content .cart-footer {
    flex: 0 0 auto;
    padding: 26px 83px 34px 83px;
    display: flex;
    flex-direction: column
}

.cart-pop .modal .modal-dialog .modal-content .cart-footer .sub-total {
    border-top: 1px solid #e1e1e1;
    padding: 8px 0;
    display: flex;
    justify-content: space-between
}

.cart-pop .modal .modal-dialog .modal-content .cart-footer .sub-total span {
    font-size: 17px;
    font-weight: 600;
    color: #333
}

.cart-pop .modal .modal-dialog .modal-content .cart-footer .view-cart {
    border: none;
    background-color: #fe4d01;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 0;
    margin-bottom: 13px;
    transition: all .2s ease;
    text-align: center
}

.cart-pop .modal .modal-dialog .modal-content .cart-footer .view-cart:hover {
    background-color: #ff6626
}

.cart-pop .modal .modal-dialog .modal-content .cart-footer .checkout {
    border: none;
    background: #777;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 0;
    margin-bottom: 6px;
    transition: all .2s ease;
    text-align: center
}

.cart-pop .modal .modal-dialog .modal-content .cart-footer .checkout:hover {
    background: #333
}

.cart-pop .modal .modal-dialog .modal-content .cart-empty {
    display: block
}

.cart-pop .modal .modal-dialog .modal-content .cart-empty .img-set {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61vh
}

.cart-pop .modal .modal-dialog .modal-content .cart-empty .img-set img {
    width: 50%
}

.view-cart {background-color: #f7f7f7;padding: 34px 0px;}

.view-cart .item-show {margin: 0px auto;width: 88%;background-color: #fff;padding: 14px 28px;}
.view-cart .item-show h2 {
    font-size: 17px;
    border-bottom: #d0d0d0 1px solid;
    padding: 9px 0px;
    margin-bottom: 16px;
    color: #28a745;
}

.view-cart .item-show .cart-list ul {
    padding: 0
}

.text-red-700 {
    color: red;
    font-size: 14px
}

.text-green-700 {
    color: green;
    font-size: 14px
}

.view-cart .item-show .cart-list ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #cecece;
    margin-bottom: 9px;
    border-radius: 5px;
    overflow: hidden
}

.view-cart .item-show .cart-list ul li .img-set {
    width: 17%
}

.view-cart .item-show .cart-list ul li .product-dtl {
    padding-left: 12px;
    display: flex;
    width: 83%;
    justify-content: space-around
}

.view-cart .item-show .cart-list ul li .product-dtl .action-cover {
    width: 77%
}

.view-cart .item-show .cart-list ul li .product-dtl .action-cover h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #4b4b4b
}

.view-cart .item-show .cart-list ul li .product-dtl .action-cover p {
    font-size: 13px;
    color: #4b4b4b;
    margin: 0 0 7px
}

.view-cart .item-show .cart-list ul li .product-dtl .action-cover .action {
    display: flex;
    align-items: center
}

.view-cart .item-show .cart-list ul li .product-dtl .action-cover .action .size-qty {
    margin-right: 14px;
    font-size: 13px;
    color: #4b4b4b
}

.view-cart .item-show .cart-list ul li .product-dtl .action-cover .action .size-qty .btn {
    border: 1px solid #b5b5b5;
    padding: 3px 9px;
    border-radius: 4px;
    font-size: 12px;
    background: no-repeat;
    color: #607d8b;
    margin-left: 8px
}

.view-cart .item-show .cart-list ul li .product-dtl .action-cover .block-earliest {
    font-size: 13px;
    margin-top: 8px;
    display: block
}

.view-cart .item-show .cart-list ul li .product-dtl .price {
    text-align: right
}

.view-cart .item-show .cart-list ul li .product-dtl .price h4 {
    font-size: 16px;
    margin: 0
}

.view-cart .item-show .cart-list ul li .product-dtl .price .real {
    font-size: 20px;
    font-weight: 500;
    color: #4b4b4b
}

.view-cart .item-show .cart-list ul li .product-dtl .price .cut {
    font-size: 13px;
    text-decoration: line-through;
    color: #9a9a9a
}

.view-cart .item-show .cart-list ul li .product-dtl .price .off {
    color: #4caf50;
    font-size: 13px;
    display: block
}

.view-cart .item-show .cart-list ul li .product-dtl .price .save-later {
    border: none;
    font-size: 18px;
    margin-top: 7px;
    border-radius: 25px;
    line-height: 25px;
    padding: 3px 7px;
    background: #f1f1f1;
    color: #3c3c3c;
    margin-left: 9px
}
.cart-pop-action {
 
    align-items: center
}

.cart-pop-action .modal-dialog {
    width: 31%
}

.cart-pop-action .modal-dialog .modal-header .modal-title {
    font-size: 14px
}

.cart-pop-action .modal-dialog .modal-body {
    padding: 12px 18px
}

.cart-pop-action .modal-dialog .modal-body .select-ara {
    display: flex;
    flex-wrap: wrap;
    padding: 28px 0
}

.cart-pop-action .modal-dialog .modal-body .select-ara a {
    width: 48px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
    color: #959595;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 7px
}

.cart-pop-action .modal-dialog .modal-body .select-ara a.active {
    border: 1px solid #f0eeee;
    color: #fff;
    background-color: #4caf50
}

.cart-pop-action .modal-dialog .modal-footer .btn {
    background: #ff3d00;
    border: none;
    border-radius: 4px
}

.cart-pop-action .modal-dialog .modal-body .select-coupon {
    position: relative;
    border-bottom: 1px solid #dad4d4;
    margin-bottom: 18px
}

.cart-pop-action .modal-dialog .modal-body .select-coupon input {
    width: 100%;
    height: 50px;
    margin: 17px 0;
    outline: none;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    padding: 0 15px
}

.cart-pop-action .modal-dialog .modal-body .select-coupon button {
    position: absolute;
    right: 6px;
    border: none;
    background: no-repeat;
    top: 28px;
    color: #2a9f52
}

.cart-pop-action .modal-dialog .modal-body .all-coupons h3 {
    font-size: 14px;
    margin-bottom: 13px
}

.cart-pop-action .modal-dialog .modal-body .all-coupons ul {
    padding: 0 9px;
    height: 200px;
    overflow: auto
}

.cart-pop-action .modal-dialog .modal-body .all-coupons ul li {
    list-style: none;
    border: 1px solid #d6d6d6;
    margin-bottom: 12px;
    padding: 6px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cart-pop-action .modal-dialog .modal-body .all-coupons ul li .coupon-no h4 {
    background: #cff8c4;
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    margin: 0 0 7px
}

.cart-pop-action .modal-dialog .modal-body .all-coupons ul li .coupon-no p {
    margin: 0;
    font-size: 12px;
    color: #616060
}

.cart-pop-action .modal-dialog .modal-body .all-coupons ul li button {
    font-size: 12px;
    background: no-repeat;
    color: #f44336;
    border: 1px solid #ff3d00;
    border-radius: 13px;
    padding: 4px 10px
}

.cart-pop-action .modal-dialog .modal-body .delivery-type-pop .custom_radio input[type=radio] {
    display: none
}

.cart-pop-action .modal-dialog .modal-body .delivery-type-pop .custom_radio input[type=radio]+label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1em;
    transition: all .3s ease-in-out;
    margin: 8px 0;
    border: 1px solid #dcdcdc;
    padding: 20px 42px;
    width: 100%;
    background: #fff;
    color: #5a5454
}

.cart-pop-action .modal-dialog .modal-body .delivery-type-pop .custom_radio input[type=radio]+label:after,.cart-pop-action .modal-dialog .modal-body .delivery-type-pop .custom_radio input[type=radio]+label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-family: Times;
    border-radius: 50%;
    transition: all .3s ease;
    top: 15px;
    left: 11px
}

.cart-pop-action .modal-dialog .modal-body .delivery-type-pop .custom_radio input[type=radio]+label:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 .2em #fff,inset 0 0 0 1em #fff;
    top: 15px;
    left: 11px;
    border: 1px solid #e5e5e5
}

.cart-pop-action .modal-dialog .modal-body .delivery-type-pop .custom_radio input[type=radio]+label:hover:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 .3em #fff,inset 0 0 0 1em #c6c6c6;
    top: 15px;
    left: 11px
}

.cart-pop-action .modal-dialog .modal-body .delivery-type-pop .custom_radio input[type=radio]:checked+label:before {
    transition: all .3s ease;
    box-shadow: inset 0 0 0 .2em #fff,inset 0 0 0 1em #4caf50;
    top: 15px;
    left: 11px
}

.view-cart .item-show table {
}
.view-cart .item-show table tr {
}
.view-cart .item-show table th {
    font-size: 13px;
    color: #73a00e;
}
.view-cart .item-show table td {
    vertical-align: middle;
    padding: 8px 7px;
}
.view-cart .item-show table td .quantity {
    width: 87% !important;
    /* font-size: 12px; */
    display: flex;
    /* text-align: center; */
    margin: 0 auto;
}
.view-cart .item-show table td .quantity .count {
    line-height: 33px;
    font-size: 15px;
    width: 24%;
    background-color: #fff;
    border: #cecece 1px solid;
    /* float: left; */
    display: inline-block;
    text-align: center;
    padding: 0;
    padding-left: 13px;
}
.view-cart .item-show table td .quantity .minus {
    /* background: none; */
    /* top: 53%; */
    border: none;
    /* display: inline-block; */
    width: 34px;
    height: 37px;
    background-color: #ded8d8;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 34px;
}
.view-cart .item-show table td .quantity .plus  {
    /* background: none; */
    /* border: none; */
    /* -webkit-box-shadow: 0px 0px 0px #000; */
    /* box-shadow: 0px 0px 0px #000; */
    width: 34px;
    height: 37px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    background-color: #ded8d8;
}
.view-cart .item-show table td .quantity .minus i {
    border-width: 5px 5px;
    right: 2px;
    left: inherit;
}
.view-cart .item-show table td .quantity .plus i {
    border-width: 5px 5px;
    right: 2px;
    left: inherit;
}


.view-cart .item-show table .pro-name {
    font-size: 13px;
    color: #7f7f7f;
}
.view-cart .item-show table .price {
}
.view-cart .item-show table .remo {
    text-align: center;
}
.view-cart .item-show .clear-all {
}
.view-cart .item-show .clear-all button {
    border: none;
    background-color: #28a745;
    color: #fff;
    font-size: 14px;
    padding: 6px 27px;
}
.view-cart .item-show table .remo i {
    text-align: center;
    font-size: 25px;
    color: #fd663e;
}
.view-cart .carttotal-show {
    background-color: #ffffff;
    border: #d4d4d4 1px solid;
    border-radius: 4px;
    overflow: hidden;
}
.view-cart .carttotal-show h2 {
    background: #880836;
    font-size: 17px;
    color: #ffffff;
    padding: 8px 18px;
    margin: 0;
    background-image: linear-gradient(to bottom right, #b81119, #61004d);
}

.view-cart .carttotal-show .apply-coupon {
    padding: 8px 16px;
    border-bottom: #dddbdb 1px solid;
}
.view-cart .carttotal-show .apply-coupon .form-group {
}

.view-cart .carttotal-show .apply-coupon .form-group label {
    font-size: 12px;
}
.view-cart .carttotal-show .apply-coupon .form-group .form-control {
    width: 70%;
    height: 30px;
    border-radius: 0px;
    border: none;
    float: left;
    border: #dadada 1px solid;
}
.view-cart .carttotal-show .apply-coupon .form-group button {
    border: none;
    font-size: 12px;
    padding: 6px 25px;
    background-color: #ffc107;
    color: #fff;
}
.view-cart .carttotal-show ul {
    padding: 0;
    margin: 0;
}
.view-cart .carttotal-show ul li {
    list-style-type: none;
    padding: 4px 18px;
    /* border-bottom: #ccc7c7 1px solid; */
    font-size: 13px;
}
.view-cart .carttotal-show ul li span{
 float: right;
}
.view-cart .carttotal-show .cart-total {
    padding: 9px 17px;
    font-size: 15px;
    font-weight: 600;
    color: #202020;
    border-bottom: #ccc7c7 1px solid;
    border-top: #ccc7c7 1px solid;
}
.view-cart .carttotal-show .cart-total .price-to {
    float: right;
}
.view-cart .carttotal-show .cart-process {
    text-align: center;
    /* padding: 18px 0px; */
}
.view-cart .carttotal-show .cart-process p {
    font-size: 12px;
}
.view-cart .carttotal-show .cart-process .process-btn {
    border: 0;
    background-color: #fd9411;
    color: #fff;
    padding: 8px 42px;
    border-radius: 4px;
    width: 93%;
    font-size: 15px;
    display: block;
    margin: 13px auto;
}

.view-cart .carttotal-show .cart-process .apply-coupon{
  padding: 11px 10px;
}
.view-cart .carttotal-show .cart-process .apply-coupon button{
  width: 100%;
  border: none;
  background-color: #ffead3;
  padding: 8px 11px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-cart .carttotal-show .cart-process .apply-coupon button span{
  
}
.view-cart .carttotal-show .cart-process .apply-coupon button i{
  
}


