/* GIFT CARD */
.gift-card__border {
    border-top:1px solid  #E8E8E8;
    padding-top:55px;
}
.gift-card__breadcrumbs li a {
    color:#6A6A6A;
}
.gift-card__breadcrumbs li:first-child::after {
    content: ">";
    font-size: 16px;
    color:#6A6A6A;
    padding: 0 0px 0 5px;
}
.gift-card__img {
    margin-top:20px;
}
.gift-card__img img {
    width:100%;
}
.gift-card__content {
    padding-left:30px;
    margin-top:20px;
}
.gift-card__header {
    margin-top:30px;
}
.gift-card__header h2 {
    font-size: 20px;
    font-weight: 600;
}
.gift-card input[type="text"], .gift-card input[type="tel"],.gift-card input[type="email"]{
    border: 1px solid #D0D0D0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 10px 15px;
    font-weight:300;
    background:transparent;
    font-size:14px;
}
.gift-card__label {
    margin-bottom: 5px;
    margin-top:20px;
}
.half {
    width:calc(50% - 10px);
    float:left;
}
.half:first-of-type {
    margin-right:20px;
}
.half > input[type="text"],.half > input[type="tel"] {
    width:100%;
}
.info-giftcard {
    background:#ececec;
    color:#000d;
    margin:18px 0;
    padding:10px 20px;
}
.gift-card .kod_contact_delivery{
    width:35% !important;
    float:left;
    margin-right:2%;
}
.gift-card .city_contact_delivery{
    width:63% !important;
    float:left;
}
.kod_contact_delivery input,.city_contact_delivery input{
    width:100%;
}
.gift-card__form-card {
    margin-top: 35px;
}
#payment_list > div {
    border: 1px solid #D0D0D0;
    padding: 25px 25px;
    margin-right:15px;
    margin-top: 4px;
    width: 100%;
    display: inline-block;
    padding-left:50px;
}
#payment_list > div:first-of-type,#payment_list > div:nth-of-type(2) {
    margin-top: 4px;
}
#payment_list input[type="checkbox"],#payment_list input[type="radio"]{
    margin-top:9px;
}
#payment_list span {
    font-weight: 14px;
}
#payment_list img {
    margin-right:15px;
}
#payment_list .form-check-label span{
    text-transform: initial;
    margin-top:10px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    margin-left:30px;
}
.pay_checkbox {
    padding:10px 0 15px 0;
}
.gift-card__line {
    width:100%;
    border-top:1px solid #e8e8e8;
    margin-top:40px;
}
.gift-card__topay {
    margin-top:15px;
    margin-right:0;
}
.gift-card__topay p{
    text-align: right;
    font-weight:700;
}
.gift-card__topay .sum_order {
    font-weight: 700;
}
.gift-card__sum,.gift-card__sum span {
    font-weight: 700;
    font-size:22px;
}
.gift-card__form input[type="submit"] {
    float:right;
    margin-top:10px;
    margin-bottom:50px;
}
.gift-card__bold {
    font-weight: 600;
}
.info-giftcard img {
    width:20px;
    margin-top:-4px
}
.info-giftcard span {
    margin-left: 10px;
}
.gift-card__content select[name="price"],.gift-card__content input[name="nazwa"],.gift-card__content select[name="kraj"],
.gift-card__content select[name="province_code"],.gift-card__content select[name="province_code_dost"],.gift-card__content select[name="kraj_dost"]    {
    width:100%;
}
.half-delivery {
    width:calc(50% - 10px);
    margin-left:0;
    margin-right:10px;
}
.half-delivery2 {
    width:calc(50% - 10px);
    margin-left:10px;
    margin-right:0;
}
@media (max-width:1480px) {
    .gift-card .kod_contact_delivery{
        width:35% !important;
    }
    .gift-card .city_contact_delivery{
        width:62% !important;
    }
    .gift-card input[type="text"], .gift-card input[type="tel"], .gift-card select {
        font-size:12px;
        padding: 10px;
    }
}
@media (max-width:1100px) {
    .gift-card .kod_contact_delivery{
        width:35% !important;
    }
    .gift-card .city_contact_delivery{
        width:61% !important;
    }
}
@media (max-width:992px) {
    .gift-card__content {
        padding-left: 15px;
    }
}
@media (max-width: 576px){
    .half {
        width: initial !important;
        float: none;
        margin: 0 !important;
    }
    .gift-card__border {
        padding-top:0;
        border:0;
    }
    .half:first-of-type {
        margin-right: 0;
    }
    .gift-card .kod_contact_delivery{
        width:35% !important;
    }
    .gift-card .city_contact_delivery{
        width:62% !important;
    }
    .gift-card__form #traditional_delivery_box li {
        width:100%;
    }
    #payment_list .custom-control-label span {
        margin-left:10px;
        text-align: left;
        display: block;
    }
    #payment_list input[type="checkbox"], #payment_list input[type="radio"], #payment_list .custom-radio .custom-control-label::before {
        margin-top: 20px;
    }
    #payment_list .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        top:26px;
    }
    #payment_list .form-check-label span {
        margin-left:0;
        display:block;
        text-align: left;
    }
    #payment_list > div {
        margin-right:0;
    }
}
