:root{
    --baseBrandColor: #073300;
    --secondaryBrandColor: #829C7C;
    --topBackgroundColor: var(--blackColor18);
    --footerBackgroundColor: var(--blackColor);
    --topBarTextColor: #EEEEEE;
    --footerTextColor: var(--whiteColor);
    --lightBrandColor: #829C7C;
    --darkBrandColor: #46441E;
    --whiteColor:  #ffffff;
    --blackColor: #000000;
    --textColor777: #777777;
    --colorDDD: #dddddd;
    --colorF5: #f5f5f5;
    --colorF6: #f6f6f6;
    --blackColor18: #181818;
    --blackColor333: #333333;

    --headingFontFamily: 'Eurostile';
    --subheadingFontFamily: "Hind Madurai", sans-serif;
    --bodyFontFamily: "Lora", serif; 
    --sectionTopPadding80: 80px; 

    --headingfontWeight: 700;
    --subheadingfontWeight: 500;
    --bodyfontWeight:400;

}
/*

 font-family:var(--bodyFontFamily);
   font-family:var(--headingFontFamily);
font-weight:900 !important;

*/

/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-decoration: none;
    white-space: normal;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* Universal box-sizing */
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Base styles */
body {
    -webkit-font-smoothing: antialiased;
    line-height: normal;
   font-family:var(--bodyFontFamily);
}

h1,
h2,
h3,
h4,
h5,
h4,
h6 {
  font-family:var(--headingFontFamily);
   font-weight:var(--headingfontWeight) !important;
}
h5,
h4,
h6{
    margin: 0 0 6px;
    font-family:var(--subheadingFontFamily);
    font-size: 24px;
    font-weight: var(--subheadingfontWeight);
    line-height: normal;
    color: var(--secondaryBrandColor);
    text-transform: uppercase;
}
h1,
h2,
h3{
     margin: 0 0 24px;
   font-family:var(--headingFontFamily);
    font-size: 40px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    text-transform: uppercase;
}
img { 
    max-width: 100%;
    height: auto;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

.bread_crumbs a {
    color: var(--baseBrandColor);
    font-weight: var(--headingfontWeight);
}


.inner_page_banner {
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.inner_page_banner::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #0000005e;
    backdrop-filter: blur(3px);
    z-index: -1;
}
body.about-us .inner_page_banner::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #0000005e;
    backdrop-filter: blur(0px);
    z-index: -1;
}

.pageHeading_text h1 {
    color: var(--whiteColor);
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0;
}

.innerPage_marquee .mainBanner__marquee {
    position: unset;
    padding: 10px 0;
    margin-bottom: 0px;
}

.innerPage_marquee .mainBanner__marquee ul li {
    font-size: 20px;
    line-height: 24px;
}

.innerPage_marquee .mainBanner__marquee ul li a {
    font-size: 12px;
    margin-top: 2px;
}
div#slider .mainBanner__marquee ul li {
    font-size: 24px;
   font-family:var(--headingFontFamily)!important;
    font-weight: var(--subheadingfontWeight);
    line-height: 31.2px;
    color: var(--whiteColor);
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
    align-items: center;
    gap: 30px;
}
div#slider .mainBanner__marquee ul li a {
    font-size: 16px;
   font-family:var(--headingFontFamily)!important;
}
div#slider .mainBanner__marqueeInner .fa-angle-double-right:before{
    font-size: 18px !important;
}
div#slider .innerPage_marquee .mainBanner__marquee{
    padding: 28px 0 27px;
}
.section_padding {
    padding: 60px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.form-control:focus{
    outline: none;
    box-shadow: unset;
    border-color: var(--baseBrandColor) !important;
}

.topBar p {
   font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--bodyfontWeight);
    color: var(--topBarTextColor, #eee)!important;
    margin: 0px;        
}

ul.topBar__contactList {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
}

ul.topBar__contactList li,
ul.topBar__contactList li a {
   font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--bodyfontWeight);
    line-height: 20.8px;
    color: var(--topBarTextColor, #eee);
}

ul.topBar__contactList li::after {
    content: "|";
    padding: 0 30px;
}

ul.topBar__contactList li:last-child::after {
    display: none;
}

ul.topBar__contactList li a:hover {
    color: var(--secondaryBrandColor);
}

.mainHeader {
    padding: 20px 0;
}

.header__searchForm form {
    background: var(--colorF6);
    display: flex;
}

.header__searchForm form input {
    border: none;
    background: none;
   font-family:var(--headingFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: 20.8px;
    color:var(--colorDDD);
    padding: 17px 20px;
    width: 100%;
}

.header__searchForm form button {
    background: var(--baseBrandColor);
     font-family:var(--headingFontFamily);
    font-size: 16px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    padding: 17px 35px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

.header__searchForm form button:hover {
    background: var(--blackColor);
    color: var(--secondaryBrandColor);
}

ul.header__shopLinks {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 30px;
    justify-content: end;
}

ul.header__shopLinks .header__shopLinks__icon {
    position: relative;
}

ul.header__shopLinks .header__shopLinks__icon:hover {
    opacity: 0.8;
}
img.headerLogo__img {
    width: 200px;
}
ul.header__shopLinks .header__shopLinks__icon span {
    width: 21px;
    height: 21px;
    background: var(--baseBrandColor);
    position: absolute;
    right: -10px;
    top: -10px;
    color: var(--whiteColor);
    border-radius: 100px;
   font-family:var(--bodyFontFamily);
    font-size: 12px;
    font-weight: var(--bodyfontWeight);
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar ul.dropdown-menu {
    background-color: #454523;
}
.navbar ul.dropdown-menu li {
    margin-bottom:5px;
}
.navbar ul.dropdown-menu li a{
    color: var(--whiteColor);
     font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--subheadingfontWeight);
    line-height: normal;
    text-transform: uppercase;
    color: var(--whiteColor);
    position: relative;
}
.navbar ul.dropdown-menu li a:hover{
    background-color:var(--baseBrandColor);
}

nav.navbar {
    padding: 0;
    border-top: 1px solid var(--colorDDD);
    border-bottom: 1px solid var(--colorDDD);
}

nav.navbar.mainNavigation ul.navbar-nav {
    justify-content: space-between;
    width: 100%;
}

nav.navbar.mainNavigation ul.navbar-nav a.nav-link {
     font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--subheadingfontWeight);
    line-height: normal;
    text-transform: uppercase;
    color: var(--whiteColor);
    padding: 30px 0;
    position: relative;
}

nav.navbar.mainNavigation ul.navbar-nav a.nav-link:hover,
nav.navbar.mainNavigation ul.navbar-nav .active a.nav-link {
    color: var(--baseBrandColor);
}

nav.navbar.mainNavigation ul.navbar-nav a.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 2px;
    background: none;
}

nav.navbar.mainNavigation ul.navbar-nav a.nav-link:hover::after,
nav.navbar.mainNavigation ul.navbar-nav .active a.nav-link::after {
    background: var(--baseBrandColor);
}

.mainBanner {
    position: relative;
}

.mainBanner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25.91%, rgba(0, 0, 0, 0.4) 56.29%);
}

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


.mainBanner__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 822px;
    color: var(--whiteColor);
    margin-top: -50px;
}

.mainBanner__text h4 {
     font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    letter-spacing: 0.2em;
    color: var(--whiteColor);
    margin: 0 0 13px;
}

.mainBanner__text h2 {
     font-family:var(--headingFontFamily);
    font-size: 60px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    margin: 0 0 10px;
}

.mainBanner__text p {
   font-family:var(--bodyFontFamily);
    font-size: 20px;
    font-weight: var(--bodyfontWeight);
    line-height: 36px;
    color: var(--whiteColor);
    margin: 0 0 40px;
}

.base---cta {
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
   font-family:var(--headingFontFamily);
    font-size: 14px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    padding: 18px 40px;
    display: inline-block;
    text-transform: uppercase;
}
.base---cta.disable--cta,
.base---cta:hover,
.customInputButton:hover {
    background: none;
    color: var(--baseBrandColor);
}
.disable--cta {
    opacity: 0.4;
    cursor: not-allowed !important;
}
.disable--cta *{
    cursor: not-allowed !important;
}
.noneBorder--cta {
    background: no-repeat;
    border: none;
    color: var(--baseBrandColor);
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.noneBorder--cta:hover{
    color: var(--whiteColor);
}
.customInputButton{
    padding: 11px 20px;
}



.mainBanner__text a {
    padding: 20px 45px;
}

.mainBanner__text a:hover {
    color: var(--baseBrandColor);
    background: var(--whiteColor);
    border-color: var(--whiteColor);
}

.mainBanner__marquee {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #2e2e2e;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}

.mainBanner__marqueeInner {
    display: flex;
    gap: 86px;
    animation: marqueeOne 14s linear infinite;
    /* position: absolute; */
}

.mainBanner__marquee ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: nowrap;
    gap: 86px;
}

.mainBanner__marquee ul li {
   font-family:var(--bodyFontFamily);
    font-size: 24px;
    font-weight: var(--subheadingfontWeight);
    line-height: 31.2px;
    color: var(--whiteColor);
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
    align-items: center;
    gap: 30px;
}

.mainBanner__marquee ul li a {
   font-family:var(--headingFontFamily);
    font-size: 14px;
    line-height: normal;
    padding: 12px 24px;
    font-weight: 900;
    border: 1px solid var(--whiteColor);
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 4px;
}

.mainBanner__marquee ul li a:hover {
    background: var(--whiteColor);
    color: var(--baseBrandColor);
    border-color: var(--baseBrandColor);
}
.unavailable_tlp{
    color: var(--whiteColor);
    font-family: var(--bodyFontFamily);
    font-weight: var(--subheadingfontWeight);
}
li.unavailable_tlp.li_hightlight a{
 color: red;
}
.unavailable_tlp a:hover{
    color: var(--secondaryBrandColor)!important;
}
@keyframes marqueeOne {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}



.sectionHeading{
    margin: 0 0 24px;
   font-family:var(--headingFontFamily);
    font-size: 40px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    text-transform: uppercase;
}

.sectionSubHeadings {
    margin: 0 0 6px;
   font-family:var(--subheadingFontFamily);
    font-size: 24px;
    font-weight: var(--subheadingfontWeight);
    line-height: normal;
    letter-spacing: normal;
    color: var(--secondaryBrandColor);
    text-transform: uppercase;
}


/*** tabs design css ****/
ul.nav.homeTabsNav {
    justify-content: end;
    gap: 36px;
    border-bottom: 2px solid var(--blackColor);
    width: auto;
    display: inline-flex;
    margin: 0 auto 10px;
    margin-right: 0;
    float: right;
}

ul.nav.homeTabsNav li.nav-item a {
    font-family:var(--subheadingFontFamily);
    font-size: 18px;
    font-weight: var(--subheadingfontWeight);
    line-height: 22px;
    color:var(--colorDDD);
    padding: 0 0 8px;
    text-transform: uppercase;
    position: relative;
}

ul.nav.homeTabsNav li.nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background: var(--secondaryBrandColor);
    transition: all 0.2s;
}

ul.nav.homeTabsNav li.nav-item a:hover,
ul.nav.homeTabsNav li.nav-item a.active {
    color: var(--secondaryBrandColor);
    background-color: transparent;
}

ul.nav.homeTabsNav li.nav-item a:hover::after,
ul.nav.homeTabsNav li.nav-item a.active::after {
    width: 100%;
}

/*** end : tabs design css ****/

section.product-wrapper.productsGroup-home.Home-ProGroups .row.no-margin.row-border.shop6-col.isotopeFix .shopByCategories {
    display: flex;
    width: 100%;
    row-gap: 20px;
}
.shopByCategories > div{
    padding: 0;
}

.shopByCategories .shopByCategories__block {
    padding: 0 15px;
}

.shopByCategories .shopByCategories__block a {
    background: var(--whiteColor);
    text-align: center;
    display: block;
    padding: 20px;
}

.shopByCategories .shopByCategories__block img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center center;
}

.shopByCategories .shopByCategories__block a span {
     font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--headingfontWeight);
    line-height: 23.4px;
    color: var(--whiteColor);
    text-transform: uppercase;
    background: #06253c;
    display: block;
    padding: 14px;
}

.shopByCategories #shopByCategories__owlCarousel .owl-nav button {
    width: 40px;
    height: 40px;
    background: var(--baseBrandColor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}

.shopByCategories #shopByCategories__owlCarousel .owl-nav button.owl-next {
    left: auto;
    right: -60px;
}
.aboutPage_banner{
    background-attachment: fixed;
}
.inner_page_banner.aboutPage_banner::before{
    backdrop-filter: blur(0px);
}
.aboutUs {
    padding: 140px 0;
    padding-bottom: 0;
    background-color: var(--blackColor18);
}

.aboutUs__images {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.aboutUs__images img {
    max-width: calc(50% - 15px)!important;
}

.aboutUs p {
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: 36px;
    color:var(--colorDDD);
    margin: 0 0 24px;
}

.aboutUs p i {
    font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-style: italic;
    font-weight: var(--bodyfontWeight);
    line-height: 34px;
    display: block;
}
#aboutus section.classesEvents .row{
    width: 100%;
}


.shopProducts {
    padding: 0 0 80px;
}
.shopProducts__block:hover .shopProducts__addToCart{
    background: var(--baseBrandColor);
    color: var(--whiteColor);
}
.shopProducts__block__img {
    position: relative;
    background: var(--colorF6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    aspect-ratio: 418/360;
}

.shopProducts__block__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}

.shopProducts__block__fav {
    position: absolute;
    right: 20px;
    top: 20px;
}

.shopProducts__blockInfo {
    padding: 32px 0 30px;
}
.shopProducts__block {
    margin-bottom: 30px;
}
.shopProducts__brand {
     font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 8px;
    color:var(--colorDDD);
}

.shopProducts__title {
     font-family:var(--headingFontFamily);
    font-size: 22px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    margin: 0;
    min-height: 62px;
}

.shopProducts__blockInfo__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    border-top: 1px solid var(--colorDDD);
    padding-top: 24px;
}

.shopProducts__price {
    margin: 0 0 0;
     font-family:var(--headingFontFamily);
    font-size: 22px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
}

.shopProducts__rating {
    color: #FFC300;
    font-size: 16px;
}

.shopProducts__addToCart {
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid var(--baseBrandColor);
     font-family:var(--headingFontFamily);
    font-size: 14px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--baseBrandColor);
    padding: 17px 28px;
    text-transform: uppercase;
}

.shopProducts__addToCart:hover {
    background: var(--baseBrandColor);
    color: var(--whiteColor);
}

section.classesEvents {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.classesEvents .row{
    display: flex;
    flex-wrap: wrap;
    background: var(--blackColor);
}

.classesEvents__img {
    padding: 0 15px;
}

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

.classesEvents__text {
    padding-left: 34px;
    padding-right: calc((100% - 1320px) / 2);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

.classesEvents__text p {
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: 30px;
    color: var(--colorDDD);
}

.classesEvents__list {
    margin: 0 -15px;
    padding: 0 0 25px;
    display: flex;
    flex-flow: wrap;
}

.classesEvents__list li {
    gap: 16px;
    padding: 15px;
    display: flex;
    width: 50%;
}

.classesEvents__listImg img {
    min-width: 49px;
}

.classesEvents__listText h3 {
   font-family:var(--bodyFontFamily);
    font-size: 20px;
    font-weight: var(--headingfontWeight);
    line-height: 30px;
    color: var(--baseBrandColor);
    margin: 0 0 8px;

}

.classesEvents__listText p {
   font-family:var(--bodyFontFamily);
    font-size: 14px;
    font-weight: var(--bodyfontWeight);
    line-height: 24px;
    margin: 0 0 0;
    color: var(--colorDDD);
}

.calendar .fc .fc-button-primary{
    background-color: transparent;
}
.calendar .fc-h-event,
.calendar .fc .fc-button-primary.fc-button-active{
    background-color: var(--baseBrandColor);
    border-color: var(--baseBrandColor);
}
.calendar .fc-daygrid-event-dot{
    border-color: var(--baseBrandColor);
}
.calendar .fc .fc-button-primary{
    background-color: var(--whiteColor);
    color:var(--baseBrandColor);
}
.calendar .fc .fc-list-event-dot{
    border-color: var(--baseBrandColor);
}
.past-events{
    margin-top: 80px;
}
.newsBlog {
    padding: 140px 0px 120px;
}

.newsBlog__block {
    display: block;
}

.newsBlog__img img {
    width: 100%;
}

.newsBlog__info {
    padding: 32px 0 0;
}

.newsBlog__date {
     font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--subheadingfontWeight);
    line-height: normal;
    color:var(--colorDDD);
    margin: 0 0 8px;
    display: block;
}

.newsBlog__title {
     font-family:var(--headingFontFamily);
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: var(--whiteColor);
    margin: 0 0 12px;
}

.newsBlog__info p {
   font-family:var(--bodyFontFamily);
    font-size: 18px;
    font-weight: var(--bodyfontWeight);
    line-height: 36px;
    color:var(--colorDDD);
    margin: 0 0 32px;
}

.newsBlog__arrowIcon {
    display: block;
}







.brandLogos__text {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: calc((100vw - 1340px) / 2);
    background: var(--blackColor);
}

.brandLogos__imgs {
    padding: 0;
}

.brandLogos__slider {
    overflow: hidden;
}

.brandLogos__marqueeInner {
    display: flex;
    gap: 40px;
    animation: marqueeOne 20s linear infinite;
}

.brandLogos__marqueeInner ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 40px;
    align-items: center;
}

.brandLogos__marqueeInner ul img {
    width: 120px;
    min-width: 140px;
    height: auto;
    object-fit: contain;
}

.footer_head_opening_content ul li {
    margin: 0 0 22px !important;
}

/********************** instagra section design *********/
.instagram_section {
    overflow: hidden;
    /* padding-top: 60px; */
    margin-top: 60px;
}
.instagram_section .insta_item {
    position: relative;
}
.instagram_section .insta_item::before{
    content: '';
    left: 0;
    top:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    display: none;;
}
.instagram_section .insta_item:hover::before{
    display: block;
}
.instagram_section .owl-stage .insta_item img{
    aspect-ratio: 1;
    object-fit:  cover;
}


.instagram_section .insta_item .insta_caption{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: var(--whiteColor);
    font-size: 12px;
    padding: 15px;
    display: none;
}
.instagram_section .insta_item:hover .insta_caption{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.instagram_section .owl-nav button{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    transition: 0.3s all ease;
    background-color: var(--baseBrandColor) !important;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.instagram_section .owl-nav button.owl-prev{
    left: -50px;
}
.instagram_section .owl-nav button.owl-next{
    right: -50px;
}
.instagram_section:hover .owl-nav button.owl-prev{
    left: 30px;
}
.instagram_section:hover .owl-nav button.owl-next{
    right: 30px;
}

.innerPagesHolder  .instagram_section {
    margin-top: 20px;
}
.socialPageHeading__holder{
    margin-bottom: 30px;
}
.innerPagesHolder .instagram_section .insta_item {
    padding: 0 5px;
}
.innerPagesHolder .instagram_section .insta_item .insta_caption {
    position: static;
    color:var(--colorDDD);
    display: block;
    font-size: 14px;
    text-align: left;
    border: 1px solid var(--colorDDD);
    border-top: 0;
    background: var(--colorF5);
}
.innerPagesHolder .instagram_section .insta_item .insta_caption.innerPage__caption {
    display: flex;
    align-items: start;
    gap: 16px;
    border-top: 1px solid var(--colorDDD);
}
.innerPage__caption img{
    width: 32px;
    max-width: 32px;
    height: 32px;
    max-height: 32px;
    object-fit: contain;
}
.innerPage__captionAdmin {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.innerPage__captionAdmin::before {
    content: "—";
    margin-right: 4px;
}
.twitter_section .innerPage__caption img{
    padding: 10px;
    border-radius: 200px;
    object-fit: contain;
    background: #1C9BE9;
}
.twitter_section .innerPage__caption img{
    padding: 10px;
    border-radius: 200px;
    object-fit: contain;
    background: #1C9BE9;
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
}

.innerPagesHolder .instagram_section .insta_item  .innerPage__caption.innerPage__captionInsta {
    flex-flow: column-reverse;
    gap: 5px;
}

.innerPagesHolder .instagram_section .insta_item .innerPage__caption.innerPage__captionInsta p {
    font-size: 14px;
    line-height: normal;
}
.innerPagesHolder .instagram_section .insta_item  .innerPage__caption.innerPage__captionInsta img {
    max-width: 24px;
    height: 24px;
    margin-left: auto;
    margin-top: -32px;
}
@media screen and (max-width: 767px) {
    .socialPageHeading__holder{
        margin-bottom: 10px;
    }
    .innerPagesHolder  .instagram_section {
        margin-top: 00px;
        padding-top: 40px;
    }
    .innerPagesHolder .instagram_section .insta_item {
        padding: 0px;
    }
}
/************ end : instagram section ***********/
/************************================events page css starts============*********/
.events_wrapper{
    background-color: #ede8d2;
    margin-bottom: 30px;
}
.event_details {
    padding: 24px;
}
ul.nav.homeTabsNav.navTabsCenter{
    margin-right: auto;
    float: unset;
    justify-content: center;
    margin-bottom: 30px;
}

ul.events_dateVenueList {
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
ul.events_dateVenueList li{
    margin-right:15px;
    display:inline-flex;
    align-items:center;
    white-space:nowrap;
    margin-bottom: 10px;
    
}
ul.events_dateVenueList li i{
    color:#b9a444;
    margin-right:5px
}
ul.events_dateVenueList li:last-child{
    margin-right:0;
}
.events_wrapper .base---cta{
    font-size: 14px;
    padding: 16px 30px;
}

.bidder_imageBlock{
    margin-bottom: 60px;
}
.eventsPage .custom_Gallery .custom_Gallery_imgBox img.img-fluid{
    height: auto;
    aspect-ratio: 1;
}
.events_newsletter_block{
    padding: 30px 15px;
    border: 1px solid #454523;
}
.newsLetter_submit{
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
    color: var(--whiteColor);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--headingfontWeight);
    padding: 10px 15px;
}
.newsLetter_submit:hover{
    border: 1px solid var(--baseBrandColor);
    color: var(--baseBrandColor);
    background-color: transparent;

}
/************************================events page css ends ============*********/

.footerSection {
    padding: 50px 0 15px;
    background: var(--footerBackgroundColor, var(--blackColor));
    color: var(--whiteColor);
}

.footerTop {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 66px;
}

.footerTop>.row>div:first-child,
.footerMiddle>.row>div:first-child {
    border-right: 1px solid #ffffff33;
}

.footerTop p {
    margin: 0;
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
}

.footerTop label {
     font-family:var(--headingFontFamily);
    font-size: 16px;
    font-weight: var(--headingfontWeight);
    line-height: 20.8px;
    letter-spacing: 0.1em;
    color: var(--whiteColor);
    margin-right: 50px;
    text-transform: uppercase;
}
.footerSocialIcons {
    margin-top: 20px;
}

.footerSocialIcons ul {
    gap: 20px;
    margin: 0;
    padding: 0;
}

.footerSocialIcons ul a {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid var(--baseBrandColor);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerSocialIcons ul a:hover {
    background: var(--baseBrandColor);
}

.footerMiddle {
    padding: 0 0 30px;
}

.footer__newsletter {
    max-width: 538px;
}

.footer__newsletter {
    max-width: 548px;
}

.footer__newsletter h2 {
     font-family:var(--headingFontFamily);
    font-size: 30px;
    font-weight: var(--bodyfontWeight);
    line-height: 46px;
    margin: 0 0 16px;
}

.footer__newsletter p {
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: 30px;
    margin: 0 0 24px;
}

.footer__newsletter form {
    border-radius: 4px;
    background: var(--whiteColor);
    display: flex;
    overflow: hidden;
}

.footer__newsletter form input {
    width: 100%;
    padding: 0 10px;
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    border: none;
}

.footer__newsletter button {
   font-family:var(--headingFontFamily);
    font-size: 16px;
    font-weight: var(--headingfontWeight);
    line-height: 36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: var(--baseBrandColor);
    padding: 16px 32px;
    border-radius: 4px;
    color: var(--whiteColor);
    text-transform: uppercase;
}

.footerNewsLetter__terms {
    margin: 20px 0 0;
}

.footerNewsLetter__terms label {
    display: flex;
    gap: 15px;
   font-family:var(--bodyFontFamily);
    font-size: 18px;
    font-weight: var(--bodyfontWeight);
    line-height: normal;
}

.footerNewsLetter__terms input[type="checkbox"] {
    background: var(--baseBrandColor);
    border: none;
    width: 20px;
}

.footerLinkHolder {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}

.footerLinkBlock__heading {
     font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.footerLinkBlock ul {
    margin: 0;
    padding: 0;
}

.footerLinkBlock ul li {
    margin: 0 0 22px;
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: normal;
    color: var(--whiteColor);
}

.footerLinkBlock ul li a {
    display: flex;
    align-items: center;
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    position: relative;
    transition: 0.3s all ease;
    padding-left: 15px;
}

/* .footerLinkBlock ul li a::before {
    content: "—";
    margin-right: 10px;
} */
.footerLinkBlock ul li a::before {
    content: "";
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid var(--footerTextColor, var(--whiteColor));
    background-color: var(--footerTextColor, var(--whiteColor));
    transition: 0.3s all ease;
    position: absolute;
    left: 0;
    top:10px;
}
.footerLinkBlock ul li a:hover::before{
    content:"\f05b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: unset;
    top:3px;
    left: -5px;
}


.footerCopyRight {
    border-top: 1px solid #ffffff33;
    padding-top: 15px;
}

.footerCopyRight ul {
    margin: 0 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: end;
}

.footerCopyRight p,
.footerCopyRight li,
.footerCopyRight a {
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    margin: 0;
}

.footerCopyRight ul li::after {
    content: "|";
    padding: 0 20px;
}

.footerCopyRight ul li:last-child::after {
    display: none;
}




/******+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Inner pages design Start 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ***/
.innerPagesHolder {
    padding: 80px 0px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.innerPagesHolder p:not(.shopProducts__price) {
    font-size: 16px;
    line-height: 30px;
    color:var(--colorDDD);
    margin-bottom: 16px;
}
.singleProduct__DescritionWarn {
    padding-bottom: 8px;
    color: #ffd600;
    font-size: 18px;
}
.bread_crumbs {
    background: var(--colorF5);
    padding: 20px 0;
    display: none;
}

blockquote.blockquote {
    background: var(--blackColor);
    padding: 20px;
    border-left: 5px solid var(--baseBrandColor);
}

blockquote.blockquote p {
    color: var(--colorDDD);
}

footer.blockquote-footer {
    color: #6c757d;
    font-size: 16px;
    margin-top: -1.5rem;
    display: block;
    text-align: right;
}

/****==================================== team page ====================================*****/
.team_section{
    padding-top: 80px;
}
.teamPageblock {
    background-color: var(--blackColor);
    border: 0px solid var(--colorDDD);
    margin-bottom: 40px;

}

.teamPage__img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.teamPage__text {
    padding: 40px;
    padding-right: 55px;
    margin: auto;
}

.teamPage__text h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 10px;
}

.teamPage__text h3 {
    margin: 0 0 20px;
    font-size: 22px;
    color: var(--colorDDD);
   font-family:var(--bodyFontFamily);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    padding-bottom: 24px;
}

.teamPage__text .footerSocialIcons {
    flex-direction: column;
    align-items: start;
    justify-content: start;    
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* new css */
.mb-4 {
    margin-bottom: 24px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.topBar p{
    line-height: 20.8px;
}
.teamPage__text p {
    font-size: 16px;
    line-height: 30px;
    color: var(--colorDDD);
}
.footerSocialIcons label{
    font-weight: 300;
    color: var(--colorDDD);
    font-size: 16px;
   font-family:var(--bodyFontFamily);
}
/****==================================== end : team page ====================================*****/


/****==================================== start : Wishlist page ====================================*****/
.shopProducts__block__fav__remove {
    position: absolute;
    right: 20px;
    top: 64px;
    align-items: center;
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.shopProducts__block__fav__remove p {
    margin: 0;
    color: #c00;
    transform: translateX(30px);
    opacity: 0;
    transition: all 0.2s;
}
.shopProducts__block__fav__remove svg {
    width: 24px;
    height: auto;
}
.shopProducts__block__fav__remove:hover svg * {
    stroke: #c00;
}
.shopProducts__block__fav__remove:hover p {
    transform: translateX(0px);
    opacity: 1;
}

.shopProducts__block__fav.fav-active svg,
.shopProducts__block__fav.fav-active svg * {
    fill: #ff768e;
}

.shopProducts__block__fav__check {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.shopProducts__block__fav__check input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid var(--blackColor);
    opacity: 1;
    background: var(--whiteColor);
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.shopProducts__block__fav__check input[type="checkbox"]:checked::before {
    border-color: var(--baseBrandColor);
}

.shopProducts__block__fav__check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid var(--baseBrandColor);
    border-left: 2px solid var(--baseBrandColor);
    z-index: 1;
    transform: rotate(-45deg);
    cursor: pointer;
}
/****==================================== end  : Wishlist page ====================================*****/


/****==================================== start  : cart page ====================================*****/
.checkoutPage table tr {
    border-bottom: 1px solid var(--colorDDD);
}

.checkoutPage table thead tr {
    border-top: 1px solid var(--colorDDD);
}

.checkoutPage table tr th,
.checkoutPage table tr td {
    padding: 20px 10px;
    font-size: 18px;
    color:var(--colorDDD);
   font-family:var(--bodyFontFamily);
}

.checkoutPage table tr th {
    color: var(--baseBrandColor);
    text-transform: uppercase;
     font-family:var(--headingFontFamily);
}

.checkoutPage table tr td input[type="checkbox"] {
    position: relative;
}

.checkoutPage table tr td input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid var(--blackColor);
    opacity: 1;
    background: var(--whiteColor);
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.checkoutPage table tr td input[type="checkbox"]:checked::before {
    border-color: var(--baseBrandColor);
}

.checkoutPage table tr td input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid var(--baseBrandColor);
    border-left: 2px solid var(--baseBrandColor);
    z-index: 1;
    transform: rotate(-45deg);
    cursor: pointer;
}

.cartProduct {
    display: flex;
    gap: 16px;
    align-items: start;
}

.cartProduct__img {
    width: 80px;
    padding: 5px;
    height: auto;
    display: flex;
    align-items: start;
    background-color: var(--whiteColor);
}

.cartProduct--brand {
    margin: 0;
    font-size: 14px;
    color:var(--colorDDD);
}

.cartProduct--title {
    margin: 0 0 4px;
    color: var(--baseBrandColor);
    font-size: 18px;
    font-weight: bold;
}

.cartProduct--price {
    font-size: 16px;
    font-weight: bold;
    color: var(--whiteColor);
   font-family:var(--bodyFontFamily);
}

.cartProduct--quantity {
    width: 90px;
    border: 1px solid var(--colorDDD);
    padding: 10px;
    color:var(--colorDDD);
}

.cartTotal {
    display: flex;
    margin-left: auto;
    justify-content: end;
    width: 100%;
    max-width: 510px;
    padding: 20px;
    background: var(--colorF6);
    border: 1px solid var(--colorDDD);
    margin-top: 30px;
}

.cartTotal__subTotal {
    display: flex;
    gap: 40px;
     font-family:var(--headingFontFamily);
    font-weight: bold;
    font-size: 18px;
    color: var(--whiteColor);
    padding: 0;
    margin: 0;
}

.cartTotal__subTotal li {
    display: flex;
    gap: 40px;
}

.pageBottomButtons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.pageBottomButtons.right {
    justify-content: end;
}

/****==================================== end  : cart page ====================================*****/

/***================================ Checkout page css start=====================================***/
.checkout_form_section label {
    display: block;
    margin: 10px 0 5px;
}
.checkout_form_section input, select {
    width: 100%;
    padding: 11px 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: unset;
    font-size: 14px;
}
.checkout_form_section .form-section {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--colorDDD);
    padding-bottom: 30px;
}
.address_city_imput {
    width: 33%;
}
.checkout_form_section .form-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.checkout_form_section .form-section h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.shipping__address_box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.shipping__address_input {
    width: 50%;
}
ul.checkoutListing {
    padding: 20px 0;
    margin: 0;
}
.checkoutListing__li__block {
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--colorDDD);
    flex-flow: wrap;
}
.checkoutListing__img {
    width: 60px;
    height: auto;
}
.checkoutListing__text {
    width: 55%;
}
.innerPagesHolder.blogsingle_page {
    padding-top: 0;
}
.checkoutListing_btn a {
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid var(--baseBrandColor);
     font-family:var(--headingFontFamily);
    font-size: 14px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--baseBrandColor);
    padding: 9px 20px;
    text-transform: uppercase;
    display: inline-block;
}
.checkoutListing_btn a:hover {
    background: var(--baseBrandColor);
    color: var(--whiteColor);
}
.custom__quantity.products_slider_arrow {
    justify-content: end;
    gap: 20px;
}
.custom__quantity.products_slider_arrow span {
    padding: 9px 20px;
}
.custom__quantity.products_slider_arrow span i {
    font-size: 20px;
}
@media screen and (max-width:767px){
    .shipping__address_box {
        display: flow;
    }
    .shipping__address_input {
        width: 100%;
    }
    .address_city_imput {
        width: 100%;
    }
}
/*******************************checkout page css end *************************************/


/******************************* Profile page css start *************************************/

.custom__profile__page {
    display: flex;
    background-color: var(--whiteColor);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
}

.custom__profile__image {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--colorDDD);
    padding: 20px;
}

.custom__profile__image img {
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.custom__profile__form {
    flex: 2;
    padding: 20px;
}
.custom__profile__image input#profile-pic {
    width: 100%;
}
.custom__profile__image label {
    margin-bottom: 25px;
}
.custom__profile__form .form-group {
    margin-bottom: 20px;
}
.custom__profile__form label {
    display: block;
    color: var(--colorDDD);
    margin-bottom: 7px;
}

.customInput     {
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #ccc;
    border-radius: unset;
    font-size: 16px;
}

.custom__profile__form input[type="file"] {
    border: none;
}

.custom__profile__form button {
    width: 100%;
}
.custom__profile__gender h4{
    font-size:25px;
    margin-top:20px;
}
.custom__profile__gender .radio-item {
    display: flex;
    gap: 8px;
    align-items: center;
}
.custom__profile__gender .radio-group {
    display: flex;
    gap: 15px;
}
.custom__profile__gender .radio-item input {
    accent-color: var(--baseBrandColor);
}
.custom__profile__gender .radio-group label {
    margin-bottom: 0;
}
.custom__profile__fileUpload {
	background: var(--baseBrandColor);
	color: var(--whiteColor);
	font-size: 1em;
	font-weight: var(--headingfontWeight);
	padding: 13px 0;
	position: relative;
	text-align: center;
	width: 150px;
}
.custom__profile__fileUpload input.upload {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer !important;
    opacity: 0;
    width: 150px;
    height: 104px;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.custom__profile__Date_of_Birth input[type="date"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: var(--whiteColor);
    color: var(--blackColor333);
    outline: none;
    transition: border-color 0.3s;
}
.custom__profile__Date_of_Birth input[type="date"]:focus {
    border-color: var(--baseBrandColor);
}
  
@media screen and (max-width:767px) {
    .custom__profile__image{
        border-right: unset;
        border-bottom: 1px solid var(--colorDDD);
        padding-bottom: 30px;
    }
    .custom__profile__image img {
        width: 100px;
        height: 100px;
    }
}
/******************************* Profile page css end *************************************/


/************************** Header-cart-dropdown css start *********************************/

ul.header_cartListing__li__block.dropdown-menu {
    min-width: 350px;
    left: auto !important;
    right: -70px !important;
    transform: none !important;
    top: 53px !important;
    padding: 20px;
}
.header_cartListing____img {
    width: 70px;
    object-fit: cover;
    margin-right: 20px;
}
.header_cartListing____Box {
    display: flex;
    border-bottom: 1px solid var(--colorDDD);
    padding-bottom: 15px;
    margin-bottom: 25px;
}
ul.header_cartListing__li__block .header_cartListing____Box:last-child {
    border-bottom: revert-layer;
    padding: 0;
}
.header_cartListing____Box .header_cartListing____text h4.cartProduct--title {
    font-size: 16px;
}
.header_cartListing____Box .header_cartListing____text h5.cartProduct--price {
    font-size: 14px;
}
.header_cartListing____Box:after {
    content: "\f00d";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    right: 27px;
    border: 1px solid var(--baseBrandColor);
    padding:3px 5px;
    font-size:17px;
    color: var(--baseBrandColor);
    cursor: pointer;
}
.header_cartListing____btn a {
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
     font-family:var(--headingFontFamily);
    font-size: 12px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);
    padding: 11px 0;
    display: inline-block;
    text-transform: uppercase;
    width: 145px;
    max-width: 100%;
    text-align: center;
}
.header_cartListing____btn a:hover{
     background: transparent;
    color:var(--baseBrandColor);
}
a.header__shopLinks__icon.dropdown-toggle:after {
    content: unset;
}
/************************** Header-cart-dropdown css end*********************************/

/******************************* Gallery page css start *************************************/
.custom_Gallery .custom_Gallery_imgBox img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.6s all ease;
  }
  .custom_Gallery .custom_Gallery_imgBox img.img-fluid:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  .custom_Gallery #exampleLightbox .modal-dialog {
  max-width: 800px !important;
  }
  .custom_Gallery #exampleLightbox .modal-dialog .modal-content{
    border-radius: unset;
  }
  .custom_Gallery #exampleLightbox .modal-dialog .modal-content .modal-body{
    padding: 5px;
  }
  .custom_Gallery #exampleLightbox .modal-dialog .modal-content .modal-body img{
    width: 90%;
  }
  .custom_Gallery #exampleLightbox .modal-dialog .carousel-control-next, 
  .custom_Gallery #exampleLightbox .modal-dialog .carousel-control-prev{
    width: 5%;
  }
  @media screen and (max-width:767px) {
    .custom_Gallery .custom_Gallery_imgBox img.img-fluid{
      height: 200px;
    }
  }
/******************************* Gallery page css end *************************************/

/******************************* shop page css start *************************************/
.custom_product_cat_txt {
    padding: 10px 0;
}

.custom_product_cat_txt h3 {
    font-size: 20px;
    font-weight: var(--headingfontWeight);
    color: var(--whiteColor);
    margin: 0;
}

.custom_product_listBox {
    margin: 30px 0;
    padding: 20px 15px;
    border: 1px solid #ededed;
}

h4.custom_product_cat_listBox {
    font-size: 20px;
    font-weight: var(--headingfontWeight);
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
    position: relative;
    white-space: normal;
}

h4.custom_product_cat_listBox:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    right: 0;
    top: 2px;
    border: unset;
}

h4.custom_product_cat_listBox.show::after {
    transform: rotate(182deg);
}

ul.custom_product_inner_listBox {
    width: 100%;
    border: unset;
    border-radius: unset;
    position: unset !important;
    max-height: 175px;
    overflow: auto;
    padding: 0;
    transform: unset !important;
}

.custom_product_inner_listBox li .dropdown-item {
    font-size: 16px;
    color: var(--colorDDD);
    white-space: break-spaces;
    padding: 5px 0;
}

.custom_product_inner_listBox li .dropdown-item.active,
.custom_product_inner_listBox li .dropdown-item:active,
.custom_product_inner_listBox li .dropdown-item:focus,
.custom_product_inner_listBox li .dropdown-item:hover {
    background-color: unset !important;
    color: var(--colorDDD);
}

ul.custom_Firearms_List li {
    list-style: disc;
    font-size: 13px;
    color: var(--colorDDD);
}

ul.custom_Firearms_List {
    padding-left: 40px
}

.custom_Clear_Filter_btn a.shopProducts__addToCart {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.custom_product_Category_Box .custom_product_listBox:last-child {
    margin-bottom: 0;
}

.custom_productSorting {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.custom_productSorting_txt p {
    color: var(--whiteColor);
    font-size: 18px;
    font-weight: var(--headingfontWeight);
    margin: 0;
}

.custom_Switch_btn.form-check.form-switch {
    padding: 0;
}

.custom_Switch_btn input.form-check-input {
    width: 70px;
    height: 25px;
    margin: 0;
    background-color: transparent;
    border-color: var(--baseBrandColor);
}
.custom_Switch_btn.form-switch input.form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dedede'/%3e%3c/svg%3e");
}
.custom_Switch_btn.form-switch input.form-check-input:checked {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom_Switch_btn.form-switch  input.form-check-input:checked {
    background-color: var(--baseBrandColor);
 }
.custom_Switch_btn .form-check-input:focus {
    box-shadow: unset;
}

.custom_productPackage {
    display: flex;
    align-items: center;
    gap: 30px;
}

.custom_Filter_Price {
    margin-top: 70px;
}

.custom_Filter_Price h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom_Filter_Price .form input.form-control {
    border-color: #ededed;
    font-size: 16px;
    padding: 10px;
}

.custom_Filter_Price .form input.form-control::placeholder {
    font-size: 16px;
}

.custom_Filter_Price .form .form-control:focus {
    box-shadow: unset;
    outline: unset;
    border-color: #ededed;
}

.custom_Filter_Price .form button.shopProducts__addToCart {
    width: 100%;
    margin-top: 15px;
}

ul.custom_product_inner_listBox::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

ul.custom_product_inner_listBox::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: var(--baseBrandColor);
}

.custom_product_cat_listBox.custom_product_cat_after_none:after {
    content: unset !important;
}

@media screen and (max-width: 767px) {
    .custom_Filter_Price {
        margin: 50px 0 70px;
    }
}

/******************************* shop page css end *************************************/




/******************************** Contact page css start ********************************/
.contactPage {
    padding-top: 0;
}
.custom_Contact_heading_txt {
    margin-top: 50px;
    text-align: center;
}

.custon_Contact_Form h2.sectionHeading {
    margin: 0;
}

.custon_Contact_Form p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: var(--colorDDD);
}

section.contact_us_Form_section {
    margin: 0px 0px 60px;
    background-color: transparent;
    padding: 80px 0;
}

.contact_us_Form_section .custon_Contact_Form {
    padding-right: 20px;
}

.contact_us_Form_section .contant_map {
    padding-left: 20px;
}

.contact_us_Form_section .contant_map iframe {
    width: 100%;
}

.custon_Contact_Form .form .form-control {
    padding: 15px 11px;
    font-size: 14px;
    border-radius: unset;
    height: 50px;
}

.custon_Contact_Form .form select.form-select {
    padding: 15px 11px;
    font-size: 14px;
    border-radius: unset;
    margin: 0;
}
.custom_Fome_SUbmit {
    margin-top: 24px;
}
.custon_Contact_Form .form .form-control:focus,
.custon_Contact_Form .form .form-select:focus {
    box-shadow: unset;
    border-color: unset;
}

.custon_Contact_Form .form .form-control::placeholder {
    font-size: 14px;
}

.custom_Fome_SUbmit {
    text-align: right;
}

.custom_Fome_SUbmit button:hover {
    background-color: var(--baseBrandColor);
    color: var(--whiteColor);
}

.custom_Address_contact ul {
    padding: 0;
    margin: 0;
}

.custom_Address_contact ul li a {
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.custom_Address_Box {
    background-color: var(--blackColor);
    padding: 30px 20px;
    text-align: center;
    min-height: 195px;
}

.custom_Address_icon span {
    border: 1px solid var(--baseBrandColor);
    border-radius: 50%;
    vertical-align: middle;
    display: inline-flex;
    width: 60px;
    background-color: var(--whiteColor);
    height: 60px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: var(--baseBrandColor);
}

.custom_Address_icon span i {
    font-size: 25px;
}
.custom_Address_Box h4 {
    margin: 20px 0 6px;
    font-size: 24px;
}
.custom_Address_Box p, .custom_Address_Box a {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--colorDDD);
    display: block;
    line-height: 30px;
}
a.sub-heading-a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; /* or block depending on layout */
    max-width: 100%; /* or set a fixed width if needed */
}



@media screen and (max-width: 767px) {
    .contact_us_Form_section .custon_Contact_Form {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .contact_us_Form_section .contant_map {
        padding-left: 0;
    }

    .custom_Address_contact {
        margin-bottom: 30px;
    }
}

/******************************** Contact page css end ********************************/




/*********************************** Blog page css start *********************************/
.innerPagesHolder .newsBlog__title {
    font-size: 24px;
}
.custom_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 16px;
}
.custom_pagination ul li{
    font-size: 16px;
    color:var(--colorDDD);
    cursor: pointer;
}
.custom_pagination ul li:last-child {
    margin-right: 0;
}
.custom_pagination ul li.first_last_box {
    border: 1px solid var(--colorDDD);
    padding: 9px 25px;
}
.custom_pagination ul li.first_last_box:hover {
    background-color: var(--baseBrandColor);
    color: var(--whiteColor);
}
.custom_pagination ul li.custom_pagination_number {
    border: 1px solid var(--colorDDD);
    padding: 5px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color:var(--colorDDD);
}
.custom_pagination ul li.custom_pagination_number.active,
.custom_pagination ul li.custom_pagination_number:hover {
    background-color: var(--baseBrandColor);
    border-color: var(--baseBrandColor);
    color: var(--whiteColor);
}
.blog_search_block{
    display: flex;
    gap:15px;
    border-radius: 8px;
}

.blog_search_block .search-btn,
.blog_search_block .search-btn:hover,
.blog_search_block .search-btn:active,
.blog_search_block .search-btn:focus{
    background-color: var(--baseBrandColor) !important;
    color: var(--whiteColor) !important;
}
/*********************************** Blog page css end *********************************/



/********************************** FAQ page css start ******************************************/
.accordion-button:not(.collapsed) {
    background-color: var(--darkBrandColor);
    color: var(--whiteColor);
    font-size: 20px;
    font-weight: var(--subheadingfontWeight);
}

button.accordion-button {
    font-size: 20px;
    font-weight: var(--subheadingfontWeight);
    background-color: var(--colorF6);

}

.accordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:first-of-type,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-radius: unset !important;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(100);
    opacity: 1;
}

section.custom_Faq.section_padding .accordion {
    max-width: 1024px;
    margin: 0 auto;
}

.accordion-body {
    font-size: 16px;
}
@media screen and (min-width:768px) {
     /* Smooth transition */
     .custom_Faq  .accordion-item {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* Popout effect when hovered (will be controlled via JS) */
    .popout {
        transform: scale(1.15); /* Enlarged effect */
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
        z-index: 10;
        position: relative;
    }
}

/********************************** FAQ page css end ******************************************/


/*********========================================== courses page css *******************/
.eventCoursesPage {
    padding-top: 20px;
    padding-bottom: 20px;
}
.eventCoursesPage .sectionHeading {
    border-bottom: 1px solid var(--colorDDD);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.class_card {
    border-radius: 0px;
    border: 1px solid var(--baseBrandColor);
    width: 100%;
    flex: 1;
}

.class_card .card-title {
    font-size: 20px;
    font-weight: var(--headingfontWeight);
    line-height: 30px;
    color: var(--baseBrandColor);
    margin: 0 0 8px;
}

.class_card img {
    aspect-ratio: 1.6;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
}

.class_card .card-body {
    background-color: #FFF9E1;
    border-radius:0;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.class_card .card-text {
    color: var(--colorDDD);
    font-size: 15px;
}

.base---cta.btn-sm {
    font-size: 14px;
    padding: 12px 20px;
}

.courses_col {
    display: flex;
}

.class_card a.base---cta {
    margin-top: auto;
    max-width: fit-content;
}

/*********========================================== courses page css ends*******************/

/************************************ Privacy Policy page css start ********************************************/
.privacy_inner_section_m_top {
    margin-top: 50px;
}
.privacy_policy_page h3 {
     font-family:var(--headingFontFamily);
    font-size: 27px;
    font-weight: var(--headingfontWeight);
    line-height: 30px;
    color: var(--baseBrandColor);
    margin: 0 0 8px;
}
.privacy_policy_page ol,
.privacy_policy_page ul {
    list-style: disc;
    margin-left: 30px;
}
.privacy_policy_page ul li a,
.privacy_policy_page ol li a {
    font-size: 16px;
    line-height: 21px;
    color:var(--colorDDD);
}
.privacy_policy_page ul li,
.privacy_policy_page ol li {
    margin-bottom: 15px!important;
    color:var(--colorDDD);
}
.privacy_policy_page ul li:last-child,
.privacy_policy_page ol li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
    .privacy_policy_page h3{
        font-size: 20px;
    }
    
}
/************************************ Privacy Policy page css end ********************************************/



/************************************ Terms Service page css start ********************************************/

/************************************ Terms Service page css end ********************************************/


/************************************ Signin page css start ********************************************/
.custom_login_signinForm {
    background-color: #E8E2C8;
    padding: 40px 30px;
    max-width: 550px;
    margin: 0 auto;
}
/* .custom_login_signinForm input.form-control{
    background: var(--whiteColor);
     font-family:var(--headingFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: 20.8px;
    color:var(--colorDDD);
    padding: 15px 17px;
    width: 100%;
    border: 1px solid var(--baseBrandColor);
    border-radius: unset;
 }
 .custom_login_signinForm input.form-control:valid {
    background: var(--whiteColor); 
  }
  .customInput{
    box-shadow:unset;
    border: 1px solid var(--baseBrandColor);
 } */
 .custom_login_signinForm button.btn.base---cta {
    width: 100%;
    border-radius: unset;
    border: 1px solid var(--baseBrandColor);
}
.custom_login_signinForm button.btn.base---cta:hover {
    background: var(--whiteColor);
}
.custom_loginSigninpage label.form-label {
    font-size: 16px;
    line-height: 30px;
    color:var(--colorDDD);
    margin-bottom: 0;
}
.custom_loginSigninpage p.custom_NotRegistered {
    margin-bottom: 0;
}
.custom_login_signinForm input.form-control::placeholder{
    font-size:16px;
}
.create_account_signin .modal-header {
    padding: 20px 10px;
}
.create_account_signin button.btn-close {
    margin-left: 0;
}
.create_account_signin .modal-header h5 {
    text-align: center;
    margin: 0 auto;
    font-size: 25px;
    font-weight: var(--headingfontWeight);
}
.create_account_signin .modal-body {
    padding: 20px;
}
.create_account_signin input {
    background: var(--whiteColor) !important;
     font-family:var(--headingFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: 20.8px;
    color:var(--colorDDD);
    padding: 15px 17px;
    width: 100%;
    border: 1px solid var(--baseBrandColor);
    border-radius: unset;
}
.create_account_signin .btn-close:focus{
    box-shadow: unset;
}
.create_account_signin .base---cta{
    width: 100%;
    text-align: center;
}
.create_account_signin .base---cta:hover {
    text-decoration: none;
}
.custom_forgot_Password {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.custom_loginSigninpage a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1023px) {
    .custom_login_signinForm button.btn.base---cta{
        padding: 15px 14px;
        font-size: 16px;
    }
    .custom_login_signinForm{
        padding: 40px 30px;
    }
}
/************************************ Signin page css end ********************************************/



/****************************** classes-single page css start ********************************/
.course_detail_navtabs ul.nav.homeTabsNav {
    justify-content: start;
    width: 100%;
    padding-top: 7px;
    margin-bottom: 60px;
  }

  .course_detail_navtabs {
    margin-top: 70px;
  }

  .custom_WriteReview_heading h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--blackColor);
  }

  .custom_WriteReview_Form_col {
    background-color: #E8E2C8;
    padding: 20px;
  }
  .commentListing__li__block {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--colorDDD);
    flex-flow: wrap;
}
.commentListing__img {
    width: 60px;
    height: auto;
}
.commentListing__img img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
.commentListing__text {
    width: calc(100% - 76px);
}
ul.commentListing__reply {
    margin: 10px 0;
    padding: 0;
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: var(--whiteColor);
}
ul.commentListing__reply li::after {
    content: "|";
    padding-left: 20px;
}
ul.commentListing__reply li:first-child::after,
ul.commentListing__reply li:last-child::after {
    display:none
}
ul.commentListing {
    padding: 20px 0;
    margin: 0;
}
ul.commentListing ul.commentListing {
    padding-left: 20px;
}
.commentListing__text h4 {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 20px;
}
.custom_WriteReview_box {
    padding-left: 20px;
}
.commentListing__text p {
    margin: 0;
}
  form.custom_WriteReview_Form {
    margin-top: 40px;
  }

  .custom_WriteReview_Form label.form-label {
    font-size: 16px;
    color: var(--whiteColor);
    font-weight: var(--bodyfontWeight);
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .custom_WriteReview_Form p {
    margin-bottom: 35px;
    font-size: 16px;
    color: var(--whiteColor);
    text-transform: uppercase;
    font-weight: var(--bodyfontWeight);
  }

  .custom_WriteReview_Form .form-control {
    padding: 11px;
    font-size: 14px;
    border-radius: unset;
  }

  .custom_WriteReview_Form .form-control:focus {
    border-color: unset;
    box-shadow: unset;
  }

  .custom_FirearmSafety_txtCol h5 {
    color: var(--whiteColor);
    font-size: 20px;
  }
  .course_price_Box {
    border-top: 1px solid var(--colorDDD);
    border-bottom: 1px solid var(--colorDDD);
    padding:20px 0 10px;
    margin-bottom:20px
}
  .custom_FirearmSafety_txtCol p {
    margin: 0;
    color: var(--whiteColor);
  }

  .custom_FirearmSafety_txtCol h3.course_price {
    color: var(--whiteColor);
  }

  .custom_FirearmSafety_txtCol p.product_availability {
    margin: 13px 0;
    color: var(--whiteColor);
  }

  .custom_FirearmSafety_txtCol p.product_availability span.in_stock {
    font-weight: var(--headingfontWeight);
  }

  .custom_FirearmSafety_txtCol p.course {
    margin-bottom: 25px;
  }

  .custom__quantity {
    margin-bottom: 25px;
    display: flex;
    justify-content: start;
    flex-flow: wrap;
    gap: 18px;
  }
  .custom__quantity__holder{
    display: flex;
  }

  .custom__quantity span {
    border: 1px solid var(--baseBrandColor);
    font-size: 30px;
    width: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .custom__quantity input.custom_qty-field {
    max-width: 70px;
    padding: 9px 0;
    text-align: center;
    border-top: 1px solid var(--baseBrandColor);
    border-bottom: 1px solid var(--baseBrandColor);
  }
  .description_inner_section_box {
    margin-top: 70px;
    }
    #singleProduct__owlCarousel {
        background-color: #E8E2C8;
        padding: 20px 0;
    }
    #singleProduct__owlCarousel .owl-nav {
        width: 100%;
    }
    #singleProduct__owlCarousel .owl-nav button {
        background-color: var(--whiteColor);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
    }
    #singleProduct__owlCarousel .owl-nav button.owl-next 
    {
        right: 10px;
    }
    #singleProduct__owlCarousel .owl-nav button.owl-prev {
        left: 10px;
    }
    .singleProdct_thumbnail_slider {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        background-color: #E8E2C8;
        padding: 30px 0 20px;
      }
      .singleProdct_thumbnail_slider .thumbnails {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scrollbar-width: none;
        /* Hide scrollbar for Firefox */
        -ms-overflow-style: none;
        /* Hide scrollbar for IE 10+ */
      }
      .singleProdct_thumbnail_slider  .thumbnails::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari, and Opera */
      }
      .singleProdct_thumbnail_slider  .thumbnails li {
        margin: 0 10px;
        flex-shrink: 0;
      }
      .singleProdct_thumbnail_slider  .thumbnails img {
      width: 100px;
      height: 50px;
      object-fit: cover;
      border: 2px solid transparent;
      border-radius: unset;
      cursor: pointer;
      transition: transform 0.3s ease, border-color 0.3s ease;
      }
      .singleProdct_thumbnail_slider .thumbnails img.thumb.active {
        border: 2px solid var(--baseBrandColor);
        opacity: 0.6;
    }
      .singleProdct_thumbnail_slider  .thumbnails img:hover {
        transform: scale(1.05);
      }
      .singleProdct_thumbnail_slider .arrow {
      background-color: var(--baseBrandColor);
      color: var(--whiteColor);
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      font-size: 18px;
      margin: 0 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
      z-index: 1;
      }
      .singleProdct_thumbnail_slider .arrow:hover {
        background-color: var(--baseBrandColor);
      }
      .singleProdct_active-image {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        position: relative;
      }
      .singleProdct_active-image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        max-height: 400px;
        border-radius: unset;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      }

  @media screen and (max-width: 767px) {
    .custom_WriteReview_Form_col {
      margin-bottom: 40px;
    }

    .course_detail_navtabs ul.nav.homeTabsNav li.nav-item a {
      font-size: 16px;
    }

    .custom_FirearmSafety_txtCol {
      margin-top: 40px;
    }
    .custom_WriteReview_box {
        padding-left: 0;
    }
  }
  @media screen and (max-width:354px) {
    .custom__quantity input.custom_qty-field {
        max-width: 50px;
    }
    .custom__quantity span{
        flex: 0 0 30px;
    }
    
  }
/****************************** classes-single page css end ********************************/

/********************************** Membership page css start ***********************************/
.course_detail_navtabs_txt p strong {
    color: var(--whiteColor);
}
.course_detail_navtabs_txt ol {
    list-style: decimal;
    color: var(--whiteColor);
}
.course_detail_navtabs_txt ul {
    list-style: disc;
    color: var(--whiteColor);
}
.course_detail_navtabs_txt ul li {
    font-size: 16px;
    line-height: 30px;
    color:var(--colorDDD);
}
.course_detail_navtabs_txt .plist h5 {
    font-size:20px;
    color:var(--blackColor);
}
.specification_inner_txt h5,
.specification_inner_txt p{
    font-size: 16px !important;
    margin: 0;
}
.specification_inner_txt {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid var(--baseBrandColor);
    padding: 6px 15px;
    margin-top: 15px;
}
.membership-card {
    padding:24px;
    background-color: #2e2e2e;
    height: 100%;
}
.membership-card img.membership-cardIcon{
    height: 50px;
    object-fit: contain;
}
.membership_benefits{
    margin: 30px 0 90px;
}
.membership-card p{
    font-size: 16px;
}
.membership-card p:last-of-type{
    margin-bottom: 0;
}
.membership_class_heading{
    font-size:20px;
    font-weight: var(--headingfontWeight);
    color: var(--whiteColor);
    margin-top: 15px;
    margin-bottom: .5rem;
}
section.servicePricingTable.sectionBgBrand.customPaddingSection-8 {
    background: var(--blackColor);
    padding-top: 80px;
    padding-bottom: 80px;
}
/********************************** Membership page css end ***********************************/



/********************************** Cart page css start ***********************************/
.cart_order_Item_row {
    border-bottom: 1px solid var(--baseBrandColor);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.cart_order_Item img {
    width: 60px;
    height: auto;
    object-fit: cover;
}
.cart_order_Item {
    display: flex;
    align-items: self-start;
    gap: 15px;
}
.cart_order_Item p {
    margin: 0;
}
.cart_price_checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    color: var(--colorDDD);
}
.cart_price_checkbox input[type="checkbox"] {
    display: none;
}
.cart_price_checkbox span {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.cart_price_checkbox span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: var(--whiteColor);
    border: 2px solid var(--baseBrandColor);
    border-radius: 100px;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.cart_price_checkbox input[type="checkbox"]:checked + span:before {
    background: var(--whiteColor);
    border-color: var(--whiteColor);
}
.cart_price_checkbox span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 7px;
    height: 7px;
    background: var(--blackColor);
    border-radius: 100px;
    transform: scale(0);
    transition: transform 0.3s ease;
}
.cart_price_checkbox input[type="checkbox"]:checked + span:after {
    transform: scale(1);
}
.cart_order_price_Row {
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 15px;
}
.cart_order_price_Row .custom__quantity {
    width: 33%;
    justify-content: center;
}
.cart_order_price_Row .custom__quantity span {
    flex: 0 0 30px;
    height: 40px;
    font-size: 25px;
}
.cart_order_price_Row .custom__quantity input.custom_qty-field {
    max-width: 50px;
    height: 40px;
}
.cart_order_priceBox {
    width: 33%;
}
.cart_tiem_price {
    width: 33%;
}
.cart_tiem_price h5 {
    margin: 0;
    font-size: 20px;
}
.cart_tiem_price p {
    margin: 0;
    margin-left: 16px;
}
.cart_couponBox form.coupon_code input[type="text"] {
    border-bottom: 1px solid var(--baseBrandColor);
    width: 80%;
}
.cart_couponBox form.coupon_code button {
     font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--headingfontWeight);
    line-height: 23.4px;
    color: var(--whiteColor);
    text-transform: uppercase;
    background: var(--baseBrandColor);
    display: inline-block;
    padding: 14px 0;
    width:30%;
    border: 1px solid var(--baseBrandColor);
}
.cart_couponBox form.coupon_code button:hover {
    background-color: transparent;
    border: 1px solid var(--baseBrandColor);
    color: var(--baseBrandColor);
}
form.coupon_code {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}
.cart_price_Total {
    display: flex;
    justify-content: space-between;
}
.cart_Total_txt {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid var(--baseBrandColor);
    margin-top: 20px;
    margin-bottom: 50px;
    align-items: center;
    padding-top: 15px;
}
.cart_price_Total_Box {
    padding-left: 20px;
    border-left: 1px solid var(--baseBrandColor);
}
.proceed_checkout_txt {
    text-align: right;
}
.cart_price_Total_heading h3 {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid var(--baseBrandColor);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.cart_price_Total p {
    margin:10px;
}
.cart_price_Total p strong {
    color: var(--whiteColor);
}
.cart_Total_txt p {
    color: var(--blackColor) !important;
    text-transform: capitalize;
}
.proceed_checkout_txt p {
    margin-top: 20px;
    color: var(--blackColor) !important;
    text-transform: uppercase;
}
.membership_benefits .row {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width:767px) {
    .cart_price_Total_Box {
        padding-left: unset;
        border-left: unset;
        margin-top: 50px;
    }
    .cart_couponBox form.coupon_code input[type="text"]{
        width: 65%;
    }
    .cart_order_price_Row{
        gap:30px;
        margin-top: 30px;
    }
}
/********************************** Cart page css end ***********************************/


/********************************** Single page css start ***********************************/
.services__singleBanner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.Prodctsingle_page .singleProdct_active-image img{
    object-fit: contain;
}
.coursessingle_page .singleProdct_active-image img {
    box-shadow: unset;
}
.blogsingle_page_bannerImg img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.blogsingle_page__txt h2.sectionHeading {
    margin-top: 60px;
}
.related_blog_Posts {
    margin-top: 70px;
}



/********************************** Single page css start ***********************************/


/************* zoom effect start ****/
@media screen and (min-width: 1024px) {
    .singleProdct_active-image {
        position: relative;
        background: var(--whiteColor);
    }
    div#zoomContainer {
        background-color: var(--whiteColor);
        aspect-ratio: 1000/500;
        background-size: 200% auto;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        right: calc(-100% - 20px);
        top: 40%;
        border: 1px solid var(--colorDDD);
        background-position: 0% 0%;
        display: none;
        transform: scale(0);
        transition: transform 0.3s ease;
    }
}
/************* end : zoom effect start ****/

/********************************** Services page css start ***********************************/

.CMS-pages-image.servicesPage__img{
    height: 100%;
    padding-bottom: 1px;
}
.servicesPage__img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.servicesPage__text {
    padding: 40px;
    padding-right: 55px;
    margin: auto;
}
.servicesPage__text h2 {
    margin-bottom: 10px;
}
.servicesPage__text a.base---cta {
    margin-top: 20px;
}
@media screen and (min-width:768px) {
    .servicesPage .teamPageblock:nth-child(2n) > .row{
        flex-flow: row-reverse;
    }
}

/*********************************** Services page css end *************************************/



/*********************************** Courses page css start *************************************/
.coerses__ColBox{
    display:flex
}
.coerses__innerCol img {
    aspect-ratio: 1.6;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
}
.coerses__txtBox h3 {
     font-family:var(--headingFontFamily);
    font-size: 20px;
    font-weight: var(--headingfontWeight);
    line-height: 30px;
    color: var(--baseBrandColor);
    margin-bottom: 10px;
}
.PersonCourses_heading h2 {
    border-bottom: 1px solid var(--colorDDD);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.coerses__innerCol {
    border: 1px solid var(--baseBrandColor);
    flex: 1;
}
.shopProducts__block,
.custom__Hover__Animations{
 position: relative;
 background-color: var(--blackColor);
 padding: 8px 8px 0px;
}
.custom__Hover__Animations::before,
.custom__Hover__Animations::after,
.shopProducts__block::before,
.shopProducts__block::after{
    content:"";
    position:absolute;
    width:0;
    height:0;
    background-color:var(--whiteColor);
    z-index: -1;
    transition:1s all ease;
}
.custom__Hover__Animations:before,
.shopProducts__block::before{
    top:-2px;
    left:-2px;
}
.custom__Hover__Animations:after,
.shopProducts__block::after{
    right:-2px;
    bottom:-2px;
}
.custom__Hover__Animations:hover::before,
.custom__Hover__Animations:hover::after,
.shopProducts__block:hover::before,
.shopProducts__block:hover::after{
    width:calc(100% + 4px);
    height:calc(100% + 4px);
}
.servicesPage .teamPageblock .row{
    display: flex;
    flex-wrap: wrap;
}
.custom__Hover__Animations:hover .shopProducts__addToCart{
    background: var(--baseBrandColor);
    color: var(--whiteColor);
}
.coerses__innerCol .coerses__txtBox {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.coerses__txtBox{
    flex: 0 0 auto;
}
.coerses__txtBox a.base---cta {
    width: 100%;
    margin-top: auto;
    text-align: center;
    padding: 12px 0;
}
.services_online_Course {
    margin-top: 50px;
}
/*********************************** Courses page css end *************************************/

/********************** calendar page css start ***************************/

.calendar_page a.fc-event {
    background: var(--baseBrandColor);
    border-color: var(--baseBrandColor);
}
.calendar_page .fc-daygrid-event-dot {
    border-color: var(--whiteColor);
}
.calendar_page button.fc-button-primary,
.calendar_page button.fc-button-primary:hover,
.calendar_page button.fc-button-primary:not(:disabled):active{
    background-color: var(--baseBrandColor);
    border-color: var(--baseBrandColor);
}
.calendar_page button.fc-button-primary:focus,
.calendar_page button.fc-button-primary:not(:disabled):active:focus{
    box-shadow: unset;
}
/********************** calendar page css end ***************************/

/***** responsive design ******/
@media screen and (max-width: 1400px) {
    .classesEvents__text {
        padding-right: 15px;
    }
    .brandLogos__text {
        padding-left: 15px;
    }
    .shopByCategories .shopByCategories__block a span{
        font-size: 16px;
    }
    ul.nav.homeTabsNav{
        gap: 30px;
    }
    ul.nav.homeTabsNav li.nav-item a{
        font-size: 18px;
    }
    
}

@media screen and (max-width: 1320px) {

    .topBar p,
    ul.topBar__contactList li,
    ul.topBar__contactList li a {
        font-size: 14px;
    }

    ul.topBar__contactList li::after {
        padding: 0 20px;
    }

    nav.navbar.mainNavigation ul.navbar-nav a.nav-link {
        font-size: 14px;
    }

    .mainBanner__text h4 {
        margin: 0 0;
    }

    .mainBanner__text h2 {
        font-size: 40px;
    }

    .mainBanner__text p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 16px;
    }

    .mainBanner__text a {
        padding: 16px 24px;
        font-size: 16px;
    }

    .mainBanner__marquee {
        padding: 20px 0;
    }
    div#slider .innerPage_marquee .mainBanner__marquee{
        padding: 20px 0;
    }
    .mainBanner__marquee ul li {
        font-size: 18px;
        gap: 10px;
    }
    div#slider .mainBanner__marquee ul li{
        font-size: 18px;
        gap: 10px;
    }

    .mainBanner__marquee ul li a {
        font-size: 14px;
        padding: 8px 14px;
    }
    div#slider .mainBanner__marquee ul li a{
        font-size: 14px;
        padding: 8px 14px;
    }

    .shopByCategories #shopByCategories__owlCarousel .owl-nav button {
        left: -30px;
    }

    .shopByCategories #shopByCategories__owlCarousel .owl-nav button.owl-next {
        right: -30px;
    }

    .base---cta {
        padding: 14px 28px;
        font-size: 16px;
    }

    ul.nav.homeTabsNav {
        gap: 24px;
    }

    ul.nav.homeTabsNav li.nav-item a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .topBar {
        padding: 12px 0px;
    }

    ul.topBar__contactList {
        justify-content: center;
        margin-top: 10px;
    }

    .topBar p,
    ul.topBar__contactList li,
    ul.topBar__contactList li a {
        text-align: center;
    }

    .mainHeader {
        padding: 20px 0;
    }

    img.headerLogo__img {
        max-width: 200px;
    }

    .header__searchForm form input {
        padding: 12px;
        font-size: 14px;
    }

    .header__searchForm form button {
        padding: 12px 18px;
        font-size: 16px;
    }

    ul.header__shopLinks {
        justify-content: start;
        margin-top: 22px;
        gap: 16px;
    }

    ul.header__shopLinks img {
        max-height: 32px;
        width: auto;
    }

    .menuToggler {
        padding-top: 20px;
        justify-content: end;
    }

    .menuToggler .navbar {
        justify-content: end;
    }

    .mainBanner img {
        min-height: 360px;
        object-fit: cover;
        object-position: right center;
    }

    .mainBanner__text {
        margin-top: -25px;
        padding-right: 15px;
    }

    .mainBanner__text h4 {
        font-size: 16px;
    }

    .mainBanner__text h2 {
        font-size: 32px;
    }

    .mainBanner__text p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
    }

    .mainBanner__text a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .mainBanner__marquee {
        padding: 12px 0;
        position: relative;
        z-index: 1;
    }
    div#slider .innerPage_marquee .mainBanner__marquee{
        padding: 12px 0;
    }

    .mainBanner__marquee ul {
        gap: 40px;
    }

    .aboutUs,
    .newsBlog {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sectionHeading{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .sectionSubHeadings{
        font-size: 16px;
        margin: 0;
    }

    .base---cta {
        padding: 12px 20px;
        font-size: 14px;
    }

    .shopByCategories .sectionHeading {
        margin-bottom: 24px;
        background-size: 40px;
        padding-bottom: 20px;
    }

    .shopByCategories .shopByCategories__block {
        padding: 0 10px;
    }

    .shopByCategories .shopByCategories__block a {
        padding: 10px;
    }

    .shopByCategories .shopByCategories__block a span {
        font-size: 14px;
        padding: 10px;
        line-height: normal;
    }

    .aboutUs__images {
        gap: 20px;
    }

    .aboutUs__images img {
        max-width: calc(50% - 10px) !important;
    }

    .aboutUs p,
    .aboutUs p i,
    .newsBlog__info p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 16px;
    }

    ul.nav.homeTabsNav {
        float: none;
        margin-top: 20px;
    }

    .shopProducts__brand {
        font-size: 16px;
    }

    .shopProducts__title,
    .shopProducts__price {
        font-size: 20px;
    }

    .shopProducts__addToCart {
        padding: 12px 20px;
        font-size: 14px;
    }

    .classesEvents__text {
        padding: 30px 15px;
    }

    .newsBlog__date {
        font-size: 16px;
        margin: 0;
    }

    .newsBlog__title {
        font-size: 20px;
    }

    .newsBlog__arrowIcon svg {
        height: 30px;
        width: auto;
    }

    .footerTop {
        padding-bottom: 40px;
    }


    .footerSocialIcons {
        justify-content: start;
        align-items: center;
    }

    .footerTop label {
        margin-right: 20px;
        min-width: 120px;
    }

    .footerSocialIcons ul {
        gap: 10px;
    }

    .footerSocialIcons ul a {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .footer__newsletter {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer__newsletter h2 {
        line-height: normal;
        font-size: 24px;
        margin: 0 0 6px;
    }

    .footer__newsletter p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .footer__newsletter form input {
        font-size: 14px;
        line-height: normal;
    }

    .footer__newsletter button {
        font-size: 14px;
        line-height: normal;
        padding: 12px 14px;
    }

    .classesEvents__text {
        padding: 30px 15px;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .footerNewsLetter__terms label {
        gap: 10px;
        font-size: 14px;
    }

    .footerNewsLetter__terms input[type="checkbox"] {
        width: 16px;
        height: auto;
    }

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

    .footerLinkBlock__heading {
        margin: 0 0 20px;
    }

    .footerLinkBlock ul li {
        margin: 0 0 14px;
        font-size: 14px;
    }

    .footerLinkBlock ul li a {
        font-size: 14px;
    }

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

@media screen and (max-width: 991px) {
    .footerTop>.row>div:first-child,
    .footerMiddle>.row>div:first-child {
        border-right: none;
        border-bottom: 1px solid #ffffff33;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .menuToggler button.navbar-toggler {
        border: none;
        outline: none;
        box-shadow: none;
        background: var(--baseBrandColor);
        border-radius: 0px;
        padding: 0;
        color: var(--whiteColor);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menuToggler button.navbar-toggler span.navbar-toggler-icon {
        width: 30px;
        height: 2px;
        background: var(--whiteColor);
        position: relative;
    }

    .menuToggler button.navbar-toggler span.navbar-toggler-icon::before,
    .menuToggler button.navbar-toggler span.navbar-toggler-icon::after {
        content: "";
        position: absolute;
        top: -8px;
        height: 2px;
        width: 100%;
        left: 0;
        background: var(--whiteColor);
    }

    .menuToggler button.navbar-toggler span.navbar-toggler-icon::after {
        top: auto;
        bottom: -8px;
    }

    .menuToggler button.navbar-toggler span.navbar-toggler-icon,
    .menuToggler button.navbar-toggler span.navbar-toggler-icon::before,
    .menuToggler button.navbar-toggler span.navbar-toggler-icon::after {
        transform: none;
        transition: all 0.2s;
        transform-origin: 6px 4px;
    }

    .menuToggler button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
        background: none;
    }

    .menuToggler button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon::before {
        transform: rotate(45deg);
    }

    .menuToggler button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon::after {
        transform: rotate(-45deg);
        transform-origin: 4px -4px;
    }

    div#customNavBar {
        position: absolute;
        top: 100%;
        z-index: 999;
        background: var(--blackColor);
        width: 100%;
        left: 0;
    }

    nav.navbar.mainNavigation ul.navbar-nav a.nav-link {
        color: var(--whiteColor);
        padding: 14px 24px;
        border-top: 1px solid #ffffff33;
    }
    ul.header_cartListing__li__block.dropdown-menu {
        left: -100px !important;
        right: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .contact_us_Form_section .contant_map,
    .contact_us_Form_section .contant_map iframe{
        height: 100%;
    }
    .custom_blog_Post> .row:nth-child(2n) {
        flex-flow:row-reverse;
    }
}

@media screen and (max-width: 767px) {
    ul.topBar__contactList {
        display: block;
    }

    ul.topBar__contactList li::after {
        display: none;
    }

    .headerLogo {
        display: block;
        text-align: center;
        margin: 0 0 16px;
    }

    .header__searchForm form input,
    .header__searchForm form button {
        padding: 10px 12px;
        font-size: 14px;
        line-height: normal;
    }

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

    .mainBanner__text h2 {
        font-size: 30px;
        margin: 0;
    }

    .shopByCategories #shopByCategories__owlCarousel .owl-nav button {
        left: 0;
    }

    .shopByCategories #shopByCategories__owlCarousel .owl-nav button.owl-next {
        right: 0;
    }

    .mainBanner__marquee {
        padding: 8px 0;
    }

    div#slider .innerPage_marquee .mainBanner__marquee{
        padding: 8px 0;
    }

    .mainBanner__marquee ul {
        gap: 30px;
    }

    .mainBanner__marquee ul li {
        font-size: 16px;
        gap: 10px;
    }
    div#slider .mainBanner__marquee ul li{
        font-size: 16px;
        gap: 10px;
    }

    .sectionHeading{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .aboutUs__images {
        margin-bottom: 24px;
    }

    ul.nav.homeTabsNav {
        gap: 16px;
    }

    ul.nav.homeTabsNav li.nav-item a {
        font-size: 12px;
        padding: 0 0 4px;
    }

    .shopProducts__blockInfo {
        padding: 16px 0 30px;
    }

    .shopProducts__blockInfo__footer {
        margin-top: 24px;
        padding-top: 20px;
    }

    .classesEvents__list li {
        width: 100%;
        padding: 10px 15px;
    }

    .newsBlog__info {
        padding: 16px 0 0;
    }
    
    .brandLogos__text {
        text-align: center;
        padding: 20px;
        width: 100%;
    }

    .brandLogos__marqueeInner ul img {
        width: 80px;
        min-width: 100px;
    }

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

    .footerTop label {
        font-size: 14px;
        margin-right: 10px;
        min-width: 100px;
    }

    .footerSocialIcons ul {
        gap: 8px;
        flex-flow: wrap;
    }

    .footerLinkHolder {
        flex-flow: column;
        gap: 30px;
    }

    .footerLinkBlock__heading {
        margin: 0 0 10px;
    }

    .footerCopyRight ul {
        justify-content: start;
        padding: 0;
        margin-top: 10px;
    }

    .footerCopyRight ul li::after {
        padding: 0 16px;
    }
    .header_cartListing____img {
        width: 60px;
        object-fit: cover;
        margin-right: 16px;
    }
    ul.header_cartListing__li__block.dropdown-menu {
        min-width: 305px;
        padding: 15px;
    }
    .header_cartListing____Box .header_cartListing____text p{
        font-size: 14px;
    }
    .header_cartListing____btn a{
        font-size: 12px;
    }
    /* .servicesPage .teamPageblock:nth-child(2n)>.row {
        flex-flow: row-reverse;
    } */
}
/* new css */

@media screen and (max-width: 767px) {
    .newsBlog .latest-blogs-list-ul {
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px) {
    .profile-container .user_container .user_rightside_container .user_row h2,.user_container h2, .user_container .h2 {
        text-align: left;
        font-size: 30px !important;
        font-weight: 900;
       font-family:var(--headingFontFamily);
        color: var(--whiteColor)!important;
    }
    div#secondary.widget-area .widget h3{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 575px) {
    .mainHeader {
        padding: 10px 0;
    }
    .headerLogoCol {
        align-items: center;
    }
    ul.header__shopLinks {
        justify-content: start;
    }
    .menuToggler .navbar {
        padding: 0!important;
    }
    .FooterNewsLetter.newsletter.innerNewsletter .newsletter {
        padding: 0 !important;
    }
    .lb-nav {
        position: absolute;
        top: 4px;
        left: 24px;
        height: 95%;
        width: 84%;
        z-index: 10;
    }
    
    .header-top.primary .blog-search .search-input {
        min-height: 40px;        
    }
    .blog-search .search-sub{
        min-height: 40px;
    }
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button) {
        width: 25%;
        background: var(--baseBrandColor);
        border: 1px solid var(--baseBrandColor);
       font-family:var(--headingFontFamily)!important;        
        border-radius: 0px;
        background: var(--baseBrandColor);
        font-size: 14px;
        font-weight: var(--headingfontWeight);
        line-height: normal;
        color: var(--whiteColor);
        padding: 12px 15px;
        display: inline-block;
        text-transform: uppercase;
    }
    .servicesPage__text{
        padding: 15px;
    }
}
.col-md-6.col-sm-12.col-xs-12.classesEvents__img .CMS-pages-image {
    display: flex;
    height: 100%;
}
.classesEvents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row.Event-Center {
    display: flex;
}
div#footer2 li  {
    padding: 0 0 10px !important;
}
div#footer2 li a {
    padding-left: 0 !important;
}
.custom_Privacy_Policy_contacttext_inner.privacy_inner_section_m_top a {
    color: var(--colorDDD);
}

/* blog */
.blog-section .article {
    display: flex;
}
.blog-section article figure.nopadding,
.blog-section article figure.caption{
    min-width: 50% !important;
}
/* .blog-section article:nth-child(even) {
    flex-direction: row-reverse;
} */
.blog-section article {
    margin-bottom:3rem;
}
.blog-section article figure img{
    width: 100%;
}

@media (max-width:767px) {

    .blog-section article figure.nopadding,
    .blog-section article div.caption{
        width: 100% !important;
        min-width: 100% !important;
    } 
    .blog-section article {
        flex-direction:column;
    }
    /* .blog-section article:nth-child(even) {
        flex-direction: column-reverse;
    } */
    .FooterNewsLetter.newsletter.innerNewsletter .newsletter,.FooterNewsLetter.newsletter.innerNewsletter {
        padding: 0 !important;
    }
    .footerSocialIcons {
        justify-content: start;
        align-items: start;
        margin-left: -8px!important;
    }
}
@media (max-width:767px) {
    .blog-section article figure,
    .blog-section article div.caption{
        min-width: 100% !important;
    } 
    .blog-section article div.caption{
        padding: 10px 15px;
    }
    .footerCopyRight > .row {
        display: flex;
        justify-content: space-between !important;
        align-items: center;
    }
    .footerCopyRight > .row::before,.footerCopyRight > .row::after{
        display: none;
    }
    section.footerSection .container {
        padding: 0 10px;
    }
    section.CMS-Pages.contact_us_Form_section h5 {
        font-size: 18px!important;
        font-weight: var(--subheadingfontWeight);
        margin-top: 30px !important;
        margin-bottom: 8px !important;
    }
    #aboutus .text-left.cmsInnerContent{
        margin-bottom: 0;
    }
    .aboutus .innerPagesHolder{
        padding-bottom: 0;
    }
}
@media (min-width:768px) {    
    .blog-section article figure{
        width: 50% !important;
        padding: 0;
    } 
    .blog-section article div.caption{
        width: 100% !important;
        padding: 10px 10px;
    }
    .Contact_form .form.widelabel > form > .formrow:nth-child(9) {
  width: 65%;
}
.Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
    position: relative;
    top: 10px;
  }
  .footerCopyRight > .row {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.footerCopyRight > .row::before,.footerCopyRight > .row::after{
    display: none;
}
.footerSection {
    padding: 50px 0 15px;
    margin-top: -5px !important;
}
.navSearch .blog-search {
    margin-bottom: 0;
    top: -29px;
}
.shop-bc {
    margin-bottom: 40px;
}
}

.blog-section article div.caption .date{
   font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    color: var(--colorDDD) !important;
}
.blog-section article div.caption .description{
    color:var(--colorDDD) !important;
    font-size: 16px;
    line-height: 30px;
   font-family:var(--bodyFontFamily);
}

.blog-section article figure img {
    width: 100%;
    max-height: 350px;
}

.blog-section article div.caption .blog-title{
    font-size: 28px;
    font-weight: var(--subheadingfontWeight);
}
.blog-section article div.caption .description .readmore{
    font-size: 14px;
    padding: 16px 30px;
    display: block;
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
   font-family:var(--headingFontFamily);
    font-weight: var(--headingfontWeight);
    line-height: normal;
    color: var(--whiteColor);    
    text-transform: uppercase;
    width: fit-content;
    margin-top: 15px;
}
.blog-section article div.caption .description .readmore:hover{
    background: transparent;
    color: var(--secondaryBrandColor);
}
.classesEvents .Event-Center .classesEvents__img{
    padding: 0 !important;
    
   }
   
.teamPageblock.Personal-details .row {
    display: flex;
    flex-wrap: wrap;
}
.col-xs-12.col-sm-6.col-md-6.col-lg-6.logo-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.footer-widget .container, footer.footer .container {
    padding: 0 15px;
    width: 100%;
    min-width: 100%;
}
section.CMS-Pages.aboutUs.Double-img .col-md-6.col-sm-12.col-xs-12.classesEvents__img .CMS-pages-image{
    height: auto!important;
}
.text-end {
    text-align: right !important;
}
body .footer-item h6{
   font-family:var(--headingFontFamily)!important;
   font-family:var(--headingFontFamily);
    font-size: 18px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: var(--whiteColor);
}
div#social ul li{
    margin: 0 0 5px;
}
form#part_search_form {
    display: flex;
}
.mainBanner__marqueeInner .fa-angle-double-right:before{
    font-size: 16px !important;
    position: relative;
    top: -2px;
}
.newsBlog #latest_blog_lists h2::before {
    content: "RANGE ";
    /* font-weight: bold; */
    position: absolute;
    top: -35px;
    margin: 0 0 6px;
   font-family:var(--headingFontFamily);
    font-size: 24px;
    font-weight: var(--subheadingfontWeight);
    line-height: normal;
    letter-spacing: 0.2em;
    color: var(--baseBrandColor);
    text-transform: uppercase;
}
.footer_head_contact_content p{
    line-height: normal;
}

.lb-nav a.lb-prev,.lb-nav a.lb-next{
    margin-left: -20px;
    background: #212529 !important;
    width: 30px;
    opacity: 1;
}
.lb-nav a.lb-next{
    margin-right: -20px;
}
.lb-nav a.lb-next:after{
    right: -11px;
}
.lb-nav a.lb-prev:before{
    left: -9px;
}
section.CMS-Pages.contact_us_Form_section h5{
    font-size: 20px;
    font-weight: var(--subheadingfontWeight);
    margin-top: 30px!important;
    margin-bottom: 8px!important;
}
.contact-us #main-content .main li{
    padding: 8px 16px!important;
}
.custom_Address_Box h4 a,.custom_Address_Box h4 {
    color: var(--whiteColor) !important;
    font-size: 24px;
}
input#UserCaptcha {
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #565656;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: transparent;
}
body.profile label{
    color: var(--colorDDD);
    font-weight: var(--subheadingfontWeight);
    font-size: 16px;
   font-family:var(--bodyFontFamily);
}
body.profile .user-row.text-center button.btn.btn-primary.sub_btn {
    padding: 2px 10px!important;
    border-radius: 0;
}
div#custom_form_div_holder_\$uuid{
    margin: 0;
}
.dive_widgets:not(.conForm .dive_widgets){
    padding: 0!important;
}
.custom_Address_Box {
    background-color: var(--blackColor);
    padding: 30px 20px;
    text-align: center;
    min-height: 226px;
    margin: 14px 0px;
}
.shopPage_contant p{
    font-weight: var(--bodyfontWeight);
    font-size: 16px;
    line-height: 30px;
    color: var(--colorDDD);
}
.topBar .container{
    max-width: 100%!important;
}
.footerLinkBlock ul li a:hover::before {
    content: "\f05b"; /* Unicode remains the same */
    font-family: "FontAwesome"; /* Use FontAwesome instead of Font Awesome 6 Free */
    font-weight: normal; /* FA4 does not use font-weight 900 */
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: unset;
    top: 8px;
    left: -5px;
}
.shop-bc {
    padding: 20px 10px !important;
    margin-bottom: 20px;
}
.user-row.text-center button.btn.btn-primary.sub_btn {
    padding: 3px 10px!important;
    border-radius: 0;
    background: var(--baseBrandColor) !important;
}
.user-row.text-center button.btn.btn-primary.sub_btn:hover{
    background: var(--whiteColor) !important;
    color: var(--baseBrandColor) !important;
    border: 1px solid var(--baseBrandColor);
}
body.blog .shop-bc{
    margin-left: 5%;
}
ol.breadcrumb li span, ol.breadcrumb li strong, ol.breadcrumb li a {
    color: var(--baseBrandColor) !important;
    font-weight: var(--headingfontWeight);
}
ul.ftr-btm-ul li {
    margin: 8px;
}
section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder.chkProductID > div:first-child {
    display: block;
    background: var(--whiteColor);
}
section.product-wrapper.productsGroup-home.Home-ProGroups .row.no-margin.row-border.shop6-col {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
section.product-wrapper.productsGroup-home.Home-ProGroups .row.no-margin.row-border.shop6-col.isotopeFix > div {    
    display: block;
}
section.product-wrapper.productsGroup-home.Home-ProGroups .productBorder.chkProductID > div:first-child {
    display: block;
    background: var(--whiteColor);
    height: auto !important;
}
.footerLinkBlock p, .footer-item p {
   font-family:var(--bodyFontFamily);
    color: var(--footerTextColor, var(--whiteColor));
    line-height: normal;
}
.privacy_inner_section_m_top li {
    padding-left: 0px !important;
}
.blog-section article div.caption .description .readmore::after {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    left: 6px;
    top: 0px;
    font-size: 15px;
}
.fc-unthemed .fc-today {
    background: var(--baseBrandColor) !important;
}
@media (min-width: 992px) and (max-width: 1230px) {

}
@media screen and (min-width: 768px) and (max-width:991px) {
    section.CMS-Pages.teamPageblock.custom__Hover__Animations .aboutUs__images img {
        width: calc(100% - 50px)!important;
    }
}
@media (min-width: 550px) and (max-width: 991px) {


}
section.newsBlog .container{
    /* min-width: 100%; */
}
div#filter_sf {
    height: 50px;
    display: flex;
    align-items: center;
}
.innerPagesHolder section.CMS-Pages.Double-img .CMS-pages-image.aboutUs__images{
    /* padding: 10px; */
}
.innerPagesHolder section.CMS-Pages.Double-img .CMS-pages-image.aboutUs__images img{
    width: auto !important;
}
@media (max-width:1399px) {
    .innerPagesHolder section.CMS-Pages.Double-img .CMS-pages-image.aboutUs__images{
        height: auto!important;
    }
    
}
.Event-Center .CMS-pages-content p,
.About-last-para .CMS-pages-content p,
.team_section .teamPageblock.Personal-details p{
    color: var(--colorDDD);
   font-family:var(--bodyFontFamily);
}
.CMS-Pages.contact_us_Form_section .CMS-pages-image,
.CMS-Pages.contact_us_Form_section .CMS-pages-image iframe{
    height: 100%;
}
#notfound .blog-search .search-input{
    width: 100% !important;
}
.notfound .blog-search .productSearch_btn.search-sub{
    padding: 0;
    right: 10px;
    top: -5px;
}
body.courses.courseDetailsPage div#content div#abovetext > .row {
    padding: 80px 0;
}
.footerSocialIcons li {
    padding: 0 !important;
}
body.blog.shores-of-the-cosmic-ocean .blog-section article{
    background: transparent;
}
/* body.blog.shores-of-the-cosmic-ocean img.img-responsive {
    object-fit: fill;
} */
.user_container h2, .user_container .h2, .profile-container .user_container .user_rightside_container .user_row h2{
    color: var(--whiteColor)!important;
}

/* #filtered_products .option2-layout .frontinfo h5:nth-of-type(2) {
    display:none;
} */
.Contact_form .dive_widgets button:not(.conForm .dive_widgets button)::after {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 14px;
}
body.cart section.top-wrapper {
    padding-bottom: 20px;
}
.calendar .col-md-12:has(.shop-bc.bc_type){
    background: var(--blackColor18);
}
.header-top.primary .blog-search .search-input{
    background: #514f4d!important;
    border-color: #555!important;
    color: var(--whiteColor);
}
section.top-wrapper.product-page .col-xs-12.col-sm-8.col-md-9.all-products .productDisplayType .productSorting a.sbSelector, .col-xs-12.col-sm-8.col-md-9.product_group_content .productDisplayType .productSorting a.sbSelector, .productLimiter.clear .sbHolder a.sbSelector {
    font-weight: var(--subheadingfontWeight) !important;
    color: var(--whiteColor) !important;
}
.custom_Address_Hours p{
    margin-bottom: 0!important;
}
.blog-section article div.caption .blog-title{
    margin-top: 0;

}
body.blog.shores-of-the-cosmic-ocean .blog-section article div.caption * {
    margin-bottom: 10px;
}
.footerLinkBlock p, .footer-item p{
    margin: 0 0 22px;
   font-family:var(--bodyFontFamily);
    font-size: 16px;
    font-weight: var(--bodyfontWeight);
    line-height: normal;
    color: var(--whiteColor)!important;
}
@media (min-width: 768px) {
    body.blog.shores-of-the-cosmic-ocean .blog-section article div.caption {
        width: 50% !important;
        padding: 0px 10px;
    }
    body.blog.shores-of-the-cosmic-ocean .blog-section article figure{
        padding: 0 10px;
    }
    body.blog.shores-of-the-cosmic-ocean article:nth-of-type(even) {
        flex-direction: row-reverse;
    }
    .row.con-customer-info input, .row.con-customer-info select {
        min-width: auto;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
}
.col-md-12.con-cart div>span{
    display: inline-block;
    margin: 10px 0;
}

div#card_pay label.error,.login_form label.error,usercaptcha-error {
    color: red !important;
}
.well.con-order-status * {
    color: #fff !important;
}
/* New Service Design */


.testimonialSlider__items__Info h4 span{
    color: var(--whiteColor);;
}
.singleServiceSection__slider ul.slick-dots {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    z-index: 999;
    padding: 5px 10px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    border-radius: 100px;
    width: fit-content;
    gap: 10px;
}
.singleServiceSection__slider .slick-dots li button:before , .singleServiceSection__slider .slick-dots li.slick-active button:before{
    font-size: 8px;
    top: 50%;
}

.singleServiceSection__slider .slick-dots li {
    width: 7px;
    height: 8px;
}
.singleServiceSection__slider .slick-dots li button {
    width: 9px;
    height: 9px;
}
.slick-dots li.slick-active button:before{
    color: var(--baseBrandColor)!important;
}
.asked-content .panel-default .panel-body code {
    background-color: transparent;
}
body.manage_address.modal-open #default_flag {
    margin-top: 3px;
}
del span.current-price , del span.amount {
  text-decoration: line-through!important;
}
#filtered_products div.amount span.amount {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}
.con-cart .alert.alert-danger + div > span{
    padding: 10px !important;
    line-height: 45px;
  }
  .slide-thumbs .flex-viewport ul.slides.productThumbnails_new li {
    margin: 10px;
}
br {
    display: block;
    margin-bottom: 10px; /* Adjust the value as needed */
  }

#home .frontinfo br,
.frontinfo br {
    display: none;
}
#calendar_list_view .title + .col-md-12.col-sm-12.col-xs-12.noPadding {
    padding-top: 40px;
}
.courses section.top-wrapper {
    padding-bottom: 80px;
}
.services #main-content .main section.serviceFormFill ul li {
    display: flex !important;
}
/* mq */
@media (max-width:1400px) {
    .blog-section article figure img {
        max-height: 300px;
    }
}
@media (max-width:1200px) {
    .blog-section article figure img{
        max-height: 250px;
    }
}
@media (max-width:1024px) {
    .fa-angle-double-right:before{
        font-size: 16px;
    }
}
@media (max-width:991px) {
    .blog-section article figure img{
        max-height: 250px;
    }
    .membership_benefits .row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media (max-width:600px) {
    section.CMS-Pages.contact_us_Form_section .row,
    section.CMS-Pages.custom_Address_section .row{
        margin: 0;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        width: 35%
    }
    .Contact_form .form.widelabel > form > .formrow:nth-child(9){
        width: 55%;
    }
}
@media (max-width:767px) {
    .CMS-Pages.contact_us_Form_section .CMS-pages-image{
        height: 450px;
    }
    .CMS-Pages.contact_us_Form_section .classesEvents__img{
        padding: 10px;
    }
    .blog-section article figure img{
        max-height: 430px;
    }
}
@media (max-width:567px) {
    .blog-section {
        padding: 40px 15px 80px 15px;
    }
    .blog-section article figure img{
        max-height: 400px;
    }
}
@media (max-width:425px) {
    .blog-section article figure img{
        max-height: 230px;
    }
    body.waiver .user_rightside_container .user_row{
        overflow: auto;
    }
    .col-md-12.con-cart div>span {
        line-height: normal !important;
        font-size: 13px!important;
        padding: 10px !important;
    }
    body.checkout .con-customer-info .costSummary .pr_type {
        margin: 20px;
    }
}
a.hederLogo{
    width: 180px;
}

input:-webkit-autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px var(--blackColor333) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--blackColor333) inset !important;
}
/* About pager */
.innerPagesHolder .team_section{
    padding-bottom: 40px;
}
.innerPagesHolder.aboutPage{
    padding-bottom: 0;
}
.team_row>div {
    margin-bottom: 24px;
  }

  .about_tab .nav-pills {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--blackColor333);
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .about_tab .tab-pane {
    text-align: center;
    color: var(--blackColor);
  }

  .about_steps {
    background-color: var(--blackColor);
    padding: 60px 0;
  }

  .about_tab .nav-item .nav-link {
    color: #7f7f7f;
    font-weight: var(--headingfontWeight);
    font-size: 16px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8px 16px;
    border-radius: 6px !important;
    background: none;
  }
  .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background: none;
  }

  .about_tab .nav-pills .nav-item {
  margin-left: 15px;
  }
  .about_tab .nav-pills .nav-item:first-child {
  margin-left: 0;
  }

  .about_tab .nav-item .nav-link.active,
  .about_tab .nav-item .nav-link:hover {
    background-color: transparent;
    color: var(--whiteColor);
    border-width: 1px 1px 0 1px;
    border-color: var(--baseBrandColor);
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: var(--baseBrandColor);
  }

  .about_steps .about_tab .nav-item.active .nav-link::before,.about_tab .nav-item .nav-link.active::before,
  .about_tab .nav-item .nav-link:hover::before {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    color: var(--baseBrandColor);
  }

  .about_tab .nav-item .nav-link svg {
    fill: #7f7f7f;
    width: 48px;
  }

  .about_tab .nav-item.active .nav-link svg,
  .about_tab .nav-item.active .nav-link:hover svg {
    fill: var(--whiteColor);
  }
  .about_tab .nav-item.active .nav-link svg{
    fill: var(--whiteColor);
  }
  body.dark .about_steps {
    background-color: var(--blackColor);
  }

  body.dark .about_tab .nav-item .nav-link {
    color: #7f7f7f;
  }

  body.dark .about_tab .nav-pills {
    border-color: var(--blackColor333);
  }

  .about_steps .about_tab .nav-item.active .nav-link,body.dark .about_tab .nav-item .nav-link.active,
  body.dark .about_tab .nav-item .nav-link:hover  {
    color: var(--whiteColor);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: var(--baseBrandColor);
    
  }

  .about_tab ul li.nav-item a.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -24px;
    height: 2px;
    width: 0;
    background: var(--whiteColor);
    transition: all 0.2s;
  }

  .about_steps .about_tab .nav-item.active .nav-link::after,.about_tab ul li.nav-item a.nav-link.active::after,
  .about_tab ul li.nav-item a.nav-link:hover::after {
    width: 100%;
    background: var(--blackColor333);
  }

  body.dark .about_tab .nav-item .nav-link.active::before,
  body.dark .about_tab .nav-item .nav-link:hover::before {
    color: var(--blackColor333)!important;
  }


  body.dark .about_tab .nav-item .nav-link svg {
    fill: #7f7f7f;
  }

  body.dark .about_tab .nav-item .nav-link.active svg,
  body.dark .about_tab .nav-item .nav-link:hover svg {
    fill: var(--whiteColor);
  }

  body.dark .about_tab .tab-pane {
    color: var(--whiteColor);
  }

  .partners-carousel img {
    transition: 1s all linear;
  }

  .partners-carousel .owl-item.center.active img {
    filter: grayscale(0);
  }

  .about_steps .about_tab .nav-item.active .nav-link::after,body.dark .about_tab ul li.nav-item a.nav-link.active::after,
  body.dark .about_tab ul li.nav-item a.nav-link:hover::after,body.dark .about_tab ul li.nav-item.active {
    background:var(--baseBrandColor);
  }
  .partners_section {
    padding: 60px 0;
    background-color: var(--blackColor);
  }
  .partners-carousel img{
    max-height: 180px;
    width: auto;
    object-fit: contain;
  }

  body.dark .partners_section {
    background-color: var(--baseBrandColor);
  }
  section.CMS-Pages.Double-img.About-1 h2.sectionHeading{
    margin-bottom: 56px;
  }
  ul#aboutFeature::before, ul#aboutFeature::after {
    display: none;
}
section.about_steps .tab-pane.fade.active.in h3{
   font-family:var(--headingFontFamily);
    font-size: 28px;
    font-weight: var(--headingfontWeight);
    line-height: 1.2;
    margin-bottom: .5rem;
}

  @media screen and (max-width:767px) {
    .about_tab {
      display: flex;
    }

    .about_tab .nav-pills .nav-item {
      margin-left: 0;
      margin-bottom: 5px;
    }
    .about_tab .nav-pills .nav-item:last-child{
      margin-bottom: 0;
    }

    .about_tab .nav-pills {
      padding-bottom: 0;
      padding-right: 15px;
      margin-bottom: 0;
      margin-right: 10px;
      min-width: 100px;
      display: block;
      border-bottom: unset;
      border-right: 2px solid var(--colorF5);

    }

    .about_tab .nav-item .nav-link {
      font-size: 13px;
      padding-left: 5px;
      padding-right: 5px;
      width: 100%;
      min-width: 87px;
    }

    .about_tab .nav-item .nav-link svg {
      width: 24px;
      height: 24px;
      max-width: 100%;

    }

    .about_tab .tab-content .tab-pane h3 {
      font-size: 18px;
    }

    .about_tab .tab-content .tab-pane p {
      font-size: 13px !important;
      line-height: 1.5;
    }

    .about_steps .about_tab .nav-item.active .nav-link::before,.about_tab .nav-item .nav-link.active::before,
    .about_tab .nav-item .nav-link:hover::before  {
      content: '\f0da';
      bottom: auto;
      top: 50%;
      left: auto;
      transform: translateY(-50%);
      right: -10px;
    }
    .about_tab ul li.nav-item a.nav-link::after{
      width: 2px;
      height: 0;
      bottom: auto;
      left: auto;
      right: -13px;
   
    }
    .about_steps .about_tab .nav-item.active .nav-link::after,
    .about_steps .about_tab .nav-item.active .nav-link:hover::after{
      height: 100%;
      width: 2px;
    }
    .about_tab .tab-content{
      padding: 15px 0;
    }
    section.social-media .container{
        padding: 0;
    }
  }
  /* section.CMS-Pages.contact_us_Form_section .row{
    border: 1px solid var(--textColor777);
  } */
  section.CMS-Pages.custom_Address_section {
    padding: 60px 0 80px;
}

.membership_section  div.text-right{
    display:  flex !important;
}
div.text-right{
    display:  flex !important;
    justify-content: end;
}  

/****==================================== team page ====================================*****/
.team_section{
    padding-top: 80px;
}
.teamPageblock {
    border: 1px solid var(--colorDDD);
    margin-bottom: 40px;

}
.team_card{
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.team_card_front,
.team_card_back{
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team_card_back{
    transform: rotateY(180deg);
    position: absolute;
    top:0;
    left: 0;
    border: 1px solid var(--colorDDD);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    background-color: var(--whiteColor);
}
.team_card_back> p{
    font-size: 13px !important;
    line-height: 27px;
}
.team_row>div:hover .team_card {
    transform: rotateY(180deg);
}
  
.teamPage__img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.teamPage__text {
    padding: 15px 0;
    margin: auto;
}

.teamPage__text h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-family: var(--headingFontFamily)!important;
}

.teamPage__text h3 {
    margin: 0 0 20px;
    font-size: 18px;
    color: var(--whiteColor);
    font-family: var(--headingFontFamily)!important;
    text-transform: capitalize;
    /* border-bottom: 1px solid var(--colorDDD); */
    /* padding-bottom: 24px; */
}

.teamPage__text .footerSocialIcons {
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--colorDDD);
}
.team_card_back {
    background-color: var(--blackColor);
}
.col-sm-12.col-md-12.brandLogos__text.GrayBG{
    background: var(--blackColor333);
    text-align: center;
    padding: 0;
}
section.partner-logo.AboutPage {
    background: var(--blackColor333);
    padding: 60px 0;
}
.col-sm-12.col-md-12.brandLogos__text.GrayBG h4.sectionHeadings{
    margin: 0 0 24px;
    font-size: 40px;
    font-weight: var(--headingfontWeight);
    line-height: normal;
}
.text-left.cmsInnerContent{
    margin-bottom: 0;
}
/****==================================== end : team page ====================================*****/

/* MEMEBERSHIP Pages */
.innerPagesHolder.serviceLandingPage {
    padding-bottom: 0;
}
.servicePricingTable .row{
    display: flex;
    flex-wrap: wrap;
}

.servicePricingTable__block {
    border: 1px solid var(--baseBrandColor);
    padding: 0 30px 30px;
    height: 100%;
    display: flex;
    flex-flow: column;
    min-height: 525px;
}

.servicePricingTable__block h3 {
    background: var(--baseBrandColor);
    padding: 16px 30px;
    color: var(--whiteColor);
    margin: 0 -30px;
    box-shadow: 0px 20px 8px 0 rgba(0, 0, 0, 0.08);
    font-size: 30px;
    line-height: 36px;

}

.servicePricingTable__block h4 {
   font-family:var(--headingFontFamily);
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    /* border-bottom: 1px solid var(--colorDDD); */
    padding: 16px 0px;
    color: var(--baseBrandColor);
    letter-spacing: normal;
}

.servicePricingTable__block h4 label {
    font-size: 60%;
    font-weight: normal;
    margin-right: 10px;
    color: var(--whiteColor);
    text-transform: capitalize;
    letter-spacing: normal;
}

.servicePricingTable__block h4 span {
    font-size: 40%;
    font-weight: normal;
    color: var(--whiteColor);
    text-transform: lowercase;
    letter-spacing: normal;
}

.servicePricingTable__block h5 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 30px;
    margin: 0 -30px 0px;
    color: var(--whiteColor);
    background: var(--blackColor);
}

.servicePricingTable__block ul {
    padding: 20px 0px;
    margin: 0;
}

.servicePricingTable__block li {
    padding: 0 0 16px !important;
    font-size: 16px !important;
    color: var(--whiteColor);
    position: relative;
}
.servicePricingTable__block li:last-child {
    padding-bottom: 0 !important;
}

.servicePricingTable__block li:last-child {
    padding-bottom: 0;
}

.servicePricingTable__block li i {
    margin-right: 10px;
}

.servicePricingTable__block a.base---cta {
    padding: 12px;
    margin: auto 0 0;
    width: 100%;
    text-align: center;
}

.service__servicesNav {
    padding-top: 120px;
    padding-bottom: 0px;
}
.singleServiceSection .row{
    display: flex;
    flex-wrap: wrap;
}
.singleServiceSection {
    padding-top: 80px;
    padding-bottom: 80px;
}

.singleServiceSection h3 {
    color: var(--whiteColor);
    border-bottom: 1px solid var(--darkBrandColor);
    margin: 0px 0 20px;
    padding: 20px 0 10px;
    font-size: 26px;
    text-transform: capitalize;
}

.singleServiceSection_priceList {
    display: flex;
    flex-flow: wrap;
    margin: 0 0 40px 0;
    padding: 0;
    gap: 20px;
}
.singleServiceSection_priceList li {
    width: calc(50% - 10px);
    color: var(--whiteColor);
    font-size: 16px;
    display: flex;
    flex-flow: column;
}
.singleServiceSection_priceList__heading {
    cursor: pointer;
    display: flex;
    white-space: nowrap;
    gap: 8px;
}

span.pricingDots {
    width: 100%;
    border-bottom: 1px dotted;
}

.singleServiceSection_priceList__des {
    display: none;
}

.innerPagesHolder .singleServiceSection_priceList__des p:not(#custom) {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.singleServiceSection__slider .owl-dots {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    z-index: 999;
    padding: 5px 10px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    border-radius: 100px;
}

.singleServiceSection__slider .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    background: #00000020;
    border-radius: 100px;
}

.singleServiceSection__slider .owl-dots button.owl-dot.active {
    background: var(--baseBrandColor);
}

.singleServiceSection__item img {
    aspect-ratio: 0.9;
    object-fit: cover;
}
.serviceSignleFormFill {
    margin-bottom: 80px;
}
section.serviceFormFill {
    padding: 40px;
    background: var(--baseBrandColor);
    border-radius: 16px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    color: var(--whiteColor);
    position: relative;
    overflow: hidden;
}
section.serviceFormFill .row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
section.serviceFormFill .row > div{
    padding: 0 12px;
}
section.serviceFormFill::before,
section.serviceFormFill::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    /* border: 1px dashed #b1337540; */
    background: #ffffff40;
    border-radius: 50%;
    top: -14%;
    right: -5%;
    z-index: 0;
}

section.serviceFormFill::after {
    top: -32%;
    right: 2%;
}

section.serviceFormFill .row {
    align-items: end;
}


section.serviceFormFill p:not(#shopProducts__price) {
    color: var(--whiteColor) !important;
}

section.serviceFormFill ul {
    list-style: none;
    display: flex;
    flex-flow: column;
    padding: 0;
    margin: 0;
    font-size: 17px;
    gap: 16px;
}

section.serviceFormFill ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

section.serviceFormFill .base---cta {
    margin-left: auto;
    float: right;
    margin-top: auto;
    background: var(--whiteColor);
    color: var(--baseBrandColor);
    font-size: 18px;
}

section.serviceFormFill .base---cta:hover {
    background: var(--whiteColor);
    color: var(--secondaryBrandColor);
}



.serviceGalleryGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.serviceGalleryGrid > div {
    display: flex;
}
.serviceGalleryGrid img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.serviceGalleryGrid__div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.serviceGalleryGrid__div2 {
    grid-area: 3 / 1 / 7 / 2;
}

.serviceGalleryGrid__div3 {
    grid-area: 7 / 1 / 9 / 2;
}

.serviceGalleryGrid__div4 {
    grid-area: 1 / 2 / 5 / 3;
}

.serviceGalleryGrid__div5 {
    grid-area: 5 / 2 / 9 / 3;
}

.serviceGalleryGrid__div6 {
    grid-area: 1 / 3 / 3 / 4;
}

.serviceGalleryGrid__div7 {
    grid-area: 3 / 3 / 7 / 4;
}

.serviceGalleryGrid__div8 {
    grid-area: 7 / 3 / 9 / 4;
}



.serviceGallery,
.testimonialSection {
    padding-bottom: 80px;
}

.testimonialSlider__items {
    border: 1px solid var(--colorDDD);
    padding: 24px;
}

span.testimonilaStarts {
    display: flex;
    margin: 0 0 10px;
    color: #ffbf00;
    font-size: 16px;
    gap: 2px;
}

.innerPagesHolder .testimonialSlider__items p:not(.shopProducts__price) {
    font-size: 15px;
    line-height: 24px;
}

.testimonialSlider__items__Info {
    display: flex;
    gap: 20px;
    border-top: 1px solid var(--colorDDD);
    padding-top: 20px;
    align-items: center;
    position: relative;
}

.testimonial__icon svg {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 40px;
    height: auto;
    opacity: 1;
}

.testimonial__icon svg * {
    fill: var(--baseBrandColor);
    opacity: 1;
}

.testimonialSlider__itemsText {
    padding-left: 50px;
    padding-bottom: 10px;
    position: relative;
}

.testimonialSlider .testimonialSlider__items__Info img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
}

.testimonialSlider__items__Info h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: var(--whiteColor);
    text-transform: capitalize;
}

.testimonialSlider__items__Info h4 span {
    display: block;
    font-family: var(--bodyFontFamily);
    font-size: 16px;
    font-weight: normal;
    color: var(--whiteColor);
    margin: 6px 0 0;
}

.customPaddingSection-8{
    padding-top: 80px;
    padding-bottom: 80px;
}

section#serviceSectionTwo{
    background: var(--blackColor) !important;
}
.user_row.user_address.add_address.user_menu_highlights{
    font-family: var(--headingFontFamily)!important;
    font-size: 16px;
}
form#ContactAddress button.btn.btn-primary {
    font-family: var(--headingFontFamily)!important;
}
@media screen and (min-width: 1024px) {
.singleServiceSection .sectionSubHeadings{
    font-size: 20px;
}
.singleServiceSection .sectionHeading {
    font-size: 32px;
}
}
@media screen and (max-width: 1300px) {
    .singleServiceSection__slider, .testimonialSlider  {
        overflow: hidden;
    }
}

@media screen and (max-width: 1169px) {

.servicePricingTable__block {
    padding: 0 20px 20px;
}
.servicePricingTable__block h3 {
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 -20px;
}
.servicePricingTable__block h4 {
    font-size: 34px;
}
.servicePricingTable__block h5 {
    font-size: 14px;
    margin: 0 -20px;
    padding: 10px 20px;
}
.servicePricingTable__block li {
    font-size: 14px !important;
}
}
@media screen and (max-width: 991px) {
    .servicePricingTable__col {
        margin-bottom: 20px;
    }
    .service__servicesNav{
        padding-top: 60px;
    }
    .singleServiceSection{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .serviceGallery, .testimonialSection {
        padding-bottom: 40px;
    }
    ul.nav.homeTabsNav {
        justify-content: start;
    }
    .singleServiceSection .sectionSubHeadings{
        margin-top: 30px;
    }
    section.serviceFormFill {
        padding: 30px;
    }
    .singleServiceSection h3 {
        font-size: 22px;
        margin-top: 0;
        padding-top: 10px;
    }
    .customPaddingSection-8{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
.singleServiceSection_priceList li {
    width: 100%;
}
section.serviceFormFill {
    padding: 15px;
}
section.serviceFormFill .base---cta {
    float: none;
    margin-top: 20px;
}
section.serviceFormFill ul {
    gap: 8px;
}
section.serviceFormFill ul li {
    font-size: 12px;
}
.serviceGalleryGrid {
    gap: 5px;
}

.singleServiceSection h3 {
    font-size: 22px;
    margin-top: 0;
    padding-top: 10px;
}

section.serviceFormFill .base---cta {
    float: none;
    margin-top: 20px;
}

section.serviceFormFill ul li {
    font-size: 12px;
}

section.serviceFormFill ul {
    gap: 8px;
}

.serviceGalleryGrid {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    }
    
    .serviceGalleryGrid__div1 { grid-area: 1 / 1 / 2 / 2; }
    .serviceGalleryGrid__div2 { grid-area: 2 / 1 / 4 / 2; }
    .serviceGalleryGrid__div3 { grid-area: 4 / 1 / 5 / 2; }
    .serviceGalleryGrid__div4 { grid-area: 1 / 2 / 3 / 3; }
    .serviceGalleryGrid__div5 { grid-area: 3 / 2 / 5 / 3; }
    .serviceGalleryGrid__div6 { grid-area: 5 / 1 / 6 / 2; }
    .serviceGalleryGrid__div7 { grid-area: 5 / 2 / 6 / 3; }
    .serviceGalleryGrid__div8 { grid-area: 6 / 1 / 7 / 3; }

.testimonialSlider__items {
    padding: 16px;
}

.testimonial__icon svg {
    left: 10px;
    top: 20px;
    width: 30px;
}

.testimonialSlider__itemsText {
    padding-left: 35px;
    padding-bottom: 10px;
}

.innerPagesHolder .testimonialSlider__items p:not(.shopProducts__price) {
    font-size: 14px;
    line-height: 23px;
}
.testimonialSlider__items__Info {
    gap: 12px;
    padding-top: 10px;
}
.testimonialSlider__items__Info h4 {
    font-size: 18px;
}
.testimonialSlider__items__Info h4 span {
    font-size: 14px;
    margin-top: 2px;
}

.customPaddingSection-8{
    padding-top: 40px;
    padding-bottom: 40px;
}
.custom_Address_section {
    margin: 0 10px;
}
.gallery-filter>ul>li {
    margin-right: 5px !important;
    width: 47%;
}
}
.col-lg-4.servicePricingTable__col {
    padding: 0 12px;
}
.plist .row .col-sm-10{
    background-color: var(--blackColor)!important;
}
/* END MEMBERSHIP */

@media (min-width:767px) and (max-width: 1400px) {
    .team_card_back> p{
        font-size: 12px !important;
        line-height: normal!important;
    }
}
@media (min-width:767px) and (max-width: 991px) {
    .team_card_back> p{
        font-size: 10px !important;
        line-height: normal!important;
    }
}
@media (min-width: 767px) and (max-width: 1200px){
    .team_card {
        min-height: 375px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px){
    .servicePricingTable__block{
        min-height: 570px;
    }
}
@media(max-width:475px) {
    .gallery-filter>ul>li {
        width: 100%;
    }
}
.slide-thumbs .flex-viewport ul.slides.productThumbnails_new li {
    margin: 10px;
}
.productDisplayType button#part_search_button {
    border: 1px solid var(--baseBrandColor);
    right: 1px;
    width: fit-content;
    position: relative;
    color: var(--whiteColor) !important;
}
#ContactAddress .error, #ContactAddress label.error {
    color: red!important;
}
input#coupon_code {
    color: var(--colorDDD) !important;
    padding: 10px !important;
}
button#apply_coupon{
    margin-left: 5px!important;
}
body.checkout.shipping div.text-right, body.checkout div.text-right  {
    display: block !important;
}
iframe#firstpay-iframe {
    height: 240px !important;
}
.error {
    color: #f00 !important;
}
div#card_pay label.error {
    color: #f00 !important;
    margin-top: 8px;
} 
.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-red.jconfirm-type-animated .jconfirm-content div p{
    color: var(--blackColor);
}
.quantity .qty-field, .quantity .qty-control{
    color: var(--whiteColor)!important;
    background-color: var(--blackColor);
}
.custom_Address_icon span i {
    font-size: 25px;
    font-weight: 900;
}
.custom_Address_icon span i.fa.fa-phone,
.custom_Address_icon span i.fa.fa-map-marker{
    font-size: 30px;
}
/* SOCIAL MEDIA */
section.social-media{
    padding: 80px 0;
}
.cms-page-instagram-feed {
    overflow: hidden;
    margin-top: 30px;
}
.cms-page-instagram-feed .owl-carousel .owl-stage-outer {
    min-height: 490px;
    transition: height 0.3s ease-in-out;
}
.cms-page-instagram-feed .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cms-page-instagram-feed .cms-instagram-post {
    padding: 0 5px;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content {
    padding: 15px;
    background: #272727;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    border: 1px solid var(--colorDDD);
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cms-inta-caption {
    font-size: 14px;
    color: var(--colorDDD);
    margin-bottom: 15px;
    line-height: normal;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cms-insta-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cms-insta-username {
    margin: 0 0 5px;
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cms-insta-username::before {
    content: "-";
    display: inline-block;
    transform: scaleX(3);
    padding-right: 3px;
}
.cms-page-instagram-feed .cms-instagram-post .cms-insta-content .cmsinsta-image {
    width: 24px;
}
.cms-page-instagram-feed .cms-instagram-post::after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    opacity: 0;
}
.cms-page-instagram-feed .owl-nav .owl-prev {
    left: -50px;
}
.cms-page-instagram-feed .owl-nav .owl-next {
    right: -50px;
}
.cms-page-instagram-feed:hover .owl-nav .owl-prev {
    left: 30px;
}
.cms-page-instagram-feed:hover .owl-nav .owl-next {
    right: 30px;
}
.cms-page-instagram-feed .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease;
    background-color: var(--baseBrandColor) !important;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cms-page-instagram-feed .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease;
    background-color: var(--baseBrandColor) !important;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* SOCIAL MEDIA END*/


#testimonialSlider .owl-nav > div{
    width: 40px;
    height: 40px;
    background: var(--baseBrandColor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
    opacity: 0; 
    left: -50px;
    transition: 0.2s ease-in-out;
  }
  #testimonialSlider .owl-nav .owl-next{
     left: auto;
     right: -50px;
  }
  
  #testimonialSlider:hover .owl-nav .owl-prev,#testimonialSlider:hover .owl-nav .owl-next {
    opacity: 1;
 }
 #testimonialSlider:hover .owl-nav .owl-prev{
  left: 25px;
 }
 #testimonialSlider:hover .owl-nav .owl-next {
  right: 25px;
 }
 
  #testimonialSlider.owl-carousel .owl-stage-outer {
    height: auto !important;
  }
  #testimonialSlider.owl-carousel .owl-item {
    transition: height 0.3s ease-in-out;
  }

   /* New V2 Css */

  body {
    line-height: normal;
    font-family: var(--bodyFontFamily);
    color: var(--whiteColor) !important;
}

h1,
h2,
h3,
h4,
h5,
h4,
h6 {
    font-family: var(--headingFontFamily);
}

p{
    font-family: var(--bodyFontFamily);
}

b, strong{
    font-family: var(--bodyFontFamily);
}
a:focus, a:hover{
    color: var(--secondaryBrandColor);
}
div#warningtext a{
    color: var(--baseBrandColor);
}
section.brandLogos,
section.instagramFeed{
    margin-top: 0px !important;
}
.form-control:focus{
    border-color: var(--baseBrandColor) !important;
}
input[type="radio"], input[type="checkbox"]{
    accent-color: inherit;
}
/* Base style*/
.topBar{
    background: var(--topBackgroundColor, var(--blackColor18));
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.topBar .row > div,
.header-top.primary .row > div{
    padding: 0 12px;
}
.header-top.primary .blog-search .search-sub{
    width: 161px;
    min-width: 161px;
    justify-content: center;
    min-height: 55px;
}
.navSearch .blog-search .search-sub{
    background-color: var(--baseBrandColor) !important;
}
.blog-search .search-sub{
    padding: 17px 25px;
    font-size: 16px;
    background-color: var(--baseBrandColor);
    font-family: var(--headingFontFamily);
}
.header-top.primary .fa-search:before{
    font-family: var(--headingFontFamily);
    color: var(--whiteColor);
}
.header-top.primary .fa-search:after{
    left: 8px;
}
.header-top.primary .blog-search .search-input{
    background: var(--blackColor333) !important;
    border-color: #555 !important;
    color: var(--whiteColor);
    border: none !important;
    font-family: var(--bodyFontFamily);
}
.header-top.primary .blog-search .search-input::placeholder,
.header-top.primary .blog-search .search-input::-webkit-input-placeholder{
    color: var(--colorDDD);
}
.quick-contact a, .top-nav.type2>ul>li>a{
    font-family: var(--bodyFontFamily);
}
.sbHolder .sbOptions,
.ms-options-wrap .ms-options ul {
    scrollbar-color: var(--baseBrandColor) var(--blackColor);
    scrollbar-width: thin;
    background: var(--blackColor) !important;
}
.pdDesc, .product_list_widget .variation,
.product_list_widget .pdDesc .quantity,
.cartWidgetInner .total{
    font-family: var(--bodyFontFamily);
}
.top-nav.dropdown ul.submenu li a,
.top-nav.dropdown li span{
    font-family: var(--bodyFontFamily);
}
#head .navbar-default .navbar-nav>li>a{
    color: var(--whiteColor);
    font-family: var(--headingFontFamily);
    border-top: 2px solid transparent; /* maintains height */
    transition: border-color 0.3s ease;
}
#head .navbar-default .navbar-nav>li>a.current-active,
#head .navbar-default .navbar-nav>li>a.hover{
    /* border-top: 2px solid var(--baseBrandColor) !important; */
    border-top-color: var(--secondaryBrandColor) !important;
    color: var(--secondaryBrandColor) !important;
}
#head .navbar-default .navbar-nav>li>a:hover,
#head .navbar-default .navbar-nav>li>a:focus{
    /* border-top: 2px solid var(--baseBrandColor); */
    border-top-color: var(--secondaryBrandColor);
    color: var(--secondaryBrandColor) !important;
}
.navbar-nav ul.sm-nowrap > li > a{
    font-family: var(--headingFontFamily);
    font-size: 18px;    
    color: var(--whiteColor);
    text-transform: uppercase;
}
div#slider .control-one .owl-nav > div{
    height: 34px !important;
    width: 34px !important;
}
.bannerText h6{
    font-family: var(--headingFontFamily);
}
.bannerText h1{
    font-family: var(--headingFontFamily);
    font-size: 50px;    
    color: var(--whiteColor);
}
.bannerText p{
    font-family: var(--bodyFontFamily);
    color: var(--colorDDD);
}
.bannerText a{
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
    font-family: var(--headingFontFamily);
    font-size: 16px;
    font-weight: var(--headingfontWeight);    
    color: var(--whiteColor);
    padding: 20px 35px;
}
.bannerText a .fa-angle-double-right:before{
    line-height: 16px;
    top: 2px;
    position: relative;
}
.mainBanner__marquee ul li{
    font-family: var(--headingFontFamily);
}
.mainBanner__marquee ul li a{
    font-family: var(--headingFontFamily);
    border: 1px solid var(--baseBrandColor);
    background: var(--baseBrandColor);
}
.mainBanner__marqueeInner .fa-angle-double-right:before{
    line-height: 16px;
    font-size: 22px !important;
    top: -1px;
}
div#slider .mainBanner__marquee ul li{
    font-family: var(--bodyFontFamily) !important;
    font-size: 20px;
    color: var(--whiteColor);
}
div#slider .mainBanner__marquee ul li a{
    font-family: var(--headingFontFamily) !important;
    font-weight: var(--headingfontWeight);    
    padding: 12px 24px;
    border: 1px solid var(--baseBrandColor);
    background: var(--baseBrandColor);
}
div#slider .mainBanner__marqueeInner .fa-angle-double-right:before{
    line-height: 16px;
    font-size: 22px !important;
    top: -1px;
}
.mainBanner__marquee ul li a:hover{
    background: var(--whiteColor)!important;
    color: var(--secondaryBrandColor);
    border-color: var(--secondaryBrandColor);
}
.innerPage_marquee .mainBanner__marquee ul li a{
    font-size: 14px;
    font-weight: var(--headingfontWeight);
}
.home-featured-products div#homeshop .section-head h2{
    display: inline-flex;
}
div#homeshop h2,
.popular-hding h2,
div#homeshop h2,
.home-featured-products .section-head h3{
    font-family: var(--headingFontFamily);
    font-size: 40px;
    color: var(--whiteColor);
    margin: 0;
}
#home section.product-wrapper.productsGroup-home.Home-ProGroups .section-head{
    background-image: url(https://s3-us-west-2.amazonaws.com/imgorchidpos/storefront/519/White_bullet.png)!important;
}
#inTitle{
    font-size: 18px;
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
    font-family: var(--headingFontFamily) !important;
    color:  var(--whiteColor) !important;
    letter-spacing: normal;
}
#inTitle:hover{
    color: var(--secondaryBrandColor) !important;
    border: 1px solid var(--secondaryBrandColor);
    background: var(--whiteColor);
}
#shopByCategories__owlCarousel .owl-nav > div{
    background: var(--baseBrandColor);
}
#shopByCategories__owlCarousel .owl-nav > div:hover{
    background: var(--whiteColor);
    border: 1px solid var(--secondaryBrandColor);
}
#shopByCategories__owlCarousel .owl-nav > div:hover path {
    fill: var(--secondaryBrandColor);
}

.aboutUs__images img{
    object-fit: cover;
}
.aboutUs{
    padding: 140px 0;
}
.aboutUs .row > div{
    padding: 0 12px;
}
.sectionSubHeadings{
    font-family: var(--subheadingFontFamily);
    color: var(--secondaryBrandColor);
    font-weight: var(--subheadingfontWeight) !important;
}
.sectionHeading{
    font-family: var(--headingFontFamily);
    font-size: 40px;
    color: var(--whiteColor);
}
.aboutUs p{
    font-family: var(--bodyFontFamily);
}
section.CMS-Pages.aboutUs.Double-img {
    padding-bottom: 0;
    padding-top: 80px;
}

.base---cta{
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
    font-family: var(--headingFontFamily);
    font-size: 16px;
    color: var(--whiteColor);
    padding: 18px 40px;
}
.base---cta.disable--cta, .base---cta:hover, .customInputButton:hover{
    background: none;
    color: var(--secondaryBrandColor);
    background: var(--whiteColor);
    border: 1px solid var(--secondaryBrandColor);
}
.fa-angle-double-right:before{
    line-height: 16px;
    top: 1px;
    position: relative;
}
.home-featured-products div#homeshop .section-head h2{
    font-family: var(--headingFontFamily);
    font-size: 36px;
}
#home #first_feature_product .productBorder:hover::before,
#home #first_feature_product .productBorder:hover::after,
body.productDetailsPage #filtered_products .productBorder:hover::after,
body.productDetailsPage #filtered_products .productBorder:hover::before{
    border-color: var(--baseBrandColor);
}
#home #first_feature_product .productBorder{
    margin-bottom: 30px;
}
ul.page-numbers li span.current,
ul.page-numbers li a:hover,
ul.page-numbers li .current,
ul.page-numbers li .current:hover{
    border: 1px solid var(--baseBrandColor);
    background: var(--baseBrandColor);
    color: var(--whiteColor) !important;
}
.classesEvents__img{
    padding: 0;
}
.classesEvents__text p{
    font-family: var(--bodyFontFamily);
}
.classesEvents__listText h3{
    font-family: var(--headingFontFamily);
    color: var(--secondaryBrandColor);
    font-size: 22px;
    text-transform: capitalize;
}
.classesEvents__listText p{
    font-family: var(--bodyFontFamily);
}
/* Base style end */

/* swap header logo */
.header-top.primary .navSearch{
    order: 1;
    width: 33.3333%;
}
.header-top.primary .logoCol{
    order: 2;
    width: 33.3333%;    
}
.header-top.primary .topRight{
    order: 3;
    width: 33.3333%;
}
.header-top.primary .navSearch .blog-search{
    display: flex;
    flex-direction: row-reverse;
}
.header-top.primary .blog-search .search-sub,
.header-top.primary .blog-search .search-input,
.header-top.primary .navSearch .blog-search{
    position: unset;
}
.header-top.primary .logoCol a.hederLogo{
    display: block;
    text-align: center;
    width: auto;
    max-width: 100%;
}
.header-top.primary .logoCol .hederLogo img{
    max-width: 100%;
}
.header-top.primary{
    padding: 25px 0;
}
/* swap header logo */
.header-top.primary .container{
    max-width: 100% !important;
}
.topBar .container{
    width: 100%;
}
span#fb_view_all{
    font-weight: var(--headingfontWeight);
    color: var(--whiteColor);
    font-family: var(--bodyFontFamily);
}
.gallery-filter.dark li a, .filter-cat li a{
    color: var(--colorDDD);
    font-family: var(--bodyFontFamily);
    font-weight: var(--headingfontWeight);
}
.gallery-filter.dark li a:hover,
.gallery-filter.dark li a.active,
.filter-cat li a:hover,
.filter-cat li a.active{
    border-radius: 6px;
    background: var(--baseBrandColor);
    color: var(--whiteColor) !important;
}
section.brandLogos{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.newslettertittle p{
    font-family: var(--headingFontFamily) !important;
    font-size: 26px !important;
    line-height: 36px !important;
}
.newslettertext p{
    font-family: var(--bodyFontFamily) !important;
}
.FooterNewsLetter.newsletter.innerNewsletter .newsletter input[type="text"]{
    font-family: var(--bodyFontFamily);
}
.FooterNewsLetter input#newsletter_submit{    
    background-color: var(--baseBrandColor) !important;
    border: 1px solid var(--baseBrandColor);
    color: var(--whiteColor) !important;
    font-family: var(--bodyFontFamily);
}
.FooterNewsLetter input#newsletter_submit:hover{
    background: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
    border: 1px solid var(--secondaryBrandColor);
}
.footerSocialIcons ul a{
    border: 1px solid var(--baseBrandColor);
}
.footerSocialIcons ul a:hover{
    background: var(--baseBrandColor);
}
body .footer-item h4, .footer-item h3{
    font-family: var(--headingFontFamily);
}
.footerLinkBlock ul li a{
    font-family: var(--bodyFontFamily);
    color: var(--footerTextColor, var(--whiteColor));
}
.footerLinkBlock ul li{
    font-family: var(--bodyFontFamily);
}
.footerCopyRight p,
.footerCopyRight li,
.footerCopyRight a{
    font-family: var(--bodyFontFamily);
}
.footerSocialIcons ul{
    display: flex;
}
ul.ftr-btm-ul li{
    margin: 0;
}
.frontinfo .mainshopthumb a,
#home #first_feature_product .productBorderHover h4{
    font-family: var(--headingFontFamily);    
    font-weight: var(--headingfontWeight);
}
.frontinfo .mainshopthumb{
    margin-top: 32px;
}
#filtered_products .frontinfo h5.manuf, h5.manuf{
    font-family: var(--bodyFontFamily);
    font-size: 18px;
    font-weight: var(--subheadingfontWeight) !important;
}
#home .frontinfo .amount{
    font-family: var(--headingFontFamily);
    font-size: 18px;
}
.shop-bc.bc_type{
    display: none;
}
.row.content-grid,
.product-groups .top-wrapper.product-page,
.productDetailsPage section.top-wrapper > .container > .row.content-grid{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.TopCMSContainer > .row.content-grid,
.mfp-content .top-wrapper .container > .row.content-grid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.cart #content.row.content-grid{
    padding-bottom: 0px !important;
}
.profile-container, .manage-address-container, .waiver .user_container{
    padding-bottom: 0px;
}
.inner_page_banner::before{
    backdrop-filter: blur(1px);
}
.inner_page_banner{
    padding: 15vh 0px;
}
.teamPageblock{
    background-color: var(--blackColor18);
}
section.CMS-Pages.teamPageblock .row:hover::after,
section.CMS-Pages.teamPageblock .row:hover::before{
    border-color: var(--baseBrandColor);
}
.CMS-Pages.teamPageblock .row > div,
.membership_benefits .row > div{
    padding: 0 12px;
}
.sectionBgBrand .row.servicePricingContent {
    display: flex;
    flex-wrap: wrap;
}
.servicePricingTable__block{
    border: 1px solid var(--baseBrandColor);
    min-height: auto;
}
.servicePricingTable__block h3{
    background: var(--baseBrandColor);
    text-transform: capitalize;
}
.servicePricingTable__block h4{
    color: var(--whiteColor);
    font-family: var(--bodyFontFamily);
}
.fa-arrow-circle-o-right:before{
    font-size: 18px;
}
.faq-sec{
    background: none;
}
.asked-content .panel{
    border-radius: 0;
}
.asked-content a{
    font-family: var(--headingFontFamily);
    padding: 16px 20px;
    background-color: #2e2e2e;
    color: var(--whiteColor) !important;
    padding-right: 50px;
    text-transform: capitalize;
}
.asked-content a[aria-expanded="true"]{
    background-color: #2e2e2e;
}
.asked-content a::after{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 20px;
    transition: transform 0.2s ease-in-out;
    filter: invert(1) brightness(100);
}
.asked-content a[aria-expanded="true"]::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: rotate(-180deg) translateY(50%);
    filter: invert(1);
}
.asked-content .panel-default .collapse .panel-body{
    border: 0px;
}
.asked-content .panel-default .panel-body{
    padding: 16px 25px;
    font-family: var(--bodyFontFamily);
    color: var(--blackColor18);
    background-color: var(--whiteColor);
}
.asked-content .panel-default .panel-body p{
    color: var(--blackColor18) !important;
    margin-bottom: 16px;
}
.faq-container.faq-section-one #accordion{
    margin-bottom: 0;
}
.faq-container.faq-section-two{
    margin-top: 48px;
}
.asked-content .panel-default .panel-body ol{
    list-style-type: decimal;
    line-height: 30px;
    padding-left: 32px;
}
.asked-content .panel-default .panel-body ul{
    list-style-type: disc;
    line-height: 30px;
    padding-left: 32px;
    margin-bottom: 16px;
}
.asked-content .panel-default .panel-body li{
    padding: 0 !important;
    line-height: 30px !important;
    color: var(--whiteColor);
}
.asked-content .panel-default .panel-body a{
    font-family: inherit;
    padding: initial !important;
    background-color: transparent;
    font-size: inherit;
    display: initial;
}
.asked-content .panel-default .panel-body a::after{
    display: none;
}
.asked-content .panel-default .panel-body strong{
    color: var(--blackColor);
}
.team_section .row.team_row{
    display: flex;
    flex-wrap: wrap;
}
.CMS-pages-content img.mb-5{
    margin-bottom: 48px;
}
blockquote.blockquote{
    border-left: 5px solid var(--baseBrandColor);
}
.Event-Center .CMS-pages-content p,
.About-last-para .CMS-pages-content p,
.team_section .teamPageblock.Personal-details p{
    font-family: var(--bodyFontFamily);
}
.about_steps .about_tab .nav-item.active .nav-link,
body.dark .about_tab .nav-item .nav-link.active,
body.dark .about_tab .nav-item .nav-link:hover{
    background-color: var(--blackColor333);
}
.about_tab .nav-item .nav-link.active,
.about_tab .nav-item .nav-link:hover{
    border-color: var(--blackColor333);
    background-color: var(--blackColor333);
}
.about_steps .about_tab .nav-item.active .nav-link svg,
.about_tab .nav-item .nav-link:hover svg{
    fill: var(--whiteColor);
}
.about_steps .about_tab .nav-item.active .nav-link::after,
body.dark .about_tab ul li.nav-item a.nav-link.active::after,
body.dark .about_tab ul li.nav-item a.nav-link:hover::after,
body.dark .about_tab ul li.nav-item.active{
    background: var(--baseBrandColor);
}
.about_steps .about_tab .nav-item.active .nav-link::before,
.about_tab .nav-item .nav-link.active::before,
.about_tab .nav-item .nav-link:hover::before{
    color: var(--baseBrandColor);
}
.about_steps .about_tab .nav-item.active .nav-link::after,
.about_tab ul li.nav-item a.nav-link.active::after,
.about_tab ul li.nav-item a.nav-link:hover::after{
    background: var(--baseBrandColor);
}
.about_steps .tab-pane h3{
    font-family: var(--headingFontFamily) !important;
    font-weight: var(--subheadingfontWeight) !important;
}
.team_card_back> p{
    line-height: 27px; 
}
section.contact_us_Form_section{
    background: var(--blackColor);
}
.dive_widgets input:not(.conForm .dive_widgets input),
.dive_widgets textarea:not(.conForm .dive_widgets textarea){
    border: 1px solid #555;
    background: var(--blackColor333);    
    color: var(--whiteColor);
}
.dive_widgets input:not(.conForm .dive_widgets input)::placeholder,
.dive_widgets input:not(.conForm .dive_widgets input)::-webkit-input-placeholder,
.dive_widgets textarea:not(.conForm .dive_widgets textarea)::placeholder,
.dive_widgets textarea:not(.conForm .dive_widgets textarea)::-webkit-input-placeholder{
    color: #bbbbbb;
}
.Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
    border: 1px solid var(--baseBrandColor);
    background: var(--baseBrandColor);
    font-family: var(--headingFontFamily) !important;
    font-size: 16px;
    padding: 18px 30px;
    color: var(--whiteColor);
    width: auto !important;
    display: inline-block;
    text-transform: uppercase;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
    white-space: nowrap;
    position: unset;
}
.Contact_form .dive_widgets button:not(.conForm .dive_widgets button)::after{
    font-size: 22px;
    font-weight: var(--subheadingfontWeight);    
    line-height: 16px;
    position: relative;
    top: 1px;
}
.Contact_form .form{
    margin-bottom: 0;
}
.dive_widgets button:hover:not(.conForm .dive_widgets button:hover){
    color: var(--secondaryBrandColor);
    border: 1px solid var(--secondaryBrandColor);
}
.custom_Address_icon span{
    border: 1px solid var(--baseBrandColor);
    color: var(--baseBrandColor);
}
.custom_Address_Box h4{
    font-size: 24px;
    text-transform: capitalize;
}
section.CMS-Pages.custom_Address_section{
    padding: 0;
}
section.CMS-Pages.custom_Address_section .row{
    display: flex;
    flex-wrap: wrap;
}
div#secondary.widget-area .widget h3{
    color: var(--whiteColor);
    font-family: var(--headingFontFamily)
}
ul.product-categories > li > b{
    color: var(--whiteColor) !important;
    font-size: 15px;
    font-family: var(--headingFontFamily);
}
.product-categories li a{
    font-family: var(--bodyFontFamily);
}
.product-categories li a:hover{
    color: var(--baseBrandColor) !important;
}
label.widget-title{
    font-family: var(--bodyFontFamily);
    font-size: 18px;
}
.products-product-categories .productSorting .sbHolder .sbSelector,
.products-product-categories .productLimiter .sbHolder .sbSelector,
.ms-options-wrap > button:focus,
.ms-options-wrap > button,
section.top-wrapper.product-page .productSorting .sbHolder .sbSelector,
section.top-wrapper.product-page .productLimiter .sbHolder .sbSelector,
select#selectFirearmCaliber, select#selectFirearmModel, .sbSelector,
.ms-options-wrap > button{
    color: var(--whiteColor) !important;
    font-family: var(--headingFontFamily) !important;
    font-size: 15px !important;
}
.productSorting li a,
.productLimiter li a{
    font-family: var(--bodyFontFamily);
}
.price-slider-amount a.btn.btn-ash-border.pull-right,
a.btn.btn-ash-border.pull-right{
    border: 1px solid var(--baseBrandColor) !important;
    color: var(--whiteColor) !important;
    font-family: var(--headingFontFamily);
    font-size: 13px;
}
.price-slider-amount a.btn.btn-ash-border.pull-right:hover,
a.btn.btn-ash-border.pull-right:hover,.save_personalInfo:hover,
.save_personalInfo:focus,
.save_personalInfo:active,
.save_changepassword:hover,
.save_changepassword:focus,
.save_changepassword:active,
.close_btn:hover,
.close_btn:focus,
.close_btn:active,
.save_btn:hover,
.save_btn:focus,
.save_btn:active{
    background-color: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
}
.productDisplayType button#part_search_button{
    padding: 11px 15px !important;
    height: 40px;
}
#filtered_products .option2-layout .frontinfo h5{    
    font-family: var(--bodyFontFamily);
    font-size: 18px !important;
}
#filtered_products .amount,
.product-value .current-price{
    font-family: var(--headingFontFamily);
    font-size: 18px;
    color: var(--whiteColor) !important;
}
#filtered_products .productBorder:hover::after,
#filtered_products .productBorder:hover::before{
    border-color: var(--baseBrandColor);
}
#filtered_products .productBorder:hover::after,
#filtered_products .productBorder:hover::before{
    border-color: var(--baseBrandColor);
}
.product-_-summary > .product-value .current-price{
    font-family: var(--headingFontFamily);
    font-weight: var(--subheadingfontWeight);
    font-size: 28px;
}
#storeDefaultBtn, .top-nav.dropdown ul.product_list_widget > li.buttons > a,
.college-slide .slide-item .bsns-btn a,
.newsletter input[type="submit"], .btn-gold,
.contact-form .message-sub, .product-_-summary .btn-set .btn,
.btn.btn-warning, .btn.btn-default,.submit-btn{
    border: 1px solid var(--baseBrandColor) !important;
    background-color: var(--baseBrandColor) !important;
    color: var(--whiteColor) !important;
    font-family: var(--headingFontFamily);
    font-size: 13px;
}
#storeDefaultBtn:hover, .bannerText a:hover,
.top-nav.dropdown ul.product_list_widget > li.buttons > a:hover,
.top-nav.dropdown ul.product_list_widget > li.buttons > a:hover,
.college-slide .slide-item .bsns-btn a:hover,
.newsletter input[type="submit"]:hover,
.btn-gold:hover, .contact-form .message-sub,
.product-_-summary .btn-set .btn:hover,
.btn.btn-warning:hover, .btn.btn-default:hover,.submit-btn:hover,
.footer__newsletter button:hover,
#FnewsLetter input#newsletter_submit:hover, .product-_-summary .btn-set .btn:hover, div#abovetext .btn.btn-warning:hover span{
    background: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
    border-color: var(--secondaryBrandColor) !important;
}
.product_meta > span{
    font-family: var(--bodyFontFamily);
    font-weight: var(--subheadingfontWeight);
}
span.sku{
    font-family: var(--bodyFontFamily);
}
.proDetails .panel-default>.panel-heading h2,
.proDetails .panel-default>.panel-heading h1{
    font-family: var(--headingFontFamily);
    font-size: 36px;
}
.product-valuep{
    font-family: var(--headingFontFamily);
    font-size: 28px;
    font-weight: var(--subheadingfontWeight);
}
.product-_-summary p:not(.mfp-content .product-_-summary p),
.product-_-summary p:not(.mfp-content .product-_-summary p) b{
    font-family: var(--bodyFontFamily);
    color: var(--whiteColor) !important;
}
.product-_-summary span.stock_label_success:not(.mfp-content .product-_-summary span.stock_label_success){
    color: var(--colorDDD) !important;
    font-weight: var(--bodyfontWeight);
}
.overview-tab li a{
    font-family: var(--bodyFontFamily);
}
.overview-tab li.active a{
    font-family: var(--bodyFontFamily) !important;
}
section.featured .lead{
    font-family: var(--headingFontFamily);
    font-size: 36px;
    padding-left: 15px;
}
table.table.table-cart th{
    font-family: var(--headingFontFamily);
    font-size: 18px;
}
table.table.table-cart a{
    color: var(--secondaryBrandColor) !important;
    font-family: var(--headingFontFamily);
}
.col-md-12.con-cart table.table.table-cart td p{
    font-size: 14px;
    font-family: var(--headingFontFamily);
}
table.table.table-cart input,
.btn-remove-cart{
    font-family: var(--bodyFontFamily);
}
td.cart_price, td.sub-total.text-right{
    font-family: var(--bodyFontFamily);
    font-size: 18px;
}
button.btn.btn-warning.btn-lg,
button.btn.btn-success.btn-bg.pull-right.return_to_cart,
button.btn.btn-success.btn-lg.btn_place_order,
#content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay,
a#shipping_ahref,
button#gc_apply,
button#btnSubmitPay,
button#apply_coupon,
.btn_place_order,
.proceed_pay,
.return_to_cart,
#shipping_ahref,
button#btnSubmitPay,
.wrap.pull-right a > button,
.btn-ash-border,a.btn.btn-default{
    background: var(--baseBrandColor) !important;
    border: 1px solid var(--baseBrandColor) !important;
    font-family: var(--headingFontFamily);
    font-size: 16px;
    color: var(--whiteColor) !important;
    font-weight: var(--headingfontWeight);
}
.login_form button.btn.login_form_btn{
    background: var(--baseBrandColor) !important;
    border: 1px solid var(--baseBrandColor) !important;
    font-family: var(--headingFontFamily);
    font-size: 16px;
    color: var(--whiteColor) !important;
    font-weight: var(--headingfontWeight);
    border-radius: 0;
    padding: 11px 20px;
}
.login_form button.btn.login_form_btn:hover{
    background: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
    border-color: var(--secondaryBrandColor) !important;
}
button.btn.btn-warning.btn-lg:hover,
button.btn.btn-success.btn-bg.pull-right.return_to_cart:hover,
button.btn.btn-success.btn-lg.btn_place_order:hover,
#content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay:hover,
a#shipping_ahref:hover,
button#gc_apply:hover,
button#btnSubmitPay:hover,
button#apply_coupon:hover,
.btn_place_order:hover, .proceed_pay:hover,
.return_to_cart:hover, #shipping_ahref:hover,
button#btnSubmitPay:hover, .wrap.pull-right a > button:hover,
.btn-ash-border:hover{
    background: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
    border-color: var(--secondaryBrandColor) !important;
}
button.btn.btn-warning.btn-lg:hover,
button.btn.btn-success.btn-lg.btn_place_order:hover,
button.btn.btn-success.btn-bg.pull-right.return_to_cart:hover,
#content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay:hover,
a#shipping_ahref:hover,
button#gc_apply:hover,
button#btnSubmitPay:hover,
button#apply_coupon:hover{
    background: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
    border-color: var(--secondaryBrandColor) !important;
}
.checkout #apply_coupon:hover{
    background: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
    border-color: var(--secondaryBrandColor) !important;
}
.row.con-customer-info .panel-heading > h3,
.row.con-customer-info h4.pb10,
.panel.panel-default.costSummary h4{
    font-family: var(--headingFontFamily);
}
.checkout .panel-footer{
    border-color: var(--baseBrandColor) !important;
}
#go-top{
    color: var(--whiteColor) !important;
    background: var(--baseBrandColor) !important;
}
body.blog.shores-of-the-cosmic-ocean .blog-section article{
    align-items: center;
}
.blog-section article div.caption .blog-title{
    color: var(--whiteColor) !important;
    text-transform: capitalize;
}
.blog-section article div.caption .info .author{
    display: none;
}
.blog-section article div.caption .date{
    font-family: var(--headingFontFamily);
    font-weight: var(--subheadingfontWeight);
}
.blog-section article div.caption .description{
    font-family: var(--bodyFontFamily);
}
.blog-section article div.caption .description .readmore{
    background: var(--baseBrandColor);
    border: 1px solid var(--baseBrandColor);
    font-family: var(--headingFontFamily);
}
.blog-section article div.caption .description .readmore:hover{
    color: var(--secondaryBrandColor);
    border-color: var(--secondaryBrandColor);
}
.blog-section article{
    align-items: center;
}
body.event .blog-section article{
    align-items: stretch;
}
body.event .blog-section article div.caption{
    padding: 24px;
}
body.event .blog-section article div.caption .blog-title{
    margin-bottom: 8px;
}
body.event .blog-section article div.caption .date{
    font-family: var(--bodyFontFamily);
    color: var(--whiteColor);
}
.footerLinkBlock ul li a::before{
    top: 43%;
    transform: translateY(-50%);
}
section.top-wrapper.product-page .col-xs-12.col-sm-8.col-md-9.all-products .productDisplayType .productSorting a.sbSelector,
.col-xs-12.col-sm-8.col-md-9.product_group_content .productDisplayType .productSorting a.sbSelector,
.productLimiter.clear .sbHolder a.sbSelector,
section.top-wrapper.product-page .all-products .productLimiter .sbHolder .sbSelector{
    font-family: var(--bodyFontFamily) !important;
    font-weight: var(--subheadingfontWeight) !important;
}
.productDisplayType button#part_search_button{
    border: 1px solid var(--baseBrandColor);
    background: var(--baseBrandColor) !important;
}
.productDisplayType nav.productViewToggle i{
    color: var(--baseBrandColor) !important;
}
.cartWidgetInner .buttons>a,
.price-slider-amount a.btn.btn-ash-border{
    font-family: var(--headingFontFamily);
}
.cartWidgetInner .buttons>a:hover,
.price-slider-amount a.btn.btn-ash-border:hover,
.sidebar .newsletter input[type="submit"]:hover{
    background: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
}
.slider{
    background-color: var(--blackColor) !important;
    border: 1px solid var(--baseBrandColor);
}
.calendar .btn.btn-active{
    background-color: var(--baseBrandColor) !important;
    color: var(--whiteColor) !important;
}
body#aboutus.calendar .fc-state-default{
    background: var(--baseBrandColor) !important;
}
.Contact_form .form.widelabel > form .simple_security input {
    width: 97%;
}
.pb10 + .panel.panel-default, .ps-switch + .panel.panel-default{
    background: var(--baseBrandColor) !important;
}
div#chooseLocationdiv,
div#chooseLocationdivafter,
.search_location_button{
    color: var(--baseBrandColor) !important;
    background: var(--whiteColor) !important;
    border-color: var(--baseBrandColor) !important;
}
.panel.panel-default.costSummary + .panel.panel-default .btn-primary,
.map_search_button,
.wrap-map-inside{
    background: var(--baseBrandColor) !important;
}
.map_search input[type=text]{
    padding: 7px !important;
}
p#shipstation_preloader_content{
    color: var(--secondaryBrandColor) !important;
}
#shipping_ahref{
    border-radius: 0;
}
.fc-unthemed .fc-today{
    background: #ffffff38 !important;
}
.user_menu_highlights,
.edit_info,
#modal_title,
.add_card{
    color: var(--secondaryBrandColor) !important;
}
.save_personalInfo,
.save_changepassword,
.close_btn,
.save_btn,
button#check_gc_balance{
    background-color: var(--baseBrandColor) !important;
    border: 1px solid var(--baseBrandColor);
}
.save_personalInfo:hover,
.save_changepassword:hover,
.close_btn:hover, .save_btn:hover{
    color: var(--secondaryBrandColor) !important;
     border: 1px solid var(--secondaryBrandColor);
}
.save_personalInfo:focus,
.save_changepassword:focus,
.close_btn:focus,
.save_btn:focus{
    color: var(--secondaryBrandColor) !important;
    background-color: var(--whiteColor) !important;
}
button#check_gc_balance:hover{
    background-color: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
}
.profile-container .user_container .user_rightside_container .user_row h2,
.user_container h2,
.user_container .h2{
    font-family: var(--headingFontFamily);
}
body.profile label{
    font-family: var(--bodyFontFamily);
}
.user_links{
    font-weight: var(--bodyfontWeight) !important;
}
.user_hello_info .user_text2{
    font-weight: var(--bodyfontWeight) !important;
}
#modal_title{
    font-family: var(--headingFontFamily);
}
#ContactAddress label{
    font-weight: var(--bodyfontWeight);
}
body.manage_address.modal-open #default_flag{
    margin-top: 2px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-family: var(--headingFontFamily);
    font-weight: var(--headingfontWeight) !important;
}
.gallery-filter.dark.featured_products{
    margin-bottom: 45px !important;
}
.policy_page .privacy_inner_section_m_top .sectionHeading {
    font-size: 24px;
}
.policy_page ol, .policy_page ul {
    list-style: disc;
    padding-left: 32px;
}
.policy_page ul li, .policy_page ol li {
    margin-bottom: 15px !important;
    color: var(--colorDDD);
}
.policy_page a {
    color: var(--baseBrandColor);
}
.navbar-nav.sm-collapsible .caret:before{
    font-size: 16px;
    color: var(--whiteColor);
}
.custom_Address_Box p, .custom_Address_Box a{
    word-break: break-all;
}
.cart .row.pd-0-0-15 > .wrap.pull-right.pd-10{
    background: var(--blackColor333);
    border: 1px solid #555;
    padding: 20px;
}
.cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 table{
    margin: 0;
}
.cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 table td{
    padding: 0;
}
.cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 td h3{
    margin: 0;
    font-size: 18px;
    padding-right: 0;
}
.cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 td h3 b{
    font-family: var(--headingFontFamily);
    font-size: 18px;
}
.cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 td:first-child h3{
    margin-right: 40px;
}
.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:active,
.Contact_form .dive_widgets input:-webkit-autofill,
.Contact_form .dive_widgets input:-webkit-autofill:hover,
.Contact_form .dive_widgets input:-webkit-autofill:focus,
.Contact_form .dive_widgets input:-webkit-autofill:active,
.pb10 + .panel.panel-default input:-webkit-autofill,
.pb10 + .panel.panel-default input:-webkit-autofill:hover,
.pb10 + .panel.panel-default input:-webkit-autofill:focus,
.pb10 + .panel.panel-default input:-webkit-autofill:active,
.FooterNewsLetter.newsletter.innerNewsletter .newsletter input:-webkit-autofill,
.FooterNewsLetter.newsletter.innerNewsletter .newsletter input:-webkit-autofill:hover,
.FooterNewsLetter.newsletter.innerNewsletter .newsletter input:-webkit-autofill:focus,
.FooterNewsLetter.newsletter.innerNewsletter .newsletter input:-webkit-autofill:active,
.row.con-customer-info input:-webkit-autofill,
.row.con-customer-info input:-webkit-autofill:hover,
.row.con-customer-info input:-webkit-autofill:focus,
.row.con-customer-info input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 1000px var(--blackColor333) inset !important;
    -webkit-text-fill-color: var(--whiteColor) !important;
    transition: background-color 5000s ease-in-out 0s;
}
#address_modal input.form-control:-webkit-autofill,
#address_modal input.form-control:-webkit-autofill:hover,
#address_modal input.form-control:-webkit-autofill:focus,
#address_modal input.form-control:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 1000px var(--whiteColor) inset !important;
    -webkit-text-fill-color: var(--blackColor) !important;
    transition: background-color 5000s ease-in-out 0s;
}
#address_modal .form-control, span.bogo-discount{
    color: var(--blackColor) !important;
}
.servicePricingTable__block a.base---cta:focus{
    color: var(--baseBrandColor);
    background: none;
}
.addrtess_type{
    color:var(--baseBrandColor);
}
.row.content-grid .login-page, .row.content-grid .login_form {
    max-width: 550px;
}
.row.content-grid .login-page,
.row.content-grid .login_form {
    margin-top: 0;
    margin-bottom: 0;
}
body.create_account .login-form,
body.forget_password .login-form{
    margin-top: 30px;
}
.login_form h3{
    font-size: 36px;
}
form.login-form .input>label{
    font-size: 16px;
    /* line-height: 30px; */
    font-weight: var(--bodyfontWeight);

}
.login-form .email:before,
.login-form .password:before,
.login-form .input:before{
    top: 27px !important;
}
.sbHolder .sbToggle:after{
    border-top-color: var(--whiteColor);
}
.product-cat-widget-select .mobile-select-option{
    font-family: var(--headingFontFamily);
    color: var(--whiteColor) !important;
    background: var(--blackColor) !important;
    padding: 12px 10px;
    border-radius: 0px;
    font-weight: var(--headingfontWeight);
    line-height: 26px;
}
.product-cat-widget-select .mobile-select-option .caret{
    border-top: 6px solid var(--whiteColor);
}
.well.con-order-status b
{
    
    font-family: var(--headingFontFamily);
}
.well.con-order-status p {
        margin-top: 10px;
    font-family: var(--bodyFontFamily);
    text-transform: capitalize;
}
.well.con-order-status a.btn.btn-default:hover{
    background: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
}
.gc_captcha.simple_security .creload:hover{
    color: var(--secondaryBrandColor) !important;
}
.gc_captcha.simple_security .btn-primary.btn-bg{
    font-family: var(--headingFontFamily);
    background: var(--baseBrandColor) !important;
    color: var(--whiteColor);
    border-radius: 0;
    border: 1px solid var(--baseBrandColor);
}
.gc_captcha.simple_security .btn-primary.btn-bg:hover{
    background: var(--whiteColor) !important;
    color: var(--secondaryBrandColor) !important;
}
button#btnSubmitPay{
    border-radius: 0;
}
.thumbnail.collection-box .text-caption.txt-cap p{
    color: var(--baseBrandColor);
    font-family: var(--headingFontFamily);
}
.notfound .notfound-404 h1{
    color: var(--whiteColor)!important;
    font-family: var(--headingFontFamily);
}
div#notfound p {
    color: var(--whiteColor) !important;
    font-family: var(--bodyFontFamily)!important;
}
div#notfound .notfound .blog-search .productSearch_btn.search-sub {
    padding: 10px;
    right: 0px;
    top: 0px;
    font-size: 18px;
    height: auto;
}
ul.nav.homeTabsNav::before,
ul.nav.homeTabsNav::after {
    display: none !important;
}
body.services section#serviceSectionOne {
    padding-top: 0;
}
.btn.btn-default{
 font-family: var(--headingFontFamily);
}
a.btn.btn-default{
    font-family: var(--headingfontWeight);
    font-family: var(--headingFontFamily);
}
/* MQ V2 */
  @media (min-width:481px) and (max-width:992px) {
    .calendar .col-md-12:has(.shop-bc.bc_type){
      margin-bottom: -20px;
    }
    
  }
  @media (min-width: 1600px) {
    .productDisplayType button#part_search_button {
        height: 42px;
        top: -1px;
    }
}
  
  .checkout.payment label {
    font-family: 'transat standard' !important;
    color: var(--whiteColor) !important;
  }
  .checkout.payment .firstpay-input{
    background-color: #565656 !important;
  }
  .productBorder.chkProductID:hover .productBorderHover{
    opacity:0!important;
    z-index:110;
}
#home #first_feature_product .productBorderHover h4{
    color:var(--blackColor)!important;
}
br {
  display: block;
  margin-bottom: 10px; 
}
.blog-search .search-sub{
  right: 0px;

}
div#rateYo .jq-ry-group-wrapper .jq-ry-normal-group.jq-ry-group svg {
  fill: var(--blackColor);
}
div#rateYo .jq-ry-group-wrapper > .jq-ry-group:nth-of-type(2) svg{
fill: var(--whiteColor);
}
.form-control,span.bogo-discount{
  color: var(--colorDDD)!important;
}
#filtered_products .frontinfo {
  min-height: 200px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#filtered_products div.amount span.amount {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
}
del span.current-price , del span.amount {
  text-decoration: line-through!important;
}
#main-content .serviceLandingPage li {
    padding-left: 0 !important;
}
.navSearch .blog-search .search-sub:hover i.fa.fa-search::before, .navSearch .blog-search .search-sub:hover i.fa.fa-search::after{
    color: var(--secondaryBrandColor)!important;
}
.home-featured-products div#homeshop .section-head h3{
    margin: 0 0 6px;
    font-family: var(--headingFontFamily);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: var(--baseBrandColor);
    text-transform: uppercase;
}
.home-featured-products .section-head {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.social-share-icons {
    display: none;
}
div.simple_security {
    display: inline-block;
}
.media-body.productInfo h5, .media-body.productInfo span, .media-body.productInfo p {
    color:var(--whiteColor) !important;
}
div#slider .mainBanner__marquee ul li a:hover {
    border-color: var(--secondaryBrandColor);
}
#filtered_products div.amount span.amount,#filtered_products div.amount {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1400px) {
    span#fb_view_all{
        font-size: 18px;
    }
    #inTitle{
        font-size: 14px;
    }
}
@media (max-width: 1320px) {
    .bannerText h1{
        font-size: 40px;
    }
    .bannerText a{
        padding: 16px 24px;
        font-size: 16px;
    }
    div#slider .mainBanner__marquee ul li a{
        font-size: 14px;
        padding: 8px 14px;
    }
    div#slider .mainBanner__marquee ul li{
        font-size: 18px;
        gap: 10px;
    }
    .mainBanner__marqueeInner .fa-angle-double-right:before{
        font-size: 19px !important;
    }
    div#slider .mainBanner__marqueeInner .fa-angle-double-right:before{
        font-size: 19px !important;
    }
    .base---cta {
        padding: 14px 28px;
        font-size: 16px;
    }
    span#fb_view_all {
        font-size: 16px;
    }
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        padding: 14px 28px;
        font-size: 16px;
    }
    .login_form button.btn.login_form_btn{
        padding: 14px 28px;
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .asked-content .panel.panel-default.hover-effect{
        transform: scale(1);
    }
    body.event .blog-section article figure img{
        height: 100%;
        max-height: 100%;
    }
}
@media (max-width: 1199px) {
    .bannerText h1 {
        line-height: normal;
    }
    #filtered_products .frontinfo {
    min-height: 305px !important;
    }
}
@media (max-width: 1024px) {
    .fa-angle-double-right:before{
        font-size: 22px;
    }
}
@media (max-width: 1023px) {
    .header-top.primary .logoCol .hederLogo img{
        max-width: 200px !important;
    }
    .header-top.primary .blog-search .search-input{
        min-height: 45px;
    }
    .header-top.primary .blog-search .search-sub{
        width: 147px;
        min-width: 147px;
        min-height: 45px;
        height: 45px;
    }
    .bannerText a{
        font-size: 14px;
        padding: 10px 20px;
    }
    .bannerText h6 {
        font-size: 16px;
    }
    .bannerText h1 {
        font-size: 32px;
    }
    .bannerText p{
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .bannerText a .fa-angle-double-right:before{
        line-height: 15px;
    }
    .bannerText{
        margin-top: -25px;
        padding-right: 15px;
    }
    .sectionHeading {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .base---cta {
        padding: 12px 20px;
        font-size: 14px;
    }
    .aboutUs{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fa-angle-double-right:before{
        font-size: 19px;
    }
    .newslettertittle p{
        line-height: normal;
        font-size: 24px;
    }
    .newslettertext p{
        margin: 0 0 10px;
    }
    .footerSocialIcons{
        align-items: flex-start;
    }
    section.featured .lead{
        font-size: 30px;
    }
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button){
        padding: 12px 20px;
        font-size: 14px;
    }
    .Contact_form .dive_widgets button:not(.conForm .dive_widgets button)::after{
        line-height: 15px;
        font-size: 19px;
    }
    button.btn.btn-warning.btn-lg, button.btn.btn-success.btn-bg.pull-right.return_to_cart,
    button.btn.btn-success.btn-lg.btn_place_order,
    #content #abovetext button.btn.btn-primary.btn-bg.pull-right.proceed_pay,
    a#shipping_ahref, button#gc_apply, button#btnSubmitPay, button#apply_coupon,
    .btn_place_order,    
    .proceed_pay,
    .return_to_cart,
    #shipping_ahref,
    button#btnSubmitPay, .wrap.pull-right a > button,
    .btn-ash-border{
        padding: 12px 20px;
        font-size: 14px;
        min-height: auto;
    }
    .login_form button.btn.login_form_btn{
        padding: 15px 14px;
        font-size: 16px;    
    }
    .login_form h3{
        font-size: 30px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .header-top.primary .blog-search .search-input{
        min-height: 55px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .col-xs-12.col-sm-8.col-md-9.all-products .productDisplayType .col-xs-12.col-sm-4.col-md-3{
        padding-left: 12px;
        padding-right: 0;
    }
    .col-xs-12.col-sm-8.col-md-9.all-products .productDisplayType .col-xs-12.col-sm-4.col-md-3 .productSorting{
        min-width: 155px;
    }
    .col-xs-12.col-sm-8.col-md-9.all-products .productDisplayType .hidden-xs.hidden-sm.col-md-2{
        padding-left: 12px;
        padding-right: 0;
    }
    .col-xs-12.col-sm-8.col-md-9.all-products .sbHolder .sbSelector,.col-xs-12.col-sm-8.col-md-9.all-products .productSorting li a, .productLimiter li a{
        font-size: 14px!important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .top-nav.dropdown.type2 > ul.text-right {
        justify-content: start;
    }
    .custom_Address_Box {
     padding: 25px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .membership_class_heading{
        font-size: 16px;
    }
}
@media (max-width:991px) {
    .membership_benefits .row{
     gap: 0;   
    }
    .membership_benefits .row>div{
        margin-bottom: 20px;
    }
    .privacy-policy .TopCMSContainer,
    .terms-service .TopCMSContainer{
        padding: 0;
    }
    .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10{
        max-width: 510px;
        width: auto;
        padding: 20px !important;
        margin: 0 15px 20px 0 !important;
    }
    .about-us .TopCMSContainer{
        padding: 0 12px;
    }
    section.product-wrapper.productsGroup-home.Home-ProGroups .row.no-margin.row-border.shop6-col.isotopeFix .shopByCategories{
         flex-wrap: wrap;
    }
}
@media (max-width:768px) {
    .productDisplayType button#part_search_button{
        height: 48px;
    }
    nav.top-nav.dropdown.type2{
        padding: 0;
    }
    .About-last-para .container{
        max-width: inherit;
    }
    button.mobile-select-option > span:first-child:after{
        font-family: var(--headingFontFamily);
        color: var(--whiteColor) !important;
    }
    ul.product-categories.desktop-product-cat-dropdown-menu.dropdown-menu{
        background-color: var(--blackColor) !important;
        scrollbar-color: var(--baseBrandColor) var(--blackColor);
        scrollbar-width: thin;
    }
}
@media (max-width:767px) {
    div#dynamic_pagination {
        padding-bottom: 10px;
    }
    .viewgalleryContainer, .gallerysContainer {
        padding: 25px 0px;
    }
    .slider-wrapper .one-slide-anim .item{
        height: 360px !important;
    }
    .bannerText h6{
        font-size: 14px;
    }
    .bannerText h1 {
        font-size: 30px;
    }
    .sectionHeading{
        font-size: 24px;
        margin-bottom: 10px;
    }
    section.service__servicesNav .sectionHeading{
        margin-bottom: 15px!important;
    }
    .navbar-default .navbar-toggle .icon-bar, 
    .navbar-header>button.navbar-toggle{
        border-color: var(--baseBrandColor) !important;        
    }
    .navbar-default .navbar-toggle{
        background-color: var(--baseBrandColor);
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: var(--baseBrandColor);
    }
    section.featured .lead{
        font-size: 24px;
    }
    .profile-container .user_container .user_rightside_container .user_row h2, .user_container h2, .user_container .h2{
        font-size: 24px;
    }
    .header-top.primary .navSearch{
        order: 1;
        width: 50%;
    }
    .header-top.primary .topRight{
        order: 2;
        width: 50% !important;
        margin-bottom: 15px;
    }
    .header-top.primary .logoCol{
        order: 3;
        width: 100%;
        justify-content: start;
    }
    .header-top.primary .blog-search .search-sub{
        width: 122px;
        min-width: 122px;
        min-height: 37px;
        height: 37px;
        padding: 10px 12px;
    }
    .header-top.primary .blog-search .search-input{
        min-height: 37px;
        height: 37px;
    }
    .header-top.primary .fa-search:before{
        font-size: 14px;
    }
    .header-top.primary .fa-search:after{
        font-size: 19px;
        left: 5px;
    }
    nav.top-nav.dropdown.type2{
        padding: 0;
    }
    .top-nav.type2>ul{
        justify-content: end !important;
    }
    .header-top.primary form.blog-search{
        min-height: auto;
    }
    .header-top.primary .logoCol .hederLogo img{
        margin-bottom: 0;
    }
    .header-top.primary{
        padding: 20px 0 !important;
    }
    .top-nav.dropdown .cart .product_list_widget{
        right: 0;
    }
    .home-featured-products div#homeshop .section-head h2{
        text-wrap: wrap;
        text-wrap-mode: wrap;
        text-align: left;
    }
    section.product-wrapper.home-featured-products{
        margin-top: 0;
    }
    .home-featured-products .dark:not(div#shop_feature_product.dark){
        bottom: -10px;
    }
    .footerCopyRight > .row{
        flex-direction: column;
        justify-content: start !important;
        align-items: flex-start;
    }
    .footer_head_contact_content{
        margin-top: 0px;
    }
    .footerSocialIcons{
        margin-left: 0 !important;
    }
    #main-content .main li{
        padding: 0 !important;
    }
    .navbar-nav.sm-collapsible a.has-submenu,
    .has-submenu.highlighted{
        background: transparent !important;        
    }
    .navbar-nav > li > .sub-menu > li{
        padding: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        font-family: var(--bodyFontFamily);
        font-size: 18px;
        font-weight: var(--subheadingfontWeight);
        line-height: normal;
        text-transform: uppercase;
        color: var(--whiteColor);
        padding: 10px 15px 10px 15px;
        border-bottom: 0;
    }
    #head .navbar-default .navbar-nav>li>a, .dropdown-menu > li > a{
        color: var(--whiteColor) !important;
    }
    .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 table td{
        border: 0;
    }
    .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10{
        width: 100%;
    }
    table.table.table-cart th{
        font-size: 14px;
        padding: 4px;
    }
    table.table.table-cart a{
        font-size: 12px;
    }
    .col-md-12.con-cart table.table.table-cart td p{
        font-size: 12px;
        line-height: normal;
    }
    td.cart_price, td.sub-total.text-right{
        font-size: 12px;
    }
    table.table.table-cart input{
        width: 50px;
    }
    body.event .blog-section article div.caption .blog-title{
        font-size: 22px;
    }
    .about-us .innerPagesHolder .container{
        padding: 0;
    }
    .login_form h3 {
        font-size: 24px;
    }
    .about_tab ul#aboutFeature li.nav-item {
    text-align: center;
    }
    div#filtered_products > div {
        width: 50% !important;
    }
        #filtered_products .frontinfo {
    min-height: 400px !important;
    }
}
@media (max-width: 567px) {
    .blog-section {
        padding: 40px 0px 80px 0px;
    }
}
@media (max-width: 575px) {
    .header-top.primary{
        padding: 10px 0 !important;
    }
    .header-top.primary form.blog-search{
        margin-bottom: 10px;
    }
    .header-top.primary .navSearch{
        width: 100%;
        order: 1;
    }
    .header-top.primary .logoCol{
        width: 100%;
        order: 2;
        justify-content: center;
    }
    .header-top.primary .topRight{
        order: 3;
        width: 100% !important;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .top-nav.type2>ul{
        justify-content: start !important;
    }
    .navbar-header>button.navbar-toggle{
        margin-top: -50px;
    }
    .top-nav.dropdown .cart .product_list_widget{
        right: -140px;
    }
    .bannerText{
        margin-top: 0;
        left: 12px;
    }
    .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10{
        width: 90%;
    }
    .con-cart > table.table.table-cart > thead > tr > th:first-child,        
    .con-cart > table.table.table-cart > tbody > tr > td:first-child{
        padding: 0;
    }
    .con-cart > table.table.table-cart > tbody > tr > td:first-child a{
        display: none;
    }
    table.table.table-cart th{
        font-size: 12px;
    }
    a#shipping_ahref{
        padding: 12px 10px;
    }
    .pageHeading_text h1,#calendar_list_view .row .subhead{
        font-size: 30px;
    }
    .shopByCategories > div{
      width: 100%;
    }
}
@media (max-width: 425px) {
    body.event .blog-section article figure img {
        max-height: 288px;
    }
}
@media (max-width:360px) {
    .top-nav.dropdown .cart .product_list_widget{
        right: -75px;
    }
    table.table.table-cart td a, table.table.table-cart td{
        padding: 4px;
    }
    table.table.table-cart th{
        font-size: 10px;
    }
    table.table.table-cart input{
        width: 35px;
    }
    .col-md-12.con-cart table.table.table-cart td p{
        font-size: 10px;
    }
    body.event .blog-section article figure img{
        max-height: 232px;
    }
}
@media screen and (min-width: 1200px) {
    .topBar, .header-top.primary {
        padding-left: 75px;
        padding-right: 75px;
    }
    body.services .singleServiceSection__slider  .lazy-slider .slick-slide .slick-item img{
     height: 584px;
     width: 526px;
    }
    section.CMS-Pages.aboutUs.Double-img .CMS-pages-image.aboutUs__images {
    height: 100%;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    .header-top.primary .navSearch .blog-search{
        position: relative;
        top: 50%;
        left: 25px;
    }
    .header-top.primary .blog-search .search-sub{
        width: 110px;
        min-width: 90px;        
    }
    .header-top.primary .fa-search:before{
        font-size: 14px;
    }
    .header-top.primary .fa-search:after{
        font-size: 19px;
        left: 5px;
    }
    .header-top.primary .blog-search .search-input{
        min-width: 150px;
    }
    .cartWidgetInner .buttons{
        flex-wrap: wrap;
    }
    .cartWidgetInner .buttons .btn{
        margin: 0;
        line-height: normal;
        font-size: 12px;
    }
    .price-slider-amount a.btn.btn-ash-border.pull-right, a.btn.btn-ash-border.pull-right{
        padding: 15px 5px !important;
        font-size: 12px;    
    }
    #primary .product-page div#secondary.widget-area{
        padding: 0 !important;
    }
    section.top-wrapper.product-page .productSorting .sbHolder .sbSelector,
    .ms-options-wrap > button{
        font-size: 11px !important;
        padding: 10px 5px;
    }
    div#filtered_products > div{
        width: 50%!important;
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav>li .dropdown-menu li a:hover{
        background: transparent !important;
    }
    .navbar-nav>li .dropdown-menu{
        width: auto !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .footerSection .container {
        max-width: 540px !important;
    }
}

@media screen and (max-width: 630px) {
    .row.pd-0-0-15 {
        padding: 0 20px;
    }
    .cart .row.pd-0-0-15 > .wrap.pull-right.pd-10 {
        width: 100%;
        padding: 20px !important;
    }
    #testimonialSlider:hover .owl-nav .owl-prev {
    left: 5px;
    }
    #testimonialSlider:hover .owl-nav .owl-next {
    right: 5px;
    }
    section#serviceSectionThree + .container{
        padding: 0;
    }
    body.checkout .panel.panel-default.costSummary .panel-footer {
        padding: 10px;
    }
}
@media screen and (max-width: 475px) {
body.waiver .user_rightside_container .user_row{
  overflow: auto;
}
    div#filtered_products > div {
        width: 100% !important;
    }
}
.about_steps .about_tab .nav-item.active .nav-link, .about_steps .about_tab .nav-item .nav-link:hover, .about_steps .about_tab ul li.nav-item.active a::after, .about_tab ul li.nav-item a:hover::after {
    background-color: var(--baseBrandColor);
}
body.create_account .login-form, body.forget_password .login-form {
    margin-top: 0px;
}
#head .navSearch .blog-search{
    position: unset !important;
}
div#autocomplete-results { 
    min-width: 90%;
    width: 93%;
    margin: auto;
}

div#globalInputLoader {
    min-width: 90%;
    width: 93%;
    margin: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
    ul.nav.navbar-nav.navbarRight{
        gap: 10px!important;
        justify-content: space-between!important;
        flex-wrap:nowrap!important;
    }
    #head .navbar-default .navbar-nav>li>a{
        padding: 15px 0;
        font-size: 15px!important;
    }
    .navbar-nav ul.dropdown-menu.sub-menu.sm-nowrap > li > a{
         font-size: 15px!important;
    }
    .navbar-default>.container {
        max-width: 100%!important;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    #head .navbar-default .navbar-nav>li>a {
        padding: 15px 0;
        font-size: 11px!important;
    }
     .navbar-nav ul.dropdown-menu.sub-menu.sm-nowrap > li > a{
        font-size: 12px!important;
    }
     #head .navbar-header{
        padding: 0!important;
     }
}