.sticky-top {
    top: -1px;
    position: relative;
}
P{
    font-size: 18px;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.preloader .loader {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.preloader .box {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation: animate 0.5s linear infinite;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}
.preloader .shadow {
    width: 100%;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow 0.5s linear infinite;
    animation: shadow 0.5s linear infinite;
}
.preloader::after,
.preloader::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.preloader .box img {
    background: 0 0;
    width: 170px;
    border-radius: 4px;
}
.preloader::after {
    left: auto;
    right: 0;
}
.preloader.preloader-deactivate {
    visibility: hidden;
}
.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
}
img.image-hover.image-hover-product {
    width: 100%;
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0);
    }
    .dropdown-toggle::after {
        display: none;
    }
}
header {
    padding: 0;
}
a:hover {
    text-decoration: none;
}
header .alert {
    border: 0;
    padding: 7px 20px;
    margin: 0;
    font-size: 15px;
    color: #333;
    background: #f1f1f1;
}
header .alert i {
    color: #cc9a5a;
    font-size: 14px;
    position: relative;
    top: -1px;
}
header button.close {
    padding: 6px 16px !important;
}
.header-phone {
    display: flex;
    float: right;
    border-right: 2px solid #e5e5e5;
    margin-right: 15px;
    padding-right: 15px;
}
.header-phone:nth-child(1) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.header-phone i {
    font-size: 28px;
    margin-right: 12px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    color: #d3d3d3;
}
.header-phone .phone_right {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    font-family: poppins, sans-serif;
    line-height: 20px;
}
.header-phone .phone_right span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #555;
}
.header-phone .phone_right a {
    color: #333;
}
.nav-header nav.navbar {
    background: #333;
    padding: 0 20px;
}
a.navbar-brand img {
    width: 60px;
    border: 2px solid #9d856e;
    border-radius: 50%;
    padding: 6px 1px;
}
a.navbar-brand {
    padding: 8px 0;
    line-height: 20px;
    margin-right: 10px;
}
.logo {
    display: flex;
}
.nav-header nav.navbar ul li a.nav-link {
    color: #fff;
    font-size: 15.5px;
    font-weight: 400;
    font-family: poppins, sans-serif;
    padding: 10px 10px;
}
.nav-header nav.navbar ul li a.nav-link:hover {
    color: #fff;
}
.logo .logo-text {
    color: #866c53;
    font-weight: 500;
    font-family: poppins, sans-serif;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 22px;
    padding: 16px 0 12px 0;
}
.logo .logo-text span {
    display: block;
    font-size: 14px;
    color: #343434;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-header li.nav-item ul.dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
    right: 0;
    left: auto;
    background: #333;
}
.nav-header .dropdown-item.active,
.nav-header .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.nav-header a.dropdown-item {
    font-weight: 300;
    font-family: poppins, sans-serif;
    font-size: 15px;
    padding: 8px 12px;
    color: #fff;
    border-bottom: 1px solid #565656;
}
.nav-header a.dropdown-item:focus,
.nav-header a.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid #565656;
}
.nav-header nav.navbar ul li a.nav-link i {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.nav-header nav.navbar ul li a.nav-link sup i.fa-solid.fa-circle {
    font-size: 7px;
    top: -6px;
    color: #1fcd1f;
}
.nav-header nav.navbar ul li a.nav-link span sup {
    background: #cc9a5a;
    padding: 0 6px;
    border-radius: 50%;
}
.nav-header a.dropdown-item i {
    color: #a9a9a9;
    margin-right: 3px;
}
.banner-top {
    padding: 20px 0 25px;
    background: #fff;
}
.banner-top p {
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 100;
    line-height: 60px;
    color: #000;
}
.banner-top p span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}
.banner-section {
    background: #f1f1f1;
}
.banner-img {
    position: relative;
}
.banner-img img {
    height: 588px;
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
}
.banner-img h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    letter-spacing: 1px;
    left: 0;
    transform: translate(0, -50%);
    padding: 0 8%;
    font-size: 31px;
    line-height: 38px;
    font-weight: 600;
    font-family: poppins, sans-serif;
    color: #fffcf3;
    margin-bottom: 0;
    text-align: center;
}
.banner-img h1 i {
    color: rgb(0, 0, 0, 0.34);
}
.banner-content {
    padding: 40px 70px 30px 30px;
}
.banner-content-inner {
    padding: 18px 20px 18px 30px;
    background: #fff;
    height: 100%;
    position: relative;
}
.banner-content-m {
    margin: 8px 0;
    padding: 0;
}
.banner-content-inner h4 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
    font-weight: 600;
    color: #ba8c52;
    padding: 9px 11px;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    margin-bottom: 0;
}
.banner-content-inner i {
    font-size: 80px;
    color: rgb(0, 0, 0, 0.06);
    margin-bottom: 6px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
}
.banner-content-inner h2 {
    font-size: 19px;
    font-weight: 500;
    color: #111;
    margin-bottom: 2px;
    font-family: poppins, sans-serif;
    margin-top: 0;
}
.banner-content-inner p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0;
}
.lifestyle-section h1 {
    padding: 25px 40px 20px 60px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    color: #2c2c2c;
    margin-bottom: 0;
    background: #f1f1f1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
    position: relative;
    z-index: 99;
    border: 8px solid #fff;
    display: flex;
    font-style: italic;
}
.lifestyle-section h1 span {
    font-size: 68px;
    text-align: center;
    line-height: 48px;
    color: #999;
    font-weight: 400;
    letter-spacing: -3px;
    margin-right: 16px;
    margin-top: 5px;
    font-style: normal;
}
.lifestyle .item img {
    width: 75px !important;
    margin: auto;
    filter: opacity(0.8);
    transition: 0.6s ease-in-out;
    cursor: pointer;
}
.lifestyle .item img:hover {
    filter: grayscale(0) opacity(0.9);
}
section {
    padding: 60px 0;
}
.bg1 {
    background: #f1f1f1;
}
.bg2 {
    background: #fff;
}
h1.main-title {
    font-size: 39px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    position: relative;
}
h1.main-title small  {
    font-size:  24px;
    line-height:  34px!important;
    display: inline-table;
}
h1.main-title b {
    font-weight: 400;
    display: block;
    font-size: 19px;
    color: #000;
}
h1.main-title:before {
    background: url(../images/icon/shilajit-icon.png) no-repeat scroll center 0;
    background-size: 90px;
    content: "";
    display: block;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: opacity(0.6);
}
.all-product h1.main-title:before,
.disorders-section h1.main-title:before,
.how-section h1.main-title:before,
.product-range h1.main-title:before,
.related-products-block h1.main-title:before,
.shilajit-avoid h1.main-title:before {
    display: none;
}
.disorders-section .about-silajit:before {
    display: none;
}
h1.main-title span {
    font-size: 20px;
    color: #cc9a5a;
    text-transform: uppercase;
}
p.main-para.text-center {
    font-size: 24px;
    margin-top: 25px;
    line-height: 32px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
}
h2.main-head {
    font-size: 29px;
    font-family: poppins, sans-serif;
    color: #262626;
    margin-bottom: 12px;
}
h2.main-head span {
    width: 40px;
    border-top: 3px solid #ba8c52;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.about-silajit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    filter: opacity(0.08);
    background-position: center;
    background-size: contain;
}
.about-silajit {
    position: relative;
}
#more {
    display: none;
}
a.show-benefits {
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    display: inline-block;
    font-weight: 500;
    background: #333;
    padding: 4px 20px 5px;
    border-radius: 30px;
}
.section-how-use:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.83;
}
.section-how-use {
    background: url(../images/bg-image.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0;
}
.back-color h1.main-title {
    font-weight: 500;
    margin-bottom: 35px;
}
ul.how-use-ul {
    margin-bottom: 0;
    padding-inline-start: 25px;
    list-style-type: none;
}
ul.how-use-ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    color: #111;
}
ul.how-use-ul li i {
    position: absolute;
    margin-left: -25px;
    margin-top: 5px;
    color: #b7b7b7;
    font-size: 15px;
}
.take-shilajit-block h2 {
    background: #ba8c52;
    padding: 10px 30px;
    font-size: 24px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.take-shilajit-box {
    padding: 25px 20px;
}
.take-shilajit-box svg {
    fill: #fff;
    width: 60px;
}
.take-shilajit-box h4 {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 10px;
}
.use-shilajit-block {
    background: #fff;
    padding: 50px 30px;
    clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0% 100%);
    border-left: 5px solid #ba8c52;
    border-radius: 12px;
}
h1.sub-head {
    font-size: 28px;
    font-family: poppins, sans-serif;
    color: #111;
    margin-bottom: 16px;
    font-weight: 500;
}
.take-shilajit-block p {
    font-size: 16px;
    line-height: 20px;
    padding: 0 8%;
    margin-bottom: 0;
    margin-top: 8px;
}
.take-shilajit-block p span {
    display: inline-block;
    background: #ba8c52;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    margin-bottom: 5px;
}
.col-md-4:last-child .product-range-block {
    border-right: 0 !important;
}
.product-range-block img {
    width: 250px;
    margin: 0 auto;
}
.product-range-block img {
    width: 70%;
    transition: 0.6s ease-in-out;
}
.all-product-block img.pro-img1,
.product-range-block img.pro-img1 {
    opacity: 1;
}
.all-product-block:hover img.pro-img1,
.product-range-block:hover img.pro-img1 {
    opacity: 0;
}
.all-product-block {
    transition: 0.6s ease-in-out;
}
.product-range-block {
    border-right: 1px solid #d5d5d5 !important;
    text-align: center;
    position: relative;
    max-width: 100%;
    /* min-height: 820px; */
    transition: 0.6s ease-in-out;
    border: 1px solid #fff;
}
.product-price-block {
    padding: 0px 20px;
    height: 220px;
}
.all-product-block img.image-hover,
.product-range-block img.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 62%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}
.all-product-block:hover img.image-hover,
.product-range-block:hover img.image-hover {
    opacity: 1;
}
.bulk-products h1 {
    font-size: 22px;
    color: #000;
    font-family: Poppins, sans-serif;
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 500;
    text-align: center;
}
.bulk-products a {
    background: #b37423;
    display: inline-block;
    padding: 5px 30px 6px;
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-left: 25px solid #f1f1f1;
    border-right: 25px solid #f1f1f1;
}
.right-border {
    border-right: 1px solid #d5d5d5 !important;
}
h1.bulk-title {
    font-size: 39px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    position: relative;
}
.product-range-block h1 {
    font-size: 22px;
    color: #000;
    font-family: Poppins, sans-serif;
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 500;
}
.product-range-block p {
    font-size: 18px;
    color: #111;
    line-height: 24px;
    height: 94px;
}
.product-range-block h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
}
ul.product-ul {
    padding-inline-start: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
ul.product-ul li {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    font-size: 13.5px;
    font-weight: 600;
    padding: 4px 4px;
    border: 1px solid #e1e1e1;
    color: #333;
    background: #f1f1f1;
}
a.main-btn {
    background: #b37423;
    display: inline-block;
    padding: 5px 30px 6px;
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 16px;
    border-radius: 50px;
    width: 100%;
}
a.packagingShilajit{
    text-decoration: none;
    color: #000;
}
/* .product-price {
    position: absolute;
    left: 50%;
    width: 85%;
    bottom: 20px;
    transform: translate(-50%, 0);
} */
.product-price-front{
    padding: 0px 20px;
}
.product-price h3 {
    display: flex;
    justify-content: center;
    font-size: 26px;
    line-height: 30px;
    color: #b12704;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: poppins, sans-serif;
}
.product-price h3 span {
    display: block;
    font-size: 13px;
    color: #626262;
    font-weight: 400;
}
.product-price h3 span.price-strick {
    font-size: 18px;
    margin-right: 10px;
    text-decoration: line-through;
}
.product-price h3 span.price-strick i {
    top: -4px;
    font-size: 11px;
}
.product-price h3 b {
    font-size: 17px;
    font-weight: 500;
}
.product-price h3 i {
    font-size: 13px;
    position: relative;
    /* top: -7px; */
}
.all-product-block .product-price h3 i {
    top: 8px;
}
.section-what-img img {
    width: 70%;
    position: relative;
    z-index: 99;
}
.section-what-box {
    position: relative;
    background: #fff;
    margin: 30px 0 0;
    border-radius: 4px;
    box-shadow: 0 3px 14px rgb(0 0 0 / 4%);
}
.section-what-box p {
    margin-bottom: 0;
    font-size: 18px;
    font-family: poppins, sans-serif;
    color: #000;
    font-weight: 400;
    padding: 10px 20px 10px 65px;
    height: 100%;
    min-height: 75px;
    display: flex;
    align-items: center;
}
.section-what-box p span {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #cc9a5a;
    font-size: 30px;
    filter: opacity(0.4);
}
.section-what-box:before {
    position: absolute;
    top: 50%;
    left: 100%;
    background: #e5e5e5;
    content: "";
    width: 40%;
    height: 3px;
    transform: translate(0, -50%);
}
.section-what-box-right:before {
    right: 100%;
    width: 40%;
    left: auto;
}
.section-what-block h2 {
    font-size: 28px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-family: poppins, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    word-spacing: 10px;
    letter-spacing: 2px;
    display: block;
    color: #fff;
    background: #cc9a5a;
    padding: 20px 6px;
    margin-bottom: 0;
}
.why-shilajit-box {
    border: 2px solid #f1f1f1;
    padding: 20px 20px;
    height: 100%;
    background: #fff;
}
.why-shilajit-box img {
    width: 90px;
    filter: opacity(0.5) sepia(1);
}
.why-shilajit-box h1 {
    font-size: 22px;
    line-height: 30px;
    font-family: poppins, sans-serif;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 8px;
}
.why-shilajit-box p {
    color: #111;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 6px;
}
.why-shilajit-box ul.how-use-ul {
    margin-top: 6px;
}
.why-shilajit-box ul.how-use-ul li {
    font-size: 16px;
    margin-bottom: 1px;
}
.why-shilajit-box ul.how-use-ul li i {
    font-size: 13px;
    margin-top: 9px;
    margin-left: -20px;
}
.shilajit-avoid-box {
    padding: 0 20px;
    display: flex;
    margin-top: 12px;
}
.shilajit-avoid-box img {
    width: 80px;
}
.shilajit-avoid-box p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    color: #222;
    line-height: 28px;
}
.shilajit-avoid-img {
    margin-right: 20px;
}
.inner-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}
.inner-banner {
    height: 250px;
    position: relative;
}
.all-product-block {
    margin: 0px 6px;
    background: #f8f8f8;
    height: 100%;
}
.all-product-block:hover {
    background: #f9f9f9;
}
.all-product-box {
    padding: 15px 20px 100px;
}
.product-star span.fa.fa-star {
    font-size: 10px;
    color: #606060;
}
.product-star span.fa.fa-star.checked {
    color: orange;
}
.all-product-box h1 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    font-family: poppins, sans-serif;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
}
.all-product-box h1 span {
    font-size: 16px;
    color: #000;
}
.all-product-box .product-price {
    width: auto;
    transform: none;
    position: absolute;
    bottom: 30px;
    left: 25px;
}
.all-product-box h2 {
    font-size: 14px;
    color: #909090;
    font-weight: 400;
    margin-bottom: 0;
}
.all-product-box h2 span {
    text-decoration: line-through;
}
.all-product-box a.main-btn {
    padding: 4px 16px 5px;
    font-size: 14px;
    border-radius: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
}
.all-product-block img {
    width: 100%!important;
    transition: 0.6s ease-in-out;
    padding: 0px 0 0;
}
.all-product-category {
    position: sticky;
    top: 70px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
    padding: 25px 20px;
}
.all-product-block .product-price h3 {
    font-size: 21px;
    margin-bottom: 10px;
}
.all-product-category h1 {
    font-size: 19px;
    padding: 0 0 16px;
    color: #000;
    font-family: poppins, sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.all-product-category h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111;
    margin-bottom: 4px;
    background: #f1f1f1;
    padding: 8px 12px;
    font-family: poppins, sans-serif;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
.all-product-category ul {
    padding-inline-start: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.all-product-category ul li a {
    color: #000;
    font-family: poppins, sans-serif;
    font-size: 14px;
    padding: 3px 0 3px 14px;
    display: block;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}
.all-product-category ul li.cate-selected a {
    color: #b12704;
}
.all-product-category ul li.cate-selected a i {
    color: #b12704;
}
.all-product-category ul li:last-child a {
    border-bottom: 0;
}
.all-product-category ul li a i {
    position: absolute;
    margin-left: -14px;
    margin-top: 4px;
    color: #878787;
}
.all-product-category ul li a small {
    font-size: 13px;
    line-height: 15px;
    color: #000;
}
.all-product-list {
    padding: 25px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}
.product-details-content {
    padding: 0 35px 0 30px;
}
.product-details-content h1 {
    font-size: 24px;
    line-height: 31px;
    font-family: poppins, sans-serif;
    color: #111;
    font-weight: 500;
    margin-bottom: 12px;
}
.product-details-content h2 {
    font-size: 26px;
    font-family: poppins, sans-serif;
    color: #b12704;
    font-weight: 500;
    margin-bottom: 0;
}
.product-details-content h2 span {
    font-size: 18px;
    color: #5a5a5a;
}
.product-details-content h2 i {
    font-size: 20px;
    position: relative;
    top: -2px;
}
.product-details-content h3 {
    font-size: 20px;
    font-family: poppins, sans-serif;
    font-weight: 500;
    color: #111;
    margin-bottom: 8px;
    margin-top: 20px;
}
.product-details-content table.table {
    margin-bottom: 0;
}
.product-details-content table.table td,
.product-details-content table.table th {
    border-top: 0;
    padding: 6px 16px;
    font-size: 15px;
    color: #111;
}
.product-details-content table.table th {
    font-weight: 600;
}
.product-details-content table.table th i {
    font-size: 8px;
    position: absolute;
    margin-left: -16px;
    color: #cc9a5a;
    margin-top: 7px;
}
.product-details-content p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 8px;
}
.product-details-content li {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 6px;
}
.product-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-btn select {
    width: auto;
    border-radius: 0;
    height: calc(1.5em + 0.75rem + 0px);
    margin-bottom: 12px;
}
.product-btn a {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 12px;
}
.product-btn a i {
    margin-right: 5px;
}
.product-btn a.color1 {
    background: #c36d00;
}
.product-btn a.color2 {
    background: #4b4b4b;
}
a.color3 {
    color: #b12704;
    font-size: 14px;
    text-transform: none;
}
.product-details-content h2 span {
    font-size: 18px;
    color: #909090;
    text-decoration: line-through;
    font-weight: 400;
}
.product-details-content h2 span i {
    font-size: initial;
    top: 0;
}
.product-details-content h2 b {
    font-size: 15px;
    font-weight: 400;
    color: #909090;
}
.product-details-content h2 small {
    background: #009200;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    padding: 1px 10px 2px;
    font-weight: 400;
    position: relative;
    top: -5px;
}
.product-details-content h2 small i {
    font-size: inherit;
    top: 0;
    transform: rotate(90deg);
    margin-right: 4px;
}
ul.product-security {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
ul.product-security li {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
    border: 1px solid #cbcbcb;
    padding: 8px;
}
ul.product-security li svg {
    width: 35px;
    fill: #afafaf;
}
ul.product-security li h6 {
    font-size: 13px;
    color: #484848;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 6px;
}
h5.figure {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    color: #000;
}
p.main-para {
    font-size: 18px;
    line-height: 26px;
    color: #262626;
    font-weight: 400;
}
.astrodivider {
    margin: 30px auto 30px;
    width: 350px;
    max-width: 100%;
    position: relative;
}
.astrodividermask {
    overflow: hidden;
    height: 20px;
}
.astrodividermask:after {
    content: "";
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 22px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px #cc9a5a;
}
.astrodivider span {
    width: 42px;
    padding: 5px;
    height: 42px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -22px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #cc9a5a;
    background: #fff;
}
.astrodivider i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed #68beaa;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #cc9a5a;
}
.astrodivider span img {
    position: relative;
    top: 5px;
}
.all-product-category form {
    padding: 16px 0 0 12px;
}
.all-product-category form .ui-widget.ui-widget-content {
    border: 1px solid #f3bb72;
    background: #fff7ed;
    height: 8px;
}
.all-product-category form span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #b3803f !important;
    border: 0 !important;
    width: 15px;
    height: 15px;
}
.all-product-category form .ui-widget-header {
    border: 1px solid #b3803f;
    background: #b3803f;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
.all-product-category form input#amount {
    padding: 10px 0;
    border: 0;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
.all-product-category form label {
    font-size: 13.5px;
    padding: 4px 4px;
    width: 49%;
    margin: 1px 0;
    text-align: left;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-family: poppins, sans-serif;
    font-weight: 400;
    color: #333;
}

.all-product-category .ui-button:active,
.all-product-category .ui-widget-content .all-product-category .ui-state-active,
.all-product-category .ui-widget-header .ui-state-active,
.all-product-category a.ui-button:active {
    border: 1px solid #ddba8e !important;
    background: #fff0dd !important;
    color: #333 !important;
}
.all-product-category .ui-visual-focus {
    box-shadow: none !important;
}
.all-product-category .ui-button:focus,
.all-product-category .ui-state-hover,
.all-product-category .ui-widget-content .ui-state-focus,
.all-product-category .ui-widget-content .ui-state-hover,
.all-product-category .ui-widget-header .ui-state-focus,
.all-product-category .ui-widget-header .ui-state-hover {
    border: 1px solid #ddba8e !important;
    background: #fff0dd !important;
    font-weight: 400 !important;
    color: #333 !important;
}
.all-product-category .ui-button:hover,
.all-product-category .ui-state-focus {
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    color: #333 !important;
}
.all-product-category .ui-checkboxradio-label .ui-icon-background {
    box-shadow: none !important;
    border-radius: 0;
    border: 1px solid #d3d3d3 !important;
    width: 12px;
    height: 12px;
}
.all-product-category .ui-button .ui-icon {
    background: #fff;
}
.all-product-category .ui-button:active .ui-icon,
.all-product-category .ui-state-active .ui-icon {
    background: #b3803f !important;
}
.main-breadcrumb ol.breadcrumb {
    background: 0 0;
    padding: 6px 0;
}
.main-breadcrumb {
    background: #f1f1f1;
}
.main-breadcrumb ol.breadcrumb li.breadcrumb-item {
    font-family: poppins, sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.main-breadcrumb ol.breadcrumb li.breadcrumb-item a {
    color: #555;
}
a.normal-links {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #333;
    border: 2px solid #ebcfab;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 50px;
    margin: 0 8px;
    background: #f7f7f7;
}
.product-ask-question {
    background: #f5f5f5;
    padding: 16px 12px;
    margin: 30px 0 30px;
    border-left: 3px solid #cc9a5a;
}
.product-ask-question h4 {
    font-size: 20px;
    color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-bottom: 2px;
}
.product-ask-question p {
    font-size: 15px;
    line-height: 20px;
    font-style: oblique;
}
a.ask-btn {
    background: #cc9a5a;
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 15px;
    padding: 6px 16px;
    text-transform: uppercase;
}
.related-products-block {
    padding-top: 70px;
}
.related-products-box {
    min-height: 382px !important;
    margin: 0;
}
.related-products-box img {
    padding: 0;
}
.related-products-box .all-product-box {
    padding: 10px 12px 0 12px;
}
.related-products-box .product-price {
    left: 16px;
    bottom: 0;
}
.related-products-block h1.main-title {
    font-size: 36px;
}
.related-products-block .owl-nav {
    margin-top: 0 !important;
}
.related-products-block .owl-nav button.owl-next,
.related-products-block .owl-nav button.owl-prev {
    background: #fff !important;
    font-size: 20px !important;
    border-radius: 50%;
    border: 1px solid #e3e3e3 !important;
    padding: 6px 17px;
    position: absolute;
    top: 50%;
    transition: 0.6s ease-in-out;
}
.related-products-block .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.related-products-block .owl-nav button.owl-next {
    right: 0;
    transform: translate(50%, -50%);
}
.related-products-block .owl-nav button.owl-next:hover,
.related-products-block .owl-nav button.owl-prev:hover {
    background: #cc9a5a !important;
    border: 1px solid #cc9a5a !important;
}
.ask-question-modal button.close {
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 0;
    color: #545454;
    opacity: 1;
    text-shadow: none;
    font-size: 46px;
}
.ask-question-modal button.close:hover {
    opacity: 1;
}
.ask-question-modal .modal-content {
    background: #222;
    border: 0;
    border-radius: 0;
}
.ask-question-modal .modal-header {
    padding: 12px 20px;
    border-bottom: 1px solid #343434;
}
.ask-question-modal .modal-header h5 {
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 24px;
    font-weight: 300;
}
.ask-question-modal .form-control:focus {
    border-color: #545454;
    box-shadow: none;
    color: #fff;
    background-color: #424242;
}
.ask-question-modal button.btn {
    background: #9d7038;
    color: #fff;
    padding: 6px 20px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    border-radius: 50px;
    margin-top: 10px;
}
.ask-question-modal button.btn:hover {
    color: #fff !important;
}
::placeholder {
    color: #888 !important;
}
.ask-question-modal .modal-body form input,
.ask-question-modal .modal-body form textarea {
    background: #424242;
    border: 0;
    border-radius: 0;
    padding: 6px 16px;
    height: calc(1.5em + 0.75rem + 4px);
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}
.ask-question-modal .modal-body form textarea {
    height: 100px;
}
.ask-question-modal .modal-body {
    padding: 30px 20px;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.ask-question-modal .modal {
    background: rgb(0, 0, 0, 0.5);
}
a.main-btn2 {
    display: inline-block;
    border: 2px solid #c36d00;
    color: #c36d00;
    font-size: 17px;
    font-family: poppins, sans-serif;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 50px;
}
.login-block {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 3%);
    margin: 30px 25px 0;
    position: relative;
}
.login-block p {
    font-size: 16px;
    font-family: Poppins, sans-serif;
    color: #343434;
    margin-bottom: 12px;
}
.login-block h1 {
    font-family: Poppins, sans-serif;
    font-size: 32px;
    color: #222;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 16px;
}
.login-block a.reg-btn,
.login-block button.btn {
    background: #c36d00;
    width: 100%;
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 17px;
    padding: 5px 16px;
    border: 1px solid;
    border-radius: 50px;
    display: block;
    text-align: center;
}
.login-block a.reg-btn {
    background: #fff;
    color: #333;
    border: 1px solid #999;
    font-weight: 500;
}
.login-block h6 {
    padding: 16px 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}
.form-control:focus {
    border-color: #9d9d9d;
    box-shadow: none;
}
.login-block form input.form-control {
    border-radius: 0;
}
.login-block form input.form-control {
    border-radius: 0;
    font-size: 16px;
    font-family: poppins, sans-serif;
    font-weight: 300;
    padding: 5px 16px;
    height: calc(1.5em + 0.75rem + 6px);
}
.or-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
}
.or-separator::after,
.or-separator::before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}
.or-separator .or-text {
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 12px;
}
.login-block form .input-group span i {
    color: #9d9d9d;
}
.login-block .input-group form span {
    border-radius: 0;
    background: #f1f1f1;
}
.login-block .input-group {
    margin-bottom: 16px;
}
.login-block form h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}
.login-block svg {
    fill: #9d9d9d;
    width: 80px;
    margin-bottom: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.cart-table-block .table tbody tr td,
.cart-table-block .table thead th {
    padding: 9px 16px 7px;
    font-size: 15px;
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 400;
    background: #444;
    vertical-align: middle;
    border: 1px solid #fff;
}
.cart-table-block .table tbody tr td {
    background: #fff;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e3e3e3;
    line-height: 18px;
}
.cart-table-block .table tbody tr td i {
    background: #d9d9d9;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50%;
}
.cart-table-block .table tbody tr td img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}
h1.main-summery {
    font-family: Poppins, sans-serif;
    font-size: 23px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 400;
}
.cart-summery-block table tr td span small {
    background: #057005b3;
    color: #fff;
    padding: 1px 10px;
    border-radius: 50px;
}
.cart-summery-block {
    background: #fff;
    padding: 35px 25px;
    position: sticky;
    top: 80px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 3%);
}
.cart-summery-block input[type="submit"] {
    text-align: center;
    display: block;
    padding: 8px 16px;
    background: #c36d00;
    font-size: 17px;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    color: #fff;
    border: 0;
}
.cart-summery-block table tr td {
    padding: 7px 16px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 0;
    font-family: poppins, sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 21px;
    vertical-align: middle;
}
.cart-summery-block table tr td b.total {
    font-size: 18px;
}
.cart-summery-block table tr td b {
    font-weight: 500;
}
a.checkout-btn {
    text-align: center;
    display: block;
    padding: 8px 16px;
    background: #c36d00;
    font-size: 17px;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    color: #fff;
}
.cart-summery-block table tr td span {
    color: #006e00;
}
.cart-table-block .table tbody tr td form select {
    border-radius: 0;
    height: calc(1.5em + 0.75rem + 0px);
    padding: 0 12px;
    font-size: 14.5px;
    color: #242424;
    width: auto;
    margin: auto;
}
.fail-block svg {
    fill: #c15d5d;
    filter: opacity(0.8);
    width: 100px;
}
.fail-block h1 {
    color: #222;
    filter: none;
}
.addressForm {
    background: #fff;
    padding: 35px 25px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 3%);
}
.addressForm input.form-control,
.addressForm select.form-control,
.addressForm textarea.form-control {
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    padding: 5px 16px;
    height: calc(1.5em + 0.75rem + 4px);
}
.addressForm textarea.form-control {
    height: 80px;
}
.addressForm label {
    font-family: Poppins, sans-serif;
    font-size: 14.5px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #222;
}
.addressForm #checktype {
    display: flex;
    background: #f7f7f7;
    padding: 16px 16px;
}
.addressForm #checktype .radio {
    padding: 0 20px 0 0;
}
.addressForm #checktype .radio input {
    position: relative;
    top: 1px;
}
a.button-text,
input.button-text {
    background: #c36d00;
    color: #fff;
    border-radius: 0;
    padding: 6px 14px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-right: 12px;
}
a.button-text:hover,
input.button-text:hover {
    color: #fff !important;
}
a.button-text:hover {
    color: #fff !important;
}
a.btn.button-text {
    font-size: 17px;
    padding: 7px 18px;
    font-weight: 400;
}
input.button-transparent {
    background: 0 0;
    color: #484848;
    font-weight: 400;
}
input.button-transparent:hover {
    color: #484848 !important;
}
input.button-link {
    color: #006adb;
}
input.button-link:hover {
    color: #006adb !important;
}
.defaultAddress {
    position: sticky;
    top: 70px;
}
.defaultAddress-box {
    background: #fff;
    padding: 40px 16px 15px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.defaultAddress-box h6 {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 13px;
    left: 16px;
    background: #cc934a;
    padding: 3px 10px;
    border-radius: 2px;
    margin-bottom: 0;
}
.defaultAddress-box h1 {
    font-size: 15.5px;
    color: #111;
    font-weight: 500;
    margin-bottom: 2px;
    font-family: Poppins, sans-serif;
}
.defaultAddress-box address {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: #222;
}
.defaultAddress-box input {
    position: absolute;
    top: 10px;
    right: 16px;
}
.defaultAddress-box p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: green;
    margin-top: 3px;
}
button.btndeliver {
    background: #098309;
    color: #fff;
    border: 1px solid #098309;
    padding: 1px 12px 2px;
    font-size: 12px;
    border-radius: 20px;
    margin-top: 8px;
}
button.btndeliver_disable {
    background: #878787;
    border: 1px solid #878787;
}
.defaultAddress-box i.fa-solid.fa-circle-check {
    position: absolute;
    top: 16px;
    right: 20px;
    color: green;
    font-size: 24px;
}
.main-label input[type="radio"] {
    visibility: hidden;
}
.main-label .geekmark {
    position: absolute;
    top: 10px;
    right: 16px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #777;
}
.main-label:hover input ~ .geekmark {
    background-color: #fff;
}
.main-label input:checked ~ .geekmark {
    background-color: #fff;
}
.main-label .geekmark:after {
    content: "";
    position: absolute;
    display: none;
}
.main-label input:checked ~ .geekmark:after {
    display: block;
}
.main-label.active input:checked ~ .geekmark:after {
    display: none;
}
.main-label .geekmark:after {
    left: 10px;
    bottom: 7px;
    width: 12px;
    height: 25px;
    border: solid green;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(50deg);
}
a.del-btn,
a.edit-btn {
    font-size: 13px;
    background: 0 0;
    padding: 1px 10px 1px;
    display: inline-block;
    margin-top: 8px;
    margin-right: 4px;
}
a.edit-btn {
    color: #cb3287;
    border: 1px solid #cb3287;
}
a.del-btn {
    color: #f96565;
    border: 1px solid #f96565;
}
a.del-sign i,
a.edit-sign i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
}
a.edit-sign i {
    right: 48px;
    font-size: 16px;
    color: pink;
}
a.del-sign i {
    color: #eb9d9d;
}
.success-text svg {
    fill: #3b953b;
    width: 90px;
}
.success-text h2 {
    font-size: 38px;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    margin-bottom: 4px;
    margin-top: 10px;
    color: #222;
}
.success-text p {
    font-size: 22px;
    color: #333;
    font-weight: 400;
}
.order-success-sec ul.order-detail {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.order-success-sec ul.order-detail li {
    display: flex;
    font-size: 15px;
    margin-bottom: 4px;
    color: #000;
}
.order-success-sec ul.order-detail li span {
    width: 40%;
}
.order-success-sec h1.main-summery {
    font-size: 20px;
    margin-bottom: 8px;
}
.order-success-sec {
    background: #fff;
    padding: 30px 20px;
    height: 100%;
}
.cart-table-block .table tbody tr.total-price td {
    font-size: 20px;
    padding: 12px 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    color: #353535;
}
.order-details .table tbody tr td {
    font-size: 14.5px;
    line-height: 20px;
}
.order-details .table thead tr th {
    font-size: 15.5px;
}
h1.manage-title {
    background: #866c53;
    padding: 12px 20px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
}
.order-table-block table.table {
    background: #fff;
    margin-bottom: 40px;
}
.order-table-block table.table thead tr th {
    background: #f1f1f1;
    border: 8px solid #fff;
    vertical-align: middle;
    padding: 12px 16px;
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #111;
}
.order-table-block table.table thead tr th span {
    background: #555;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding: 5px 16px;
    font-size: 15px;
    border-radius: 2px;
    margin-right: 12px;
}
.order-table-block table.table tbody tr td img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.order-table-block table.table tbody tr td {
    vertical-align: middle;
    font-size: 15px;
    font-family: poppins, sans-serif;
    color: #111;
    font-weight: 400;
    padding: 6px 12px;
}
.order-table-block table.table tbody tr td b {
    font-weight: 500;
}
b.deli-col,
b.pend-col {
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 100 !important;
}
b.deli-col {
    background: #209d20;
}
b.pend-col {
    background: #e7a224;
}
.order-table-block table.table thead tr th small {
    font-size: 13px;
    font-weight: 500;
}
.order-table-block table.table thead tr th b.price {
    font-size: 22px;
    color: #a93333;
}
.order-table-block table.table thead tr th b.price i {
    font-size: 15px;
    position: relative;
    top: -4px;
}
.empty-cart {
    padding: 40px 20px;
    border: 2px solid #e5e5e5;
}
.empty-cart i {
    font-size: 60px;
    margin-bottom: 16px;
    filter: opacity(0.3);
}
.empty-cart span {
    font-size: 20px;
    color: #6c6c6c;
}
.contact-social-icons a {
    color: #fff;
    font-size: 18px;
    margin: 16px 6px 0;
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
}
form.contact-form {
    padding: 40px;
    background: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 4%);
}
form.contact-form label {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #222;
}
form.contact-form input,
form.contact-form textarea {
    border-radius: 0;
    height: calc(1.5em + 0.75rem + 0px);
    padding: 6px 12px;
}
form.contact-form textarea {
    height: 100px;
}
button.btn.submit-btn {
    background: #c36d00;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    padding: 6px 12px;
}
.order-summery-sidebar .cart-summery-block {
    position: static;
    top: 0;
}
.order-summery-sidebar {
    position: sticky;
    top: 70px;
}
.contact-info {
    background: #7a634d;
    padding: 40px 30px;
    height: 100%;
}
.contact-info-box {
    display: flex;
    margin-bottom: 18px;
    border-bottom: 1px solid #816a54;
    padding-bottom: 18px;
}
.contact-info-box:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.contact-info-box i {
    color: #fff;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    display: flex;
    margin-right: 16px;
    font-size: 18px;
}
.contact-info-box a,
.contact-info-box address {
    margin-bottom: 0;
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
.contact-info h1 {
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 400;
}
.bulk-block img {
    width: 400px !important;
}
.bulk-block h1 {
    font-size: 21px;
    font-weight: 600;
    color: #111;
    margin-bottom: 0;
    margin-top: 18px;
}
#owl-carousel-pdetails {
    display: none;
}
footer {
    background: #222;
}
.main-footer {
    padding: 40px 0 35px;
}
.footer-block a.navbar-brand span {
    color: #fff;
    font-weight: 400;
}
.footer-block a.navbar-brand {
    margin-bottom: 5px;
}
.footer-block .logo-text span {
    color: #ededed;
    font-size: 13px;
}
.footer-block p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
    font-family: poppins, sans-serif;
    padding-right: 12%;
}
.footer-block h1:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    border-bottom: 2px solid #323232;
    width: 30%;
}
.footer-block h1 {
    color: #f1f1f1;
    font-family: poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
}
.footer-block ul {
    padding-inline-start: 0;
    margin-bottom: 0;
}
.footer-block ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: poppins, sans-serif;
}
.footer-block ul li {
    margin: 5px 0;
}
.footer-block ul li a i {
    margin-right: 5px;
    color: #f1f1f1;
}
.footer-block address {
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 4px;
}
.footer-contact a {
    font-size: 16px;
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 4px;
}
.footer-contact a i {
    color: #f1f1f1;
    font-size: 14px;
    margin-right: 5px;
}
.footer-contact {
    padding-left: 12%;
}
.footer-copyright {
    background: #141414;
    padding: 8px 0;
}
.footer-copyright p {
    margin-bottom: 0;
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
}
.social-media a {
    color: #f1f1f1;
    margin: 0 15px 0 0;
    font-size: 15px;
}
.footer-block .logo-text {
    color: #e9e9e9;
}
.social-media a.tc {
    font-size: 14px;
}
.paymentMethods {
    margin-top: 15px;
    text-align: center;
}
ul.navbar-nav.ml-auto {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 21%;
}
a.carts {
    color: #fff;
    font-size: 19.5px;
    font-weight: 400;
    font-family: poppins, sans-serif;
    padding: 7px 10px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    ul.navbar-nav.ml-auto {
        right: 8%;
    }
    .banner-img img {
        height: 657px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .lifestyle-section h1 {
        font-size: 18px;
    }
    .banner-img img {
        height: 723px;
    }
    .inner-banner {
        height: 188px;
        position: relative;
    }
    ul.navbar-nav.ml-auto {
        right: 3%;
    }
    .related-products-box {
        min-height: 384px !important;
    }
    .product-range-block p {
        height: 114px;
    }
    .product-price-block {
        height: 240px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-phone i {
        font-size: 24px;
    }
    .header-phone .phone_right {
        font-size: 12px;
    }
    .banner-top p {
        font-size: 42px;
    }
    h2.main-head {
        font-size: 26px;
    }
    .banner-img img {
        height: 380px;
    }
    .banner-content-inner h2 {
        font-size: 18px;
    }
    .lifestyle-section h1 {
        font-size: 15px;
    }
    .lifestyle-section h1 span {
        font-size: 41px;
    }
    h1.main-title {
        font-size: 34px;
    }
    p.main-para.text-center {
        font-size: 18px;
    }
    .product-range-block h1 {
        font-size: 17px;
    }
    .logo .logo-text {
        font-size: 24px;
    }
    .footer-block .logo-text span {
        font-size: 7px;
    }
    .social-media a.tc {
        font-size: 10px;
    }
    .footer-copyright p {
        font-size: 10px;
    }
    h2.main-head span {
        display: none;
    }
    h2.main-head {
        font-size: 21px;
    }
    h1.bulk-title {
        font-size: 34px;
    }
    .nav-header nav.navbar {
        padding: 10px 20px;
    }
    a.carts {
        padding: 13px 10px !important;
    }
    ul.navbar-nav.ml-auto {
        right: 4%;
    }
    a.ask-btn {
        font-size: 12px;
    }
    /* .product-range-block {
        min-height: 897px;
    } */
    .inner-banner {
        display: none;
    }
    button#hide {
        background: #b37423;
        display: inline-block;
        padding: 5px 30px 6px;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 16px;
    }
    button#show {
        border: 0;
        background: #b37423;
        display: inline-block;
        padding: 5px 30px 6px;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 16px;
        width: 100%;
    }
    .all-product-list {
        margin-top: 25px;
    }
    section {
        padding: 40px 0;
    }
    div#productshow {
        display: none;
    }
    .related-products-box {
        min-height: 357px !important;
    }
    h2.text-left.packagine_title {
        display: none;
    }
    ul.product-ul {
        display: none!important;
    }
    .product-range-block p {
        height: auto;
    }
    .product-price-block {
        height: 190px;
    }
    .product-price h3 {
        display: block;
        margin: 10px 0;
        text-align: left;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(255,255,255);
        border-color: rgb(255,255,255);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-right {
        display: none;
    }
    .banner-top p {
        margin-bottom: 0;
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        color: #000;
    }
    .banner-top {
        padding: 14px 0 20px;
        background: #fff;
    }
    .banner-img img {
        height: 320px;
    }
    .footer-block {
        margin-bottom: 18px;
    }
    .footer-contact {
        padding-left: 0;
    }
    .footer-copyright p {
        text-align: center;
    }
    .product-range-block {
        /* min-height: 925px; */
        border-right: 0px !important;
    }
    .mobile-center {
        text-align: center !important;
    }
    .inner-banner {
        height: 168px;
        position: relative;
    }
    .contact-social-icons {
        text-align: left !important;
    }
    .banner-content {
        padding: 40px 13px 30px 30px;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .nav-header nav.navbar {
        padding: 10px 20px;
    }
    div#smalldevices {
        display: flex;
        justify-content: center;
    }
    a.carts {
        padding: 16px 10px !important;
    }
    ul.navbar-nav.ml-auto {
        right: 4%;
    }
    .product-details-section #sticky_sidebar {
        width: 100% !important;
    }
    div#content {
        width: 100% !important;
    }
    a.ask-btn {
        display: inline-block;
        background: #cc9a5a;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 15px;
        padding: 6px 16px;
        text-transform: uppercase;
        margin-top: 14px;
    }
    .product-details-content {
        margin-top: 40px;
        padding: 0 0 0 10px;
    }
    .product-range-block {
        background: #f1f1f1;
        padding: 28px 15px;
    }
    .product-range-block {
        background: #fff;
        padding: 28px 15px;
        margin-bottom: 10px
    }
    .inner-banner {
        display: none;
    }
    button#show {
        border: 0;
        background: #b37423;
        display: inline-block;
        padding: 5px 30px 6px;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 16px;
        width: 100%;
    }
    .all-product-list {
        margin-top: 25px;
    }
    section {
        padding: 40px 0;

    }
    section.product-range {
        background: #f1f1f1;
        margin-top: 20px;
    }
    .all-product-block {
        margin: 0;
        background: #fff;
        height: 100%;
        padding: 0px;
        border: 1px solid #f9dab3;
    }
    .all-product-box a.main-btn {
        padding: 4px 16px 5px;
        font-size: 14px;
        border-radius: 0;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        border-left: 0;
        border-right: 0;
    }
    .all-product-box {
        padding: 16px 0 80px;
    }
    div#bg-mobile {
        margin-bottom: 25px;
    }
    div#productshow {
        display: none;
    }
    #owl-carousel-pdetails {
        display: block;
    }
    .product-detail-card {
        display: none;
    }
    .zoomedImg {
        position: relative;
        height: auto !important;
    }
    .right-border {
        border-right: 0 !important;
    }
    .bulk-products {
        border: 1px solid #f9dab3;
        margin-bottom: 20px;
        background: #fff;
    }
    .bulk-products a {
        border-left: 0 solid #f1f1f1;
        border-right: 0 solid #f1f1f1;
    }
    .related-products-box {
        min-height: 348px !important;
    }
    .all-product-list {
        background: #efefef !important;
    }
    section.product-details-section {
        background: #efefef !important;
    }
    .main-breadcrumb {
        background: #efefef !important;
    }
 
    p.main-para.text-center {
        line-height: 26px!important;
    }
    .product-range-block h2 {
        display: none;
    }
    ul.product-ul {
        display: none;
    }
    .product-price-block {
        height: 107px;
    }
    .product-range-block img {
        width: 40%;
    }
    .all-product-block img.image-hover, .product-range-block img.image-hover {
        width: 40%;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(255,255,255);
        border-color: rgb(255,255,255);
    }
}
@media only screen and (min-width: 420px) and (max-width: 575px) {
    section.product-range {
        background: #f1f1f1;
        margin-top: 10px;
    }
    .product-price-block {
        padding: 0px 20px;
        height: 125px;
    }
    .product-range-block {
        margin-bottom: 10px;
    }
    .product-price-front {
        margin-top: 0px;
    }
    .product-range-block h2 {
        display: none;
    }
    ul.product-ul {
        display: none;
    }
    section {
        padding: 40px 0;
    }
    .header-right {
        display: none;
    }
    .mobile-center {
        text-align: center !important;
    }
    .banner-top p {
        margin-bottom: 0;
        font-size: 23px;
        font-weight: 400;
        line-height: 34px;
        color: #000;
    }
    .banner-top p span {
        font-size: 18px;
    }
    .banner-top {
        padding: 10px 0 15px;
    }
    .banner-img img {
        height: 260px;
    }
    h2.main-head {
        font-size: 27px;
    }
    .lifestyle-section h1 span {
        font-size: 62px;
    }
    .lifestyle-section h1 {
        font-size: 18px;
    }
    .banner-img h1 {
        display: none;
    }
    .banner-content {
        padding: 40px 12px 30px 30px;
    }
    h1.main-title {
        font-size: 31px;
    }
    .footer-block {
        margin-bottom: 18px;
    }
    .footer-contact {
        padding-left: 0;
    }
    .footer-copyright p {
        text-align: center;
    }
    .social-media a.tc {
        font-size: 12px;
    }
    .inner-banner {
        height: 168px;
        position: relative;
    }
    h1.bulk-title {
        font-size: 31px;
    }
    .contact-social-icons {
        text-align: left !important;
    }
    .banner-content-inner h4 {
        left: 8px;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .footer-copyright {
        padding: 14px 0;
    }
    .nav-header nav.navbar {
        padding: 10px 20px;
    }
    div#smalldevices {
        display: flex;
        justify-content: center;
    }
    a.carts {
        padding: 16px 10px !important;
    }
    ul.navbar-nav.ml-auto {
        right: 4%;
    }
    .footer-block p {
        font-size: 16px;
    }
    .footer-block ul li a {
        font-size: 16px;
    }
    .footer-block address {
        font-size: 16px;
    }
    .footer-contact a {
        font-size: 16px;
    }
    .product-details-section #sticky_sidebar {
        width: 100% !important;
    }
    div#content {
        width: 100% !important;
    }
    a.ask-btn {
        display: inline-block;
        background: #cc9a5a;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 15px;
        padding: 6px 16px;
        text-transform: uppercase;
        margin-top: 14px;
    }
    .product-details-content {
        margin-top: 40px;
        padding: 0 0 0 10px;
    }
    .product-range-block {
        background: #fff;
        padding: 28px 15px;
        /* min-height: 840px; */
        border-right: 0px !important;
    }
    .inner-banner {
        display: none;
    }
    button#show {
        border: 0;
        background: #b37423;
        display: inline-block;
        padding: 5px 30px 6px;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 16px;
        width: 100%;
    }
    .all-product-list {
        margin-top: 25px;
    }
    section {
        padding: 40px 0;
    }
    .all-product-block {
        margin: 0;
        background: #fff;
        height: 100%;
        padding: 0px;
        border: 1px solid #f9dab3;
    }
    .all-product-box a.main-btn {
        padding: 4px 16px 5px;
        font-size: 14px;
        border-radius: 0;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        border-left: 0;
        border-right: 0;
    }
    .all-product-box {
        padding: 16px 0 80px;
    }
    div#bg-mobile {
        margin-bottom: 25px;
    }
    div#productshow {
        display: none;
    }
    #owl-carousel-pdetails {
        display: block;
    }
    .product-detail-card {
        display: none;
    }
    .zoomedImg {
        position: relative;
        height: auto !important;
    }
    .right-border {
        border-right: 0 !important;
    }
    .bulk-products {
        border: 1px solid #f9dab3;
        margin-bottom: 20px;
        background: #fff;
    }
    .bulk-products a {
        border-left: 0 solid #f1f1f1;
        border-right: 0 solid #f1f1f1;
    }
    .related-products-box {
        min-height: 344px !important;
    }
    .all-product-list {
        background: #efefef !important;
    }
    section.product-details-section {
        background: #efefef !important;
    }
    .main-breadcrumb {
        background: #efefef !important;
    }
    .product-range-block img {
        width: 40%;
    }
  .product-range-block img.image-hover {
        width: 40%;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(255,255,255);
        border-color: rgb(255,255,255);
    }
}
@media only screen and (min-width: 360px) and (max-width: 419px) {
    .header-right {
        display: none;
    }
    .banner-top p {
        font-size: 36px;
        font-weight: 100;
        line-height: 38px;
    }
    .banner-top p span {
        font-size: 17px;
        line-height: 44px;
    }
    .banner-top {
        padding: 10px 0 10px;
        background: #fff;
    }
    .banner-img img {
        height: 260px;
    }
    .banner-img h1 {
        display: none;
    }
    h2.main-head span {
        display: none;
    }
    h2.main-head {
        font-size: 28px;
    }
    .banner-content {
        padding: 28px 0 18px 15px;
    }
    .lifestyle-section h1 {
        padding: 25px 10px 20px 18px;
        font-size: 19px;
        line-height: 1.5;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
        border: 0;
        background: #fff;
    }
    .lifestyle-section {
        background: #fff;
    }
    section.product-range {
        background: #f1f1f1;
    }
    .owl-carousel.owl-theme.lifestyle.owl-loaded.owl-drag {
        padding-bottom: 25px;
    }
    .lifestyle-section h1 span {
        font-size: 52px;
    }
    h1.main-title {
        font-size: 28px;
    }
    p.main-para.text-center {
        font-size: 18px;
    }
    .footer-block {
        margin-bottom: 18px;
    }
    .footer-contact {
        padding-left: 0;
    }
    .social-media a.tc {
        font-size: 11px;
    }
    section {
        padding: 30px 0;
    }
    .inner-banner {
        height: 148px;
        position: relative;
    }
    h1.bulk-title {
        font-size: 26px;
    }
    .contact-social-icons {
        text-align: left !important;
    }
    form.contact-form {
        padding: 20px;
    }
    .banner-content-inner h4 {
        left: 8px;
    }
    .mobile-center {
        text-align: center !important;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .footer-copyright {
        padding: 14px 0;
    }
    a.navbar-brand img {
        width: 56px;
    }
    .logo .logo-text {
        font-size: 25px;
    }
    .logo .logo-text span {
        font-size: 12px;
    }
    .nav-header nav.navbar {
        padding: 10px 20px;
    }
    div#smalldevices {
        display: flex;
        justify-content: center;
    }
    a.carts {
        padding: 16px 10px !important;
    }
    ul.navbar-nav.ml-auto {
        right: 4%;
    }
    .footer-block p {
        font-size: 15px;
    }
    .footer-block ul li a {
        font-size: 15px;
    }
    .footer-block address {
        font-size: 15px;
    }
    .footer-contact a {
        font-size: 15px;
    }
    .product-details-section #sticky_sidebar {
        width: 100% !important;
    }
    div#content {
        width: 100% !important;
    }
    .product-details-content {
        margin-top: 40px;
        padding: 0 0 0 10px;
    }
    .product-details-content table.table td,
    .product-details-content table.table th {
        font-size: 14px;
    }
    a.ask-btn {
        display: inline-block;
        background: #cc9a5a;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 15px;
        padding: 6px 16px;
        text-transform: uppercase;
        margin-top: 14px;
    }
    .product-ask-question p {
        font-size: 18px;
        line-height: 22px;
    }
    .product-ask-question h4 {
        font-size: 24px;
    }
    .product-details-content h3 {
        font-size: 24px;
    }
    .product-details-content p {
        font-size: 16px;
    }
    .product-range-block {
        background: #fff;
        padding: 20px 15px;
        margin-bottom: 10px;
        border-right: 0px !important;
        min-height: auto;
        border: 0;
    }
    .product-price {
        position: relative;
    }
    .product-range-block h2 {
        display: none;
    }
    .product-price-block {
        background: #fff;
        margin-bottom: 10px;
    }
    ul.product-ul {
        display: none;
    }
    .inner-banner {
        display: none;
    }
    button#show {
        border: 0;
        background: #b37423;
        display: inline-block;
        padding: 5px 30px 6px;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 16px;
        width: 100%;
    }
    .all-product-list {
        margin-top: 25px;
    }
    section {
        padding: 40px 0;
    }
    .all-product-block {
        margin: 0;
        background: #fff;
        height: 100%;
        padding: 0px;
        border: 1px solid #f9dab3;
    }
    .all-product-box a.main-btn {
        padding: 4px 16px 5px;
        font-size: 14px;
        border-radius: 0;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        border-left: 0;
        border-right: 0;
    }
    div#bg-mobile {
        margin-bottom: 25px;
    }
    div#productshow {
        display: none;
    }
    #owl-carousel-pdetails {
        display: block;
    }
    .product-detail-card {
        display: none;
    }
    .zoomedImg {
        position: relative;
        height: auto !important;
    }
    .right-border {
        border-right: 0 !important;
    }
    .bulk-products {
        border: 1px solid #f9dab3;
        margin-bottom: 20px;
        background: #fff;
    }
    .bulk-products a {
        border-left: 0 solid #f1f1f1;
        border-right: 0 solid #f1f1f1;
    }
    .related-products-box {
        min-height: 265px !important;
    }
    .all-product-list {
        background: #efefef !important;
    }
    section.product-details-section {
        background: #efefef !important;
    }
    .main-breadcrumb {
        background: #efefef !important;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 2px !important;
    }
    .related-products-box .product-price {
        left: 0px!important;
        bottom: 0!important;
        position: relative;
    }
    /* .related-products-box .all-product-box {
        padding: 0 0;
    } */
    .banner-content-inner p {
        line-height: 1.5;
        font-size: 16px;
    }
    .product-range-block p {
        line-height: 1.5;
        font-size: 16px;
    }
    .why-shilajit-box p {
        line-height: 1.5;
        font-size: 16px;
    }
    p.main-para.text-center {
        line-height: 25px;
        font-size: 18px;
    }
    .footer-block h1 {
        font-size: 20px;
    }
    .footer-copyright p {
        font-size: 11px;
        text-align: center;
    }
    .social-media {
        text-align: left;
    }
    .social-media a i {
        font-size: 20px;
    }
    .contact-info-box a,
    .contact-info-box address {
        line-height: 1.5;
    }
    .social-media a {
        margin: 0 4px 0 0;
    }
    p {
        font-size: 16px;
    }
    .banner-content-inner h2 {
        font-size: 20px;
    }
    .footer-copyright .social-media {
        text-align: center !important;
    }
    h1.main-title small {
        font-size: 20px!important;
        line-height: 1.2!important;
    } 
    div#bg-all-p {
        display: flex;
        padding: 10px;
        min-height: 250px;
    }
    #bg-all-p .all-product-box {
        padding: 10px 0;
    }
    /* #bg-all-p .all-product-box.product-price{
    bottom: 30px;
    left: 53%;
} */
    .all-product-box .product-price  {
        bottom: 30px;
        left:  53%;
    }
    /* .product-price-on-mobile {
        bottom: 30px;
        left: 53%!important;
    } */
    #bg-all-p:hover .all-product-box{
        display: none;
    }
    .product-price-block {
        height: 126px;
    }
    .all-product-block img.image-hover, .product-range-block img.image-hover {
        width: 58%;
    }
    .navbar-toggler {
        font-size: 1rem;
    }
    .nav-header nav.navbar {
        padding: 8px 20px;
    }
    a.carts {
        padding: 8px 10px !important;
    }
    .navbar-dark .navbar-toggler {
        color: rgb(255,255,255);
        border-color: rgb(255,255,255);
    }
    .all-product-block .product-price h3 {
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
    .navbar-dark .navbar-toggler {
        color: rgb(255,255,255);
        border-color: rgb(255,255,255);
    }
    a.carts {
        padding: 13px 10px !important;
    }
    .nav-header nav.navbar {
        padding: 8px 20px;
    }
    .navbar-toggler {
        font-size: 1rem;
    }
    .header-right {
        display: none;
    }
    .banner-top p {
        font-size: 34px;
        font-weight: 100;
        line-height: 38px;
    }
    .banner-top p span {
        font-size: 15px;
        line-height: 44px;
    }
    .banner-top {
        padding: 10px 0 10px;
        background: #fff;
    }
    .banner-img img {
        height: 260px;
    }
    .banner-img h1 {
        display: none;
    }
    h2.main-head span {
        display: none;
    }
    h2.main-head {
        font-size: 25px;
    }
    .banner-content {
        padding: 28px 20px 18px 30px;
    }
    .lifestyle-section h1 {
        padding: 25px 10px 20px 42px;
        font-size: 19px;
    }
    .lifestyle-section h1 span {
        font-size: 52px;
    }
    h1.main-title {
        font-size: 23px;
    }
    p.main-para.text-center {
        font-size: 18px;
    }
    .footer-block {
        margin-bottom: 18px;
    }
    .footer-contact {
        padding-left: 0;
    }
    .social-media a.tc {
        display: block;
        text-align: center;
    }
    section {
        padding: 30px 0;
    }
    .inner-banner {
        height: 148px;
        position: relative;
    }
    h1.bulk-title {
        font-size: 26px;
    }
    .contact-social-icons {
        text-align: left !important;
    }
    form.contact-form {
        padding: 20px;
    }
    .banner-content-inner h4 {
        left: 8px;
    }
    .mobile-center {
        text-align: center !important;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .footer-copyright {
        padding: 14px 0;
    }
    a.navbar-brand img {
        width: 56px;
    }
    .logo .logo-text {
        font-size: 25px;
    }
    .logo .logo-text span {
        font-size: 12px;
    }
    .nav-header nav.navbar {
        padding: 10px 20px;
    }
    div#smalldevices {
        display: flex;
        justify-content: center;
    }
    a.carts {
        padding: 10px 10px !important;
    }
    ul.navbar-nav.ml-auto {
        right: 4%;
    }
    .footer-block p {
        font-size: 15px;
    }
    .footer-block ul li a {
        font-size: 15px;
    }
    .footer-block address {
        font-size: 15px;
    }
    .footer-contact a {
        font-size: 15px;
    }
    .product-details-section #sticky_sidebar {
        width: 100% !important;
    }
    div#content {
        width: 100% !important;
    }
    .product-details-content {
        margin-top: 40px;
        padding: 0 0 0 10px;
    }
    .product-details-content table.table td,
    .product-details-content table.table th {
        font-size: 14px;
    }
    a.ask-btn {
        display: inline-block;
        background: #cc9a5a;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 15px;
        padding: 6px 16px;
        text-transform: uppercase;
        margin-top: 14px;
    }
    .product-ask-question p {
        font-size: 18px;
        line-height: 22px;
    }
    .product-ask-question h4 {
        font-size: 24px;
    }
    .product-details-content h3 {
        font-size: 24px;
    }
    .product-details-content p {
        font-size: 16px;
    }
    .product-range-block {
        background: #fff;
        padding: 20px 15px;
        border-right: 0px !important;
        margin-bottom: 10px;
    }
    .inner-banner {
        display: none;
    }
    button#show {
        border: 0;
        background: #b37423;
        display: inline-block;
        padding: 5px 30px 6px;
        color: #fff;
        font-family: poppins, sans-serif;
        font-size: 16px;
        width: 100%;
    }
    .all-product-list {
        margin-top: 25px;
    }
    section {
        padding: 40px 0;
    }
    .all-product-block {
        margin: 0;
        background: #fff;
        height: 100%;
        padding: 20px;
        border: 1px solid #f9dab3;
    }
    .all-product-box a.main-btn {
        padding: 4px 16px 5px;
        font-size: 14px;
        border-radius: 0;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        border-left: 0;
        border-right: 0;
    }
    div#bg-mobile {
        margin-bottom: 25px;
    }
    div#productshow {
        display: none;
    }
    #owl-carousel-pdetails {
        display: block;
    }
    .product-detail-card {
        display: none;
    }
    .zoomedImg {
        position: relative;
        height: auto !important;
    }
    .right-border {
        border-right: 0 !important;
    }
    .bulk-products {
        border: 1px solid #f9dab3;
        margin-bottom: 20px;
        background: #fff;
    }
    .bulk-products a {
        border-left: 0 solid #f1f1f1;
        border-right: 0 solid #f1f1f1;
    }
    .related-products-box {
        min-height: 265px !important;
    }
    .all-product-list {
        background: #efefef !important;
    }
    section.product-details-section {
        background: #efefef !important;
    }
    .main-breadcrumb {
        background: #efefef !important;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 2px !important;
    }
    .footer-copyright p {
        font-size: 18px;
        text-align: center;
        font-weight: 300;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    div#top-titles {
        font-size: 13px;
    }
    .related-products-box .all-product-box {
        padding: 0 0;
    }
    ul.product-ul {
        display: none;
    }
    section.product-range{
        background: #f1f1f1;
        margin-top: 10px;
    }
    .product-range-block p {
        height: 122px;
    }
    .product-price-block {
        height: 170px;
    }
}



a.nav-link.dropdown-toggle {
    color: #fff;
}
a.nav-link.dropdown-toggle sup i {
    font-size: 8px;
    color: #17d917;
    position: relative;
    top: -7px;
}
.dispatched-details {
    padding: 16px 12px;
    border-left: 5px solid #5b995b;
    background: #e0ffe0;
}
.dispatched-details p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #000;
}
.dispatched-details ul {
    padding-inline-start: 20px;
    list-style-type: circle;
    margin-bottom: 0;
}
.dispatched-details ul li {
    font-size: 15px;
    color: #000;
    margin-top: 3px;
    font-weight: 400;
}
.dispatched-details ul li b {
    font-weight: 500;
}
a.show-detail-btn {
    color: #a93333;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

/*-----Top Grade Section--*/
.product-range-block-images-front {
    padding: 0px 20px;
}
/*-----Top Grade Section--*/



.blogList_block:hover figure a {
    filter: opacity(0.9);
}
.blogList_block figure a {
    min-height: 250px;
    background-color: #f1f1f1;
    width: 100%;
    transition: .6s ease-in-out;
}
.blogList_block {
    padding: 8px;
    background: #fff;
    margin: 1px;
    height: 100%;
}
.blogList_block h3 {
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}
.blogList_block .time span {
    display: inline-block;
    background: #866c53;
    font-size: 12px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    padding: 3px 8px;
}
.blogList_block .blogPost_des h3 a {
    color: #333;
    width: 100%;
    display: block;
    font-size: 20px;
    overflow: hidden;
    line-height: 25px;
    text-shadow: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.blogList_block .shortDes {
    margin: 10px 0 0;
    overflow: hidden;
}
.blogList_block .logPost {
    margin: 20px 0;
}
.blogList_block .shortDes p {
    font-size: 17px;
    line-height: 23px;
}
.blogList_block .blogPost_des {
    padding: 0 12px;
}



.blog-sidebar .sidebar-title {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.blog-sidebar .sidebar-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-bottom: 1px solid #002c41;
}
.blog-sidebar .single-article .sidebar-title h3 {
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: capitalize;
}
.blog-sidebar .sidebar-widget h3 {
    padding: 8px 20px 8px 20px;
    background: #866c53;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    display: table;
    width: 100%;
}
.blog-sidebar .sidebar-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 50px;
    border-bottom: 1px solid #002c41;
}
.blog-sidebar  .recent-posts .post {
    margin-bottom: 16px;
    padding-bottom: 16px;
    min-height: 70px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}
@media screen and (min-width: 767px){
.blog-sidebar  .recent-posts .post figure {
    height: 70px;
}
}
.blog-sidebar  .recent-posts .post figure {
    float: left;
    margin-right: 12px;
    overflow: hidden;
    width: 35%;
    margin-bottom: 0;
}
.blog-sidebar  .recent-posts .post .desc-text {
    color: #27323d;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 0;
    position: relative;
}
.blog-sidebar  .recent-posts .post figure a img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.blog-sidebar  .recent-posts .post .desc-text a {
    color: #222;
    font-weight: 500;
    height: 56px;
    display: block;
    position: relative;
    overflow: hidden;
}
.blog-sidebar  .recent-posts .post .time {
    color: #7e5125;
    line-height: 16px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
}
.blog-sidebar .widget {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #dedede;
    color: #2f3239;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}
.blog-sidebar .recent-posts .post figure a{
	position: relative;
	z-index: 9;
}
.blog-sidebar {
    *position: sticky;
    *top: 16px;
}
.sharethis-inline-share-buttons .st-btn {
    border-radius: 30px!important;
    height: 32px!important;
    padding: 0 5px!important;
}
.sharethis-inline-share-buttons .st-btn > img {
    top: 6px!important;
}


.blogDetail_block .news-style-one {
    padding: 20px;
    background: #fff;
    margin-right: 20px;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px #dedede;
}
.blogDetail_block .poster-details {
    margin: 0 0 10px;
}
.blogDetail_block .news-style-one .image-box {
    position: relative;
    overflow: hidden;
}
.blogDetail_block .news-style-one .image-box img {
    display: block;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
}
.blogDetail_block .news-style-one h3, .blogDetail_block .news-style-one h1 {
    color: #222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 6px;
}
.blogDetail_block .single-article .blog-classic-view .news-style-one .content {
    padding: 10px 0 0;
}
.blogDetail_block .news-style-one .tags {
    position: relative;
    margin-bottom: 2px;
}
.blogDetail_block .news-style-one .tags a {
    color: #999;
    font-size: 15px;
    font-weight: 500;
}
.blogDetail_block .news-style-one .text {
    color: #222!important;
}
.blogDetail_block .post-content .text p {
    color: #222;
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 18px;
}
.blogDetail_block .text-small p {
    color: #222;
    line-height: 23px;
    margin-bottom: 20px;
    font-size: 16px;
}
.blogDetail_block .poster-details figure img {
    height: 450px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
	.blogList_block .shortDes {
		height: auto;
	}
	.blogDetail_block .poster-details figure img {
		height: 240px;
	}
	.blogDetail_block .news-style-one {
		margin-right: 0;
	}
	.blog-sidebar {
		position: relative;
		top: 0;
		margin-top: 30px;
	}
	.blog-sidebar .widget {
		overflow-y: initial;
		height: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.bulk-products img {
		height: 270px!important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.blogList_block figure a {
		min-height: 190px;
	}
	.blogDetail_block .poster-details figure img {
		height: 300px;
	}
	.bulk-products img {
		height: 200px!important;
	}
	.bulk-products h1 {
		font-size: 19px;
	}
}

@media screen and (min-width: 1400px){
	.blog-sidebar .widget {
		height: 800px;
	}
}

.accordion-faq button.btn {
    background: #f1f1f1;
    color: #111;
    font-weight: 500;
    font-size: 17px;
    padding: 8px 16px;
    border: 0;
    border-radius: 0;
    border-bottom: 0;
}
.accordion-faq button.btn:not(:disabled):not(.disabled) {
    cursor: text;
}
.accordion-faq .card-body {
    padding: 16px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    border-radius: 0;
    display: flex;
    padding: 8px 16px;
}
.accordion-faq .card-body img {
	width: 100%;
    border: 4px solid #dfdfdf;
    border-radius: 4px;
    object-fit: cover;
    height: 150px;
    max-width: 200px;
}
.accordion-faq .card-body p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0;
    padding-right: 20px;
    width: 100%;
}

@media screen and (max-width: 480px){
.accordion-faq .card-body {
    display: block;
}
.accordion-faq .card-body img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.bulk-products img {
    height: 230px!important;
}
}
@media screen and (min-width: 992px) and (max-width: 1024px){
	.product-details-section #sticky_sidebar {
		width: 40%!important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.product-details-section #sticky_sidebar {
		width: 50%!important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.product-detail-card {
		display: none;
	}
	#owl-carousel-pdetails {
		display: block;
	}
	.product-details-section #content {
		width: 100%!important;
	}
	.inner-wrapper-sticky {
		position: relative!important;
		top: 0!important;
		left: 0!important;
		transform: none!important;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px){
.accordion-faq .card-body img {
    width: 150px;
}
.bulk-products img {
    height: 230px!important;
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav{
flex-wrap:wrap;
}
}
.nav-header li.nav-item ul.dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 12%);
    right: auto;
    left: auto;
    background: #333;
}

.bulk-products img {
	width: 100%;
    height: 340px;
    object-fit: cover;
}