/*

 Theme Name:     Swagable    
 Theme URI:      https://www.detype.com
 Description:    Custom theme
 Author:         DeType
 Author URI:     https://www.detype.com
 Version:        1.0.0

-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;300;400;500;600;700;900&display=swap');
h1, h2, h3, h4, h5, p, body, html {
  font-family: 'Barlow', sans-serif !important;
}
p {
  font-size: 16px;
}
.main-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
  background-position: center center;
}
.container-wide {
  display: inline-flex;
}
.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 0px 30px;
}
.content-col {
  width: 40%;
}
.content-col .event-logo {
  max-height: 140px;
  width: auto;
}
.heading {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 56px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.event-date {
  margin-right: 30px;
}
.dates-col {
  display: flex;
}
.dates-col p {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.main-row {
  width: 100%;
  padding: 20px 0px;
}
.title-collection {
  font-size: 28px;
  font-weight: bold;
}
.filters {
  width: 100%;
  display: inline-block;
}
.search-container {
  float: right;
}
.search-container input[type="text"] {
  padding: 12px;
  margin-top: 0px;
  font-size: 16px;
  border: none;
}
.search-container button {
  float: right;
  padding: 12px 16px;
  margin-top: 0px;
  background-color: #efefef;
  margin-right: 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
  border-bottom: 0px;
  border-right: 0px;
  box-shadow: none;
  border-top: 0px;
  border: 0px !important;
  color: #fff;
}
.search-container button:hover {
  background: #fff;
  color: #000;
}
.login-box {
  max-width: 40%;
  margin: auto;
  background: #fff;
  padding: 20px 30px 10px 30px;
  min-width: 300px;
}
input#wp-submit:hover {
    background-color: #ff3853;
}
@media only screen and (max-width: 600px) {
  .login-box {
    max-width: 95%;
    padding: 20px;
    background-color: transparent;
    min-width: 100px;
  }
}
.login-bg {
  background: #efefef;
  border: 0px solid;
  padding: 50px 0px;
  margin-bottom: 30px;
}
.login-title {
  font-size: 27px;
    padding-bottom: 10px;
    max-width: 40%;
    margin: auto;
    display: block;
    margin-bottom: 21px;
}
.loginform-tabs {
    max-width: 40%;
    display: block;
    margin: auto;
}


.taboneloginform {
    max-width: 50%;
    display: inline-flex;
    padding: 13px 35px;
    background-color: #ffffff;
    color: #ff3852;
    font-size: 18px;
}
.tabtwologinform{
      max-width: 50%;
    display: inline-flex;
}
.tabtwologinform a {
    padding: 13px 35px;
    background-color: #b4b4b4;
    color: white;
    font-size: 18px;
    text-decoration: none;
}
.tabtwologinform a:hover{
  background: #ff3854;
    color: #fff;
    text-decoration: none !important;
}
.border-line {
  width: 100px;
  margin: 0px;
  padding-bottom: 30px;
}
.login-box form label {
  font-size: 18px;
  padding-top: 6px;
  display: inline-block;
}
.login-box form input {
  height: 45px;
  background: white;
  border: 1px solid #cfcfcf;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  line-height: 0px;
  background: #f9f9f9;
}
p.event-date, p.event-closing-date {
  color: white;
}
p.event-date {
  font-size: 20px;
  margin-bottom: 10px;
}
.login-box form input.btn.login {
  margin-right: 4%;
}
.login-box form input.btn {
  width: 47%;
  border-radius: 0px;
}
.login-box form input.btn.active, .login-box form input.btn:hover {
  background: #253957;
  color: #fff;
}
.header-row {
  text-align: center;
}
.container-wide a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  margin: 10px 16px;
}
.title-collection.sponsorr {
  margin: 0px;
}
.view-all-cta a {
  cursor: pointer;
  font-size: 18px;
  margin-top: 6px;
  display: block;
}
.view-all-cta {
  float: right;
}
/* Slider */
.slick-slide {
  margin: 0px 20px;
}
.logo-carousel {
  overflow: inherit;
}
.slick-slide img {
  width: 100%;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: '';
}
.slick-track::after {
  clear: both;
}
.slick-track {
  padding: 1rem 0;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow {
  position: absolute;
  top: 32%;
  background-size: cover;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #000;
  background-repeat: no-repeat;
  border: none;
  width: 50px !important;
  height: 50px !important;
  background-size: contain;
  text-indent: -140px;
  z-index: 99;
}
.slick-arrow.slick-next {
  right: -38px;
  transform: rotate(180deg);
}
.slick-arrow.slick-prev {
  left: -38px;
}
.container.slides-width {
  max-width: 1065px;
}
.slide img {
  height: 150px !important;
  width: 100% !important;
  margin: auto;
  background: #fff;
  object-fit: contain;
}
.slide p {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.rcp_form input[type=checkbox] {
  float: left;
  margin: 10px 10px 0px 0 !important;
  height: 18px;
  width: 18px;
}
/* Media Queries */
@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}
/* JsFiddle Example only/don't use */
.logo-carousel {
  margin-top: 32px;
}
.row-slider {
  overflow: hidden;
}
footer {
  text-align: left;
}
footer p {
  font-size: 14px;
  margin-bottom: 5px;
}
footer a {
  text-decoration: none;
}
.main-row.footer {
  padding-top: 0px;
}
.featured-cols {
  display: inline-block;
  width: 104%;
  margin-bottom: 15px;
}
.featured-cols-grid {
  display: inline-block;
  width: 100%;
}
.feature-logo-grid {
    max-width: 160px;
    width: 100%;
    max-height: 125px;
    object-fit: contain;
    margin-top: -125px;
    z-index: 9;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    height: 125px;
}
.feature-details-list {
  text-align: center;
  padding: 25px;
  display: inline-block;
  min-width: 100%;
}
.feature-box-grid:nth-child(3n+2) {
  margin-left: 3%;
  margin-right: 3%;
}
.feature-box {
  width: 46%;
  margin: 2% !important;
  float: left;
  background-color: #efefef;
}
.feature-description {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 15px;
  min-height: 45px;
}
.feature-box-grid {
  width: 31.3%;
  min-height: 435px;
  margin-bottom: 3%;
  float: left;
  background-color: #efefef;
}
.feature-img-grid {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.swag-arch-head {
  min-height: 225px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
img.feature-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
img.feature-logo {
  width: 100%;
  max-width: 200px;
  max-height: 300px;
  object-fit: cover;
  margin-top: -93px;
  z-index: 9;
  position: relative;
  background: #fff;
}
.feature-details {
  padding: 20px 25px;
  display: inline-block;
  width: 100%;
}
.flag::before, .flag::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
}
.flag::before {
  top: 0;
  border-width: 22px 15px 0 0;
}
.flag::after {
  bottom: 0;
  border-width: 0 15px 22px 0;
}
.flag {
  margin-bottom: 0px;
  width: 180px;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  position: absolute;
  margin-top: 30px;
}
.featured-col-2 {
  width: 60%;
  float: right;
}
.featured-col-1 {
  width: 35%;
  float: left;
}
.more-link {
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  transition: color .15s ease-in-out;
}
.more-link:hover {
  text-decoration: none;
  transition: color .15s ease-in-out;
}
.feature-heading {
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
  min-height: 53px;
}
.sponsor-col {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.sponsor-col .heading {
  font-size: 32px;
  margin-bottom: 10px;
  color: #000;
  margin-top: 0px;
}
.sponsor-col p {
  margin-bottom: 0px;
}
.sponsors-box-grid {
  border: 0;
  background: #fbfbfb;
  width: 23%;
  margin: 1%;
  float: left;
}
@media only screen and (max-width: 1000px) {
  .sponsors-box-grid {
    width: 48% !important;
  }
}
@media only screen and (max-width: 600px) {
  .sponsors-box-grid {
    width: 100% !important;
  }
}
.sponsors-logo-grid {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-top: 0px;
  z-index: 9;
  position: relative;
  margin-bottom: 20px;
}
.sponsors-details-list {
  padding: 20px;
  text-align: center;
}
.sponsors-cols-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsors-details-list .feature-description {
  font-size: 21px;
  font-weight: 400;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
.header li a {
  display: block;
  padding: 20px 20px;
  border: 1px solid #f4f4f4;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s;
}
.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px;
  text-decoration: none;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  display: none;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 37px 40px;
  position: relative;
  user-select: none;
  background-color: #fff;
  border: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 30px;
}
.header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 8px;
}
.header .menu-icon .navicon:after {
  top: -8px;
}
/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 400px;
  display: block;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/* 48em = 768px */
@media (min-width: 65em) {
  .header li {
    float: left;
    height: 100%;
    display: flex;
  }
  .header li a {
    padding: 28px 30px;
  }
  .header .menu {
    display: inline-block;
    clear: none;
    max-height: none;
    float: right;
  }
  .header .menu-icon {
    display: none;
  }
}
span.footercopyinfo p {
  display: contents;
  font-weight: 400;
  font-size: 13px;
}
.row-width.header-row {
  max-width: 1110px;
  margin: auto;
  justify-content: space-between;
}
/* 48em = 768px */
@media (max-width: 48em) {
  .row-width.header-row {
    display: block;
  }
}
/* single page */
img.single-featured-image {
  width: 100%;
}
.sw-below-banner {
  display: flex;
  justify-content: space-between;
}
.sw-below-banner {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sw-below-lwft {
  width: 30%;
  padding: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #00000017;
}
.sw-banner-right {
  width: 65%;
  padding: 0px;
  display: flex;
}
img.feature-logo-single {
  width: 100%;
}
.sw-short-descri {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
.sw-banner-right div h1 {
  font-weight: 900;
  margin-bottom: 30px;
}
.sw-banner-right-inside {
  margin-top: auto;
  margin-bottom: auto;
}
.cta-bar-sw {
  display: flex;
  justify-content: space-between;
}
.cta-bar-sw-lwft {
  width: 30%;
  padding: 0px;
  overflow: hidden;
}
.cta-bar-sw-right {
  width: 65%;
  padding: 0px;
  display: flex;
}
.cta-bar-offer-detail {
  display: flex;
  padding: 10px 20px;
  background-color: #efefef;
}
span.expire-deate {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}
span.expire-deate:before {
  content: "ds";
}
span.expire-deate:before {
  content: "";
  background-image: url(/wp-content/uploads/expire-cion-sw-01.png);
  width: 24px;
  display: inline-block;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
.swag-tc {
  width: 65%;
  padding-top: 50px;
  padding-bottom: 50px;
  float: right;
}
.swag-tc h3 {
  font-size: 23px;
  font-weight: 400;
}
.tcdetails {
  font-weight: 400;
  color: #6c6c6c;
}
.boughtby img {
  max-width: 200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 30px;
}
.boughtby {
  padding-top: 25px;
  text-align: center;
}
.rcp-button {
  margin-top: 20px !important;
  text-align: center !important;
  width: 180px !important;
  display: inline-block !important;
  padding: 10px 20px !important;
  background: #000 !important;
  color: #fff !important;
  border: 1px solid !important;
  text-decoration: none !important;
  margin-bottom: 20px !important;
  border-radius: 0 !important;
}
.rcp-button:hover, .signup-btn:hover {
  background: #fff !important;
  color: #000 !important;
  text-decoration: none !important;
}
.signup-btn {
  float: right;
  margin-top: -68px;
  text-align: center;
  width: 180px;
  display: inline-block;
  padding: 6px 20px;
  background: #000;
  color: #fff;
  border: 1px solid;
  text-decoration: none;
  margin-bottom: 20px;
  border-radius: 0;
  font-size: 16px;
}
.fancybox__container {
  z-index: 999999;
}
.website-sponser a {
  color: #212529;
  font-size: 20px;
}
.cat-home {
  display: flex;
  padding: 0;
  list-style: none;
}
.cat-home li {
  padding-right: 10px;
  font-size: 18px;
  font-weight: bold;
}
/***********Loader Css Start*******************/
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
r.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes r.sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
.spinner {
  background-image: url(https://swagable.co.uk/images/loader.gif);
  width: 45px;
  height: 45px;
  background-size: cover;
  display: block;
  margin: 0px auto;
}
.role-text {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
/***********Loader Css End*******************/
.validateerror {
  border: 1px solid red !important;
}
span.error {
  color: red;
}
nav#prev-next {
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 75px;
}
/*********** video section *******************/
div#video-wrap > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vide-left, .vide-right {
  max-width: 36%;
  font-weight: 400;
  display: flex;
}
.vide-left > div {
  margin: auto;
}
.video-wrapper {
  float: none;
  clear: both;
  width: 58%;
  position: relative;
  padding-bottom: 30.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********** video section *******************/
table.tctable td {
  border: 1px solid #c3c3c3;
  height: 30px !important;
  padding: 10px;
}
table.tctable {
  min-width: 100%;
  background-color: #efefef;
  height: auto !important;
}
.slide p {
  text-align: center;
  color: black;
  text-decoration: none;
  font-weight: 500;
}
div.footer-menu-class ul {
  margin: 20px 0px 20px 0px;
  list-style-type: none;
  list-style: none;
  list-style-image: none;
  text-align: center;
  display: inline-block;
  padding: 0px;
}
div.footer-menu-class li {
  padding: 0px 10px 10px 10px;
  display: inline-block;
}
div.footer-menu-class a {
  color: #ff3853;
}
h2.sw-heading {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 35px;
}
.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.screenreader-text:focus {
  color: black;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
  padding: 10px 0px;
  text-align: left;
}
.header li a:focus, .search-container button:focus {
  background-color: #253957;
  color: white !important;
}
.header li a:hover, .search-container button:focus {
  background-color: #253957;
  color: white !important;
}
.filter-tabs .btn:focus, input#search_swag:focus {
  -webkit-box-shadow: inset 0px 0px 0px 3px #253957;
  -moz-box-shadow: inset 0px 0px 0px 3px #253957;
  box-shadow: inset 0px 0px 0px 3px #253957;
}

.filter-tabs .btn {
    margin-bottom: 4px;
}
.filter-tabs {
    max-width: 860px;
}

.slick-slide .slide > div {
  padding-bottom: 10px;
  border: 2px solid #efefef;
}
div.footer-menu-class a:focus, div.footer-menu-class li:focus {
  font-weight: 600;
  text-decoration: underline;
}
.swags-template-default #main-content {
  padding-top: 50px;
}
.swags-template-default h1.title {
  max-width: 1110px;
  margin: auto;
  width: 100%;
}
.swags-template-default h1.title {
  display: none;
}
.header li a {
  border-width: 0px 1px 0px 1px !important;
}
.header .menu {
  margin-bottom: -6px !important;
}
.header li a {
  padding: 29px 30px !important;
}
@media (max-width: 1200px) {
  .logo img {
    max-height: 55px !important;
  }
  .header li a {
    padding: 28px 20px !important;
  }
  .header .logo {
    padding-left: 30px !important;
  }
  .header .menu-icon {
    margin-bottom: 0px !important;
  }
  #prev-next {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}
@media (max-width: 990px) {
  .sw-below-banner {
    display: block;
  }
  .sw-banner {
    min-height: auto !important;
  }
  .sw-banner-right {
    width: 100%;
    padding-top: 20px;
  }
  .sw-below-lwft {
    width: 50%;
  }
  .sw-banner-right div h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .sw-below-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cta-bar-sw-lwft, .swag-tc {
    width: 100%;
    padding-bottom: 20px;
  }
  .cta-bar-sw {
    display: block;
	  margin-top: 0px !important;
  }
  a.sw-btn {
    width: auto !important;
  }
  .cta-bar-sw-right {
    width: 100% !important;
  }
	.cta-bar-offer-detail > div {
    display: block !important;
}
#prev-next .prev-link a, #prev-next .next-link a {
	padding: 8px 15px !important;
	}
	.header li a {
    padding: 10px 20px !important;
}
	.menu {
    padding-bottom: 14px !important;
}
.bio-left, .bio-right {
    width: 100% !important;
}
	.author-bio-main {
    display: block !important;
}
	.bio-left img {
    max-width: 50% !important;
    margin-bottom: 20px;
}
#main-content .container, #main-content .container-sm {
    width: 90% !important;
}
	div#insightsarchive {
    display: inline-block;
    width: 100% !important;
}
}
@media (max-width: 620px) {
  nav#prev-next {
    display: block !important;
    margin-bottom: 20px;
  }
  #prev-next .prev-link a, #prev-next .next-link a {
    margin-bottom: 10px;
    float: inherit !important;
    display: inline-block !important;
  }
}

.frm_message {
    text-align: center;
    padding: 30px !important;
    max-width: 600px;
    margin: auto !important;
}

.sw-banner img {
    border: 2px solid #e1e1e1 !important;
}


/* ------------------ qr code wrapper -------------- */
.qr_code_wrapper{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.qr_code_wrapper .item-1{
  display: block;
  width: 30%;
}

.qr_code_wrapper .item-1 .qr_code_content{
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 16px 20px;
  text-decoration: none;
  transition: color .15s ease-in-out;
  background-color: #253957;
  color: #ffffff;
}
 

.qr_code_wrapper .item-1 .qr_code_content .qr_code_show{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.95);
  top: 0;
  left: 0;
}
.qr_code_wrapper .item-1 .qr_code_content .qr_code_show .qr_code_show_btn{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #253957;
  padding:10px 20px 12px;
  color: #fff;
  display: inline-block;
}
.qr_code_wrapper .item-1 .qr_code_content .qr_code_show .qr_code_show_btn:hover{
  text-decoration: none;
  background-color: #ff3854;
}

.qr_code_wrapper .item-1 .qr_code_url{
  text-align: center;
  display: none;
}



.qr_code_wrapper .item-1 .qr_code_url a{
  position: relative;   
  background-color: #253957;
  padding:10px 20px 12px;
  color: #fff;
  display: inline-block;
}

.qr_code_wrapper .item-1 .qr_code_url a:hover{
  text-decoration: none;
  background-color: #ff3854;
}

.qr_code_wrapper .item-1 .cta-bar-sw-lwft{
  width: 100%;
}

.qr_code_wrapper .item-2{
  width: 65%;
}
.qr_code_wrapper .item-2 .swag-tc{
  width: 100%;
  padding-top: 0;
}

@media(max-width:767px){

  .qr_code_wrapper{
    display: block;
  }

  .qr_code_wrapper .item-1{
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .qr_code_wrapper .item-2{
    display: block;
    width: 100%; 
  }


  .qr_code_wrapper .item-1 .qr_code_content{
    display: none;
  }
  .qr_code_wrapper .item-1 .qr_code_url{
    display: block;
  }
  .qr_code_wrapper .item-1 .qr_code_url a{
    width: 100%;
  }

  #prev-next .prev-link a,
  #prev-next .next-link a{
    width: 100%;
  }
}
 .filter-tabs .btn {
  font-weight: 600;
}

/* ================== Featured Grid Fix ======================= */
.feature-description {
  font-weight: 400 !important;
}

.featured-cols-grid.grid-fix {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 33px 1fr 33px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 33px;
}
@media (max-width: 979px) {
  .featured-cols-grid.grid-fix {
    -ms-grid-columns: 1fr 33px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .featured-cols-grid.grid-fix {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.featured-cols-grid.grid-fix .feature-box-grid {
  width: 100% !important;
}
.featured-cols-grid.grid-fix .feature-box-grid:nth-child(3n+2) {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.featured-cols-grid.grid-fix .feature-box-grid .feature-description {
  font-weight: 400 !important;
}

.custom-dropdown {
    position: relative;
    width: 100%;
  border-width: 2px;
    border-style: inset;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
}

.selected-option img {
    margin-right: 10px;
}
.selected-option{ width:100%;display: flex;
    align-items: center;
   }
.selected-option .arrow{ margin-left:auto; }   
.custom-options {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: white;
    border: 1px solid #ddd;
    position: absolute;
    width: 100%;
    max-height: 200px; /* Limit height with overflow */
    overflow-y: auto; /* Scroll if too many options */
    display: none; /* Hidden by default */
    z-index: 1000;
}

.custom-option {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-option img {
    margin-right: 10px;
}

.custom-option:hover {
    background-color: #f0f0f0;
}