/**
* 2008-2023 Prestaworld
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one website.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
*
* DISCLAIMER
*
* Do not alter or add/update to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    prestaworld
* @copyright 2008-2023 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
 */

 .presta_gift_cart_block {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.125);
    padding: 20px;
    margin-bottom: 50px;
}
.presta_gift_cart_block .product-block {
    border: 1px solid #ddd;
    padding: 10px;
}
.presta-gift-price {
    font-weight: 700;
    color: #232323;
    text-align: center;
}
.gift_display_none {
    display: none;
    margin-top: 1rem;
}
.page_active{
    background-color: #24b9d7;
    border: 2px solid #24b9d7;
    color: white!important;
    outline: none!important;
}

.presta-text-center{
    text-align: center;
}
.presta_my_gift tbody tr td{
    vertical-align: middle;
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 320px) and (max-device-width: 714px) {
    .product-miniature{
        margin: 20px;
    }
  }
.product_presta_desc{
    font-size: .875rem;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
    text-decoration: none;
    min-height: 32px;
    max-height: 32px;
    overflow: hidden;
}
.presta_width{
    width:100%;
}
.presta_pending{
    background-color: red;
    border-radius: 5px;
    color: white;
    padding: 10px;
}
.presta_sent{
    background-color: #24b9d7;
    border-radius: 5px;
    color: white;
    padding: 10px;
}
.presta_available{
    background-color: #53d572;
    border-radius: 5px;
    color: white;
    padding: 10px;
}
.presta_modal_heder{
    background-color: #ddd;
}
.presta_modal_heading{
    color: black;
    text-align: center;
}
.presta_list_image{
    border: 1px solid #ddd;
}
.presta_used{
    background-color: #ff7200;
    border-radius: 5px;
    color: white;
    padding: 4px;
}
.product-block{
    margin-bottom: 1.563rem;
}
.presta_gift_heading{
    font-weight: 500;
    text-align: center;
}
.presta_search {
    border: 1px solid #ddd;
    background-color: #FFFFFF;
    width: 250px;
    float: right;
}
.presta_content{
    margin-top: 10px;
}
.presta_category_link{
    float: left;
    background: #f5f3f1;
    font-weight: bold;
    margin-right: 1px;
    color: black;
    padding: 8px 18px;
}
.presta_ul{
    border-bottom: 4px solid #24b9d7;
    margin-bottom: 1.563rem;
}
.presta_multiple_price{
    border: 1px solid black;
    padding: 4px;
    background-color: #c1c1c1;
    color: black;
    height: 4px;
    border-radius: 3px;
    border-color: #adb1b8 #a2a6ac #8d9096;
}
.presta_btn{
    border-radius: 3px;
    font-size: 13px;
    color: #000;
    border: 1px solid;
    border-color: #adb1b8 #a2a6ac #8d9096;
    width: 85px;
    padding: 6px 0;
    margin: 0 0.3rem 0.5rem 0;
}
.presta_send{
    border-radius: 3px;
    font-size: 13px;
    color: #000;
    border: 1px solid;
    border-color: #adb1b8 #a2a6ac #8d9096;
    width: 120px;
    padding: 7px 0;
    margin: 0 0.3rem 0.5rem 0;
}
.product-cover{
    position: relative;
    padding: 0;
}
a#presta_features {
    height: 250px;
}
.presta_gift_cart_detail_block img.img-fluid {
    padding: 20px;
    width: 100%;
}
.presta_friend_input{
    border-radius: 5px;
    height: 2rem;
    font-size: 13px;
}
.presta_friend_textarea{
    height: auto!important;
}
.presta_send.selected,.presta_btn.selected {
    border:1px solid #e77600;
    background-color: rgb(243 218 172 / 17%);
    font-weight: bold;
    outline: #e77600;
}
.presta_custom_price{
    border-radius: 0px 5px 5px 0px;
    width: 19rem!important;
}
.presta_custom_symbol{
    border-radius: 5px 0px 0px 5px;
}
.presta_sent_action{
    background-color: #24b9d7!important;
    color: white!important;
}
.presta_pending_action{
    background-color: #f3bec9;
    border: 1px solid red;
    color:red!important;
    padding: 10px;
    border-radius: 5px;
    cursor: not-allowed;
}
.presta_used_action{
    background-color: #ff720036;
    border: 1px solid #ff7200;
    color:#ff7200!important;
    padding: 10px;
    border-radius: 5px;
    cursor: not-allowed;
}
.presta_gift_cart_block ul.page-list {
    text-align: right !important;
}
.presta_gift_cart_block .presta_nav_next {
    padding: 10px;
}
.presta_gift_cart_block ul.page-list li button {
    cursor: pointer;
}
.presta_gift_cart_block .gif_loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    display: none;
  }

.presta_gift_cart_block .gif_loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}
.presta_gift_cart_block .product-thumbnail img {
    width: 100%;
}
#presta_friend_gift label {
    text-align: left;
}
.pagination {
    padding: 0px 20px;
}