/*
* checkout style
* general
* reset

*/

.amazon-button{
    height:59px !important;
}

.kart{
    font-size:12px;
    margin-top: 20px;
    margin-bottom: 70px;
}
.kart select {
    width: 100%;
    /*padding: 15px;*/

}
.kart input{
    width: 30px;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    text-align: center;
}
.kart .title{
    padding: 15px 0;
    font-size: 30px;
    font-family: Gotham-Medium,Figtree
}

.kart .name{
    font-size:14px;
    font-weight: 700;
}
.products-row .name {
    color: #000;
}

.kart .det-pro{
    color: #aaaaaa;
}

.kart .sub-title{
    padding: 15px 0;
    border-bottom: 2px solid #c3c3c3;
    border-top: 2px solid #aaaaaa;
    font-size: 14px;
    opacity: 0.4;
    font-weight: 600;
}

.kart .sub-title2{
    font-weight:bold;
    padding: 15px 0;
    font-size: 14px;
}
.kart .coupon{
    text-transform: uppercase;
    font-weight:bold;
    padding: 15px 0;
    font-size: 14px;
}

.kart input{
    background-color: #F5F5F5;
    border: 0;
    padding-top:5px;
    padding-bottom: 5px;
}

.kart input .coupon{
    padding: 15px 0;
}

.kart .coupon a{
    background-color: #000000;
    font-size: 14px;
    padding:4px 25px;
    color: white;
}
.kart .products-row{
    padding: 15px 0 20px 15px;
   /* border-bottom: 1px solid #D6D6D6;*/
}

.kart select {
    width: 50%;
    border-radius: 18px;
    font-size: 12px;
    color: #000;
    background-color: #f5f5f5;
    border:none;
    display: unset;
}
#stato {
    width: 300px;
}

.kart .coupon input{
    width:200px;
    font-size:12px;
    padding: 9px 20px 7px 20px;
}
.kart a.del{
    font-size: 12px;
    /*padding: 11px 17px;*/
    background-color: #F5F5F5;
    border-radius: 50%;
    color: #000000;
    width:40px;
    height:40px;
    text-align: center;
    align-content:center;
    display: inline-block;
}

.kart .h-40{
  height:40px;
  align-content:center;
}

.kart a.del:hover{
    color:#000000;
    text-decoration: none;
}

.kart .total{
    text-transform: uppercase;
    font-weight:bold;
    padding: 15px;
    font-size: 14px;
    color: black;
    margin-top: 15px;
}

.kart .total-price{
    font-size: 18px;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 10px;
}

.kart-detail{
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.kart-detail input {
    width: 20px;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
    text-align: center;
}
.kart .pos-box{
    text-align: right;
}

.kart .input-ch{
    text-align: left;
}

.kart.step4 checkbox {
    width: 20px;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.btn-next{
    text-align: right;
}
.kart .btn-black {
    background: #000;
    color: #fff;
    font-size: 13px;
    border-radius: 18px;
    padding: 5px 60px;
}

select {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background: white;
    border: 0;
}
.spedizione_img {
    width: 30px;
}
.products-row a {
    color: #000;
}

.pay-now{
    padding: 3px 10px;
    width: 200px;
    height: auto;
}

.kart_bt_external{
    max-width: 320px;
}


/*-- media query--*/

@media (max-width: 991px) {
    .kart .coupon a{
        display: block;
        margin-top: 15px;
        width: 200px;
        text-align: center;
    }
    .kart select {
        width: 50%;
    }
    #stato {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .kart_bt_external{
        max-width: 100%;
    }

    .kart .coupon input{
width:70%;
height:40px;
margin-bottom:30px;
}

    .kart .coupon a {
    display: inline-block;
    margin-top: 0;
    padding: unset;
    height:40px;
    margin-bottom:30px;
    float: right;
    width: 25%;
    align-content: center;
}
}
