html,
body {
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* p{
	margin-bottom: 0;
} */

a {
  transition: all linear .25s;
  text-decoration: none !important;
}

.slick-initialized .slick-slide {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center !important;
}

.revslider-coupon-box {
  min-width: auto;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 12px;
  text-align: left;
  margin: auto;
  background: #00000045;
}

sr7-txt#SR7_1_1-2-0 {
  font-family: 'Poppins' !important;
  white-space: normal !important;
}

.revslider-coupon-box h3 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.revslider-coupon-box p {
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
}

.revslider-coupon-box a {
  display: inline-block;
  padding: 10px 29px;
  background: #ca001a;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}

.custom-live-search {
  position: relative;
}

input.searchbarr.ajax-live-search-input {
  padding: 6px;
  border-radius: 20px;
  border: 2px solid #000;
  border-inset: none;
  outline-offset: 0 !important;
  width: 250px;
}

.ajax-live-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /*padding: 14px;*/
  border-radius: 18px;
}

.store-result,
.search-heading {
  padding: 14px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ca011b;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.ajax-live-search-results .post-result {
  padding: 8px 12px;
  border-bottom: 1px solid #f1f1f1;
}

.ajax-live-search-results .post-result a {
  text-decoration: none;
  color: #333;
}

.top_disclaimer {
  background: #111;
  color: #fff;
  padding: 20px 0;
}

.top_disclaimer p {
  margin-bottom: 0;
}

.topbar {
  background: #b61f2d;
  color: #fff;
  padding: 10px 0;
}

.topbar_contacts li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.topbar_contacts li a {
  color: #fff;
  font-size: 14px;
}

.topbar_contacts li a:hover {
  opacity: .7;
}

.topbar_contacts li:not(:last-child)::after {
  content: '';
  padding-right: 0px;
  position: absolute;
  right: 8px;
  width: 2px;
  height: 20px;
  background: #fff;
  top: 2px;
}

.topbar_socials li {
  display: inline-block;
  margin: 0 10px;
}

.topbar_socials {
  text-align: right;
}

.topbar_socials li a {
  color: #fff;
}

.topbar_socials li a:hover {
  opacity: .7;
}

#masthead .menu_row {
  padding-top: 10px;
  padding-bottom: 0;
}

.logo {
  margin: 6px 0;
}

.blogreviewspot_nav {
  text-align: center;
  padding: 10px 0;
}

.blogreviewspot_nav li {
  display: inline-block;
  position: relative;
}

.blogreviewspot_nav li a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 12px;
  color: #3c3c3c;
  text-decoration: none !important;
  transition: all 0.5s ease;
  display: inline-block;
  font-weight: 600;
}

.blogreviewspot_nav li a:hover {
  color: #b61f2d;
}

.blogreviewspot_nav li a:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #b61f2d;
  transition: width 0.3s;
}

.blogreviewspot_nav li a:hover::after {
  width: 100%;
}

.blogreviewspot_nav li.current_page_item a:not(.sub-menu li a) {
  color: #b61f2d;
}

.search_frm #searchform {
  float: right;
  position: relative;
  width: 100%;
}

.post-result a h4 {
  font-size: 16px;
  overflow: hidden;
  line-height: 1.2;
}

.post-result:not(:last-child) {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

#post-search-results {
  max-width: 330px;
  width: 100%;
  padding: 10px;
  background: #fff;
  position: absolute;
  z-index: 2;
  max-height: 300px;
  height: auto;
  overflow-y: auto;
}

.post-result a:hover h4 {
  color: #b61f2d;
}

.search_frm #searchform input.searchbarr {
  width: 100%;
  text-indent: 10px;
  border-radius: 50px;
  line-height: 25px;
  border: 2px solid #b61f2d;
  padding: 10px;
}

.search_frm #searchform input.searchbarr::placeholder {
  font-size: 18px;
  line-height: normal;
}

.search_frm #searchform input.searchbarr:focus {
  outline: none;
}

.menu_row .col-md-8 #menu-1 {
  text-align: right;
}


.sub-menu {
  display: none;
  position: absolute;
  left: 12px;
  top: 29px;
  z-index: 2;
  padding: 0;
  background: #b61f2d;
  text-align: left;
  width: 200px;
  z-index: 3;
}

.sub-menu li {
  display: block;
  line-height: 1;
  text-align: left;
  width: 100%;
}

#primary_menu li:hover>.sub-menu {
  display: block;
}

#primary_menu li:not(ul.sub-menu li) {
  position: relative;
}

.sub-menu li a {
  line-height: 1;
  text-align: left;
  padding: 0;
  color: #fff;
  padding: 10px;
  width: 100%;
  border-bottom: dotted 2px #fff;
}

.sub-menu li a::after {
  display: none;
}

.sub-menu li a:hover,
.sub-menu li.current_page_item a {
  background: #111;
  color: #fff;
  width: 100%;
  padding-left: 15px;
}

/* middle sec Start */

.featured_sec .vc_do_custom_heading {
  padding-bottom: 34px;
  font-weight: 600;
}

.post_thumbnail {
  padding-bottom: 10px;
  position: relative;
}

.slider_post_title {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
  padding-top: 20px;
}

.slider_post_title a {
  color: #b61f2d;
  transition: all linear .25s;
}

.slider_post_title a:hover {
  color: #111;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: -44px;
  right: 0;
  margin-top: 0;
}

.owl-carousel .owl-nav button {
  background: #b61f2d !important;
  display: inline-block !important;
  width: 35px;
  height: 35px;
  color: #fff !important;
  font-size: 20px !important;
  transition: all linear .25s;
  border-radius: 50px !important;
}

.owl-carousel .owl-nav button:hover {
  background: #111 !important;
}

.owl-item {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
}

.post_thumbnail img {
  border-radius: 20px;
  min-height: 300px;
  object-fit: cover;
}

.slider_post_excerpt {
  height: 85px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.post_link {
  padding-top: 10px;
}

.post_link a {
  /*   background: #b61f2d; */
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
}

.cat_url {
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0px;
}

.cat_url a {
  background: #b61f2d;
  padding: 5px 10px;
  border-top-left-radius: 10px;
  color: #fff;
  font-size: 12px;
}

.cat_url a:hover {
  background: #111;
}

.post_detail {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  width: 40%;
  bottom: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  border-radius: 20px;
}

.post_detail p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.cta {
  position: relative;
  margin: auto;
  padding: 5px 40px !important;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b61f2d;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #111;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #111;
}

.cta:hover span {
  color: #fff;
}

.cta:hover svg {
  stroke: #fff !important;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.post_by_cat .col-md-4 .item {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.post_by_cat .col-md-4 .item .post_content {
  padding: 5px 10px;
}

.post_by_cat .col-md-4 img {
  width: 100%;
}

.cat_link {
  color: #fff;
  background: #111;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 20px;
}

.cat_link:hover {
  background: #b61f2d;
  color: #fff;
}

/* Category page Start */

.custom_cat_page {
  padding: 50px 0;
  background: #f8f8f8;
}

.subheader {
  padding: 80px 0;
  background: #b61f2d;
  text-align: center;
}

.subheader h1 {
  color: #fff;
  margin-bottom: 0;
}

.single-post .post-description .yoast-breadcrumbs {
  display: none;
}

.single-post .col_left p {
  margin-bottom: 10px;
}

.post-description {
  padding-top: 20px;
}

#breadcrumbs {
  background: #111;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
}

#breadcrumbs a {
  color: #fff;
  font-weight: 600;
}

#breadcrumbs a:hover {
  color: #b61f2d;
}

.custom_cat_page .item {
  background-color: #f1f1f1;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

.custom_cat_page .item .product_title {
  text-align: center;
}

.custom_cat_page .post_thumbnail img {
  width: 100%;
}

.cat_cards {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

/* single post */

.single-blog {
  padding: 50px 0;
  background: #fbfff8;
}

.col_left {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #00000029, 0 1px 10px 0 #0000001a;
  overflow: hidden;
  padding: 2em;
}

.main-single-post-thubnail-image img {
  width: 100%;
}

.single-post-details-date {
  padding-bottom: 20px;
}

.single-post-details-date li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #b61f2d;
  font-weight: 600;
}

.single-post-details-date li a {
  color: #b61f2d;
}

.single-post-details-date li a:hover {
  color: #111;
}

.single-post-details-date li:not(:last-child)::after {
  content: '|';
  position: absolute;
  top: 0;
  right: -14px;
  color: #000;
}

#search-2 {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  display: flex;
}

#search-2 .search-field {
  width: 100%;
  border: 0;
  line-height: 2;
  text-indent: 10px;
}

#search-2 .search-form {
  display: flex;
}

#search-2 .search-submit {
  padding: 0;
  border: 0;
  background: #b61f2d;
  color: #fff;
  height: 34px;
  width: 40%;
  transition: all linear .25s;
}

#search-2 .search-submit:hover {
  background: #111;
}

.post_author_box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #00000029, 0 1px 10px 0 #0000001a;
  font-weight: 300;
  padding: 1rem;
}

.post_author_box .post_author_box_inner img {
  border: 2px solid #b61f2d;
  border-radius: 50%;
  display: block;
  height: auto;
  padding: 5px;
  max-width: 5.65em;
  margin-bottom: 10px;
}

.post_author_box .post_author_box_inner h5 {
  font-size: 20px;
  margin-bottom: 0;
}

.post_author_box .post_author_box_inner p {
  font-size: 14px !important;
  color: #241c1796;
  font-weight: 500;
}

.recent_post_card {
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #00000029, 0 1px 10px 0 #0000001a;
  margin-top: 40px;
}

.blog .recent_post_card:first-child {
  margin-top: 0;
}

.recent_post_card img {
  width: 100%;
}

.recent_post_card_inner {
  padding: 1.25em 1em;
}


.sidebar_cat_title a {
  font-size: 12px;
  background: #111;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.sidebar_cat_title a:hover {
  background: #b61f2d;
}

.recent_post_card_inner h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.recent_post_card_inner h4 a {
  color: #b61f2d;
}

.recent_post_card_inner h4 a:hover {
  color: #111;
}

.post_btn a {
  border: 0 !important;
  background: #b61f2d !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  transition: all linear .25s !important;
  border-radius: 50px !important;
}

.post_btn a:hover {
  background: #111 !important;
}

.post_faq .vc_toggle_title {
  background: #b61f2d;
  border-radius: 10px;
}

.post_faq .vc_toggle_title h4 {
  color: #fff;
  line-height: 2;
  font-size: 20px;
}

.vc_toggle_active.post_faq .vc_toggle_title .vc_toggle_icon {
  background: #fff;
  border: 0;
}

.post_faq h3 {
  font-size: 15px;
  padding: 10px;
}

.post_faq .vc_toggle_content {
  background: #f8f8f8;
  margin-top: 0;
  padding-top: 20px;
  font-weight: 500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.post_faq .vc_toggle_content a {
  color: #b61f2d;
  font-weight: 700;
}

.post_faq .vc_toggle_content a:hover {
  color: #111;
}

.vc_toggle_active.post_faq .vc_toggle_title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #111;
}

.single-post .col_left strong {
  color: #b61f2d;
  font-weight: 700;
}

.single-post .col_left h4:not(.post_faq h4) {
  color: #b61f2d;
}

.single-post .col_left p a {
  color: #b61f2d;
  font-weight: 700;
}

.single-post .col_left p a:hover {
  color: #111;
}



.products_carousel .owl-nav.disabled {
  display: block;
}

.products_carousel .post_thumbnail img {
  width: 190px !important;
  border-radius: 10px 10px 0px 0px;
  min-height: 200px !important;
  height: auto;
}

.products_carousel .item {
  background-color: #f1f1f1;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0 20px;
}

.products_carousel .item img {
  margin: 0 auto;
}

.product_ul li:nth-child(1) {
  padding-left: 10px;
}

.product_ul li:nth-child(2) {
  padding-right: 10px !important;
}

.product_title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 5px 15px;
  margin: 0;
  text-align: center;

}

.product_title a {
  color: #111;
}

.product_ul {
  display: flex;
  justify-content: space-between;
}

.product_ul li {
  font-size: 22px;
}

.product_ul li a {
  color: #111;
  text-align: right;
  font-size: 22px;
  transition: all linear .25s;
  position: relative;
}

/* .product_ul li a:hover {
	color: #b61f2d;
} */

.product_ul li a::before {
  content: '';
  background: #b61f2d;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -5px;
  left: -34px;
  border-radius: 50px;
  transition: all linear .25s;
}

.product_ul li a:hover {
  color: #fff !important;
}

.product_ul li a:hover::before {
  left: -11px;
}

.product_ul li a:hover i {
  position: relative;
}

.products_carousel .shop_now_link {
  padding: 5px 15px;
  width: 100%;
}

.page-template-page-product-shop #primary {
  padding: 50px 0;
}

.page-template-page-product-shop #primary .item {
  background-color: #f1f1f1;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

.page-template-page-product-shop #primary .item img {
  width: 100%;
  min-height: 200px;
}

.page-template-page-product-shop #primary .item .product_title {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.page-template-page-product-shop #primary .item .product_ul li:nth-child(1) {
  padding-left: 0;
}

.page-template-page-product-shop #primary .item .product_ul li:nth-child(2) {
  padding-right: 5px !important;
}

.shop_now_link a {
  background: #111;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  display: block;
  transition: all linear .25s;
}

.shop_now_link a:hover {
  background: #b61f2d;
}

#woocommerce_product_categories-2 .widget-title {
  color: #fff;
  background: #111;
  border-left: 10px solid #b61f2d;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px !important;
  margin-bottom: 10px;
}

#woocommerce_product_categories-2 ul li:not(:last-child) {
  border-bottom: 1px solid #b61f2d;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#woocommerce_product_categories-2 ul li .count {
  color: #111;
  font-weight: 600;
}

#woocommerce_product_categories-2 ul li a {
  color: #111;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}

#woocommerce_product_categories-2 ul li a::before {
  content: '\f0da';
  font-family: 'Font Awesome 6 free';
  position: absolute;
  top: -1px;
  left: 0;
  color: #111;
  font-weight: 900;
}

#woocommerce_product_categories-2 ul li a:hover,
#woocommerce_product_categories-2 ul li a:hover::before,
#woocommerce_product_categories-2 ul li a:hover+#woocommerce_product_categories-2 ul li .count {
  color: #b61f2d;
}


/*---------- blog Page start ----------*/

.row.isotope_cont {
  padding: 50px 0;
}

.post-title-bg h2 {
  color: #fff !important;
  font-size: 74px;
  font-family: barlow !important;
  font-weight: 700 !important;
}

#text-6 h2.widget-title {
  font-size: 25px;
  color: #194588;
  text-align: left;
  font-family: Quicksand;
  font-weight: 700;
  font-style: normal;
  margin-left: -12px !important;
}

span.blog-title {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px !important;
}

.blog .blog-title h2 {
  font-size: 34px;
  font-weight: 400;
}

span.blog-title a {
  color: #5dbb4b !important;
  transition: linear all .25s;
}

span.blog-title a:hover {
  opacity: .7 !important;
}

.blog_page_read_more {
  margin-top: 10px;
}

.blog_read_more {
  color: #5dbb4b !important;
  font-size: 18px;
  font-weight: 700;
}

.blog_read_more:hover {
  color: #000 !important;
}

.blog .blogImage {
  border: 1px solid #cccdcd;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background: #ebebeb;
  margin-bottom: 0;
}

.blogBox.style3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
  width: 33%;
}

.blogBox.style3 .blogImage {
  float: left;
  margin: 0 0 0 0;
  width: 25%;
}

.zoom {
  position: relative;
  overflow: hidden;
}

.zoom img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 250px;
  object-fit: cover;
}

.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blogImage .blogDate {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 39px;
  background: #b61f2d;
  color: #fff;
  padding: 10px 13px;
  text-align: center;
}

.blogImage .blogDate i {
  font-size: 12px;
  font-style: normal;
  display: block;
}

.blogImage .blogDate i~i {
  margin-left: -6px;
}

.blogPage hr {
  border-color: #d6d6d6;
}

.isotope-item .row {
  border-bottom: 1px solid #5dbb4b;
  padding: 28px 0 25px 0;
}

.isotope-item .row:last-child {
  border-bottom: 0 !important;
}

.blogImage .blogDate hr {
  border-top: 1px solid #fff;
  margin: 5px 0 5px 0;
  opacity: 1 !important;
}

.blogImage .blogDate i,
.blogImage .blogDate span {
  margin-left: -3px;
}

.blogImage .blogDate span {
  font-size: 20px;
  font-style: normal;
  display: block;
}

.blogDesc {
  padding: 20px;
  background: #fff;
}

section.blog {
  background: #f8f8f8;
}

.blogBox.style2 {
  box-shadow: 0 1px 2px 0 #00000029, 0 1px 10px 0 #0000001a;
  margin-bottom: 40px;
  border-bottom: 5px solid #b61f2d;
}

.blog_det {
  padding-bottom: 10px;
}

.blog_det li {
  display: inline-block;
  position: relative;
  color: #b61f2d;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 500;
}

.blog_det li:not(:last-child)::after {
  content: '|';
  color: #111;
  position: absolute;
  top: 0;
  right: -3px;
}

.blog_det li a {
  color: #b61f2d;
  font-weight: 500;
}

.blog_det li a:hover {
  color: #111;
}

.blog-title a {
  color: #111 !important;
  font-size: 26px;
  font-weight: 500;
  transition: linear all .25s;
  line-height: 1;
  font-weight: 500;
}

.blog-title a:hover {
  color: #b61f2d !important;
}


/* Product Page Start */

.single_pro_page {
  padding: 50px 0;
  padding-top: 0;
}

.my_prduct_slider .owl-nav {
  display: none;
}

.product-summary h1 {
  font-size: 30px;
  padding-top: 10px;
}

#rmp_menu_trigger-11508 {
  top: 70px !important;
  width: 40px !important;
  height: 40px !important;
}

.product-summary .price {
  color: #b61f2d;
  font-weight: 600;
  padding-bottom: 10px;
}

.product-summary .description {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

.product-summary .single_pro_shop_btn {
  margin-bottom: 20px;
}

.product-summary .single_pro_shop_btn a {
  display: inline-block;
}

.product_meta {
  padding-bottom: 10px;
}

.product_meta a {
  color: #b61f2d;
  font-weight: 600;
}

.product_meta a:hover {
  color: #111;
}

.pro_detail_sec {
  padding: 50px 0;
}

.pro_detail_sec .tabs.wc-tabs li {
  display: inline-block;
  background: #111;
  padding: 10px 25px;
  border-radius: 50px;
  color: #fff;
}

.pro_detail_sec .tabs.wc-tabs li.active {
  background: #b61f2d !important;
}

.pro_detail_sec .tabs.wc-tabs li a {
  color: #fff;
  font-size: 18px;
}

.pro_detail_sec .wc-tab {
  padding-top: 10px;
}

.related_pro_sec .related.products {
  text-align: center;
}

.related_pro_sec .related.products h2 {
  padding-bottom: 20px;
}



.shop_now_link.single_pro_shop_btn .woocommerce-loop-product__link {
  display: none !important;
}


.custom_gallery_pro .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  position: relative;
}


.custom_gallery_pro .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  background: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom_gallery_pro .flex-control-nav.flex-control-thumbs {
  overflow: hidden;
  padding-top: 10px;
  display: flex;
}

.custom_gallery_pro .flex-control-nav.flex-control-thumbs li {
  display: inline-block;
  cursor: pointer;
  padding-right: 5px;
}

.custom_gallery_pro .flex-control-nav.flex-control-thumbs li img {
  opacity: .5;
  border: 1px solid #000;
  border-radius: 15px;
}

.custom_gallery_pro .flex-control-nav.flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.custom_gallery_pro .flex-control-nav.flex-control-thumbs li img:hover {
  opacity: 1;
}

.custom_gallery_pro .flex-viewport .woocommerce-product-gallery__image img {
  height: 445px;
  BORDER: 1px solid #000;
  border-radius: 15px;
  object-fit: cover;

}

.related_pro_sec li {
  background-color: #f1f1f1;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0 20px !important;
}

.related_pro_sec li img {
  border-radius: 10px 10px 0px 0px;
  padding: 0 10px;
}

.store-cat-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* ✅ Equal space around items */
  gap: 20px;
  padding: 20px;
}

.store-cat-grid .cat-box {
  flex: 0 0 calc(16.66% - 20px);
  /* ✅ 6 items per row (100/6 = 16.66%) */
  box-sizing: border-box;
}

@media(max-width: 991px) {
  .store-cat-grid .cat-box {
    flex: 0 0 calc(33.33% - 20px);
    /* 3 per row on tablet */
  }
}

@media(max-width: 575px) {
  .store-cat-grid .cat-box {
    flex: 0 0 calc(50% - 20px);
    /* 2 per row on mobile */
  }
}



.related_pro_sec .shop_now_link.single_pro_shop_btn {
  max-width: 220px;
  width: 100%;
  margin: auto;
}

.pro_detail_sec p.stars span a {
  color: #b61f2d;
}

.pro_detail_sec form#commentform input:not([type=submit]),
form#commentform textarea {
  text-indent: 5px;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  font-size: 14px;
  min-height: 40px;
  padding: 10px;
}

.pro_detail_sec form#commentform input:not([type=submit]):focus-visible,
form#commentform textarea:focus-visible {
  outline-color: #0060df !important;
}

.pro_detail_sec form#commentform label {
  display: block;
  font-weight: 500;
}

.pro_detail_sec p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.pro_detail_sec p.comment-form-cookies-consent label {
  margin-bottom: 0;
  padding-left: 5px;
}

.pro_detail_sec form#commentform p.comment-form-cookies-consent label {
  display: inline-block !important;
}

.pro_detail_sec p.form-submit input#submit {
  background: #b61f2d !important;
  color: #fff !important;
  border-radius: 60px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  transition: all linear .25s;
}

.pro_detail_sec p.form-submit input#submit:hover {
  background: #111 !important;
}


/* About Page Start */
.wpb_wrapper {
  margin-bottom: 5px;
}

.about_box {
  text-align: center;
  background: #b61f2d;
  color: #fff;
  border-radius: 50px;
  padding: 20px;
  transition: all linear .25s;
  box-shadow: 0 0 16px 0px #111;
}

.about_box:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #111;
}

.about_box .icon_img img {
  max-width: 80px;
  width: 100%;
  padding-bottom: 20px;
}

.about_box .about_box_content h6 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

/* Footer Start */

#colophon {
  color: #777777;
  font-weight: 500;
}

/* #media_image-3 {
  padding-top: 21px;
} */

#text-4 h2 {
  color: #fff;
  text-align: center;
}


#gform_fields_1 #input_1_1 {
  border: 0;
  box-shadow: unset;
  font-size: 18px;
  padding: 25px 0;
  text-indent: 10px;
}

#gform_fields_1 #input_1_1::placeholder {
  font-style: italic;
  color: #0006;
}

#gform_submit_button_1 {
  background: #b61f2d;
  padding: 16px 0;
  font-size: 18px;
  transition: all linear .25s;
}

#gform_submit_button_1:hover {
  opacity: .7;
}

.main-footer {
  padding: 15px 0;
  background: #111111;
}

#text-2.widget.widget_text {
  padding-left: 8px;
}

ul.ftrsocial {
  padding-top: 19px;
}

.widget-title,
.ftremail h4,
.ftrphone h4,
.ftrsocial h4 {
  font-size: 22px !important;
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin: 0px;
  text-transform: uppercase;
}

footer .widget-title::after,
footer .ftremail h4::after,
footer .ftrphone h4::after {
  content: "";
  width: 40px;
  height: 0;
  border: 2px solid #ffffff;
  position: absolute;
  top: 30px;
  left: 16px;
}

.ftrsocial h4::after {
  content: "";
  width: 40px;
  height: 0;
  border: 2px solid #ffffff;
  position: absolute;
  bottom: 63px;
  left: 16px;
}

.textwidget p:not(.about_author p) {
  color: #fff;
  font-size: 14px !important;
  font-weight: 400;
}

#text-4 .widget-title {
  font-size: 16px !important;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 400;
}

.widget_nav_menu ul li {
  padding-bottom: 5px;
}

.widget_nav_menu li a:hover {
  color: #b61f2d;
}

/* .footer-1 ul#menu-main-menu,
.footer-2 ul#menu-main-menu-1{
    column-count: 2;
} */
.widget_nav_menu ul li a {
  color: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.widget_nav_menu li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #b61f2d;
  transition: width 0.3s;
}

.widget_nav_menu li a:hover::after {
  width: 100%;
}


.footer-2 ul,
.footer-3 ul {
  column-count: 2;
}

.footer-3 ul li,
.footer-4 ul li {
  font-size: 14px;
  padding-bottom: 10px;
}

.footer-3 ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}

.footer-3 li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #b61f2d;
  transition: width 0.3s;
}

.footer-3 li a:hover::after,
.footer-4 li a:hover::after {
  width: 100%;
}

/* 
.widget_nav_menu ul li a::before {
  content: "\f0da";
  font-weight: 900;
  font-family: 'font awesome 6 free';
  left: -15px;
  position: absolute;
  top: 0;
} */

.widget_nav_menu ul li a:hover {
  color: #fff;
}

.logo_newsletter_sec {
  padding: 30px 0;
  background: #111;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ftremail a,
.ftrphone a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  /* line-height: 30px; */
  display: flex;
}

.ftremail span {
  padding-right: 9px;
}

.ftrsocial a {
  color: #777;
  font-weight: 500;
  font-size: 15px;
}

.ftremail a:hover,
.ftrphone a:hover,
.ftrsocial a:hover {
  color: #fff;
}

.ftrsocial li {
  display: inline-block;
  margin-right: 5px;
}

.copyright {
  background: #b61f2d;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.copyright .copy-right-text {
  font-size: 16px;
  font-weight: 400;
}

.copyright .copy-right-text a {
  color: #fff;
  font-weight: 600;
}

.copyright .copy-right-text a:hover {
  color: #111;
}

.ftrsocial li a {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ftrsocial li a:hover {
  background: #b61f2d;
}

#bottom_to_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: #b61f2d;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  transition: all linear .25s;
  z-index: 999;
  border: 0;
  color: #fff;
}

#bottom_to_top:hover {
  background-color: #000;
  opacity: 1;
}

.logo_newsletter_sec {
  background: #111;
  padding: 15px 0;
}

#gform_wrapper_2 .gform_heading {
  display: none;
}

div#gform_fields_2 {
  row-gap: 15px !important;
}

#gform_2 legend,
#gform_2 label,
#gform_2 legend,
#gform_2 input {
  font-size: 18px;
}

#gform_2 input:not(#gform_submit_button_2),
#gform_2 textarea {
  border: 1px solid #ccc;
}

#gform_submit_button_2 {
  font-size: 24px !important;
  border: 0 !important;
  padding: 15px 30px;
  background: #b61f2d;
  transition: all linear .25s;
  border-radius: 50px;
}

#gform_submit_button_2:hover {
  background: #111;
}

.mail_link {
  color: #b61f2d;
  font-weight: 900;
}

.mail_link:hover {
  color: #111;
}


.contact_page_social a {
  background: #b61f2d;
  color: #fff;
}

.contact_page_social a:hover {
  background: #111 !important;
  color: #777;
}

.privacy_list {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.privacy_list li {
  position: relative;
  padding-bottom: 10px;
}

.privacy_list li::before {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -20px;
  color: #b61f2d;
}

.privacy_list li a,
.privacy_list li strong {
  color: #b61f2d;
  font-weight: 900;
}

.privacy_list li a:hover {
  color: #111;
}

.privacy_sublist {
  padding-left: 20px;
}

.privacy_sublist li:last-child {
  padding-bottom: 0 !important;
}

.store_categories_carousel .owl-nav.disabled {
  display: block;
}

.store_categories_carousel .owl-nav {
  top: -40px;
}

/* .store_categories_carousel .owl-nav .owl-prev, .store_categories_carousel .owl-nav .owl-next {
  position: absolute;
  bottom: 125%;
  left: -1%;
}
.store_categories_carousel .owl-nav .owl-next {
  left: unset;
  right: -1%;
} */

.coupon-cat {
  padding-top: 53px;
}

#text-2.widget.widget_text {
  width: 65%;
}

.cat_box:hover {
  background: #b61f2d;
}

.cat_box:hover h3 a {
  color: #fff;
}

.cat_box:hover img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(283deg) brightness(108%) contrast(101%);
}

.cat_box {
  background: #f8f8f8;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
}

.cat_box img {
  width: 100% !important;
  /* max-width: 180px; */
  object-fit: contain;
  height: auto !important;
  /* margin: auto; */
  border-radius: 15px;
}

.cat_box h3 {
  margin-bottom: 0;
  line-height: 1;
}

.cat_box h3 a {
  color: #b61f2d;
  font-size: 16px;
}

.cat_box h3 a:hover {
  color: #fff;
}

.page-template-page-coupon-store .cat_data_sec {
  margin-bottom: 50px;
}

.cat_data_sec .cat_data_inner {
  background: #b61f2d;
  padding: 30px;
  border-radius: 20px;
}

.cats_filter li {
  display: inline;
}

.cats_filter li a {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
  display: block;
  text-align: center;
}

.cats_filter li a:hover {
  background: #fff;
  color: #000;
}

.cat_data_sec .cat_data_inner .col-md-4 img {
  width: 100%;
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(283deg) brightness(108%) contrast(101%);
}

.cat_data_sec .cat_data_inner .row {
  justify-content: center;
  align-items: center;
}

.cat_data_inner .col-md-3 img,
.coupon_lists img {
  width: 100%;
  object-fit: scale-down;
}

.single_cat_content,
.single_cat_content h4 {
  color: #fff;
}

.single_cat_content h4 {
  font-size: 30px;
}

.coupon_cat_page_box img {
  width: 100%;
}

.coupon_cat_page_box h3 {
  line-height: 26px;
  margin-bottom: 0;
  padding-top: 16px;
}

.coupon_cat_page_box h3 a {
  font-size: 24px !important;
  line-height: 20px;
  color: #b61f2d;
}

.coupon_cat_page_box h3 a:hover {
  color: #000;
}


.top_cat_title {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.cat_letters {
  display: block;
  width: 100%;
  background: #000;
  padding-left: 10px;
  margin-top: 20px;
  color: #fff;
}

.logo_newsletter_sec #text-4 {
  padding-top: 50px;
}

#text-4 .widget-title::after {
  top: 75px;
}

.cat_filter_slider .owl-item {
  background: transparent !important;
}

.cat_filter_slider .owl-item a {
  color: #111;
  font-weight: 600;
  font-size: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.cat_filter_slider .owl-item a:hover {
  background: #111;
  color: #fff;
}

.cat_filter_slider .owl-carousel .owl-nav {
  top: -80px;
}

.coupons-single-store .cat_data_sec .cat_data_inner {
  background: transparent;
}

.coupons-single-store .cat_data_sec .cat_data_inner .row {
  align-items: start;
}

.coupons-single-store .cat_data_sec .cat_data_inner .row .col-md-3 {
  box-shadow: 0rem 4rem 20rem 0rem rgba(38, 22, 129, .15);
}

.coupons-single-store .cat_data_sec .cat_data_inner .row .col-md-3 .single_cat_content p {
  margin-bottom: 0;
}

.coupons-single-store .cat_data_sec .cat_data_inner .row .col-md-3 .single_cat_content {
  color: #111;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.coupons-single-store .cat_data_sec .cat_data_inner .row .col-md-9 h4 {
  font-size: 22px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0rem 4rem 20rem 0rem rgba(38, 22, 129, .15);
  line-height: 1;
  font-weight: 700;
}

.coupon_lists {
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
}

.coupon_lists:first-child {
  margin-top: 0;
}

.coupon_lists:hover {
  box-shadow: 0px 4px 20px 0px rgba(38, 22, 129, 0.15);
}

.coupon_lists .row {
  align-items: center !important;
  padding: 6px;
}

.coupon_lists h3 {
  font-size: 20px;
  line-height: 1.1;
}

.coupon_lists img {
  border-right: 1px solid #e7e7e7;
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.coupon_lists .list_data {
  padding: 5px 0;
}

.coupon_cat_page_box .coupon_btn {
  text-align: center;
  display: flex;
  margin-top: 14px;
  justify-content: center;
}

.col-md-4 .coupon_cat_page_box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.coupon_btn a {
  color: #fff;
  background: #b61f2d;
  font-size: 16px;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 700;
}

.coupon_btn a:hover {
  background: #111;
}

.store_sidebar {
  padding: 20px 0;
}

.post_count h4,
.single_store_cat h4 {
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.post_count ul {
  display: flex;
  justify-content: space-between;
}

.post_count ul li {
  font-size: 16px;
}

span.store-cat-name {
  font-size: 16px;
}

.single_store_cat ul li {
  font-size: 16px;
}


.post_count ul li:last-child {
  color: #b61f2d;
  font-size: 16px;

}

.discount_value {
  font-size: 24px;
  border: 1px solid #b61f2d;
  border-radius: 50%;
  position: relative;
  background: #f8f8f8;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.discount_value p {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 900;
  font-size: 13px;
}

.discount_value span {
  display: block;
  line-height: 1;
  font-size: 15px;
}

.discount_value i {
  position: absolute;
  bottom: -10px;
  font-size: 23px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #b61f2d;
}

.coupon_info li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: gray;
}

.coupon_info li i {
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

:is(.coupon_expire i, .exclusive_coupon i) {
  background: #b61f2d;
}

.coupon_verify i {
  background: #198754;
}

.coupon_popup_header .row {
  align-items: center;
}

.coupon_popup_header img {
  width: 100%;
  border-radius: 0;
  border-right: 0;
}

.coupon_popup_header h3 {
  font-size: 24px;
}

.shipping i {
  position: unset;
}

.free_shipping {
  font-size: 10px !important;
  text-align: center;
  display: table-caption;
}

.coupons-single-store .modal {
  top: 30%;
}

.modal-dialog {
  max-width: 700px;
}

.modal-body {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
}

.coupon_popup_content p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

.coupon_popup_code {
  text-align: center;
  border: 2px solid #e7e7e7;
  background: #f7f7f7;
  border-radius: 40rem;
  width: max-content;
  margin: auto;
  margin-bottom: 20px;
}

.coupon_popup_code span {
  font-size: 22px;
  font-weight: 600;
  padding: 0 2rem;
}

.coupon_popup_code .copyButton {
  border: 0;
  font-size: 22px;
  font-weight: 600;
  background: #b61f2d;
  color: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  transition: all linear .25s;
}

.coupon_popup_code .copyButton:hover {
  background: #111;
}

.coupon_popup_code #nocodereq {
  padding: 16px 30px;
  display: block;
  width: max-content;
}

.single_store_cat,
.short-description-for-store {
  padding-top: 20px;
}

.single_store_cat ul li {
  font-size: 20px;
  line-height: 1;
}

.single_store_cat ul li img {
  max-width: 25px;
  margin-top: -5px;
}

.store_follow_us {
  padding-top: 20px;
}

.store_follow_us li {
  display: inline-block;
}

.store_follow_us li a {
  color: #fff;
  width: 40px;
  height: 40px;
  background: #b61f2d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: all linear .25s;
}

.store_follow_us li a.store_fb {
  background-color: #0866ff;
}

.store_follow_us li a.store_ig {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.store_follow_us li a.store_twtrx {
  background-color: #000;
}

.store_follow_us li a.store_tiktok {
  background-color: #000;
}

.store_follow_us li a.store_pinterest {
  background-color: #e60023;
}

.store_follow_us li a.store_gp {
  background: linear-gradient(to right, #4285F4, #EA4335, #FBBC05, #34A853);
}

.store_follow_us li a.store_yt {
  background-color: #fc0033;
}

.store_follow_us li a.store_linkedin {
  background-color: #0077b5;
}

.store_follow_us li a.store_telegram {
  background-color: #25a2e0;
}

.store_follow_us li a.store_snapchat {
  background-color: #f7f301;
}

.store_follow_us li a.store_whatsapp {
  background-color: #0dc244;
}

.store_follow_us li a:hover {
  opacity: .7;
}

#pills-tab {
  text-align: center;
  /*   justify-content: center; */
}

.nav-pills .nav-link {
  font-size: 18px;
  color: #111;
  font-weight: 700;
}

.nav-pills .nav-link.active {
  background: #b61f2d;
  padding: 3px 16px;
}

.nav-link {
  display: block;
  /* padding: .5rem ; */
  padding: 3px 16px;
}

.single_store_download {
  padding-top: 20px;
}

.store_faqs {
  padding: 50px 0;
}

.store_faqs h4 {
  font-size: 32px;
  color: #111111;
  text-align: left;
  font-weight: 600;
}

.store_faqs .panel-title a {
  display: block;
  color: #fff;
  font-size: 20px;
  background: #b61f2d;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
}

.store_faqs .panel-title a::after,
.store_faqs .panel-title a.active-item.collapsed::after {
  content: '\2b';
  font-family: 'font awesome 6 free';
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 22px;
}

.store_faqs .panel-title a.active-item::after {
  content: '\f068';
}

.store_faqs .panel-body {
  padding: 10px;
  background: #f8f8f8;
  border-radius: 10px;
}

.single_store_download ul li {
  display: inline-block;
}

.single_store_download ul li a img {
  max-width: 159px;
}

.page-template-page-coupon-store .cat_box {
  margin-bottom: 30px;
}

.page-template-page-coupon-store .cat_box img {
  height: 180px !important;
}

.custom_pagination {
  margin: auto;
}

.custom_pagination a.page-numbers,
.custom_pagination span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  border-radius: 10px;
  background: #b61f2d;
  color: #fff;
}

.custom_pagination a.page-numbers:hover {
  background: #111;
}

.custom_pagination {
  display: flex;
  justify-content: center;
}

.custom_pagination .prev,
.custom_pagination .next {
  display: inline-block;
}

.custom_pagination .prev a,
.custom_pagination .next a {
  width: 150px;
  text-align: center;
  background: #111;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  height: 50px;
  border-radius: 10px;
  align-items: center;
}

.custom_pagination .prev a:hover,
.custom_pagination .next a:hover {
  background: #b61f2d;
}

/* .product-template-default .product-summary h1 {
  display: none;
} */

.woocommerce-tabs.wc-tabs-wrapper .desc_head {
  display: none;
}

.error404 .search-form {
  display: none;
}

.error404 #primary {
  padding: 50px 0;
  text-align: center;
}

.product_disclaimer {
  margin-bottom: 40px;
}

.search-results img {
  width: 100%;
}

.coupon-cat.coupons-single-store {
  padding: 10px 0;
}

.mobile_sec {
  display: none;
}

.coupon_sec_centent h2 {
  font-size: 20px;
  padding-top: 20px;
}

/*HOME PAGE POPULAR COUPON CODES AND DEALS SEC*/

.pc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.pc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  border: 2px dashed #000;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.pc-card:hover {
  transform: translateY(-5px);
}

.pc-banner {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
}

#pills-tab li.nav-item a:hover {
  color: #fff !important;
}

#pills-tab li.nav-item {
  border: none;
}

.pc-banner--placeholder {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.pc-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  border: 4px solid white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.pc-logo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: contain;
}

.pc-body {
  padding: 20px 15px;
  align-items: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -webkit-fill-available;
}

.pc-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.pc-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  color: #666;
}

/* Button Styles */
.pc-btn {
  padding: 8px 20px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s ease;
  font-size: 14px;
  width: 80%;
  max-width: 120px;
}

.pc-btn-deal {
  background-color: #ca001a;
  color: white;
}

.pc-btn-code {
  background-color: #ca001a;
  color: white;
width:100%;	
}

.pc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Discount Badge */
.pc-discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(202 0 26);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}

h1.stores-pg-stores-title {
  font-size: 27px;
}

h1.stores-pg-stores-title-responsive {
  font-size: 18px;
}

.pc-banner {
  position: relative;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .pc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pc-grid {
    grid-template-columns: 1fr;
  }
}

/*HOME PAGE DEAL SLIDER*/
.deals-slider-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

/* Slide Design */
.deal-slide {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  text-align: center;
  padding-bottom: 20px;
}

.slick-slide {
  border: 2px solid #000 !important;
}

.deal-banner {
  height: 200px;
  background-size: cover;
  background-position: center;
  /*margin-bottom: 50px;*/
}

.store-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  margin: -40px auto 15px;
  border: 4px solid white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.store-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.deal-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-value {
  font-size: 18px;
  font-weight: bold;
  color: #e63946;

}

.deal-button {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  background: #ca001a;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.deal-button:hover {
  background: #000;
  transform: translateY(-2px);
}

.slick-prev {
  left: 1px !important;
}

.slick-next {
  right: 8px !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 25px !important;
  line-height: 1;
  opacity: .75;
  color: #ca001a !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Slick Slider Custom Arrows */
.slick-arrow {
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*z-index: 1;*/
  /*width: 40px;*/
  /*height: 40px;*/
  /*border-radius: 50%;*/
  /*background: white;*/
  /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
  /*border: none;*/
  /*font-size: 0;*/
  /*cursor: pointer;*/
}

.slick-arrow:before {
  /*content: '';*/
  /*position: absolute;*/
  /*width: 10px;*/
  /*height: 10px;*/
  /*border-top: 2px solid #333;*/
  /*border-left: 2px solid #333;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%) rotate(-45deg);*/
}

.slick-next {
  right: -20px;
}

.slick-prev {
  left: -20px;
}

.slick-next:before {
  transform: translate(-50%, -50%) rotate(135deg);
}

/*SLIDER COUPONS STYLING*/
.circular-coupons-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 20px;
  justify-content: center;
  scrollbar-width: none;
}

.circular-coupons-container::-webkit-scrollbar {
  display: none;
}

.circular-coupon {
  width: 177px;
  min-width: 197px;
  background: #ffffffd1;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 35px 0;
  display: flex;
  border: 3px solid #ca001a;
  flex-direction: column;
  align-items: center;
}

.coupon-circle-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto 15px;
  border: 3px solid #f5f5f5;
}

.coupon-circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coupon-content {
  width: 100%;
  padding: 0 15px;
}

.coupon-content h4 {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.3;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: balance;
}

.coupon-line-break {
  height: 1px;
  background: #eee;
  margin: 4px 0;
}

.coupon-code-circle {
  font-size: 14px;
  font-weight: bold;
  color: #e91e63;
  margin: 5px 0;
  word-break: break-all;
}

.coupon-buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}

.copy-btn-circle {
  background: #ca001a;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s;
}

.copy-btn-circle:hover {
  background: #000;
}

.details-btn-circle {
  background: #ca001a;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s;
}

.details-btn-circle:hover {
  background: #000;
}

.footer-4 {
  margin-left: -18px;
}

.modal.show {
  padding: 5% !important;
}

@media screen and (max-width: 1200px) {
  .coupons-single-store .cat_data_sec .cat_data_inner .row .col-md-9 h4 {
    font-size: 30px;
    line-height: 1.3;
  }

  .single_store_download ul li a img {
    max-width: 125px;
  }
}

@media screen and (max-width: 1080px) {
  .single_store_download ul li a img {
    max-width: 180px;
  }

  .blogreviewspot_nav {
    text-align: end;
  }
}

@media screen and (max-width: 1024px) {
  .coupon_btn a {
    font-size: 18px
  }
}

@media screen and (max-width: 992px) {
  .coupon_btn a {
    font-size: 16px;
    padding: 15px 25px;
  }

  .coupon_lists .col-md-2 {
    max-width: 25%;
  }

  .coupon_lists .col-md-7 {
    max-width: 46%;
  }

  .coupon_info li {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    text-align: left;
    padding-bottom: 20px;
  }

  .footer-2 ul,
  .footer-3 ul {
    column-count: 1;
  }

  .tax-stores .container.cat_data_inner .row:not(.col-md-9 .row) {
    flex-direction: column-reverse;
  }

  .footer-2 ul,
  .footer-3 ul {
    column-count: 1;
  }

  .circular-coupons-container {
    display: none;
  }

  .search_frm {
    display: none;
  }

  .coupon_lists .col-md-2 {
    max-width: 20%;
  }

  .coupon_lists .col-md-7 {
    max-width: 58%;
  }

  .coupon_lists .col-md-3 {
    max-width: 22%;
  }

  /* 	.topbar, .topbar_socials {
	  text-align: center;
	} */

  .topbar {
    display: none;
  }

  .topbar_socials {
    padding-top: 10px;
  }

  #post-search-results {
    max-width: 740px;
  }

  .coupon-cat,
  .cat_data_sec .cat_data_inner {
    padding-top: 0px;
  }

  .widget_nav_menu,
  .ftremail {
    padding-bottom: 20px;
  }

  .mob_dnone,
  #nav_menu-5 {
    display: none;
  }

  .single-product #rmp_menu_trigger-10793 {
    top: 16px;
  }

  .mobile_sec {
    display: block;
    padding-bottom: 20px;
  }

  .mobile_sec .row {
    align-items: center;
  }

  .mobile_sec h4 {
    font-size: 30px;
    line-height: 1.3;
  }

  .mobile_sec img {
    width: 100%;
    /* 	  border-radius: 50%; */
    border: 1px solid #b51f2d;
    /* 	  padding: 5px; */
  }

  .mobile_sec .col-md-3 {
    max-width: 25%;
  }

  .mobile_sec .col-md-9 {
    max-width: 75%;
  }

  .coupons-single-store .cat_data_sec .cat_data_inner .row .col-md-9 h1,
  .store_sidebar img:not(ul li a img) {
    display: none;
  }

  .coupon_code_wrapper {
    width: 100% !important;
  }

  .coupon_popup_code .copyButton {
    border: 0;
    font-size: 10px;
    font-weight: 600;
    background: #b61f2d;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    transition: all linear .25s;
  }

  .coupon_title {
    padding-top: 10px;
  }
}

@media screen and (max-width: 680px) {
  .coupon_lists .col-md-7 {
    max-width: 52%;
  }

  .coupon_lists .col-md-3 {
    max-width: 28%;
  }

  .footer-4 {
    margin-left: 0px;
  }

  .brs-modal__header {
    flex-direction: column;
  }

  .brs-modal__logo img {
    height: 100px;
  }
}

@media screen and (max-width: 600px) {
  .sub-menu {
    width: 160px;
  }

  .revslider-coupon-box h3 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    white-space: break-spaces;
    width: 200px
  }

  .revslider-coupon-box p {
    font-size: 12px;
  }

  .coupon_popup_code span {
    font-size: 12px;
    font-weight: 600;
    padding: 0 2rem;
  }

  .coupon_popup_code .copyButton {
    border: 0;
    font-size: 14px;
    font-weight: 600;
    background: #b61f2d;
    color: #fff;
    padding: 2px 22px;
    border-radius: 50px;
    transition: all linear .25s;
  }


}

@media screen and (max-width: 576px) {
  h1.stores-pg-stores-title-responsive {
    font-size: 24px !important;
    font-weight: 600;
  }

  .coupon_lists h3 {
    font-size: 18px !important;
  }

  .coupon_sec_centent h3 {
    font-size: 20px;
  }

  .coupon-cat.coupons-single-store h3 {
    font-size: 18px;
  }

  .sub-menu {
    left: 8px;
    top: 39px;
  }

  .head-sec h1.title {
    font-size: 22px;
  }

  .discount_value {
    font-size: 20px;
    width: 70px;
    height: 70px;
    margin: auto;
  }

  .discount_value i {

    bottom: -10px;
    font-size: 23px;

  }

  .blogreviewspot_nav li a {
    padding: 15px 8px;
  }

  .coupon_lists .col-md-2,
  .coupon_lists .col-md-7,
  .coupon_lists .col-md-3 {
    max-width: 100%;
    text-align: center;
  }

  .mobile_sec h4 {
    font-size: 14px;
  }

  .coupon_lists .row {
    padding: 5px 0;
  }

  .page-template-page-product-shop .col-md-9,
  body.blog .isotope_cont .col-md-9,
  .single-post .col_left {
    margin-bottom: 40px;
  }

  .page-template-page-coupon-category .coupon-cat .col-md-3,
  .page-template-page-coupon-store .stores_grid .col-md-3 {
    max-width: 50%;
  }

  #woocommerce_product_categories-2 .widget-title {
    font-size: 26px !important;
  }

  .store_categories_carousel .owl-nav {
    top: -50px;
  }

  .cat_filter_slider .owl-carousel .owl-nav {
    position: unset;
  }

  .cat_filter_slider .owl-carousel .owl-nav button {
    background: #111 !important;
  }

  .cat_filter_slider .owl-carousel .owl-nav button:hover {
    background: #fff !important;
  }

  .cat_filter_slider .owl-carousel .owl-nav button:hover i {
    color: #b61f2d;
  }

  .slider_post_title {
    font-size: 20px;
  }

  .custom_pagination a.page-numbers,
  .custom_pagination span {
    width: 50px;
    margin-bottom: 10px;
  }

  .custom_pagination_inner {
    text-align: center;
  }

  .single_store_download ul li a img {
    max-width: 150px;
  }

  .coupon_btn a {
    font-size: 17px;
    padding: 1px 25px;
  }

  #tab-description .keyword-text._ngcontent-gje-112 {
    font-size: 24px;
  }

  .nav-pills .nav-link {
    font-size: 16px;
  }

  .coupon_lists .col-md-2 {
    max-width: 30%;
  }

  .discount_value {
    font-size: 15px;
    width: 70px;
    height: 70px;
    margin: auto;
  }

  .coupon_lists .col-md-7 {
    max-width: 70%;
  }

  .coupon_lists h3 {
    font-size: 15px;
    line-height: 1.1;
    text-align: left;
  }

  .coupon_info {
    text-align: left;
  }

  .cat_data_sec .cat_data_inner {
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .store_faqs .panel-title a {
    font-size: 18px;
  }

  .coupon_lists {
    margin-top: 20px;
  }

  .mobile_sec {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 376px) {
  .mobile_sec .col-md-3 {
    padding-right: 0;
  }

  .featured_store_sec h3.vc_custom_heading,
  .store_faqs h4,
  .coupon_sec_centent h2 {
    font-size: 24px !important;
  }

  .free_shipping {
    font-size: 14px;
  }

  .coupon_lists {
    padding: 9px;
  }

}