/**
 * Copyright © Ecwhim. All rights reserved.
 */

@media (min-width: 769px) {
    .page-main .block.ecw-gift_card {
        margin-bottom: 20px;
    }
    .block.ecw-gift_card {
        width: 75%;
        float: left;
        padding-right: 4%;
        box-sizing: border-box;
    }
    .block.ecw-gift_card .title strong {
        font-size: 1.6rem;
    }
    .ecw-gift_card .actions-toolbar .primary {
        float: right;
    }
    .ecw-gift_card .actions-toolbar .primary .action {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .ecw-gift_card {
        border-top: 1px solid #c1c1c1;
    }
    .block.ecw-gift_card .title {
        padding: 10px 40px 10px 15px;
        position: relative;
    }
    .block.ecw-gift_card .title:after {
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .block.ecw-gift_card > .content {
        padding: 5px 15px 20px;
    }
}

.block.ecw-gift_card {
    margin-bottom: 0;
}
.ecw-gift_card .title {
    color: #006bb4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 0 10px;
}
.ecw-gift_card .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 20px;
    color: #858585;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.block.ecw-gift_card .title strong {
    font-weight: 400;
}
