#checkout-cart{ margin:35px 0 50px 0; }
#checkout-cart .row {
    padding: 50px 0;
    max-width: 1530px;
}

#checkout-cart .cprds {
    width: calc(100% - 360px);
    margin-right: 10px;
}

.cprdsc {
    width: 100%;
    border-radius: 1px;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fff;
}

.cprdsc h3 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}

.cprds .cprd {
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    flex-flow: row;
}

.cprds .cprd .cvr {
    width: 100px;
}

.cprds .cprd .cvr img {
    max-height: 80px;
    max-width: 80px;
}

.cprds .cprd:last-child {
    border-bottom: none;
}

.cprds .cprd .inf {
    flex-grow: 1;
    position: relative;
}

.cprds .cprd .infc {
    display: flex;
    justify-content: space-between;
}

.cprds .cprd .infcc {
    flex-grow: 1;
    padding-top: 6px;
}

.cprds .cprd .infc {
    display: flex;
    justify-content: space-between;
}

.cprds .cprd .infcc a {
    font-size: 15px;
}

.cprds .cprd .infcc p {
    font-size: 13px;
    color: #6c6c6c;
    padding: 0;
    margin: 6px 0 3px 0;
}
.cprds .cprd .infcc small{font-size: 13px;}
.cprds .avl {
    margin: 20px 0 0 0;
    position: relative;
    padding: 0 30px 0 0;
    color: #6c6c6c;
    font-weight: 300;
    z-index: 1;
    position: relative;
}

.cprds .avl p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.cprds .remove-button {
    border: none;
    background: transparent;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    padding: 7px;
}

.cprds .remove-button img:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
.cprds .cprd .infc .qty {
    padding: 0 10px;
}

.cprds .cprd .infc .qtyc {
    padding: 0 22px;
    position: relative;
}

.cprds .cprd .infc .qtyc input {
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    height: 42px;
    width: 50px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
}

.cprds .cprd .infc .qtyc span {
    position: absolute;
    top: 50%;
    height: 42px;
    width: 18px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 25px;
    line-height: 42px;
    font-weight: 300;
    text-align: center;
    color: #a1a1a1;
    transition: ease 0.25s;
}

.cprds .cprd .infc .qtyc span.plus {
    right: 0;
}

.cprds .cprd .infc .qtyc span.minus {
    left: 0;
}

.cprds .cprd .prcs {
    padding: 15px 0 0 15px;
    min-width: 80px;
    text-align: right;
}

.cprds .cntshp {
    margin: 20px 0 0 0;
    padding: 16px 40px 16px 40px;
    border-radius: 1px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    background: #fff;
    font-size: 13px;
    position: relative;
}

.cprds .cntshp:before {
    content: '';
    position: absolute;
    border-left: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    height: 7px;
    width: 7px;
    top: 22px;
    left: 18px;
    transform: translateY(-50%) rotate(-45deg);
}

.smmr {
    width: 350px;
    padding: 5px 10px 0 10px;
    box-sizing: border-box;
}

.smmr > h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}

.smmr .coupon-module {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.smmr .coupon-module label {
    display: none;
}

.smmr .coupon-module h4 {
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    transition: ease 0.2s;
}

.smmr .coupon-module h4:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 12px;
    top: 50%;
    right: 10px;
    background: #b1b1b1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.smmr .coupon-module h4:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 1px;
    top: calc(50% - 6px);
    right: 16px;
    background: #b1b1b1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.smmr .coupon-module .coupon-form {
    display: none;
    margin: 25px 0 10px 0;
    position: relative;
    transition: ease 0.25s;
}

.smmr .coupon-module .coupon-form.active {
    display: flex;
    align-items: center;
}

.smmr .coupon-module.active h4:after {
    display: none;
}

.smmr .coupon-module .coupon-form input {
    flex-grow: 1;
    border: 1px solid #f1f1f1;
    padding: 10px 45px 10px 10px;
    line-height: 22px;
    margin: 0;
    background: transparent;
    box-sizing: border-box;
    font-size: 13px;
}

#button-coupon {
    height: 28px;
    width: 28px;
    display: inline-block;
    border: none;
    position: relative;
    border-radius: 2px;
    font-size: 0;
    background: transparent;
}

#button-coupon:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #1a2f33;
    border-top: 2px solid #1a2f33;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 6px;
    transition: ease 0.25s;
}

#button-coupon:hover:after {
    border-right: 2px solid #E58655;
    border-top: 2px solid #E58655;
}

.smmr .ttls {
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
    list-style: none;
    border-radius: 1px;
}

.smmr .ttls li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 13px;
}

.smmr .ttls li strong{
   font-weight: 700;
    font-size: 14px;
}

#proceed {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background: var(--primary-color);
    color: #fff;
    font-weight: 500;
    margin: 20px 0 20px 0;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    transition: 0.2s ease-in-out;
    border-radius: 25px;
}

#proceed:hover {
    background: var(--primary-color-hover);
}

.cprds .cntshp:hover {
    color: #fff;
    background: #1a2f33;
}

#cart .cprds .avl strong {
    font-weight: 400;
}

.stock-instock {
    font-weight: 500;
    color: #1d731d;
}

.alert-danger {
    color: red;
    padding-bottom: 10px;
}

@keyframes shake {
  0% { transform:  rotate(0deg); }
  20% { transform:  rotate(-10deg); }
  40% { transform:  rotate(10deg); }
  60% { transform:  rotate(0deg); }
  80% { transform:  rotate(-10deg); }
  100% { transform: rotate(10deg); }
}
@media screen and (max-width: 1024px) {
    .cprds .cprd .infc{
        justify-content: flex-start;
        flex-wrap: wrap;
        order: 2;
    }
    .cprds .cprd .infcc{
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 12px;
    }
    .cprds .cprd .prcs{flex-grow: 1;}
    .cprds .avl{margin-top: 20px; order: 1;}
    .cprds .remove-button{ bottom: 45px;}
}
@media screen and (max-width: 768px) {
    #checkout-cart .cprds{width: 100%; margin-right: 0;flex-flow: column-reverse;display: flex}
    .smmr{margin-top: 40px; width: 100%; max-width: 480px;}
}
@media screen and (max-width: 480px) {
    .cprds .cprd{
        flex-wrap: wrap;
    }
}

