/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/*  ================================================
                    INSIDE TICKET
    ================================================  */

.store-offer-item {
	padding: 20px 20px 16px 20px;
	margin-bottom: 15px;
	display: block;
}
.store-offer-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.shadow-box {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
	background: #ffffff;
}

.store-offer-item .store-thumb-link {
	float: left;
	margin-right: 20px;
}
.store-offer-item .store-thumb-link .offer-image {
	max-width: 126px;
	line-height: 0px;
	margin-bottom: 5px;
	text-align: center;
}
.offer-image a {
	border: 2px solid #f5f5f5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}
.offer-image a:hover {
	border-color: #fe495d;
}
.offer-image img {
	width: 80%;
}
.offer-text {
	display: block;
	width: 100%;
	height: 100px;
	font-size: 30px;
	line-height: 36px;
	margin: 10px 0 0 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: "Passion One", cursive;
}

.coupon-detail .exp-text {
	font-size: 13px;
	display: block;
	margin-top: 5px;
	margin-bottom: -2px;
	color: #888888;
}
.coupon-save {
	float: right;
	font-size: 15px;
	margin-right: -4px;
	margin-top: -2px;
	color: #999999;
}
.widget-area .widget .widget-title {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1.2px;
	font-weight: 600;
}
.newsletter-box-wrapper.shadow-box {
	padding: 20px;
}
a.store-gird img {
	border: 1px solid #f1f1f1;
	display: table;
}
a.store-gird:hover img {
	display: table;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
a.store-gird span {
	margin: 5px 0 15px 0;
	display: block;
	text-align: center;
	line-height: 1.4;
}
/* store coupon style */
.coupon-listing-item {
	padding-bottom: 0px;
}
.coupon-listing-item .offer-image img {
	width: 100%;
}
.coupon-listing-item .c-type .c-code {
	background: #b9dc2f;
	color: #ffffff;
	padding: 4px 10px 4px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.coupon-listing-item .c-type .exp {
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
}
.coupon-listing-item .coupon-detail .voted-value {
	font-size: 11px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.coupon-listing-footer {
	margin: 18px -20px 0px;
	padding: 10px 20px 12px;
	border-top: 1px solid #f5f5f5;
}
.coupon-listing-footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.coupon-listing-footer ul li {
	padding: 0;
	display: inline-block;
	float: left;
	margin-left: 15px;
}
.ui.buttons {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0.25em 0 0;
}
.ui.basic.buttons .button {
	border-left: 1px solid rgba(39, 41, 43, 0.15);
	box-shadow: none;
}
.coupon-listing-item .coupon-detail .ui.basic.buttons {
	border-radius: 2px;
	border: 1px solid #ccc;
}
.ui.buttons:not(.basic):not(.inverted) > .button,
.ui.buttons > .ui.button:not(.basic):not(.inverted) {
	box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(39, 41, 43, 0.15) inset;
}
.coupon-listing-item .coupon-detail .user-ratting .ui.button {
	padding: 5px 10px 5px;
}
.ui.buttons .button {
	float: left;
	border-radius: 0;
	margin: 0;
}
.ui.buttons .button:first-child {
	border-left: none;
}
.coupon-listing-footer ul li:first-child {
	margin-left: 0px;
}
.coupon-listing-footer ul li a,
.coupon-listing-footer ul li span {
	font-size: 12px;
	color: #999999;
}
.coupon-listing-footer ul li a:hover,
.coupon-listing-footer ul li span:hover {
	color: #1c9ab3;
}
.coupon-listing-footer ul li:last-child {
	float: right;
	margin-left: 0px;
}
.coupon-listing-footer .reveal-content {
	padding: 30px 20px 40px;
	border-top: 1px solid #f5f5f5;
	margin: 12px -20px -12px;
	display: none;
	position: relative;
}
