@import url('https://fonts.cdnfonts.com/css/recoleta');

html {
    scroll-behavior: smooth;

}

@font-face {
    font-family: Heldane;
    font-style: normal;
    font-weight: 500;
    src: url('//cdn.shopify.com/s/files/1/0791/2083/t/331/assets/HeldaneDisplayWeb-Regular.woff2?v=14429406659946445348') format('woff2');
    font-display: block;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: Heldane;
    font-style: italic;
    font-weight: 500;
    src: url('//cdn.shopify.com/s/files/1/0791/2083/t/331/assets/HeldaneDisplayWeb-RegularItalic.woff2?v=3212993586356151396') format('woff2');
    font-display: block;
    unicode-range: U+000-5FF;
}

/*start here common css*/

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}
.step-line ul {
    padding-left: 0;
    list-style: none;
}

.step-line ul li {
    list-style: none;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    margin-left: 30px;
}

.step-line ul li:last-child {
    border-bottom: 0px;
}

.video-box {
    padding: 50px 0;
    border-bottom: 1px solid #f2f2f2;
    background: #f2f2f2;
}
.rupees-font {}

.cancel-icon {
    height: 15px;
    width: auto;
}

body {
    font-family: 'Assistant', sans-serif;
}

.border-bottom-dark {
    border-bottom: 1px solid rgba(35, 14, 17, .2);
}

.border-left-dark {
    border-left: 1px solid rgba(35, 14, 17, .2);
}

.zoom-80 {
    zoom: 80%;
}

.zoom-90 {
    zoom: 90%;
}

/*start here common css*/

.bg-banner {
    background: url(../img/banner/bg-banner.jpg) no-repeat center;
    background-attachment: fixed;
    position: relative;
}


.bg-banner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    content: '';
}

.bg-banner.bg-banner-1:before {
    background: rgba(43, 64, 47, 0.7) !important;
}

.font-style-2 {
    font-family: 'Yandilove Regular' !important;
}

.font-style-3 {
    /*font-family: 'Abril Fatface', cursive!important;*/
    font-family: Heldane, Garamond;
}

@font-face {
    font-family: 'Yandilove Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Yandilove Regular'), url('Yandilove-L3E7G.woff') format('woff');
}

.hidden {
    display: none;
}

#closeaddcart {
    min-width: auto !important;
}

.qty-minus,
.qty,
.qty-plus {
    min-width: 50px !important;
}

.remove-product button {
    min-width: auto !important;
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 100;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

/*start here padding css*/
.pt-6 {
    padding-top: 4rem !important;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.p-50 {
    padding: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.px-30 {
    padding: 0px 30px;
}

/*end here padding css*/
.bg-cream-light {
    background-color: #d9c498;
}

.bg-light-orange {
    background-color: #f3efe4;
}

.bg-dark-green {
    background-color: #2b402f;
}

.bg-dark-yellow {
    background-color: #c3a451;
}

.bg-light-pink {
    background-color: #eee6cf;
}

.bg-pink-light {
    background-color: #fde5df;
}

.bg-dark-pink {
    background-color: #ff7165;
}

.bg-light-yellow {
    background-color: #fef9cf;
}

.text-green-dark {
    color: #2b402f;
}

.bg-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: right top;
    z-index: -1;
    top: 0;
    left: 0;
}


.bg-img-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2b402f;
    background-size: cover;
    background-position: right top;
    z-index: -1;
    top: 0;
    left: 0;
}


.wd-form input,
.wd-form input:hover,
.wd-form input:focus {
    box-shadow: 0 0 0;
    outline: none;
    border: none;
    height: 50px;
    border-radius: 0px;
}

.swadharma-content-box h4 {
    font-size: 24px;
    font-weight: bold;
}

.swadharma-content-box p {
    font-size: 18px;
}

.wd-form textarea,
.wd-form textarea:hover,
.wd-form textarea:focus {
    box-shadow: 0 0 0;
    outline: none;
    border: none;
    border-radius: 0px;
}

.wd-form select,
.wd-form select:hover,
.wd-form select:focus {
    box-shadow: 0 0 0;
    outline: none;
    border: none;
    border-radius: 0px;
    height: 50px;
}

.btn,
.btn:hover,
.btn:focus {
    box-shadow: 0 0 0;
    outline: none;
    border: none;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 15px .5rem 15px;
    min-width: 229px;
    height: 54px;
    line-height: normal;
}

button,
button:hover,
button:focus {
    box-shadow: 0 0 0;
    outline: none;
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mw-auto-btn,
.mw-auto-btn:hover,
.mw-auto-btn:focus {
    min-width: auto !important;
}

.facebook-btn,
.facebook-btn:hover,
.facebook-btn:focus {
    background-color: #f0f1f2;
    color: #3b5998;
    margin: 5px;
    height: auto;
    border-radius: 5px;
    font-size: 24px;
}

.google-plus-btn,
.google-plus-btn:hover,
.google-plus-btn:focus {
    background-color: #f0f1f2;
    color: #db4a39;
    margin: 5px;
    height: auto;
    border-radius: 5px;
    font-size: 24px;
}

.w-33 {
    width: 33.33%
}

.w-17 {
    width: 17%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-100 {
    width: 100% !important;
}


.w-60 {
    width: 60%;
}

.w-80 {
    width: 80%;
}

.close-btn,
.close-btn:hover,
.close-btn:focus {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    box-shadow: 0 0 0;
    border-color: #dc3545 !important;
    border-radius: 0px !important;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    box-shadow: 0 0 0;
    border-color: #28a745 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*start here radio btn*/
.radio-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-btn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 8px solid #ddd;
    border-radius: 50%;
}



/* When the radio button is checked, add a blue background */
.radio-btn input:checked~.checkmark {
    background-color: #2b402f;
    border: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-btn .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*end here radio btn*/
.info-name{
    font-size: 16px;
}
.save-address-box h6{
    font-size: 16px;
}
.address-change-section button .fa {
    font-size: 17px;
}
.chekout-product-price h6{
    font-size: 16px;
}
.breadcumb ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.breadcumb ul li {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    position: relative;
}

.breadcumb ul li.active {
    font-weight: bold;
}

.breadcumb ul li:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -4px;
    top: 5px;
}

.breadcumb ul li:last-child:after {
    display: none;
}


.owl-carousel .owl-dots button span {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
}

.owl-carousel .owl-dots button.owl-dot.active span {
    background: #2b402f;
}

/*end here common css*/
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-arrow {
    position: relative;

}

.dropdown-arrow:after {
    content: "\f107";
    position: absolute;
    right: -18px;
    top: 9px;
    font-size: 20px;
    font-family: FontAwesome;
}

.search-form-popup {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    padding: 75px;
    height: 200px;
}
.search-form-popup button#searchclose {
    background: transparent;
    padding: 25px;
}
.logo p.text-dark.my-0.logo-text {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}
.rupees-font {
    font-style: inherit;
    font-weight: 400;
}
.search-form-popup input::placeholder {
    color: #000 !important;
    font-size: 24px;
    font-family: Heldane, Garamond;

}

.sidemenue-dropdown {
    position: inherit !important;
    float: none;
    top: 0px !important;
}

.other-site-link {
    position: absolute;
    top: 20px;
    left: 15px;
}

.other-site-link ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}


.other-site-link ul li {
    display: inline-block;
    margin-right: 10px;
}

.other-site-link ul li a {
    color: #2b402f;
}

.other-site-link ul li a.active {
    background-color: #fde5df;
}

.other-site-link ul li a img{
    height: 40px;
}


.header-dropdown-menu {
    border-top: 1px solid #ff7165;
}

.header-dropdown-menu a {
    padding: 0.5rem !important;
}

.header-dropdown-menu a:hover {
    color: #ff7165;
}

.header-dropdown-menu a:last-child {
    border-bottom: none;
}



.dropdown-menu {
    top: 35px;
    border-radius: 0px;
    min-width: 210px !important;
}

.mobile-dropdown-menu .panel-title>a:before {
    content: "\2212";
    padding-right: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.mobile-dropdown-menu .panel-title>a.collapsed:before {
    content: '\002B';
    position: absolute;
    top: 0px;
    right: 0px;


}

.mobile-dropdown-menu .panel-title {
    margin-bottom: 20px;
}

.mobile-dropdown-menu .panel-title a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    position: relative;
}

.mobile-submeunu a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}

/*start here header*/
.logo-text{
    margin-top: -12px!important;
}
/*start here custom header*/

.custom-menu {
    margin-right: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0px;
    background-color: #fff;
    position: sticky;
    top: -1px;
    z-index: 99;
}

.custom-menu ul {
    padding-left: 0px;
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0px;
    margin: auto;
}

.custom-menu ul li {
    margin-right: 18px;
    margin-left: 18px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    padding: 10px 0px;
}

.custom-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.custom-menu ul li ul {
    display: none;
    position: absolute;
    top: 47px;
    border-top: 2px solid #ff7165;
    background-color: #fff;
    width: max-content;
    left: 0px;
    z-index: 9;
    padding: 10px;

}

.custom-menu ul li:hover ul {
    display: block;

}
.add-to-cart-detail i.fa {
    font-size: 12px;
}

.custom-menu ul li ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    position: relative;
}

.custom-menu ul li ul li a {
    font-size: 14px;
    line-height: 20px;
}
.custom-menu ul li ul li a:hover{
    color: #ff7165;
    font-weight: 500;
}
.custom-menu ul li ul li:last-child {
    border-bottom: none;
}

.custom-menu ul li ul li i {
    position: absolute;
    top: 10px;
    right: 10px;
}

.custom-menu ul li ul li ul {
    display: none;
    position: absolute;
    left: 200px;
    top: -2px;
}

.custom-menu ul li:hover ul li ul {
    display: none;
}

.custom-menu ul li ul li:hover ul {
    display: block;
}

/*end here customer header*/
.indian-flag-header {
    height: 20px;
}

.header-search-icon {
    position: absolute;
    top: 12px;
    left: 5px;
}

.header-search-input,
.header-search-input:hover,
.header-search-input:focus {
    background-color: transparent;
    border-bottom: 1px solid #000 !important;
    color: #000;
    font-size: 16px;
}

.header-search-input::placeholder {
    color: #fff;

}

header {
    position: sticky;
    top: 0px;
    z-index: 3;
    background-color: #fff;
    width: 100%;
}

.logo {
    width: max-content;
}

.logo img {
    height: 60px;
}

.menu {
    width: 100%;
    justify-content: center;
}

.menu ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    line-height: normal;
}

.menu ul li {
    display: inline-block;
    margin: 0px 25px;
}

.menu ul li a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
    display: block;
    padding: 0.5rem 0px;
}

.menu ul li a:hover {
    color: #ff7165;
}

.right-menu {
    width: 30%;
}

.right-menu ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.right-menu ul li {
    display: inline-block;

}

.right-menu li a {
    color: #000;
    padding: 5px 30px 8px;
    border-radius: 4px;
    border: 1px solid #000;
    transition: .3s;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: block;
}

.header-icon.active {
    color: #2b402f;
}

.header-icon:hover {
    color: #2b402f;
}

.header-icon img {
    height: 25px;
    display: block;
    margin: 0px auto 2px;
}

.header-social-media ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.header-social-media ul li {
    display: inline-block;
    line-height: normal;
}

.header-social-media ul li a {
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
}

.login-cart-section {
    position: absolute;
    right: 0px;
}

.login-cart-section ul {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;

}

.login-cart-section ul li {
    display: inline-block;
    padding: 5px;
    line-height: normal;
    width: 38px;
}

.login-cart-section ul li img {
    width: 100%;
}

.login-cart-section ul li button {
    min-width: auto;
}

.login-cart-section ul li a {
    color: #000;
    text-decoration: none;
}

.cart-icon span {
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 14px;
    color: #ff7165;
}




/*start here header sidebar*/
.sideheader {
    position: fixed;
    top: 0px;
    left: -350px;
    bottom: 0px;
    width: 275px;
    background-color: #fff;
    z-index: 9;
    padding: 15px;
    -webkit-transition: all 0.5s ease-out;
    overflow-y: scroll;

}

.sideheader::-webkit-scrollbar {
    display: none;
}

.mobile-menu.menushow {
    display: block;
    -webkit-transition: all 0.5s ease-out;
    left: 0px;
}


.sideheader ul {
    list-style: none;
    padding-left: 0px;
}

.sideheader ul li {

    margin-bottom: 20px;
}

.sideheader ul li .header-icon {
    color: #000;
    text-decoration: none;
}

.sideheader ul li .header-icon img {
    height: 25px;
    display: inline-block;
    margin: 0px auto 2px;
}

/*end here header sidebar*/


/*end here header*/


/*start here slider*/
#bannerpnl .owl-dots {
    position: absolute;
    bottom: 188px;
    transform: rotate(270deg);
    right: -13px;
}

#bannerpnl .owl-dot span {
    width: 50px;
    height: 5px;
}

#bannerpnl .owl-dot.active span {
    background-color: #2b402f;
}

/*end here slider*/

/*start here full slider*/
.full-slider-content h1 {
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: .25px;
    font-weight: bold;
}

.full-slider-content.left {
    position: absolute;
    width: 30%;
    top: 0px;
    left: 50px;
    bottom: 0px;
    display: flex;
    align-items: center;
}

/*end here full slider*/


/*start here home page*/
.home-dacapo-slider-left {
    width: 50%;
}

.home-dacapo-slider {
    width: 50%;
}

.home-dacapo-slider img {
    width: auto !important;
}

.home-banner-left-section {
    width: 50%;
    /*
max-height: 38rem;
height: 56.25vw;*/
    position: relative;
}

.home-banner-left-section a {
    display: contents;
}

.home-banner-left-section img {
    object-fit: cover;
    /*border-top-left-radius: 100px;
border-bottom-right-radius: 50px;*/
    width: 100%;
    height: 100%;

}



.home-banner-right-section {
    width: 50%;
    position: relative;
    top: inherit;
    transform: inherit;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 110px 120px;
    margin-left: 0;
    overflow: visible;
}

.home-banner-right-content h1 {
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: .25px;
    font-weight: bold;
    text-transform: capitalize;
}

.home-banner-right-content h3 {
    font-size: 22px;
    margin-bottom: 30px;
}

.icon-1 {
    position: absolute;
    width: 160px;
    right: -69px;
    top: 30px;
    z-index: 1;
    display: none;
}

.icon-2 {
    left: 11px;
    bottom: 59px;
    position: absolute;
    width: 10vw;
    transform: translate(0, 80%);
    z-index: 1;
    display: none;
}

.icon-2 img {
    width: auto !important;
    height: auto;
    object-fit: inherit;
    border-top-left-radius: inherit;
    border-bottom-right-radius: inherit;

}

.icon-3 {
    width: 5vw;
    left: 6vw;
    bottom: 38px;
    position: absolute;
    display: none;
}

.icon-4 {
    width: 8vw;
    right: 20px;
    bottom: -75px;
    position: absolute;
    display: none;
}

.icon-5 {
    position: absolute;
    width: 15vw;
    left: 25px;
    bottom: 20px;
    transform: translate(-50%, 50%) scaleX(-1);
    z-index: 1;
    display: none;
}

.icon-6 {
    position: absolute;
    width: 138px;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: none;
}

.icon-7 {
    position: absolute;
    width: 138px;
    right: 20px;
    bottom: 0;
    display: none;
}

.banner-section-home {
    padding-bottom: 15px;
}

.right-side-banner .home-banner-left-section {
    order: 2;
}

.right-side-banner .home-banner-right-section {
    order: 1;
}

/*start here feature product*/
.featureproduct .owl-nav{
    position: absolute;
    top:-107px;
    right:10px;

}
.featureproduct .owl-nav button{
    font-size: 24px!important;
}

.product-section-img img {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 15px;
}

.product-section-content h3 {
    font-size: 22px;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
}

.product-section-content ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.product-section-content ul li {
    display: inline-block;
    font-size: 28px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.product-section-content ul li i {
    font-size: 23px;
    font-weight: bold;
}

.product-section-content ul li.discount-price {
    color: rgba(14, 49, 24, .2);
}

.product-section-content ul li .discount-line {
    position: absolute;
    height: 2px;
    background-color: rgba(14, 49, 24, .2);
    width: 100%;
    left: 0px;
    top: 20px;
}

.product-section-specification {
    margin-bottom: 0px;
}

.product-section-specification li {
    font-size: 15px !important;
    color: #0e3118;
    border-radius: 60px;
    border: 1px solid #0e3118;
    padding: 5px 15px 5px 15px;
    display: inline-block;
}

.product-section-cart {
    opacity: 0;
}

.product-section:hover .product-section-cart {
    opacity: 1;
}

.product-section-wishlist,
.product-section-wishlist:hover,
.product-section-wishlist:focus {
    border: 1px solid #2b402f;
    color: #2b402f;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    min-width: auto;
    padding: 14px 15px;
    margin-left: 15px;
}

.product-section-cart button {
    font-size: 16px;
}

/*end here feature product*/
.green-block {
    background: #ebfff3;
    color: #0e3118;
    height: 100%;
}

.grey-block {
    background-color: #f5f5f5;
}

.red-block {
    background: #eee6cf;
    color: #8f160e;
    height: 100%;
}

.yellow-block {
    background: #fff4d8;
    color: #632f08;
}

.seal-section {
    text-align: center;

}

.seal-section img {
    height: 100px;
    animation: 6s rotate linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.seal-main-section {
    padding: 75px 34px;
}

.seal-section-content h4 {

    font-size: 28px;
    margin-bottom: 15px;
}

.friend-box{
    position: relative;
}

.friend-content{
    background-color: white;
    color: black;
    position: relative;
    bottom: 32px;
    padding: 2%;
    width:80%;
    left:10%;
    right: 10%;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgb(131 131 131 / 20%);
}


.friend-img {
    text-align: center;
}

.friend-img img {
    margin: auto;
    width: 100%;
    border-radius: 15px;
}

.friend-review {
    margin: 20px 0 10px;
}

.friend-review i {
    color: #ffcf53;
}

.friend-name p {
    font-size: 16px;
    margin-bottom: 15px;
}
.friend-name h6{
    font-weight: 600;
}

.product-list-box .green-block {
    border-top-left-radius: 0px !important;
}

.shop-by-section li.nav-item a {
    color: #2b402f;
    border: none;
}

.filter-sidebar .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color:#ff7165;
    color: #fff;
    border-radius: 0px;
    border: none;
}
.filter-sidebar .nav-tabs .nav-link{
    color: #000;
    border-radius: 0px;
    background-color: #ddd;
    border: none;
}

.shop-by-section li.nav-item a:hover {
    border: none;
    padding: 0.5rem 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #0e3118;
    text-decoration: underline !important;

}

.shop-by-section {
    margin-bottom: 50px;
    border-bottom: 0px;
}

.shoping-name {
    text-align: center;
}

.shoping-name span {
    color: #ff7165;
    display: none;
}

.shop-by-section li.nav-item a.active {
    color: #0e3118;
    border: none;
    text-decoration: underline !important;
    text-transform: uppercase;


}

.shopby-link {
    padding: 0.5rem 0rem;
}

.shopimg {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    overflow: hidden;
    margin: 0px auto;
}

.shopimg img {
    width: 150px;
    height: 150px;
}

/*end here home page*/

/*start here swadharna*/
.swa-icon {
    position: absolute;
    top: -80px;
    right: 0px;

}

.swa-icon img {
    height: 200px;
}


.swa-bg-color {
    background-color: #fff4d8;
}

.sw-box-content img {
    height: 35px;
    margin-bottom: 20px;
}

.sw-box-content h3 {
    color: #11120e;
}

.sw-box-content h3.h1 span {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Assistant', sans-serif;
    margin-top: 15px;
}

.sw-box-center {
    width: 35%;
}

.sw-box-right {
    width: 25%;
}

.swa-content h4.h6 {
    font-size: 16px;
    color: #000;
}

.sw-box-content a {
    font-size: 16px;
    font-weight: bold;
    color: #11120e;
}

.sw-box-content p {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

.sw-box-left {
    width: 40%;
}

.sw-left-img {
    border-radius: 0px 0px 0px 0px;
}

.sw-right-img {
    border-radius: 0px;
}

#swslider .item {
    padding: 20px;
    text-align: center;
}

.slider-content h5 {
    font-family: 'Abril Fatface', cursive;
}

.slider-content h6.h6 {
    font-size: 16px;
}

.sw-slider h5.h5 {
    font-size: 16px;
    font-weight: 600;
}

.sw-slider img {
    width: auto !important;
    height: 100px;
    margin: auto;
}

/*end here swadharna*/

/*start here read reviews*/
.testimonial-section h2 {
    margin-bottom: 20px;
    font-family: 'Yandilove Regular';
    font-size: 25px;
}

.read-sldier-flex {
    background: #f6f6f6;
    border: 5px solid #c8c3bf;
    border-radius: 10px;
    padding: 50px 30px 20px;
    display: flex;
}

.testi-img {
    border-radius: 50%;
}

#readslider .owl-item .read-sldier-flex {
    cursor: pointer;
    margin: 3% 8%;
    transition: margin 0.4s ease;
}

#readslider .owl-item.center .read-sldier-flex {
    cursor: auto;
    margin: 0;
}

#readslider .owl-dot span {
    width: 50px;
    height: 5px;
}

/*end here read reviews*/

/*start here become section*/
.become-section-overlay {
    box-shadow: inset 135px 146px 170px 0px rgb(0 0 0 / 50%);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 10px;
}

.become-box-section img {
    width: 100%;
}

.becom-box-left h4 {
    line-height: 25px;
    font-size: 23px;
    font-weight: 600;
}

.becom-box-left h6 {
    font-weight: normal;
    font-size: 14px;
}


.becom-box-right h4 {
    line-height: 40px;
}

.book-consult {
    background-color: #fff;
    color: #2b402f;
    font-weight: bold;
}

.becom-box-right h6 {
    font-weight: 600;
    font-size: 14px;
}

.becom-box-right {
    position: absolute;
    top: 50px;
    width: 250px;
    right: 25px;
}

/*end here become section*/

/***********************************************************************************/

/*start here product listing page*/
.product-list-section nav {
    width: 100%;
}

.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

nav .pagination .page-item.active .page-link {
    background-color: #2b402f;
    border: none;
    color: #fff;
}

nav .pagination .page-item .page-link:hover {
    border: none;
    background-color: #2b402f;
    color: #fff;
}

nav .pagination .page-item .page-link:focus {
    box-shadow: 0 0 0;
    border: none;
}

nav .pagination .page-item .page-link {
    border: none;
    color: #2b402f;
}

.product-listing-banner {
    display: grid;
    grid-template-columns: 368px auto;
    grid-template-rows:0px 1fr;
}


.banner-text {
    display: block;
    width: 98vw;
    overflow: hidden;
    position: relative;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
}

.product-listing-banner .banner-left-section {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 368px;
    height: 100%;
    padding: 120px 30px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.product-listing-banner .banner-right-section {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-listing-banner .o-list-product-left {
    height: 100%;
    -ms-grid-row: span 4;
    grid-row: 1/-1;
    -ms-grid-column: 1;
    grid-column: 1;
    z-index: 1;
    border-right: 0;
    padding: 24px 12px;
    background-color: rgba(255, 255, 255, 0.9);
}

.o-list-product-content {
    margin: 80px 25px 285px;
    height: 355px;
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
    margin-bottom: 280px;
}

.headingbold {
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
    color: #000;
    margin-bottom: 20px;
}

.headinglight {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.o-list-product-right {
    overflow: auto;
    margin: 0;
    grid-column: 2/3;
    grid-row: 2/-1;
    background: #fff;
    border-left: 1px solid #e0dddd;
}



.porduct-list-bottom {
    border-top: 1px solid #666;
}

.porduct-list-bottom ul {
    list-style: none;
}

.porduct-list-bottom ul li {
    display: inline-block;
    font-size: 12px;
}

.product-content h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.product-content h3 {
    font-size: 18px;
    line-height: 1.5em;
    height: 3em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-content h4 {
    height: 2.5em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-content h4 {
    font-size: 14px;
}

.product-content ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.product-content ul li {
    display: inline-block;
    margin-right: 15px;
}

.discount-line {
    position: absolute;
    height: 1px;
    background-color: #6c757d;
    width: 100%;
    left: 0px;
    top: 12px;
}

.save-money {
    font-size: 14px !important;
    padding: 2px 5px;
    border-radius: 5px;
}

.product-author-name {
    font-weight: normal;
    color: #2b402f;
    font-size: 14px;
}

.product-content h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.product-add-to-cart {
    position: absolute;
    bottom: 5px;
    height: 65px;
    padding: 10px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: none;
    z-index: 9
}

.product-add-to-cart.product-view-cart {
    bottom: 0px;
}

.product-img {
    position: relative;
}

.product-list-box:hover .product-hover-img {
    opacity: 1;
    transition: opacity .35s ease;

}

.product-img {
    position: relative;
}

.product-list-box:hover .product-img:after {
    background: #fd6562;
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 100%;
    left: 0px;
}

.product-list-box:hover .product-add-to-cart {
    display: block;
}

.product-hover-img {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    opacity: 0;
}

.sorting-select,
.sorting-select:hover,
.sorting-select:focus {
    border-radius: 0px !important;
}

.sorting-select option {
    padding: 10px 0px;
    font-size: 16px;
}


.sortingcheckbox {
  display: block;
  position: relative;
  padding-left:50px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size:16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.sortingcheckbox{
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 13px 10px 10px 50px;
}

.sortingcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 12px;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.sortingcheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sortingcheckbox input:checked ~ .checkmark {
  background-color: #ff7165;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sortingcheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.sortingcheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#fliterbtn {
        width: 50px!important;
    border-radius: 50%;
    height: 50px!important;
    line-height: 50px;
    padding: 0px;
    border: 2px solid #ff7165!important;
    background-color: #fff;
   
}

#fliterbtn i{
    font-size: 24px;
    margin-right: 0px;
}

/*start here filter section*/
.filter-sidebar.show {
    -webkit-transition: all 0.5s ease-out;
    left: 0px;

}

.filter-sidebar::-webkit-scrollbar {
    display: none;
}

.filter-sidebar {
    position: fixed;
    width: 350px;
    top: 0px;
    left: -350px;
    bottom: 0px;
    background-color: #fff;
    z-index: 999;
    overflow: auto;
    -webkit-transition: all 0.5s ease-out;
}

.categories-list {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.categories-list li {
    display: block;

}

.categories-list li:last-child a {
    border-bottom: none;
}

.categories-list li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    display: block;

}

.filter-heading {
    font-size: 20px;
    color: #2b402f;
    font-weight: bold;
}

/*start here price range*/

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
* Browsers can paint handles in their own layer.
*/
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
*/
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #2b402f;
}

/* Styling;
*/
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #2b402f;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {}

/* Handles and cursors;
*/
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/*end here price range*/

/*start here discount section*/


.discount-checkboc {
    display: block;
    margin-bottom: 15px;
}

.discount-checkboc input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.discount-checkboc label {
    position: relative;
    cursor: pointer;
}

.discount-checkboc label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #2b402f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.discount-checkboc input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #2b402f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*end here discount section*/
/*end here filter section*/


/*end her product listing page*/


/**********************************************************************************/

/*start here section category*/
.sidebar-section {
    width: calc(40% - 30px);
    border-right: 1px solid #f8f9fa;
}

.right-section {
    width: 100%;
}

.sidebar-list-section ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.sidebar-list-section ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.sidebar-list-section ul li:last-child {
    border-bottom: none;
}

.sidebar-list-section ul li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;

}

.sidebar-list-section ul li a:hover {
    color: #2b402f;
    font-weight: bold;
}

.sidebar-list-section {
    position: sticky;
    top: 10px;
}

/*end here section category*/

/*start here footer section*/

footer {
    padding: 50px 50px 0;
    position: relative;
}
.footer-mobile .card{
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)!important;
}
.footer-mobile .card-header{
    padding: 0px;
    background-color: transparent;
    border-bottom: none!important;

}
.footer-mobile .card-header a{
    justify-content: start;
    font-weight: 600;
    background-color: transparent;
}

.follow-us-content{
    width: 100%;
    padding: 20px 0px 0px;
    text-align: center;
}

.payment-option {
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.payment-option li {
    display: inline-block;
    padding: 0px 10px;
}

.payment-option li img {
    height: 20px;
}

.payment-option li img.paymentsection {
    height: 10px;
}

.footer-frame {
    border-bottom: 1px solid rgba(35, 14, 17, .2);
}

.footer-link-section {
    width: 25%;
    padding: 10px;
}

.footer-link-section img {
    width: 75%;
}

.f-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.f-link ul {
    padding-left: 0;
    list-style: none;
}

.f-link ul li {
    margin-bottom: 10px;
}

.f-link ul li a {
    font-size: 16px;
    color: #000;
}

.f-link.policy-section ul li a {
    font-size: 14px;
}

.s-icon ul {
    padding-left: 0px;
}

.s-icon ul li a .fa {
    color: #000;
    font-size: 25px;
}

.s-icon ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.certified .c-title {
    font-size: 20px;
    font-weight: 600;
}

.certified li {
    padding-right: 15px;
}

.certified li:last-child {
    padding-right: 0px;
}

.certified img {
    height: 50px;
    margin-top: 14px;
}

.certified {
    margin-bottom: 10px;
    padding-left: 10px;
}

.certified ul {
    padding-left: 0;
    display: flex;
    margin-top: 15px;
    list-style: none;
}

.certified ul li {
    margin-right: 16px;
}



.certified ul li img {
    height: 80px;
}

.sub-from p {
    font-size: 20px;
}

.subscriber-btn,
.subscriber-btn:hover,
.subscriber-btn:focus {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    min-width: auto;
    padding-right: 0px;
}


.sub-from .form-group input::placeholder {
    color: #fff;
}
.sub-from .form-group input[placeholder=""]{color: #000;}
.sub-from .form-group input[type="text"] {
    display: block;
    width: 100%;
    font-size: 14px;
    border-radius: 0px;
    padding: 10px 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.join-text-section {
    margin-bottom: 30px;
}

.sub-from .form-group input.submit {
    background: #353637;
    color: #fff;
    border: 0px;
    font-weight: 300;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 4px;
    transition: .3s;
}

.copyright {
    display: inline-block;
    padding: 20px 15px 10px;
}

.copyright img {
    float: right;
    max-width: 827px;
}

.copyright p {
    float: left;
    font-size: 12px;
    margin-top: 4px;
}

.whatsapp {
    position: fixed;
    right: 24px;
    bottom: 23px;
    z-index: 3;
}

.whatsapp img {
    max-width: 65px;
}

/*end here footer section*/

/*start here product detail new section*/
.product-detail-header-section {
    position: sticky;
    top:48px;
    z-index: 8
}

.carfully-section-flex p{
    font-size:18px;
    line-height: 30px;
    margin: 0;
}

.carfully-section-flex ul{
    display: flex;
    flex-wrap: wrap;
}

.carfully-section-flex ul li{
    width:50%;
    font-size: 20px;
    margin-bottom: 15px;
}

.product-details-icon p{
    font-size:16px;
    line-height: 30px;
}

.product-details-icon ul{
  display: flex;
    flex-wrap: wrap;   
}
.product-details-icon ul li{
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}

.product-detail-header-section ul {
    list-style: none;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    
}

.product-detail-header-section ul li {
display: inline-block;

}

.product-detail-header-section ul li a {
    color: #2b402f;
    padding: 10px 15px;
    font-size: 18px;
    margin: 0px 10px;
    display: block;
    text-decoration: none;
}

.product-detail-header-section ul li a.active {
    border-bottom: 5px solid #2b402f;
    font-weight: bold;
}

#productdetails {
    position: sticky;
    top: 0px;
}

#productdetails button {
    box-shadow: 0 0 0;
    outline: none;

}

#productdetails button span {
    width: 50px;
    height: 2px;
}

.product-details-left-box {
    width: 50%;
}

.product-details-right-box {
    width: 50%;
    padding: 15px;
    background: #fcfcfc;
}

.varient-list{
    display: grid;
    grid-gap: 1%;
    grid-template-columns: repeat(5, 18%);
    list-style: none;
}

.varient-list button{
    margin-bottom: 5px;
    font-size: 14px;
}
.varient-list button.active , .varient-list button:hover{
    border: 1px solid #212529;
    color:#212529;
    font-weight: 600;
}



.varient-option-sec h3{
    font-size: 20px;
    color: #000;
}

.product-details-name {
    font-size: 30px;
    margin-bottom: 10px;
    color: #2b402f;
}

.product-details-sub-name {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.product-details-tag-ling {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
}

.product-details-price-section ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding: 5px 0px;
}

.detail-price-section {
    width: 50%;
    padding-left: 15px;
}

.detail-price-section .discount-price {
    font-size: 22px !important;
    color: #b2b2b2;
}

.detail-earn-section {
    width: 50%;
    border-left: 1px solid #2b402f;
    padding-left: 15px;
}

.benifts-section-list ul {
    padding-left: 20px;
}

.detail-earn-content h6 {
    font-size: 13px;
    font-weight: normal;

}

.detail-earn-content img {
    height: 20px;
}

.detail-earn-content h6 span {
    font-size: 14px;
    font-weight: bold;
}

.product-details-price-section ul li {
    display: inline-block;
    font-size: 25px;
    margin-right: 15px;
    font-weight: bold;
}

.product-details-price-section ul li i {
    font-size: 24px;
}

.product-details-price-section .discount-line {
    top: 15px;
}

.product-details-price-section .save-money {
    font-size: 24px !important;
    border: none;
    padding: 0px;
    border-radius: 5px;
    color: #28a745 !important;
    font-weight: normal;
}

.product-details-section ul li {
    font-size: 15px;
    margin-bottom: 8px;
}

.wishlist-icon:hover {
    font-size: 17px;
}

.wishlist-icon {
    font-size: 16px;
}
.add-to-cart.show h5 img:nth-child(1) {
    width: 10%;
}
.carefully-section-left {
    width: 50%;
}


.carefully-section-right {
    width: 50%;
}

.carefully-section-left p {
    font-size: 16px;
}

.carefully-section-left h4 {
    font-size: 30px;
    margin-bottom: 30px;
}

.how-to-use-left-box {
    width: 50%;
}

.how-to-use-right-box {
    width: 50%;
    padding-left: 30px;
}

.how-to-use-content p {
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0px;
}

.how-to-use-content ul {
    margin-bottom: 0px;
    padding-left: 20px;
}

.how-to-use-content ul li {
    margin-bottom: 15px;
}

.how-to-icon {
    height: auto;
    width: 145px;
    margin: auto;
}

.product-icon-details {
    text-align: center;
}

.product-icon-details img {
    height: 100px;
    width: auto !important;
    margin: 10px auto;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    background-color: transparent;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 20px 10px;
    border-bottom: 1px solid #2b402f;
    border-radius: 0px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #2b402f;
    text-decoration: none;
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 6px;
    transition: 1s;
}

.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #000;
}

.faq .faq-list p {
    padding-top: 5px;
    margin: 10px 0px;
    font-size: 15px;
    color: #000;
}


.collapsed i.fa.fa-angle-up {
    transform: rotate(180deg);
}

.gold-standard-section-left-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gold-standard-section-right-box {
    width: 100%;
    justify-content: center;
}

.gold-img-section img {
    height: 100px;
    width: auto;
}

.gold-standard-cotnent {
    text-align: center;
}

.gold-standard-cotnent h4 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    text-align: center;
    display: block;
}

.gold-standard-cotnent p {
    font-size: 16px;
    text-align: center;
}

#goldstandard .owl-stage-outer .owl-stage {
    display: flex;
}



#goldstandard button span {
    width: 50px;
    height: 2px;
}





.reivew-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.reivew-name span {
    color: #fff;
    background-color: #2b402f;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: normal;
}

.review-content {
    font-size: 14px;
}

.review-date {
    font-size: 14px;
    text-align: right;
    color: #2b402f;
}

.rating {
    margin-top: -8px;
}

.rating .stars .star {
    float: left;
    padding: 5px 2px;
    cursor: pointer;
}

.rating .stars .star:before {
    font-family: 'FontAwesome';
    content: '\f005';
    color: #fff;
    font-size: 2em;
}

.rating .stars .star:hover:before,
.rating .stars .star.to_rate:before,
.rating .stars .star.rated:before {
    color: #ffe234;
}

.rating .stars .star.no_to_rate:before {
    color: #d0e8f0;
}

.product-details-price-section {
    background-color: #eee6cf;
    padding: 10px;
    border-radius: 5px;
}

.product-return-exchange ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 10px;
    padding: 0;
}

.product-return-exchange ul li img {
    width: 24px;
    margin-bottom: 10px;
}
.tabcontent .content p{  margin: 0; text-align: justify;}
.product-return-exchange ul li {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    border: 1px solid #efefef;
    padding: 20px;
    width: 32.5%;
    border-radius: 5px;
}
.product-return-exchange ul li p {
    margin: 0;
    font-size: 13px;
}

/*end here product details new section*/

/*start here product detail*/
.product-gallery .product-show {
    width: 578px;
    height: 578px;
    margin: 0 auto;
}

.product-gallery .small-img {
    width: 400px;
    height: 70px;
    position: relative;
    left: 0;
    margin: 30px auto 0;
}

.product-gallery .small-img .icon-left,
.product-gallery .small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.product-gallery .small-img .icon-left {
    transform: rotate(180deg)
}

.product-gallery .small-img .icon-right {
    right: 0;
}

.product-gallery .small-img .icon-left:hover,
.product-gallery .small-img .icon-right:hover {
    opacity: .5;
}

.product-gallery .small-container {
    width: 401px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 31px;
}

.product-gallery .small-container div {
    width: 800%;
    position: relative;
}

.product-gallery .small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
}

.product-gallery .small-container .show-small-img:last-of-type {
    margin-right: 0;
}

.product-gallery .product-show div {
    display: none !important;
}

.product-gallery-bg {
    width: 100%;
    background: #f3f2f3;
}

.product-gallery {
    position: sticky;
    top: 0;
    padding: 30px 10px;
    min-height: 100px;
    min-height: 60vh;
    overflow: hidden;
    border: 1px solid transparent;
}

.product-top-column {
    padding: 30px 15px 30px;
}

h1.product-title {
    font-size: 30px;
    margin-bottom: 12px;
}

.product-header-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.product-vendor {
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #230e11;
    text-transform: uppercase;
    margin-right: 20px;
}

.product-top-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-bottom: 5px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e0dddd;
}

#myTabContent .card-body {
    border: none;
}

.product-headline {
    font-size: 24px;
    line-height: 1.22;
}

.product-description {
    padding-top: 16px;
    color: #230e11 !important;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

.btn-product {
    background: #e4e1de;
    color: #000;
    margin-top: 30px;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
}

.product-tab .nav {
    margin-left: -15px;
    margin-right: -15px;
    background: #f9f9fa;
    padding-left: 30px;
}

.product-tab .nav-tabs .nav-link.active {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000 !important;
    color: #000;
}

.product-tab .nav-tabs .nav-link {
    padding: 25px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    color: #6f6f6f;
    transition: .3s;
}

.product-tab .nav-tabs .nav-link:hover,
.product-tab .nav-tabs .nav-link:focus {
    border-color: transparent;
    color: #000;
}

.product-tab li.nav-item {
    margin-right: 35px;
}

.check-point h5 {
    margin-bottom: 20px;
    font-size: 24px;
}

ul.point {
    padding-left: 0;
}

ul.point li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
}

.check-point ul.point {
    column-count: 2;
}

ul.point li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 6px;
    color: #9a907e;
    font-size: 12px;
}

.check-point {
    margin-top: 48px;
}

.product-sticker-list ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e0dddd;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 0;
}

.product-sticker-list ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-top: 32px;
    -ms-flex: 30%;
    flex: 30%;
    -ms-flex: 1;
    flex: 1;
}

.product-sticker-list ul li img {
    width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.product-sticker-list ul li span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    color: #230e11;
    margin-top: 12px;
}

.product-sticker-list {
    margin-top: 48px;
}

.product-top-column .text,
.product-description {
    font-size: 18px;
}

.product-top-column .text h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
}

.tab a {
    background: #333;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
    margin: 0 5px;
    min-width: 130px;
    transition: .5s;
}

.tab {
    border-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.tab li {
    display: inline-block;
}

.tab a:hover {
    background: #000;
    text-decoration: none;
}

.product-show img {
    width: 100%;
    height: 100%;
}

/*end here product detail*/



/*start here offer design*/

.product-offer h6 {
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: bold;
}

.uptoheading h2 {
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: bold;
}

.product-offer h6 span,
.uptoheading h2 span {
    color: #c1b283;
}

.srv-slider-1 .srv-box h3 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin: 10px 0 0;
    padding-left: 15px;
}

.srv-slider-1 .srv-box p {
    font-size: 22px;
    color: #000;
    padding-left: 15px;
}

.product-tab a.nav-btn {
    display: none;
}

.product-tab .collapse {
    display: block;
}
.add-to-cart-detail i.fa-trash {
    font-size: 25px;
}
button.add-to-bag span.actual-price {
    padding-left: 10px;
}
.add-to-cart {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: -375px;
    width: 375px;
    background-color: #fff;
    z-index: 999;
    height: max-content;
    max-height: 100%;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease-out;
}

.add-to-cart.show {
    right: 0px;
    -webkit-transition: all 0.5s ease-out;
}

.add-to-cart::-webkit-scrollbar {
    display: none;
}

.sidebar-footer-section {
    position: inherit;
    bottom: 0px;
    z-index: 9999;
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
    border-top: #666;
    width: 375px;
}

.add-to-cart-img {
    width: 40%;
}

.add-to-cart-detail {
    width: 60%;
}

.qty {
    text-align: center;
    padding: 5px 0px;
}

/*edn here offer design*/

/*start here checkout-page*/
.checkout-left {
    width: 50%;
}
.checkout-product-section p span {
    float: right;
    font-weight: 500;
}
.checkout-product-section p {
    border-top: 1px dashed #b9b9b9;
    padding: 5px 0;
    margin: 5px 0;
    font-size: 14px;
    text-align: left;
}
.product-section-checout {
    text-align: left;
}
.checkout-right {
    width: 50%;
}
.heading-section.checkout-heading a {
    left: 0px !important;
    border: 1px solid #f2f2f2;
    background: #fff;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0;
    width: max-content;
}
.user-heading-section button#address .fa {
    padding-right: 6px;
    font-weight: 100;
    font-size: 12px;
}
.payment-text {
    position: absolute;
    top: -13px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.payment-text p {
    background-color: #fff;
    display: inline-block;
    padding: 0px 10px;
}

.ortextp p {
    background-color: #fff;
    display: inline-block;
    padding: 0px 10px;
}

.ortextp {
    position: absolute;
    top: -13px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.get-text p {
    font-size: 12px;
    margin-bottom: 10px;
}

.checout-footer ul {
    list-style: none;
    margin-bottom: 0px;
}

.checout-footer ul li {
    display: inline-block;
    padding: 0px 10px;

}

.checout-footer ul li a {
    font-size: 14px;
}

.product-quantity {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #666;
    padding: 2px 10px !important;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
}

.save-address-box {
    position: relative;
}

.save-address-box input {
    position: absolute;
    left: 0px;
    top: 3px;
}

.save-address-box label {
    padding-left: 50px;
    text-align: left;
}

.radio-btn h6 {
    line-height: 25px;
}

/*end her echeckout page*/

/*start here user-setion*/
.user-left-section {
    width: 30%;
    margin-right: 30px;
}

.user-profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
}

.user-name {
    margin-left: 20px;
}

.product-section-checout button.remove-wishlist.btn .fa {
    font-size: 20px;
}

.save-address-box h5, .save-address-box h6 {
    margin-bottom: 10px !important;
}
.user-main-section .checkout-product-section.pb-3.mt-4 .product-section-checout {
    text-align: center !important;
}
.user-main-section h1.h5.font-weight-bold.d-block.pb-3 {
    text-align: center;
}
.user-main-section h1 {
text-transform: capitalize !important;
text-align: left;
}
.checkout-product-name.w-80.py-1.px-3{text-align: left;}
.checkout-product-img img {
    width: 22%;
}
.user-main-section {
    width: 100%;
    text-align: center;
    background: #ffffff !important;
}

.user-menu .user-link {
    border-bottom: 1px solid #ddd;
}

.user-menu .user-link:last-child {
    border-bottom: none;
}

.user-link a.active {
    background-color: #2b402f;
    color: #fff !important;
}

.user-link h6 {
    font-size: 14px;
    color: #666;

}

.radio-btn.gender-section {
    font-size: 15px;
    margin-right: 20px;
    margin-top: 10px;
}

.address-change-section {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
}
.address-change-section button , .address-change-section button:hover , .address-change-section button:focus{
    width: auto;
    min-width: auto;
    font-size: 22px;
}

.manage-address-section {}

/*end here user section*/

/*start here signin user*/

.signin-logo {
    text-align: center;
}

.signin-logo img {
    height: 80px;
}

.sigin-form-left {
    width: 50%;
    padding: 15px;
    background-color: #f0f1f2;
    height: 100vh;
    display: flex;
    align-items: center;

}

.signin-form-content {
    max-width: 450px;
    margin: auto;
}

.sigin-form-right {
    width: 50%;
    padding: 15px;
    height: 100vh;
}

.siginin-points {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.siginin-points li h5 {
    font-size: 12px;
    color: #000;
}

.siginin-points li {
    line-height: 16px;
    width: 100%;
    padding: 15px;
    font-size: 11px;
    line-height: 16px;

}

.siginin-points i {
    height: 63px;
    width: 65px;
    float: left;
    margin-right: 15px;
    margin-top: -7px;

}

.manageorders {
    background-position: 7px 116px;
    background-image: url(../img/icon/signin.png);
    vertical-align: sub;
    display: inline-block;
}

.offersudpate {
    background-position: -130px 116px;
    background-image: url(../img/icon/signin.png);
    vertical-align: sub;
    display: inline-block;
}

.shorlist {
    background-image: url(../img/icon/signin.png);
    vertical-align: sub;
    display: inline-block;
    background-position: -59px 116px;
}

.siginin-points li p {
    font-size: 14px;
    color: #666;
}

.signin-form-section {
    background-color: #fff;
    vertical-align: sub;
    display: inline-block;
}

.sing-form-header .signin-btn {
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding: 0px 30px;
}

.signin-btn {
    background-color: #ddd;
    color: #2b402f;
}

.signin-btn.active {
    color: #fff;
    background-color: #2b402f;
}

.sigin-form-footer-section ul {
    padding-left: 0px;
}

.sigin-form-footer-section ul li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}

.sigin-form-footer-section ul li:after {
    position: absolute;
    height: 10px;
    background-color: #000;
    width: 1px;
    top: 8px;
    right: 0px;
    content: "";
}

.sigin-form-footer-section ul li:last-child:after {
    display: none;
}

.sigin-form-footer-section ul li a {
    color: #000;
    font-size: 12px;

}

.sigin-form-footer-section {
    margin-top: 20px;
}

.sigin-form-footer-section p {
    font-size: 12px;
}

/*end here sigin user*/

/*start here your business section*/
.business-banner-text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.business-banner-text h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 100px;
    cursor: pointer;

}

.videoCoverImage {
    border-radius: 10px;
    width: 50%;
}

.build-stroy {
    width: 50%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lots-of-benfits p {
    font-size: 18px;
}

.lots-of-section {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.lots-of-benfits h5 {
    font-weight: bold;
}

.swadhrma-flex {
    display: flex;
    flex-wrap: wrap;
}


.swadharma-box {
    width: 50%;
}

.swadharma-sub-box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-profile-section {
    width: 100px;
    height: 100px;
    margin: auto;

}
.o-list-product-content p {
    text-align: justify;
    font-size: 15px;;
}
.profileinfo {
    text-align: left;
}

.business-profile-section img {
    border-radius: 50%;
    border: 3px solid #fff;
}


#businesstestimonial .owl-stage .owl-item .item {
    margin: auto;
    border: 1px solid #ddd;
}

.business-section-testimonial {
    padding: 30px 0px;
}

.distibutor-section h4 {
    font-size: 24px;
    text-align: center;
    padding: 15px;
    color: #fff;
}

.signup-btn,
.signup-btn:hover,
.signup-btn:focus {
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 0px;
    height: auto;
    padding: 10px 50px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
}

.brands-box {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    border-right: 1px solid #2b402f;
    border-bottom: 1px solid #2b402f;
    border-top: 0px;

}

.brands-box:nth-child(3n+3) {
    border-right: none;
}

.border-b-none {
    border-bottom: none !important;
}

.business-consult-btn {
    display: flex;
    justify-content: center;

}

.dusributor-img-section img {
    height: 100px;
    margin: auto;
}

/*end here your business section*/

/*start here consulting design*/
.book-consultant-baaner-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgb(255, 255, 255, 0.8);
}

.book-consultant-box {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.book-consultant-box p {
    font-size: 16px;
    color: #000;
}

.book-consltant-box-img img {
    height: 100px;
    margin: auto;
    margin-bottom: 15px;
}

.book-why-choose p {
    margin-bottom: 0px;
}

.swadharma-book-now-consulting img {
    height: 100px;
    margin: auto;
}

.consultant-slider-flex {
    display: flex;

}

#consultantslider .owl-dots button span {
    width: 50px;
    height: 2px;
}

.consultant-slider-left {
    width: 30%;
}

.consultant-slider-left img {
    border: 5px solid #c3a451;
}


.consultant-slider-right {
    width: 70%;
    display: flex;
    align-items: center;
}

.consultant-slider-content h3 {
    font-weight: bold;
    color: #2b402f;
    font-size: 25px;
}

.consultant-slider-content h4 {
    font-size: 20px;
    font-weight: normal;
}

.consultant-slider-content p {
    font-size: 16px;
    margin: 10px 0px;
}

.consultant-slider-content h6 {
    font-size: 18px;
    font-weight: bold;

}

.consultant-slider-content h6 span {
    font-weight: normal;
}

.how-its-works-pnl {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}

.how-it-works-box {
    width: 22%;
    display: flex;
    margin: 0 10px;
}

.how-it-works-box span {
    width: 60px;
    margin-right: 5px;
}

.how-it-works-box span img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.how-itworks-box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    background-color: rgb(195, 164, 81);
    border-radius: 10px;
    box-shadow: rgb(39 14 16 / 34%) 9px 0px 7.69px -3.69px;
    align-items: center;
}

.how-itworks-left-box {
    width: 29%;
    padding-left: 10px;
}

.how-itworks-left-box img {
    width: 100%;
}

.how-itworks-right-box {
    width: 60%;
    text-align: left;
    margin-left: 15px;
}

.book-consultant-footer p {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

/*end here consulting deisgn*/

/*start here register section*/
#heading {
    text-transform: uppercase;
    color: #2b402f;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2b402f;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #2b402f;
    font-weight: bold;
    color: white;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}



#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    width: 100%;
}

.fs-title {
    font-size: 22px;
    color: #2b402f;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left
}

.purple-text {
    color: #2b402f;
    font-weight: normal
}

.steps {
    font-size: 18px;
    color: #2b402f;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #2b402f
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    content: "Step-1"
}

#progressbar #personal:before {
    content: "Step-2"
}

#progressbar #payment:before {
    content: "Step-3"
}

#progressbar #confirm:before {
    content: "Step-4"
}

#progressbar li:before {
    width: 70px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 17px;
    color: #2b402f;
    font-weight: bold;
    background: lightgray;
    border-radius: 5px;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:last-child:after {
    width: 0px !important;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 40px;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #2b402f;
    color: #fff;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #2b402f
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/*end here register section*/

/*start here contact us */
.contact-us-box i {
    font-size: 20px;
}

.contact-us-box {
    color: #000 !important;
}

.contact-form img{
        border-top-left-radius: 75px;
    border-bottom-right-radius: 25px;
}

.contact-us-box h6 {
    font-size: 20px;
}

/*end here contact us*/

/*start here story section*/
.story-img-section {
    width: 50%;

}

.story-img-section img {
    border-top-left-radius: 75px;
    border-bottom-right-radius: 25px;
}

.story-content-section {
    width: 50%;
}

.story-thank-content h2 {
    line-height: 40px;
}

/*end here story section*/

/*start here deep product-section*/
.deep-mask {
    background-image: linear-gradient(0deg, #000 66%, hsla(0, 0%, 100%, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 2;
    opacity: .25;
}

.deep-overlay {
    background-image: linear-gradient(0deg, #000 66%, hsla(0, 0%, 100%, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    opacity: .25;
}

.deep-content {
    position: absolute;
    bottom: 48px;
    z-index: 9;
    left: 0px;
    right: 0px;
    text-align: center;
}

.deep-content h5 {
    font-size: 22px;
    margin-bottom: 15px;

}

.deep-section {
    overflow: hidden;
}
.deep-section img{
    width: 100%;
}

.deep-section a:hover img {
    transform: scale(1.1);
    transition: all .35s ease;
}

/*end here deep product-section*/


/*start here thankyou page*/
.thankyou {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
}

.sucess-check {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 30px;
}

.thankyou-left {
    clip-path: polygon(0 0, 0 60%, 49% 0);
    background-color: #eee6cf;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    height: 100vh;
    min-width: 500px;
}

.sucess-check.bg-success {
    background-color: #2b402f !important;
}

.thankyou-right {
    clip-path: polygon(49% 100%, 100% 100%, 100% 42%);
    background-color: #2b402f;
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    height: 100vh;
    min-width: 500px;
}

.success-msg {
    max-width: 550px;
    margin: auto;
    text-align: center;
}

.connect-us ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}



.connect-us ul li {
    display: inline-block;
}

.connect-us h6 {
    margin-bottom: 15px;
    color: #337ab7;
    font-weight: bold;
}

.thank-you-logo {
    height: 70px;
    margin: 20px auto;
}

.payment-detail-box h6 {
    font-size: 18px;
}

.note-text {
    font-size: 14px;
}

/*end here thankyou page*/

/*start here blog section*/
.date-name ul {
    list-style: none;
    padding-left: 0px;
}

.date-name ul li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}

.date-name ul li:after {
    position: absolute;
    right: 0px;
    content: "|";
}

.date-name ul li:last-child:after {
    display: none;
}

.blog-detail-banner {
    display: flex;
}

.blog-detail-banner-left {
    width: 60%;
}

.blog-details-left-content {
    padding-right: 50px;
}

.blog-detail-banner-right {
    width: 40%;
    border-radius: 10px;
}

.blog-banner-social ul {
    padding-left: 0px;
    list-style: none;
}

.blog-banner-social ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-banner-social ul li a {
    color: #2b402f;
    text-decoration: none;
}

.blog-detail-banner-right img {
    border-radius: 30px;
}

.blog-sidebox-left {
    width: 40%;
}

.blog-sidebox-right {
    width: 60%;
    padding-left: 10px;
}

.blog-sidebox-right h3 {
    color: #ff7165;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.blog-sidebox-right h4 {
    font-weight: 700;
    color: #0e3118;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-sidebox-right p {
    color: #6c757d;
    font-size: 12px;
}

.blog-sidebox {
    border-radius: 10px;
    overflow: hidden;
}

/*end here blog section*/
.anoucment-bar p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
button.details-btn {
    padding: 10px 20px;
    line-height: 10px;
    height: auto;
    background: #2b402f;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    float: right;
}
/* Style tab links */
.tablink {
    background-color: #efefef;
    color: #000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
  }
  
  .tablink:hover {
    background-color: #fff;
  }
  .tabcontent {
    color: rgb(0, 0, 0);
    display: none;
    padding:10px 0;
    height: 100%;
  }
  .tablink:hover {
    background-color: #fff;
    border-bottom: 2px solid #ff7165;
    color: #ff7165;
    font-weight: 500;
}
button.add-to-bag {
    text-transform: uppercase;
}
span.actual-price.text-dark {
    color: #fff !important;
    padding-left: 10px;
}
div#announcements .item.anoucment-bar {
    padding: 5px !important;
}
div#announcements .item.anoucment-bar p{font-size: 14px;}

#myTabContent .owl-item {
    margin: 0 10px!important;
}
/* .owl-carousel {
    display: none; 
}
.owl-carousel.owl-loaded {
    display: block;
} */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.activity-feed {
    padding: 15px;
    list-style: none;
}
.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #387165;
}  
.activity-feed .feed-item:last-child {
        border-color: transparent;
      }
  
.activity-feed .feed-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -9px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #fff;
    border: 5px solid #ffa100;
}
.activity-feed .feed-item .date {
    display: block;
    position: relative;
    top: -5px;
    color: #387165;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800;
}
.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
    font-size: 14px;
}
.haskin-intro span {
    color: #3d7f72;
    font-weight: bold;
}
.atrribut-box {
    background: #efefef;
    height: 150px;
    width: 150px;
    line-height: 150px;
    border-radius: 100%;
    box-shadow: 0 0 14px -8px #000000;
    margin: 0 auto;
}
.haskin-intro i {
    line-height: 100px;
    font-size: 30px;
    color: #ffa102;
}
.atrribut-box span {
    font-weight: 600;
    color: #4b4c4b;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.haskin-intro p {
    display: grid;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #696969ef;
}
.haskin-intro p b {
    color: #5b826e;
    font-size: 25px;
}
p.history-box {
    background: #c7d8d5;
    height: 100%;
    padding: 2rem 1rem;
}
section.bg-gary.py-5 span {
    font-weight: 700;
    padding-bottom: 1rem;
}
section.bg-gary ul.tech-listing {
    padding-left: 15px;
    font-size: 15px;
    line-height: 25px;
}
.haskin-intro small {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 14px;
    display: block;
    margin-left: 0;
    line-height: 15px;
}
.history h4 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    background: #efefef;
    width: max-content;
    padding: 5px 10px;
    text-align: left;
    letter-spacing: 6px;
}
.history p {
    color: #000;
    font-size: 14px;
}
.history span {
    color: #3d7f72;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 600;
}
.history .story-pnl{
    margin: 1rem 0;
}
.history .story-pnl img.img-fluid {
    width: 100%;
    border: 5px solid #eee;
    border-radius: 100%;
}
.technology .tech-box img {
    border-radius: 10%;
    border: 5px solid #efefef;
    padding: 3px;
}
.technology .tech-box p {
    font-size: 14px;
    padding: 10px;
    font-weight: 700;
}
.technology i.fa.fa-angle-right {
    line-height: 200px;
    font-size: 60px;
    font-weight: bolder;
    color: #ffa102;
}
.technology h3 {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 300;
}
.technology ul.tech-listing {
    padding-left: 15px;
    list-style: circle;
}
.technology ul.tech-listing p {
    margin-bottom: 2rem;
    font-size: 15px;
}
.technology .col-md-3.text-center {
    font-size: 13px;
    font-weight: 600;
}
.technology .story-content span {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px !important;
    text-align: left;
    margin-bottom: 1rem;
    display: block;
}
button.btn-explore {
    padding: 10px 30px;
    height: auto;
}
/* .history .story-pnl:nth-child(2) h4, .history .story-pnl:nth-child(2) p, .history .story-pnl:nth-child(2) span {
    float: right;
    display: block;
} */

.add-input{
    background-color: #ddd;
    padding-left: 5px;
    margin-left: -5px;
  }