/*
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
*
* @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
* @copyright 2010-2020 VEKIA
* @license   This program is not free software and you can't resell and redistribute it
*
* CONTACT WITH DEVELOPER http://mypresta.eu
* support@mypresta.eu
 */


@media (min-width: 992px) {
    #myaccountGiftcertificates  .hidden-lg-up {
        display: none!important;
    }
}


@media (min-width: 992px) {
    #myaccountGiftcertificates .forminput {
        width: 145px;
    }

    #myaccountGiftcertificates input {
        width: 110px;
    }

    #myaccountGiftcertificates textarea {
        width: 210px;
        height: 75px;
    }
}

@media (max-width: 992px) {
    #myaccountGiftcertificates table tr, #myaccountGiftcertificates table td {
        display: block;
        clear: both;
        width: 100%;
        text-align: center;
    }

    #myaccountGiftcertificates table tr {
        border-bottom:2px solid white;
        margin-bottom:50px;
    }

    #myaccountGiftcertificates table thead tr {
        display:none!important;;
    }

    #myaccountGiftcertificates textarea {
        width: 100%;
    }

    #myaccountGiftcertificates textarea {
        height: 75px;
    }
}