.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
} @font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(//thriftsaga.com/wp-content/themes/thriftsaga/assets/fonts/Montserrat/Montserrat-Light.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//thriftsaga.com/wp-content/themes/thriftsaga/assets/fonts/Montserrat/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(//thriftsaga.com/wp-content/themes/thriftsaga/assets/fonts/Montserrat/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//thriftsaga.com/wp-content/themes/thriftsaga/assets/fonts/Montserrat/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//thriftsaga.com/wp-content/themes/thriftsaga/assets/fonts/Montserrat/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(//thriftsaga.com/wp-content/themes/thriftsaga/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf) format('truetype');
}
body {
font-family: 'Montserrat';
}
.home  header .header-main .header-menu form{
display: none;
}
header {
background: #FFFFFF;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
position: relative;
}
header .header-main {
display: flex;
justify-content: space-between;
padding: 10px 0;
align-items: center;
}
header .header-main a{
display: block;
}
header .header-main a img{
width: 180px;
height: auto;
display: block;
}
header .header-main .header-menu {
display: flex;
align-items: center;
}
header .header-main .header-menu .header-mobile-toggle-icon {
display: none;
font-size: 28px;
color: black;
cursor: pointer;
margin-right: 20px;
}
header .header-main .header-menu .header-menu-search-icon {
background: #2dd551;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: white;
cursor: pointer; }
header .header-main .header-menu nav ul {
margin-bottom: 0;
padding-left: 0;
display: flex;
}
header .header-main .header-menu nav ul li {
list-style: none;
margin: 0 40px 0 0;
}
header .header-main .header-menu nav ul li:last-child {
margin-right: 20px;
}
header .header-main .header-menu nav ul li a {
text-decoration: none;
color: #000000;
font-weight: 500;
font-size: 14px;
position: relative;
}
header .header-main .header-menu nav ul li a:hover{
color: #2dd551;
}
header .header-main .header-menu nav ul li a:before {
transition: 0.6s all;
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
background: #2dd551;
z-index: 0;
height: 1px;
}
header .header-main .header-menu nav ul li a:hover:before {
width: 100%;
} header .header-main .mobile-menu.active {
right: 0;
}
header .header-main .mobile-menu {
position: fixed;
width: 300px;
height: 100%;
top: 0;
right: -100%;
z-index: 12;
background: #2cd3ac;
transition: 0.6s;
overflow: hidden;
overflow-y: auto;
}
header .header-main .mobile-menu i {
color: #0e0129;
background: #ffffff;
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
letter-spacing: 0;
cursor: pointer;
}
header .header-main .mobile-menu nav {
padding: 70px 0 0;
}
header .header-main .mobile-menu nav ul {
margin: 0;
padding: 0;
}
header .header-main .mobile-menu nav ul li {
transition: 0.3s all;
}
header .header-main .mobile-menu nav ul li:hover {
background-color: black;
}
header .header-main .mobile-menu nav ul li a {
color: #ffffff;
font-weight: 500;
display: block;
padding: 10px 24px;
transition: 0.4s;
text-decoration: none;
} header .header-main .header-menu form {
position: relative;
margin-left: auto;
z-index: 4;
}
header .header-main .header-menu form input {
padding: 10px 59px 10px 12px;
border: 0;
display: block;
width: 320px;
font-size: 13px;
height: 42px;
line-height: 1;
border-radius: 5px;
background-clip: padding-box;
border: solid #efefef;
border-width: 1px;
outline: none;
}
header .header-main .header-menu form i {
position: absolute;
top: 0;
right: 0;
height: 42px;
line-height: 42px;
padding: 0 12px;
margin: 0;
border-radius: 5px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
background-clip: padding-box;
background: #2dd551;
color: #fff;
border: none;
outline: none;
}
header .header-main .header-menu form input::placeholder {
vertical-align: top;
outline: none;
color: #dddfdf;
font-size: 13px;
text-transform: uppercase;
}  .search-sec {
display: none;
background-position: bottom;
}
.page-home .search-sec{
display: block;
}
.search-sec .search-sec-main {
padding: 60px 0 40px;
}
.search-sec .search-sec-main .search-sec-content {
width: 540px;
margin: 0 auto;
}
.search-sec .search-sec-main .search-sec-content h2 {
font-size: 36px;
font-weight: 600;
}
.search-sec .search-sec-main .search-sec-content form {
display: flex;
justify-content: center;
position: relative;
}
.search-sec .search-sec-main .search-sec-content form input {
width: 500px;
height: 50px;
padding-right: 10px;
outline: none;
background: #FFFFFF;
border: 1px solid #D5D5D5;
border-radius: 5px 0 0 5px;
padding-left: 20px;
font-size: 14px;
}
.search-sec .search-sec-main .search-sec-content form button {
border: none;
width: 50px;
height: 50px;
background-color: #2dd551;
border-radius: 0px 5px 5px 0px;
} .stores-sec .stores-sec-main {
padding: 30px 0 30px;
}
.stores-sec .stores-sec-main .stores-sec-title h3 {
color: #2dd551;
font-size: 21px;
margin-bottom: 30px;
}
.stores-sec-slider-img-box {
width: calc(100% - 15px);
height: 150px;
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
margin: 15px auto;
border-radius: 9px;
}
.stores-sec-slider-img-box img{
width: 100%;
height: 100%;
object-fit: contain;
transition: 0.3s all;
}
.stores-sec-slider-img-box img:hover{
transform: translate(10px 10px 10px 10px);
}  section.top-offers-sec {
padding: 0 0 20px;
}
.top-offers-sec .top-offers-sec-title h3 {
color: #2dd551;
font-size: 21px;
font-weight: 600;
line-height: 22px;
text-align: center;
text-transform: uppercase;
margin: 0 0 30px;
}
.top-offers-sec .top-offers-card {
background: #FFFFFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
border-radius: 5px;
margin-bottom: 20px;
}
.top-offers-sec .top-offers-card .top-offers-card-img-box {
background: #fafafa;
overflow: hidden;
}
.top-offers-sec .top-offers-card .top-offers-card-img-box img {
height: 150px;
object-fit: contain;
transition: 0.8s all;
width: 100%;
}
.top-offers-sec .top-offers-card .top-offers-card-img-box:hover img{
transform: scale(1.1);
} .top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-veiw {
display: flex;
justify-content: space-between;
align-items: center;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-veiw h6 {
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
padding: 10px 0 0 10px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-veiw .top-offers-card-check {
align-items: center;
display: flex;
margin: 10px 0 0 20px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-veiw .top-offers-card-check i {
color: white;
background: #2dd551;
width: 20px;
display: flex;
justify-content: center;
align-items: center;
height: 20px;
border-radius: 50%;
font-size: 13px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-veiw p {
font-size: 11px;
padding: 20px 20px 0;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-content-title a {
text-decoration: none;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-content-title p {
font-size: 15px;
color: #555555;
font-weight: 600;
padding: 10px 20px;
height: 60px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 0;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-deal {
position: relative;
text-decoration: none;
color: #2dd551;
overflow: hidden;
display: block;
border-radius: 5px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button {
padding: 14px 20px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-deal .front span {
display: block;
padding: 10px;
border-radius: 5px;
text-transform: uppercase;
text-align: center;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-deal .front {
background: #2dd551;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
transition: 0.3s all;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button:hover .get-deal .front{
background-color: #2dd551b6;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-deal span.back {
text-align: right;
padding: 10px 20px 10px 0;
display: block;
color: #2dd551;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-code {
position: relative;
text-decoration: none;
color: #2dd551;
overflow: hidden;
display: block;
border-radius: 8px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-code .front span {
transform: skewX(-25deg);
display: block;
padding: 10px;
border-radius: 5px;
text-align: center;
text-transform: uppercase;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-code .front {
background: #2dd551;
position: absolute;
top: 0;
left: -20px;
width: 95%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
transform: skewX(25deg);
transition: 0.3s all;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button:hover .get-code .front{
width: 78%;
background-color: #2dd551b6;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-code span.back {
border: 2px dashed #2dd551;
text-align: right;
padding: 10px 20px 10px 0;
display: block;
display: block;
color: #2dd551;
min-height: 48px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button:hover .get-code span.back{
border: 2px solid #2dd551b6;
}  .category-sec {
position: relative;
padding-bottom: 20px;
}
.category-sec .category-sec-img-box {
width: 100%;
height: 100%;
}
.category-sec .category-sec-img-box img {
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
}
.category-sec .category-sec-title h3 {
color: #2dd551;
font-size: 21px;
font-weight: 600;
margin-bottom: 30px;
}
.category-sec a {
text-decoration: none;
color: black;
}
.category-sec .category-sec-card {
background: #FFFFFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding: 30px 15px 10px;
text-align: center;
margin-bottom: 30px;
position: relative;
}
.category-sec-card .category-sec-card-img-box img {
width: 60%;
height: 170px;
object-fit: contain;
aspect-ratio: 1/1.1;
transition: 0.3s all;
}
.category-sec-card:hover .category-sec-card-img-box img{
transform: rotate(5deg);
}
.category-sec .category-sec-card .category-sec-card-content-box {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.category-sec .category-sec-card .category-sec-card-content-box h3 {
font-size: 13px;
font-weight: 500;
margin-bottom: 0;
}
.category-sec-bottom-content strong {
font-size: 14px;
line-height: 16px;
margin-right: 10px;
}
.category-sec-bottom-content p {
font-weight: 400;
font-size: 13px;
line-height: 16px;
margin-bottom: 0;
}  footer {
background: #2dd551;
padding: 30px 0;
}
footer .footer-about h5 {
font-size: 15px;
color: white;
font-weight: 600;
margin-bottom: 20px;
letter-spacing: 1px;
text-transform: uppercase;
}
footer .footer-about p {
font-size: 12px;
font-weight: 300;
color: white;
padding-right: 60px;
}
footer .footer-links h5 {
font-size: 15px;
color: white;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
footer .footer-links ul {
padding-left: 0;
}
footer .footer-links ul li {
list-style: none;
margin-bottom: 10px;
}
footer .footer-links ul li a {
text-decoration: none;
color: white;
font-size: 11px;
font-weight: 300;
}
footer .footer-spacial-place h5 {
font-size: 15px;
color: white;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
footer .footer-spacial-place p {
font-size: 10px;
font-weight: 300;
color: white;
margin-top: 20px;
}
footer .footer-subscription h5 {
font-size: 15px;
color: white;
font-weight: 600;
margin-bottom: 20px;
text-transform: uppercase;
}
footer .footer-subscription ul {
display: flex;
list-style: none;
padding: 0;
}
footer .footer-subscription a {
color: black;
font-size: 20px;
margin-right: 15px;
display: flex;
text-decoration: none;
width: 35px;
height: 35px;
background-color: white;
border-radius: 50%;
justify-content: center;
align-items: center;
transition: 0.5s all;
}
footer .footer-subscription a:hover{
color: #2dd551;
}
footer .footer-subscription form {
display: flex;
}
footer .footer-subscription form input {
width: 400px;
height: 40px;
outline: none;
border: none;
border-radius: 5px 0px 0px 5px;
padding-left: 10px;
font-size: 14px;
}
footer .footer-subscription form input::placeholder {
color: #DDDFDF;
}
footer .footer-subscription form button {
border: none;
width: 50px;
height: 40px;
background-color: #40c2a4;
border-radius: 0px 5px 5px 0px;
}  .footer-bottom {
background: #2dd551;
border-top: 1px solid rgba(255, 255, 255, 0.25);
padding: 20px 0;
}
.footer-bottom .footer-bottom-content p {
margin-bottom: 0;
font-size: 12px;
color: white;
font-weight: 300;
} @media (max-width: 991px) {
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-code span.back {
padding: 5px 15px 5px 0;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-deal .front span {
padding: 7px 15px 5px 0;
}
footer .footer-subscription {
text-align: center;
}
footer .footer-subscription ul {
justify-content: center;
}
footer .footer-subscription form {
justify-content: center;
}
}
@media (max-width: 767px) {
header .header-main .header-menu nav {
display: none;
}
header .header-main .header-menu .header-mobile-toggle-icon {
display: block;
}
header .header-main .header-mobile-navbar {
display: block;
}
.search-sec .search-sec-main .search-sec-content h2 {
font-size: 32px;
}
.search-sec .search-sec-main .search-sec-content form input {
width: 400px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-content-title p {
font-size: 13px;
}
.category-sec .category-sec-img-box img {
height: 100%;
}
.category-sec .category-sec-card {
padding: 0;
}
.category-sec-card .category-sec-card-img-box img {
padding: 11px 11px 0;
}
.category-sec .category-sec-card .category-sec-card-content-box h3 {
padding: 0 11px 11px;
}
.category-sec-bottom-content p {
margin: 0;
padding: 10px 0 0;
}
.stores-sec{
padding: 0;
}
.stores-sec .stores-sec-main{
padding-bottom: 0;
}
}
@media (max-width: 575px) {
.top-offers-sec .top-offers-card {
width: 350PX;
max-width: 100%;
margin: 0 auto 20px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-deal .front span{
padding: 10px 15px 10px 0;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button .get-code span.back{
padding: 10px 15px 10px 0;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-veiw p{
font-size: 14px;
margin-bottom: 0;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-content-title p{
height: 55px;
}
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-button{
padding: 0 20px 14px;
}
.category-sec .category-sec-card {
padding: 0;
width: 250px;
margin: 0 auto 20px;
}
.category-sec-card .category-sec-card-img-box img {
padding: 30px 31px 0;
}
.category-sec .category-sec-card .category-sec-card-content-box h3 {
padding: 0 51px 0px;
}
.search-sec .search-sec-main {
padding: 40px 0 30px;
}
.search-sec .search-sec-main .search-sec-content {
width: 340px;
}
.search-sec .search-sec-main .search-sec-content h2 {
font-size: 21px;
}
.search-sec .search-sec-main .search-sec-content form input {
width: 300px;
}
.category-sec .category-sec-card {
padding: 0;
width: 160px;
margin: 0 auto 10px;
}
.category-sec-card .category-sec-card-img-box img {
padding: 10px;
}
.category-sec .category-sec-card .category-sec-card-content-box h3 {
padding: 10px;
}
footer .footer-about {
text-align: center;
}
footer .footer-about h5 {
margin-bottom: 10px;
}
footer .footer-about p {
padding: 0;
}
footer .footer-links {
text-align: center;
}
footer .footer-links h5 {
margin: 0;
}
footer .footer-links ul li {
margin-bottom: 0;
}
footer .footer-spacial-place h5 {
margin-bottom: 0;
}
footer .footer-spacial-place {
text-align: center;
}
footer .footer-subscription form input {
width: 250px;
}
}  header {
background: #FFFFFF;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
} .deals-sec-commission .deals-sec-commission-content {
padding: 30px 0;
}
.deals-sec-commission .deals-sec-commission-content p {
font-size: 11px;
font-weight: 400;
color: #222222;
margin-bottom: 0;
}  .deals-sec {
font-family: 'Montserrat';
}
section.deals-sec {
padding: 0px 0 50px;
overflow: hidden;
}
.deals-sec .deals-sec-card-main {
margin-top: 10px;
}
.deals-sec .deals-menu {
margin-bottom: 20px;
}
.deals-sec .deals-menu ul {
padding-left: 0;
margin-bottom: 0;
display: flex;
}
.deals-sec .deals-menu ul li {
list-style: none;
margin-right: 13px;
}
.deals-sec .deals-menu ul li a {
text-decoration: none;
padding: 7px 15px;
font-size: 14px;
font-weight: 500;
background: white;
color: #2dd551;
border: 1px solid #2dd551;
text-transform: uppercase;
}
.deals-sec .deals-menu ul li a.active {
background-color: #2dd551;
color: white;
}
.deals-sec .deals-sec-card-main .deals-sec-card {
display: flex;
background: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
border-radius: 4px;
margin: 7px 0;
padding: 15px 15px 15px 0;
position: relative;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer {
padding: 15px;
border-right: 1px dashed #CCCCCC;
flex: 0 0 200px;
text-align: center;
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer:before {
content: '';
width: 20px;
height: 20px;
border-radius: 50%;
background: linear-gradient(0deg, white 50%, transparent 50%); position: absolute;
right: -10px;
top: -26px;
box-shadow: 0px 5px 0px 0px inset #fff, 0px 0px 0px 1px #ccc inset;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer:after {
content: '';
width: 20px;
height: 20px;
border-radius: 50%;
background: linear-gradient(0deg, white 50%, transparent 50%); position: absolute;
right: -10px;
bottom: -22px;
box-shadow: 0px 5px 0px 0px inset #fff, 0px 5px 0px 1px #ccc inset;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer .percent {
line-height: 1;
font-size: 24px;
font-weight: 700;
margin-bottom: 5px;
word-break: break-word;
text-transform: uppercase;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer .off {
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer h6 {
text-transform: uppercase;
font-size: 12px;
font-weight: 700; }
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content {
display: flex;
justify-content: flex-start;
width: 100%;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title {
padding: 0 30px 0 15px;
flex: 1;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title p {
font-weight: 500;
font-size: 20px;
padding: 0;
margin-bottom: 0;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title {
width: 490px;
max-width: 100%;
padding: 0 40px 0 20px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer {
padding: 0;
border-right: 1px dashed #CCCCCC;
flex: 0 0 200px;
text-align: center;
position: relative;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon {
flex: 0 0 180px;
align-self: center;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon:hover a{
background-color: #2dd551b6;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon a {
background: #2dd551;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
border-radius: 4px;
text-decoration: none;
font-weight: 700;
font-size: 16px;
color: white;
padding: 16px 20px;
text-transform: uppercase;
display: block;
text-align: center; letter-spacing: 1px;
transition: 0.3s all;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon.deal-button a{
color: #2dd551;
border: 1px solid #2dd551;
background: white;
}
.deals-sec .deals-fosil-main .deals-fosil-img-box {
background: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
border-radius: 4px;
height: 140px;
display: flex;
justify-content: center;
align-items: center;
}
.deals-sec .deals-sec-commission .deals-fosil-mobile-img-box{
display: none;
}
.deals-sec .deals-fosil-main .deals-fosil-img-box img{
width: 100%;
height: 100%;
object-fit: contain;
}
.deals-sec .deals-fosil-main .deals-fosils-content h3 {
font-size: 24px;
font-weight: 300;
line-height: 32px;
letter-spacing: 0em;
text-align: left;
margin: 20px 0;
font-family: 'Montserrat';
color: black;
}
.deals-sec .deals-fosil-main .deals-fosils-content p {
font-size: 16px;
font-weight: 400;
margin-bottom: 20px;
text-transform: capitalize;
}
.deals-sec .deals-fosil-main .deals-fosils-content ul {
margin-bottom: 20px;
padding: 0;
}
.deals-sec .deals-fosil-main .deals-fosils-content ul li {
list-style: none;
text-indent: 40px;
}
.deals-sec .deals-fosil-main .deals-fosils-content h6 {
font-size: 18px;
font-weight: 700;
line-height: 24px;
margin-bottom: 20px;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-popular-stores {
display: flex;
flex-flow: wrap;
margin-bottom: 30px;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-popular-stores a {
display: block;
border: 1px solid #2dd551;
padding: 5px 8px;
margin: 5px 7px;
text-decoration: none;
font-size: 16px;
font-weight: 500;
color: #2dd551;
background-color: white;
transition: 0.5s all;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-popular-stores a:hover{
color: white;
background-color: #2dd551;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-similar-shops {
display: flex;
flex-flow: wrap;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-similar-shops a {
display: block;
border: 1px solid #2dd551;
padding: 5px 8px;
margin: 5px 7px;
text-decoration: none;
font-size: 16px;
font-weight: 500;
color: #2dd551;
background-color: white;
transition: 0.5s all;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-similar-shops a:hover{
color: white;
background-color: #2dd551;
}  @media (max-width: 1199px) {
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer {
flex: 0 0 160px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title{
width: 370px;
padding-right: 0;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title p {
font-size: 17px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon {
flex: 0 0 165px;
}
.deals-sec .deals-fosil-main .deals-fosils-content ul li {
text-indent: 35px;
}
.deals-sec .deals-fosil-main .deals-fosils-content p {
font-size: 15px;
}
.deals-sec .deals-fosil-main .deals-fosils-content h3 {
font-size: 22px;
}
.deals-sec .deals-fosil-main .deals-fosils-content h6 {
font-size: 17px;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-popular-stores a {
margin: 5px 4px;
}
.category-sec-card .category-sec-card-img-box img{
height: 100px;
}
}
@media (max-width: 991px) {
.deals-sec .deals-fosil-main {
text-align: center;
}
.deals-sec .deals-fosil-main .deals-fosil-img-box {
width: 340px;
margin: 0 auto;
}
.deals-sec .deals-fosil-main .deals-fosils-content h3 {
text-align: center;
}
.deals-sec .deals-fosil-main .deals-fosils-content ul li {
text-indent: 0;
}
.deals-sec .deals-menu {
padding: 0 0 10px;
margin: 0;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-popular-stores {
justify-content: center;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-similar-shops {
justify-content: center;
margin: 0 0 30px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer {
flex: 0 0 140px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer h4 {
font-size: 22px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer h5 {
font-size: 16px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer h6 {
font-size: 10px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content {
width: 80%;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title p {
padding: 0 0 0 0;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon {
flex: 0 0 140px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title p {
font-size: 16px;
padding: 13px 0 0 10px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon a {
font-size: 17px;
padding: 10px 16px;
}
.deals-sec .deals-fosil-main .deals-fosils-content p {
font-size: 14px;
padding: 0 20px;
}
.deals-sec .deals-fosil-main .deals-fosils-content ul li {
font-size: 14px;
}
.deals-sec .deals-fosil-main .deals-fosils-content h6 {
margin: 0 0 0;
}
.deals-sec .deals-menu ul li {
margin-right: 5px;
}
.deals-sec-commission .deals-sec-commission-content {
padding: 16px 0 0;
}
}
@media (max-width: 767px) {
header .header-main .header-menu nav {
display: none;
}
.deals-sec-commission .deals-sec-commission-content {
padding: 16px 0 0;
}
.deals-sec .deals-menu {
padding: 0 0 10px;
}
.deals-sec .deals-sec-card-main .deals-sec-card {
padding: 15px 15px 15px 0;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content{
width: 78%;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer {
flex: 0 0 120px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer h4 {
font-size: 22px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer h5 {
font-size: 16px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer h6 {
font-size: 10px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title {
padding: 0 10px 0 0px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title p {
font-size: 15px;
padding: 13px 0 0 8px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon {
flex: 0 0 150px;
}
}
@media (max-width: 575px) {
section.deals-sec {
padding: 0 0 20px;
}
.deals-sec-commission .deals-sec-commission-content{
padding-bottom: 16px;
}
.deals-sec .deals-fosil-main .deals-fosil-img-box{
display: none;
}
.deals-sec .deals-sec-commission .deals-fosil-mobile-img-box{
background: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
border-radius: 4px;
height: 140px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.deals-sec .row {
flex-direction: column-reverse;
}
.deals-sec .deals-menu {
padding: 0;
}
.deals-sec .deals-menu ul{
justify-content: center;
flex-flow: wrap;
}
.deals-sec .deals-menu ul li:first-child{
padding-left: 0;
}
.deals-sec .deals-menu ul li:last-child{
padding-bottom: 20px;
}
.deals-sec .deals-menu ul li {
margin-right: 8px;
padding-right: 13px;
padding-bottom: 20px;
}
.deals-sec .deals-menu ul li a {
padding: 5px 8px;
font-size: 16px;
}
.deals-sec .deals-fosil-main .deals-fosils-content h3 {
font-size: 20px;
margin: 10px 0;
}
.deals-sec .deals-fosil-main .deals-fosils-content p {
margin-bottom: 10px;
}
.deals-sec .deals-fosil-main .deals-fosils-content ul {
margin: 0 0 10px;
}
.deals-sec .deals-fosil-main .deals-fosils-content .deals-fosils-content-popular-stores {
margin-bottom: 10px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-offer {
flex: 0 0 120px;
padding: 0 5px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title p {
padding-top: 0;
font-size: 13px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content {
display: block;
flex: 1;
width: auto;
max-width: calc(100% - 120px);
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon {
padding: 10px 0px 0 10px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deals-sec-card-buttoon a {
font-size: 14px;
padding: 10px 5px;
}
} section.tabing-sec {
background: white;
padding: 40px 0;
text-align: center;
}
.tabing-sec .tabing-sec-main h1 {
font-weight: 600;
font-size: 32px;
margin: 0;
color: #0e0129;
}
.tabing-sec .tabing-sec-main ul {
display: flex;
align-items: center;
justify-content: center;
margin: 10px 0 0;
color: #666666;
font-size: 14px;
list-style: none;
padding: 0;
}
.tabing-sec .tabing-sec-main ul li {
margin: 0 5px;
color: #2dd551;
font-weight: 600;
}
.tabing-sec .tabing-sec-main ul li i {
font-weight: 700;
margin-left: 10px;
color: #0e0129;
}
.tabing-sec .tabing-sec-main ul a {
color: #666666;
font-weight: 400;
text-decoration: none;
} .privacy-policy-sec {
padding: 80px 0;
color: #000;
line-height: 1.6;
}
.privacy-policy-sec .privacy-policy-main p {
color: #000;
margin: 0 0 10px;
line-height: 1.6;
text-align: justify;
}
.privacy-policy-sec .privacy-policy-main p b {
color: #0e0129;
font-size: 20px;
} @media (max-width: 767px) {
.privacy-policy-sec {
padding: 20px 0;
}
.privacy-policy-sec .privacy-policy-main p {
font-size: 14px;
}
.privacy-policy-sec .privacy-policy-main p b {
font-size: 18px;
}
} .stores-sec {
padding: 20px 0 20px;
}
.stores-sec .stores-sec-content-main a {
display: inline-block;
text-align: center;
margin-bottom: 30px;
text-decoration: none;
}
.stores-sec .stores-sec-content-main a .stores-sec-img-box {
width: 140px;
height: 140px;
border: 5px solid transparent;
box-shadow: none;
transition: 0.3s all ease-in-out;
margin: 0 auto;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
border-radius: 50%;
overflow: hidden;
}
.stores-sec .stores-sec-content-main a .stores-sec-img-box img {
width: 100%;
height: auto;
}
.stores-sec .stores-sec-content-main a .stores-sec-content p {
font-size: 16px;
color: #0e0129;
font-weight: 600;
display: block;
margin: 5px 0 0;
transition: 0.3s all ease-in-out;
}
.stores-sec .stores-sec-content-main a:hover .stores-sec-content p {
color: #2dd551;
}
.stores-sec .stores-sec-content-main a:hover .stores-sec-img-box {
box-shadow: 0 0 0px 2px #2dd551;
border: 5px solid #ffffff;
} section.contact-sec {
padding: 80px 0;
background-color: #f1f1f1;
}
.contact-sec .contact-sec-main .contact-info h3 {
color: #0e0129;
font-weight: 700;
font-size: 32px;
position: relative;
padding-bottom: 10px;
margin-bottom: 15px;
}
.contact-sec .contact-sec-main .contact-info h3:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100px;
height: 1px;
background: #e1e1e1;
}
.contact-sec .contact-sec-main .contact-info ul {
list-style: none;
padding: 0;
}
.contact-sec .contact-sec-main .contact-info ul li {
margin-bottom: 10px;
line-height: 1.6;
}
.contact-sec .contact-sec-main .contact-info ul li a {
color: #30d2ac;
font-weight: 700;
text-decoration: none;
} @media (max-width: 575) {
section.contact-sec {
padding: 20px 0;
}
} .deal-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
display: none;
}
.deal-popup .deal-popup-inner {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.8);
}
.deal-popup .deal-popup-inner .deal-popup-box {
width: 600px;
max-width: calc(100% - 30px);
height: auto;
max-height: calc(100vh - 30px);
overflow: overlay;
padding: 30px;
background: #ffffff;
position: relative;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-logo a {
display: block;
width: 150px;
height: 100px;
text-align: center;
margin: 0 auto;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-logo a img {
height: 100%;
width: 100%;
object-fit: contain;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-title {
text-align: center;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-title h3 {
margin: 0;
font-size: 24px;
font-weight: 800;
color: #2dd551;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-coupon-box {
display: flex;
align-items: center;
justify-content: flex-start;
background: rgba(14, 1, 41, 0.1);
border-radius: 5px;
padding: 5px;
margin: 15px 0 6px;
border: 2px dashed #0e0129;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-coupon-box h3 {
margin: 0;
flex: 1;
text-align: center;
font-size: 24px;
font-weight: 700;
letter-spacing: 1px;
line-height: 1;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-coupon-box button {
background: #2dd551;
border: none;
flex: 0 0 90px;
max-width: 90px;
font-weight: 600;
padding: 12px 15px;
line-height: 1;
border-radius: 5px;
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-coupon-note p {
font-size: 12px;
text-align: center;
color: #666666;
margin: 0;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-coupon-note p a {
color:#2dd551;
font-weight: 600;
}
.deal-popup .deal-popup-inner .deal-popup-box .deal-popup-close {
display: block;
font-size: 16px;
color: #2dd551;
background: #caf5d3;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
cursor: pointer;
margin-left: auto;
}
.inside-banner {
background: #e7e7e7;
padding: 40px 0;
text-align: center; }
.inside-banner h1 {
font-weight: 600;
font-size: 32px;
margin: 0;
color: #000; }
.banner-breadcrumb {
display: flex;
align-items: center;
justify-content: center;
margin: 10px 0 0;
color: #666666;
font-size: 14px; }
.banner-breadcrumb li {
margin: 0 5px;
color: #2dd551;
font-weight: 600; }
.banner-breadcrumb li:after {
content: '\f105';
font-family: 'FontAwesome';
font-weight: 700;
margin-left: 10px;
color: #000; }
.banner-breadcrumb li:last-child:after {
display: none; }
.banner-breadcrumb li a {
color: #666666;
font-weight: 400; }
.all-categories-section {
padding: 80px 0 50px;
background: #f8f9f9;
}
.all-category-single {
display: inline-block;
text-align: center;
margin-bottom: 30px; }
.all-category-single .all-category-single-icon {
width: 60px;
height: 60px;
background: #2dd551;
border-radius: 50%;
display: flex;
margin: 0 auto;
align-items: center;
justify-content: center;
font-size: 28px;
color: #ffffff;
border: 5px solid transparent;
box-shadow: none;
transition: 0.3s all ease-in-out; }
.all-category-single .all-category-single-icon i {
transition: 0.3s all ease-in-out; }
.all-category-single span {
font-size: 16px;
color: #2dd551;
font-weight: 600;
display: block;
margin: 5px 0 0;
transition: 0.3s all ease-in-out; }
.all-category-single:hover .all-category-single-icon {
box-shadow: 0 0 0px 2px black;
border: 5px solid #ffffff;
background: black; }
.all-category-single:hover .all-category-single-icon i {
transform: scale(1.1); }
.all-category-single:hover span {
color: black; }
.inside-banner-btn {
margin-top: 10px;
border-radius: 50px;
padding: 15px 35px;
background: #2dd551;
color: #ffffff;
display: inline-block;
text-align: center;
line-height: 1;
font-weight: 700;
transition: 0.4s ease-in-out; }
.inside-banner-btn:hover {
background: #000;
color: #ffffff; }
.all-stores-section {
background: #f8f9f9;
padding: 80px 0 50px; }
.all-store-single {
display: inline-block;
text-align: center;
margin-bottom: 30px; }
.all-store-single .all-store-single-image {
width: 140px;
height: 140px;
border: 5px solid transparent;
box-shadow: none;
transition: 0.3s all ease-in-out;
margin: 0 auto;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
border-radius: 50%;
overflow: hidden;
}
.all-store-single .all-store-single-image img {
width: 100%;
height: auto; }
.all-store-single span {
font-size: 16px;
color: #000;
font-weight: 600;
display: block;
margin: 5px 0 0;
transition: 0.3s all ease-in-out; }
.all-store-single:hover .all-store-single-image {
box-shadow: 0 0 0px 2px #2dd551;
border: 5px solid #ffffff; }
.all-store-single:hover .all-store-single-image i {
transform: scale(1.1); }
.all-store-single:hover span {
color: #2dd551; }
.deals-tab-content{
display: none;
}
.deals-tab-content.active{
display: block;
}
.contact-section{
padding: 80px 0 0;
}
.contact-infoside h3{
color: #000;
font-weight: 700;
font-size: 32px;
position: relative;
padding-bottom: 10px;
margin-bottom: 15px;
}
.header-search-result ul{
list-style: none;
padding: 0;
margin: 0;
text-align: left;
}
.header-search-result{
position: absolute;
top: calc(100% + 5px);
left: 10px;
width: 480px;
max-width: calc(100% - 40px);
background: #fff;
border-radius: 8px;
box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.1);
z-index: 10;
max-height: 380px;
overflow: scroll;
overflow-x: hidden;
}
.header-search-result ul li a{
color: #000;
display: block;
padding: 10px 15px;
font-size: 14px;
}
.header-search-result ul li:hover a{
background: rgba(0,0,0,0.1);
}
.default-page-section{
padding: 80px 0 0;
color: #000;
line-height: 1.6;
} .page-home .search-sec{
position: relative;
overflow: hidden;
}
.searh-sec-img img{
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
object-fit: cover;
}
.diclmr{
position: fixed;
bottom: 15px;
right: 15px;
width: 400px;
max-width: calc(100% - 40px);
background: rgba(0,0,0,0.92);
padding: 20px;
z-index: 99;
color: white;
text-align: center;
border-radius: 5px;
background-clip: padding-box;
}
.diclmr p{
font-size: 14px;
margin-bottom: 0;
}
.disclmr-pp{
display: block;
text-align: center;
width: max-content;
margin: 15px auto;
color: #fff;
text-decoration: underline;
font-size: 14px;
}
.disclmr-ok{
padding: 5px 20px;
font-size: 14px;
border-radius: 3px;
background: #2dd551;
color: #fff;
}
.deals-fosil-mobile-img-box img{
width: 100%;
}
@media(max-width: 991px){
header .header-main{
padding: 10px 0 60px;
position: relative;
}
.page-home header .header-main{
padding: 10px 0;
}
.header-logo-box{
flex: 0 0 180px;
max-width: 180px;
}
header .header-main .header-menu{
flex: 1;
display: block;
}
header .header-main .header-menu nav ul{
justify-content: flex-end;
}
header .header-main .header-menu form{
position: absolute;
left: 0;
width: 100%;
height: auto;
bottom: 10px;
}
header .header-main .header-menu form input{
width: 100%;
}
}
@media(max-width: 767px){
header .header-main .header-menu .header-mobile-toggle-icon{
text-align: right;
margin-right: 0;
}
}
@media (max-width: 575px){
.top-offers-sec .top-offers-card .top-offers-card-content .top-offers-card-content-title p{
font-size: 16px;
}
.deals-sec .deals-sec-card-main .deals-sec-card .deal-sec-card-content .deal-sec-card-title p {
font-size: 16px;
}
} .footer-newsletter-bar{
padding-bottom: 30px;	
}
.footer-newsletter-para {
text-align: center;
color: #fff;
font-size: 14px;
padding-bottom: 8px;
}
.footer-newsletter-fields > p{
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: max-content;
margin: 0 auto;
}
.footer-newsletter-fields > p input[type=email]{
border-radius: 8px 0 0 8px;
font-size: 14px;
height: 60px;
line-height: 58px;
padding: 0;
text-indent: 20px;
border: 1px solid #a7a7a7;
border-right: none;
}
.footer-newsletter-fields > p input[type=submit]{
border-radius: 0 8px 8px 0;
font-size: 14px;
line-height: 60px;
height: 60px;
width: auto;
padding: 0 28px;
outline: none;
border: none;
background: #fb6d56;
color: #fff;
border: 1px solid #fb6d56;
border-left: none;
font-weight: 500;
}
.footer-newsletter-fields > p .wpcf7-spinner {
margin: 0;
position: absolute;
right: -40px;
}
.footer-newsletter-fields > p .wpcf7-not-valid-tip{
color: #ff583d;
font-size: 14px;
position: absolute;
bottom: -24px;
}
.footer-newsletter-bar .wpcf7-response-output {
text-align: center;
border: none !important;
font-size: 14px;
color: #000;
background: #dffbe0;
width: max-content;
margin: 32px auto 0 !important;
display: block;
border-radius: 4px;
}