:root {
    scroll-behavior: smooth;
    --wph-plms-primary-color: rgb(71, 175, 214);
    --wph-plms-secondary-color: #d0ebf4;
    --wph-plms-yellow-color: #ebd244;
    --wph-plms-main-black-color: #232323;
    --wph-plms-secondary-black-color: #313131;
    --wph-plms-gray-color: rgba(170, 170, 170, 0.65);
    --wph-plms-secondary-gray-color: #757575;
    --wph-plms-green-color: #8fea58;
    --wph-plms-dark-green-color: #4ac64c;
    --wph-plms-red-color: #ea1f2d;
}

/*Resets*/
#plms-cart-wrapper.plms-cart-wrapper li, #plms-cart-wrapper a, #plms-cart-wrapper h1, #plms-cart-wrapper h2, #plms-cart-wrapper h3, #plms-cart-wrapper h4, #plms-cart-wrapper h5, #plms-cart-wrapper h6, #plms-cart-wrapper ul, #plms-cart-wrapper label, #plms-cart-wrapper button, #plms-cart-wrapper input {
    margin: 0;
    padding: 0;
}


.plms-whole-cart-container {
    display: flex;
    justify-content: center;
}


.wph-plms-cart-items-part {
    flex: 2.5;
}

.wph-plms-cart-summary-part {
    flex: 1;
}

#plms-cart-wrapper button {
    text-decoration: none;
}


#plms-cart-wrapper ul {
    list-style: none;
}

/*End resets*/
#plms-cart-wrapper.plms-cart-wrapper * {
    /*font-family: PlmsVazir;*/
}

/*Corrections**************************************************/
#plms-apply-cart-coupon {
    background-color: var(--wph-plms-primary-color);
}

div.plms-input-with-submit-wrapper {
    position: relative;
}

div.plms-input-with-submit-wrapper input.plms-input-part {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    /*padding: 7px !important;*/
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    height: 30px;
    padding-right: 10px !important;
    background-color: rgba(31, 30, 31, 0.04);
}

div.plms-input-with-submit-wrapper input.plms-input-part::placeholder {
    font-size: 12px;
}

.plms-cart-sub-section-title::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: rgba(0, 115, 182, 0.16);
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: middle;
}

div.plms-input-with-submit-wrapper button.plms-button-part {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    left: 0;
    background: #d1095e;
    color: #fff;
    outline: none;
    margin: 0;
    border-radius: 100px;
    z-index: 2;
    width: 67px;
}

.plms-input-with-submit-wrapper, .plms-cart-coupon-form {
    width: 100%;
}


/*for coupon form*/
/*form#plms-cart-coupon-form {*/
/*    display: flex;*/
/*    width: 90%;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*#plms-cart-wrapper div#applied-coupon-wrapper {*/
/*    display: flex;*/
/*    width: 90%;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*}*/

/*input#plms-coupon-code {*/
/*    width: 60%;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    height: 30px;*/
/*}*/

/*button#plms-apply-cart-coupon {*/
/*    padding: 7px;*/
/*    font-size: 14px;*/
/*    border: 0;*/
/*    outline: 0;*/
/*    color: #fff;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-right: 7px;*/
/*}*/

/*button#plms-remove-cart-coupon {*/
/*    padding: 7px;*/
/*    font-size: 14px;*/
/*    border: 0;*/
/*    outline: 0;*/
/*    color: #fff;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-right: 7px;*/
/*    background-color: var(--wph-plms-red-color);*/
/*}*/

/*end for coupon form*/

/*End Corrections**************************************************/


section {
    margin-top: 10px;
    margin-bottom: 10px;
}

#plms-cart-wrapper.plms-cart-wrapper {
    /*min-width: 95vw !important;*/
    position: relative;
}

/* #plms-cart-wrapper.plms-cart-wrapper #plms-empty-cart-elements-wrapper.plms-empty-cart-elements-wrapper {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
} */


#plms-empty-cart-elements-wrapper.plms-empty-cart-elements-wrapper, #plms-needs-login-cart-elements-wrapper.plms-needs-login-cart-elements-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#plms-empty-cart-elements-wrapper.plms-empty-cart-elements-wrapper p, #plms-needs-login-cart-elements-wrapper.plms-needs-login-cart-elements-wrapper p {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdece9;
    color: #e84c3d;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    width: 90%;
}




/* start main_cart-step-a */
#plms-cart-wrapper .main_cart-step-a {
    display: block;
}


#plms-cart-wrapper .cart_alert {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    /*min-height: 4rem;*/
    width: 98%;
    font-size: 15px;
}

.plms-display-none {
    display: none;
}


#plms-cart-wrapper .main_cart-step-a .cart_container .cart_alert i {
    margin-left: 10px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_alert :is(i,p) {
    font-size: 11px;
    color: var(--wph-plms-gray-color);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    /*border-radius: var(--border-radius);*/
    /*margin-top: 10px;*/
    /*padding: 10px 0;*/
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_products-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_products-title h4 {
    font-size: var(--font-size-general);
    padding-right: 6%;
    position: relative;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_products-title h4::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    background-color: var(--wph-plms-primary-color);
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_products-title p {
    padding-left: 6%;
    font-size: var(--font-size-mini);
}

/*#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    padding: 10px 0;*/
/*    width: 88%;*/
/*    margin-right: 6%;*/
/*    margin-left: 6%;*/
/*    !*border-bottom: 2px dashed #959595;*!*/
/*}*/

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 98%;
    /*border-bottom: 2px dashed #959595;*/
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 15px;
    margin-bottom: 2%;
}


#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item:last-child {
    /*border-bottom: unset;*/
    /*margin-bottom: unset;*/
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_img {
    /*width: 40%;*/
    flex: 1.5;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5%;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_img .plms-cart-item-title {
    font-size: 15px;
}

.plms-cart-item-caption {
    color: #5d5d5d;
}

.delete-plms-cart-item svg.plms-cart-delete-icon-svg {
    width: 24px;
    height: 24px;
    color: var(--wph-plms-red-color);
}


#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_img a {
    text-decoration: none;
}

#plms-cart-wrapper .plms-cart-item-inner-info {
    position: relative;
    display: flex;
    align-items: center;
}

.plms-cart-item-inner-info::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: var(--wph-plms-primary-color);
    position: absolute;
    border-radius: 3px;
    margin-right: -7px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details {
    /*width: 30%;*/
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 7px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details li a.plms-cart-item-title-link {
    text-decoration: none;
}


#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details li {
    margin-bottom: 0;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details li:last-child {
    margin-top: auto;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details li h5 {
    font-size: var(--font-size-mini);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details li span.cart-item-title {
    font-size: 18px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details li p {
    font-size: 14px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details li p span {
    color: var(--wph-plms-red-color);
    font-weight: bold;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_features {
    /*width: 50%;*/
    flex: 0.5;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_features .item_number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    margin-bottom: 10px;
}

.main_cart-step-a .cart_container .cart_products .cart_product-item .item_features .item_number .number {
    border: 1px solid #c2c2c2;
    width: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 25px;
    border-radius: 3px;
}

.main_cart-step-a .cart_container .cart_products .cart_product-item .item_features .item_number .number :is(i,span) {
    font-size: var(--font-size-middle);
}

.main_cart-step-a .cart_container .cart_products .cart_product-item .item_features .item_number .number i:hover {
    color: var(--wph-plms-red-color);
    cursor: pointer;
}

.main_cart-step-a .cart_container .cart_products .cart_product-item .item_features .item_number .trash i {
    font-size: var(--font-size-middle);
}

.main_cart-step-a .cart_container .cart_products .cart_product-item .item_features .item_number .trash i:hover {
    color: var(--wph-plms-primary-color);
    cursor: pointer;
}

.main_cart-step-a .cart_container .cart_products .cart_product-item .item_features > div:last-child {
    width: 35%;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_features > div:last-child p {
    font-size: var(--font-size-middle);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_features > div:last-child p span {
    color: var(--color-6);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_features .delete-item-cart-img {
    width: 50%;
}

/*#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_img img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: var(--border-radius);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_forms, .main_cart-step-b .cart_container .cart_forms {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_forms h5 {
    font-size: var(--font-size-mini);
    margin-bottom: 15px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_forms span.plms-cart-price-field {
    font-size: var(--font-size-middle);
    margin-bottom: 15px;
    font-weight: bold;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_forms span.plms-cart-price-field.final-price {
    font-size: var(--font-size-general);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_forms span.plms-cart-price-field span {
    color: var(--wph-plms-red-color);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_forms select#plms-cart-payment-gateway {
    font-size: 15px;
    width: 50%;
    text-align: center;
    height: 30px;
}

.plms-cart-payment-gateway label {
    cursor: pointer;
}

.plms-gateway-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.plms-gateway-option:hover {
    background-color: rgba(112, 112, 112, 0.05);
}

.plms-gateway-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.plms-gateway-label {
    font-size: var(--font-size-middle);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-top, .main_cart-step-b .cart_container .cart_form-top, #plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-element {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 20px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-top h5, .main_cart-step-b .cart_container .cart_form-top h5 {
    font-size: var(--font-size-mini);
    margin-bottom: 15px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-top h5 span, .main_cart-step-b .cart_container .cart_form-top h5 span {

}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-top div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#plms-cart-wrapper .main_cart-step-b .cart_container .cart_form-top div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    /*border-bottom: 1px solid var(--color-7);*/
    margin-bottom: 20px;
}

.main_cart-step-b .cart_container .cart_form-top div:nth-child(3) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.main_cart-step-b .cart_container .cart_form-top div:nth-child(3) p {
    font-size: var(--font-size-middle);
}

.main_cart-step-b .cart_container .cart_form-top div:nth-child(3) a {
    font-size: var(--font-size-middle);
    text-align: left;
    color: var(--color-6);
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-top div p, .main_cart-step-b .cart_container .cart_form-top div p {
    font-size: var(--font-size-middle);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-top div span, .main_cart-step-b .cart_container .cart_form-top div span {
    font-size: var(--font-size-middle);
    color: var(--color-6);
}

#plms-cart-wrapper #plms-go-to-checkout-btn {
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom, .main_cart-step-b .cart_container .cart_form-bottom {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 20px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul, .main_cart-step-b .cart_container .cart_form-bottom ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li, .main_cart-step-b .cart_container .cart_form-bottom ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-7);
    margin-bottom: 20px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li div, .main_cart-step-b .cart_container .cart_form-bottom ul li div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li div h5, .main_cart-step-b .cart_container .cart_form-bottom ul li div h5 {
    font-size: var(--font-size-mini);
    font-weight: bold;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li div h5 span, .main_cart-step-b .cart_container .cart_form-bottom ul li div h5 span {
    color: var(--wph-plms-red-color);
}

.main_cart-step-b .cart_container .cart_form-bottom ul li div p {
    font-size: var(--font-size-mini);
    margin-top: 0;
    color: #000;
    font-weight: bold;
}

.main_cart-step-b .cart_container .cart_form-bottom ul li div p span {
    /*color: var(--color-6);*/
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li p, .main_cart-step-b .cart_container .cart_form-bottom ul li p {
    /*color: var(--color-7);*/
    margin-top: 20px;
    font-size: var(--font-size-mini);
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li a, .main_cart-step-b .cart_container .cart_form-bottom ul li a {
    background-color: var(--wph-plms-primary-color);
    color: #fff;
    border-radius: var(--border-radius);
    width: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li a :is(i,span), .main_cart-step-b .cart_container .cart_form-bottom ul li a :is(i,span) {
    font-size: 18px;
    color: #fff;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li a i {
    margin-left: 10px;
    transform: rotate(180deg);
}

.main_cart-step-b .cart_container .cart_form-bottom ul li a i {
    margin-left: 10px;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li:last-child, .main_cart-step-b .cart_container .cart_form-bottom ul li:last-child {
    border-bottom: unset;
    margin-bottom: unset;
    padding-bottom: unset;
}

#plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-bottom ul li:last-child h5 span, .main_cart-step-b .cart_container .cart_form-bottom ul li:last-child h5 span {
    font-size: var(--font-size-general);
    color: var(--wph-plms-red-color);
}

/* end main_cart-step-a */

/* start main_cart-step-b */
.main_cart-step-b {
    display: none;
}

.main_cart-step-b .cart_container .delivery_address {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

.main_cart-step-b .cart_container .box_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.main_cart-step-b .cart_container .box_title h4 {
    font-size: var(--font-size-general);
    padding-right: 6%;
    position: relative;
}

.main_cart-step-b .cart_container .box_title h4::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 4px;
    background-color: var(--wph-plms-primary-color);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.main_cart-step-b .cart_container .delivery_address .delivery_address-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
}

.main_cart-step-b .cart_container .delivery_address .delivery_address-content div {
    width: 80%;
}

.main_cart-step-b .cart_container .delivery_address .delivery_address-content div h5 {
    font-size: var(--font-size-middle);
    font-weight: bold;
}

.main_cart-step-b .cart_container .delivery_address .delivery_address-content div p {
    font-size: var(--font-size-middle);
    /*color: var(--color-7);*/
    margin-top: 4px;
}

.main_cart-step-b .cart_container .delivery_address .delivery_address-content a {
    width: 20%;
    /*color: var(--color-6);*/
    font-size: var(--font-size-middle);
    font-weight: bold;
    text-align: end;
}

.main_cart-step-b .cart_container .basket_items {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

.main_cart-step-b .cart_container .basket_items .box_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.main_cart-step-b .cart_container .basket_items .box_title h4 {
    font-size: var(--font-size-general);
    padding-right: 6%;
    position: relative;
}

.main_cart-step-b .cart_container .basket_items .box_title h4::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 30px;
    background-color: var(--wph-plms-primary-color);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

.main_cart-step-b .cart_container .basket_items .box_title a {
    /*color: var(--color-6);*/
    font-size: var(--font-size-mini);
    padding-left: 6%;
    font-weight: bold;
}

.main_cart-step-b .cart_container .basket_items .basket_items-content {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.main_cart-step-b .cart_container .basket_items .basket_items-content .item {
    height: 150px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_cart-step-b .cart_container .basket_items .basket_items-content .item a {
    width: 50%;
    height: 100%;
}

.main_cart-step-b .cart_container .basket_items .basket_items-content .item a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main_cart-step-b .cart_container .basket_items .basket_items-content .item .item_details {
    width: 50%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.main_cart-step-b .cart_container .basket_items .basket_items-content .item .item_details li {
    margin-bottom: 0;
}

.main_cart-step-b .cart_container .basket_items .basket_items-content .item .item_details li:last-child {
    margin-top: auto;
}

.main_cart-step-b .cart_container .basket_items .basket_items-content .item .item_details li h5 {
    font-size: var(--font-size-mini);
}

.main_cart-step-b .cart_container .basket_items .basket_items-content .item .item_details li p {
    font-size: var(--font-size-mini);
}

.main_cart-step-b .cart_container .basket_items .basket_items-content .item .item_details li p span {
    color: var(--wph-plms-primary-color);
    font-weight: bold;
}


.main_cart-step-b .cart_container .payment_method {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

.main_cart-step-b .cart_container .payment_method .payment_method-content {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
}

.main_cart-step-b .cart_container .payment_method .payment_method-content ul li {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main_cart-step-b .cart_container .payment_method .payment_method-content ul li > span {
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.20px;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.main_cart-step-b .cart_container .payment_method .payment_method-content ul li > i {
    font-size: 15px;
    margin-left: 10px;
}

.main_cart-step-b .cart_container .payment_method .payment_method-content ul li > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.main_cart-step-b .cart_container .payment_method .payment_method-content ul li > div h6 {
    font-size: var(--font-size-middle);
    margin-bottom: 5px;
}

.main_cart-step-b .cart_container .payment_method .payment_method-content ul li > div p {
    font-size: var(--font-size-mini);
}

.main_cart-step-b .cart_container .shipping_time {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

.main_cart-step-b .cart_container .shipping_time .shipping_time-content {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
}

.main_cart-step-b .cart_container .shipping_time .shipping_time-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main_cart-step-b .cart_container .shipping_time .shipping_time-content ul li {
    width: 15%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.main_cart-step-b .cart_container .shipping_time .shipping_time-content ul li h6 {
    font-size: var(--font-size-mini);
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.main_cart-step-b .cart_container .shipping_time .shipping_time-content ul li div {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.main_cart-step-b .cart_container .shipping_time .shipping_time-content ul li div span {
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.20px;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.main_cart-step-b .cart_container .shipping_time .shipping_time-content ul li div p {
    font-size: var(--font-size-mini);
}

.main_cart-step-b .cart_container .discount_code {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.main_cart-step-b .cart_container .discount_code .discount_code-content {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_cart-step-b .cart_container .discount_code .discount_code-content input {
    width: 70%;
    font-size: var(--font-size-mini);
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid gray;
    outline: none;
}

.main_cart-step-b .cart_container .discount_code .discount_code-content a {
    /*color: var(--color-6);*/
    font-size: var(--font-size-mini);
    font-weight: bold;
    width: 30%;
    text-align: left;
}

/* end main_cart-step-b */

/* start main_cart-step-c */
.main_cart-step-c {
    display: none;
}

.main_cart-step-c .wph-container .wph-row {
    background-color: #fff;
    /*box-shadow: var(--box-shadow);*/
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    margin-bottom: 10px;
}

.main_cart-step-c .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
}

.main_cart-step-c .content div {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.main_cart-step-c .content div:nth-child(3) {
    margin-bottom: 0;
}

.main_cart-step-c .content div > i {
    font-size: 120px;
    /*color: var(--color-6);*/
}

.main_cart-step-c .content div > h4 {
    font-size: var(--font-size-general);
    font-weight: bold;
}

.main_cart-step-c .content div > p {
    font-size: var(--font-size-middle);
}

.main_cart-step-c .content div > p a {
    /*color: var(--color-6);*/
}

.main_cart-step-c .content div:last-child {
    width: 40%;
}

.main_cart-step-c .content div > a {
    background-color: var(--wph-plms-red-color);
    color: #fff;
    border-radius: var(--border-radius);
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_cart-step-c .content div > a :is(i,p) {
    font-size: 18px;
    color: #fff;
}

.main_cart-step-c .content div > a i {
    margin-left: 10px;
}

/* end main_cart-step-c */


/*cart overlay loader*/
#plms-cart-wrapper-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(88, 88, 88, 0.79);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

#plms-cart-wrapper-overlay.plms-hidden-loader {
    display: none;
}

.plms-cart-loader {
    width: 50px;
    height: 50px;
    border: 5px solid var(--wph-plms-yellow-color);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.plms-cart-warnings-inner {
    display: flex;
    align-items: center;
    background-color: #FF0000;
    width: 100%;
    padding: 0.5rem;
    border-radius: var(--border-radius);
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
    color: white;
}

/*end cart overlay loader*/


/*for downsell popup*/
.plms-course-popup-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.plms-course-popup-h2 {
    font-size: 20px;
}

.plms-course-popup-h3 {
    font-size: 18px;
}

.cart_product-item.added_to_cart_item {
    border: none;
    box-shadow: none;
    margin-top: 15px;
}

.plms-course-popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    /*width: 400px;*/
    max-width: 450px;
    max-height: 80vh;
    overflow-y: auto;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.plms-course-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.plms-course-popup-btn {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: var(--wph-plms-primary-color);
    color: white !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

a.plms-course-popup-link {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: var(--wph-plms-primary-color);
    color: white !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none !important;
}

.plms-upsell-submit {
    width: 100%;
    height: 100%;
}


.plms-course-popup-btn a {
    text-decoration: none !important;
    color: white !important;
}

.plms-course-popup-btn:hover a {
    text-decoration: none !important;
    color: white !important;
}

.plms-course-popup-btn:hover a:hover {
    text-decoration: none !important;
    color: white !important;
}

.plms-course-popup-course-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.plms-course-popup-list {
    padding: 0;
    width: 100%;
}

.plms-course-popup-list-item {
    background-color: #f9f9f9;
    margin: 5px 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

div.cart_product-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 98%;
    border-bottom: 2px dashed #959595;
    box-shadow: var(--box-shadow);
    border: 1px solid rgba(112, 112, 112, 0.12);
    border-radius: var(--border-radius);
    padding: 15px;
    margin-bottom: 2%;
}

div.cart_product-item * {
    font-size: 90% !important;
}

.item_img {
    /*width: 40%;*/
    flex: 1.5;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5%;
}

.item_img .plms-cart-item-title {
    font-size: 15px;
    margin: 0 !important;
    text-align: right;
}

.plms-cart-item-caption {
    color: #5d5d5d;
}

.item_img a {
    text-decoration: none;
}

.plms-cart-item-inner-info {
    position: relative;
    display: flex;
    align-items: center;
}

.plms-cart-item-inner-info::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: var(--wph-plms-primary-color);
    position: absolute;
    border-radius: 3px;
    margin-right: -7px;
}

.item_details {
    /*width: 30%;*/
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 7px;
}

.item_details li a.plms-cart-item-title-link {
    text-decoration: none;
}


.item_details li {
    margin-bottom: 0;
}

.item_details li:last-child {
    margin-top: auto;
}

.item_details li h5 {
    font-size: var(--font-size-mini);
}

.item_details li span.cart-item-title {
    font-size: 18px;
}

.item_details li p {
    font-size: 14px;
}

.item_details li p span {
    color: var(--wph-plms-red-color);
    font-weight: bold;
}

.item_features {
    /*width: 50%;*/
    flex: 0.5;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.plms-cart-item-inner-info {
    position: relative;
    display: flex;
    align-items: center;
}

.item_features .item_number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    margin-bottom: 10px;
}

.item_features .item_number .number {
    border: 1px solid #c2c2c2;
    width: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 25px;
    border-radius: 3px;
}

.item_img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--border-radius);
    max-width: initial !important;
}

.plms-course-popup-total-btn .plms-course-popup-total-btn-price {
    color: var(--wph-plms-red-color);
    font-weight: bold;
}


@media screen and (max-width: 450px) {
    .item_details li span.cart-item-title {
        font-size: 14px;
    }

    .item_details li p {
        font-size: 10px;
    }
}

@media screen and (max-width: 900px) {
    .plms-cart-parts-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .cart_product-item {
        width: 100%;
    }
}

@media screen and (min-width: 500px) and (max-width: 900px) {
    div.plms-input-with-submit-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .item_img .plms-cart-item-title {
        font-size: 12px;
    }

    .item_img img {
        display: none;
    }
}

/*end downsell popup*/

/* cross sell part */
.wph-cards *,
.wph-cards *::before,
.wph-cards *::after {
    box-sizing: border-box;
}

.wph-cards a.wph-card__link {
    text-decoration: none;
    color: var(--wph-plms-main-black-color);
    font-size: 16px;
}

.wph-card__img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 20px;
}

.wph-card-btn {
    background-color: var(--wph-plms-primary-color);
    padding: 9px;
    border-radius: 20px;
}

.wph-cards .wph-card-btn a.wph-card__add-to-cart-link {
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
}

.wph-card__add-to-cart-link:hover {
    text-decoration: none !important;
}

.wph-card-btn--block {
    display: block;
    width: 100%;
}

.wph-cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wph-cards__item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 500px) {
    .wph-cards__item {
        width: 50%;
    }
}


@media (min-width: 750px) {
    .wph-cards__item {
        width: 33.33%;
    }
}


@media (min-width: 1000px) {
    .wph-cards__item {
        width: 25%;
    }
}

.wph-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

.wph-card:hover .wph-card__image-wrapper {
    filter: contrast(100%);
}

.wph-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.5rem;
}

.wph-card__image-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    filter: contrast(70%);
    overflow: hidden;
    position: relative;
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}

.plms-cart-cross-sell-title {
    font-size: 24px;
    margin-bottom: 25px;
}


.wph-card__image-wrapper::before {
    content: "";
    display: block;
}

/*for card to card form*/

/*#plms-card-to-card-form-wrapper {*/
/*    display: none;*/
/*}*/

.plms-card-to-card-form-wrapper {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: rgba(31, 30, 31, 0.04);
    color: #515151;
}

.plms-card-to-card-form-wrapper .plms-cart-special-input-wrapper {
    margin-bottom: 1em;
}

.plms-card-to-card-form-wrapper .plms-cart-special-input-wrapper input {
    padding: 0.6em !important;
}

.plms-card-to-card-form-wrapper .plms-cart-special-input-wrapper label {
    margin-bottom: 7px !important;
    font-weight: bold;
    font-size: 14px;
}

/*end for card to card form*/

@media (min-width: 40rem) {

}

.wph-card__title {
    font-size: 1.25rem;
    font-weight: 300;
}

.wph-card__text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.wph-card_price-amount {
    margin-left: 5px;
    color: var(--wph-plms-red-color);
    font-size: 14px;
    font-weight: bold;
}

.wph-card_price-currency {
    font-size: 12px;
}

/*cross sell part*/


/*media queries*/


@media screen and (max-width: 450px) {
    #plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details li span.cart-item-title {
        font-size: 14px;
    }

    #plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_details li p {
        font-size: 10px;
    }
}

@media screen and (max-width: 900px) {
    .plms-cart-parts-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    #plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item {
        width: 100%;
    }
}

@media screen and (min-width: 500px) and (max-width: 900px) {
    #plms-cart-wrapper .main_cart-step-a .cart_container .cart_form-top div.plms-input-with-submit-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    #plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_img .plms-cart-item-title {
        font-size: 12px;
    }

    #plms-cart-wrapper .main_cart-step-a .cart_container .cart_products .cart_product-item .item_img img {
        display: none;
    }
}




