.promo-code-store-offers-list-default-container:after,.promo-code-store-offers-list-default-container:before {
content: " ";
display: table;
}
.promo-code-store-offers-list-item-description-content {
max-height: 80px;
overflow: hidden;
transition: max-height 0.3s ease;
}
.promo-code-store-offers-list-item-description-content.expanded {
max-height: 500px;
}
.codecopy_tooltip {
z-index: 9999;
}
.toggle-link {
margin-top: 15px !important;
}
.toggle-link:hover {
opacity: 0.8 !important;
}
.toggle-link::before {
content: "Показать полностью";
cursor: pointer;
}
.btn._btncpy {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 160px;
height: 50px;
margin: 0;
padding: 5px 10px;
}
.fade-out {
opacity: 0;
transform: translateY(-5px);
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.fade-in {
opacity: 1;
transform: translateY(0);
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.btn-default, .btn-md, .btn-gray {
margin: 0;
padding: 5px 10px;
}
.input-promo-copy-text {
text-transform: uppercase;
}
.icon-promo-copy,
.icon-promo-copied {
width: 20px;
height: 20px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.icon-promo-copy {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M16 12.9V17.1C16 20.6 14.6 22 11.1 22H6.9C3.4 22 2 20.6 2 17.1V12.9C2 9.4 3.4 8 6.9 8H11.1C14.6 8 16 9.4 16 12.9Z" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="0.4" d="M22 6.9V11.1C22 14.6 20.6 16 17.1 16H16V12.9C16 9.4 14.6 8 11.1 8H8V6.9C8 3.4 9.4 2 12.9 2H17.1C20.6 2 22 3.4 22 6.9Z" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}
.icon-promo-copied {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path opacity="0.4" d="M22 11.1V6.9C22 3.4 20.6 2 17.1 2H12.9C9.4 2 8 3.4 8 6.9V8H11.1C14.6 8 16 9.4 16 12.9V16H17.1C20.6 16 22 14.6 22 11.1Z" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16 17.1V12.9C16 9.4 14.6 8 11.1 8H6.9C3.4 8 2 9.4 2 12.9V17.1C2 20.6 3.4 22 6.9 22H11.1C14.6 22 16 20.6 16 17.1Z" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.08008 14.9998L8.03008 16.9498L11.9201 13.0498" stroke="%23292D32" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}
.promo-modal {
display: none;
position: fixed;
z-index: 1050 !important;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.5);
-webkit-overflow-scrolling: touch;
outline: 0;
}
.promo-modal .template-open-offer-code-container>div {
margin: 0;
padding: 0;
border: 1px solid #e2e0e0;
background: #fff;
width: 100%;
border-radius: 5px;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.promo-modal  .template-open-offer-code-container>div input.form-control {
border-color: transparent !important;
-webkit-box-shadow: none;
box-shadow: none;
background: 0 0 !important;
text-align: center;
font-size: 18px;
height: 45px;
padding: 4px 5px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
display: table-cell;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.form-group-lg .form-control, .input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 5px;
}
.form-control {
display: block;
width: 100%;
height: 35px;
padding: 6px 16px;
font-size: 14px;
line-height: 1.5;
color: #666;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-btn, .input-group-btn>.btn {
position: relative;
}
.input-group-btn {
font-size: 0;
white-space: nowrap;
}
.input-group-addon, .input-group-btn {
width: 1%;
vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
display: table-cell;
}
.promo-modal  .template-open-offer-code-container>div .btn {
height: 30px;
width: 160px;
border-left: 1px dashed #e2e0e0;
background: #fff;
color: #777;
box-shadow: none;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
z-index: 2;
margin-left: -1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-btn, .input-group-btn>.btn {
position: relative;
}
.btn-gray {
color: #777;
background-color: #fff;
border-color: transparent;
}
.btn {
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.btn-default {
color: #333;
background-color: #fafafa;
border-color: transparent;
}
.promo-modal-link-container {
text-align: center;
margin-top: 20px;
}
.promo-modal-image-container {
text-align: center;
margin: 20px 0;
}
.promo-modal-image-container {
display: flex;
justify-content: center;
align-items: center;
max-width: 100%;
max-height: 250px;
overflow: hidden;
}
.promo-modal-image {
max-width: 150px;
max-height: 100px;
width: auto;
height: auto;
object-fit: contain;
border-radius: 8px;
}
.promo-modal-description {
margin: 10px 10px;
text-align: center;
font-size: 16px;
}
.promo-modal-link-btn {
display: inline-block;
width:100%;
padding: 12px 20px;
background: #414161;
color: white;
text-align: center;
border-radius: 5px;
font-size: 16px;
font-weight: bold;
text-decoration: none;
transition: background-color 0.3s ease;
margin: 0 auto;
}
.promo-modal-link-btn:hover {
background-color: #218838;
text-decoration: none;
}
.promo-modal-link-btn:active {
background-color: #1e7e34;
}
.promo-modal.show {
display: block;
overflow-y: auto;
}
.promo-modal-dialog {
position: relative;
width: auto;
max-width: 600px;
margin: 15% auto auto;
background: white;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
animation: fadeIn 0.3s ease-in-out;
}
.promo-modal-content {
position: relative;
padding: 5px;
}
.promo-modal-header {
position: relative; display: flex;
align-items: center;
justify-content: space-between; padding: 15px;
}
.promo-modal-header::after{
border-bottom: 1px solid #ddd;
content: "";
position: absolute;
bottom: 0;
left: 10px; right: 10px; height: 1px;
background-color: #ddd;
}
.promo-modal-title {
margin-top: 5px;
text-align: center;
font-size: 18px;
font-weight: 500;
max-width: 95%;
flex-grow: 1; }
.promo-modal-close {
position: absolute;
top: 0;
right: 5px;
background: none;
border: none;
font-size: 30px;
font-weight: bold;
cursor: pointer;
color: #777;
transition: color 0.2s ease-in-out;
}
.promo-modal-close:hover {
color: #ff0000;
}
.promo-modal-body {
padding: 10px;
}
.promo-modal-footer {
padding: 5px;
border-top: 1px solid #ddd;
text-align: right;
} @keyframes fadeIn {
from { opacity: 0; transform: scale(0.9); }
to { opacity: 1; transform: scale(1); }
}
@media (max-width: 768px) {
.promo-modal-dialog {
width: 95%;
margin: 45% auto auto;
}
.promo-modal-body {
padding: 5px;
}
.promo-modal-title {
font-size: 17px;
}
.promo-modal-close {
right: 0;
}
.cashback-stores-sidebar-list-item {
padding: 3px 3px 2px !important;
}
}
@media (max-width: 480px) {
.promo-modal-dialog {
width: 95%;
margin: 35% auto auto;
}
.cashback-stores-sidebar-list-item {
padding: 3px 3px 2px !important;
}
}
.promo-btn {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: white;
text-align: center;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition: background-color 0.3s ease;
}
.promo-btn:hover {
background-color: #0056b3;
}
.promo-btn:active {
background-color: #004085;
}
.promo-btn-primary {
background-color: #28a745;
}
.promo-btn-primary:hover {
background-color: #218838;
}
.promo-btn-primary:active {
background-color: #1e7e34;
}
.toggle-link {
display: inline-block;
margin-top: 4px !important;
color: #007bff;
text-decoration: underline;
cursor: pointer;
}
.toggle-link:hover {
color: #0056b3;
text-decoration: none;
}
.used-count::before {
content: "Воспользовались ";
}
.cashback-stores-sidebar-list-item:hover {
background: #eaeaea;
color: #333;
border-color: #bfbfbf;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-decoration: underline;
}
.category-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 -10px;
padding-bottom: 10px;
}
.category-item {
flex: 1 1 calc(25% - 20px);
box-sizing: border-box;
padding: 20px;
margin: 10px;
text-align: center;
background-color: #FAF9FB;
border-radius: 5px;
box-shadow: 0 1px 5px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
}
.category-link {
text-decoration: none !important;
font-size: 16px;
color: black;
transition: color 0.3s ease;
}
.category-link:hover {
color: #F74E6E;
}
.category-item:hover {
transform: scale(1.05);
}
@media (max-width: 767px) {
.category-item {
flex: 1 1 calc(50% - 20px);
}
}
@media (max-width: 480px) {
.category-item {
flex: 1 1 100%;
}
}
.promo-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 -10px;
padding-bottom: 10px;
}
.promo-item {
flex: 1 1 calc(16.66% - 20px);
box-sizing: border-box;
padding: 10px;
margin: 10px;
text-align: center;
background-color: #FAF9FB;
border-radius: 5px;
box-shadow: 0 1px 5px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
height: 103px;
overflow: hidden;
}
.promo-link {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
text-decoration: none !important;
color: black;
text-align: center;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
.promo-link span {
display: block;
max-height: 40px;
overflow: hidden;
text-overflow: ellipsis;
}
.image-wrapper {
width: 80px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 7px;
border-radius: 5px;
position: relative;
}
.promo-item img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.promo-item a.promo-link {
display: block;
font-size: 12px;
color: black;
transition: color 0.3s ease;
margin-top: auto;
}
.promo-item a.promo-link:hover {
color: #F74E6E;
}
.promo-item:hover {
transform: scale(1.05);
}
@media (max-width: 767px) {
.promo-item {
flex: 1 1 calc(50% - 20px);
}
.promo-item a.promo-link {
font-size: 16px !important;
}
}
@media (max-width: 480px) {
.promo-item {
flex: 1 1 100%;
}
.promo-item a.promo-link {
font-size: 16px !important;
}
}
@media (max-width: 767px) {
.promo-item {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.promo-link {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: 100%;
}
.image-wrapper {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 7px;
}
}
.promotg3 {
float: right;
width: 220px;
margin-left: -220px;
background: #5dc390;
text-align: center;
font-size: 18px;
color: #333;
padding: 7px 0px;
display: flex;
align-items: center;
justify-content: center;
max-width: 300px;
}
.promo-code-store-offers-list-default-container {
margin-top: 15px;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item {
padding: 0;
margin: 0 0 15px;
box-shadow: 0 0 2px rgba(0,0,0,.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 5px;
background: #FAF9FB;
-webkit-transition: background 1s;
-moz-transition: background 1s;
-o-transition: background 1s;
transition: background 1s;
font-weight: 300;
letter-spacing: .3px;
font-size: 14px;
overflow:hidden;
border: 1px solid #c9c9c9;
}
.promkodaction{
background:#feffdd!important;
}
.social-rec{ background:#447bba!important;
color:white !important;
}
.social-rec h3 {
color:white !important;
}
.social-white{
color:white !important;
}
.button-social{
float: right;
width: 220px;
margin-left: -220px; background: #fff;
text-align: center;
font-size: 18px;
color: #000;
padding: 7px 0px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
max-width: 300px;
}
.button-social:hover{background:#d7d7d7}
.button-social img{width:26px;margin-right:10px}
@media (max-width: 767px){
.promotg a{display:block;padding:25px 0}
.promotg1{width:80px}
.promotg2{float:none;margin:0;padding: 0 5px 0 0;}
.promotg2-2{margin-top: 10px;padding:0 15px}
.promotg3{margin: 15px auto 0 auto;float:none;width:auto;clear:both;}
}
.over-data {
opacity: 0.5;
}
.over-data .promo-code-store-offers-list-item-active-to-container {
color: #ae2541;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item.select {
-webkit-transition: background 0s;
-moz-transition: background 0s;
-o-transition: background 0s;
transition: background 0s;
background: #fffce3
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-top {
position: relative;
padding: 16px 8px 0px 1px;
text-align: left;
display: flex;
align-items: center;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-top:after,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-top:before {
content: " ";
display: table
}
@media(max-width: 767px) {
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item:after {
right:58px
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-top {
padding: 25px 15px 20px 15px;
display: table-cell; vertical-align: middle;
overflow: hidden;
position:relative;
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-top:before {
content: "";
position: absolute;
border-right: 5px dotted #fff;
right: 255px;
min-height: 180px;
overflow: hidden;
height: 100%;
width: 1px
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logocol {
float: left;
width: 90px;
text-align: left
}
@media(max-width: 767px) {
.cashback-stores-sidebar-list-item {
font-weight: 400 !important;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-top:before {
display:none;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logocol {
float: none;
width: 80px;
height:50px;
position: absolute;  display: flex;
align-items: center;
justify-content: center;
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logocol-inner:after,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logocol-inner:before {
content: " ";
display: table
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logo {
display: block;
position: relative; text-align: center;
overflow: hidden;
padding: 0;
margin: 0 auto auto 0;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logo,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logo:focus,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logo:hover {
border: 0;
text-decoration: none
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logo:not(.promo-code-store-offers-list-item-logo-is-discount):before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
width: 0
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logo>img {
display: inline-block;
border: 0;
max-width: 143px;
max-height: 59px;
width: 100%;
height: auto;
padding: 0;
margin: auto;
text-align: center;
vertical-align: middle
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logo.is-vertical>img {
max-width: 100%;
max-height: 80px;
height: 80px;
width: auto
}
@media(max-width: 767px) {
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logo{
height:auto;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-logo.is-vertical>img {
max-height:70px;
height: 70px
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-discount-str-block {
width: 100%;
height: 100%;
} .promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-discount-str-block .promo-code-store-offers-list-item-discount-str-val {
display: inline-block;
text-align: center;
vertical-align: middle;
margin: auto;
max-width: 99%;
color: #ae2541;
font-weight: 600;
font-family: pt sans,sans-serif;
font-size: 21px;
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.extrast{
margin-bottom: 5px;
}
.is-recommended{
background: #fffce3 !important;
}
.is-detailed{
background: #9ECA8A !important;
}
.proveren{
color: #ae2541;
background-image: url(//promodoc.ru/wp-content/uploads/check3.svg);
background-size: 13px;
vertical-align: baseline;
line-height: 15px;
margin-bottom: 3px;
margin-right: 5px;
display: inline-block;
padding-left: 17px;
padding-top: 1px;
background-repeat: no-repeat;
background-position-Y: center;
}
.exlusive{
color: #2dbd65;
background-image: url(//promodoc.ru/wp-content/themes/lisica/images/check.svg);
background-size: 13px;
vertical-align: baseline;
line-height: 15px;
margin-bottom: 3px;
display: inline-block;
padding-left: 17px;
padding-top: 1px;
background-repeat: no-repeat;
background-position-Y: center;
}
.promo-code-store-offers-list-item-discount-str-val img{
width:78px;
height:56px;
object-fit: contain; border-radius: 10px;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-discount-str-block .fa {
display: inline-block;
text-align: center;
vertical-align: middle;
margin: auto;
max-width: 99%;
color: #6bc64e;
font-size: 45px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-leftcol {
text-align: left;
float: left;
width: 100%;
padding-right: 280px
}
.promo-code-store-offers-list-default-container .is-promo-code-store-offers-list-item-logocol .promo-code-store-offers-list-item-leftcol {
padding-left: 100px;
margin-left: -100px;
margin-top: -1%;
}
@media(max-width: 767px) {
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-leftcol {
float:none;
display: inline-block;
padding-right: 0;
vertical-align: middle
}
.promo-code-store-offers-list-default-container .is-promo-code-store-offers-list-item-logocol .promo-code-store-offers-list-item-leftcol {
padding-left: 0px;
margin-left: 0px
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-discount-str-block .promo-code-store-offers-list-item-discount-str-val{
display:block;
max-width:100%
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-discount-str-block .promo-code-store-offers-list-item-discount-str-val img{
padding: 6px 2px 0 2px;
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-leftcol-inner:after,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-leftcol-inner:before {
content: " ";
display: table
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-rightcol {
float: right;
width: 220px;
text-align: right;
margin-left: -220px
}
@media(max-width: 767px) {
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-rightcol {
margin:0;
float:none;
text-align:center;
width:auto;
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-rightcol-inner:after,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-rightcol-inner:before {
content: " ";
display: table
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-title {
max-width: 100%;
word-wrap: break-word;
overflow: hidden;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-title.promo-code-store-offers-list-item-endtime {
cursor: default
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-title h1,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-title h2,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-title h3 {
max-width: 99%;
width: 99%;
word-wrap: break-word;
font-weight: 400;
margin: 0;
padding: 0;
overflow: hidden;
line-height: 1.35;
font-size: 1.3em;
color: #000;
}
@media(max-width: 767px) {
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-title {
margin-left:90px;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-title h1,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-title h2,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-title h3 {
display:inline-block;
text-align: left;
padding-right: 0px;
font-weight: 700;
width: 100%;
font-size: 1.2em;
min-height: 64px;
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-chevron-right-container {
display: inline-block;
vertical-align: middle;
margin: auto 0 auto -25px;
width: 25px;
text-align: right;
float: right
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-chevron-right-container span {
position: absolute;
margin: 20px auto;
padding: 0px 17px;
}
@media(min-width: 768px) {
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-chevron-right-container {
display:none
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description {
width: 100%;
min-height: 30px;
position: relative; padding:0px;
margin: 10px 0 0;
color: #000
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description-toggle.fa-pull-left,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description-toggle.pull-left {
margin-right: .3em
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description-toggle.fa-pull-right,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description-toggle.pull-right {
margin-left: .3em
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description.is-open .promo-code-store-offers-list-item-description-content {
overflow: hidden;
word-wrap: break-word;
white-space: normal;
height: auto
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description.is-open .promo-code-store-offers-list-item-description-toggle:before {
content: "вЂ”"
}   .promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description-content {
max-width: 100%;
line-height: 1.4;
padding-bottom: 10px
}
@media(max-width: 767px) { .promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description{
padding:0
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description-toggle {
position: absolute;
top: 3px;
right: 0;
display: inline-block;
font: normal normal normal 13px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1.3em;
line-height: 1;
color: #bbb;
cursor: pointer
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description-toggle:before {
content: "+"
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description-toggle:hover {
color: #666
}
@media(max-width: 767px) {
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-description-toggle {
font:normal normal normal 11px/1 FontAwesome;
font-size: inherit
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-link-container,
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-show-code-container {
display: none!important
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom {
padding: 0 30px 10px 90px;
line-height: 1;
color: #333;
background: inherit;
text-align: left;
vertical-align: middle
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom .fa {
font-size: 1em
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom .promo-code-store-offers-list-item-active-to-container {
margin-left: 15px;
z-index: 1;
position: relative;
float: right;
text-align: right;
width: 220px;
line-height: .6em
}
@media(max-width: 767px) {
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom {
padding:0 15px 20px 15px;
font-size:14px;
line-height:22px;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom .promo-code-store-offers-list-item-open-count-container {
display: block;
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom .promo-code-store-offers-list-item-active-to-container {
width: 100%;
margin: 0 0 10px;
float: none
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom .promo-code-store-offers-list-item-end-time {
margin-left: 10px;
z-index: 1;
position: relative;
float: right;
text-align: right;
width: 225px
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom-store-link {
display: block;
text-align: center;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0;
margin: 10px auto auto
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom-store-link,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom-store-link:focus,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom-store-link:hover {
color: #bbb;
line-height: 1
}
@media(min-width: 768px) {
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-bottom-store-link {
float:right;
display: inline-block;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0;
margin: 0 0 auto auto
}
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item.is-add-offers-pos,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item.is-add-offers-pos .promo-code-store-offers-list-item-logo,.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item.is-add-offers-pos .promo-code-store-offers-list-item-top {
background: #fffce3
}
.promo-code-store-offers-list-blocks-container {
padding-left: 30px;
padding-right: 30px;
margin-left: -30px;
margin-right: -30px
}
.promo-code-store-offers-list-blocks-container>.navbar-collapse,.promo-code-store-offers-list-blocks-container>.navbar-header {
margin-right: -30px;
margin-left: -30px
}
@media(min-width: 768px) {
.promo-code-store-offers-list-blocks-container>.navbar-collapse,.promo-code-store-offers-list-blocks-container>.navbar-header {
margin-right:0;
margin-left: 0
}
}
@media(max-width: 767px) {
.promo-code-store-offers-list-blocks-container {
margin:0 -15px;
padding-left: 15px
}
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-blocks-container-inner {
margin-left: 0;
margin-right: 0
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item {
float: left;
width: 45.45454545%;
position: relative;
min-height: 1px;
padding: 0 15px 30px;
margin: 0
}
@media(min-width: 768px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item {
float:left;
width: 26.31578947%
}
}
@media(min-width: 992px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item {
float:left;
width: 22.22222222%
}
}
@media(min-width: 1200px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item {
float:left;
width: 20%
}
}
@media(max-width: 1200px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item {
padding:0 5px 10px
}
}
@media(max-width: 767px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item {
padding:0 0 20px
}
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item.promo-code-store-offers-list-item-storepage {
float: left;
width: 50%;
position: relative;
min-height: 1px;
padding: 0 15px 30px
}
@media(min-width: 768px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item.promo-code-store-offers-list-item-storepage {
float:left;
width: 33.33333333%
}
}
@media(min-width: 992px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item.promo-code-store-offers-list-item-storepage {
float:left;
width: 33.33333333%
}
}
@media(min-width: 1200px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item.promo-code-store-offers-list-item-storepage {
float:left;
width: 25%
}
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner {
display: inline-block;
background-color: #fff;
border: 1px solid #dedede;
border-radius: 5px;
padding: 15px;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: crisp-edges;
text-rendering: optimizeLegibility;
box-shadow: 0 1px 5px rgba(0,0,0,.075);
-webkit-transition: all .2s cubic-bezier(.165,.84,.44,1);
transition: all .2s cubic-bezier(.165,.84,.44,1);
width: 100%;
height: 100%;
cursor: pointer
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner:after,.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner:before {
content: " ";
display: table
}
@media(max-width: 768px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner {
padding:10px
}
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner:active,.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner:focus,.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner:hover {
box-shadow: 0 1px 8px rgba(0,0,0,.075);
-webkit-transform: scale(1.03,1.03);
transform: scale(1.03,1.03)
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-logo-container {
height: 59px
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-logo-container .promo-code-store-offers-list-item-logo {
display: block;
text-align: left;
overflow: hidden
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-logo-container .promo-code-store-offers-list-item-logo,.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-logo-container .promo-code-store-offers-list-item-logo:focus,.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-logo-container .promo-code-store-offers-list-item-logo:hover {
border: 0;
text-decoration: none
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-logo-container .promo-code-store-offers-list-item-logo img {
display: inline-block;
border: 0;
vertical-align: middle;
width: 100%;
max-width: 130px;
max-height: 50px
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-title {
width: 100%;
margin: 5px 0;
text-align: left
}
@media(min-width: 768px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-title {
height:44px
}
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-title.promo-code-store-offers-list-item-endtime {
cursor: default
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-title h1,.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-title h2,.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-title h3 {
display: inline-block;
max-width: 100%;
max-height: 100%;
font-size: 14px;
line-height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
font-weight: 300;
font-family: helvetica neue,Helvetica,Arial,lucida grande,sans-serif;
margin: 0;
padding: 0
}
@media(max-width: 767px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-title h1,.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-title h2,.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-title h3 {
max-height:60px
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-btn-container {
display: none!important
}
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-btn-container {
max-height: 25px
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-btn-container>a {
white-space: nowrap;
text-decoration: none;
font-weight: 500;
font-size: .95em;
color: #53aa37;
padding: 0;
text-transform: uppercase
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-btn-container>a:after {
content: "\e080";
position: relative;
display: inline-block;
font-family: glyphicons halflings;
top: 1px;
font-size: .9em;
margin-left: 5px
}
@media(max-width: 992px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-btn-container>a {
font-size:.7em
}
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner.promo-code-stores-offers-list-item-more-offers {
width: 100%;
color: #333;
text-align: center;
vertical-align: middle;
line-height: 1.3em;
padding: 35px 15px;
text-decoration: none
}
@media(max-width: 767px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner .promo-code-store-offers-list-item-link-container {
display:none!important
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner.promo-code-stores-offers-list-item-more-offers {
padding: 30px 10px
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner {
min-height: 160px
}
.promo-code-store-offers-list-default-container .promo-code-store-offers-list-item-chevron-right-container {
margin: 0;
width: 70px;
text-align: unset;
float: none;
display: none;
height: 90%;
align-content: center;
flex-direction: row;
justify-content: center;
position: absolute;
right: -4px;
z-index: 100;
background-color: transparent;
align-items: center;
}
}
@media only screen and (min-width: 768px) and (max-width:1199px) {
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner.promo-code-stores-offers-list-item-more-offers {
padding:30px 10px
}
}
.promo-code-store-offers-list-blocks-container .promo-code-store-offers-list-item-inner.promo-code-stores-offers-list-item-more-offers>span:before {
content: '';
display: block;
width: 100%;
height: 48px;
margin-bottom: 15px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5IDMxLjQ5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS40OSAzMS40OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiPgo8cGF0aCBkPSJNMjEuMjA1LDUuMDA3Yy0wLjQyOS0wLjQ0NC0xLjE0My0wLjQ0NC0xLjU4NywwYy0wLjQyOSwwLjQyOS0wLjQyOSwxLjE0MywwLDEuNTcxbDguMDQ3LDguMDQ3SDEuMTExICBDMC40OTIsMTQuNjI2LDAsMTUuMTE4LDAsMTUuNzM3YzAsMC42MTksMC40OTIsMS4xMjcsMS4xMTEsMS4xMjdoMjYuNTU0bC04LjA0Nyw4LjAzMmMtMC40MjksMC40NDQtMC40MjksMS4xNTksMCwxLjU4NyAgYzAuNDQ0LDAuNDQ0LDEuMTU5LDAuNDQ0LDEuNTg3LDBsOS45NTItOS45NTJjMC40NDQtMC40MjksMC40NDQtMS4xNDMsMC0xLjU3MUwyMS4yMDUsNS4wMDd6IiBmaWxsPSIjZmZmMzQzIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) center no-repeat
}
.promo-code-store-offers-list-blocks-container.promo-code-store-offers-list-blocks-container-storepage {
margin-left: -15px;
margin-right: -15px;
padding-right: 0;
padding-left: 0
}
.promo-code-store-offers-list-item-btn {
text-transform: uppercase;
margin-top: 18px;
padding-right: 19px;
min-width: 219px
}
.promo-code-store-offers-list-item-btn-link {
text-transform: uppercase;
padding-right: 48px;
margin-top: 18px;
min-width: 219px;
position: relative;
display: inline-block;
color: rgb(255 255 255 / 90%);
background: #414161;
padding: 12px 14px;
transition: all .3s cubic-bezier(.25,.8,.25,1);
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
height: 40px;
line-height: 1em;
border-radius: 5px;
padding-right: 50px;
}
.promo-code-store-offers-list-item-btn-link::after {
content: "";
display: inline-block;
width: 18px;
height: 18px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"%3E%3Cpath fill="%23ffffff" d="M9.965 17.998h-5.53C3.047 17.998 2 16.942 2 15.547V4.425c0-1.364 1.048-2.423 2.4-2.423 1.382-.004 2.765 0 4.148 0 .33 0 .58.137.732.426a.755.755 0 0 1-.059.829c-.167.234-.4.332-.689.332-1.332-.004-2.66-.004-3.992 0-.098 0-.195.004-.293.02a.79.79 0 0 0-.658.742c-.004.067-.004.13-.004.196v10.926c0 .625.308.938.931.938h10.926c.611 0 .92-.313.92-.927V11.42c0-.372.21-.66.545-.77.323-.106.689 0 .876.289.09.14.152.324.156.489.011 1.415.015 2.826.003 4.241-.011 1.282-1.09 2.334-2.372 2.334-1.865 0-3.735-.004-5.605-.004Z"%3E%3C/path%3E%3Cpath fill="%23ffffff" d="M15.27 3.593h-2.446c-.128 0-.26-.008-.381-.047a.776.776 0 0 1-.534-.848c.058-.407.358-.688.767-.692.729-.008 1.453-.004 2.182-.004h2.259c.541 0 .88.328.88.871.004 1.459.004 2.92 0 4.379 0 .508-.339.864-.806.86-.46-.004-.783-.36-.783-.86V4.735c-.086.077-.14.128-.195.179l-5.095 5.113c-.206.211-.444.348-.744.301-.311-.047-.537-.219-.638-.528a.768.768 0 0 1 .179-.813c.109-.12.23-.23.343-.348 1.616-1.622 3.229-3.244 4.845-4.863.047-.05.09-.101.168-.183Z"%3E%3C/path%3E%3C/svg%3E');
position: absolute;
top: 50%;
right: 15px; transform: translateY(-50%);
}
.promo-code-store-offers-list-item-btn-code {
text-transform: uppercase;
padding-right: 48px;
margin-top: 18px;
min-width: 219px;
position: relative;
display: inline-block;
color: rgb(255 255 255 / 90%);
background: #414161;
box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 2px 1px rgb(0 0 0 / 10%);
padding: 12px 14px;
transition: all .3s cubic-bezier(.25,.8,.25,1);
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
height: 40px;
line-height: 1em;
border-radius: 5px;
}
.promo-code-store-offers-list-item-btn-code .promo-code-store-offers-list-item-btn-code-code {
text-transform: uppercase;
display: block;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 22px;
vertical-align: middle;
text-align: right;
overflow: hidden;
background: #fff;
color: #333;
font-weight: 700;
border: 1px solid #bbb;
border-width: 1px 1px 1px 0;
border-radius: 0 5px 5px 0;
z-index: 1
}
.promo-code-store-offers-list-item-btn-code .promo-code-store-offers-list-item-btn-code-code:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
width: 0
}
.promo-code-store-offers-list-item-btn-code .promo-code-store-offers-list-item-btn-code-code>span {
position: absolute;
top: 0;
right: 0;
overflow: visible;
display: inline-block;
vertical-align: middle;
text-align: right;
height: 100%;
width: 100px;
z-index: 2;
padding-right: 5px
}
.promo-code-store-offers-list-item-btn-code .promo-code-store-offers-list-item-btn-code-code>span:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
width: 0
}
.promo-code-store-offers-list-item-btn-code .promo-code-store-offers-list-item-btn-code-code>span>span {
display: inline-block;
vertical-align: middle;
text-align: right
}
.promo-code-store-offers-list-item-btn-code:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 21px;
width: 12px;
height: 1px;
border-top: 1px solid #bbb;
z-index: 4
}
.promo-code-store-offers-list-item-btn-code:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 22px;
width: 0;
height: 0;
border: 6px solid transparent;
z-index: 3;
border-color: #fff #fff #ec496b #ec496b
}
.promo-code-store-offers-list-item-show-code-btn,.promo-code-store-offers-list-link {
display: inline-block;
max-width: 220px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-color: white !important;
}
.promo-code-store-offers-list-item-show-code-value {
background-color: white !important;
}
.promo-code-store-offers-list-item-show-code-btn {
width: 100%;
margin-top: 20px;
background-color: white !important;
}
.promo-code-store-offers-list-item-show-code-btn .btn {
padding: 8px 16px
}
.modal {
display: none;
position: fixed;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0,-25%);
-ms-transform: translate(0,-25%);
-o-transform: translate(0,-25%);
transform: translate(0,-25%);
-webkit-transition: -webkit-transform .3s ease-out;
-moz-transition: -moz-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out
}
.modal.in .modal-dialog {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0,0)
}
body.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
background-color: rgb(0 0 0 / 81%);
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
background-clip: padding-box;
outline: 0
}
.modal {
top: 0px;
right: 0;
bottom: 0;
left: 0;
padding-top: 100px;
}
.modal-header {
padding: 15px;
border-bottom: 1px solid transparent
}
.modal-header .close {
margin-top: -2px
}
.modal-title {
margin: 0;
line-height: 1.3em
}
.modal-body {
position: relative;
padding: 15px
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid transparent
}
.modal-footer .btn+.btn {
margin-left: 5px;
margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
margin-left: 0
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media(min-width: 768px) {
.modal-dialog {
width:600px;
margin: 30px auto
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
width: 300px
}
}
@media(min-width: 992px) {
.modal-lg {
width:900px
}
}
button.close {
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
-webkit-appearance: none;
}
.close {
font-size: 34px;
font-weight: 300;
line-height: 24px;
opacity: .6;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
float: right;
color: rgb(0 0 0);
filter: alpha(opacity=20);
}
.modal-template-open-offer .modal-header .modal-title {
text-align: center;
font-size: 1.5em;
font-weight: 400;
margin: 0px;
font-size: 20px;
}
.modal-template-open-offer .modal-body {
padding: 15px 15px 5px;
background: #f2f2f2;
}
@media(min-width: 768px) {
.modal-template-open-offer .modal-body {
padding-left:60px;
padding-right: 60px;
padding-bottom: 20px;
}
}
.modal-template-open-offer .template-open-offer-all-codes-container {
margin: 10px 0;
}
.modal-template-open-offer .template-open-offer-code-container>div input.form-control {
border-color: rgb(0 0 0 / 0%)!important;
-webkit-box-shadow: none;
box-shadow: none;
background: 0 0!important;
text-align: center;
font-size: 18px;
height: 45px;
padding: 4px 5px;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-addon, .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
padding: 6px 16px;
font-size: 14px;
line-height: 1.5;
border-radius: 0;
-ms-user-select: none;
user-select: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
display: table-cell;
}
@media(max-width: 767px) {
.input-group-btn.hidden-xs{display:none}
}
.modal-template-open-offer .template-open-offer-code-container>div {
margin: 0;
padding: 0;
border: 1px solid rgb(226 224 224);
background: rgb(255 255 255);
width: 100%;
border-radius: 5px;
}
.modal-template-open-offer .template-open-offer-code-container>div .btn {
height: 30px;
width: 160px;
border-left: 1px dashed rgb(226 224 224);
background: rgb(255 255 255);
color: rgb(119 119 119);
box-shadow: none;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.modal-template-open-offer .template-open-offer-description-container {
max-width: 100%;
overflow: hidden;
word-wrap: break-word;
line-height: 1.35;
margin: 20px 0 0;
font-size: 16px;
}
.modal-template-open-offer .template-open-offer-description-container a{color:#ae2541;text-decoration:underline}
.modal-template-open-offer .template-open-offer-description-container a:hover{color:#ae2541;text-decoration:none}
.modal-template-open-offer .template-open-offer-link-container a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
-ms-user-select: none;
user-select: none;
-webkit-transition: all .4s;
-o-transition: all .4s;
font-size: 14px;
font-weight: 500;
padding: 12px 14px;
text-transform: uppercase;
box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 2px 1px rgb(0 0 0 / 10%);
transition: all .3s cubic-bezier(.25,.8,.25,1);
width: 100%;
height: 45px;
color: rgb(174 37 65);
border: 2px solid rgb(174 37 65);
border-radius: 5px;
background: rgb(255 255 255);
line-height: 1.5em;
}
.modal-template-open-offer .template-open-offer-link-container a:hover {background:#ae2541;color:#fff;}
.modal-template-open-offer .template-open-offer-link-container {
margin-top: 30px;
text-align: center;
margin-bottom: 20px;
}
.modal-template-open-offer .modal-footer {
text-align: center;
background: rgb(68 68 68);
padding: 12px 0 12px;
margin: 0 0 0px 0;
color: #fff;
}
.btn-success{
border-radius: 5px;
}
.btn-success:hover {
background-color: #16A085;
color: rgb(255 255 255);
box-shadow: 0 3px 8px rgb(0 0 0 / 10%), 0 0 2px rgb(0 0);
border-color: rgb(0 0 0 / 0%);
}
.acf-tab-button.over-data {
opacity: 0.8 !important;
background: rgb(234 166 65)!important;
}
.acf-tab-button.over-data2 {
opacity: 0.8!important;
background: rgb(166 196 236)!important;
}
.cashback-store-sidebar-block-container {
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 0 20px 35px;
text-align: left;
}
.cashback-store-sidebar-block-container:after, .cashback-store-sidebar-block-container:before {
content: " ";
display: table;
}
.cashback-store-sidebar-block-title {
font-family: pt sans, sans-serif;
display: block;
padding: 0;
font-size: 1.5em;
line-height: 1;
font-weight: 600;
margin: 15px 0 20px;
}
.cashback-store-sidebar-block-title:after, .cashback-store-sidebar-block-title:before {
content: " ";
display: table;
}
.cashback-store-sidebar-block-title:after {
clear: both;
}
.cashback-store-sidebar-block-container:after {
clear: both;
}
.cashback-stores-sidebar-list-item {
display: inline-block;
color: black;
font-weight: 500;
text-decoration: none !important;
-moz-transition: all .3s;
-o-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
line-height: 23px;
margin: 0 7px 7px 0;
padding: 3px 8px 2px;
border: 1px solid #dadada;
border-radius: 5px;
background: #FAF9FB;
}
.cashback-stores-sidebar-list-item-active {
background-color: #E6E4E9;
}
.show-more-btn {
display: block;
margin: 20px auto;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
text-align: center;
}
.promo-hidden {
display: none;
}
.promo-code-badge {
display: inline-block;
background-color: #E90B38;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding: 5px 10px;
border-radius: 5px;
margin-bottom: 10px;
text-align: center;
}
.promo-code-store-offers-list-item-btn-container {
margin-top: 10px;
}
.widget-badge {
display: inline-flex;
justify-content: center;
align-items: center;
font-weight: 600;
font-size: 10px;
line-height: 14px;
text-transform: uppercase;
padding: 4px;
border-radius: 4px;
color: #2ea464;
background-color: rgba(46, 164, 100, .12);
position: absolute;
right: 0;
top: 0;
}
.badge-promocode {
color: #2ea464;
background-color: rgba(46, 164, 100, .12);
}
.badge-discount {
color: #2e69a4;
background-color: rgba(46, 105, 164, .12);
}
.promo-code-store-offers-list-item-rightcol-inner {
position: relative;
}
.promo-code-store-offers-list-item-btn-container {
margin-top: 1px;
}