main.product.paddingTop {
    padding-top: 110px;
}

main.product.product-egift {
    margin-bottom: 300px;
}

.btn-success:focus, .btn-dark:focus {
    box-shadow: none;
}

@media screen and (min-width: 480px) {
    main.product.paddingTop {
        padding-top: 200px;
    }
}

main.product .product-images .slick-arrow.slick-next,
main.product .product-images-nav .slick-arrow.slick-next {
    right: 0;
}

main.product .product-images .slick-arrow,
main.product .product-images-nav .slick-arrow {
    background-color: transparent;
    position: absolute;
    margin-top: -15px;
    box-shadow: none;
    outline: none;
    border: none;
    z-index: 2;
    top: 50%;
}

main.product .product-images-nav .slick-slide {
    width: 100px;
}

main.product .product-images-nav .slick-arrow {
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
}

main.product .product-images .slick-slide,
main.product .product-images-nav .slick-slide {
    outline: none;
}

main.product .product-images-nav > div {
    width: 438px;
}

main.product .product-images-nav img {
    width: 82px;
}

main.product .product-images img {
    width: 100%;
}

main.product .slick-track {
    margin-left: 0 !important;
}

main.product form .form-group {
    background-color: #F8F7F5;
    border-radius: 16px;
    padding: 25px 27px;
    border: 1px solid transparent;
}

main.product-egift form .form-group {
    min-height: 110px;
}

main.product form .form-group button {
    font-family: Raleway, sans-serif;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .3px;
    border: 0;
    min-height: 52px;
    padding: .65rem 1rem .5rem;
}

main.product form .form-group button.btn-success {
    background-color: #C8F2DB;
    margin-bottom: 20px;
    color: #000;
}

main.product form .form-group button.btn-success:focus {
    background-color: #AEE6C8;
    color: #000;
    height: 58px;
}

main.product form .form-group button.btn-dark {
    background-color: #000;
    height: 58px;
}

main.product .product-details {
    background-color: #FAF9F8;
    margin: 100px 0;
    padding: 100px 0;
}

main.product div.delivery {
    font-family: Raleway, sans-serif;
    margin-left: 15px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .3px;
}

main.product h2 {
    font-family: Raleway, sans-serif;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .3px;
}

main.product h3 {
    font-family: Baskerville, serif;
    font-weight: 400;
    font-size: 38px;
    margin: 15px 0;
}

main.product h5 {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .5px;
}

main.product h5.soft-text {
    font-weight: 500;
}

main.product h6 {
    font-family: Baskerville, serif;
    font-weight: 400;
    font-size: 38px;
}

main.product hr {
    border-top: 1px solid #707070;
}

main.product form small {
    font-weight: 500;
}

main.product small {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    letter-spacing: .3px;
}

main.product p, main.product div.product-detail-content {
    font-family: Raleway, sans-serif;
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .3px;
}

main.product form label.select-box {
    background-color: transparent;
    border: 1px solid #707070;
    text-align: left;
    padding-top: 0;
    width: 170px;
    float: left;
    height: 55px;
    display: block;
    font-weight: 400;
    position: relative;
    border-radius: 8px;
}

main.product form label.select-box.active {
    background-color: #FFCEBE;
    border: 1px solid transparent;
}

main.product form select {
    background-image: url(/images/icon/dropdown.svg);
    background-position: top 23px right 23px;
    font-family: Raleway, sans-serif;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: 1px;
    border-radius: 8px;
    padding-left: 10px;
    line-height: 54px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    display: block;
    outline: none;
    height: 53px;
    color: #000;
    border: none;
    width: 100%;
}

/* CHECKOUT PAGE */
main.product .gift-card {
    background-color: #F8F8F8;
    padding: 24px;
}

main.product .gift-card.delivery-address {
    display: none;
}

main.product .receiver-cards {
    display: none;
}

main.product .receiver-cards input {
    font-family: Raleway, sans-serif;
    border-bottom: 1px solid #000;
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    font-weight: 500;
    padding: 13px 0;
    font-size: 16px;
    color: #000;
    width: 100%;
}

main.product .receiver-cards textarea {
    font-family: Raleway, sans-serif;
    background-color: #fff;
    padding: 13px 18px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    resize: none;
    border: none;
    width: 100%;
}

main.product .receiver-cards input::-webkit-input-placeholder,
main.product .receiver-cards textarea::-webkit-input-placeholder {
    color: rgba(35, 31, 32, 0.55);
}

main.product .receiver-cards input:-ms-input-placeholder,
main.product .receiver-cards textarea:-ms-input-placeholder {
    color: rgba(35, 31, 32, 0.55);
}

main.product .receiver-cards input::placeholder,
main.product .receiver-cards textarea::placeholder {
    color: rgba(35, 31, 32, 0.55);
}

main.product .gift-card.receiver {
    background-color: rgba(232, 224, 153, 0.4);
}

main.product .alert-success {
    background-color: rgba(202, 240, 222, 0.29);
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: none;
    color: #000;
}

main.product .alert-checkout {
    color: #61B18B;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 15px;
    font-family: Raleway, sans-serif;
}

main.product .size-selector > small {
    font-size: 16px;
    font-family: Raleway, sans-serif;
    letter-spacing: .3px;
}

main.product .delivery-time {
    background-color: #EAEAEA;
    padding: 24px;
}

main.product .summary {
    border: 3px solid #E8E099;
    padding: 22px;
    width: 100%;
}

main.product .summary .description {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .5px;
}

main.product .summary .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 20px;
}

main.product .summary .price-description {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    color: #777777;
    font-size: 16px;
    letter-spacing: .5px;
}

/* CONFIRMATION PAGE */
body.confirmation {
    background-color: #F8F8F8 !important;
}

main.confirmation h4 {
    font-family: Libre Baskerville, serif;
    font-weight: 400;
    font-size: 24px;
}

main.confirmation .content {
    background-color: #fff;
    padding: 29px 36px;
}

main.confirmation .content small a {
    text-decoration: underline;
    color: rgba(0, 0, 0, .48);
}

main.confirmation .content h5 {
    border-bottom: 1px solid #000;
}

main.confirmation .content .description {
    font-family: Raleway, sans-serif;
    color: rgba(0, 0, 0, .55);
    font-weight: 500;
    font-size: 16px;
}

main.confirmation .content .title {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

main.confirmation .content .title.big {
    font-size: 20px;
}

main.confirmation .content .description.dark {
    color: #000 !important;
}

main.confirmation .content .description.price {
    position: relative;
    font-weight: 900;
    font-size: 20px;
    top: -2px;
}

main.confirmation .green-card {
    font-family: Raleway, sans-serif;
    background-color: #CAF0DE;
    font-weight: 500;
    padding: 24px;
    color: #000;
}

main.confirmation .white-card {
    font-family: Raleway, sans-serif;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 24px;
}

main.confirmation .white-card a {
    text-decoration: underline;
    color: #000;
}

main.confirmation .return-home {
    font-family: Raleway, sans-serif;
    text-decoration: none !important;
    border-bottom: 1px solid #000;
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

/* PRODUCT FANCY MODAL */

.product-modal .fancybox-bg {
    background: #fff;
}

.product-modal .fancybox-toolbar {
    margin-right: -22px;
    bottom: 30px;
    top: initial;
    right: 50%;
}

.product-modal .fancybox-toolbar .fancybox-button {
    background: #fff;
    border-radius: 50%;
    color: #000;
}

.product-modal .fancybox-navigation .fancybox-button {
    background: transparent;
    top: initial;
    bottom: 0;
}

.product-modal .fancybox-navigation .fancybox-button div {
    border-radius: 50%;
    background: #fff;
    color: #000;
}

.product-modal .fancybox-navigation .fancybox-button div img {
    position: relative;
    width: 100%;
    bottom: 2px;
}

.product-modal .fancybox-navigation .fancybox-button--arrow_right {
    margin-right: -100px;
    right: 50%;
}

.product-modal .fancybox-navigation .fancybox-button--arrow_left {
    margin-left: -100px;
    left: 50%;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    letter-spacing: .5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
}

.product-egift .gift-budget-title {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0 0 4px;
}

.product-egift .gift-budget-description {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0 0 16px;
    line-height: 24px;
}

.gift-selector label {
    flex: 1;
    margin-bottom: 12px;
}

.gift-selector input[type="radio"] {
    display: none;
}

.gift-selector input[type="radio"]:checked + .box {
    background-color: #FFCEBE;
}

.gift-selector input[type="radio"]:checked + .box span {
    color: #000;
}

.gift-selector .box {
    border-radius: 8px;
    width: 100%;
    height: 58px;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.gift-selector .box:hover {
    border: 1px solid #707070;
    background-color: transparent;
}

.gift-selector .box span {
    position: absolute;
    transition: all 300ms ease;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
    color: #000;
}

.gift-selector .box span.centered {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.redeem-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    padding: 30px 0;
    margin: 0 auto;
    background-color: #CAE7DA;
    border-radius: 8px;
    font-family: Raleway, sans-serif;
}

.redeem-box-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 18px;
}

.redeem-box-code {
    border: 1px solid #605659;
    padding: 8px 18px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 8px;
    width: 80%;
    text-transform: uppercase;
}

.btn-continue {
    margin-bottom: 17px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    padding: 12px 32px !important;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 21px;
    background: #000;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .redeem-box {
        width: 30%;
    }
}
