/*!
Theme Name: Sneaky Pete Holsters
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sneaky-pete-holsters
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


@font-face {
  font-family: 'Inter_18pt-Black';
  src: url("./fonts/Inter_18pt-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'Inter_18pt-Bold';
  src: url("./fonts/Inter_18pt-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Inter_18pt-ExtraBold';
  src: url("./fonts/Inter_18pt-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Inter_18pt-Light';
  src: url("./fonts/Inter_18pt-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Inter_18pt-Medium';
  src: url("./fonts/Inter_18pt-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Inter_18pt-Regular';
  src: url("./fonts/Inter_18pt-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Inter_18pt-SemiBold';
  src: url("./fonts/Inter_18pt-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Stencil';
  src: url("./fonts/Stencil.ttf") format("truetype");
}


body{
	margin:0px;
	padding:0px;
	color:#000000;
	font-family: 'Inter_18pt-Regular';
}

img{
	max-width:100%;
}

a,li,p{
	font-size:17px;
	line-height:30px;
	font-family: 'Inter_18pt-Regular';
}

h1,h2,h3{
	font-family: 'Stencil';
}

/* header css */

.announcement_section {
    background: #0D284E;
    padding: 5px 0px;
}

.announcement_text p {
    margin: 0px;
    color: #fff;
    font-family: 'Inter_18pt-Regular';
    letter-spacing: 3.6px;
    font-size: 14px;
}

header.header_landing {
    background: #EAEAEA;
    position: sticky;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 3px 6px #00000029;
    border-top: 4px solid #FDB91B;
    padding: 10px 0px;
}

.header_landing_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.landing-logo a {
    display: block;
}

.landing-logo a img {
    height: 58px;
}

.button_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.button_group a {
    text-decoration: none;
    font-family: 'Inter_18pt-Medium';
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    min-width: 165px;
    border-radius: 8px;
    color: #000;
}

a.yellow_button {
    background: #FDB91B;
}

a.yellow_button:hover {
    background: #CE2E0E;
    color: #fff;
}

/* header css */

/* hero css */

section.landing_hero_section {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 122px);
}

.landing_content {
    color: #fff;
}

.landing_content h5 {
    display: inline-block;
    background: #CE2E0E;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Inter_18pt-Medium';
}

.landing_content h1 {
    font-size: 48px;
    text-shadow: 0px 0px 8px #fdb91b, 0px 0px 0px #fdb91b;
    margin: 0px;
}

.landing_content p {
    font-family: 'Inter_18pt-Medium';
    font-size: 18px;
    padding-right: 13%;
}

.hero_landing_footer {
    margin-top: 20px;
}

.hero_landing_footer h6 {
    font-family: 'Inter_18pt-Regular';
    font-size: 14px;
    text-decoration: underline;
    text-shadow: 0px 0px 1px #00000099;
}

.hero_landing_footer h4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Inter_18pt-Medium';
    font-size: 14px;
    margin: 0px;
}

.hero_landing_footer h4 img {
    height: 17px;
}

img.stars_icon {
    margin-right: 9px;
}

img.trusted_image {
    height: 32px !IMPORTANT;
    margin-left: 10px;
}

/* hero css */

/* service css */

section.service_section {
    background: #000000;
    padding: 16px 0px;
    color: #fff;
}

.service_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.service_block {
    width: 100%;
    position: relative;
}

.service_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 100%;
    text-align: left;
}

.service_inner p {
    margin: 0px;
    font-size: 15px;
    line-height: 26px;
}

.service_icon {
    width: 41px;
}

.service_block:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    background: rgba(255 255 255/23%);
    width: 1px;
}

.service_block:last-child:after {
    display: none;
}

/* service css */

/* best seller css */

section.best_seller_section {
    margin: 80px 0px;
}

.title_text h2 {
    color: #000000;
    font-size: 40px;
}

.best_seller_block {
    background: #EAEAEA;
    padding: 8px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px 6px;
}

.best_seller_image {
    border-radius: 10px;
}

.best_seller_inner {
    padding: 10px;
}

.best_seller_inner p {
    color: #A1A1A1;
    margin: 0px;
    font-size: 14px;
    line-height: 25px;
}

.best_seller_inner h4 {
    color: #000000;
    font-family: 'Inter_18pt-Medium';
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
    min-height: 85px;
}

.single_product_price h3 {
    font-size: 16px;
    font-family: 'Inter_18pt-Bold';
    text-decoration: line-through;
}

.best_seller_inner h4 span{
	font-size:14px;
	color: #3d3d3d;
}
img.stars_image {
    height: 15px;
}

.best_seller_inner h3 {
    color: #CE2E0E;
    font-family: 'Inter_18pt-Medium';
    font-size: 22px;
    margin: 8px 0px;
}

.seller_button a {
    text-decoration: none;
    font-family: 'Inter_18pt-Medium';
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    min-width: 165px;
    border-radius: 8px;
    color: #000;
    border:1px solid #FDB91B;
    gap: 5px;
    font-size: 16px;
}

.seller_button a:hover{
    background: #FDB91B;
}

.seller_button a img {
    height: 24px;
}

.seller_button {
    margin-top: 11px;
}

section.best_seller_section .title_text h2 {
    margin: 0px;
}

/* best seller css */

/* feedback css */

section.feedback_section {
    background: #EAEAEA;
    padding: 65px 0px;
}

.title_text h5.sub_heading {
    color: #CE2E0E;
    font-family: 'Inter_18pt-Medium';
    font-size: 17px;
}

.feedback_ft p {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: 'Inter_18pt-Medium';
}

.feedback_ft p img {
    height: 17px;
    margin-left: 10px;
}

.feedback_ft h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px;
    font-family: 'Inter_18pt-Medium';
    font-size: 14px;
}

.feedback_ft h6 img {
    height: 36px;
}

.feedbacks_block {
    background: #000000;
    color: #fff;
    border: 2px solid #FDB91B;
    border-radius: 20px;
    padding: 20px;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.feedbacks_block img {
    height: 17px;
    margin-bottom: 10px;
}

.feedback_name {
    text-align: right;
    width: 100%;
    margin-top: auto;
}

.feedback_name h4 {
    color: #CE2E0E;
    font-family: 'Inter_18pt-Bold';
    font-size: 14px;
}

.feedback_name p {
    margin: 0px;
    font-size: 14px;
}

.swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 40px;
}

.swiper-pagination span {
    border: 1px solid #000000;
    height: 15px;
    width: 15px;
    background: transparent;
    opacity: 1;
    position: relative;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 65%;
    width: 65%;
    border-radius: 50%;
    background: #000000;
}

/* feedback css */

/* offer css */

section.offer_section {
    margin: 80px 0px;
}

section.offer_section .title_text h2 {
    margin: 0px;
}

section.offer_section .row {
    gap: 40px 0px;
}

.offer_block {
    height: 425px;
    border-radius: 20px;
    overflow: hidden;
}

.offer_block_inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 30px 35px;
    background: linear-gradient(0deg, black, transparent, black);
}

.offer_block_inner h3 {
    margin-top: auto;
    color: #fff;
    font-size: 30px;
}

.offer_logo {
    width: 100%;
    text-align: right;
}

.offer_logo a {
    display: block;
}

.offer_logo img {
    height: 46px;
}

.offer_data {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

h4.offer_data_left {
    font-family: 'Inter_18pt-Regular';
    font-size: 16px;
}

h4.offer_data_left span {
    font-family: 'Inter_18pt-Bold';
    font-size: 24px;
}

.offer_data h4 {
    margin: 0px;
    padding: 0px 10px;
}

h4.offer_data_right {
    background: #CE2E0E;
    color: #fff;
    font-family: 'Inter_18pt-Regular';
    font-size:16px;
    padding: 5px 12px;
    border-radius: 8px;
}

h4.offer_data_right span{
    font-family: 'Inter_18pt-Bold';
    font-size: 24px;
}

.offre_block_lg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 30px;
    border-radius: 20px;
    overflow: hidden;
}

.offer_block_lg_overlay {
    width: 50%;
    padding:0px 10px;
}

.image_groups_offer {
    width: 50%;
    padding:0px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

img.wallate_images {
    width: calc(100% - 146px);
}

img.offer_logo_lg {
    width: 60px;
}

img.flag_offer {
    width: 97px;
    margin-left: -12px;
}

.offer_block_lg_overlay h3 {
    color: #fff;
    text-shadow: 0px 0px 20px #000, 0px 0px 20px #000;
    font-size: 39px;
}

.offer_block_lg_overlay p {
    color: #fff;
    line-height: normal;
    font-size: 25px;
    font-family: 'Inter_18pt-Regular';
}

/* offer css */

/* single product css */

section.single_product_section {
    margin: 80px 0px;
}

section.single_product_section .row {
    gap: 25px 0px;
}

.single_product_gallery {
    padding-right: 30px;
    position: sticky;
    top: 98px;
}

.product_lg_image {
    border-radius: 18px;
}

.swiper.product_thumb_slider {
    margin-top: 20px;
}

.product_small_image img {
    border: 1px solid #cecdcd;
    border-radius: 10px;
    height: 132px;
    width: 100%;
    object-fit: cover;
}

.single_product_gallery .swiper-button-next, .single_product_gallery .swiper-button-prev{
    height: 30px;
    width: 30px;
}

.single_product_gallery .swiper-button-next:after, .single_product_gallery .swiper-button-prev:after{
    color: #fff;
    font-size: 17px;
}

.single_product_content h6 {
    color: #B2B2B2;
    font-family: 'Inter_18pt-Medium';
    margin-bottom: 4px;
    font-size: 14px;
}

.single_product_content h2 {
    font-family: 'Inter_18pt-Bold';
    color: #212121;
    font-size: 35px;
}

.single_product_ratting img {
    height: 15px;
    margin-right: 4px;
}

.single_product_ratting a {
    text-decoration: none;
    color: #212121;
    font-size: 14px;
    font-family: 'Inter_18pt-Medium';
    text-decoration: underline;
    margin-right: 7px;
}

.product_avilable {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    font-family: 'Inter_18pt-Regular';
    font-size: 15px;
}

.product_avilable:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background: #CE2E0E;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #CE2E0E;
}

.product_avilable span {
    color: #2AA812;
}

.single_product_price {
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.single_product_price h2 {
    color: #FDB91B;
    font-family: 'Inter_18pt-Medium';
    font-size: 34px;
    margin: 0px;
}

.single_product_price h4 {
    font-family: 'Inter_18pt-Regular';
    background: #CE2E0E;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 7px;
    margin: 0px;
}

.single_product_by_ot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.single_product_by_ot p {
    margin: 0px;
}

.single_product_by_ot a {color: #212121;}

.single_product_by_ot p, .single_product_by_ot a {
    font-size: 14px;
}

.single_product_description {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #EAEAEA;
}

.single_product_variation h4 {
    font-family: 'Inter_18pt-Bold';
    font-size: 17px;
    margin-bottom: 13px;
}

.single_product_variation {
    margin-bottom: 20px;
}

.variation_item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.variation_option {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.form-check-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #EAEAEA;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background:#EAEAEA;
    outline:none !important;
    box-shadow:none !Important;
    margin: 0px;
}

.form-check-input[type="radio"]:checked {
    border-color: #EAEAEA;
}

.form-check-input[type="radio"]:checked::before {
    content: "";
    width: 65%;
    height: 65%;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}

.variation_item label {
    font-family: 'Inter_18pt-Regular';
    color: #212121;
}

.cart_button {
    margin: 30px 0px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
}

.cart_button .button_group {
    flex: 1;
}

.quantity-box {
    width: 150px;
    display: flex;
    align-items: center;
    border: 1px solid #FDB91B;
    height: 45px;
    border-radius: 8px;
}

.quantity-box input {
    flex: 1;
    width: 100% !IMPORTANT;
    height: 45px;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    text-align: center;
    font-family: 'Inter_18pt-Bold';
    background: transparent !IMPORTANT;
}

.quantity-box button {
    height: 45px;
    font-family: 'Inter_18pt-Bold';
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !important;
    width: 32px;
    background: transparent !IMPORTANT;
}

.cart_button .button_group a.yellow_button {
    display: flex;
    min-width: auto;
    width: 100%;
}

.product_service_st {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 59px;
    margin-bottom: 30px;
}

.product_service_st_block {
    text-align: center;
}

.product_service_st_block p {
    margin: 0px;
    line-height: 26px;
    margin-top: 6px;
}

.product_service_st_block img {
    height: 62px;
}

.product_accordions .accordion-item {
    border-radius: 0px !IMPORTANT;
    border: none !IMPORTANT;
    border-bottom: 1px solid #EAEAEA !IMPORTANT;
}

.product_accordions .accordion-item:first-child {
    border-top: 1px solid #EAEAEA !IMPORTANT;
}

.product_accordions .accordion-item button {
    background: transparent !IMPORTANT;
    color: #000000 !IMPORTANT;
    padding: 15px 0px;
    padding-right: 30px;
    font-family: 'Inter_18pt-Medium';
    font-size: 18px;
	outline:none;
	box-shadow:none;
}

.product_accordions .accordion-item button:after {
    position: absolute;
    right: 0px;
    content: '+' !important;
    background: none !IMPORTANT;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}

.product_accordions .accordion-item button[aria-expanded="true"]:after {
    content: '-' !important;
}

.product_accordions .accordion-body {
    padding: 10px 0px !IMPORTANT;
}

.single_product_ratting a:hover, .single_product_by_ot a:hover {
    text-decoration: none;
    color: #fdb91b;
}

.product_accordions .accordion-body p a {
    text-decoration: none;
    color: #fdb91b;
}

/* single product css */


/* offer css */

section.image_offer_section {
    margin: 80px 0px;
}

section.image_offer_section .row {
    gap: 25px 0px;
}

.image_offer_left {
    margin-right: 8px;
    position: relative;
    border-radius: 19px;
}

.image_offer_right {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.image_offer_block {
    position: absolute;
    bottom: 0px;
    padding: 29px;
    width: 100%;
}

.image_offer_block h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
}

.image_offer_left img {
    display: block;
    width: 100%;
}

.image_offer_right_block {
    margin-top: auto;
    padding: 40px 13%;
    padding-top: 0px;
    padding-bottom: 50px;
}

.image_offer_right img {
    border-radius: 20px;
}

/* offer css */

/* how it work css */

section.how_it_work_section {
    margin: 80px 0px;
}

section.how_it_work_section .title_text h2 {
    margin: 0px;
}

.how_it_work_block:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.how_it_work_block .row {
    background: #000000;
}

.how_it_work_image, .how_it_work_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.how_it_work_block .title_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 40px;
    justify-content: center;
}

.how_it_work_block .title_text h2 {
    color: #fff;
}

.how_ite_main_repeater {
    border-radius: 20px;
    overflow: hidden;
}

/* how it work css */

/* why choose css */

section.why_choose_section {
    margin: 80px 0px;
}

section.why_choose_section .row {
    gap: 25px 0px;
}

.why_choose_block {
    height: 100%;
    background: #EAEAEA;
    text-align: center;
    padding: 45px 25px;
    border-radius: 20px;
    transition: 0.5s;
}

.why_choose_image {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #000;
    outline: 10px solid #fdb91b;
    border: 2px solid #CE2E0E;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
}

.why_choose_image img {
    height: 50px;
}

.why_choose_block h4 {
    color: #000000;
    font-family: 'Inter_18pt-Medium';
    font-size: 21px;
    line-height: 30px;
    margin: 0px;
}

.why_choose_block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

/* why choose css */

/* about css */

section.about_section {
    margin: 80px 0px;
}

section.about_section .row {
    gap: 25px 0px;
}

.about_block {
    border-radius: 20px;
    overflow: hidden;
    background: #000000;
}

.about_title {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 20px 40px;
}

.about_image, .about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_title h2 {
    color: #fff;
    width: 100%;
    border-bottom: 3px solid #FDB91B;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

section.about_section .container {
    position: relative;
}

.about_title p {
    font-size: 16px;
}

.about_cate_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 21px;
}

.about_cate_list a {
    color: #FDB91B;
    display: inline-block;
}

.about_cate_list a:hover {
    text-decoration: none;
    color: #ce2e0e;
}

.about_cate_list a:nth-child(odd) {
    width: 40%;
}

.about_cate_list a:nth-child(even) {
    width: 53%;
}

img.about_wallet {
    position: absolute;
    right: -35px;
    width: 390px;
    bottom: -68px;
}

/* about css */

/* faq css */

section.faq_section {
    margin: 80px 0px;
}

.accordian-faq .accordion-item {
    margin-bottom: 15px;
    border: none !IMPORTANT;
    background: #EAEAEA;
    border-radius: 15px;
    overflow: hidden;
}

.accordian-faq .accordion-item:last-child {
    margin: 0px;
}

.accordian-faq .accordion-item button.accordion-button {
    background: transparent !IMPORTANT;
    border-radius: 0px !IMPORTANT;
    color: #000000 !IMPORTANT;
    font-family: 'Inter_18pt-Regular';
    font-size: 17px;
    line-height: 30px;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    padding: 15px 20px;
    padding-right: 30px;
    position: relative;
}

.accordian-faq .accordion-item button.accordion-button:after {
    content: '+' !important;
    background: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    right: 13px;
    top: 21px;
}

.accordian-faq .accordion-item button.accordion-button[aria-expanded="true"]:after {
    content:'-' !Important;
}

.accordian-faq .accordion-item button.accordion-button[aria-expanded="true"]{
    font-family: 'Inter_18pt-Medium';
}

/* faq css */

/* footer css */

footer.landing_footer {
    background: #000000;
    padding: 40px 0px;
}

.landing_footer_row {
    justify-content: space-between;
}

.footer_widget h4 {
    color: #fff;
    font-family: 'Stencil';
    font-size: 25px;
    margin-bottom: 13px;
}

a.email_ft {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    height: 40px;
}

a.email_ft img {
    height: 32px;
}

a.email_ft:hover {
    color: #fdb91b;
}

.footer_widget.widget3.text-right p {
    color: #fff;
    text-align: right;
    margin: 0px;
}

.widget1 {
    width: 342px;
}

.widget2 {
    width: 320px;
}

.widget3 {
    width: 320px;
}

/*.footer_widget.widget2 {*/
/*    text-align: center;*/
/*}*/
.footer_widget.widget2 p {
    color: #ffffff;
}
a.footer_logo {
    display: inline-block;
    margin-bottom: 25px;
}
.footer_widget ul, .footer_widget ul li {
    padding: 0;
    margin: 0;
}
.footer_widget ul li a {
    text-decoration: none;
    color:#ffffff;
}
.footer_widget ul li a:hover {
    color:#fdb91b;
}
ul.social_media {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    list-style: none;
    padding: 0px;
    margin-top: 20px;
    gap: 10px;
}

ul.social_media li a {
    display: block;
}

ul.social_media li a:hover {
    opacity: 0.5;
}

ul.social_media li a img {
    height: 40px;
}

.copyright_section {
    background: #CE2E0E;
	padding:5px 0px;
}

.copyright_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copyright_text p, .copyright_text p a {
    color: #fff;
    margin: 0px;
    text-decoration: none;
    font-family: 'Inter_18pt-Medium';
    font-size: 15px;
}

.payment_icon img {
    height: 25px;
}
.footer_widget.widget2 p span {
    font-size: 10px;
}

/* footer css */


@media(max-width:1400px){
	.landing_content h5 {
		font-size: 14px;
	}

	.landing_content h1 {
		font-size: 41px;
	}

	.landing_content p {
		font-size: 17px;
	}

	a, li, p {
		font-size: 14px;
		line-height: 25px;
	}

	.service_icon {
		width: 33px;
	}

	.service_inner p {
		font-size: 13px;
		line-height: 21px;
	}

	section.best_seller_section {
		margin: 50px 0px;
	}

	.title_text h2 {
		font-size: 30px;
	}

	.best_seller_inner p {
		font-size: 13px;
	}

	.best_seller_inner h4 {
		font-size: 17px;
		line-height: 25px;
		min-height: 75px;
	}

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

	.seller_button a img {
		height: 21px;
	}

	.seller_button a {
		font-size: 14px;
	}

	section.feedback_section {
		padding: 50px 0px;
	}

	.title_text h5.sub_heading {
		font-size: 14px;
	}

	section.offer_section {
		margin: 50px 0px;
	}

	.offer_block_inner h3 {
		font-size: 26px;
	}

	.offer_block {
		height: 350px;
	}

	.offer_logo img {
		height: 40px;
	}

	.offer_block_lg_overlay h3 {
		font-size: 32px;
	}

	.offer_block_lg_overlay p {
		font-size: 20px;
	}

	img.offer_logo_lg {
		width: 49px;
	}

	img.flag_offer {
		width: 75px;
	}

	img.wallate_images {
		width: calc(100% - 113px);
	}

	section.single_product_section {
		margin: 50px 0px;
	}

	.single_product_content h2 {
		font-size: 31px;
	}

	.single_product_price h2 {
		font-size: 28px;
	}

	.single_product_variation h4 {
		font-size: 15px;
	}

	.variation_item label {
		font-size: 14px;
	}

	.form-check-input[type="radio"] {
		height: 25px;
		width: 25px;
	}

	.product_service_st_block p {
		line-height: 23px;
	}

	.product_accordions .accordion-item button {
		font-size: 16px;
	}

	section.image_offer_section {
		margin: 50px 0px;
	}

	.image_offer_block h2 {
		font-size: 28px;
	}

	section.how_it_work_section {
		margin: 50px 0px;
	}

	section.why_choose_section {
		margin: 50px 0px;
	}

	.why_choose_image {
		outline: 7px solid #fdb91b;
		border: 2px solid #CE2E0E;
		width: 90px;
		height: 90px;
	}

	.why_choose_block h4 {
		font-size: 19px;
		line-height: 28px;
	}

	section.about_section {
		margin: 50px 0px;
	}

	img.about_wallet {
		right: -35px;
		width: 313px;
		bottom: -68px;
	}

	section.faq_section {
		margin: 50px 0px;
		margin-top: 80px;
	}

	.footer_widget h4 {
		font-size: 22px;
	}

	a.email_ft img {
		height: 27px;
	}

	a.footer_logo img {
		height: 56px;
	}

	ul.social_media li a img {
		height: 35px;
	}

	.copyright_text p, .copyright_text p a {
		font-size: 13px;
	}

	.landing-logo a img {
		height: 48px;
	}

	section.landing_hero_section {
		min-height: calc(100vh - 107px);
	}
}


@media(max-width:1200px){
	.announcement_text p {
		font-size: 12px;
		letter-spacing: 2px;
		line-height: normal;
	}

	.landing-logo a img {
		height: 46px;
	}

	.button_group a {
		min-width: 145px;
	}

	.landing_content h1 {
		font-size: 35px;
		text-shadow: 0px 0px 4px #fdb91b;
	}

	.landing_content p {
		font-size: 14px;
	}

	.hero_landing_footer h6 {
		font-size: 12px;
	}

	.hero_landing_footer h4 img {
		height: 12px;
	}

	.hero_landing_footer h4 {
		font-size: 12px;
	}

	img.trusted_image {
		height: 25px !IMPORTANT;
	}

	.best_seller_inner h4 {
		font-size: 15px;
	}

	.title_text h2 {
		font-size: 28px;
	}

	.swiper-pagination span {
		height: 12px;
		width: 12px;
	}

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

	h4.offer_data_left span {
		font-size: 21px;
	}

	h4.offer_data_right span {
		font-size: 21px;
	}

	.offer_block_lg_overlay h3 {
		font-size: 26px;
	}

	.offer_block_lg_overlay p {
		font-size: 16px;
	}

	.single_product_content h2 {
		font-size: 28px;
	}

	.product_service_st {
		gap: 15px 35px;
	}

	.image_offer_right_block {
		padding: 30px 6%;
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.image_offer_block h2 {
		font-size: 24px;
	}

	.how_it_work_block .title_text {
		padding: 30px;
	}

	.why_choose_block h4 {
		font-size: 17px;
		line-height: 25px;
	}

	.about_title {
		padding: 20px 20px;
	}

	.about_cate_list {
		gap: 10px;
	}

	.about_cate_list a {
		font-size: 13px;
	}

	img.about_wallet {
		width: 261px;
		right: 0px;
		bottom: -54px;
	}

	.accordian-faq .accordion-item button.accordion-button {
		font-size: 16px;
	}

	.widget1 {
		width: 287px;
	}

	.widget2 {
		width: 260px;
	}

	.widget3 {
		width: 292px;
	}

	.footer_widget h4 {
		font-size: 20px;
	}
}


@media(max-width:992px){
	section.landing_hero_section {
		min-height: auto;
	}

	.landing_content h1 {
		font-size: 39px;
	}

	section.landing_hero_section .col-xl-6.col-md-6 {
		width: 75%;
	}

	.service_row {
		gap: 15px;
		grid-template-columns: repeat(3, 1fr);
		place-items: center;
		justify-items: center;
		place-content: center;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
	}

	.service_block {
		width: 33.3%;
	}

	.service_block:after {
		display: none;
	}

	.service_inner {
	}

	.offer_block_inner {
		padding: 18px;
	}

	.offer_logo img {
		height: 33px;
	}

	.offre_block_lg {
		padding: 10px 15px;
	}

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

	.single_product_content h2 {
		font-size: 25px;
	}

	.product_small_image img {
		height: 63px;
	}

	.image_offer_block h2 {
		font-size: 21px;
	}

	.title_text h2 {
		font-size: 26px;
	}

	.title_text.image_offer_right_block.text-center {
		padding: 0px;
		padding-top: 15px;
	}

	.title_text h2 br {
		display: none;
	}

	.how_it_work_block .title_text {
		padding: 20px;
	}

	img.about_wallet {
		display: none;
	}

	.row.landing_footer_row {
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}

	.footer_widget {
		width: 100% !important;
	}

	.footer_widget.widget3.text-right p {
		text-align: center;
	}

	.footer_widget.widget1 {
		text-align: center;
	}

	.copyright_row {
		justify-content: center;
		gap: 5px;
		text-align: center;
	}

	.single_product_gallery {
		margin: 0px;
		padding: 0px;
	}

	.quantity-box {
		width: 115px;
	}
}


@media(max-width:767px){
	section.landing_hero_section .col-xl-6.col-md-6 {
		width: 100%;
	}

	.landing_content h1 {
		font-size: 24px;
	}

	.best_seller_block {
		margin: 0px;
	}

	.offer_block_lg_overlay {
		width: 100%;
	}

	.image_groups_offer {
		width: 100%;
	}

	.offre_block_lg {
		gap: 15px;
		padding-top: 21px;
	}

	.product_small_image img {
		height: 101px;
	}
}


@media(max-width:510px){
	.announcement_text p {
		letter-spacing: 0px;
	}

	.landing-logo a img {
		height: 38px;
	}

	.service_row {
		display: flex;
		flex-wrap: wrap;
	}

	.service_block {
		width: 46%;
		justify-content: start;
		align-items: start;
	}

	.service_inner {
		align-items: start;
		justify-content: start;
	}

	.best_seller_image img {
		width: 100%;
	}

	.feedbacks_block {
		height: 250px;
	}

	.offer_block_inner h3 {
		font-size: 22px;
	}

	.title_text h2 {
		font-size: 24px;
	}

	.product_small_image img {
		height: 88px;
	}

	.about_cate_list a:nth-child(odd) {
		width: 100%;
	}

	.about_cate_list a:nth-child(even) {
		width: 100%;
	}
}

