@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

:root {
    --primaryColor: #5dbb46;
    --primaryHoverColor: #50ab3a;
    --secondaryColor: #ff9309;
    --secondaryHoverColor: #ff8400;
    --white: #ffffff;
    --black: #000000;
    --dark: #333333;
    --borderColor: #cbcbcb;
    --footerBg: #183835;
    --lightBg: #f9f6f0;
    --baseFont: "Inter", sans-serif;
    --lightBg2: #e9fafd;
    --grayBg: #f5f5f5;
    --grayColor: #727272;
    --themeFont: "Raleway", sans-serif;
}

body,
html {
    overflow-x: hidden;
}

body {
    font-family: var(--baseFont);
    color: var(--black);
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}

.form-select:focus {
    box-shadow: none;
}

:focus-visible {
    outline: 0;
}

.bannerSection .carousel-indicators [data-bs-target].active {
    background-color: var(--primaryColor);
}

.sBold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.lgTitle {
    color: var(--dark);
    font-size: 36px;
    font-weight: 300;
}

.lgText {
    font-size: 20px;
}

.lightBg,
.testimonialInner .titleCol.overlayLine > h2 {
    background-color: var(--lightBg2);
}

.tabNav > li {
    position: relative;
}

.loginInformation > ul > li > a > span,
.rattingStar > li,
.tabNav > li {
    display: inline-block;
    vertical-align: middle;
}

.navLinks > ul > li > a::before,
.tabNav > li + li::before,.navLinks > ul > li > .dropdown > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: var(--primaryColor);
}

.navLinks > ul > li > a::before,.navLinks > ul > li > .dropdown > a::before {
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 300ms ease-in-out 0s;
    -o-transition: transform 300ms ease-in-out 0s;
    transition: transform 300ms ease-in-out 0s;
}

.navLinks > ul > li > a:hover::before,.navLinks > ul > li > .dropdown > a:hover::before {
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.headerOptions > ul > li:hover .sMenuDD,.navLinks li.sMenuLink:hover .sMenuDD {
    top: 100%;
    pointer-events: initial;
    opacity: 1;
}

.loginInformation > ul > li > a > span {
    line-height: 1;
}

.subMenuCol .title-head h6 {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    display: inline;
}

.spaceTop {
    margin-top: 106px;
}

.bannerSection,
.spaceTop {
    -webkit-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    transition: all 600ms ease-in-out 0s;
}

.bannerSection .carousel-item > img {
    height: 100%;
    min-height: 600px;
}

.bannerSection .carousel-control-next,
.bannerSection .carousel-control-prev {
    opacity: 0.3;
}

.bannerSection .carousel-control-next-icon,
.bannerSection .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    filter: brightness(0);
}

.bannerSection .carousel-indicators [data-bs-target] {
    background-color: var(--lightBg);
    /* width: 80px; */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    opacity: 1;
}

.overlayLine,
.swiperSlider,
.titleCol > h2 {
    position: relative;
}

.offerTitle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background-color: var(--borderColor);
    height: 2px;
    transform: translate(0, -50%);
}
.overlayLine::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background-color: var(--borderColor);
    height: 0.5px;
    z-index: -1;
    transform: translate(0, -50%);
}
.titleCol > h2 {
    margin: 0;
}

.titleCol.overlayLine > h2 {
    background-color: var(--white);
    padding: 0 30px;
}

.titleCol > h2,
.titleCol > h2 > span {
    display: inline-block;
}

.swiperSlider {
    margin-top: 45px;
}

.bsCardStyle {
    background-color: var(--grayBg);
    text-align: center;
    border-radius: 21px;
    padding: 50px 15px 35px;
}

.bsCardImg {
    height: 70px;
    width: 100%;
    max-width: 88px;
    margin: 0 auto;
}

.bsCardImg > img,
.cartImg > img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bsCardText {
    padding-top: 25px;
}

.bsCardText > h4,
.cartText > h2 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.bsCardText > h4 {
    min-height: 42px;
}
.swiperSlider .swiper-button-prev {
    left: -60px;
}

.swiperSlider .swiper-button-next {
    right: -60px;
}

.swiperSlider .swiper-button-next:after,
.swiperSlider .swiper-button-prev:after {
    color: rgba(9, 29, 98, 0.2);
    font-size: 40px;
}

.tabInner .tab-content {
    padding-top: 55px;
}

.cartStyle,
.tabNav,
.tabNav > li > button {
    background-color: var(--white);
}

.tabNav {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 30px;
}

.tabNav > li + li::before {
    left: -12px;
    top: 12px;
    width: 2px;
    height: 30px;
    z-index: 1;
    -webkit-transform: rotate(14deg);
    -o-transform: rotate(14deg);
    transform: rotate(14deg);
}

.tabNav > li + li {
    margin-left: 20px;
}

.tabNav > li > button {
    border: 0;
    position: relative;
    padding: 0;
    text-transform: capitalize;
    border-bottom: 3px solid transparent;
    color: var(--primaryColor);
}

.cartStyle {
    /* border: 1px solid var(--grayBg); */
    margin-bottom: 30px;
}

.cartContent {
    padding: 20px 20px 90px;
    position: relative;
}

.cartBtn {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
}

.cartImg {
    /* background-color: var(--grayBg); */
    text-align: center;
    height: 400px;
}

.cartImg > img {
    max-width: 100%;
    margin: 0 auto;
}

.tagStyle > span {
    font-size: 17px;
    padding: 10px 18px;
    border-radius: 20px;
    line-height: 1;
}

.tagBgStyle1 {
    background-color: #ffd1d1 !important;
    color: #f44047 !important;
}

.tagBgStyle2 {
    background-color: #ffeed1 !important;
    color: #f89b00 !important;
}

.tagBgStyle3 {
    background-color: #e3f9e0 !important;
    color: #72c166 !important;
}

.tagBgStyle4,
.tagBgStyle5,
.tagBgStyle6,
.tagBgStyle7 {
    background-color: #ffd1d1 !important;
    color: #f44047 !important;
}

.cartText > h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.cartText > p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: -5px;
}

.cartText > p > span {
    color: var(--grayColor);
    font-size: 14px;
    /* margin-left: 8px; */
}

.cartPrice {
    font-size: 20px;
    font-weight: 600;
}

.cartBtn .btn {
    width: 100%;
}

.cartPrice > span,
.footerLogo > ul > li,
.tagStyle > span {
    display: inline-block;
}

.cartPrice > span.retailPrice {
    color: #cbcbcc;
    margin-right: 3px;
    text-decoration-line: line-through;
    font-size: 16px;
}

.moreCard,
.moretext {
    display: none;
}

.readMore {
    margin-top: 20px;
}

.moreless-card {
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 7px;
    background-color: var(--white);
    display: inline-block;
}

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

.addImg.addImgLg {
    height: 427px;
}

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

.addImg.addImgmd {
    height: 210px;
}

.addImgmd + .addImgmd {
    margin-top: 7px;
}

.pLogoSlider .swiper-wrapper {
    align-items: center;
    justify-content: center;
}

.pLogo {
    max-width: 110px;
    margin: 0 auto;
    text-align: center;
}

.pLogo > img {
    height: 86px;
    object-fit: contain;
}

.partnerSlider {
    position: relative;
}

.sectionSpace {
    padding: 50px 0;
}

.cardwrapImg {
    height: 320px;
    width: 100%;
}

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

.cardwrapText,
.wrapInner {
    padding-top: 30px;
}

.cardwrapText > h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.cardwrapStyle {
    margin-top: 40px;
}

.testimonialSlider .swiper-wrapper {
    padding: 25px 0;
}

.rattingStar > li > a > img {
    display: block;
    width: 18px;
}

.testimonialSlider {
    padding: 0 15px;
}

.testimonialCard {
    background-color: var(--white);
    border-radius: 9px;
    box-shadow: 6px 7px 10px rgba(1, 31, 53, 0.08);
    padding: 25px;
}

.testimonialCard > p {
    padding: 10px 0;
    line-height: 1.2;
}

.testimonialCard > h4 {
    font-size: 16px;
    color: var(--dark);
    font-weight: 600;
    margin: 0;
}

.testimonialCard > p,
.testimonialCard > span {
    font-size: 14px;
    color: var(--dark);
}

.testimonialInner .swiperSlider {
    margin-top: 20px;
}

.sectionSpace.testimonialSection {
    padding-bottom: 40px;
}

.footerSection {
    background-repeat: no-repeat;
    font-size: 16px;
    color: var(--white);
}

.footerCol .formStyle .form-control {
    border: 0;
}

.footerLogo > ul > li {
    vertical-align: middle;
}

.footerCol > h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contactCol p span,
.footerLinks > ul > li {
    display: block;
}

.footerLinks > ul > li > a,
.socailIcons > ul > li > a {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.footerLinks > ul > li > a:hover,
.socailIcons > ul > li > a:hover {
    opacity: 0.8;
}

.footerLinks > ul > li + li {
    margin-top: 10px;
}

.footeradd > ul > li {
    margin-bottom: 35px;
}

.footeradd > ul > li > span,
.testimonialCard > span {
    display: block;
    padding-top: 5px;
}

.footerLogo > ul > li > img {
    display: block;
    max-width: 55px;
}

.socailIcons {
    padding-top: 30px;
}

.sidebarCol > ul > li > span,
.socailIcons > ul > li {
    display: inline-block;
    vertical-align: middle;
}

.socailIcons > ul > li + li {
    margin-left: 5px;
}

.socailIcons > ul > li > a {
    background-color: var(--white);
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
}

.socailIcons > ul > li > a > img {
    display: block;
    width: 18px;
    height: 18px;
}

.formStyle + .formStyle {
    margin-top: 15px;
}

.formStyle .form-control {
    font-size: 15px;
    font-weight: 400;
    color: var(--dark);
    box-shadow: none;
    border-radius: 10px;
    padding: 10px 15px;
    resize: none;
}

.form-control,
.form-select {
    border-radius: 50px;
    border-color: var(--borderColor);
    padding: 10px 15px;
}
.form-select {
    border-radius: 50px;
}

.formStyle .form-control:focus {
    border-color: #ced4da;
}

.formBtnCol {
    margin-top: 25px;
}

.formBtnCol .btn {
    min-width: 150px;
    font-size: 18px;
}

.footerBotm {
    border-top: 1px solid rgba(98, 167, 224, 0.4);
    margin-top: 70px;
    padding-top: 20px;
    color: #e3e3e3;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.8;
}

.footerBotmLink > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.footerBotmLink > ul > li + li {
    margin-left: 6px;
    padding-left: 12px;
}

.footerBotmLink > ul > li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    height: 13px;
    width: 1px;
    background-color: #e3e3e3;
    opacity: 0.5;
}

.footerBotmLink > ul > li > a {
    opacity: 0.8;
}

.footerBotmLink > ul > li > a:hover {
    opacity: 1;
}

.footerText > p {
    margin-bottom: 0;
}

.advertisingText {
    position: absolute;
    padding: 10px;
}

.text-shadow {
    font-size: 30px;
    color: #ffefff;
    max-width: 220px;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(215, 75, 215, 8);
}

.advertisingText.advertisingStyle1 {
    top: 10px;
    left: 15px;
}

.advertisingText > p {
    color: var(--white);
    font-size: 17px;
    font-weight: 600;
    padding: 8px 0 0;
}

.btn.shopBtn {
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 4px 7px;
    font-weight: 500;
}

.btn.shopBtn,
.btn.shopBtn:active {
    background-color: var(--white);
    color: var(--primaryColor);
}

.advertisingText.advertisingStyle2 {
    top: 0;
    right: 0;
    max-width: 212px;
    margin-left: auto;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.addInnerText .text-shadow2 {
    font-size: 24px;
    color: var(--white);
    font-weight: 600;
    line-height: 1.3;
}

p.yColor {
    color: #f5f600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    margin: 0;
}

.advertisingText.advertisingStyle2.advertisingStyle3 {
    margin-right: auto;
    margin-left: inherit;
}

.advertisingText.advertisingStyle3 {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.advertisingText > p.mdText {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 1.3;
}

.advertisingText > p.addLgText {
    font-size: 24px;
}

.swiper-pagination.bgPagination {
    bottom: -50px;
}

.bgPagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bgPagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primaryColor);
}

.bgPagination {
    display: none;
}

.swiper-pagination.bgPagination2 {
    position: static;
}

.headerOpt > ul > li.sMenuLink.cartDrop {
    margin-left: 0;
}

.contactMainCol .titleCol .lgText {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 35px;
}

.contactForm {
    max-width: 900px;
    margin: 0 auto;
}

.loginFoot a:hover {
    color: #00f;
}

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

.contactInfo {
    padding: 20px 0 0 40px;
}

.mapCol {
    margin-top: 80px;
}

.mapCol > iframe {
    height: 500px;
}

.proSingleSlider,
.prothumbSlider .swiper-slide {
    /* background-color: #f6f6f6; */
    text-align: center;
    border: 1px solid #e9e8e8;
}

.proSingleSlider {
    /* padding: 50px 30px; */
    height: 700px;
    position: relative;
}

.proSingleSlider .swiper-slide > img,
.prothumbSlider .swiper-slide > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.prothumbSlider .swiper-slide {
    /* padding: 20px; */
    height: 208px;
    margin-top: 6px;
}

.proLikeImg {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.8;
    z-index: 5;
    cursor: pointer;
}

.proLikeImg > img {
    width: 25px;
}

.productDetail {
    padding: 20px 0 0 20px;
}

.availableProduct > li {
    color: var(--grayColor);
    font-size: 17px;
}

.availableProduct > li + li,
.tabSection .nav > li.nav-item + li.nav-item {
    margin-left: 30px;
}

.tagCol {
    font-size: 16px;
    padding: 8px 18px;
    border-radius: 20px;
    line-height: 1;
    font-weight: 700;
    background-color: #ffd1d1;
    color: #f44047;
    display: inline-block;
}

.productDetail > h2 {
    padding: 30px 0 20px;
    /* font-size: 25px; */
    margin: 0;
    /* font-weight: 500; */
}

.productDetail > p {
    font-size: 15px;
    line-height: 1.7;
}

.priceCol {
    padding-bottom: 10px;
}

.priceCol > h3 {
    font-size: 34px;
    font-weight: 600;
}

.availableProduct > li,
.priceCol > h3 > span,
.starRatting > span {
    display: inline-block;
    vertical-align: middle;
}

.priceCol > h3 > span {
    font-size: 28px;
    color: #cbcbcc;
}

.priceCol > h3 > span > del {
    line-height: 1;
    display: block;
    padding-left: 10px;
}

.qtyBtn,
.quantityField {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.quantityField {
    width: 140px;
    height: 44px;
    border: 1px solid #e9e8e8;
    background-color: #f6f6f6;
}

.qtyBtn {
    margin: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    border: 0;
}

.offerImg,
.qty {
    text-align: center;
}

.qty {
    width: 155px;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    height: 100%;
    background: var(--white);
    outline: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e9e8e8;
    border-right: 1px solid #e9e8e8;
}

.addBtn .btnPrimary {
    min-width: 230px;
}

.availableProduct > li.tagCol {
    color: #f44047;
}

.offerImg {
    background-color: #f6f6f6;
    padding: 20px;
    height: 160px;
    border: 1px solid #e9e8e8;
    margin-top: 6px;
    width: 160px;
}

.offerImg > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offerSection {
    padding-top: 30px;
}

.offerTitle,
.offerTitle > h2 {
    position: relative;
}

.offerTitle > h2 {
    background-color: var(--white);
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding-right: 15px;
}
.offerText > p {
    font-size: 15px;
    margin-bottom: 5px;
}

.offerText > h4 {
    font-size: 26px;
}

.offerText > h4 > span {
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
}

.tabSection .nav {
    justify-content: center;
}

.navLink {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    color: var(--primaryColor);
}

.reviewImg {
    width: 100px;
}

.reviewImg > img {
    width: 68px;
    border-radius: 50%;
    height: 68px;
    object-fit: cover;
}

.ratePro,
.reviewTabCol .formSection {
    padding-bottom: 15px;
}

.starRatting > span {
    line-height: 1;
    font-size: 14px;
}

.starRatting > span > img {
    max-width: 18px;
}

.formStyle .form-control:disabled {
    background-color: transparent;
}

.reviewCol p {
    font-size: 15px;
}

.faqStyle > label,
.questionFeild {
    position: relative;
}

.questionFeildEx {
    background-color: #ffeeba !important;
    padding: 12px 15px;
}

.questionFeild > input {
    background-color: #f7f7f9 !important;
    padding: 12px 40px;
    width: 100%;
    border-bottom: 2px dashed #eee;
    border-top: 2px dashed #eee;
    border-left: none;
    border-right: none;
    font-size: 15px;
}

.faqStyle > label {
    padding: 7px 40px;
    font-size: 15px;
}

.faqFletter {
    width: 32px;
    display: flex;
    height: 32px;
    border: 1px solid #dee2e6;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
}

.questionFeild .faqFletter {
    top: 18px;
}

.faqStyle .form-control,
.sidebarCol > ul > li + li {
    margin-top: 10px;
}

.searchFld {
    font-size: 16px;
    padding: 15px 130px 15px 20px;
}

.faqsearchCol {
    position: relative;
}

.faqsearchCol .btnPrimary {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 145px;
}

.shippingDetail > p {
    margin-bottom: 0;
    font-size: 15px;
}

.shippingDetail .name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.shipTo {
    padding-top: 30px;
}

.shipTo > h4 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}

.cvcInput {
    border: 1px solid #ced4da;
    padding: 10px;
    margin: 2px 0 40px;
    border-radius: 10px;
}

.cvcInput > p {
    margin: 0;
    color: #6e6e6e;
    font-size: 14px;
}

.cvcInput > p > img {
    opacity: 0.6;
    padding-right: 2px;
}

.payCardCol > p,
.subMenuCol .title-head a,
.tblCol > p {
    font-size: 15px;
}

.checkOrder .cartProdutName > h5,
.payCartText > p {
    font-size: 16px;
    margin-bottom: 0;
}

.checkOrder .cartPrice {
    top: 30px;
}

.checkStyle {
    position: relative;
    padding-left: 24px;
}

.checkStyle .form-check-label {
    font-size: 14px;
}

.checkStyle .form-check-input {
    width: 15px;
    height: 15px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 7px;
}

.cartCol {
    background-color: var(--lightBg);
    padding: 30px 30px 40px;
    width: 400px;
    border-radius: 10px;
}

.cartCol .formTitle {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
}

.payCartCol {
    margin-bottom: 15px;
}

.payCartImg {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #ccc;
    /* padding: 8px */
}

.payCartImg img.img-fluid {
    height: 100%;
    object-fit: contain;
}

.payCartText > h4 {
    font-size: 16px;
    margin-bottom: 4px;
    position: relative;
}

.payCartText > p {
    font-size: 14px;
}

.payCartText > span {
    display: block;
    font-size: 13px;
    padding-top: 5px;
}

.payStyle > p {
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px;
}

.qtyText {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.payCartInfo.cartTotal,
.summaryCol {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.payCartInfo.cartTotal {
    margin-top: 10px;
}

.cartTotal .payStyle > p {
    font-size: 16px;
    font-weight: 600;
}

.payBtn {
    margin-top: 20px;
}

.editBtn {
    margin-right: 10px;
    max-width: 15px;
}

.sidebarCol {
    width: 326px;
}

.accountInfo {
    border-radius: 10px;
}

.sidebarCol > ul > li .sidebarItem,
.sidebarColTop {
    padding: 20px;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

.sidebarColTop {
    margin-bottom: 10px;
}

.userImg {
    width: 71px;
}

.userImg > img {
    width: 71px;
    border-radius: 50%;
    height: 71px;
    object-fit: cover;
}

.userText > h4 {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}

.sidebarCol > ul > li .sidebarItem {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.sidebarCol > ul > li > span.sidebarIcon {
    width: 15px;
    margin-right: 10px;
}

.accountInfo > div > h5 {
    font-style: italic;
    margin: 15px 0;
    font-weight: 700;
}

.dashboardImg {
    max-width: 90%;
}

.cartQuantityField {
    position: relative;
}

.dashboardName {
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 5px;
}

.paginationCol > ul > li.page-item,
.shippingBtn > ul > li {
    display: inline-block;
    vertical-align: middle;
}

.shippingBtn > ul > li + li {
    margin-left: 5px;
}

.shippingBtn > ul > li a,
li button {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    display: inline-block;
    border-radius: 50px;
}

.shippingLeft > div > label {
    font-style: italic;
    font-size: 16px;
    color: #9b9b9b;
    font-weight: 500;
}

.shippingLeft {
    width: 200px;
}

.shippingLeft > span {
    font-size: 16px;
    display: block;
}

.dashboardQty {
    font-size: 16px;
}

.shippingBtn {
    margin-top: 10px;
}

.cartDimg {
    width: 130px;
}

.cartDimg > img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.paginationCol {
    text-align: right;
    padding-bottom: 20px;
}

.paginationCol > ul > li.page-item a.page-link {
    background-color: var(--grayBg);
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 5px;
}
.cart_empty-text {
    padding-top: 10px;
    font-size: 16px;
}
.pro-option {
    border-radius: 50px;
    border: 1px solid var(--borderColor);
    color: var(--borderColor);
    padding: 9px 25px;
    font-weight: 600;
}
.pro-option:hover {
    border: 1px solid var(--primaryColor);
    background-color: var(--primaryColor);
    color: var(--white);
}
.pro-option.selected:hover {
    color: var(--white);
}
.pro-option.selected {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
}
.pro-option:focus:not(:hover) {
    color: var(--borderColor);
}
.pro-option.selected:focus:not(:hover) {
    color: var(--primaryColor);
}
.bg-dark-green {
    background-color: #1c3e3d;
    color: var(--white);
    text-align: center;
    font-size: 18px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: 200;
}
@media (max-width: 1840px) {
    .bannerSection .carousel-item > img {
        min-height: 500px;
    }
}

@media (max-width: 1400px) {
    .headerOpt.headerOpt1 > ul > li > a {
        padding-bottom: 15px;
    }

    .headerOpt > ul > li > a > span > img {
        max-width: 20px;
        height: 20px;
    }

    .headerTop {
        padding: 10px 0 8px;
    }

    .advertisingText > p.mdText,
    body {
        font-size: 16px;
    }

    .searchCol .select2-container--bootstrap-5 .select2-selection {
        padding: 10px 55px 10px 20px;
        font-size: 16px;
        height: 45px;
    }

    .searchIcon {
        width: 18px;
        right: 20px;
    }

    .headerOpt > ul > li > a > img {
        width: 24px;
    }

    .cartDrop .subMenuCol:before {
        left: 92%;
    }

    .cartImage img,
    .pLogo > img {
        height: 80px;
    }

    .checkoutTotal {
        padding: 10px 15px;
    }

    .cartInerStyle {
        max-height: 342px;
    }

    .spaceTop {
        margin-top: 106px;
    }

    .bannerSection .carousel-control-next-icon,
    .bannerSection .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }

    .bannerSection .carousel-item > img {
        min-height: 360px;
    }

    .bannerSection .carousel-indicators [data-bs-target] {
        width: 50px;
    }

    .lgTitle,
    .swiperSlider .swiper-button-next:after,
    .swiperSlider .swiper-button-prev:after {
        font-size: 34px;
    }

    .bsCardStyle {
        padding: 30px 15px;
        margin-bottom: 15px;
    }

    .bsCardImg {
        height: 50px;
        max-width: 68px;
    }

    .bsCardText {
        padding-top: 15px;
    }

    .bsCardText > h4 {
        font-size: 14px;
        min-height: 34px;
    }

    .tabInner .tab-content {
        padding-top: 40px;
    }

    .cartImg {
        height: 345px;
    }

    .tagStyle > span {
        font-size: 14px;
        padding: 8px 15px;
    }

    .cartContent {
        padding: 15px 15px 75px;
    }

    .cartText > h2 {
        font-size: 17px;
        /* min-height: 50px */
    }

    .cartText > p {
        font-size: 16px;
    }

    .cartText > p > span {
        font-size: 12px;
    }

    .cartPrice {
        font-size: 18px;
    }

    .cartBtn {
        left: 15px;
        right: 15px;
        bottom: 20px;
    }

    .btn {
        font-size: 16px;
    }

    .btn.btnLink > span > img {
        margin-left: 10px;
        width: 16px;
    }

    .readMore {
        margin-top: 0;
    }

    .moreless-card {
        padding: 8px 15px;
        font-size: 16px;
    }

    .addImg.addImgLg {
        height: 364px;
    }

    .addImg.addImgmd {
        height: 179px;
    }

    .pLogo {
        max-width: 80px;
    }

    .cardwrapImg {
        height: 250px;
    }

    .cardwrapText {
        padding-top: 20px;
    }

    .cardwrapText > h3 {
        font-size: 24px;
    }

    .testimonialCard {
        padding: 20px;
    }

    .footerCol > h2 {
        font-size: 20px;
    }

    .advertisingText > p,
    .footerSection,
    p.yColor {
        font-size: 14px;
    }

    .formStyle .form-control {
        font-size: 16px;
        padding: 10px 15px;
    }

    .formBtnCol .btn {
        min-width: 120px;
        font-size: 16px;
        padding: 8px 15px;
    }

    .footerLogo > ul > li > img {
        max-width: 50px;
    }

    .socailIcons > ul > li + li {
        margin-left: 3px;
    }

    .footerLinks > ul > li + li {
        margin-top: 8px;
    }

    .socailIcons {
        padding-top: 20px;
    }

    .socailIcons > ul > li > a {
        width: 28px;
        height: 28px;
    }

    .swiperSlider .swiper-button-next {
        right: -35px;
    }

    .swiperSlider .swiper-button-prev {
        left: -35px;
    }

    .offerText > h4,
    .text-shadow {
        font-size: 24px;
    }

    .btn.shopBtn {
        font-size: 12px;
    }

    .advertisingText.advertisingStyle2 {
        max-width: 182px;
    }

    .addInnerText .text-shadow2 {
        font-size: 18px;
    }

    .advertisingText > p.addLgText {
        font-size: 18px;
        margin-bottom: 0;
    }

    .navLinks > ul > li + li {
        margin-left: 5px;
    }

    .searchCol input.fromcontrols {
        height: 50px;
    }

    .subMenuCol:before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 15px solid var(--lightBg);
        top: -18px;
        left: 77%;
    }

    .contactInfo {
        padding: 10px 0 0 40px;
    }

    .contactMainCol .titleCol .lgText {
        max-width: 580px;
        padding-top: 20px;
    }

    .availableProduct > li,
    .lgText {
        font-size: 16px;
    }

    .productDetail {
        padding: 10px 0 0;
    }

    .tagCol {
        padding: 7px 14px;
    }

    .availableProduct > li + li {
        margin-left: 20px;
    }

    .priceCol > h3 {
        font-size: 32px;
    }

    .priceCol > h3 > span {
        font-size: 26px;
    }

    .priceCol > h3 > span > del {
        padding-left: 10px;
    }

    .addBtn .btnPrimary {
        min-width: 200px;
    }

    .quantityField {
        width: 130px;
        height: 40px;
    }

    .prothumbSlider .swiper-slide {
        /* padding: 15px; */
        height: 170px;
    }

    .proSingleSlider {
        height: 600px;
    }

    .checkStyle .form-check-input {
        top: 5px;
    }
}

@media (max-width: 1200px) {
    .ddParent,
    .subddParent {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    /* .availableProduct>li,body {
        font-size: 14px
    } */

    .headerRightCol {
        max-width: 650px;
    }

    .headerOpt > ul > li > a > span > img {
        max-width: 18px;
        height: 18px;
    }

    .searchCol input.fromcontrols {
        height: 45px;
        padding: 10px 50px 10px 15px;
    }

    .spaceTop {
        margin-top: 106px;
    }

    .bannerSection .carousel-item > img {
        min-height: 300px;
    }

    .bannerSection .carousel-indicators [data-bs-target] {
        width: 40px;
    }

    .lgTitle {
        font-size: 30px;
    }

    .btn.btnSecondary > span > img {
        margin-left: 10px;
        width: 16px;
    }

    .cartImg {
        height: 285px;
    }

    .cartStyle {
        margin-bottom: 20px;
    }

    .addImg.addImgLg {
        height: 300px;
    }

    .addImg.addImgmd {
        height: 146px;
    }

    .pLogo {
        max-width: 110px;
    }

    .footerCol {
        padding-bottom: 20px;
    }

    .footerBotm {
        margin-top: 30px;
    }

    .advertisingText > p,
    p.yColor {
        font-size: 13px;
    }

    .advertisingText.advertisingStyle2 {
        max-width: 152px;
    }

    .advertisingText > p.mdText {
        font-size: 14px;
        padding: 0;
    }

    .addInnerText .text-shadow2,
    .advertisingText > p.addLgText,
    .userText > h4 {
        font-size: 16px;
    }

    .tabNav > li + li::before {
        top: 10px;
    }

    .mapCol > iframe {
        height: 400px;
    }

    .availableProduct > li + li {
        margin-left: 15px;
    }

    .priceCol > h3 > span {
        font-size: 24px;
    }

    .priceCol > h3 {
        font-size: 30px;
    }

    .proLikeImg > img {
        width: 20px;
    }

    .prothumbSlider .swiper-slide {
        height: 148px;
    }

    .proSingleSlider {
        height: 500px;
    }

    .cartCol {
        padding: 20px 20px 30px;
        width: 360px;
    }

    .checkStyle .form-check-input {
        top: 2px;
    }

    .sidebarCol {
        width: 276px;
    }

    .cartDimg {
        width: 100px;
    }

    .sidebarColTop {
        padding: 15px;
    }

    .sidebarCol > ul > li {
        padding: 15px;
        font-size: 16px;
    }

    .accountInfo > div > h5 {
        font-size: 18px;
    }
}

@media (max-width: 991.5px) {
    .searchCol input.fromcontrols {
        height: 38px;
        padding: 6px 50px 6px 15px;
        border-color: rgba(9, 29, 98, 0.1);
        border-radius: 7px;
    }

    .headerOpt > ul > li > a > img {
        width: 20px;
    }

    .headerOpt > ul > li + li {
        margin-left: 12px;
    }

    .headerOpt > ul > li {
        padding-bottom: 15px;
    }

    .menuToggle > a {
        margin-left: inherit;
    }

    .subMenuCol.cartDropdown {
        width: 320px;
    }

    .cartImage {
        width: 80px;
    }

    .subMenuCol {
        width: 260px;
        margin-top: 10px;
        right: -10px;
    }

    .subMenuCol:before {
        left: 90%;
    }

    .loginInformation > ul > li > a {
        font-size: 14px;
        padding: 8px 10px;
    }

    .navCol {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: var(--white);
        z-index: 99;
        padding: 160px 0 0;
        width: 100%;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    .actNav .navCol {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .navLinks {
        position: relative;
        overflow-x: hidden;
        height: 520px;
    }

    body.actNav {
        overflow: hidden;
    }

    .actNav .bar:nth-child(1) {
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 8px;
    }

    .actNav .bar:nth-child(2) {
        -webkit-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        opacity: 0;
    }

    .actNav .bar:nth-child(3) {
        -webkit-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 8px;
        width: 100%;
    }

    .toggle::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }

    .actDD .ddCol,
    .navLinks > ul {
        display: block;
    }

    .navLinks .headerOpt > ul > li + li,
    .navLinks > ul > li + li {
        margin-left: 0;
    }

    .navLinks > ul > li > .ddParent > a {
        font-size: 16px;
        padding: 14px 60px 14px 22px;
        display: block;
        border-bottom: solid 1px var(--primaryColor);
        position: relative;
    }

    .ddCol > ul > li > .subddParent > a.ddSubTrigger::before,
    .navLinks > ul > li > .ddParent > a.ddTrigger::before {
        content: "";
        position: absolute;
        right: 35px;
        top: 20px;
        bottom: 0;
        background-image: url(../images/plus-icon.svg);
        background-position: center;
        background-size: contain;
        width: 14px;
        height: 15px;
    }

    .ddCol > ul > li.subCollapse > .subddParent > a.ddSubTrigger::before,
    .navLinks > ul > li.collapseAct > .ddParent > a.ddTrigger::before {
        background-image: url(../images/minus-icon.svg);
        height: 2px;
        top: 27px;
    }

    .ddParent,
    .ddsubMenu > li,
    .navCol .container {
        padding: 0;
    }

    .bar {
        z-index: 999;
    }

    .headerSection .container {
        max-width: 100%;
    }

    .logo,
    .searchCol {
        position: relative;
        z-index: 999;
    }

    .headerOpt > ul > li.cartDrop > a {
        padding-bottom: 0;
    }

    .searchCol {
        margin-bottom: 0;
        z-index: 1;
    }

    .spaceTop {
        margin-top: 85px;
    }

    .bannerSection .carousel-item > img {
        min-height: 240px;
    }

    .bannerSection .carousel-indicators [data-bs-target] {
        width: 30px;
        height: 2px;
    }

    .sectionSpace {
        padding: 40px 0;
    }

    .tabNav > li > button {
        border-bottom: 1px solid transparent;
    }

    .addImg.addImgLg {
        height: 240px;
    }

    .addImg.addImgmd {
        height: 117px;
    }

    .cardwrapImg {
        height: 200px;
    }

    .cardwrapText > h3 {
        font-size: 20px;
    }

    .footerBotm {
        text-align: center;
    }

    .ddCol > ul > li .subddParent > a > span.navarrow,
    .headerTop,
    .navLinks > ul > li > .ddParent > a > span {
        display: none;
    }

    .headerCol {
        padding: 15px 0 0;
    }

    .searchIcon {
        width: 15px;
        right: 27px;
    }

    .headerOpt {
        padding-left: 0;
        padding-top: 20px;
    }

    .headerOpt > ul > li > a > span > img {
        max-width: 20px;
        height: 20px;
    }

    .tabNav > li + li::before {
        top: 6px;
    }

    .advertisingText.advertisingStyle1 {
        left: 0;
        top: 0;
        max-width: 180px;
    }

    .text-shadow {
        font-size: 18px;
    }

    .advertisingText.advertisingStyle2 {
        max-width: 112px;
    }

    .addInnerText .text-shadow2,
    .advertisingText > p.addLgText,
    .contactCol p,
    .userText > h4 {
        font-size: 14px;
    }

    .headerSection {
        box-shadow: 0 8px 14px rgba(0, 0, 0, 0.05);
    }

    .headerOpt {
        padding-right: 12px;
    }

    .ddCol,
    .ddsubMenu {
        width: 100%;
        display: none;
        position: static;
        border: 0;
        box-shadow: none;
        opacity: 1;
        pointer-events: all;
        padding: 0;
    }

    .ddCol > ul > li {
        line-height: inherit;
        padding: 0;
    }

    .ddCol > ul > li .subddParent > a,
    .ddCol > ul > li > a {
        font-size: 16px;
        padding: 10px 60px 10px 30px;
        display: block;
        border-left: 6px solid transparent;
        position: relative;
    }

    .ddCol > ul > li > .subddParent > a.ddSubTrigger::before {
        top: 15px;
    }

    .ddsubMenu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .ddsubMenu > li > a {
        padding: 8px 60px 8px 50px;
        display: block;
    }
    #5dbb46 .ddCol > ul > li.subCollapse .subddParent > a {
        border-color: #17489a;
        opacity: 0.8;
    }

    .navLinks .headerOpt {
        padding: 0;
    }

    .navLinks .headerOpt > ul > li {
        display: block;
        padding: 0;
    }

    .navLinks .headerOpt > ul > li > a {
        padding: 10px 20px 5px 22px;
        font-size: 16px;
    }

    .navLinks .headerOpt > ul > li > a > span > img {
        max-width: 16px;
        height: 16px;
    }

    .headerOpt > ul > li.sMenuLink.cartDrop,
    .navLinks .headerOpt > ul > li > a > span + span {
        margin-left: 5px;
    }

    .mapCol > iframe {
        height: 300px;
    }

    .contactInfo {
        padding: 0 0 0 20px;
    }

    .cartStyle {
        margin-bottom: 0;
    }

    .partnerSlider .swiper-button-next,
    .partnerSlider .swiper-button-prev,
    .swiper-pagination.pLogoPag {
        position: static;
    }

    .partnerSlider .swiper-button-next {
        margin: 0;
    }

    .partnerSlider .swiper-button-prev {
        margin: 0 0 0 auto;
    }

    .partnerSlider .swiper-button-next:after,
    .partnerSlider .swiper-button-prev:after {
        font-size: 22px;
        color: rgba(9, 29, 98, 0.6);
        font-weight: 600;
    }

    .pLogoSlider {
        padding-bottom: 15px;
    }

    .productDetail {
        padding: 30px 0 0;
    }

    .searchFld {
        padding: 15px 160px 15px 20px;
    }

    .prothumbSlider .swiper-slide {
        height: 200px;
    }

    .proSingleSlider {
        height: 530px;
    }

    .cartCol {
        width: 100%;
        margin-top: 20px;
    }

    .userImg {
        width: 60px;
    }

    .userImg > img {
        width: 60px;
        height: 60px;
    }

    .sidebarToggle > a {
        width: 30px;
        display: flex;
        height: 30px;
        border: 1px solid #ced4da;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }

    .sidebarCol {
        position: fixed;
        left: 0;
        top: 82px;
        bottom: 0;
        background-color: var(--white);
        z-index: 98;
        padding: 30px 0 0;
        width: 100%;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        transform: translateX(-150%);
        overflow-y: auto;
    }

    .actsidebar .sidebarCol {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .sidebarCol > ul > li {
        font-size: 16px;
        padding: 14px 22px;
        display: block;
        border: 0;
        border-bottom: solid 1px var(--primaryColor);
        position: relative;
        border-radius: 0;
    }
    /* .sidebarCol > ul > li:first-child {
        border-top: solid 1px var(--primaryColor);
    } */
    .sidebarCol > ul > li + li {
        margin-top: 0;
    }

    .sidebarColTop {
        padding: 10px;
    }

    h5.dashboardPrice {
        font-size: 18px;
    }

    .closeIcon {
        position: absolute;
        left: 6px;
        top: 23px;
        display: none;
    }

    .closeIcon > img {
        width: 35px;
    }

    .actsidebar .menuToggle {
        opacity: 0;
    }

    .cartImg {
        height: 208px;
    }
}

@media (max-width: 767px) {
    .WishlistNotification-1 {
        top: 5px;
        left: 34px;
        width: 14px;
        height: 14px;
        font-size: 11px;
    }

    .lgTitle {
        font-size: 20px;
    }

    .tabNav,
    .titleCol.overlayLine > h2 {
        padding: 0 15px;
    }

    .tabNav > li + li {
        margin-left: 20px;
    }

    .addImg.addImgLg {
        height: 500px;
    }

    .addImg.addImgmd {
        height: 240px;
    }

    .cardwrapImg {
        height: 300px;
    }

    .footeradd > ul > li {
        margin-bottom: 15px;
    }

    .tabNav > li + li::before {
        top: 4px;
        height: 22px;
        width: 1px;
    }

    .cartText > h2,
    .cartText > p {
        font-size: 16px;
    }

    .cartPrice,
    .reviewTabCol > h5 {
        font-size: 16px;
    }

    .cartBtn .btn {
        font-size: 13px;
        padding: 8px 15px;
    }

    .cartBtn {
        bottom: 15px;
    }

    .cartContent {
        padding: 15px 15px 62px;
    }

    .advertisingText.advertisingStyle2 {
        max-width: 256px;
    }

    .advertisingText.advertisingStyle3 {
        bottom: 30px;
    }

    .swiper-pagination.bgPagination {
        bottom: 0;
    }

    .bgPagination {
        display: block;
    }

    .swiperSlider {
        margin-top: 25px;
    }

    .swiper.bsSwiperSlider {
        padding-bottom: 0;
    }

    .swiperSlider .swiper-button-next:after,
    .swiperSlider .swiper-button-prev:after {
        font-size: 22px;
        color: rgba(9, 29, 98, 0.6);
        font-weight: 600;
    }

    .swiper-pagination.bgPagination,
    .swiperSlider .swiper-button-next,
    .swiperSlider .swiper-button-prev {
        position: static;
    }

    .swiperSlider .swiper-button-next {
        margin: 0;
    }

    .swiperSlider .swiper-button-prev {
        margin: 0 0 0 auto;
    }

    .testimonialCard {
        padding: 16px;
        box-shadow: 4px 4px 6px rgba(1, 31, 53, 0.08);
    }

    .swiper.bsSwiperSlider {
        height: 340px;
    }

    .bsSwiperSlider .swiper-slide {
        height: auto;
        margin-top: 0 !important;
    }

    .swiper-grid-column > .swiper-wrapper {
        flex-direction: inherit;
    }

    .contactInfo {
        padding: 30px 0 0;
    }

    .mapCol {
        margin-top: 20px;
    }

    .mapCol > iframe {
        height: 250px;
    }

    .lgText,
    .ratePro > h6 {
        font-size: 14px;
    }

    .proSingleSlider {
        height: 480px;
        /* padding: 40px 15px */
    }

    .prothumbSlider .swiper-slide {
        height: 168px;
    }

    .tabSection .tab-content {
        padding-top: 40px;
    }

    .tagCol {
        font-size: 15px;
    }

    .faqSection > h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .searchFld {
        font-size: 16px;
        padding: 10px 120px 10px 15px;
    }

    .faqsearchCol .btnPrimary {
        min-width: 110px;
    }

    .tabSection {
        margin-top: 50px;
    }

    .questionFeildEx {
        padding: 10px 15px;
        font-size: 16px;
    }

    .productDetail > h2 {
        padding: 20px 0 10px;
    }

    .cartDimg {
        margin-bottom: 10px;
    }

    .cartDimg > img {
        width: 100px;
        height: 100px;
        object-position: left;
    }

    .searchCol {
        padding: 10px;
    }

    .selectCol {
        padding: 0 10px 10px;
    }

    .cartImg {
        height: 420px;
    }
}

@media (max-width: 585px) {
    .WishlistNotification-1 {
        top: 5px;
        left: 34px;
        width: 14px;
        height: 14px;
        font-size: 11px;
    }

    .bannerSection .carousel-item > img {
        min-height: 200px;
    }

    .bannerSection .carousel-control-next-icon,
    .bannerSection .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }

    .bannerSection .carousel-indicators [data-bs-target] {
        width: 20px;
    }

    .sectionSpace {
        padding: 30px 0;
    }

    .footerCol > h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footerBotm,
    .formStyle + .formStyle {
        margin-top: 10px;
    }

    .formBtnCol .btn {
        min-width: 100px;
        padding: 10px 15px;
        font-size: 16px;
    }

    .cardwrapText {
        padding-top: 10px;
    }

    .accountInfo > div > h5,
    .cardwrapText > h3 {
        font-size: 16px;
    }

    .cartStyle {
        margin-bottom: 10px;
    }

    .cartImg {
        height: 320px;
    }

    .tagStyle > span {
        font-size: 13px;
        padding: 6px 12px;
    }

    .bsCardStyle {
        padding: 25px 15px;
        border-radius: 15px;
    }

    .bannerSection .carousel-control-next,
    .bannerSection .carousel-control-prev {
        width: auto;
    }

    .tabCardCol .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .proLikeImg > img {
        width: 18px;
    }

    .proLikeImg {
        right: 12px;
        top: 10px;
    }

    .prothumbSlider .swiper-slide {
        height: 160px;
        /* padding: 10px */
    }

    /* .proSingleSlider {
        padding: 30px 15px
    } */

    .productDetail {
        padding: 20px 0 0;
    }

    .availableProduct > li + li {
        margin-left: 10px;
    }

    .availableProduct > li {
        font-size: 13px;
    }

    .productDetail > h2 {
        padding: 10px 0;
    }

    .priceCol > h3 {
        font-size: 28px;
    }

    .priceCol > h3 > span {
        font-size: 22px;
    }

    .productDetail > p {
        font-size: 16px;
    }

    .offerSection {
        padding-top: 20px;
    }

    .quantityField {
        width: 100px;
        height: 34px;
    }

    .qtyBtn > img {
        max-width: 10px;
    }

    .addBtn .btnPrimary {
        min-width: 130px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .form-control,
    .form-select {
        padding: 10px 15px;
        font-size: 16px;
    }

    .offerTitle > h2 {
        padding-right: 10px;
    }

    .offerImg {
        height: 130px;
        width: 130px;
        padding: 15px;
    }

    .offerText > h4 {
        font-size: 20px;
    }

    .offerText > h4 > span {
        font-size: 14px;
        padding-left: 4px;
    }

    .tagCol {
        font-size: 14px;
    }

    .navLink {
        border-bottom: 1px solid transparent;
        font-size: 18px;
    }

    .tabSection .nav > li.nav-item + li.nav-item {
        margin-left: 15px;
    }

    .userImg {
        width: 50px;
    }

    .userImg > img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 485px) {
    .addImg.addImgLg {
        height: 300px;
    }

    .addImg.addImgmd {
        height: 150px;
    }

    .pLogo > img {
        height: 50px;
    }

    .pLogo {
        max-width: 80px;
    }

    .cardwrapStyle {
        margin-top: 20px;
    }

    .footerBotm {
        font-size: 13px;
    }

    .tabNav > li + li::before {
        top: 6px;
    }

    .advertisingText.advertisingStyle2 {
        max-width: 206px;
    }

    .advertisingText.advertisingStyle3 {
        bottom: 0;
    }

    .headerOpt > ul > li + li {
        margin-left: 8px;
    }

    .subMenuCol.cartDropdown {
        width: 280px;
        margin-top: 8px;
        right: -5px;
    }

    .cartImage {
        width: 60px;
    }

    .checkoutText h5 {
        font-size: 14px;
    }

    .dropBtnCol .btn {
        padding: 6px 10px;
    }

    .subMenuCol {
        width: 240px;
        margin-top: 5px;
    }

    .testimonialCard {
        padding: 15px;
    }

    .testimonialCard > p {
        font-size: 13px;
        padding: 10px 0 0;
    }

    .rattingStar > li > a > img {
        width: 14px;
    }

    .testimonialCard > span {
        font-size: 13px;
        padding-top: 0;
    }

    .testimonialCard > h4 {
        font-size: 15px;
    }

    .moreless-card,
    .reviewTabCol > h6 {
        font-size: 14px;
    }

    .bsCardStyle {
        margin-bottom: 10px;
    }

    .mapCol > iframe {
        height: 200px;
    }

    .navLinks > ul > li > .ddParent > a {
        padding: 12px 40px 12px 20px;
    }

    .navLinks .headerOpt > ul > li > a {
        padding: 8px 20px 2px;
    }

    .ddCol > ul > li .subddParent > a,
    .ddCol > ul > li > a {
        padding: 8px 40px 8px 25px;
        border-left: 4px solid transparent;
    }

    .navLinks > ul > li > .ddParent > a.ddTrigger::before {
        right: 18px;
        top: 17px;
        width: 12px;
        height: 13px;
    }

    .ddCol > ul > li > .subddParent > a.ddSubTrigger::before {
        right: 18px;
        top: 14px;
        width: 12px;
        height: 13px;
    }

    .navLinks > ul > li.collapseAct > .ddParent > a.ddTrigger::before {
        top: 23px;
    }

    .ddCol > ul > li.subCollapse > .subddParent > a.ddSubTrigger::before {
        top: 20px;
    }

    .ddsubMenu > li > a {
        padding: 8px 30px 8px 40px;
    }

    .proSingleSlider {
        /* padding: 20px; */
        height: 400px;
    }

    .offerImg {
        height: 100px;
        width: 100px;
        padding: 12px;
    }

    .offerText > h4 {
        font-size: 18px;
    }

    .tabSection .tab-content {
        padding-top: 20px;
    }

    .navLink {
        font-size: 15px;
    }

    .faqsearchCol .btnPrimary {
        min-width: 80px;
    }

    .prothumbSlider .swiper-slide {
        height: 140px;
    }

    .cartImg {
        height: 190px;
    }

    .checkOrder .d-flex {
        display: block !important;
    }

    .shippingLeft {
        width: 100%;
        text-align: left !important;
        margin-top: 15px;
    }

    .row.checkOrder + .row.checkOrder {
        border-top: 1px solid #ced4da;
        padding-top: 15px;
    }
}

@media (max-width: 385px) {
    .advertisingText.advertisingStyle2 {
        max-width: 170px;
    }

    .tabCardCol .col-sm-6 {
        width: 100%;
    }

    .offerText > p {
        font-size: 14px;
    }

    .cartImg {
        height: 260px;
    }

    .prothumbSlider .swiper-slide {
        height: 112px;
    }

    .proSingleSlider {
        height: 300px;
    }
}

@media (max-width: 340px) {
    .advertisingText.advertisingStyle2 {
        max-width: 150px;
    }
}

.noResult {
    text-align: center;
    margin-top: 25px;
}

.noResult > img {
    width: 15%;
}

.noResult > h2 {
    font-size: 20px;
    font-weight: 500;
}

.noResult > p {
    font-size: 16px;
}

.categoryCard .cartContent {
    padding: 20px 10px 10px;
}

.categoryCard .cartText {
    padding: 0;
}

.categoryCard .cartText > h2 {
    min-height: auto;
}

.btn,
a {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

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

.btn.focus,
.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.btn,
.btn:hover {
    color: var(--white);
}

.btn {
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 9px 25px;
    position: relative;
    min-width: 150px;
}

.btnPrimary {
    background-color: var(--primaryColor);
}
.btnOutline {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
}
.btnPrimary:hover,
.btnOutline:hover {
    background-color: var(--primaryHoverColor);
}

.btnSecondary {
    background-color: var(--secondaryColor);
}
.btnSecondary:hover {
    background-color: var(--secondaryHoverColor);
}

.btn.btnSecondary > span {
    display: inline-block;
    vertical-align: middle;
}

.btn.btnSecondary > span > img {
    display: block;
    margin-left: 15px;
    width: 22px;
}

.btnPrimary,
.btnSecondary,
.btnOutline {
    text-transform: uppercase;
}

.menuToggle > a {
    width: 24px;
    height: 18px;
    position: relative;
    margin-left: auto;
    cursor: pointer;
    display: block;
    z-index: 999;
}

.bar {
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: var(--primaryColor);
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    top: 7px;
    right: 0;
    border-radius: 20px;
}

.bar:nth-child(1) {
    top: 0;
}

.bar:nth-child(3) {
    top: 14px;
}

.headerSection {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: var(--white);
}
.headerSection>div>div {
    min-height: 85px;
}
.logo {
    margin-bottom: -70px;
}

.logo > a,
.logo > a > img {
    display: block;
}

.logo > a > img {
    width: 176px;
}

.headerSection.fixedHeader {
    box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
}

.headerOptions > ul > li + li {
    margin-left: 25px;
}

.headerOptions > ul > li,
.headerOptions > ul > li > a {
    position: relative;
}

.headerOptions > ul > li > a > img {
    width: 20px;
}

/* .cartDrop>a::before {
    content: "0";
    position: absolute;
    right: -9px;
    top: -3px;
    background-color: var(--secondaryColor);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    padding: 7px;
    font-size: 12px;
    font-weight: 500
} */

.WishlistNotification {
    position: absolute;
    right: -9px;
    top: -3px;
    background-color: var(--secondaryColor);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    padding: 7px;
    font-size: 12px;
    font-weight: 500;
}

.navCol {
    margin-left: 50px;
}

.bannerBtn > ul > li,
.btnCol > ul > li,
.footerlinks2 > ul > li,
.headerOptions > ul > li,
.navLinks > ul > li,
.socialLinks > ul > li {
    display: inline-block;
    vertical-align: middle;
}

.navLinks > ul > li + li {
    margin-left: 45px;
}

.navLinks > ul > li > a,.navLinks > ul > li > .dropdown > a {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-bottom: 2px;
}

.checkoutText h5,
.navLinks > ul > li > a.active,
.navLinks > ul > li > a:hover,
.navLinks > ul > li > .dropdown > a.active,
.navLinks > ul > li > .dropdown > a:hover,
.subMenuCol.listDropDown > ul > li > a:hover {
    color: var(--primaryColor);
}

.sMenuDD {
    position: absolute;
    min-width: 250px;
    z-index: 999;
    top: calc(100% + 30px);
    left: auto;
    right: -20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    padding-top: 30px;
}
.sMenuDD.list {
    left: -20px;
    right: auto;
}
.subMenuCol {
    background-color: var(--white);
    text-transform: uppercase;
    border: 0 solid #ddd;
    box-shadow: -2px 2px 4px 0 rgba(45, 45, 45, 0.14);
    text-align: left;
    position: relative;
}

.subMenuCol:before {
    content: "";
    width: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 20px solid var(--lightBg);
    position: absolute;
    top: -20px;
    right: 12px;
    opacity: 1;
}
.listDropDown:before {
    right: auto;
    left: 30px;
}
.loginInformation {
    margin-top: 10px;
    margin-bottom: 15px;
}

.InnerCardStyle {
    padding: 10px 5px;
}

.InnerCardStyle:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.loginInformation > ul > li > a,.listDropDown > ul > li > a {
    font-size: 15px;
    color: var(--black);
    display: block;
    padding: 11px 13px;
}

.footerCol > ul > li > a:hover,
.loginInformation > ul > li > a:hover,
.socialLinks > ul > li > a:hover,
.subMenuCol .title-head a:hover {
    opacity: 0.7;
}

.loginInformation > ul > li > a > span.dropIcon {
    max-width: 14px;
    margin-right: 6px;
}

.loginInformation > ul > li > a > span > img {
    display: block;
    width: 100%;
}

.cartInerStyle {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.cartCheckut {
    padding: 1px 2px;
}

.checkoutTotal {
    background-color: var(--grayBg);
}

.checkoutText h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
}

.dropBtnCol .btn {
    font-size: 14px;
    font-weight: 400;
}

.cartInfo {
    background-color: var(--lightBg);
    border-top: 2px solid #ddd;
    padding: 10px;
    font-size: 14px;
}

.cartInfo > a {
    text-decoration: underline;
}

.checkoutTotal {
    padding: 17px 16px;
    background-color: #f8f8f8;
    box-shadow: 0-2px 3px 0 rgba(153, 153, 153, 0.2);
}

.dropBtn,
.subMenuCol .title-head {
    padding: 10px 15px;
    background-color: var(--lightBg);
}

.dropBtn {
    padding: 15px;
}

.cartImage {
    width: 100px;
    text-align: center;
}

.cartImage img {
    width: 100%;
    max-width: 80px;
    height: 100px;
    object-fit: contain;
}

.Quantity h6,
.cartText01 h6 {
    color: var(--grayColor);
    font-size: 14px;
}

.cartText01 h5 {
    font-size: 14px;
    font-weight: 400;
}

.cartText01 h5,
.deleteIcon {
    color: var(--grayColor);
}

.subMenuCol.cartDropdown {
    width: 360px;
}

.bannerSection {
    padding: 300px 0 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(../images/banner.jpg); */
    /* margin-top: 106px; */
    color: var(--white);
    background-color: var(--black);
}

.bannerCol {
    padding-left: 100px;
}

.bannerCol > h4 {
    font-size: 36px;
    margin: 0;
}

.bannerCol > h1 {
    font-size: 120px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    letter-spacing: -5px;
}

.bannerBtn {
    margin-top: 25px;
}

.bannerBtn > ul > li + li,
.btnCol > ul > li + li {
    margin-left: 15px;
}

.paymentCol {
    background-color: var(--white);
    max-width: 1080px;
    margin: -75px auto 0;
    padding: 55px 50px;
}

.pCardStyleImg {
    width: 55px;
}

.pCardStyleImg > img {
    width: 50px;
    height: 50px;
    display: block;
    object-fit: contain;
}

.pCardStyleContent > p {
    margin: 0;
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.pCardStyleContent > p > span > a {
    color: #099fff;
}

.offerSection {
    margin-bottom: 50px;
}

.swiperStyle {
    position: relative;
}

.swiperStyle .swiper-button-next {
    right: -50px;
    text-align: right;
}

.swiperStyle .swiper-button-next:after,
.swiperStyle .swiper-button-prev:after {
    color: rgba(9, 29, 98, 0.2);
    font-size: 40px;
}

.swiperStyle .swiper-button-prev {
    left: -50px;
}

.offerCol {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .saleBanner {
    background-image: url(../images/sale-banner.jpg);
}

.hugeBanner {
    background-image: url(../images/offer-banner.jpg);
} */

.offerContent {
    /* padding: 60px 30px 30px; */
    background-position: right bottom;
    background-size: initial;
    background-repeat: no-repeat;
    /* max-width: 330px; */
}

/* .hugeBannerInner {
    background-image: url(../images/offer-bg.png);
}

.saleBannerInner {
    background-image: url(../images/sale-bg.png);
} */

.offerContent > h2 {
    font-size: 65px;
    line-height: 1;
    font-weight: 900;
}

.bannerCol > h4,
.footerCol > h3,
.offerContent > h2 > span {
    font-weight: 400;
}

.offerContent > p {
    font-size: 20px;
    padding-bottom: 15px;
    max-width: 250px;
    line-height: 1.3;
    font-weight: 500;
    padding-top: 5px;
}

.offerContent > a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid;
}

.btSection {
    padding: 100px 0;
    position: relative;
    background-color: var(--lightBg);
}

.btBannerSection {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}

.btBannerSection > img {
    display: block;
}

.btInnerText {
    max-width: 500px;
    margin-left: 80px;
}

.pText {
    padding-top: 10px;
}

.btCardSection {
    margin-top: 50px;
    margin-left: -200px;
    position: relative;
}

.btCardImg {
    width: 100%;
    height: 175px;
}

.btBannerSection > img,
.btCardImg > img,
.proImgCol > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.btCardText {
    padding-top: 14px;
}

.btCardText > p {
    font-size: 18px;
    font-style: italic;
    margin: 0;
    max-width: 200px;
    line-height: 24px;
}

.productSection {
    position: relative;
    padding: 80px 0;
}

.proImgCol {
    position: absolute;
    right: 0;
    top: -50px;
    bottom: 20px;
}

.proImgCol > img {
    object-fit: contain;
}

.productColSwiper {
    margin-top: 40px;
    margin-left: -40px;
}

.swiper.productSlider {
    overflow: initial;
}

.productSliderImg {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.productSliderImg > img {
    border-radius: 50%;
}

.btnCol {
    margin-top: 40px;
}

.productSlider .swiper-slide {
    width: auto;
}

.productSlider .swiper-slide .productSliderImg {
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out 0se;
    -o-transition: opacity 500ms ease-in-out 0se;
    transition: opacity 500ms ease-in-out 0s;
}

.productSlider .swiper-slide.swiper-slide-prev .productSliderImg {
    opacity: 0.3;
}

.footerlinks2 > ul > li > a:hover,
.productSlider .swiper-slide.swiper-slide-active .productSliderImg,
.productSlider
    .swiper-slide.swiper-slide-active
    ~ .swiper-slide
    .productSliderImg {
    opacity: 1;
}

.productColSwiper .swiper-button-next.swiper-button-disabled {
    pointer-events: initial;
    cursor: pointer;
    opacity: 1;
}

.productColMain {
    overflow: hidden;
    max-width: 66.66%;
    position: relative;
}

.productColSwiper::before {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    bottom: -5px;
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.9) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.9) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#ccffffff',GradientType=1 );
    z-index: 2;
    width: 285px;
    filter: blur(5px);
}

.productColSwiper::after,
.videoSection::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.productColSwiper::after {
    width: 42px;
    z-index: 1;
    background: #fff;
}

.proContent {
    max-width: 920px;
    margin-left: auto;
}

.productColSwiper.swiperStyle .swiper-button-next {
    right: 0;
}

.videoSection {
    position: relative;
    padding: 160px 30px;
    background-image: url(../images/dried-frui-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -205px;
}

.videoSection::before {
    left: 0;
    background: -moz-linear-gradient(
        top,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    background: -webkit-linear-gradient(
        top,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
}

.videoCol > a {
    display: block;
    width: 140px;
    margin: 0 auto;
    position: relative;
}

.productSliderImg > img,
.tabSliderImg > img,
.treatsImgStyle > img,
.videoCol > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoSection > p {
    color: var(--white);
    margin: 0;
    font-size: 20px;
    font-style: italic;
    max-width: 600px;
    padding-top: 80px;
    position: relative;
}

.videoModalCol .modal-content,
.videoModalCol video,
.videoSection {
    border-top-right-radius: 120px;
}

.videoModalCol video {
    object-fit: cover;
    display: block;
    border: 0;
}

.videoModalCol .modal-dialog {
    max-width: 1220px;
}

.videoModalCol .modal-content {
    border: 0;
}

.treatsSection {
    background-color: var(--lightBg);
    padding-top: 274px;
}

.treatsColImg {
    width: 716px;
    margin-bottom: -80px;
}

.treatsImgStyle {
    width: 350px;
    height: 440px;
}

.treatsContent {
    margin-left: 80px;
    padding: 20px 0 60px;
}

.treatsContent .btnCol {
    margin-top: 30px;
}

.tabSection {
    padding: 150px 0 75px;
}

.tabInnerCol .nav-tabs {
    border: 0;
    justify-content: start;
    column-gap: 0px;
}

.tabInnerCol .nav-link {
    font-size: 22px;
    color: var(--black);
    border: 0;
    padding: 0;
    border-bottom: 1px solid transparent;
    font-weight: 400;
}

.tabInnerCol .nav-link.active {
    color: var(--primaryColor);
    font-weight: 400;
    border-color: var(--primaryColor);
}

.tabInnerCol .tab-content {
    margin-top: 50px;
}

.tabSliderImg {
    width: 100%;
    height: 320px;
}

.newsletterCol {
    max-width: 736px;
    margin: 0 auto;
    padding-top: 65px;
}

.newsletterInner {
    margin-top: 25px;
    position: relative;
}

.newsletterInner .form-control {
    padding: 16px 175px 16px 30px;
    border-radius: 50px;
    border-color: var(--borderColor);
}

.newsletterInner .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 17px;
    min-width: 154px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 0;
}

.mapSection {
    position: relative;
    height: 460px;
}

.mapPin > img,
.mapSection #map,
.videoModalCol video {
    width: 100%;
    height: 100%;
}

.mapPin {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    width: 74px;
    margin: 0 auto;
}

.mapPin > img {
    object-fit: contain;
}

.footerSection {
    background-position: center;
    background-size: cover;
    background-image: url(../images/footer-bg.jpg);
    background-color: var(--footerBg);
    padding: 62px 0;
}

.footerSliderImg,
.footerSliderImg img{
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.footerSliderImg {
    height: 240px;
}
.instaText {
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
    margin: 0;
    padding-bottom: 15px;
}
.tagImages {
    margin-top: 20px;
}
.tagImages>* {
    width: 80px;
    padding: 5px;
}
.footerCol {
    margin-top: 40px;
}

.footerCol > h3,
.offerContent > h2 {
    color: var(--white);
    text-transform: uppercase;
}

.footerCol > h3 {
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.footerLinks > li {
    display: inline-block;
    width: 49%;
}

.footerCol > ul > li + li {
    margin-top: 8px;
}

.footerCol > ul > li > a {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
}

.socialLinks {
    margin-top: 44px;
}

.socialLinks > ul > li > a {
    width: 32px;
    height: 32px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 8px;
}

.socialLinks > ul > li + li {
    margin-left: 14px;
}

.footerlinks2 {
    padding-top: 25px;
}

.copyrightText,
.footerlinks2 > ul > li > a {
    color: var(--white);
    font-size: 15px;
    opacity: 0.4;
}

.footerlinks2 > ul > li + li a {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid;
}

.copyrightText {
    margin: 0;
    padding-top: 5px;
}

@media (max-width: 1599px) {
    .proImgCol {
        max-width: 380px;
    }
}

@media (max-width: 1499px) {
    .productColMain {
        max-width: 72.66%;
    }
}

@media (max-width: 1399px) {
    .proImgCol {
        max-width: 250px;
        bottom: auto;
        top: -20px;
    }

    .treatsColImg {
        width: 666px;
    }

    .treatsImgStyle {
        width: 325px;
    }

    .treatsContent {
        margin-left: 20px;
    }

    .tabInnerCol .nav-tabs {
        column-gap: 0px;
    }

    .navCol {
        margin-left: 0;
    }

    .btInnerText {
        max-width: 100%;
        margin-left: 30px;
    }

    .offerContent > h2 {
        font-size: 50px;
    }

    /* .offerContent {
        padding: 40px 20px 30px;
    } */

    .offerContent > p {
        font-size: 18px;
        max-width: 220px;
    }

    .btSection {
        padding: 80px 0;
    }

    .productColMain {
        max-width: 80.66%;
    }

    .footerSliderImg {
        height: 184px;
    }

    .tabSliderImg {
        height: 280px;
    }

    /* .offerContent {
        max-width: 260px;
    } */
}

@media (max-width: 1199px) {
    .logo > a > img {
        width: 176px;
    }

    .navLinks > ul > li > a,.navLinks > ul > li > .dropdown > a {
        font-size: 16px;
    }

    .navLinks > ul > li + li {
        margin-left: 30px;
    }

    .headerOptions > ul > li + li {
        margin-left: 20px;
    }

    .bannerSection {
        padding: 200px 0 250px;
        /* margin-top: 80px */
    }

    .bannerCol {
        padding-left: 60px;
    }

    .bannerCol > h4 {
        font-size: 30px;
    }

    .bannerCol > h1 {
        font-size: 100px;
        letter-spacing: -3px;
    }

    .paymentCol {
        max-width: 100%;
        margin: -60px auto 0;
        padding: 40px;
    }

    .videoCol > a {
        width: 100px;
    }

    .videoModalCol .modal-dialog {
        max-width: 980px;
    }

    .videoModalCol .modal-content,
    .videoModalCol video,
    .videoSection {
        border-top-right-radius: 100px;
    }

    .lgTitle {
        font-size: 30px;
    }

    .treatsContent {
        margin-left: 0;
    }

    .treatsImgStyle {
        width: 274px;
    }

    .treatsColImg {
        width: 556px;
    }

    .tabInnerCol .nav-tabs {
        column-gap: 0px;
    }

    .tabSliderImg {
        height: 260px;
    }

    .footerSliderImg {
        height: 164px;
    }

    .footerCol > ul > li > a {
        font-size: 16px;
    }

    .swiperStyle .swiper-button-next {
        right: -30px;
    }

    .swiperStyle .swiper-button-prev {
        left: -30px;
    }

    .productColMain {
        max-width: 960px;
        margin: 0 auto;
        overflow: inherit;
    }

    .proContent {
        max-width: 100%;
    }

    .proImgCol,
    .productColSwiper::after,
    .productColSwiper::before {
        display: none;
    }

    .productSlider
        .swiper-slide.swiper-slide-active
        ~ .swiper-slide
        .productSliderImg {
        opacity: 0;
    }

    .productSlider .swiper-slide.swiper-slide-active .productSliderImg,
    .productSlider .swiper-slide.swiper-slide-next .productSliderImg,
    .productSlider
        .swiper-slide.swiper-slide-next
        + .swiper-slide
        .productSliderImg,
    .productSlider
        .swiper-slide.swiper-slide-next
        + .swiper-slide
        + .swiper-slide
        .productSliderImg {
        opacity: 1 !important;
    }

    .productSlider
        .swiper-slide.swiper-slide-next
        + .swiper-slide
        + .swiper-slide
        .productSliderImg {
        position: relative;
    }

    .productSlider
        .swiper-slide.swiper-slide-next
        + .swiper-slide
        + .swiper-slide
        .productSliderImg::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: -moz-linear-gradient(
            left,
            rgba(255, 255, 255, 0.34) 0,
            rgba(255, 255, 255, 0.9) 100%
        );
        background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0.34) 0,
            rgba(255, 255, 255, 0.9) 100%
        );
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.34) 0,
            rgba(255, 255, 255, 0.9) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ffffff', endColorstr='#e6ffffff',GradientType=1 );
    }

    .productColSwiper.swiperStyle .swiper-button-next::after {
        color: rgba(9, 29, 98, 0.5);
    }

    .productColSwiper {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .logo > a > img {
        width: 125px;
        margin: 0 auto;
    }

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

    .menuToggle {
        width: 64px;
    }

    .menuToggle > a {
        margin-left: inherit;
    }

    .navCol {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: var(--white);
        z-index: 99;
        padding: 130px 0 0;
        width: 100%;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    .actNav .navCol {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .navLinks {
        position: relative;
        overflow-x: hidden;
        height: 520px;
    }

    .actNav.fixedHeader .headerSection {
        top: 0;
    }

    body.actNav {
        overflow: hidden;
    }

    .actNav .bar:nth-child(1) {
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 8px;
    }

    .actNav .bar:nth-child(2) {
        -webkit-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        opacity: 0;
    }

    .actNav .bar:nth-child(3) {
        -webkit-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 8px;
        width: 100%;
    }

    .btBannerSection::before,
    .toggle::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .toggle::before {
        z-index: 9;
    }

    .actDD .ddCol,
    .navLinks > ul,
    .navLinks > ul > li {
        display: block;
    }

    .navLinks > ul > li + li {
        margin-left: 0;
    }

    .navLinks > ul > li > .ddParent > a,
    .navLinks > ul > li > a,.navLinks > ul > li > .dropdown > a {
        font-size: 16px;
        padding: 14px 60px 14px 22px;
        display: block;
        border-bottom: solid 1px var(--primaryColor);
        position: relative;
    }

    .navLinks > ul > li > .ddParent > a.ddTrigger::before {
        content: "";
        position: absolute;
        right: 35px;
        top: 20px;
        bottom: 0;
        background-image: url(../images/plus-icon.svg);
        background-position: center;
        background-size: contain;
        width: 14px;
        height: 15px;
    }

    .navLinks > ul > li.collapseAct > .ddParent > a.ddTrigger::before {
        background-image: url(../images/minus-icon.svg);
        height: 2px;
        top: 27px;
    }

    .navLinks > ul > li > a::before,.navLinks > ul > li > .dropdown > a::before {
        display: none;
    }

    .bar,
    .logo {
        z-index: 999;
    }

    .navCol .container {
        padding: 0;
    }

    .btCardText > p,
    .headerSection .container {
        max-width: 100%;
    }

    .logo {
        position: relative;
    }

    .subMenuCol.cartDropdown {
        width: 320px;
    }

    .cartImage {
        width: 80px;
    }

    .subMenuCol {
        width: 260px;
        margin-top: 10px;
        right: -10px;
    }

    .videoModalCol .modal-dialog {
        max-width: 100%;
        margin: 15px;
    }

    .bannerSection {
        padding: 150px 0 200px;
    }

    .bannerCol > h4 {
        font-size: 24px;
    }

    .bannerCol > h1 {
        font-size: 90px;
    }

    .btn {
        font-size: 16px;
        padding: 9px 20px;
        min-width: 130px;
    }

    .bannerBtn > ul > li + li {
        margin-left: 5px;
    }

    .paymentCol {
        padding: 20px;
    }

    .pCardStyleImg > img {
        width: 50px;
        height: 50px;
    }

    .pCardStyleImg {
        width: 55px;
    }

    .pCardStyle {
        margin-bottom: 10px;
    }

    .btInnerText {
        margin-left: 0;
    }

    .btSection {
        padding: 60px 0;
    }

    .btCardText > p {
        font-size: 16px;
        line-height: 20px;
    }

    .btBannerSection {
        display: none;
    }

    .btBannerSection::before {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .btCardSection {
        margin: 20px 0 0;
    }

    .productSection {
        padding: 60px 0;
    }

    .productSliderImg {
        width: 180px;
        height: 180px;
    }

    .productColMain {
        max-width: 720px;
    }

    .videoSection {
        padding: 120px 20px 20px;
        margin-bottom: -205px;
    }

    .videoSection > p {
        font-size: 16px;
        max-width: 100%;
        padding-top: 60px;
    }

    .treatsColImg {
        width: 100%;
        margin: 0;
    }

    .treatsImgStyle {
        width: 340px;
    }

    .tabSection {
        padding: 60px 0;
    }

    .newsletterCol {
        max-width: 100%;
        padding-top: 40px;
    }

    .loadMoreBtn {
        text-align: center;
        margin-top: 20px;
    }

    .mapSection {
        height: 340px;
    }

    .mapPin {
        top: 30px;
        width: 60px;
    }

    .footerSection {
        padding: 50px 0 20px;
    }

    .tabInnerCol .nav-tabs {
        column-gap: 0px;
    }

    .tabInnerCol .nav-link {
        font-size: 18px;
    }

    .tabInnerCol .tab-content {
        margin-top: 30px;
    }

    .swiperStyle .swiper-button-next {
        margin: 0;
    }

    .swiperStyle .swiper-button-prev {
        margin: 0 0 0 auto;
    }

    .swiper-pagination,
    .swiperStyle .swiper-button-next,
    .swiperStyle .swiper-button-prev {
        position: static;
        height: auto;
    }

    .bgPagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiperStyle .swiper-pagination-bullet-active {
        background-color: var(--primaryColor);
    }

    .swiperStyle .swiper-button-next:after,
    .swiperStyle .swiper-button-prev:after {
        font-size: 22px;
        font-weight: 600;
    }

    .bsSlider {
        margin: 30px 0;
    }

    .swiper-pagination.bgPagination {
        position: static;
    }

    .sMenuDD {
        top: calc(100% + 15px);
        right: 0;
        padding-top: 15px;
    }

    .subMenuCol.loginAccount {
        width: 100%;
    }

    .bannerCol {
        padding-left: 50px;
    }

    .productColSwiper.swiperStyle .swiper-button-next {
        right: 0;
        position: absolute;
        margin-top: -15px;
    }

    .footerSliderImg {
        height: 115px;
    }
    .bg-dark-green-mobile {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
}

@media (max-width: 767px) {
    .cartDimg {
        margin-bottom: 10px;
    }

    .cartDimg > img {
        width: 100px;
        height: 100px;
        object-position: left;
    }

    .btnCol {
        margin-top: 15px;
    }

    .btnCol > ul > li + li {
        margin-left: 0;
    }

    .btnCol > ul > li {
        margin: 5px 2px;
    }

    .productSliderImg {
        width: 160px;
        height: 160px;
    }

    .btCardImg {
        height: 275px;
    }

    .btCardStyle {
        margin-bottom: 30px;
    }

    .btCardText {
        padding-top: 10px;
    }

    .bannerSection {
        padding: 100px 0 150px;
        /* margin-top: 60px */
    }

    .bannerCol > h4 {
        font-size: 20px;
    }

    .bannerCol > h1 {
        font-size: 80px;
    }

    .offerContent > h2 {
        font-size: 40px;
    }

    .offerContent > p {
        font-size: 14px;
        max-width: 180px;
        margin-bottom: 0;
    }

    /* .offerContent {
        padding: 20px 15px 40px;
        max-width: 200px;
    } */

    .btSection {
        padding: 40px 0;
    }

    .lgTitle {
        font-size: 24px;
    }

    .productColMain {
        max-width: 540px;
    }

    .treatsImgStyle {
        width: 254px;
        height: 300px;
    }

    .footerSliderImg {
        height: 224px;
        margin-bottom: 20px;
    }

    .footerCol > h3 {
        padding-bottom: 0;
    }

    .sMenuDD {
        top: calc(100% + 8px);
        padding-top: 8px;
    }

    .subMenuCol:before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 12px solid var(--lightBg);
        top: -12px;
        right: 8px;
    }
}

@media (max-width: 575px) {
    .cartStyle,
    .tabInnerCol .nav-tabs li.nav-item {
        margin-bottom: 10px;
    }

    .cartImg {
        height: 320px;
    }

    .navCol {
        padding: 100px 0 0;
    }

    .navLinks > ul > li > a,.navLinks > ul > li > .dropdown > a {
        padding: 12px 40px 12px 20px;
    }

    .videoCol > a {
        width: 70px;
    }

    .videoSection {
        padding: 80px 15px 15px;
    }

    .treatsSection {
        padding-top: 244px;
    }

    .newsletterInner .btn {
        min-width: 114px;
        padding: 12px;
    }

    .productColMain {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .mapSection {
        height: 280px;
    }

    .mapPin {
        top: 20px;
        width: 40px;
    }

    .newsletterInner .form-control {
        padding: 14px 125px 14px 15px;
        font-size: 16px;
    }

    .treatsImgStyle {
        width: 100%;
    }

    .videoModalCol .modal-content,
    .videoModalCol video,
    .videoSection {
        border-top-right-radius: 40px;
    }

    .tabInnerCol .tab-content {
        margin-top: 10px;
    }

    .InnerCardStyle {
        padding: 5px;
    }

    .btn {
        font-size: 15px;
        padding: 8px 15px;
        min-width: 100px;
    }

    .tabSliderImg {
        height: 230px;
    }

    .headerOptions > ul > li + li,
    .socialLinks > ul > li + li {
        margin-left: 10px;
    }

    .menuToggle {
        width: 54px;
    }

    .productSection,
    .tabSection {
        padding: 40px 0;
    }
}

@media (max-width: 485px) {
    .cartImage {
        width: 60px;
    }

    .checkoutText h5 {
        font-size: 16px;
    }

    .dropBtnCol .btn {
        padding: 6px 10px;
    }

    .subMenuCol {
        width: 240px;
        margin-top: 5px;
    }

    .bannerCol > h1 {
        font-size: 60px;
    }

    .bannerCol > h4 {
        font-size: 18px;
    }

    .offerContent > h2 {
        font-size: 36px;
    }

    /* .offerContent {
        max-width: 180px;
    } */

    .offerSection {
        margin-bottom: 30px;
    }

    .productSliderImg {
        width: 140px;
        height: 140px;
    }

    .productColSwiper {
        margin-top: 20px;
    }

    .sMenuDD {
        min-width: 250px;
    }

    .loginInformation > ul > li > a {
        font-size: 14px;
        padding: 8px 12px;
    }

    .subMenuCol.cartDropdown {
        width: 300px;
    }

    .newsletterInner .btn {
        min-width: 94px;
    }

    .newsletterInner .form-control {
        padding: 14px 105px 14px 15px;
    }

    .tabSliderImg {
        height: 180px;
    }

    .videoSection > p {
        padding-top: 40px;
    }

    .paymentCol {
        padding: 15px;
    }

    .pCardStyleImg > img {
        width: 50px;
        height: 50px;
    }

    .pCardStyleImg {
        width: 55px;
    }

    .footerSliderImg {
        height: 194px;
    }
}

@media (max-width: 385px) {
    .bannerBtn > ul > li + li {
        margin-left: 0;
    }

    .tabSliderImg {
        height: 140px;
    }

    .footerSliderImg {
        height: 144px;
    }
}
[v-cloak] {
    display: none !important;
}
