/**
* 2011-2020 PrestaShop
*
* NOTICE OF LICENSE
*
*  @author iPresta <info@ipresta.ir>
*  @copyright  2011-2020 iPresta
*  @license    http://ipresta.ir
*
**/
.icopytext {
    font-size: 14px;
    color: #333;
}

.icopytext i {
    font-size: 25px;
    margin-left: 10px;
    color: #2fb5d2;
}

.icopydefaultbtn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
}

.icopydefaultbtn i {
    margin-left: 5px;
}

#linkMe {
    height: 44px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: text;
}

#sharelink {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}