@charset "utf-8";
/**
 * Created by AENMaster.
 * User: Casper-Pc
 * Date: 31.10.2020
 * Time: 02:48
 * Project Name: eCommerce
 *
 * OOP - A PHP Framework For KuleV2
 * Emrah NALCI - Artisan Web Developer
 * @author Emrah NALCI <emrahnalci@gmail.com & ptr@emrahnalci.com.tr>
 *
 */

@media only screen and (max-width: 1024px){ .wc-button6 { display: flex !important; flex-wrap: wrap !important; margin: auto !important; bottom: 7px !important; justify-content: center !important; position: fixed !important; left: 0 !important; right: 0 !important; text-align: center !important; } .customMobileSpace { display: inline-block; width: 100%; height: 66px; background-color: #FFFFFF; } } @media only screen and (max-width: 425px){ .wc-button6 { display: flex; flex-wrap: wrap; margin: auto; bottom: 5px !important; justify-content: center; position: fixed; left: 0 !important; right: 0 !important; text-align: center; } .customMobileSpace { display: inline-block; width: 100%; height: 66px; background-color: #FFFFFF; } }


.inline-block { display: inline-block; }
.hide { display: none !important; }
