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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
}


/***** Font Files *****/

@font-face {
    font-family: 'font-side-one';
    src: url(../font/Oswald-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'font-side-two';
    src: url(../font/Oswald-Regular.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 10px 25px;
    border: unset;
    border-radius: 6px;
    color: #ffffff;
    z-index: 1;
    background: #ff5722;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 6px;
    background-color: #28a745;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'font-side-one';
    font-size: 73px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'font-side-one';
    font-size: 55px;
    line-height: 1.2;
    color: #333333;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'font-side-one';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h4 {
    font-family: 'font-side-two';
    font-size: 24px;
    line-height: 1.2;
    color: #007bff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    /* font-family: 'font-side-one'; */
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h6 {
    font-family: 'font-side-one';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 15px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
}



.menuSec ul li:last-child a {
    padding-right: 0px;
}

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

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 65px;
    height: 22px;
    padding: 0;
    text-indent: inherit;
    cursor: pointer;
    background-color: inherit;
    border: 0;
    border-top: inherit;
    border-bottom: inherit;
    opacity: 1;
    transition: inherit;
    border-radius: inherit;
    color: #fff;
    font-size: 27px;
    margin-bottom: 26px;
}
.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: inherit;
    width: 60px;
    height: 20px;
    margin-bottom: 108px;
    position:relative;
}
.carousel-indicators .active:before {
    position: absolute;
    content: '';
    top: 30px;
    left: 18px;
    height: 93px;
    width: 3px;
    background: #fff;
}
.carousel-indicators {
    position: absolute;
    top: 39%;
    left: 0;
    z-index: 1;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    margin-left: 10px;
    margin-right: unset;
    display: block;
}

/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



ul.header-inut-all {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 12px;
}

li.input-search {width: 240px;}

li.input-search input {
    width: 100%;
    background: #fff;
    padding: 11px 10px;
    border: unset;
    border-radius: 10px;
}

li.input-search button {
    position: absolute;
    top: 0;
    right: 0px;
    background: #ff5722;
    border: unset;
    color: #fff;
    padding: 6px 14px;
    height: 100%;
    border-radius: 0px 8px 8px 0px;
    font-size: 20px;
}
header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
li.my-account-sd a p {
    margin: 0;
}

li.cart-icon-sd a i {
    height: 38px;
    width: 38px;
    background: #ff5722;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

li.cart-icon-sd a {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

li.cart-icon-sd a p {
    margin: 0;
}


ul.header-inut-all li a {
    padding: 0;
}
li.my-account-sd {
    text-align: center;
}
.banner_text p {
    line-height: 30px;
}

.banner_text h4 {
    color: #fff;
}
.banner-img-be {
    position: absolute;
    z-index: 0;
    right: 220px;
    bottom: 0;
}

.dis-block{
    display: block;
}
.banner_img {
    position: relative;
    z-index: 1;
    /* text-align: end; */
    display: flex;
    align-items: center;
    justify-content: end;
}
.banner-img img {
    width: 100%;
    height: 104vh;
}

.icon-video {
    text-align: center;
}

.icon-video a i {
    font-size: 80px;
    margin-bottom: 12px;
}

.icon-video h3 {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
}
.banner-btm-icon-box-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-btm-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

section.banner-btn-icon {
    margin: 80px 0px 0px;
}
.about-sec-images {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.about-sec-images-one-iner img {
    height: 300px;
    width: 100%;
    box-shadow: 0px 0px 16px 0px #0000009c;
    border-radius: 10px;
    margin-bottom: 20px;
}

.about-sec-images-two-iner img {
     height: 400px;
     width: 100%;
     box-shadow: 0px 0px 16px 0px #0000009c;
     border-radius: 10px;
     margin-bottom: 20px;
}
.about-sec-images:after {
    position: absolute;
    content: '';
    bottom: -30px;
    right: 137px;
    height: 431px;
    width: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/about-img-before.png);
    z-index: -1;
}
section.about-sec {
    margin: 100px 0px;
}
.banner-btm-icon-box-text h4 {
    font-size: 16px;
    color: #000;
}


.about-sec-text p {
    line-height: 34px;
    margin-bottom: 28px;
}

.about-sec-text h4 {
    margin-bottom: 20px;
}
section.motivational-video-sec {
    background-image: url(../images/motivational-video-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    margin-bottom: 80px;
}
.motivational-video-img {
    position: relative;
}

.motivational-video-img-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.motivational-video-img-text h3 {
    color: #fff;
}

.motivational-video-img-icon a {
    position: absolute;
    top: 50%;
    left: 46%;
    height: 70px;
    width: 70px;
    background: #eb8c24;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.motivational-video-img h2 {
    color: #fff;
}

.motivational-video-img img {
    width: 100%;
    height: 525px;
}
.motivational-video-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #28a745;
    margin-bottom: 20px;
    border-radius: 10px;
}

.motivational-video-box-text h5 {
    color: #fff;
}

.motivational-video-box-img {
    position: relative;
}

.motivational-video-box-img-icon a {
    position: absolute;
    top: 28%;
    left: 39%;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #eb8c24;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
}
.motivational-video-text p {
    color: #fff;
    margin-bottom: 28px;
}

.motivational-video-box-img img {
    height: 160px;
}
.supplement-shop-top-text {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.supplement-shop-slider-box-img {
    height: 300px;
    width: 100%;
    background: #f7f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supplement-shop-slider-box-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.supplement-shop-slider-box-text p {
    color: #000;
    font-size: 16px;
}
.product-btn i {
    height: 35px;
    width: 35px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.product-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.supplement-shop-slider-box-text ul li b {
    color: #000;
}
.supplement-shop-slider-box-img img {
    height: 190px;
    width: 150px;
    object-fit: contain;
}
.supplement-shop-slider .slick-active {
    opacity: 1;
}
.supplement-shop-slider .slick-prev, .supplement-shop-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #000000;
    border-radius: 50%;
}
 .supplement-shop-slider .slick-next:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f061';
}
.supplement-shop-slider .slick-prev:before{
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f060';
}
section.supplement-shop-sec {
    margin-bottom: 80px;
}
section.why-choose-sec {
    background-image: url(../images/why-choose-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    margin-bottom: 100px;
}


.why-choose-text h4 {
    color: #fff;
    margin-bottom: 30px;
}

.why-choose-text h2 {
    color: #fff;
    margin-bottom: 20px;
}

.why-choose-text p {
    color: #fff;
    margin-bottom: 30px;
}

.why-choose-text-head-btm-line h3 {
    color: #fff;
}

.why-choose-text-head-btm-line {
    border-bottom: 1px solid #ffffffc9;
    margin-bottom: 20px;
}

.why-choose-img-one {
    position: relative;
}

.why-choose-img-two {
    position: absolute;
    bottom: -168px;
    left: 33%;
}

.why-choose-img {
    text-align: center;
    position: relative;
    z-index: 1;
}
.why-choose-img-one:after {
    position: absolute;
    content: '';
    background-image: url(../images/why-choose-img3.png);
    z-index: -1;
    height: 432px;
    width: 100%;
    top: 65px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-choose-img-one:before {
    position: absolute;
    content: '';
    background-image: url(../images/why-choose-img4.png);
    z-index: -1;
    height: 650px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: -50px;
}




/*======== home1 testimonial area ===========*/
.tes1-hadding h6 a {
    font-size: 17px;
    font-style: normal;
    line-height: 18px;
    text-transform: uppercase;
}

.tes1-hadding p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    color: #fd793d;
    text-transform: uppercase;
}

.testimonial1-bottom-hadding {
    display: flex;
    align-items: center;
    margin: 10px 10px;
}

.testimonial1-bottom-img {
    margin-right: 15px;
    margin-bottom: 0;
}

.testiminial1-review-icons ul {
    margin: 0;
    padding: 0;
}

.testiminial1-review-icons ul li {
    display: inline-block;
    color: #fd6f2f;
}

.testimonial-solider-single {
    background-color: #fff;
    padding: 32px 24px;
    margin: 0;
    border: 1px solid #f1f1f1;
    position: relative;
    border-radius: 12px;
}

.testimonial1-slider {
    cursor: move;
}

.testimonial1-pera p {
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    padding: 2px 0 42px 0;
}

.testimonial1-bottom-img img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
}

section.testi_sec .container-fluid {
    padding-left: 11% !important;
}

.tes1-hadding h6 {
    margin: 0;
}

.testiminial1-review-icons {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.testiminial1-review-icons img {
    width: 80px;
}

.testimonial1-pera {
    position: relative;
}

img.center_quote {
    position: absolute;
    width: 40%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.slick-slide.slick-current.slick-active {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.testimonial1-slider .slick-list.draggable {
    padding-left: 0 !important;
    padding-right: 0;
}


.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial-solider-single {
    background-color: #fd6f2f;
}

.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial-solider-single * {
    color: #fff;
}

.testimonial1-slider .slick-slide.slick-current.slick-active img.center_quote {

    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(52deg) brightness(106%) contrast(104%);
}


.testimonial1-slider .slick-slide.slick-current.slick-active .testimonial1-bottom-img img {

    border: 2px solid #fd6f2f;
}
.testimonial1-slider .slick-active {
    opacity: 1;
}
.heading.text_center.topbar {
    text-align: center;
    width: 45%;
    margin: 0 auto;
}

section.testi_sec.sec {
    margin: 0px 0px 100px;
}
.testimonial1-slider .slick-prev {
    left: 87%;
}
.testimonial1-slider .slick-prev, .testimonial1-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 112%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #00000000;
    border-radius: 50%;
    border: 1px solid #000;
}
.testimonial1-slider .slick-next {
    right: 6%;
    border: 2px solid #fd6f2f;
    height: 45px;
    width: 45px;
}
.testimonial1-slider .slick-prev:before{
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: rgb(0 0 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f053';
}
.testimonial1-slider .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: rgb(253 111 47);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f054';
}
.testimonial1-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    height: 8px;
    width: 50px;
    background: #28a745;
}
.testimonial1-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #b5b5b5;
}
.testimonial1-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-left: 32px;
}
.testimonial1-slider .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: unset;
    margin: unset;
    list-style: none;
    text-align: start;
    width: 22%;
}

/*======== home1 testimonial area ===========*/
section.blog-sec {
    margin-bottom: 100px;
    padding: 50px;
    background-image: url(../images/our-blog-bg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-top-heading {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.blog-top-heading h2 {
    color: #fff;
}

.blog-top-heading p {
    color: #fff;
}
.blog-one-line-img img {
    width: 100%;
    height: 341px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.blog-one-line-text {
    background: #fff;
    padding: 15px 15px 22px 21px;
    border-radius: 0px 0px 13px 13px;
    margin-bottom: 14px;
}

.blog-one-line-text a {
    color: #28a745;
    font-weight: 500;
    text-decoration: underline;
}
.blog-two-line-img img {
    width: 100%;
}

.blog-one-line-text h5 {
    color: #28a745;
}
.blog-one-line-text.second-line-sd h3 {
    font-size: 20px;
}

.blog-one-line-text.second-line-sd.box-ch-sd {
    border-radius: 10px;
    height: 220px;
}
.blog-end-btn a {
    font-size: 23px;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
}

.blog-end-btn a i {
    font-size: 30px;
    margin-top: 7px;
    padding-left: 18px;
}

.blog-end-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 60px;
    z-index: 1;
}

.blog-end-btn:after {
    position: absolute;
    content: '';
    top: -12px;
    left: 36px;
    height: 60px;
    width: 60px;
    background: #ffffffb0;
    border-radius: 50%;
    z-index: -1;
}





/*footer-start*/

.footerSec {
    padding: 5% 0 0;
    background: #000;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.footer-logo h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 49.02px;
    line-height: 40.85px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 9px;
    text-align: center;

}
.footer-logo p {
    margin: 6% 0 6%;
    color: #ffffff;
}
.footer-logo ul li a{
    color: #ffffff;
    background-color: #067c8a;
}
/*.footer-logo ul li a {
    color: #ffffff;
    background-color: #86bee7;
    height: 40px;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}*/
/*.footer-logo ul li a:hover {
    box-shadow: 0 0 10px 0 #86bee7 inset, 0 0 10px 4px #86bee7;
    color: #ffffff;
    background-color: transparent;
}*/
/*.footer-logo ul{
    display: flex;
    gap: 15px;
}*/
.footerSec h5 {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8%;
    position: relative;
    font-family: 'font-side-two';
}

.foot-links {
    margin-left: 50px;
}
/*.footerSec h5:after {
    content: "";
   background-color: #86bee7;
    position: absolute;
    height: 4px;
    width: 20%;
    bottom: -14px;
    left: 0;
    
}
*/
.foot-links ul li a {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
}
.foot-links ul li a:hover {
    color: #ff5722;
}
.footer-contact ul li {
    display: flex;
    align-items: center;
    padding: 0 0 13px;
}
.footer-contact ul li a{
    color: #ffffff;

}
.footer-contact ul li a:hover{
     color: #067c8a;
}

.footer-contact ul li i {
    color: #d8647a;
    padding-right: 9px;
}
.footer-contact ul li p{
    color: #ffffff;
        margin: 0;
}
.news-letter p{
    color: #ffffff;
    margin-bottom: 30px;
}
.news-letter input {
    height: 60px;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding-left: 20px;
    background: transparent;
    border: solid white 0.5px;
    border-radius: 9px;
    color: #000000;
    background: #fff;
}

.news-letter ::placeholder{
    color: #000;

}
.news-letter button.btn-theme {
    border: 0;
    border-radius: 12px;
    margin-top: 20px;
}
.footer-btm {
    background-color: #0a0a0a;
    padding: 30px 0px 20px;
    margin-top: 2%;
}
.copy-txt p {
    /* line-height: 46px; */
    color: #ffffff;
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* font-size: 16px; */
    /* font-family: 'sofiapro-light'; */
}
.news-btn button.btn1 {/*  width: 55%; */margin-top: 10px;border-radius: 10px;background: white;height: 54px;width: 100%;display: flex;align-items: center;justify-content: center;border-radius: 7px;color: #ffffff;font-size: 22px;text-transform: capitalize;background: #ff5722;}


ul.footer_social {
    display: flex;
    margin-top: 20px;
    justify-content: start;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}

ul.footer_social li {
    margin-right: 10px;
}


ul.footer_social li a {
    line-height: 49px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
}

 ul.footer_social li a i {
    transition: .5s ease-in-out;
}
ul.footer_social li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
/*ul.footer_social li a i {
    width: 30px;
}*/
.col-f1 {
    background-color: #3b5998;
}
.col-f2 {
    background-color: #0e76a8;
}
.col-f3 {
    background-color: #2296f9;
}
.col-f4 {
    background-color: #cd1f29;
}

.footer-logo {
    margin-top: 8px;
    text-align: start;
}
.text-end {
    text-align: right !important;
}

.news-letter.wow.fadeInRight {
    margin: 0 18px;
}
.foot-links.mar-sd-pro {
    margin-left: 40px;
}

/*footer-end*/




.banner-img.inner-banner-img img {
    height: 50vh;
}

.banner_text.iner-banner-text h1 {
    margin-top: 20px;
}

section.motivational-video-sec.inner-motivational-video {
    margin: 0;
}






/* Shop Page Start */

.product-inner-sec .product-side-bar {
    height: 900px;
    overflow-y: scroll;
}

.product-inner-sec .product-side-bar h4 {
    font-size: 30px;
    margin: 20px 0;
    position: relative;
    color: #000;
}

.themes-h4:after {
    height: 4px;
    position: absolute;
    content: '';
    width: 22px;
    top: 17px;
    right: 20px;
    background: #ff5722;
}

.product-inner-sec .product-side-bar ul li {
    margin: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
}

.product-inner-sec .product-side-bar ul li a input {
    height: 15px;
    width: 15px;
    border: 2px solid #000;
    margin-right: 30px;
}

.product-inner-sec .product-side-bar ul li a label {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.product-inner-sec ::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.product-inner-sec ::-webkit-scrollbar-track {
    background: #000;
}

.product-inner-sec .al-cent {
    align-items: center;
}

.product-inner-sec h6 {
    margin: 0;
    font-size: 18px;
    float: right;
    color: #000;
    font-family: 'Roboto';
}


/* Handle */

.product-inner-sec ::-webkit-scrollbar-thumb {
    background: #28a745;
    border-radius: 5px;
}

.product-inner-sec select {
    width: 100%;
    padding: 10px 15px;
    color: #000;
    border-radius: 6px !important;
    border: 1px solid #c3c3c3;
    font-size: 18px;
    margin-bottom: 30px;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='green' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
    margin-right: 2rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
}
section.product-inner-sec {
    margin: 100px 0px;
}
.shop-btm-btn {
    text-align: center;
    margin-top: 40px;
}

/* Shop Page End */






/*HOT DEAL SEC*/

.pad-r {
    padding-right: 0px;
}

.hot_deal_big_img {
    position: relative;
}

.hot_deal_big_img span {
    position: absolute;
    top: 5%;
    left: 6%;
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    border-radius: 4px;
    font-weight: 500;
    background: rgb(112, 14, 163);
    background: -moz-linear-gradient(left, rgba(112, 14, 163, 1) 0%, rgba(18, 56, 159, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(112, 14, 163, 1) 0%, rgba(18, 56, 159, 1) 100%);
    background: linear-gradient(to right, rgba(112, 14, 163, 1) 0%, rgba(18, 56, 159, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#700ea3', endColorstr='#12389f', GradientType=1);
}

.hot_deal_big_img img {
    width: 100%;
    /* height: 643px; */
    object-fit: cover;
}

.hot_deal_small_img {
    margin-bottom: 10px;
}

.hot_deal_small_img img {
    width: 65%;
}

.hot_deal_small_img.slick-current img {
    border: 1px solid #0c3b9f;
}

.size input[type="radio"] {
    display: none;
}

.size input[type="radio"]:checked+label {
    border: solid 1px #000;
    background: #000;
    color: #fff;
}

.size input[type="radio"]+label {
    border: solid 1px #7c7c7c;
    background-color: #fff;
    color: #7c7c7c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    padding: 4px 10px;
}

.size input[type="radio"]+label:hover {
    background: #c84976;
    color: #fff;
}


/* skin 2 */

.skin-2 .num-in {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    height: 50px;
    /* width: 150px; */
    float: left;
    /* padding: 0 10px; */
    display: flex;
    align-items: center;
}

.skin-2 .num-in span {
    width: 30px;
    display: block;
    height: 30px;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    border-radius: 50%;
    font-size: 18px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 85px;
    height: 50px;
    border: none;
    /* text-align: center; */
    padding: 0px 15px;
}


/* / skin 2 */

.brd2 {
    padding: 20px 20px;
    border: 1px solid #a1a1a1;
    border-radius: 8px;
}

.hot_deals_heading h2 {
    margin-top: 0;
    font-size: 22px;
    color: #700ea3;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

.hot_deals_main {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}

.hot_deal_content h2 {
    font-size: 33px;
    /* color: #000; */
    margin-bottom: 10px;
    /* padding-bottom: 0px; */
    /* border-bottom: 1px solid #8080806b; */
}

.hot_deal_content h4 {
    font-size: 28px;
    font-weight: 700;
    color: #ff5722;
}

.hot_deal_content h5 {
    font-size: 24px;
    color: #1c558d;
    font-family: 'Roboto';
    font-weight: 700;
    margin: 15px 0px;
}

.hot_deal_content h5 span {
    color: #1c558d;
    font-size: 19px;
}

.starss li {
    display: inline-block;
    font-size: 16px;
    color: #ffc000;
}

.starss li span {
    color: #7c7c7c;
    font-size: 17.5px;
}

.size {
    margin: 15px 0px;
}

.size li {
    display: inline-block;
}

.size li span {
    font-size: 16px;
    color: #7c7c7c;
}

.size li:not(:first-child) {
    margin: 0px 5px;
}

.quantity_pro ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.quantity_pro ul li {
    display: inline-block;
    margin-right: 15px;
}

.quantity_pro ul li a {
    /* font-size: 18px; */
    /* color: #fff; */
    /* padding: 10px 60px; */
    /* border-radius: 0px; */
    /* display: flex; */
    /* align-items: center; */
    /* background: #f00f8f; */
    /* text-transform: uppercase; */
    /*  */
    text-transform: uppercase;
    padding: 12px 75px;
}

.quantity_pro ul li a img {
    margin-right: 10px;
}

.quantity_pro {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #7c7c7c2e;
    margin-bottom: 40px;
}

.arival-box {
    text-align: center;
    /* background: #f7f7f7; */
    position: relative;
    padding: 15px 0;
    margin-bottom: 10%;
}

.arival-box ul li a i {
    border: 1px solid #a2a2a2;
    color: #0c3b9f;
    background: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    margin-bottom: 5px;
    transition: .5s ease-in-out;
    display: none;
}

.arival-box ul li a i:hover {
    transform: scale(1.3);
}

.arival-box ul {
    position: absolute;
    top: 3%;
    right: 6%;
}

.arival-category .tab button:hover {
    color: #ffb636;
}

.arival-box:hover i {
    display: flex;
}

.arival-box:hover img {
    transform: scale(1.2);
}

.arival-img {
    overflow: hidden;
}

.arival-img img {
    transition: .5s ease-in-out;
    border: 1px solid #00000030;
    padding: 10px 20px;
    width: 100%;
    height: 330px;
    object-fit: contain;
}

.arival-box span {
    color: #ffb636;
    font-size: 13px;
}

.arival-box h4 {
    
    font-weight: 700;
    font-size: 16px;
    color: #9f9f9f;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 20px;
}

.arival-box h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
}

.hot_deal_content h5 span {
    color: #7c7c7c;
    font-weight: 400;
    font-size: 20px;
}

.detail-socail ul {
    display: flex;
    align-items: center;
}

.detail-socail li {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
}

.detail-socail li a {
    color: #fff;
}

ul.starss {
    position: inherit;
    margin-bottom: 20px;
}

.arival-box h3 del {
    color: gray;
    font-weight: 400;
    margin-left: 10px;
}

section.product-detail {
    padding-bottom: 80px;
}

.product-main {
    text-align: center;
    margin-bottom: 20px;
}

.product-main h2 {
    color: #000;
    font-size: 40px;
}

.hot_deal_big {
    margin-left: -6%;
}

.slick-vertical .slick-slide {
    opacity: 1;
}

.inc-dec-btns {
    display: flex;
    gap: 10px;
    padding-right: 12px;
}

.skin-2 .num-in span:hover {
    cursor: pointer;
}

section.hot_deals_sec.py-8 {
    margin-top: 90px;
}

.sec-head.prd-det-sec h2 {
    font-size: 35px;
}



.product-h-div {
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 2px solid #D9F3F5;
}

.hot_deal_content h5 span {
    color: #1c558d;
    font-size: 19px;
}

.starss li {
    display: inline-block;
    font-size: 20px;
    color: #d39e32;
    margin-top: 15px;
}

.starss li span {
    color: #7c7c7c;
    margin-left: 8px;
    font-size: 24px;
}

.size {
    margin: 15px 0px;
}

.size li {
    display: inline-block;
}

.size li span {
    font-size: 16px;
    color: #7c7c7c;
}

.size li:not(:first-child) {
    margin: 0px 5px;
}

.quantity_pro ul li {
    display: block;
    width: 100%;
}

.quantity_pro ul li {
    display: inline-block;
    margin-right: 15px;
}

.quantity_pro ul li a {
    font-size: 20px;
    color: rgb(255 255 255);
    padding: 15px 40px;
    align-items: center;
    text-align: center;
    width: 100%;
    display: block;
    background: linear-gradient(to bottom, #f9a429 0%, #774c13 100%);
    font-family: 'Raleway';
    text-transform: uppercase;
}

.quantity_pro ul li:first-child a {
    margin-bottom: 20px;
    background: transparent;
    border: 2px solid #000;
    font-family: 'Raleway';
    color: #767575;
    font-size: 20px;
}

.quantity_pro ul li a img {
    margin-right: 10px;
}

.quantity_pro {
    padding-top: 30px;
    margin-bottom: 40px;
}

.social_detail li {
    display: inline-block;
    margin-right: 10px;
}

.social_detail li a i {
    font-size: 20px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D3AD69;
}

.hot_deal_small {
    width: 100%;
}

.hot_deal_small_img.slick-slide.slick-current.slick-active {
    border: 2px solid #41ACCA;
}

.hot_deal_small_img.slick-slide {
    margin-right: 10px;
    border: 1px solid #D6D6D6;
    width: 150px !important;
    height: 150px;
    object-fit: cover;
}


/* .hot_deal_big_img {
  border: 3px solid #eee;
} */

.hot_deal_big_img img {
    height: 652px;
    object-fit: contain;
    border: 1px solid #D6D6D6;
    margin-bottom: 9px;
    border-radius: 30px;
    box-shadow: 0 0 11px 0 #99999975;
    padding: 70px;
    background: #fbf8f8;
}

.whish-list-btn {
    /* border: 1px solid #41ACCA; */
    /* padding: 13px 50px; */
    color: #ffff;
    margin-left: 20px;
    background-color: #4b904f;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 55px;
    width: 66%;
}

.whish-list-btn:hover {
    background-color: #b39c70;
    border: 1px solid #b39c70;
    color: white;
}

.whish-list-icon i {
    font-size: 28px;
    color: #FF78B0;
    border: 1px solid #d6d6d6;
    padding: 10px;
    border-radius: 50px;
}

.whish-list-icon i:hover {
    color: #41ACCA;
    border: 1px solid #FF78B0;
}

.whish-list-icon {
    margin-left: 30px;
}

.hot_deal_content {
    /* padding-right: 220px; */
}

.hot_deal_content .price {
    margin: 0;
    font-family: 'Poppins';
    font-size: 38px;
    font-weight: 400;
    color: #41ACCA;
    border-bottom: 0;
    padding-bottom: 11px;
}

p.product-desc {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 20px;
}

.size input[type="radio"] {
    display: none;
}

.size input[type="radio"]:checked+label {
    border: solid 1px #faa4bc;
    background: #faa4bc;
    color: #000;
}

.size input[type="radio"]+label {
    border: solid 1px #000;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 4px;
}

.size input[type="radio"]+label:hover {
    background: #51b16b;
    color: #fff;
}

.color-variation input[type="radio"] {
    display: none;
}

.color-variation input[type="radio"]:checked+label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-variation input[type="radio"]+label {
    border: solid 1px #D1D1D1;
    background-color: #fff;
    color: #7c7c7c;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.color-variation input[type="radio"]+label:hover {
    width: 20px;
    height: 20px;
    transition: 0.5 ease-in-out;
}

.color-variation li:first-child input[type="radio"]+label {
    background-color: #1013bf;
}

.color-variation li:nth-child(2) input[type="radio"]+label {
    background-color: #c7292a;
}

.color-variation li:nth-child(3) input[type="radio"]+label {
    background-color: #099226;
}

.color-variation li:nth-child(4) input[type="radio"]+label {
    background-color: #d89413;
}

.hot_deal_content h6 {
    color: #00334a;
    font-size: 32px;
    padding-top: 10px;
    text-transform: uppercase;
    line-height: 37px;
}

.related-p-h h4:after {
    left: 160px;
}

.hot_deal_small_img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.hot_deal_content h6 span {
    font-weight: 400;
    text-transform: initial;
    padding-left: 20px;
}

.color-variation input {
    width: 50px;
    height: 30px;
}

.product-detail-s-icon li i {
    color: #FF78B0;
    font-size: 30px;
    border: 1px solid #C8C7C7;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-s-icon li {
    margin-right: 20px;
}

.hot_deal_content h3 {
    color: #000;
    font-size: 46px;
    padding-top: 10px;
    text-transform: uppercase;
    line-height: 60px;
    font-family: 'chalet';
}

.color-variation li:nth-child(5) input[type="radio"]+label {
    background-color: #7071b3;
}

.color-variation li:nth-child(6) input[type="radio"]+label {
    background-color: #b39c70;
}

.color-variation input[type="radio"]:checked+label::before {
    position: absolute;
    content: "";
    height: 135%;
    width: 135%;
    border-radius: 50%;
    border: 1px solid #000;
}

ul.d-flex.quantitys {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

ul.d-flex.quantitys li:last-child {
    width: 100%;
}

.cart-btn a {
    background: #4b904f;
    color: #fff;
    
    padding: 10px;
    font-size: 30px;
}

.pay-end {
    margin-top: 25px;
}

.description li.nav-item {
    margin-right: 20px;
}

.description li.nav-item button {
    width: 125px;
    height: 50px;
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 12px 0px;
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #b2955b;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 12px 0px;
}

.description .nav-tabs {
    border-bottom: 1px solid #b39c70;
    padding-bottom: 20px;
    margin-bottom: 30px;
    justify-content: start !important;
    margin-top: 50px;
}

.description {
    padding: 10px 60px 90px;
}

.description .tab-content p {
    color: #636363;
    font-weight: 500;
    font-size: 15.5px;
    line-height: 30px;
}

section.hot_deals_sec.all-side-padding {
    padding: 0 60px;
    margin-top: 80px;
}

.quanty-box input {
    width: 90px;
    height: 50px;
    text-align: center;
    margin: 0 10px;
    font-size: 26px;
    font-family: 'Roboto';
}

.quanty-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    margin: 10px 0;
}

.quanty-box span {
    width: 40px;
    border: 1px solid #000;
    border-radius: 50px;
    height: 40px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quanty-box label {
    font-size: 24px;
    font-family: 'Roboto';
    color: #000;
}

.iconlist ul {}

.iconlist ul li {
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.description li.nav-item {
    margin-right: 20px;
}

.description li.nav-item button {
    width: 210px;
    height: 60px;
    background-color: #28a745;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 400;
    border: 0 !important;
    padding: 12px 0px;
    color: #fff;
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #ff5722;
    color: #fff;
    font-size: 24px;
    
    padding: 12px 0px;
}

.description .nav-tabs {
    border-bottom: 2px solid #adb5bdba;
    padding-bottom: 20px;
    margin-bottom: 30px;
    justify-content: start !important;
}

.description {
    padding: 10px 0 90px;
}

.description .tab-content p {
    color: #636363;
    font-weight: 500;
    font-size: 15.5px;
    line-height: 30px;
}
.iconlist ul li i {
    color: #28a745;
}
ul.-text-li-sd li {
    position: relative;
    margin-left: 24px;
}

ul.-text-li-sd li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: -17px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #28a745;
}
.related-products-top-heading {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
section.related-products-sec {
    margin-bottom: 100px;
}

/*product end*/











/* CART PAGES CSS:STRT */

.product-cart figure,
.product-cart article {
    display: inline-block;
}

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

.cart-page-tble thead tr {
    height: 58px;
    color: #fff;
    background-color: #28a745;
    !i;!;
}

.cart-page-tble thead tr th {
    padding: 20px 30px;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.cart-page-tble tbody tr td {
    padding: 10px 0px;
}

table.cart-page-tble {
    width: 100%;
}

.product-cart article p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 0px;
    line-height: 25px;
    letter-spacing: 0;
    font-family: 'Poppins';
}

.product-cart article {
    margin-left: 10px !important;
}

.cart-page-tble tbody tr td input {
    height: 60px;
    border: 1px solid #c4c4c4;
    background-color: #f7f7f7;
    color: #000;
    font-size: 20px;
}

.update-cart {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.unit-sub-price-text {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.cart-page-tble tbody tr {
    border-bottom: 1px solid #c4c4c4;
}

.cart-page-tble tbody tr td i {
    border-radius: 0;
    background-color: #28a745;
}

.cart-cross {
    height: 40px;
    width: 40px;
    font-size: 25px;
    background: #000000;
    color: #fff;
    padding: 7px;
}

.total-box,
.total-f,
.shipping-box {
    padding: 50px 30px 30px 20px;
    background-color: #f6f6f6;
    /* border: 1px solid #c4c4c4; */
}

.total-f {
    padding: 0;
    background-color: #f6f6f6;
    border-top: 0 !important;
}

.total-box .sum li {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
}

.total-f h4 {
    color: #28a745;
    font-size: 25px;
}

.total-box .sum li span {
    margin-left: 67px;
}

.total-f span {
    margin-left: 71px;
}

.cart-paypal-box {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background: #fff;
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    padding: 4px 20px;
    margin-top: -43px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #c4c4c4;
    color: #000;
}

.pd-12-110 {
    padding: 12px 110px;
}

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

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

.mt-minus-60 {
    margin-top: -60px;
}

.cart-main-sec {
    padding: 80px 0;
}

.cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    height: 50px;
    width: 250px;
    background: #53171d;
    border-radius: 100px;
    font-family: 'Bebas Neue';
}

.cart_btn:hover {
    color: black;
}

.product-cart img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}




.shipping.text-black h4 {
    font-size: 28px;
    line-height: 40px;
}

.shipping.text-black p {
    font-size: 20px;
    
    margin-bottom: 30px;
}

.shipping.text-black h4 {
    font-size: 22px;
    line-height: 40px;
    color: #000;
    text-transform: capitalize;
}

.estimate.text-black.mt-30 p {
    font-size: 20px;
    
}

.estimate.text-black h4 {
    font-size: 22px;
    line-height: 45px;
    color: #000;
    text-transform: capitalize;
}


/* CART PAGES CSS:END */

/*CHECKOUT PAGE*/

.billing_form h3 {
    font-size: 30px;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 13px;
    font-family: 'Roboto';
    color: #000;
    font-weight: 500;
}

.radiosss p {
    color: #7C7C7C;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 50px;
    background: transparent;
}

.billing_form input::placeholder {
    color: #7C7C7C;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #000;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    font-family: 'Roboto';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 20px 25px;
    border: 1px solid #000;
    border-radius: 10px;
}

.cart_sidebar h3 {
    font-size: 25px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 7px;
    text-transform: uppercase;
    line-height: normal;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000;
    font-size: 22px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
    color: #000000;
}

.cart_sidebar h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    font-family: 'Roboto';
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #7C7C7C;
    font-family: 'Roboto';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #faa4bc;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn:hover {
    /* color: white; */
    font-family: 'Roboto' !important;
}

a.btn2.checkout_btn.mt-4.btn13 {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 400;
    color: #000000;
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #faa4bc;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 100px 0 150px;
    position: relative;
    margin-bottom: -70px;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.billing_form {
    border: 1px solid #808080;
    padding: 20px 25px;
    border-radius: 21px;
}


/*Checkout End*/



section.inner-blog-sec {
    margin: 100px 0px;
}
.blog-one-line {
    box-shadow: 0px 0px 6px 0px #0000004d;
    border-radius: 10px;
}
.blog-two-line {
    box-shadow: 0px 0px 4px 0px #00000021;
    border-radius: 10px;
}
section.blog-btm-sec {
    margin-bottom: 100px;
}



/* blog detail css */

section.blog-detail .blog-image>img {
    height: 580px;
    box-shadow: 0 0 9px 3px #524f4fb3;
}

.recent-blog-tle {
    display: flex;
    align-items: center;
    margin: 0px 0px 30px;
}

.recent-blog-tle>img {
    height: 140px;
    width: 210px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 10px;
    box-shadow: 0 0 9px 3px #524f4fb3;
}

.recent-blog-tle h6 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.arichve-sm {
    color: #ebebeb;
    border-width: 1px 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ebebeb;
   
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    padding: 10px 0;
    width: 233px;
}

.arichve-sm span i {
    margin-right: 5px;
    color: #28a745;
    font-size: 21px;
}

section.blog-detail {
    padding: 100px 0px;
    background-image: url(../images/inner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

section.blog-detail::before {}



.recent-blog {
    padding-top: 10px;
}


.arichve-sm span {
    width: 50%;
    color: #000;
    font-size: 15px;
}

.arichve-sm span:nth-child(2) {
    text-align: right;
    /* border-left: 1px solid #ebebeb; */
    padding: 7px;
}

.arichve-sm.no-bdr {
    justify-content: start;
    margin: 0px 0px 20px;
    width: 58%;
}

.arichve-sm.no-bdr span {
    width: auto;
}

.arichve-sm.no-bdr span:nth-child(2) {
    padding-left: 30px;
    margin-left: 30px;
}

.blog-detail p {
    margin-bottom: 20px;
    color: #000;
    line-height: 30px;
}

.blog-sec.blog-pg-sec .blog-sc-inn {
    margin-bottom: 60px;
}

.recent-blog-tle>div {
    margin-left: 20px;
}

.blog-detail .img-001 {
    position: absolute;
    z-index: -1;
    top: 0;
}

section.blog-detail::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #458ac71f;
    border-radius: 50px;
    top: 40%;
    right: 0;
    box-shadow: 0 0 280px 120px #458ac73d;
}
.text-blog-btn h2 {
    font-size: 40px;
}

.text-blog-btn {
    margin-top: 30px;
}

/* Blog Detail Page  End */



/* Contact Page Start */

.contact1 h2,
.contact2 h2 {
    font-size: 55px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact1 p,
.contact2>p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5%;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: transparent;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center !important;
    margin-bottom: 50px;
}

.contact2 ul li h4 {
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #333333;
    font-size: 30px;
}

.contact2 ul li p a {
    color: #000;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.contact2 .icon {
    height: 85px;
    width: 17%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 21px;
    background: #24983f;
}

.contact2 .icon i {
    font-size: 30px;
    color: #fff;
}

.map {
    margin-top: 50px;
}

h1.cnt:after {
    width: 25px;
    height: 25px;
    right: 5.1%;
    bottom: 21%;
}

.contact1 textarea {
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-size: 19px;
    font-weight: 400;
}

.contact1 button {
    background: #ff5722;
    border: none;
    width: 100%;
    color: #fff;
    height: 60px;
    font-size: 28px;
    font-weight: 400;
    border-radius: 8px;
}

.contact2 .icon_info {
    width: 83%;
}

section.contact-page {
    margin: 100px 0px;
}
/* Contact Page End */
/* Account Page Start */

.login_area {
    border: 2px solid #000;
    padding: 40px;
    background: #fdfdfd;
    border-radius: 10px;
}

.register_area {
    border: 2px solid #000;
    padding: 30px;
    background: #fdfdfd;
    border-radius: 10px;
}

.login_content_area {
    position: relative;
    padding: 100px 0;
}

.login_area h2 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 80px;
    text-align: center;
}

.fields_area input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 20px;
    color: #000;
    border: 1px solid #000;
}

button.btn1.login-btn {
    width: 100%;
    border: 0;
}

.fields.custom-control p {
    margin-bottom: 0;
    padding-left: 10px;
    
}

.f-pass a {
    color: #000000;
    font-size: 16px;
}

.f-pass {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    width: 70%;
}

.fields.custom-control.custom-radio {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.register_area h2 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 80px;
    text-align: center;
}

.fields_area.custom-control.custom-radio {
    padding-top: 20px;
}

.fields_area.custom-control.custom-radio p {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000;
}

.fields_area.custom-control.custom-radio a {
    color: #28a745;
    text-decoration: underline;
    margin-left: 8px;
}

input.form-control::placeholder {
    color: #000;
    font-size: 18px;
    
}

.inner-baner-text.account-pg-taxt h1 {
    font-size: 84px !important;
}





button.btn2.login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    letter-spacing: 3px;
    font-size: 25px;
    margin-top: 20px;
    border: 0;
    background: #fe5722;
    padding: 16px 0px;
    color: #fff;
    border-radius: 10px;
}


/* Account Page End */
.copy-txt p {
    margin-bottom: 0;
}
.copy-txt {
    text-align: center;
}



