@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
body {font-family: 'Open Sans', sans-serif; font-weight: normal; font-style: normal; color: #424040; overflow-X: hidden; padding-top: 85px;}

.admin-body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #424040;
  overflow-X: hidden;
  padding-top: 0px;
}

.slide-title{color:white;}
.slidertitle_para{color:white;}
* {margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

a, a:visited, a:hover, a:focus, a:active {text-decoration: none !important;outline: none;}
i, span, a {display: inline-block; -webkit-transition: all, 0.3s; -moz-transition: all, 0.3s; -ms-transition: all, 0.3s; -o-transition: all, 0.3s; transition: all, 0.3s;}
ul, ol {margin: 0px; padding: 0px; list-style-type: none; }

/* input select textarea */
input, textarea {width: 100%; border-radius: 4px; background: #fff; padding: 11px 14px; font-size: 14px; border: 1px solid #BCC1E5; color: #888888;}
select {outline: none; background: #FFFFFF; border: 1px solid #BCC1E5; border-radius: 4px; padding: 11px 14px; width: 100%; font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #000000 50%), linear-gradient(135deg, #000000 50%, transparent 50%), linear-gradient(to right, #FFF, #FFF);
  background-position: calc(100% - 20px) calc(22px + 2px), calc(100% - 15px) calc(22px + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
input:focus, textarea:focus, select:focus {border-color: #626BAA; outline: none; box-shadow: none;}


/* Nav */
#navBarSearchForm input[type="text"] {width: 250px !important;}
.navbar-custom {background-color: #fff;}
.navbar-custom .navbar-nav .nav-link,.navbar-custom .navbar-brand,.navbar-custom .nav-link.active {color: black;font-weight:800;}
.navbar-custom .nav-link:hover {color: Orange;}

/* Headings */
h1, h2, h3, h4, h5, h6 {font-family: "Open Sans", sans-serif; font-weight: 800; color: #404040; margin: 0px; }
h1, .h1_32px_title{font-size: 32px; margin-bottom: 20px; margin-top: 10px;}
h2, .h2_24px_title{font-size: 24px; margin-bottom: 20px; margin-top: 10px;}
h3, .h3_20px_title{font-size: 20px; margin-bottom: 20px; margin-top: 10px;}
h3, .h3_20px_title{font-size: 20px; margin-bottom: 20px; margin-top: 10px;}
h3, .h3_20px_head {font-size: 20px; margin-bottom: 5px; margin-top: 10px;}
h4, .h4_18px_title{font-size: 18px; margin-bottom: 20px; margin-top: 10px; font-weight: 700;}
h5, .h5_16px_title{font-size: 16px; margin-bottom: 20px; margin-top: 10px; font-weight: 700;}
h6, .h6_15px_title{font-size: 15px; margin-bottom: 20px; margin-top: 20px; font-weight: 700;}

.section-title{margin-top: 40px;}
.section-title .title {font-size: 24px; position: relative; display: block;} 



/* Nav button*/
.btn-custom {color: #333;background-color: #fff;border-color: #ccc;border-top-right-radius: 0.25rem !important;border-bottom-right-radius: 0.25rem !important;}
.btn-custom:hover,.btn-custom:focus {color: #333;background-color: #ebebeb;border-color: #adadad;border-top-right-radius: 0.25rem;border-bottom-right-radius: 0.25rem;}

/* Search*/
/*#result{position:absolute;width:373px;display:none;margin-top:39px;border-top:0px;overflow:hidden;border:1px #CCC solid;background-color: white;}*/


#result {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;width: 100%;padding: .5rem 0;margin: .125rem 0 0;font-size: 1rem;color: #f25315;background-color: #fff;background-clip: padding-box;border: 1px solid #f25315;border-radius: .25rem;box-sizing: border-box;}
.mshow{display: table-cell;width:100%;padding:1px;border-bottom:1px #999 solid;font-size:14px;font-weight: 500; height:50px;vertical-align: middle;color: #352f2f;}
.mshow:hover{background:#00000030;color:red;cursor:pointer;}
.slistl{float: left;width:70px;padding:5px;}
.slistr{margin-left:10px;padding:5px;}
.diva{font-size:15px;text-decoration:none;width:100%;}

.form-control {border: 1px solid #bbb;display: block;width: 100%;padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fff;background-clip: padding-box;appearance: none;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-control:focus {box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.47);border-color:#a6a6a6;}

.input-group {position: relative;display: flex;flex-wrap: wrap;align-items: stretch;width: 100%;}


/* Buttons */
.primary_btn{display: block;background: #f25315; border-radius: 4px; border: 0; padding: 7px 25px; font-weight: bold; line-height: 26px; color: #FFF;}
.primary_btn:hover, .primary_btn:focus{color: #FFF; background: Orange;;}
.all-store_btn{display: block;background: red; border-radius: 4px; border: 0; font-weight: bold; line-height: 26px; color: #fff;}
.all-store_btn:hover, .primary_btn:focus{background: black;color: #fff; }
.all-store-btn-outline-primary {color: black;border: 1px solid black;background-color: transparent;transition: all 0.3s ease-in-out;}
.all-store-btn-outline-primary:hover {color: white;background-color: #f25315;}
.all_store_wrpr{padding: 20px; background: #DDDDDD30; border-top: #aca5a5 solid 1px; border-bottom: #aca5a5 solid 1px;}

.load_more_btn{background: #f25315; border-radius: 4px; border: 0; font-weight: bold; line-height: 26px; color: #FFF;}
.load_more_btn:hover, .primary_btn:focus{color: #FFF; background: orange;}
.swiper-slide {cursor: pointer;}

.category-list a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
}

.category-list .fw-bold {font-weight: 600 !important;font-family: var(--bs-body-font-family);}

.category-list .ms-3 {
    margin-left: 1rem;
}




.store-link {font-size: 16px;color: #000;text-decoration: none; font-weight:bold;}
.store-link:hover {text-decoration: underline;color: Orange;
}

.no-coupons-message{padding: 5px;border: 1px solid red;}

.show_code_btn{padding: 0px 0; border: 1px solid #F47878; font-weight: 700; border-radius: 5px; text-decoration: none;}
.show_code_btn:hover{border-color: #f25315;}
.show_code_btn:hover .upper{background: #f25315;}
.show_code_btn:hover .upper:after {border-color: transparent transparent transparent #ffbfbf;}
.show_code_btn .upper {background: #f25315; color: #fff; font-size: 15px; padding: 8px 1px 9px 7px; position: relative; z-index: 100; border-radius: 4px 0 0 4px;}
.show_code_btn .upper:after {position: absolute; right: -20px; top: 0; width: 0; height: 0; border-style: solid; border-width: 40px 0 0 20px; border-color: transparent transparent transparent #F47878; z-index: 101; content: ''; transition: .2s ease;}
.show_code_btn .lower {background: 0 0; padding: 4px 10px; text-transform: uppercase; color: #000; position: relative; z-index: 99; margin-left: -80px;}

.primary_border_btn{background: none; border-radius: 4px; border: #f25315 solid 1px; padding: 8px 16px; font-weight: bold; line-height: 26px; color: #f25315;}
.primary_border_btn:hover, .primary_border_btn:focus{color: #FFF; background: Orange;;}


/* Home Slide */
.slide-image {border-radius: 15px;overflow: hidden;background-size: cover;background-position: center;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);}

.swiper-button-prev i,.swiper-button-next i {font-size: 40px;color: #f253154f;}
.swiper-button-prev {padding: 10px;}
.swiper-button-next::after {display: none;}
.swiper-button-prev::after {display: none;}





/* Category */
.category_area{margin: 1px 0;}
.category_div{text-align: center; margin-bottom: 15px 0;}
.category_div h5{color: #000000; font-weight: bold; font-size: 16px; line-height: 26px; margin: 10px 0; transition: all, 0.3s;}
.category-circle {width: 100px;height: 100px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background-color: #f25315;color: white;transition: background-color 0.3s, color 0.3s;text-decoration: none;}
.category-circle:hover {background-color: #fff;color: #f25315;}

/* Deals */
.deals_area{padding: 20px 20px 1px 20px; background: #f9f9f9;border-radius: 10px;}
.deal_content_div{background: #FFFFFF; box-shadow: 0px 24px 68px rgba(0, 0, 0, 0.1); border-radius: 6px; padding: 25px; margin-bottom: 30px; transition: all, 0.3s;}
.deal_content_div:hover{box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);}
.store_logo_div{text-align: center; margin: 10px auto; display: flex; align-items: center; justify-content: center;}
.store_logo_div img{width: 100%; height: 110px; -o-object-fit: scale-down; object-fit: scale-down;}
.deal_contnt{color: #424040; font-size: 15px;}
.deal_contnt h5{font-size: 16px; font-weight: bold; line-height: 26px; min-height: 52px;}
.deal_contnt p{margin: 12px 0;}
.deal_contnt .primary_btn{width: 100%; text-align: center; margin-top: 10px;}

/* Deal banner */
.deal_banner_area{text-align: center; background: #fff;margin-top:20px;}
.deal_banner_area img{margin: 0 auto; width: 100%;}

/* Stores */
.stores_area{padding: 20px 20px 1px 20px; background: #fff;}
.whychooseus_title{color: #fff; font-size: 36px; margin-bottom: 30px;}
.store_div{background: #FFFFFF; box-shadow: 0px 24px 68px rgba(0, 0, 0, 0.1); border-radius: 6px; margin-bottom: 28px; display: flex; align-items: center; justify-content: center; transition: all, 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.store_div:hover{box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);}
.store_div img{width: 100%; height: 120px; -o-object-fit: scale-down; object-fit: scale-down;}
.store_div a{padding: 20px; display: block;}
.store_div p{font-size: 16px;text-align: center;color: darkgreen;}

/* All Categories */
.allcat_area{margin: 50px 0;}

/* Guide Reviews */
.guide_reviews_area{padding: 80px 20px; background: #f253150f;}
.guide_review_div{background: #FFFFFF; box-shadow: 0px 24px 68px rgba(0, 0, 0, 0.1); border-radius: 6px; margin-bottom: 30px; transition: all, 0.3s;}
.guide_review_div:hover{box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);}
.review_img_div{border-radius: 6px 6px 0px 0px; overflow: hidden;}
.review_content_div{padding: 25px; }
.review_content_div .card_title{margin-bottom: 14px; margin-top: 14px;}
.card_title a{color: #404040;}
.card_title a:hover{color: Orange;}
.card_title_exp a {color: #404040;}

.newsletter-form {margin-top: 20px;position: relative;width: 100%;max-width: 360px;}
.newsletter-form input {width: calc(100% - 40px);background: #ffffff;border: 0px solid #000;padding: 11px 8px 11px 18px;height: 40px;font-size: 14px;border-radius: 4px 0px 0px 4px;}
.newsletter-form .subscribe_btn {width: 40px;height: 40px;line-height: 40px;border: none;border-radius: 0px 4px 4px 0px;background: #FFF;font-size: 14px;font-weight: 600;color: #fff;position: absolute;top: 0;right: 0;}
/* Footer */
#footer {border-top: 5px solid #CDB380;background: #3b3c3c none repeat scroll 0% 0%;padding-top: 30px;margin-top: 60px;clear: both;color: #AAA;display: block;}
#sub-floor {color: #AAA;background: #000 none repeat scroll 0% 0%;padding: 10px 0px;text-align: center;}

/* Back to top */
.back-to-top {font-size: 24px; display: none; color: #fff; position: fixed; right: 50px; bottom: 18px; width: 45px; height: 45px; line-height: 40px; border-radius: 40px; background-color: #F00; text-align: center; z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.back-to-top:hover {color: #fff; background-color: #FF8080; }

/* Modal */
.custom_modal .modal-content{border-radius: 6px; background: #FFF; padding: 40px;}
.custom_modal .btn-close{opacity: 1; position: absolute; right: 16px; top: 10px;}
.custom_modal .btn-close:hover{color: #f25315;}
.custom_modal .modal-body{padding: 0;}
.modal_title{color: #000000; font-size: 24px; font-weight: 800; text-align: center; margin: 0px 0 20px 0;}

.modal_div{}
.store_logo_modal_div{margin: 20px 0;}
.deal_div{margin: 20px auto 30px auto; max-width: 130px; width: 100%; display: flex; align-items: center;}
.copy_input_div{margin: 20px auto 30px auto; max-width: 294px; width: 100%; display: flex; align-items: center;}
.copy_input_div span{font-size: 20px; border: #BCC1E5 solid 1px; padding: 10px 16px; width: 200px; float: left; border-radius: 4px 0 0 4px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.copy_input_div .copy_btn{background: #0889B9; border-radius: 0 4px 4px 0; border: 0; outline: none; min-width: 90px; padding: 13px 14px 13px 14px; font-weight: bold; line-height: 26px;color: #FFF;}
.copy_input_div .copy_btn:hover{background: #f25315;}
.copy_input_div .copy_btn.copied{background: #23AA40 !important;}

.newsletter_modal_div{border-top: #E8EAF4 solid 1px; padding: 20px 0 30px 0; margin: 0 auto;}
.newsletter_modal_div h4{font-size: 15px; margin-bottom: 8px;}
.newsletter_form{max-width: 440px; width: 100%; margin: 20px auto 20px auto;}
.newsletter_modal_div input.nestletter_input{width: calc(100% - 156px); border-radius: 4px 0 0 4px;}
.newsletter_modal_div .join_btn{background: #0889B9; border-radius: 0 4px 4px 0; border: 0; outline: none; min-width: 90px; padding: 9px 20px 10px 20px; font-weight: bold; line-height: 26px;color: #FFF;}
.newsletter_modal_div .join_btn:hover{background: #f25315;}

.feedback_help_div{border-top: #E8EAF4 solid 1px; padding: 20px 0 0px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.feedback_help_div2{border-top: #E8EAF4 solid 1px; border-bottom: #E8EAF4 solid 1px; padding: 20px 0 20px 0; align-items: center; justify-content: space-between;}
.feedback_thumb{align-items: flex-start;}
.needhelp_link{align-items: flex-end;}
.feedback_thumb a{width: 30px; height: 30px; line-height: 30px; margin-right: 10px; font-size: 28px; display: inline-block; text-align: center; position: relative;}
.feedback_thumb span{margin-right: 10px; font-size: 13px; text-align: center; position: relative;}
.feedback_thumb2 span{margin-right: 10px; text-align: center; position: relative;}

.thumbup i{color: #7A7D8D; -webkit-transform: scale(1); transform: scale(1);}
.thumbup:hover i{color: #23AA40; -webkit-transform: scale(1.1); transform: scale(1.1);}
.thumbdown i{color: #7A7D8D; -webkit-transform: scale(1); transform: scale(1);}
.thumbdown:hover i{color: #e50e0e; -webkit-transform: scale(1.1); transform: scale(1.1);}
.thumbup.active i {color: #23AA40 !important;}
.thumbdown.active i {color: #e50e0e !important;}

.how-step i {
    display: inline-block;
    margin-bottom: 10px;
}

.how-step h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.how-step p {
    color: #555;
}


/* Breadcrumb */
.page_breadcrumb_wrpr{padding: 10px 0; background: #F2F2F2EB; border-bottom: #aca5a5 solid 1px;}
.page_breadcrumb{}
.page_breadcrumb ul{padding: 0;}
.page_breadcrumb ul li{list-style: none; color: #461c1c; display: inline-block;}
.page_breadcrumb ul>li+li:before {content: "/"; font-size: 20px; padding: 0 16px; color: #D1D1D1; font-weight: normal;}
.page_breadcrumb ul li a{color: #a20303;}
.page_breadcrumb ul>li:first-child a {width: 22px; height: 18px; display: block; position: relative;}
.page_breadcrumb ul li a {color: #B2B2B2; top: 2px; left: 0;}
.page_breadcrumb ul li a:hover svg{fill: #a20303;}
.page_breadcrumb ul li a:hover{color: #a20303;}

/* Store detail */
.storedetail_area{}
.store_header_div{background: #FFF; padding: 5px;}
.store_logo_info_div{align-items: center;}
.store_logo_div{max-width: 240px; width: 100%; padding: 0 10px;}
.store_availableoffers_div{flex: 1;}
.store_availableoffers_div h2{margin: 12px 0;}
.store_availableoffers_div h4{font-weight: 600;}


.rating label i {
    color: #ccc; /* grey stars */
    cursor: pointer;
    transition: color 0.3s ease;
}

.rating label i.highlighted,
.rating input[type=radio]:checked ~ label i {
    color: #f5b301; /* gold stars */
}

.rating input[type=radio] {
    display: none; /* hide radio inputs */
}


.rating i {
    color: #ccc;
    font-size: 20px;
}

.rating i.highlighted {
    color: #f5b301; /* gold */
}


.store_rating_div{display: block ruby; align-items: center; margin-bottom: 15px;}
.store_rating_div span{font-weight: 700; color: #000000;}
.store_rating_div .rating{margin: 0 12px;}
.store_coupons_wrpr{padding: 50px 20px; background: #DDDDDD30; border-top: #aca5a5 solid 1px; border-bottom: #aca5a5 solid 1px;}
.filter_wrpr{background: #FFFFFF; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 6px; padding: 20px;}
.filter_checkbox_div{margin-bottom: 20px;}
.filter_checkbox_div h6{margin: 0 0 20px 0; font-weight: 700;}
.filter_checkbox_div label{font-weight: 400 !important;}
.row-flex {display: flex;flex-wrap: wrap;align-items: center;}
.col-right {margin-left: auto;text-align: right;}


.related-link {margin-top: 10px;}
.related-title{font-size: 18px;margin:20px 0px 10px 5px;text-transform: uppercase;}
.related-link ul li a{font-size: 15px;color: #242424;margin-left:5px;font-family: var(--bs-body-font-family); font-weight: 600;}
.related-link ul li a:hover {color: Orange;}
.related_store a {margin-left:10px; color:blue;font-weight: bold;}

.coupons_listing_wrpr{}
/*.coupons_list_div{background: #FFFFFF; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 6px; padding: 15px; margin-bottom: 30px; display: flex;}*/
.coupons_list_div {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 30px;
}

.toggle-details-wrapper {
  margin-top: 15px;
  width: 100%;
}

.toggle-details-header {
  text-align: right; /* Align just the link to the right */
}

.coupon_flex_wrapper {
  display: flex;
}

.toggle-details-text {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #f00;
  font-size: 15px;
  gap: 5px;
}

.toggle-icon {
  transition: transform 0.3s ease;
}

.toggle-details-text.expanded .toggle-icon {
  transform: rotate(180deg);
}

.toggle-details-text:hover {
    text-decoration: underline;
}
.coupon-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  margin-top: 0;
  background-color: #f9f9f9;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.coupon-details.open {
  padding: 10px;
  margin-top: 10px;
  max-height: 500px;
}


.fa-bullets {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
	font-weight:550;
}

.fa-bullets li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0a4';
    font-size: 15px;
    margin-right: 8px;
    color: #f25315;
}

.coupon-item {
    background: #fff;
    border: 1px dashed #f253156e;
    border-radius: 10px;
    padding: 16px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.coupon-item:hover {
    transform: scale(1.01);
}

.store-logo {
    height: 45px;
    width: auto;
    border-radius: 5px;
}

.coupon-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon-title {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.coupon-description {
    font-size: 0.9rem;
    color: #555;
}

.coupon-badge {
    background-color: #f15b2a;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.coupon-footer {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-copy {
    background-color: #198754;
    color: white;
    padding: 6px 14px;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-copy:hover {
    background-color: #157347;
}

.coupon-expiry {
    font-size: 0.8rem;
    color: #999;
}

.coupons_list_div_exp{background: #C6C6C6; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 6px; padding: 15px; margin-top: 15px;margin-bottom: 15px; display: flex;}
.coupons_list_div_re{background: #F8FFFC; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 6px; padding: 15px; margin-top: 15px;margin-bottom: 15px; display: flex;}
/*.coupon_percent_div{width: 180px; display: flex; align-items: center; justify-content: center; padding: 0 20px 0 0px;}*/
.coupon_percent_div {width: 180px;display: flex;align-items: center;justify-content: center;padding: 0 20px 0 0px;}
.percent_count_wrpr{display: flex; flex-direction: column;}
.coupon_percent_div span{font-size: 32px; color:black; display: block; text-align: center;font-weight: bold; line-height: 34px;}
.coupon_percent_div span.upto_span{font-size: 24px;}
.coupon_percent_div span.off_count_span{font-size: 28px;text-transform: uppercase;font-family: 'Open Sans', serif;}
.coupon_percent_div span.off_exp_span{font-size: 28px;text-transform: uppercase;font-family: 'Open Sans', serif; color:#6f6f6f;}
.coupon_content_div{flex: 1;}
.coupon_content_div h4{margin: 10px 0; font-weight: 700;}
.coupon_tag{display: inline-block;font-size:11px;font-weight: bold;background: #0889B930; border: 1px solid rgb(8, 137, 185); border-radius: 6px; padding: 0px 10px;}
.coupon_tag_exp{display: inline-block;font-size:11px;font-weight: bold;background: #60606030; border: 1px solid rgb(53, 53, 53); border-radius: 6px; padding: 0px 10px;}
.btns_uses_div{display: flex; align-items: center;}
.btns_uses_div p{margin-right: 30px; font-size:12px; color:#808080;}
.btns_uses_div .primary_btn{margin-left: auto; max-width: 140px; text-align: center;}
.btns_uses_div .show_code_btn{margin-left: auto;}

.about_store_wrpr{background: #FFF; margin: 50px 0;}
.aboutstore_div{margin-bottom: 10px;}
.title_rating_div{align-items: center;}
.rating_div {margin-left: auto;display: flex;align-items: center;}
.rating {display: flex;flex-direction: row-reverse;justify-content: center;margin-left: 14px;}
.rating > input {display: none;}
.rating > label {position: relative;font-size: 18px;color: #ccc;cursor: pointer;transition: color 0.2s;padding: 2px;}
.rating > input:checked ~ label i,.rating > label:hover ~ label i,.rating > label:hover i {color: #f25315;}
.aboutstore_div p{font-size: 18px; line-height: 30px; margin-bottom: 20px;}

.bullets_list_div{margin-bottom: 30px; max-width: 360px; width: 100%;}
.bullets_list_div ul{padding: 0; }
.bullets_list_div ul li{margin-bottom: 22px; position: relative; padding-left: 30px;}
.bullets_list_div ul li::before{position: absolute; left: 0; top: 7px; content: ''; width: 10px; height: 10px; border: #f25315 solid 2px; border-radius: 30px;}
.bullets_list_div ul li a{color: #f25315;}
.bullets_list_div ul li a:hover{text-decoration: underline;}




.checkbox {
  padding-left: 20px;
  position: relative;
  margin-bottom: 2px;
  }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 18px;
  padding-top: 0px;
  color: #424040;
  font-weight: 400 !important;
  }
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0px;
  margin-left: -20px;
  border: 1px solid #47567733;
  border-radius: 5px;
  background-color: #FFF;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2px;
  top: 1px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 13px;
  color: #555555;
  }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
    height: 25px;
    width: 100%;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline:none;
  /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;*/ }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0px; margin-bottom: 20px; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #f25315;
  border-color: #f25315; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px; }
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  padding-top: 1px;
  }
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 6px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #f26522;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  }
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  outline:none;
}
.radio input[type="radio"]:focus + label::before {
	outline:none;
  /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; */}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
      transform: scale(1, 1); }
.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 10px; margin-bottom: 10px; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }



.about-box {background-color: #ffffff;border: 2px solid #dce8ed;border-radius: 16px;padding: 40px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);font-size: 16px;line-height: 1.7;color: #333;}
.about-box h1,.about-box h2 {color: #f25315;}
.about-box hr {border-top: 1px solid #c0d2d9;}
.about-header {background-color: #d0e7ef;padding: 20px 30px;border-top-left-radius: 12px;border-top-right-radius: 12px;margin: -40px -40px 30px -40px;}
.about-header h1 {color: #f25315;margin: 0;}


.privacy-box {background-color: #ffffff;border: 2px solid #dce8ed;border-radius: 16px;padding: 40px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);font-size: 16px;line-height: 1.8;color: #333;}
.privacy-box h1,.privacy-box h2 {color: #003a4d;}
.privacy-header {background-color: #d0e7ef;padding: 20px 30px;border-top-left-radius: 12px;border-top-right-radius: 12px;margin: -40px -40px 30px -40px;}

/* Container fix */
#toc {max-height: calc(100vh - 120px);overflow-y: auto;}
.toc-box {background: #f0f7fa;border: 1px solid #dce8ed;padding: 20px;border-radius: 12px;font-size: 15px;line-height: 1.6;}
.toc-box h5 {color: #f25315;font-weight: 700;margin-bottom: 15px;}
.toc-box ul {padding-left: 0;}
.toc-box ul li {margin-bottom: 10px;}
.toc-box ul li a {color: #004d66;text-decoration: none;transition: color 0.3s ease;}
.toc-box ul li a:hover,.toc-box ul li a:focus {color: #f25315;text-decoration: underline;}


.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #f9fafb;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #2d3748;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    border: none;
}

.faq-question:hover {
    background-color: #edf2f7;
}

.faq-toggle-icon {
    font-size: 1.5rem;
    color: #4a5568;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 1rem 1.25rem;
    background-color: #fff;
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.5;
    border-top: 1px solid #e2e8f0;
}


.keyword-badge {
    display: inline-block;
    background-color: #f25315;
    color: #fff;
    padding: 6px 12px;
    border-radius: 9999px;
    font-size: 0.875rem;
    margin: 2px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease-in-out;
}
.keyword-badge:hover {
    background-color: Orange;
    color:#fff;
    font-weight: 600;
}

.keyword-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.about-store p {
    font-size: 16px;
    font-weight: 500;
}


.about-store li {
    font-size: 16px;
    padding-bottom: 10px;
    list-style-type: disclosure-closed;
    margin-left: 35px;
    font-weight: 500;
}

.coupons-desc-li {
    font-size: 16px;
    padding-bottom: 10px;
    list-style-type: disclosure-closed;
    margin-left: 35px;
    font-weight: 500;
}


.about-store ul,
.about-store ol {
    list-style-type: disc;
    margin-left: 1.5em;
    padding-left: 0;
}
.srt-txt{
text-align: left !important;
margin-bottom: 10px;
}

/* Responsive: hide sidebar on small screens */
@media (max-width: 767.98px) {#toc {display: none;}}


/* // Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
.container {width: 100%;max-width: none;}
.banner_area{height: 400px;}
.slide-title{font-size: 28px;}
.slidertitle_para{font-size: 18px;}
.coupon_percent_div{padding: 0;}
.btns_uses_div{display: block;}
.btns_uses_div .primary_btn, .btns_uses_div .show_code_btn{margin-top: 15px;margin-left: inherit;}
.btns_uses_div p{margin:0;}
.filter_wrpr {margin-bottom: 15px;}
.store_coupons_wrpr {padding: 25px 20px;}
}


@media (max-width: 575.98px) {
  .text-xs-center {text-align: center !important;}
  .rating_div{display: none;}
  .coupon_percent_div{display: none;}
  .store_coupons_wrpr{padding:5px;}
  .coupons_list_div{margin-bottom: 15px;margin-top: 15px;}
  .coupon-header.d-flex.align-items-center div a small.text-muted{display: none;}
}

