@charset "utf-8";

.awdr_free_product_text { display: inline-block; padding: 0px 10px; background-color: rgb(61, 156, 210); color: rgb(255, 255, 255); border-radius: 3px; }

.variation-wdr_free_product { display: none !important; }

.awdr_change_product { cursor: pointer; display: flex; }

.awdr_free_product_variants { padding: 5px; }

.awdr-product-name { padding-left: 10px; }

.awdr-select-free-variant-product-toggle { color: gray; cursor: pointer; width: 100%; border: none; text-align: left; outline: 0px; font-size: 1.02em; transition: 0.4s; }

.awdr-select-free-variant-product-toggle-active, .awdr-select-free-variant-product-toggle:hover { color: rgb(68, 68, 68); }

.awdr-select-variant-product { padding: 0px 18px; display: none; background-color: rgb(255, 255, 255); overflow: hidden; }

.awdr-select-free-variant-product-toggle::after { content: "➕"; font-size: 12px; color: rgb(119, 119, 119); margin-left: 10px; }

.awdr-select-free-variant-product-toggle-active::after { content: "➖"; }