#giftcardShop .product-view {
    padding: 0 1.5rem;
    width: 100%;
}

#giftcardShop .product-essential {
    padding: 1rem 0;
}

#giftcardShop .product-essential .product-img-box {
    padding: 0 2rem 0 0;
}

#giftcardShop .product-img-box .product-image {
    margin-bottom: 10px;
}

.no-touch .product-img-box .product-image:not(.zoom-available):hover,
.product-image {
    position: relative;
    display: block;
}

#giftcardShop .product-essential .product-img-box .product-image img {
    padding: 0;
    margin: 0 0 0 auto;
    max-width: 100%;
    max-height: 750px;
}

#giftcardShop .product-essential .product-img-box .product-brand {
    margin: 56px auto 0;
    text-align: center;
}

#giftcardShop .product-essential .product-img-box .product-brand img {
    padding: 1rem;
    max-height: 83px;
}

@media(min-width:40em) {
    #giftcardShop .product-essential .product-shop {
        padding: 0;
    }
    #giftcardShop .product-essential .product-shop .product-name {
        display: inline-block;
        margin-bottom: 1rem;
        max-width: calc(100% - 110px);
    }
}

#giftcardShop .product-essential .product-shop .product-name {
    width: 100%;
    float: left;
}


/* 
#giftcardShop .product-essential .product-shop {
    padding: 0;
    margin-bottom: 10px;
    width: 50%;
    float: right;
} */

#giftcardShop .product-view .product-name h3 {
    float: left;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
    font-size: 2.5rem;
}

#giftcardShop .product-view .product-shop .extra-info {
    max-width: 70%;
    margin-bottom: 10px;
    float: left;
    padding-right: 15px;
    clear: left;
    width: 70%;
}

#giftcardShop .product-view .product-shop .availability {
    font-size: 16px;
}

#giftcardShop .availability.in-stock {
    color: #11b400;
}

#giftcardShop .availability {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
}

#giftcardShop .extra-info {
    display: none;
}

#giftcardShop .product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
}

#giftcardShop .std p {
    margin: 0 0 1.5em;
}

#giftcardShop .product-view .product-shop .product-options {
    margin: 1rem 0 3rem;
}

@media(min-width:40em) {
    #giftcardShop .product-view .product-shop .product-options {
        margin: 3rem 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.danger-msg {
    display: none;
    color: #ef344a;
    font-size: 14px;
    margin-bottom: 8px;
}

.radio-box {
    position: relative;
    cursor: pointer;
}

.radio-box input:checked {
    border-color: #134f66;
}

.radio-box input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.radio-box .content {
    padding: 16px;
    border-radius: 4px;
    border: solid 1px rgba(19, 79, 102, 0.2);
    background-color: #ffffff;
    pointer-events: none;
}

.radio-box .content .image {
    margin-bottom: 16px;
}

.radio-box .content .image img {
    max-width: 100%;
    height: 28px;
}

.radio-box .content .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-box .content .text .h5-label {
    margin: 0;
}

.h5-label {
    font-size: 16px;
    font-weight: 500;
}

.radio-box input:checked+.content .text .radio {
    background-color: #134f66;
}

.radio-box .content .text .radio {
    width: 20px;
    height: 20px;
    border: solid 1px rgba(19, 79, 102, 0.3);
    background-color: rgba(19, 79, 102, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-box input:checked+.content .text .radio i {
    opacity: 1;
}

.radio-box .content .text .radio i {
    opacity: 0;
    color: #ffffff;
    font-size: 10px;
}

.form-control,
.select-selected {
    height: 48px !important;
    padding: 13px 16px 14px;
    border-radius: 2px;
    border: solid 1px rgba(19, 79, 102, 0.2);
    background-color: #ffffff;
    border-radius: 4px;
}

textarea.form-control,
textarea.select-selected {
    height: 128px !important;
}

.riepilogo {
    background-color: #ffffff;
    border-radius: 4px;
    margin: 23px 0 20px;
    border: solid 1px rgba(19, 79, 102, 0.2);
}

.riepilogo .products,
.riepilogo .total {
    padding: 24px;
}

.riepilogo .products .prod-row,
.riepilogo .products .total-row,
.riepilogo .total .prod-row,
.riepilogo .total .total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.riepilogo .products .prod-row .name,
.riepilogo .products .total-row .name,
.riepilogo .total .prod-row .name,
.riepilogo .total .total-row .name {
    font-size: 16px;
}

.riepilogo .products .prod-row .price,
.riepilogo .products .total-row .price,
.riepilogo .total .prod-row .price,
.riepilogo .total .total-row .price {
    font-size: 16px;
    font-weight: 500;
}

.riepilogo .total {
    border-top: solid 1px rgba(19, 79, 102, 0.2);
    padding: 29px 24px;
}

.riepilogo .total .total-row .name {
    opacity: 0.5;
}

.riepilogo .total .total-row .price {
    font-size: 24px;
    letter-spacing: -0.86px;
}

.danger-msg {
    display: none;
    color: #ef344a;
    font-size: 14px;
    margin-bottom: 8px;
}

.radio-rounded {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 8px;
}

.radio-rounded input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.radio-rounded .radio {
    width: 20px;
    height: 20px;
    border: solid 1px rgba(19, 79, 102, 0.3);
    background-color: rgba(19, 79, 102, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.radio-rounded .radio i {
    opacity: 0;
    color: #ffffff;
    font-size: 10px;
    pointer-events: none;
}

.radio-rounded input:checked~.radio i {
    opacity: 1;
}

.btn-primary {
    background-color: #134f66;
    color: #ffffff;
    border-radius: 30px;
    padding: 9px 72px 11px 72px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
}

.btn-primary i {
    position: relative;
    top: 2px;
    height: 20px;
}

.btn-primary span,
.btn-primary i {
    vertical-align: middle;
}