
.cart-item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-flow: row wrap;
}
.cart-item-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
 .cart-item .restricted_wapper {
    display: flex;
    flex-flow: column;
}
.cart-item .restricted_wapper p {
     margin-bottom: 10px;
    color: #000;
    font-family: Golos Text;
    font-size: 16px; 
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.cart-item-url-section { padding:10px 0; }
.cart-item-url-section input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.radio-btn-section {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-flow: row wrap;
}
.cart-item {
       padding: 16px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #F7F7F7;
    background: #FAFAFA;
    margin-bottom: 16px
}
.cart-item:last-child { margin:0; }
.cart-item-info h5 {
    margin: 0;
    color: #000;
    font-family: Golos Text;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.54px;
}
.url_error , .anchor_text_error{
     color: red;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    margin-left:5px;
}
 .order-link-list.cart-order-link-list ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    list-style-type: none;
    flex-flow: column;
}
.selected-card-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.extra-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-flow: column;
    color: #000;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.extra-info strong { font-weight:500; }
.btn-apply, .btn-apply:hover, .btn-pay, .btn-pay:hover {
	background: linear-gradient(95deg, #23bdb8, #3f80c2);
	color: #FFF;
	text-align: center;
	font-family: Golos Text;
	font-size: 14px;
	font-style: normal;
	border: none;
}
@media(max-width:767px){
    .cart-item-url { margin-bottom:10px; }
}