body {
    margin: 0px;
    padding: 0px;
    font-family: var(--primary-font);
    overflow-x: hidden !important;
    color: var(--primary-color);
}

h4,
h1,
h2,
h3,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    color: var(--primary-black-font);
    font-family: var(--primary-font);
}

p {
    font-size: 14px !important;
    font-family: var(--primary-font);
    line-height: 23px;
    margin: 0px;
    padding: 0px;
}

.m20 {
    margin: 25px 0px 20px 0px;
}

.m15 {
    margin-top: 15px;
}

.policy_li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    font-size: 14px;
    margin-top: 5px;
}

.policy_li::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #333;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

/* flex */
.d-flex {
    display: flex !important;
}

.j-c-sb {
    justify-content: space-between !important;
}

.j-c-sa {
    justify-content: space-around;
}

.j-c-c {
    justify-content: center;
}

.j-c-fe {
    justify-content: flex-end;
}

.a-i-sa {
    align-items: space-around;
}

.a-i-c {
    align-items: center;
}

.a-i-fe {
    align-items: flex-end;
}

.form-50 {
    flex: 0 0 48%;
    max-width: 0 0 48%;
}

.form_input_con {
    margin: 20px 0px;
}

.dark_input {
    display: block;
    width: calc(100% - 40px);
    padding: 10px 20px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-black);
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    outline: 0;
    appearance: none;
    font-family: var(--primary-font);
    border-radius: 0.25rem;
    transition: border 0.5s ease-in,
        box-shadow .15s ease-in-out;
}

.dark_input:focus {
    border: 1px solid var(--primary-light-green);
    transition: border 0.5s ease-in;
}

.dark_label {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: var(--primary-dark-text);
}

/* buttton design */

.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.learn-more {
    width: 12rem;
    height: auto;
}

.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--primary-pink);
    border-radius: 1.625rem;
}

.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: var(--primary-black);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.learn-more:hover .circle {
    width: 100%;
}

.learn-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
    color: #fff;
}

.cta {
    border: none;
    background: none;
    cursor: pointer;
}

.cta span {
    padding-bottom: 7px;
    font-size: 14px;
    padding-right: 15px;
    text-transform: uppercase;
    color: var(--primary-green);
}

.cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
    fill: var(--primary-green);
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active svg {
    transform: scale(0.9);
}

.hover-underline-animation {
    position: relative;
    color: var(--primary-green);
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-pink);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* point design */
.news_letter {
    width: 100%;
    padding: 10px 0px;
}

.indexpoint_title {
    width: 85%;
    margin: 0px auto;
    font-weight: 600;
}

.news_letter_title_con {
    width: 80%;
    font-size: 60px;
}

.point_matter_con {
    width: 80%;
    margin: 0px auto;
}

.point_matter_subcon {
    width: 70%;
    line-height: 23px;
    margin-top: 30px;
}

.point_image_part {
    margin-top: -40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.point_left_img {
    height: 230px;
    width: 230px;
}

.point_right_img {
    width: 320px;
    height: 320px;
}

.point_img_matter {
    flex: 0 0 calc(90% - 600px);
    max-width: calc(90% - 600px);
    border-top: 1px solid #f5f5f5;
    height: 230px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.point_img_matter_slide {
    padding: 30px 0px;
}

.point_img_matter_slide_title {
    font-size: 40px;
}

.point_img_matter_slide_matter {
    font-weight: 500;
    font-size: 16px;
}

/* news letter */
.news_letters_con {
    width: 100%;
    padding: 60px 0px;
}

.news_letters_subcon {
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news_letters_subcon_left {
    flex: 0 0 40%;
    max-width: 40%;
    font-size: 25px;
    line-height: 33px;
    font-family: var(--primary-font3);
}

.news_letters_subcon_right {
    flex: 0 0 48%;
    max-width: 48%;
}

.news_letter_right_title1 {
    font-size: 13px;
    line-height: 22px;
}

.input_area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.input_area input {
    height: 40px;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0px 20px;
    border: 1px solid #f5f5f5;
}

.input_area label {
    display: block;
    padding: 15px 0px 10px 0px;
    flex: 0 0 100%;
    max-width: 100%;
}

.input_area button {
    margin-top: 20px;
}

.news_letter_right_title1_span {
    display: block;
    line-height: 22px;
    font-size: 13px;
    font-family: var(--primary-font);
    margin-top: 30px;

}




/* product slide */
.pro_con {
    padding: 120px 0px;
    width: 100%;
}

.pro_subcon {
    width: 85%;
    margin: 0px auto;
}

.pro_slider_subcon {
    width: calc(100% + 40px);
    margin-left: -40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pro_slider_con {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pro_slide {
    flex: 0 0 calc((100% - 160px) / 4);
    max-width: calc((100% - 160px) / 4);
    /* background: #FBD9EA; */

}

.pro_slide_img a {
    display: flex;
    object-fit: cover;
}

.pro_slide_img_as {
    display: none !important;
}

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

.pro_dropdown {
    position: relative;
}

.dropdown_con {
    position: absolute;
    cursor: pointer;
    width: 100%;
    padding: 10px 0px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    display: none;
    z-index: 9999;
    background: #fff;
}

.slider .dropdown_con {
    bottom: 40px;
    left: 0px;
}

.dropdown_con li {
    padding: 5px 0px;
    width: calc(100% - 20px);
    list-style: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

.pro_add {
    flex: 0 0 48%;
    max-width: 48%;
}

.pro_dropdown {
    flex: 0 0 48%;
    max-width: 48%;
    border: 1px solid #f5f5f5;
    height: 35px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
}

.pro_dropdown input {
    min-height: 0px;
}

.pro_dropdown input {
    width: calc(100% - 0px);
    padding: 0px 10px;
    border: none;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
}

.pro_add button {
    height: 35px;
    width: 100%;
    cursor: pointer;
    border: none;
    background-color: #fff;
    color: #000;
    outline: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    transition: color 0.3s ease-in-out;
    font-weight: 700;
}

.pro_add button:hover {
    color: #AD035E;
    transition: color 0.3s ease-in-out;
}

.down_pro {
    position: absolute;
    top: 4px;
    right: 7px;
    cursor: pointer;

}

.pro_title a {
    font-size: 16px;
    color: #414141;
    text-decoration: none;
    display: block;
    padding: 10px 0px;
}

.pro_slide_con {
    margin-bottom: 10px;
}

.pro_slide_con span:last-child {
    text-decoration: line-through;
    color: rgb(157, 159, 164);
}

.pro_slide_img {
    position: relative;
    overflow: hidden;
}

.pro_slide_stock {
    height: 30px;
    display: inline;
    line-height: 30px;
    position: absolute;
    background: #000;
    padding: 0px 10px;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.pro_whilist {
    position: absolute;
    right: 10px;
    top: 10px;
    transition: right 0.3s ease;
}

.pro_whilist button {
    cursor: pointer;
    background: transparent;
    border: none;
    outline: 0;
}

.pro_whilist button i {
    font-size: 25px;

}

.pro_title a span {
    display: inline;
}

.pro_whilist span {
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #000;
}

.pro_whilist span i {
    color: #F4B400;
    margin-top: -2px;
}

.pro_whilist {
    display: flex;
    flex-direction: column;
}

.pro_slide_con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pro_slide_con_second {
    color: #5cb85c;
    margin-left: 10px;
    font-weight: 800;
}

.pro_slide_rate {
    position: absolute;
    bottom: -30px;
    left: 0px;
    background: #000;
    width: 100%;
    padding: 7px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: bottom 0.3s ease-in;
}

.pro_slide_rate i {
    color: #F4B400;
    font-size: 16px;
}

.pro_slide:hover .pro_slide_rate {
    bottom: 0px;
    transition: bottom 0.3s ease-in;
}

.pro_slide {
    margin-left: 40px;
    margin-top: 50px;
}

#frmnewarivals .pro_slide {
    margin: 0px;
}

.newarrival_con {
    width: 85%;
    margin: 0px auto;
    margin-top: 70px;
}

/* .pro_slide{
    transform: scale(1);
} */

/* slider category */
.specialTitle {
    font-family: var(--primary-font);
    color: #f3f3f4;
    margin: 0;
}

.specialTitle::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background-color: #f7970e;
    margin: 0 0 10px;
}

@media (min-width: 1440px) {
    .specialTitle::before {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1024px) {
    .specialTitle::before {
        margin: 0 0 14px;
    }
}

@media (min-width: 1920px) {
    .specialTitle::before {
        margin: 0 0 16px;
    }
}

@media (min-width: 1024px) {
    .specialTitle {
        font-size: 1.82vw;
    }
}

.slider-offbeat {
    display: flex;
    justify-self: center;
    margin-top: 10vw;
    margin: 0 0 0 auto;
}

.slider-offbeat .swiper-slide {
    width: 183.333px;
    margin-right: 10px;
    aspect-ratio: 0.6466666667;
    position: relative;
    transition: margin 1.2s ease-in-out;
    margin: 0 0 10%;
    height: 300px;
}

.slider-offbeat .swiper-slide-next {
    margin: 10% 0 0;
}

.slider-offbeat .swiper-slide .container-img {
    height: 100%;
}

.slider-offbeat .swiper-slide .container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-offbeat .swiper-slide .container-img .img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5%;
    height: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 5%;
    background-image: linear-gradient(rgba(17, 18, 37, 0) 50%, #111225);
    width: 90%;
}

.slider-offbeat .slider-offbeat-next {
    width: 14vw;
    margin-right: 19vw;
}

@media (min-width: 425px) {
    .slider-offbeat .slider-offbeat-next {
        width: 10vw;
        margin-right: 23vw;
    }
}

.slider-offbeat .slider-offbeat-next::after {
    content: '';
}

@media (min-width: 1024px) {
    .slider-offbeat {
        margin-top: 0;
    }

    .slider-offbeat .swiper-slide {
        aspect-ratio: 0.5547945205;
    }

    .slider-offbeat .slider-offbeat-next {
        padding: 0;
        margin-right: 6vw;
        width: 4.8vw;
    }

    .slider-offbeat .slider-offbeat-next .slider-button-purple {
        width: 100%;
    }
}

.slider-offbeat .text-container {
    margin-bottom: 5vw;
}


/* page web title */
.page_web_title {
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_web_title_left {
    flex: 0 0 48%;
    max-width: 48%;
}

.page_web_title_left span {
    display: block;
}

.page_web_title_left span:first-child {
    font-size: 25px;
    font-family: var(--primary-font3);
    font-weight: 500;
    margin-bottom: 10px;
}

.page_web_title_left span:last-child {
    font-size: 15px;
}

.page_web_title_right {
    flex: 0 0 48%;
    max-width: 48%;
}


/* paging design */
.pagging-web {
    padding: 20px 0px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-left: 40px;
}

.pagging-web a {
    display: block;
    font-size: 16px;
    font-family: var(--primary-font2);
    height: 25px;
    width: 25px;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    color: #333;
    margin: 0px 10px;
}

.pagging-web-active {
    background: #333;
    transition: all 0.5s ease;
    color: #fff !important;
    line-height: 25px;
    border-radius: 2px;
    text-align: center;
}

.pageprev {
    transform: rotate(-180deg)
}

.index_con_slide_con {
    margin-top: 50px;
}



/* testimonials */

.testimonials_con {
    width: 100%;
    padding: 60px 0px 0px 0px;
}

.testimonials_subcon {
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-top: 70px;
}

.testimonials_slide {
    flex: 0 0 calc((90% - 80px) / 3);
    max-width: calc((90% - 80px) / 3);
    padding: 20px;
    background: #f5f5f5;
    position: relative;
}

.testimonials_name_designation {
    margin-top: 20px;
}

.testimonials_name_designation span {
    display: block;
}

.testimonials_name_designation span:first-child {
    font-weight: 600;
    font-size: 17px;
    font-family: var(--primary-font3);
}

.testimonials_name_designation span:last-child {
    font-weight: 400;
    font-size: 14px;
}

.testimonials_matter i {
    font-size: 30px;
}

.testimonials_matter {
    margin-top: 10px;
    font-size: 14px;
}

.testimonials_img {
    position: absolute;
    height: 70px;
    width: 70px;
    background-color: #F4B400;
    display: flex;
    object-fit: cover;
    right: 20px;
    top: -35px;
    overflow: hidden;
    border-radius: 50%;
}


/* header design */


.main-header {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;

}

.cisco-image img {
    position: relative;
    z-index: 9;
}

.in-header ul {
    list-style: none;
    display: flex;

}

.in-header ul li {
    padding: 20px 20px;
}

.in-header ul li a {
    color: #000;
}

.cisco-icons {
    display: flex;
    padding: 20px 20px;
}

.cisc-internal-icons {
    font-size: 1.5rem;
}


.left-side-box {
    display: none;
}



/* hamburgar-css */

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.line {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.humbermenu {
    position: fixed;
    top: 20px;
    right: 20px;
}

.in-header a {
    text-decoration: none;
    color: #fff;
}

/* .short-hamb{
    display: none !important;
} */
.cisc-internal-icons {
    position: relative;
}



.header_text {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #000;
    border-radius: 50%;
    top: -6px;
    right: -4px;
    line-height: 15px;
    text-align: center;
    font-size: 8px;
    font-weight: 700;
    color: #fff;
}

.cisc-internal-icons button i {
    color: #000;
}

.hamburgar-header {
    display: flex;
    align-items: center;
}

.humburgar-header_menu {
    display: none !important;
}


@media (max-width:991px) {
    .humburgar-header_menu {
        display: flex !important;
    }

    .main-header {
        display: flex;
        justify-content: space-between;
    }

    .in-header {
        display: none;
    }

    .menu_cart_wishlist {
        width: calc(100% - 200px);
        display: flex;
        justify-content: flex-end;
    }

    .login_con_subcon {
        display: none !important;
    }



}

.hamburgar-left {
    width: 350px;
    height: 100vh;
    top: 0;
    background-color: white;
    position: fixed;
    top: 0px;
    overflow: hidden;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 9999;
}

.hamburgar-down {
    max-height: 250px;
    width: 90%;
    margin: 0px auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.hamburgar-down ul li {
    padding: 9px 0px;
}

.socialmedia-icons {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    align-items: center;
    /* position: fixed;
    bottom: 0;
    right: 0; */
}

.all-icons {
    font-size: 30px;

}

@media (max-width:450px) {
    .hamburgar-left {
        width: 100%;
    }
}

.short-hamb[ data-arial="hide"] {
    display: none !important;

}

.short-hamb[ data-arial="show"] {
    display: block !important;
}

/* .cisco-image img[ data-arial="hide"]{
    display: block !important;
} */

.l-side-hamburgar {
    width: 90%;
    margin: 0px auto;
}

.socialmedia-icons h3 {
    margin-right: 30px;
}

.socialmedia-icons a {
    margin-right: 10px;
    font-size: 25px;
}

.socialmedia-icons :nth-child(2) {
    color: darkblue;
}



.cisc-internal-icons button {
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
}

.cisc-internal-icons button i {
    font-size: 20px;
}


/* footer design  */
.sec_foot_main {
    background-color: #141413;
    padding-top: 20px;
}



.foot_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.first_foot {
    flex: 0 0 30%;
    max-width: 30%;
}

.fres_foot {
    width: calc(90% / 4);
    max-width: calc(90% /4);
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 30px 0px 20px 0px;

}

.h_line {
    border-bottom: 2px dotted;
    margin-top: 20px;
}

.footkart {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    margin-top: 20px;
}



.footer_top {
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px dotted #2b2b2a;
    padding-bottom: 15px;
}

.footer_top_slide {
    flex: 0 0 calc(90% / 4);
    max-width: calc(90% / 4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.footer_top_slide h4 {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-left: 10px;

}

.footer_top_slide i {
    font-size: 18px;
    color: #fff;
}

@media screen and (max-width:1024px) {
    .footer_top_slide {
        flex: 0 0 calc(90% / 2);
        max-width: calc(90% / 2);
    }
}



.copy_right {
    width: 90%;
    margin: 0px auto;
    border-top: 1px dotted #2b2b2a;
}

.copy_right_subcon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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

    .footer_payment,
    .fst_track {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fstrack_icons {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.footer_middile {
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0px;
}

.footer_contact,
.footer_about {
    flex: 0 0 300px;
    max-width: 300px;
}

.footer_middile a {
    text-decoration: none;
    color: #fff;
}

.fast_kart {
    width: 150px;
    /* background-color: #f00; */
}

.fast_kart h2 {
    color: #fff;
}



.footer_logo_add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.footer_logo_add i {
    color: #fff;
}

.footer_logo_add p {
    margin-left: 10px;
    color: #fff;
    font-weight: 400;

}

.footer_about_con {
    font-size: 14px;
    padding: 10px 0px;
    color: #fff;
}

.footer_links h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
}

.footer_links a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
}

.footer_about a {
    display: block;
}

.footer_contact h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
}

.footer_contact_slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.copy_right_subcon {
    padding: 10px 0px;
}

.copy_right_subcon_left {
    color: #fff;
}

.copy_right_subcon_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.copy_right_subcon_right a {
    margin: 0px 5px;
    color: #fff;
    text-decoration: none;
}

.copy_right_subcon_right p {
    color: #fff;
    margin-top: -2px;
}

.copy_right_subcon_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* pagging system */
.pagination_con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.pagination_con a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
    text-decoration: none;
    color: #141413;
}

.pagination_con a:first-child {
    margin-left: 0px !important;
}

.pagination_con a:last-child {
    margin-left: 0px !important;
}

.pagination_active {
    background: #141413 !important;
    color: #fff !important;
    padding: 2px 5px;
}

/* webtitle design */

.web_title {
    width: 100%;
    position: relative;
    z-index: 1;
}

.web_title_matter_ab {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
    left: 7.5%;
}

.web_title_subcon {
    width: 100%;
    margin: 0px auto;
}

.web_title_matter_top {
    font-size: 60px;
    color: #fff;
}

.web_title_matter_bottom {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 10px;
}

.web_title_matter_bottom a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.web_title_matter_bottom span {
    font-size: 16px;
}

.web_title_matter_bottom a:hover {
    color: #E6BC4B;
}

.ml2 {
    font-weight: 600;
    font-size: 50px;
}

.ml2 .letter {
    display: inline-block;
}

.web_title_matter_top h1 {
    margin: 0px;
    bottom: 0px;
    font-family: var(--primary-font3);
}





/* checkout page */
.checkout_con {
    width: 100%;
    padding: 70px 0px;
}

.checkout_subcon {
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.checkout_subright {
    flex: 0 0 340px;
    max-width: 340px;
}

.checkout_subleft {
    flex: 0 0 calc(90% - 340px);
    max-width: calc(90% - 340px);
}

.checkout_right_top {
    border: 1px solid #eee;
}

.order_slide_img {
    height: 60px;
    width: 60px;
    position: relative;
}

.order_slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.order_title {
    margin-left: 10px;
}

.order_title_top {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2b2b2a;
}

.checkout_right_top {
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 20px;
}

.order_title_bottom {
    font-size: 13px;
}

.order_slide {
    margin-top: 20px;
}

.order_slide:first-child {
    margin-top: 0px !important;
}

.checkout_right_bottom {
    border: 1px solid #e4e4e4;
    padding: 20px;
}

.cart_price_slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    font-size: 14px;
    color: #2b2b2a;
}

.cart_price_con h2 {
    margin-bottom: 20px;
}

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

.price_total {
    padding: 10px 0px;
    border-top: 1px dotted #e4e4e4;
    border-bottom: 1px dotted #e4e4e4;
    margin: 20px 0px;
}

.checkout_contact h2 {
    margin: 0px;
    padding: 0px;
    flex: 0 0 48%;
    max-width: 48%;
    font-weight: 600;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
}

.checkout_shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.checkout_shipping h2 {
    margin: 0px;
    padding: 0px;
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 600;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
}

.checkout_header {
    width: 100%;
}

.checkout_header_con {
    width: 85%;
    margin: 0px auto;
    padding: 60px 0px;
}

.checkout_subheader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 50px;
}



.form_con_text {
    flex: 0 0 100%;
    max-width: 100%;
}

.form_con_text textarea {
    width: calc(100% - 20px);
    padding: 10px;
    height: 100px;
    border: 1px solid #e4e4e4;
    border-radius: 0.25rem;
    resize: none;
    outline: 0;
    transition: border 0.5s ease;
    font-family: var(--primary-font2);
}

.checkout_contact span {
    font-size: 13px;
}

.checkout_contact span button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.form_con_text textarea::placeholder {
    font-weight: normal;
    font-family: var(--primary-font2);
}

.form_con_text textarea:focus {
    border: 1px solid var(--primary-light-green);
    transition: border 0.5s ease;
}

.checkout_copy_right {
    font-size: 13px;
    margin-top: 30px;
}

.checkout_copy_right span {
    color: var(--primary-light-green);
    font-size: 13px;
}

.checkout_copy_right a {
    text-decoration: none;
    color: #000;
}

.checkout_copy_right a:hover {
    color: var(--primary-light-green);
}


/* web title */
.page_web_title {
    position: relative;
    z-index: 1;
}

.page_web_title_con {

    font-size: 60px;
    font-weight: 700;
    z-index: -1;
    color: #71B8B5;
    text-shadow: -15px 5px 20px #ced0d3;
    text-transform: uppercase;
    width: 50%;
    font-size: 70px;
    line-height: 70px;
    width: 100%;

}

.yellow {
    color: #FFC97D;
}

.lightred {
    color: #FFB0A4;
}

.page_web_title_con span {
    display: block;

}

.page_web_title_con span:last-child {
    font-size: 140px;
    margin-top: 30px;
    /* margin-bottom: -40px; */


}

.product_details_new_arivals {
    padding-bottom: 70px;
}


/* drop down  */
.drop_down {
    height: 35px;
    width: 200px;
    display: flex;

}

.short_btn {
    display: none;
}

.drop_down input {
    height: 100%;
    width: calc(100% - 20px);
    padding: 0px 10px;
    border: none;
    outline: 0;
    border: 1px solid #e4e4e4;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


/* check box */
.check_con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.check_con_right {
    margin-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #141413;
}

.check_con_left {
    margin-top: 3px;
}

.check_con_right i {
    margin: 0px 3px 0px 0px;
    color: #f7970e;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #4285f4;
}

#cbx:checked+.check svg {
    stroke: #4285f4;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.check_con {
    margin-top: 10px;
}

.check_con:first-child {
    margin-top: 0px;
}



/* price range slider */
.range-slider {
    width: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    height: 50px;
}

.range-slider svg,
.range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}

input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2497e3;
}

input[type=range]:focus::-ms-fill-lower {
    background: #2497e3;
}

input[type=range]:focus::-ms-fill-upper {
    background: #2497e3;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.error {
    font-size: 13px;
    color: #FA6662;
}





/* footer-responsiveness */

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

    .footer_contact,
    .footer_about {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer_links {
        margin: 30px 0px 30px 0px;
    }

    .fast_kart {
        margin-top: 60px;
    }
}

@media screen and (max-width:768px) {
    .fast_kart {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:600px) {
    .footer_links {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.product_display {
    display: block !important;
}

/* ratting container  */
.product_rating_con {
    width: 100%;
    padding: 20px 0px;
    /* background:  */
    margin-top: 20px;
    margin-bottom: 70px;
}

.dark_input:focus {
    border: 1px solid #e5e5e5;
}

.pagging-web a {
    color: #000;
    margin: 0px 10px;
    cursor: pointer;
}

.page_active {
    padding: 10px;
    background: #000;
    color: #fff !important;
    font-weight: 700;
}

.product_con {
    overflow: hidden;
}

.index_about_con_right_title4 span i {
    font-size: 10px;
}

.slider-offbeat_left h4 {
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #4a5568;
}



@media screen and (max-width:500px) {
    .pro_con_slide {
        margin-left: 0px !important;
        margin-top: 40px !important;
    }

    /* index product con */
    .indexpro_con {
        width: 100% !important;
        margin-left: 0px !important;
    }
}



@media screen and (max-width:1024px) {
    .form-50 {
        flex: 0 0 100%;
        max-width: 100%;

    }
}

@media screen and (max-width:800px) {
    .checkout_subcon {
        flex-direction: column;
    }

    .checkout_subleft {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkout_copy_right {
        display: none;
    }

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

    .checkout_subright {
        flex: 0 0 100%;
        max-width: 100%;
        gap: 40px;
        align-items: flex-start;
    }
}

@media screen and (max-width:600px) {
    .checkout_subright {
        flex-direction: column;
        width: 100%;
    }

    .checkout_right_top {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .checkout_right_bottom {
        max-width: 100%;
        width: calc(100% - 40px);
    }

    .checkout_contact h2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

.dark_input {
    text-align: left !important;
}

/* mobile-header-responsiveness */
.mobile_menu {
    height: 100vh;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 999999;
    display: none;

}

.light_bckground {
    background-color: var(--pimary-b-light);
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: -1 !important;
}


.mobile-logo {
    border-bottom: 1px solid;
    border-color: var(--pimary-b-light);
}

.mobile-logo img {
    margin-left: 20px;
}

.mob-menu li {
    list-style: none;
    line-height: 60px;
    text-transform: uppercase;
}

.mob-menu li a {
    color: var(--primary-black);
    text-decoration: none;
}

.mobile-icons {
    display: flex;
    padding: 30px;
    background-color: var(--primay-ic);
}

/* mobile-header-css-ends */

.responsive_mobile {
    display: block !important;
}

.btnersponsivemenu {
    height: 40px;
    width: 40px;
}

.menuicons_li_btn {
    margin-top: 60px;
    display: flex;
    justify-content: flex-end;
}


.mobile_menu {
    overflow-x: hidden;
    overflow-y: auto;
}

.menuicons_li_btn button {
    background: transparent;
    font-size: 35px;
    border: none;
    outline: 0px;
    margin-right: 30px;
}

.menuicons_li_btn button:hover {
    transform: scale(1.1);
    transition: 0.1s transform ease;
}

.menu_bar {
    background: #fff !important;
    width: 340px !important;
    max-width: 340px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh !important;
}

.mob-menu {
    padding-left: 40px;
}

.about_body .header_text {
    right: -10px !important;
}

.about_body .cisc-internal-icons {
    margin-right: 20px !important;
}

@media screen and (max-width:500px) {
    .mobile_menu {
        width: 100% !important;
        max-width: 100%;
        -webkit-box-shadow: 8px 6px 39px -20px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 8px 6px 39px -20px rgba(0, 0, 0, 0.75);
        box-shadow: 8px 6px 39px -20px rgba(0, 0, 0, 0.75);
    }
}

.cisc-internal-icons {
    margin-right: 10px;
}

#btnhumburger {
    background: transparent;
    font-size: 35px;
    border: none;
    outline: 0px;
    margin-right: 30px;
}


#frmnewarivals,
frmbestseller,
#frmbestseller {
    margin: 0px !important;
    width: 100% !important;
}


@media screen and (max-width:767px) {
    .ind_sec_right_title1_slide {
        width: calc(100% - 40px) !important;
    }

}

.index_con_slide_con {
    overflow: hidden;
}

#frminsta {
    overflow: hidden !important;
}


.rate_product_rating_input {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rate_product_rating_input_con {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
}

.rate_product_rating_input_con_textarea {
    flex: 0 0 100%;
    max-width: 100%;
}

.rate_product_rating_input_con textarea {
    height: 100px;
    width: calc(100% - 40px);
    padding: 20px;
    resize: none;
    border: 1px solid #e4e4e4;
    outline: 0;
    font-family: 'Roboto', sans-serif;
}


.rate_product_rating_input_con input {
    width: calc(100% - 40px);
    height: 40px;
    border: 1px solid #111225;
    padding: 0px 20px;
    outline: 0;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #e4e4e4;
}

.product_rating_sub_con h1 {
    margin-bottom: 20px;
}

/* ratting system */
.starrate span.ctrl {
    position: absolute;
    z-index: 2;
}

.starrate {
    color: #343A40;
    cursor: pointer
}

.starrate.saved {
    color: #4a5568;
}

.starrate:hover {
    color: #007bff;
}

.starrate.saved:hover {
    color: #f7970e;
}

.reattingsystem {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.rating_system_text {
    font-size: 35px;
}

.reattingsystem .ratting_start_con {
    margin-left: 30px;
}

.reattingsystem .ratting_start_con i {
    font-size: 22px;
}


/* check box */
.check_con {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.check_con_right {
    margin-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #141413;
    font-size: 15px;
    line-height: 25px;
}

.check_con_left {
    margin-top: 3px;
}

.check_con_right i {
    margin: 0px 3px 0px 0px;
    color: #f7970e;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #4285f4;
}

.cbx:checked+.check svg {
    stroke: #4285f4;
}

.cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

.cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.check_con {
    margin-top: 10px;
    padding-bottom: 13px;
}

.check_con:first-child {
    margin-top: 0px;
}

.weightbutton_active {
    background-color: #71B8B5 !important;
    border: none;
    padding: 10px;
    color: #fff !important;
    font-weight: 600;
}

.weightbutton button {
    cursor: pointer;
    border: 2px solid #71B8B5;
    color: #71B8B5;
    padding: 10px;
    font-weight: 600;
    background-color: transparent;
}

.weightbutton {
    margin-top: 10px;
}

.news_letter_right_title1 {
    font-size: 16px !important;
    line-height: 26px;
}

.pro_subtitle {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
}

.empty_subcon {
    width: 100%;
    border: 1px dashed #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 70px 0px;
}

.empty_subcon_img {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
}

.empty_subcon_title {
    font-size: 25px;
    font-weight: 600;
}

.cart_empty_button {
    display: block;
    height: 40px;
    width: 140px;
    background: #000;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}

.cart_empty_button:hover {
    background: #71B8B5 !important;
    color: #fff !important;
    transition: all 0.3s ease-in;
}

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

.empty_subcon_user_title {
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.empty_subcon_user a {
    margin-right: 5px;
    color: #AD035E;
}

#shopproduct .empty_con {
    width: 100%;
    margin-top: 60px !important;
}

.radio-button {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 10px;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.radio-button input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transform: translateZ(-25px);
    transition: all 0.3s ease-in-out;
}

.radio::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 6.5px;
    left: 6.5px;
    border-radius: 50%;
    background-color: #5cb85c;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.radio-button input[type="radio"]:checked+.radio {
    border-color: #5cb85c;
    transform: translateZ(0px);
    background-color: #fff;
}

.radio-button input[type="radio"]:checked+.radio::before {
    opacity: 1;
}


.cart_price_slide_container {
    flex-direction: column !important;
}

.consolid_margin-top-placeorder {
    margin-top: 20px;
}

.cart_price_slide {
    align-items: flex-start;
}


.demo-area {
    background: #f00;
    border-radius: 8px;
    padding: 20px;
}

.demo-area section {
    padding-top: 0;
}

.demo-trigger {
    display: inline-block;
    width: 30%;
    float: left;
}

.detail {
    position: relative;
    width: 65%;
    margin-left: 5%;
    float: left;
}

.detail button {
    vertical-align: middle;
    opacity: 0.5;
    cursor: unset;
    background: #fff;
    margin-left: 1em;
}

@media (max-width: 610px) {

    .detail,
    .demo-trigger {
        float: none;
    }

    .demo-trigger {
        display: block;
        width: 50%;
        max-width: 200px;
        margin: 0 auto;
    }

    .detail {
        margin: 0;
        width: auto;
    }

    p {
        margin: 0 auto 1em;
    }

    .responsive-hint {
        display: none;
    }

    h3 {
        margin-top: 20px;
    }
}


/* check Avaibility code */
.availity_content {
    position: relative;
    margin-bottom: 0px !important;
}

.availity_content_ab {
    position: absolute;
    width: 250px !important;
    display: flex;
    justify-content: center;
    top: 0px;
    left: 0px;
    height: 100%;
    background: #fff;
}

.leap-frog {
    --uib-size: 40px;
    --uib-speed: 2s;
    --uib-color: rgb(37, 37, 149);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--uib-size);
    height: var(--uib-size);
}

.leap-frog__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.leap-frog__dot::before {
    content: '';
    display: block;
    height: calc(var(--uib-size) * 0.22);
    width: calc(var(--uib-size) * 0.22);
    border-radius: 50%;
    background-color: var(--uib-color);
    will-change: transform;
}

.leap-frog__dot:nth-child(1) {
    animation: leapFrog var(--uib-speed) ease infinite;
}

.leap-frog__dot:nth-child(2) {
    transform: translateX(calc(var(--uib-size) * 0.4));
    animation: leapFrog var(--uib-speed) ease calc(var(--uib-speed) / -1.5) infinite;
}

.leap-frog__dot:nth-child(3) {
    transform: translateX(calc(var(--uib-size) * 0.8)) rotate(0deg);
    animation: leapFrog var(--uib-speed) ease calc(var(--uib-speed) / -3) infinite;
}

@keyframes leapFrog {
    0% {
        transform: translateX(0) rotate(0deg);
    }

    33.333% {
        transform: translateX(0) rotate(180deg);
    }

    66.666% {
        transform: translateX(calc(var(--uib-size) * -0.4)) rotate(180deg);
    }

    99.999% {
        transform: translateX(calc(var(--uib-size) * -0.8)) rotate(180deg);
    }

    100% {
        transform: translateX(0) rotate(0deg);
    }
}

.availity_check_input {
    margin-bottom: 20px;
}

@media screen and (max-width:500px) {
    .page_web_title_con span:first-child {
        font-size: 30px;
    }

    .page_web_title_con span:last-child {
        font-size: 50px;
        margin-top: -10px;
    }

    .news_letter_right_title1_span,
    .news_letter_right_title1 {
        text-align: justify !important;
        margin-top: 10px;
    }
}

.del_whishlist {
    color: #2b2b2a;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    background: transparent;
    border: none;
    outline: 0;
}

.del_whishlist i {
    font-size: 16px;
    margin-right: 3px;
}

.del_whishlist:hover {
    color: #DC0000;
    transition: all 0.5s ease-in-out;
}

#checkfulladdress:focus {
    border: 1px solid #ddd !important;
}

.confirmation_slide {
    margin-top: 40px !important;
}

.confirmation_left h3 {
    margin-bottom: 30px;
}

.confirmation_left table td {
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.confirmation_sliders {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px 0px;
}

.confirmation_sliders_main_con {
    padding: 20px 0px;
}

.confirmation_sliders .order_track_cal_slide_right {
    width: 70px;
    text-align: right;
}

.confirmation_slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.confirmation_subleft {
    flex: 0 0 100%;
    max-width: 100%;
}

.confirmation_subleft .confirmation_left {
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px);
}

.confirmation_subleft .confirmation_con {
    flex: 0 0 360px;
    max-width: 360px;
    background: #e5e5e5;
    padding: 30px;
}

.confirmation_title1 h3 {
    margin-bottom: 20px;
}

.ressend_otp {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ressend_otp button {
    background: transparent;
    outline: 0;
    color: #2497e3;
    border: none;
    font-size: 17px;
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    .confirmation_slide {
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .confirmation_subleft .confirmation_left {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .confirmation_subleft .confirmation_con {
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

/* swiper pagging-web */
.slider__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.slider__controls .slider__pagination {
    text-align: center;
    width: unset;
}

.slider__controls .slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #000;
    opacity: 0.2;
    margin: 0 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    -o-transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    -webkit-transition-delay: 0.5s, 0.5s, 0s;
    -o-transition-delay: 0.5s, 0.5s, 0s;
    transition-delay: 0.5s, 0.5s, 0s;
}

.slider .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.slider__controls .slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #414141;
    width: 70px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}



.next_prev {
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px dashed #000;
    cursor: pointer;
    margin: 0px 10px;
}

.next_prev i {
    font-size: 20px;
    color: #000;

}

.choupon_con_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.choupon_con_input .choupon_con_input_con {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}

.couponbutton {
    flex: 0 0 110px;
    max-width: 110px;
    cursor: pointer;
    background: #71B8B5;
    color: #fff;
    border: none;
    height: 40px;
}

.couponbutton:hover {
    background: #000;
    transition: background 0.3s ease-in;
}

.coupontitle {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    margin-top: 10px;
}

.bestseller {
    margin-bottom: 70px;
}

#btnloadmore {
    margin-top: 50px;
}

#frmseller .pro_slide {
    margin: 0px;
}

.shop_product_con {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.shop_product_con {
    width: calc(100% + 40px);
    margin-left: -40px !important;
}

.shop_product_con .pro_slide {
    flex: 0 0 calc((100% - 160px) / 3);
    max-width: calc((100% - 160px) / 3);
}

.notifyme {
    background: #141413;
    color: #fff;
    cursor: pointer;
    height: 35px;
    width: 130px;
    border: none;
    outline: 0;
}

.coupon_con {
    margin-bottom: 20px;
}

.coupon_slide {
    padding: 6px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.coupon_slide i {
    color: #5cb85c;
}

.coupon_slide span {
    margin-right: 10px;
    font-size: 14px;
}

.coupon_title {
    margin-bottom: 10px;
}

.coupon_slide span a {
    margin-left: 10px;
}

.product_details_subcon {
    position: relative !important;
}

.product_details_left {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 20px;
}

.couponcode {
    padding: 5px;
    background: #f5f5f5;
}

.coupon_slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.couponcode {
    font-size: 13px !important;
    font-weight: bold;
    border: 1px dashed #000;
}

.close_buttom {
    position: absolute;
    top: 10px;
    right: 15px;
}

.close_buttom i {
    font-size: 20px;
    display: none;
}


@media screen and (max-width:992px) {
    .product_details_left {
        position: static !important;
        height: unset !important;
        margin-bottom: 60px;
    }

    .close_buttom i {
        display: block;
    }

    .product_details_con {
        overflow: hidden;
    }

    .pro_slide {
        flex: 0 0 calc((100% - 120px) / 3);
        max-width: calc((100% - 120px) / 3);
    }
}

@media screen and (max-width:600px) {
    #exzoom {
        width: 100% !important;
    }

    .availity_COD {
        margin-top: 10px;
    }

    .ratebutton {
        margin-top: 20px;
    }
}

@media screen and (max-width:1024px) {
    .pro_slide {
        flex: 0 0 calc((100% - 120px) / 3);
        max-width: calc((100% - 120px) / 3);
    }
}

@media screen and (max-width:768px) {
    .pro_slide {
        flex: 0 0 calc((100% - 0px) / 1) !important;
        max-width: calc((100% - 0px) / 1) !important;
    }

    .shop_product_con .pro_slide {
        flex: 0 0 calc((100% - 0px) / 1) !important;
        max-width: calc((100% - 0px) / 1) !important;
    }

    .shop_product_con {
        width: calc(100% + 0px);
        margin-left: -40px !important;
    }
}

@media screen and (max-width: 600px) {
    /* .pro_slider_subcon {
        width: 100%;
        margin-left: 0px;
    } */

    /* .shop_product_con .pro_slide {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 20px !important;
    } */

}

@media screen and (max-width:1150px) {
    .shop_product_con .pro_slide {
        flex: 0 0 calc((100% - 80px) / 2);
        max-width: calc((100% - 80px) / 2);
    }
}

@media screen and (max-width:992px) {
    .shop_left {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;

    }

    .shop_sub_con {
        position: relative;
    }

    .shop_left {
        height: 100vh !important;
        flex: 0 0 70% !important;
        width: 70% !important;
        max-width: 70% !important;
        /* background: rgba(0, 0, 0, 0.7) !important; */
        padding: 0px !important;
        /* position: absolute!important; */
        left: -100% !important;
        margin-top: 0px !important;
        transition: all ease-in 0.8s;

    }

    .shop_left_con {
        padding: 20px;
        /* box-shadow: 37px 56px 68px -62px rgba(129.99999999999997, 107.99999999999997, 94.99999999999999, 0.29); */
        /* -webkit-box-shadow: -1px 2px 39px -18px rgba(170,159,149,1); */
        -moz-box-shadow: -1px 2px 39px -18px rgba(170, 159, 149, 1);
        /* box-shadow: -1px 2px 39px -18px rgba(170,159,149,1); */
        /* padding-bottom: 20px !important; */
        padding: 20px;
    }

    .shop_left_con {
        /* padding: 5px 0px; */
        margin-top: 0px !important;
    }

    .active-a {
        left: 0% !important;
    }

    .shop_left .shop_w-100 {
        width: 300px !important;
        background: #fff;
        padding: 30px !important;
        height: calc(100vh - 60px);
    }
}

#btnshoploadmore {
    margin-top: 40px;
}

.pro_slide_rate {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}

.coupn_fixed {
    position: fixed;
    height: 100Vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.coupn_fixed_con {
    max-height: 500px;
    width: 50%;
    background-color: #fff;
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}

.coupn_fixed_con_title {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coupn_fixed_con_title button {
    background: transparent;
    border: 0px;
    outline: 0px;
}

.coupn_fixed_con_title button i {
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
}

.coupn_fixed_con_title_code {
    border: 2px dashed #5cb85c;
    padding: 0px 10px;
    background-color: #f5f5f5;
}

.coupn_fixed_con_matter {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    text-align: justify;
}

@media screen and (max-width:992px) {
    .coupn_fixed_con {
        width: calc(70% - 40px);
        padding: 20px;
    }
}

@media screen and (max-width:600px) {
    .coupn_fixed_con {
        width: calc(95% - 40px);
        padding: 20px;
        max-height: (100vh - 40px);
    }
}

.couponttC {
    background: transparent;
    border: none;
    color: #007bff;
    font-weight: 700;
    cursor: pointer;
}

.cart_button .notifyme {
    background: #71B8B5 !important;
}



/* Cookies*/
.cookies_con {
    position: fixed;
    bottom: 10px;
    right: -470px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 40px 20px;
    transition: right 0.1s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999999;
}

.cookies_con.show {
    right: 20px;
}

.cookies_con header {
    display: flex;
    align-items: center;
}

.cookies_con header i {
    color: #FA6662;
    font-size: 32px;
}

.cookies_con header h2 {
    color: #FA6662;
    font-weight: 500;
}

.cookies_con .data {
    margin-top: 16px;
}

.cookies_con .data p {
    color: #333;
    font-size: 16px;
}

.cookies_con .data p a {
    color: #FA6662;
    text-decoration: none;
}

.cookies_con .data p a:hover {
    text-decoration: underline;
}

.cookies_con .buttons {
    margin-top: 16px;
    width: 100%;
}

.cookies_con .buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: #000;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
    height: 30px;
    width: 130px;
    margin-right: 10px;
}

.cookies_con .buttons #acceptBtn:hover {
    background-color: #71B8B5;
}

.cookies_con #declineBtn {
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
}

.cookies_con #declineBtn:hover {
    background-color: #71B8B5;
    color: #fff;
    border: none;
    outline: 0;
}

.google_button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.login_form_google a {
    width: unset !important;
}

.google_button img {
    margin-right: 10px;
}

.login-button {
    display: flex !important;
    justify-content: center !important;
}

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

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

    .show {
        right: 0px !important;
    }

    .cookies_con {
        max-width: 100% !important;
        width: 100% !important;
    }
}

.items {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: black;
    color: white;
    font-size: 12px;
    padding: 5px;
}

.addcart {
    position: relative;
    transition: all 0.4s ease-out;
    bottom: 30px;
    border: none;
    outline: none;
    background: none;
    background-color: black;
    width: 120px;
    padding: 8px;
    color: white;
    opacity: 0;
    transition: all 0.4s;
}

.center_button {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: -28px;
}

.link_producttext {
    display: flex;
    justify-content: center;
}

.addtowishlist {
    position: absolute;
    top: 10px;
    right: 5px;
    transition: all ease-out 0.4s;
    opacity: 0;
}

.addtorate {
    position: absolute;
    top: 25px;
    right: 5px;
    transition: all ease-out 0.4s;
    opacity: 0;
    font-size: 20px;
}

.pro_slide_img:hover .addcart {
    opacity: 1;
    bottom: 50px;
}

.pro_slide_img:hover .addtorate {
    opacity: 1;
    right: 10px;
}

.pro_slide_img:hover .addtowishlist {
    opacity: 1;
    right: 10px;
}

.btnaddtocart {
    border: none;
    outline: none;
    background-color: black;
    padding: 5px;
    color: white;
    border-radius: 50%;

}

.btnaddtocart i {
    font-size: 22px;
}

.link_producttext a {
    font-weight: 400px;
    font-size: 10px;
    padding: 4px;
}

.link_product {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 5px;
}

.link_product a {
    font-size: 20px;
}

.price_product {
    text-align: center;
}

.act_main {
    font-size: 18px;
}

.act_price {
    font-size: 18px;
    color: gainsboro;
    text-decoration: line-through;
}

.bottom_slide {
    background-color: white !important;
    padding: 4px;
    height: 100px;
    opacity: 0;
    transition: all ease-out 0.3s;
    z-index: 1;
    position: relative;
    color: black;
    border: 1px solid black
}

.active_bottum_a {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .shop_product_con {
        margin-left: 0px !important;
        width: 100% !important;
        bottom: 20px;
    }
}


.btnshopcategory {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none !important;
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px 0px !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

.price-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Webkit browsers */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    /* width of the thumb */
    height: 20px;
    /* height of the thumb */
    background: #007bff;
    /* color of the thumb */
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    /* height of the track */
    cursor: pointer;
    background: #f0f0f0;
    /* color of the track */
    border-radius: 5px;
}

/* Firefox */
input[type=range]::-moz-range-thumb {
    width: 20px;
    /* width of the thumb */
    height: 20px;
    /* height of the thumb */
    background: #007bff;
    /* color of the thumb */
    cursor: pointer;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    /* height of the track */
    cursor: pointer;
    background: #f0f0f0;
    /* color of the track */
    border-radius: 5px;
}

/* General */
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 10px 0;
}