
/** Gift Wrapper Style Sheet
 * @category  FME Extention
 * @package   FME_GiftWrapper
 * @copyright Copyright (c) 2010-2017 United Sol Private Limited (https://unitedsol.net)
 */

.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    background: #1979c3;
    border-radius: 50%;
    padding: 8px;
}
.modal-custom .action-close:hover::before, .modal-popup .action-close:hover::before, .modal-slide .action-close:hover::before {
    color: #ffffff;
    background: #000000;
}
.modal-slide .action-close {

    padding: 0px !important;

}
.modal-popup .action-close {

    padding: 0px !important;

}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
    right: -15px;
    top: -15px;
}
.wrapper-name{
    color: #006bb4;
    border: none !important;
    text-align: right;
    padding: 0 0 !important;
}
.wrapper-name:focus{
    color: #006bb4;
    box-shadow: none !important;
}
#input-outer {
    text-align: center;
}
#input-outer input {
    height: 2em;
    width: 80%;
}
#clear {
    position: relative;
    float: right;
    top: 5px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
#clear:hover {
    color: red;
    font-size: 18px;
}

.wrappper-type-block {
    width: 100%;
}
.wrapper-type-heading h2 {
    border-bottom: 2px solid #f2f2f2;
    color: #2f2f2f;
    font-size: 20px;
    line-height: 19px;
    padding-bottom: 13px;
    position: relative;
    clear: both;
    padding-top: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.wrapper-type-heading h2::before {
    background-color: #009bd3;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 36px;
}

.wrapper-block{
    width: 18.5%;
    float: left;
    background: #ddd;
    margin: 6px;
}
.wrapper-items{
    margin: 6px;
}
.wrapper-image{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; 
}
.wrap-image{
    border: 1px solid #ddd;
}
.wrapper-image-overlay{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    box-sizing: border-box;
    color: #FFF;
    font-family: "FontAwesome";
    font-size: 46px;
    height: 100%;
    left: 0;
    padding-top: 34%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    top: 0;
}
.radio-hidden{
    display: none;
}
.wrapper-footer {padding: 4px;padding-top: 0;}
.wrapper-block .wrapper-items h3 {
    font-size: 14px;
    margin:10px;
    margin-bottom:15px;
    text-align: center;
    height: 40px;
    line-height: 24px;}
.wrapper_product_price {
    float: left;
    font-size: 17px;
    margin-bottom: 10px;
}
.wrapper-button-success{
    color: #fff;
    background-color: #31b0d5 !important;
    border-color: #2aabd2 !important;
    float: right;
    box-shadow: none !important;
    width: auto;
    padding: 5px 12px 5px 12px;
    font-size: 13px
}
.wrapper-button-success:focus{
    color: #fff !important;
    background-color: #4cbb6c  !important;
    border-color: #4cbb6c !important;              
    box-shadow: none !important;
}
.wrapper-button-success:hover{
    color: #fff !important;
    background-color: #4cbb6c  !important;
    border-color: #4cbb6c !important;              
    box-shadow: none !important;
}
.wrappper-type-block:nth-child(6) {
    margin-right:0px;
}
.action.wrapper.primary {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    width: 69px;
}
@media screen and (max-width: 500px) and (min-width: 200px){
    .wrapper-block{
        width: 100%;
        float: left;
        background: #ddd;
        margin: 0px 0px 10px 0px;
    }
    .wrapper-image-overlay {
        font-size: 66px;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        width: 90%;
        margin-top: 30px;
        overflow-y: visible;
    }
    .modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media screen and (max-width: 700px) and (min-width: 500px){
    .wrapper-block{
        width: 44%;
        float: left;
        background: #ddd;
        margin: 10px;
    }
    .wrapper-image-overlay {
        font-size: 60px;
        height: 100%;
        left: 0;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        width: 90%;
        margin-top: 30px;
        overflow-y: visible;
    }
}
@media screen and (max-width: 1010px) and (min-width: 700px){
    .wrapper-block{
        width: 29%;
        float: left;
        background: #ddd;
        margin: 10px;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        width: 95%;
        margin-top: 30px;
        overflow-y: visible;
    }


}
@media screen and (max-width: 1147px) and (min-width: 1010px){
    .wrapper-block{
        width: 23%;
        float: left;
        background: #ddd;
        margin-left: 1px;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        width: 90%;
        margin-top: 30px;

        overflow-y: visible;
    }
}
