@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Lexend", sans-serif;
    color: #101010;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
.container {
    max-width: 97.5em;
    margin: 0 auto;
    padding: 0;
}
a,
a:focus {
    outline: none;
    text-decoration: none;
    display: inline-block;
}
a:hover,
button:hover {
    transition: all 0.3s ease;
}
select {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
p {
    font-size: 0.9em;
}
h1,
h2,
h3,
h4,
h5 {
    letter-spacing: 1.1px;
}
h2 {
    font-size: 3em;
}
.align-center {
    text-align: center;
}
.left-part,
.right-part {
    width: 50%;
}
li {
    font-size: 1.1em;
}
ul {
    list-style-type: none;
}
.common-btn {
    background-color: #101010;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 14px 25px;
    font-size: 1.1em;
    font-family: "Lexend", sans-serif;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s ease;
}
button, input, textarea {
    font-family: "Lexend", sans-serif;
    outline: none;
}
.common-btn:hover {
    background-color: #ea3a42;
}
.section-space {
    max-width: 100%;
    padding: 3.125em 0;
    margin: 0;
}
.main-header.fixed {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 5px 10px #0000001a;
    z-index: 99;
    left: 0px;
}
.main-header.fixed .logo-line {
    padding: 0.4em 0;
}
.main-header.fixed .search-suggestions-container {
    bottom: -16px;
}
header .logo-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9em 0;
    transition: all 0.5s ease;
}
header .search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 750px;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    padding: 0 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    background-color: white;
    z-index: 999;
}
header .search-container .dropdown-box {
    display: none;
}
header .search-container .dropdown-box p {
    padding: 10px;
}
header .search-container .dropdown-box p:hover {
    cursor: pointer;
    background-color: #ea3a42;
    color: #ffffff;
}
header .search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    padding: 10px 0;
}
header .search-input::placeholder {
    color: #ccc;
    font-style: italic;
}
header .search-icon {
    display: flex;
}
header nav {
    z-index: 99;
    width: 100%;
    background: #1e1e1e;
}
header nav .wrapper {
    position: relative;
    max-width: 97.5em;
    padding: 0;
    height: 50px;
    line-height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
header .wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
header .wrapper .nav-links {
    display: inline-flex;
    padding-left: 0;
}
header nav input{
    display: none;
}
header li {
    list-style: none;
}
header li a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 15px;
    padding: 0 25px;
    transition: all 0.3s ease;
    display: block !important;
}
header li a:hover {
    background: #ea3a42;
}
header .logo-img a {
    display: flex;
}
header .mobile-item {
    display: none;
}
header .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
header li:hover .drop-menu,
header li:hover .mega-box {
    transition: all 0.3s ease;
    top: 50px;
    opacity: 1;
    visibility: visible;
}
header .drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
    border-bottom: 1px solid #ea3a42;
}
header .mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}
header .mega-box .content {
    background: #ffffff;
    padding: 15px 20px 25px;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    overflow: auto;
    height: 450px;
}
header .mega-box .content::-webkit-scrollbar {
    background: transparent;
    width: 9px;
    height: 10px;
}
header .mega-box .content::-webkit-scrollbar-thumb {
    background: #ea3a42;
    border-radius: 10px;
}
header .mega-box .content .row {
    width: 100%;
    line-height: 45px;
}
header .mega-box .content .row ul {
    display: flex;
    flex-wrap: wrap;
}
header .mega-box .content .row ul li {
    width: 20%;
    line-height: 2.1;
}
header .content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .content .row header {
    color: #ea3a42;
    font-size: 16px;
    border-bottom: 1px solid #ea3a42;
}
header .mega-box .content .row header {
    margin-bottom: 0.5em;
    text-transform: capitalize;
}
header .content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}
header .row .mega-links li {
    padding: 0 20px;
}
header .row .mega-links li a {
    padding: 0px;
    margin: 0 20px;
    color: #101010;
    font-size: 15px;
    display: inline-block;
    text-transform: capitalize;
    width: fit-content;
}
header .row .mega-links li a:hover {
    color: #ea3a42;
    background-color: transparent;
}
header .wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
header .wrapper .btn.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 35px;
}
header li.categories a {
    font-size: 15px;
    padding: 0;
}
header li.categories a:hover {
    background: transparent;
}
header .categories {
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 5em;
}
header .categories img {
    margin-right: 1em;
}
header .phone {
    display: flex;
    align-items: center;
}
header .phone a {
    font-size: 22px;
    color: #ffffff;
}
header .phone a:hover {
    color: #ea3a42;
}
header .phone img {
    margin-right: 1em;
}
header .user-cart {
    display: flex;
}
header .user-cart .cart {
    /* margin-right: 0.6em; */
    margin-right: 3px;

}
.footer-part .sign-up-newsletter {
    background-color: #f7f5f4;
    padding: 4em 0 5em;
    text-align: center;
}
.footer-part .sign-up-newsletter h4 {
    font-size: 2.3em;
    font-weight: 500;
}
.footer-part .sign-up-newsletter p {
    letter-spacing: 1px;
    padding: 0.5em 0;
}
.footer-part .sign-up-newsletter .newsletter-input {
    font-family: "Lexend", sans-serif;
    background-color: #ffffff;
    border: none;
    padding: 18px 15px;
    width: 800px;
    outline: none;
    font-size: 1em;
    margin-right: 1em;
    border-radius: 0.2em;
}
.footer-part .sign-up-newsletter .input-btn {
    margin-top: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-part .sign-up-newsletter .input-btn .common-btn {
    padding: 18px 40px;
    font-size: 1.1em;
    text-transform: uppercase;
}
.footer-part .sign-up-newsletter .input-btn .common-btn:hover {
    cursor: pointer;
}
.footer-part .social-icons ul {
    display: flex;
    justify-content: center;
}
.footer-part .social-icons ul li {
    margin: 0 0.5em;
}
.footer-part .four-flex {
    display: flex;
    justify-content: space-between;
}
.footer-part .four-flex .logo-content {
    width: 30%;
}
.footer-part .four-flex .logo-content p {
    padding-top: 1.5em;
    line-height: 1.8;
    font-size: 1.1em;
}
.footer-part .four-flex h5 {
    font-size: 1.7em;
    letter-spacing: 1.2px;
    padding-bottom: 0.9em;
}
.footer-part .four-flex li {
    padding-bottom: 1.5em;
}
.footer-part .four-flex li:last-child {
    padding-bottom: 0;
}
.footer-part .four-flex li a {
    color: #101010;
}
.footer-part .four-flex li a:hover {
    color: #ea3a42;
}
.footer-part .four-flex .office-location li {
    line-height: 1.5;
    letter-spacing: 1px;
}
.footer-part .four-flex .office-location a {
    padding-top: 0.2em;
}
.footer-part .sub-footer {
    margin-top: 4em;
    border-top: 1px solid #999999;
    text-align: center;
    padding: 2em 0;
}
.footer-part .sub-footer p {
    font-size: 1em;
    letter-spacing: 1px;
}
.footer-part .sub-footer span {
    color: #ea3a42;
}
/* search-menu */
.default-dropdown {
    display: block;
}
.search-suggestions-container {
    animation: fadeInUp .3s;
    background-color: #fff;
    border-radius: 0.7em;
    bottom: -24px;
    left: 50%;
    margin-left: 5px;
    max-width: 1170px;
    opacity: 1;
    position: absolute;
    transform: translate(-50%, 100%);
    width: 100vw;
    z-index: 999;
    transition: all 0.5s ease;
}
.default-search-content {
    display: flex;
    height: 100%;
    width: 100%;
    border: 1px solid #ea3a42;
    border-radius: 0.7em;
}
.default-search-content .searches-categories {
    display: flex;
    height: 100%;
    padding: 20px;
    width: 45%;
}
.default-search-content .searches-categories .recent-searches {
    flex: 1;
    padding: 12px 16px;
}
.default-search-content .searches-categories .search-title {
    font-size: 20px;
    font-weight: 700;
}
.default-search-content .searches-categories .searches {
    margin-top: 20px;
}
.default-search-content .searches-categories .searches .search-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 12px;
    margin-top: 8px;
    border: none;
    padding: 0;
    box-shadow: none;
    width: fit-content;
}
.default-search-content .searches-categories .searches .search-container a {
    align-items: center;
    color: inherit;
    display: flex;
    gap: 12px;
    text-decoration: none;
}
.default-search-content .searches-categories .popular-categories {
    flex: 1;
    padding: 12px 16px;
}
.default-search-content .searches-categories .categories {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.default-search-content .searches-categories .categories a {
    color: #101010;
    font-size: 1em;
    text-transform: capitalize;
    width: fit-content;
}
.default-search-content .searches-categories .popular-categories .category {
    cursor: pointer;
}
.default-search-content .bestsellers-trending {
    border-left: 1px solid #efefef;
    display: flex;
    gap: 23px;
    height: 100%;
    padding: 26px 35px;
    width: 60%;
}
.default-search-content .bestsellers-trending .bestsellers {
    flex: 1;
}
.search-suggestions-container .title {
    font-size: 24px;
    line-height: 40px;
}
.default-search-content .bestsellers-trending .product-widgets {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-top: 10px;
}
.default-search-content .bestsellers-trending .product-widgets a {
    color: inherit;
    display: flex;
    text-decoration: none;
    width: 100%;
}
.default-search-content .bestsellers-trending .product-widgets .product-widget {
    border: 2px solid #efefef;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding: 12px 14px;
    transition: border .1s ease-in;
    width: 100%;
}
.default-search-content .bestsellers-trending .product-widgets .product-widget .product-image {
    flex-shrink: 0;
    height: 76px;
    width: 76px;
}
.default-search-content .bestsellers-trending .product-widgets .product-widget .product-image .img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
}
.default-search-content .bestsellers-trending .product-widgets .product-widget .widget-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    padding-left: 12px;
    text-align: right;
}
.search-suggestions-container .product-price .from,
.search-suggestions-container .product-price .price {
    font-size: 1.1em;
    font-weight: 700;
}
.search-suggestions-container .product-price .from {
    margin-right: 3px;
}
.search-suggestions-container .product-price .price {
    color: #ea3a42;
}
.search-suggestions-container .product-price .unit {
    font-size: .9em;
}
.default-search-content .bestsellers-trending .trending {
    width: 168px;
}
.search-suggestions-container .title {
    font-size: 24px;
    line-height: 40px;
}
.search-suggestions-container .title .hashtag {
    font-size: 1.25em;
}
.default-search-content .bestsellers-trending .trending-images {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-top: 7px;
}
.default-search-content .bestsellers-trending .trending-images a {
    flex: 1;
}
.default-search-content .bestsellers-trending .trending-images .trending-img-container {
    border: 2px solid #efefef;
    border-radius: 12px;
    cursor: pointer;
    padding: 8px;
    position: relative;
    transition: border .1s ease-in;
    width: 100%;
}
.default-search-content .bestsellers-trending .trending-images .trending-img-container .trending-message {
    background-color: #ea3a42;
    border-radius: 8px;
    color: #fff;
    left: 10px;
    max-width: 85px;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: 10px;
    z-index: 20;
}
.default-search-content .bestsellers-trending .trending-images .trending-img-container .trending-img {
    border-radius: 12px;
    position: relative;
    width: 100%;
}
.search-suggestions-container:after {
    border-bottom: 13px solid #ea3a42;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    width: 0;
}
.search-suggestions-container .close-modal {
    width: 34px;
    height: 34px;
    background-color: #ea3a42;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: -10px;
    top: -10px;
    transition: transform .1s ease-in;
}
.search-suggestions-container .close-modal:hover {
    background-color: #101010;
}
.default-search-content .searches-categories a:hover {
    color: #ea3a42 !important;
}
/* search-results-dropdown */
.search-item-dropdown {
    display: none;
}
.search-results-content {
    display: flex;
    height: 100%;
    width: 100%;
    border: 1px solid #ea3a42;
    border-radius: 0.7em;
}
.search-results-content .category-results {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 15px;
    padding: 30px 38px
}
.search-results-content .category-results .title {
    padding-left: 3px
}
.search-results-content .category-results.selected-section .category-link.selected {
    border-left: 2px solid #ea3a42
}
.search-results-content .category-results .category-links {
    display: flex;
    flex-direction: column;
    gap: 15px
}
.search-results-content .category-results .category-links .category-link {
    border-left: 2px solid transparent;
    color: inherit;
    cursor: pointer;
    padding-left: 3px;
    width: max-content;
}
.search-results-content .category-results .category-links .category-link:hover .category-name {
    color: #ea3a42;
}
.search-results-content .category-results .category {
    font-size: 16px
}
.search-results-content .category-results .category .category-count {
    background-color: #efefef;
    border-radius: 6px;
    font-size: .9em;
    margin-left: 8px;
    padding: 2px 4px
}
.search-results-content .search-results-container {
    display: flex;
    flex: 2;
    flex-direction: column;
    gap: 15px;
    max-height: 760px;
    padding: 30px
}
.search-results-content .search-results-container .title {
    padding-left: 5px
}
.search-results-content .search-results-container.selected-section .selected {
    background-color: #f9f9f9;
    border-left: 2px solid #ea3a42
}
.search-results-content .search-results {
    display: flex;
    flex-direction: column
}
.search-results-content .search-results .product {
    align-items: center;
    background-color: transparent;
    border-bottom: 1px solid #efefef;
    border-left: 2px solid transparent;
    color: inherit;
    display: flex;
    gap: 15px;
    padding: 5px 12px 5px 5px;
    text-decoration: none;
    transition: background-color .2s ease-in
}
.search-results-content .search-results .product:hover {
    background-color: #f9f9f9
}
.search-results-content .search-results .product .product-left {
    align-items: center;
    display: flex;
    gap: 20px
}
.search-results-content .search-results .product .product-right {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 15px;
    justify-content: space-between
}
.search-results-content .search-results .product .product-right .product-name {
    font-size: 16px
}
.search-results-content .search-results .product .product-right .product-price {
    min-width: 160px;
    text-align: right
}
.search-results-content .search-results .product-image {
    height: 33px;
    width: 33px
}
.search-results-content .search-results .product-image img {
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
}
.search-results-content .search-results .product-name mark {
    background-color: unset;
    font-weight: 700
}
.search-results-content .submit-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
.search-results-content .submit-container .submit-button {
    font-family: "Lexend", sans-serif;
    background-color: unset;
    border: 2px solid #efefef;
    border-radius: 50px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 50px;
    transition: border-color .2s ease-in;
    width: fit-content;
}
.search-results-content .submit-container .submit-button:hover {
    border-color: #ea3a42;
}
/* home-slider */
.swiper {
    width: 100%;
    max-width: 100%;
    height: 800px;
    position: relative;
}
.swiper-slide img {
    width: 100%;
}
.swiper .swiper-slide .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.swiper .swiper-slide h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 2.5em;
    width: 100%;
}
.swiper .swiper-slide h1 span {
    display: block;
    text-transform: uppercase;
    padding-top: 0.3em;
    font-weight: bold;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    display: none;
}
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 7% !important;
    width: 10% !important;
    left: 50% !important;
    height: 2px !important;
    transform: translate(-50%, -50%);
}
.swiper-scrollbar-drag {
    background: darkgray !important;
}
.swiper-scrollbar {
    background: #ffffff !important;
}
.swiper .common-btn {
    display: inline-block;
    margin-top: 2em;
    border: 1px solid #ffffff;
    background-color: transparent;
}
.swiper .common-btn:hover {
    background-color: #ea3a42;
    border: 1px solid #ea3a42;
}
.features-flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.features-flex .feature-box {
    margin-right: 1.5em;
    width: 16.6%;
}
.features-flex .feature-box:last-child {
    margin-right: 0em;
}
.features-flex .feature-box h6 {
    font-size: 1.25em;
    padding: 1em 0 0.5em;
    height: 80px;
}
.features-flex .feature-box p {
    line-height: 1.4;
}
.latest-product {
    position: relative;
}
.latest-product .owl-item .item {
    text-align: center;
}
.latest-product .owl-item .item .img {
    width: 360px;
    height: 400px;
    background-color: #f9f7f7;
    position: relative;
    cursor: grab;
}
/* .latest-product .owl-item img {
    width: auto !important;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
} */
.latest-product .owl-item .item h6 {
    font-size: 1.25em;
    padding: 1em 0;
}
.latest-product .owl-item .item p {
    font-size: 1.2em;
    color: #5a5a5a;
}
.latest-product .owl-item .item p span {
    color: #101010;
}
.latest-product .owl-dots {
    display: none;
}
.latest-product .owl-nav .owl-prev {
    position: absolute;
    left: -1.8em;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 9;
}
.latest-product .owl-nav .owl-next {
    position: absolute;
    right: -1.8em;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 9;
}
.latest-product .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}
.latest-product .owl-nav .owl-prev span,
.latest-product .owl-nav .owl-next span {
    font-size: 0;
    height: 48px;
    display: block;
    width: 48px;
    border-radius: 100px;
    color: #005984;
    border: 1px solid #dadada;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    box-shadow: 0px 0px 10px #00000014;
}
.latest-product .owl-nav .owl-prev span {
    background-image: url('/basic_v3/img/owl-prev-icon.png');
}
.latest-product .owl-nav .owl-next span {
    background-image: url('/basic_v3/img/owl-next-icon.png');
}
.latest-product .owl-nav .owl-prev span:hover,
.latest-product .owl-nav .owl-next span:hover {
    border: 1px solid #ea3a42;
}
.welcome-section {
    background-color: #1a1a1a;
    padding: 6em 0;
    color: #ffffff;
}
.welcome-section .two-part-flex {
    display: flex;
    justify-content: space-between;
}
.welcome-section .two-part-flex .box-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}
.welcome-section .two-part-flex img {
    border-radius: 0.2em;
}
.welcome-section .two-part-flex h2 {
    font-size: 3.5em;
}
.welcome-section .two-part-flex .box-flex .grey-box,
.welcome-section .two-part-flex .box-flex .red-box {
    text-align: center;
    background-color: #292929;
    padding: 1em;
    width: 166px;
    border-radius: 0.2em;
}
.welcome-section .two-part-flex .box-flex .red-box {
    background-color: #ea3a42;
}
.welcome-section .two-part-flex .box-flex p {
    font-size: 1.2em;
    font-weight: 300;
    padding-top: 0.5em;
}
.welcome-section .img-content-flex {
    display: flex;
    justify-content: space-between;
}
.welcome-section .img-content-flex .right-part {
    padding-left: 5em;
}
.welcome-section .img-content-flex .right-part p {
    padding-top: 2.5em;
    line-height: 1.6;
}
.welcome-section .icon-content-flex {
    margin: 2.5em 0;
    display: flex;
}
.welcome-section .icon-content-flex img {
    height: 55px;
    width: auto;
}
.welcome-section .icon-content-flex .box {
    display: flex;
    align-items: center;
    width: 280px;
    padding: 0.8em 1em;
    border: 1px solid #282828;
    margin-right: 1.5em;
}
.welcome-section .icon-content-flex .box:last-child {
    margin-right: 0;
}
.welcome-section .icon-content-flex .box h6 {
    font-size: 1.1em;
    padding-bottom: 0.2em;
    font-weight: 500;
}
.welcome-section .icon-content-flex .box p {
    padding-top: 0;
}
.welcome-section .icon-content-flex .box .content {
    padding-left: 1em;
}
.welcome-section .img-content-flex .common-btn {
    padding: 14px 30px;
    background-color: #ea3a42;
}
.welcome-section .img-content-flex .common-btn:hover {
    color: #101010;
    background-color: #ffffff;
}
.product-category-flex {
    display: flex;
    justify-content: space-between;
}
.product-category-flex .item {
    text-align: center;
    width: 16.6%;
    justify-items: center;
}
.product-category-flex .item .img {
    width: 210px;
    height: 210px;
    background-color: #eae6e3;
    position: relative;
    border-radius: 100%;
}
.product-category-flex .item .img img {
    width: auto;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
}
.product-category-flex .item h6 {
    font-size: 1.4em;
    padding: 1.5em 0 0.3em;
    font-weight: 500;
}
.product-category-flex .item p {
    font-size: 1em;
}
.testimonial-slider {
    border-top: 1px solid #eeeeee;
}
.testimonial-slider .swiper {
    height: 100%;
}
.testimonial-slider .swiper-slide img {
    width: auto;
    padding: 3em 0;
}
.testimonial-slider .swiper-slide {
    text-align: center;
    cursor: grab;
}
.testimonial-slider .swiper-slide p {
    max-width: 80%;
    margin: auto;
    padding-bottom: 3em;
    font-size: 1em;
    line-height: 1.6;
}
.testimonial-slider .swiper-slide .post {
    line-height: normal;
}
.testimonial-slider .swiper-slide .user-img {
    padding: 0;
}
.testimonial-slider .swiper-horizontal>.swiper-scrollbar,
.testimonial-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0% !important;
}
.testimonial-slider .swiper-scrollbar-drag {
    background: darkgray !important;
}
.testimonial-slider .swiper-scrollbar {
    background: #cccccc !important;
    margin-top: 2em;
}
.testimonial-slider h6 {
    font-size: 1.1em;
    padding: 0.8em 0 0.2em;
    font-weight: 500;
}
.download-flipbook {
    background-color: #101010;
    padding: 6em 0;
}
.download-flipbook .download-flipbook-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download-flipbook .download-flipbook-flex h2 {
    color: #ffffff;
    font-size: 3.6em;
}
.download-flipbook .download-flipbook-flex h2 span {
    color: #ea3a42;
    display: block;
    font-size: 72px;
    font-weight: 800;
}
.download-flipbook .download-flipbook-flex .common-btn {
    background-color: #ea3a42;
    margin-top: 1.5em;
    font-size: 1.4em;
}
.download-flipbook .download-flipbook-flex .common-btn:hover {
    color: #000000;
    background-color: #ffffff;
}
.news-section p {
    color: #ea3a42;
    font-size: 1.4em;
}
.blog-flex {
    display: flex;
    justify-content: space-between;
}
.blog-flex .blog-box {
    margin-right: 30px;
    width: 32%;
}
.blog-flex .blog-box:last-child {
    margin-right: 0;
}
.blog-flex .blog-box img {
    width: 100%;
    border-radius: 0.2em;
}
.blog-flex .blog-box span {
    font-size: 0.95em;
    padding: 1em 0;
    display: block;
}
.blog-flex .blog-box h5 {
    font-size: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease;
}
.blog-flex .blog-box p {
    color: #101010;
    padding: 1em 0 1.5em;
    font-size: 0.9em;
}
.blog-flex .blog-box a {
    color: #101010;
    text-decoration: underline;
}
.blog-flex .blog-box a:hover {
    color: #ea3a42;
}
/* product-listing-page */
.internal-banner {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    align-content: center;
}
.internal-banner .left-content {
    width: 40%;
    z-index: 2;
}
.internal-banner h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1.5;
}
.internal-banner h1 span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.product-listing-img {
    background-image: url('/basic_v3/img/product-listing-banner-bg.jpg');
}
.product-listing-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-listing-flex .right-img img {
    display: block;
}
.product-listing-content h2 span {
    color: #ea3a42;
}
.product-listing-content p {
    line-height: 1.7;
    padding-top: 1em;
    font-size: 1em;
}
.products .products-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products .products-flex {
    justify-content: left;
}
.products .products-flex .product-box {
    justify-items: center;
    margin: 0 0.7em 2em;
}
.products .products-flex .product-box {
    background-color: #f9f7f7;
    /* padding: 3em 1em 1em; */
    border-radius: 0.2em;
    text-align: center;
    width: 23.5%;
    margin-bottom: 2em;
    height: max-content;
}
.products .products-flex .product-box .buttons-flex {
    display: flex;
    justify-content: space-between;
}
.products .products-flex .product-box img {
    mix-blend-mode: multiply;
    width: 100%;
    object-fit: contain;
}
.products .products-flex .product-box h6 {
    padding: 1.2em 0;
    font-size: 1.25em;
    line-height: 1.4;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    margin-bottom: 1em;
}
.products .products-flex .product-box p {
    font-size: 1.1em;
    padding-bottom: 1.5em;
}
.products .products-flex .buttons-flex .common-btn {
    width: 160px;
    font-size: 0.95em;
    padding: 13px 0;
    height: fit-content;
}
.products .products-flex .buttons-flex .black-btn {
    margin-right: 0.6em;
}
.products .products-flex .buttons-flex .brown-btn {
    background-color: #eae3e3;
    color: #101010;
}
.products .products-flex .brown-btn:hover {
    background-color: #ea3a42;
    color: #ffffff;
}
.products .load-more-btn {
    margin-top: 4em;
    justify-items: center;
}
.products .load-more-btn .load-more {
    padding: 13px 30px;
    background-color: #101010;
    color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    width: max-content;
    outline: none;
    border: none;
    font-family: "Lexend", sans-serif;
    font-size: 1.1em;
    cursor: pointer;
}
.products .load-more-btn .load-more:hover {
    background-color: #ea3a42;
}
.products .load-more-btn .load-more img {
    margin-left: 1em;
}
.products #more-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 2s ease, opacity 2s ease;
}
.products #more-content.show {
    max-height: 30000px;
    opacity: 1;
}
.products button#load-less-btn {
    padding: 18px 40px;
}
/* carousel-slider */
.carousel-slider .slider-description-flex {
    display: flex;
}
.carousel-slider .slider-description-flex .slider {
    width: 60%;
}
.carousel-slider .slider-description-flex img {
    width: 100%;
}
.carousel-slider h2 {
    padding-bottom: 1em;
    width: 50%;
}
.carousel-slider .flickity-enabled {
    position: relative;
}
.carousel-slider .flickity-enabled:focus {
    outline: none;
}
.carousel-slider .flickity-viewport {
    overflow: hidden;
    position: relative;
}
.carousel-main .flickity-viewport {
    border: 1px solid #e0e0e0;
    height: 600px !important;
}
.carousel-main .carousel-cell.is-selected {
    height: 100% !important;
}
.carousel-slider .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.carousel-slider .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel-slider .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.carousel-slider .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.carousel-slider .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-slider .flickity-prev-next-button:focus {
    outline: none;
}
.carousel-slider .flickity-prev-next-button:active {
    opacity: 0.6;
}
.carousel-slider .flickity-prev-next-button.previous {
    left: 10px;
}
.carousel-slider .flickity-prev-next-button.next {
    right: 10px;
}
.carousel-slider .flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}
.carousel-slider .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.carousel-slider .flickity-prev-next-button .arrow {
    fill: #333;
}
.carousel-slider .carousel-main {
    margin-bottom: 25px;
}
.carousel-slider .carousel-nav .carousel-cell {
    height: 185px;
    width: 185px;
    margin-right: 25px;
    border: 1px solid #e0e0e0;
}
.carousel-slider .carousel-main img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    object-fit: none;
}
.carousel-slider .carousel-nav .flickity-prev-next-button.previous,
.carousel-slider .carousel-nav .flickity-prev-next-button.next {
    display: none;
}
.carousel-slider .flickity-prev-next-button.previous,
.carousel-slider .flickity-prev-next-button.previous:hover {
    background-image: url(/basic_v3/img/owl-prev-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.carousel-slider .flickity-prev-next-button.next,
.carousel-slider .flickity-prev-next-button.next:hover {
    background-image: url(/basic_v3/img/owl-next-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-slider .flickity-prev-next-button.previous:hover,
.carousel-slider .flickity-prev-next-button.next:hover {
    border: 1px solid #ea3a42;
}
.carousel-slider .flickity-prev-next-button .flickity-button-icon {
    display: none;
}
.carousel-slider .flickity-button {
    box-shadow: 0px 0px 10px #00000014;
}
.carousel-slider .flickity-button:focus {
    box-shadow: none;
}
.carousel-slider .carousel-cell {
    width: 100%;
    height: 100%;
    align-content: center;
}
.carousel-slider .carousel-nav .carousel-cell img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
    padding: 0.7em;
}
.carousel-slider .description-column {
    padding-left: 3em;
    width: 40%;
}
.carousel-slider .description-column .description-box {
    background-color: #f9f9f9;
    padding: 2em;
}
.carousel-slider .description-column .description-box h4 {
    font-size: 1.8em;
    letter-spacing: normal;
    padding-bottom: 1em;
}
.carousel-slider .description-column .description-box p {
    font-size: 1em;
}
.carousel-slider .description-column .description-box ul {
    margin-top: 1em;
}
.carousel-slider .description-column .description-box ul li {
    line-height: 2.4;
    padding: 0 20px;
}
.carousel-slider .description-column .description-box ul li:nth-child(odd) {
    background-color: #fff;
}
.carousel-slider .description-column .description-box ul li span {
    color: #959595;
}
.carousel-slider .description-column .common-btn {
    background-color: #ea3a42;
    margin: 2.2em 0;
}
.carousel-slider .description-column .common-btn:hover {
    background-color: #101010;
}
.carousel-slider .description-column .red-banner {
    background-image: url('/basic_v3/img/product-detail-red-banner-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.carousel-slider .description-column .red-banner img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}
.carousel-slider .description-column .red-banner h2 {
    width: 60%;
    margin: 0;
    padding: 30px;
    color: #101010;
}
.carousel-slider .description-column .red-banner h2 span {
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}
.carousel-slider .description-column .red-banner a {
    display: block;
}
/* pricing-table */
.product-pricing {
    margin-top: 3.5em;
}
.product-pricing h4 {
    font-size: 2em;
    padding-bottom: 1em;
    letter-spacing: normal;
}
.pricing-table {
    width: 60%;
    background: white;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 12px;
}
.pricing-table .tabs {
    display: flex;
    margin-bottom: 24px;
}
.pricing-table .tab {
    font-family: "Lexend", sans-serif;
    flex: 1;
    padding: 13px 15px;
    text-align: center;
    /* background-color: #f1f0f0; */
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    margin-right: 12px;
}
.pricing-table .tab:last-child {
    margin-right: 0;
}
.pricing-table .tab.active {
    background-color: #e4312b;
    color: white;
}
.pricing-table table {
    width: 100%;
    border-collapse: collapse;
}
.pricing-table thead {
    background-color: #f1f0f0;
}
.pricing-table th,
.pricing-table td {
    padding: 12px 12px 12px 20px;
    text-align: left;
    border-right: 1px solid #ffffff;
}
.pricing-table td {
    color: #6b6a6a;
}
.pricing-table tr {
    border-bottom: 1px solid #eee;
}
.pricing-table tr:nth-child(even) {
    background-color: #f1f0f0;
}
.pricing-table tr:last-child {
    border-bottom: none;
}
.pricing-table th {
    font-weight: bold;
    font-size: 1.2em;
    width: 30%;
}
.pricing-table .tab-content {
    display: none;
}
.pricing-table .tab-content.active {
    display: block;
}
.pricing-disclaimer {
    width: 60%;
    margin-top: 2em;
}
.search-profile-button {
    justify-items: center;
}
.search-profile-button .search-container {
    display: flex;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 1190px;
}
.search-profile-button .search-input {
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    outline: none;
    flex: 1;
    margin: 14px;
}
.search-profile-button ::placeholder {
    font-size: 20px;
    font-style: italic;
    color: #d5d5d5;
}
.search-profile-button .search-button {
    background-color: #111;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 18px 42px;
    display: flex;
    align-items: center;
    font-family: "Lexend", sans-serif;
    font-size: 1.6em;
    cursor: pointer;
    float: right;
}
.search-container form {
    width: 100%;
}
.search-profile-button .search-button:hover {
    background-color: #e4312b;
}
.search-profile-button .search-button .search-icon {
    margin: 0 20px 0 0;
    display: flex;
}
.supplier-profiles-box .buttons-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
}
.supplier-profiles-box .products-flex .product-box img {
    height: auto;
    width: auto;
}
.supplier-profiles-box .product-box .buttons-flex img {
    height: auto;
    width: auto;
    margin-right: 10px;
    transition: all 0.6s ease;
}
.supplier-profiles-box .product-box .buttons-flex .common-btn {
    background-color: #eae3e3;
    color: #101010;
    margin: 0.45em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
    transition: all 0.6s ease;
}
.supplier-profiles-box .product-box .buttons-flex .common-btn:hover {
    background-color: #101010;
    color: #ffffff;
}
.supplier-profiles-box .product-box .buttons-flex .common-btn .with-hover {
    display: none;
}
.supplier-profiles-box .product-box .buttons-flex .common-btn:hover .without-hover {
    display: none;
}
.supplier-profiles-box .product-box .buttons-flex .common-btn:hover .with-hover {
    display: inline;
}
.products .products-flex .product-box .buttons-flex img {
    mix-blend-mode: inherit;
}
.supplier-profiles-box .products-flex .product-box {
    justify-items: center;
}
.supplier-profiles-box .products-flex .product-box .img {
    height: 250px;
    align-content: center;
}
.supplier-profiles-box .products-flex .product-box p {
    padding-bottom: 0.5em;
    font-size: 1em;
}
.supplier-profiles-box .products-flex .product-box h6 {
    width: 80%;
    padding: 1.5em 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#more-content.show .load-more-btn {
    display: none;
}
/* Supplier Profiles Details Page */
.product-logo-details-flex {
    display: flex;
    justify-content: space-between;
}
.product-logo-details-flex .product-logo {
    width: 25%;
    height: 300px;
    margin-right: 3em;
    border: 1px solid #e6e6e6;
    text-align: center;
    align-content: center;
}
.product-logo-details-flex .product-logo img {
    width: 270px;
    height: auto;
    mix-blend-mode: multiply;
}
.product-logo-details-flex .product-details {
    width: 75%;
}
.product-logo-details-flex .product-details p {
    line-height: 1.6;
    font-size: 1.1em;
}
.supplier-profile-contact-form-details {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 3em;
}
.supplier-profile-contact-form-details .contact-form {
    width: 70%;
    margin-right: 4em;
}
.supplier-profile-contact-form-details .contact-details {
    width: 30%;
}
.supplier-profile-contact-form-details .contact-details p {
    font-size: 1.1em;
    line-height: 1.8;
}
.supplier-profile-contact-form-details h3 {
    font-size: 2.3em;
    letter-spacing: 0;
    padding-bottom: 0.6em;
}
.supplier-profile-contact-form-details .form-group {
    margin-bottom: 20px;
    width: 100%;
}
.supplier-profile-contact-form-details input, .supplier-profile-contact-form-details textarea {
    width: 100%;
    padding: 15px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 1em;
}
.supplier-profile-contact-form-details button {
    background-color: #000;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.supplier-profile-contact-form-details ::placeholder {
    font-style: italic;
    font-family: "Lexend", sans-serif;
    color: #c6c6c6;
}
.supplier-profile-contact-form-details label {
    display: block;
    padding-bottom: 0.5em;
    font-size: 1.1em;
}
.supplier-profile-contact-form-details .name-email-flex {
    display: flex;
    justify-content: space-between;
}
.supplier-profile-contact-form-details .name-email-flex .form-group {
    width: 49%;
}
.supplier-profile-contact-form-details .submit-btn {
    text-align: end;
    margin-top: 2em;
}
.supplier-profiles-four-red-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.supplier-profiles-four-red-box .red-box {
    background-color: #ea3a42;
    background-image: url(/basic_v3/img/red-box-img.png);
    background-repeat: no-repeat;
    background-position: right;
    background-blend-mode: darken;
    color: #ffffff;
    width: 24%;
    border-radius: 4px;
    transition: all 0.6s ease;
}
.supplier-profiles-four-red-box .red-box:hover {
    background-color: #101010;
    background-image: url(/basic_v3/img/red-box-img.png);
    background-blend-mode: lighten;
}
.supplier-profiles-four-red-box .red-box a {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 1em;
    font-size: 1.5em;
}
.supplier-profiles-four-red-box .red-box img {
    padding-right: 0.7em;
    height: 36px;
}
/* blog-page */
.blog-banner .right-img img {
    position: absolute;
    right: 0;
    top: 0;
}
.blog-sidebar-flex {
    display: flex;
    justify-content: space-between
}
.blog-sidebar-flex .blog-post-wrapper {
    width: 72%;
    margin-right: 3em;
}
.blog-sidebar-flex .blog-sidebar {
    width: 28%
}
.blog-sidebar-flex .blog-posts-details {
    display: block
}
.blog-sidebar-flex .blog-card {
    width: 100%;
    margin-bottom: 3em;
}
.blog-sidebar-flex .blog-img img {
    width: 100%
}
.blog-sidebar-flex .blog-text {
    text-align: left
}
.blog-sidebar-flex .blog-text h4 {
    font-size: 1.5em
}
.blog-sidebar-flex .blog-posts-details .common-btn {
    margin-top: 0;
    text-transform: uppercase;
}
.blog-sidebar-flex .blog-sidebar h3 {
    background-color: #222222;
    font-size: 1.8em;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: normal;
    border-radius: 5px 5px 0 0;
}
.blog-sidebar-flex .blog-sidebar .recent-post-box, .blog-sidebar-flex .blog-sidebar .categories-box {
    border: 1px solid #ededed;
    border-radius: 0 0 5px 5px;
}
.blog-sidebar-flex .blog-sidebar .img-text {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    margin: 15px;
    padding-bottom: 15px;
}
.blog-sidebar-flex .blog-sidebar .img-text:last-child {
    border: none;
    padding-bottom: 0;
}
.blog-sidebar-flex .blog-sidebar .img-text img {
    width: 170px;
    height: 100%
}
.blog-sidebar-flex .blog-sidebar .img-text h4 {
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: inherit;
    margin: 0;
    padding-left: 15px;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease;
}
.blog-sidebar-flex .blog-sidebar .img-text h4:hover {
    color: #ea3a42;
}
.blog-sidebar-flex .blog-sidebar .categories-box {
    margin-top: 50px
}
.blog-sidebar-flex .blog-sidebar .categories-box ul {
    padding: 20px 15px 5px;
    margin: 0;
}
.blog-sidebar-flex .blog-sidebar .categories-box ul li {
    border-bottom: 1px solid #ededed;
    margin: 0 0 15px;
    padding: 0 0 20px 20px;
    position: relative;
    line-height: normal;
}
.blog-sidebar-flex .blog-sidebar .categories-box ul li:before {
    background-image: url(/basic_v3/img/blog-categories-arrow.png?time=1234567890);
    color: transparent;
    content: " ";
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: absolute;
    top: 5px;
}
.blog-sidebar-flex .blog-sidebar .categories-box ul li a {
    color: #222222;
}
.blog-sidebar-flex .blog-sidebar .categories-box ul li a:hover {
    color: #ea3a42;
}
.blog-sidebar-flex .blog-sidebar .categories-box ul li:last-child {
    border: none;
    padding-bottom: 0
}
.blog-sidebar-flex .blog-sidebar .categories-box ul li:before {
    left: 0
}
.blog-sidebar-flex .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}
.blog-sidebar-flex .pagination li a {
    color: #101010;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    border-radius: 100px;
    font-weight: 600;
}
.blog-sidebar-flex .pagination li a:hover {
    background: #101010;
    color: #fff;
}
.blog-sidebar-flex .pagination li a.active {
    background: #101010;
    color: #fff;
    border-color: #101010;
}
.blog-sidebar h4 {
    margin-top: 0
}
.blog-card a {
    width: 100%;
    display: flex;
}
.blog-card img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.blog-card .blog-discription h4 {
    font-size: 2.4em;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #101010;
}
.blog-card .blog-discription h4::after {
    content: "";
    display: block;
    width: 130px;
    height: 3px;
    background-color: #ea3a42;
    margin-top: 15px;
}
.blog-card .blog-discription p {
    font-size: 1.1em;
    line-height: 1.6;
    padding: 0.6em 0 1.5em;
}
.blog-card .blog-discription {
    text-align: left;
    padding: 20px 30px 40px;
    background: #f9f7f7;
}
.blog-discription .common-btn {
    padding: 10px 34px;
    border-radius: 8px;
    background-color: #ea3a42;
}
.blog-discription .common-btn:hover {
    background-color: #101010;
}
.blog-discription a {
    width: auto;
    display: inline-block;
}
/* blog-detail-page */
.blog-detail-page .date-user {
    display: flex;
    align-items: center;
    padding: 1em 0;
    border-bottom: 1px solid #ededed;
}
.blog-detail-page .date-user p {
    font-size: 1.1em;
    padding: 0;
    margin: 0;
}
.blog-detail-page .date-user .separator {
    font-weight: bold;
    margin: 0 1em;
}
.blog-detail-page h2 {
    color: #222222;
    text-align: left;
    font-size: 3em;
    padding-top: 0.3em;
}
.blog-detail-page h4 {
    font-size: 2em;
    text-align: left;
    color: #222222;
    margin: 1em 0 .4em
}
.blog-detail-page p {
    text-align: left;
    color: #222222;
    margin: 1.5em 0;
    font-size: 1.2em;
    line-height: 1.4;
}
.blog-detail-page h3 {
    font-size: 2.3em;
    margin: 0;
    letter-spacing: normal;
}
.blog-detail-page ul {
    margin: 1.5em 0;
}
.blog-detail-page ul li {
    font-size: 1.2em;
    line-height: 2;
    position: relative;
    padding-left: 20px;
}
.blog-detail-page ul li::before {
    background-image: url(/basic_v3/img/blog-categories-arrow.png?time=1234567890);
    color: transparent;
    content: " ";
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: absolute;
    top: 12px;
    left: 0;
}
.blog-detail-page p:last-child {
    padding: 0;
}
.blog-detail-page .blog-posts-details img {
    display: block;
    width: 100%;
}
/* our-suppliers-page */
.our-suppliers .images-flex {
    display: flex;
    flex-wrap: wrap;
}
.our-suppliers .images-flex img {
    width: 15.5%;
    height: 140px;
    object-fit: scale-down;
    border: 1px solid #efefef;
    border-radius: 6px;
    margin: 9px;
    padding: 15px;
}
.our-suppliers .images-flex img:hover {
    border: 1px solid #ea3a42;
}
/* contact-us-page */
.contact-details .contact-details-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.contact-details .img-text {
    text-align: left;
    width: 33%;
    border: 2px solid #e1e1e1;
    border-radius: 1.8em;
    margin: 0 1em;
    padding: 2em 1.5em 1.5em;
}
.contact-details .img-text .circle {
    width: 4.5em;
    height: 4.5em;
    background-color: #efefef;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.contact-details .img-text .circle img {
    display: inline-block;
    position: absolute;
    height: 65px;
    width: auto;
    top: inherit;
    bottom: 0;
    left: 0;
}
.contact-details .img-text .digit-text {
    display: block;
    margin-top: 2.8em;
}
.contact-details h3 {
    font-size: 1.9em;
    font-weight: 600;
    padding-bottom: 0.3em;
    letter-spacing: normal;
}
.contact-details p {
    font-size: 1em;
    line-height: 1.6;
}
.contact-details a {
    color: #1e1e1e;
}
.contact-details a:hover {
    color: #ea3a42;
}
.contact-details .bg-red {
    background-color: #ea3a42;
    border: 2px solid #ea3a42;
    color: #ffffff;
}
.contact-details .bg-red .digit-text {
    margin-top: 1em;
}
.contact-details .bg-red .circle {
    background-color: #fa5b62;
}
.contact-form-submit {
    background-color: #f5f5f5;
    padding: 3em;
}
.contact-form-submit .contact-form {
    max-width: 1180px;
    margin: auto;
}
.contact-form-submit .contact-details p {
    font-size: 1.1em;
    line-height: 1.8;
}
.contact-form-submit h3 {
    font-size: 2.3em;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 0.1em;
}
.contact-form-submit p {
    text-align: center;
    font-size: 1.2em;
    width: 48%;
    color: #1e1e1e;
    margin: auto;
    padding-bottom: 2em;
}
.contact-form-submit .form-group {
    margin-bottom: 20px;
    width: 100%;
}
.contact-form-submit input, .contact-form-submit textarea {
    width: 100%;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 0.4em;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 1em;
    font-weight: 400;
}
.contact-form-submit button {
    background-color: #000;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.contact-form-submit ::placeholder {
    font-family: "Lexend", sans-serif;
    color: #797979;
}
.contact-form-submit .flex {
    display: flex;
    justify-content: space-between;
}
.contact-form-submit .flex .form-group {
    width: 48.8%;
}
.contact-form-submit .submit-btn {
    text-align: end;
    margin-top: 2em;
    display: inline;
}
.contact-form .flex .captcha {

    display: flex;
    align-items: center;
}
#contacterr {
    list-style: none !important;
    border: 1px solid #ccc;
    padding: 10px;
    width: 99%;
    background: #f5dbdb;
    display: none;
}
ul#contacterr li {
    color: #ba0029;
    float: none;
    margin: 0;
}
iframe{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sample-products-flex {
    display: flex;
}
.request-sample-product .products-flex {
    width: 70%;
    justify-content: left;
}
.request-sample-product .supplier-profile-contact-form-details {
    width: 30%;
    background-color: #222222;
    color: #ffffff;
    padding: 2em;
    height: 100%;
}
.request-sample-product .supplier-profile-contact-form-details .contact-form {
    width: 100%;
    margin-right: 0;
}
.request-sample-product .products-flex .buttons-flex .common-btn {
    background-color: #101010;
    color: #ffffff;
}
.request-sample-product .products-flex .buttons-flex .common-btn:hover {
    background-color: #ea3a42;
}
.request-sample-product .products-flex .product-box {
    width: 30%;
    margin-right: 2em;
}
.request-sample-product .supplier-profile-contact-form-details .submit-btn {
    text-align: left;
    display: inline-block;

}
.request-sample-product .supplier-profile-contact-form-details button {
    background-color: #ea3a42;
}
.request-sample-product .supplier-profile-contact-form-details button:hover {
    background-color: #ffffff;
    color: #222222;
}
.request-sample-product .supplier-profile-contact-form-details h3 {
    font-size: 1.9em;
    font-weight: 500;
}
/* about-us-page */
.about-img-content .flex {
    display: flex;
    align-items: center;
}
.about-img-content .flex .img-part, .about-img-content .flex .content-part {
    width: 50%;
}
.about-img-content .flex .img-part img, .about-img-content .flex .content-part img {
    display: block;
    width: 100%;
}
.about-img-content .flex .content-part {
    padding: 0 0 0 50px;
}
.about-img-content .content-img .content-part {
    padding: 0 50px 0 0;
}
.about-img-content .flex .content-part h2 {
    letter-spacing: normal;
    padding-bottom: 30px;
    width: 80%;
}
.about-img-content .flex .content-part p {
    line-height: 1.6;
    font-size: 1.1em;
}
.about-img-content .flex .content-part a {
    color: #ea3a42;
}
.about-img-content .flex .content-part a:hover {
    color: #101010;
}
/* my-profile */
.my-profile-content p {
    line-height: 1.7;
    padding-top: 1em;
    font-size: 1.1em;
}
.my-profile-form {
    display: flex;
    justify-content: space-between;
}
.my-profile-form .contact-form {
    width: 80%;
}
.my-profile-form .contact-details p {
    font-size: 1.1em;
    line-height: 1.8;
}
.my-profile-form h3 {
    font-size: 2.3em;
    letter-spacing: 0;
    padding-bottom: 0.6em;
}
.my-profile-form .form-group {
    margin-bottom: 20px;
    width: 100%;
}
.my-profile-form input, .my-profile-form textarea, .my-profile-form select {
    width: 100%;
    padding: 15px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 1em;
    font-family: "Lexend", sans-serif;
}
.my-profile-form select {
    background-image: url("/basic_v3/img/select-dropdown-img.png");
    background-size: 0.8em;
    background-position: calc(100% - 1em) center;
    background-repeat: no-repeat;
}
.my-profile-form button {
    background-color: #000;
    color: #fff;
    padding: 12px 45px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}
.my-profile-form ::placeholder {
    font-style: italic;
    font-family: "Lexend", sans-serif;
    color: #c6c6c6;
}
.my-profile-form label {
    display: block;
    padding-bottom: 0.5em;
    font-size: 1.1em;
}
.my-profile-form .flex {
    display: flex;
    justify-content: space-between;
}
.my-profile-form .flex .form-group {
    width: 49%;
}
.my-profile-form .submit-btn {
    text-align: left;
    margin-top: 2em;
}
.my-profile-form .mar-bot-20 {
    margin-bottom: 20px;
}
.my-profile-form textarea {
    height: 81.5%;
}
.change-password-form input {
    width: 50%;
}
/* user-login, register and forgot-password */
.user-cart .popup-overlay > a {
    display: block;
    width: 100%;
    height: 100%;
}

.user-cart .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999;
}

.user-cart .popup {
    background: #fff;
    padding: 0 50px 50px;
    width: auto;
    text-align: center;
    border-radius: 6px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user-cart #popup:target .popup-overlay {
    display: block;
}

.user-cart .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    font-size: 20px;
    color: #333;
}

.user-cart .login-password-flex {
    display: flex;
}

.user-cart .login-margin {
    margin-right: 30px;
}

.user-cart .supplier-profile-contact-form-details {
    background-color: transparent;
    padding: 0;
}

.user-cart .popup h2 {
    font-size: 2.2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #ea3a42;
    letter-spacing: normal;
    padding: 25px 0;
    border-bottom: 1px solid #d7d7d7;
}

.user-cart .supplier-profile-contact-form-details .submit-btnn {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.user-cart .supplier-profile-contact-form-details .submit-btnn .common-btn {
    background-color: #ea3a42;
}

.user-cart .supplier-profile-contact-form-details .submit-btnn .common-btn:hover {
    background-color: #101010;
}

.user-cart .supplier-profile-contact-form-details form {
    margin-top: 30px;
}

.user-cart .popup a {
    color: #101010;
}

.user-cart .popup a:hover {
    color: #ea3a42;
}

.user-cart .popup span {
    color: #ea3a42;
}

.user-cart .close-btn img {
    width: 30px;
    height: 30px;
    display: block;
}

.user-cart .supplier-profile-contact-form-details button {
    padding: 15px 35px;
    margin-left: 5px;
}

.user-cart .supplier-profile-contact-form-details ::placeholder {
    font-style: normal;
}

.user-cart .new-user {
    max-width: 700px;
}

.user-cart .new-user h4 {
    font-size: 1.25em;
    letter-spacing: normal;
    padding-bottom: 15px;
}

.user-cart .supplier-profile-contact-form-details {
    justify-content: center;
}

.user-cart .supplier-profile-contact-form-details .enter-email {
    padding-bottom: 20px;
}

.user-cart .new-user .form-group {
    width: 74%;
}

.user-cart .new-user p {
    font-size: 15px;
    line-height: 1.5;
}

.user-cart .new-user .submit-btn {
    width: 26%;
}

.user-cart .new-user .login-password-flex {
    justify-content: space-between;
    margin-bottom: 10px;
}

.user-cart .new-user .supplier-profile-contact-form-details input {
    margin-top: 0;
}

.user-cart .new-user .supplier-profile-contact-form-details .submit-btn {
    margin-bottom: 20px;
    text-align: end;
}

.user-cart .new-user .supplier-profile-contact-form-details button {
    padding: 15px 35px;
}

.user-cart .forgot-password .supplier-profile-contact-form-details .submit-btn {
    margin-bottom: 0;
}

.content-page ul {
    padding: 1.5em 0;
}

.content-page li {
    padding: 0 0 1.5em 1.8em;
    line-height: 1.6;
    position: relative;
}

.content-page li:last-child {
    padding-bottom: 0;
}

.content-page li:before {
    background-image: url(/basic_v3/img/right-arrow.png?time=1234567890);
    color: transparent;
    content: " ";
    width: 17px;
    height: 21px;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}
/*
div.user-cart a span {
	width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 100%;
    background: #000;
    color: white;
    position: absolute;
    top: 17px;
    right: 160px;
    text-align: center;
    line-height: 20px;
}
*/
/* my-profile-modal */

.user-icon-relative {
    position: relative;
}

#openModalBtn {
    margin-right: 0.6em;
    font-size: 16px;
    cursor: pointer;
}

.modal {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 45px;
}

/* Modal content box */
.modal .modal-content {
    background-color: #fff;
    border: 1px solid #ea3a42;
    padding: 20px 20px 10px;
    border-radius: 8px;
    width: 330px;
    position: relative;
}

/* Close button */
.modal .close {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.modal .close:hover {
    color: #ea3a42;
}

.modal h4 {
    letter-spacing: normal;
    font-size: 1.2em;
    color: #ea3a42;
}

.modal ul {
    padding-top: 10px;
}
.modal ul a {
    color: #333;
    font-size: 1em;
    padding: 0;
}
.modal ul a:hover {
    background-color: transparent;
    color: #ea3a42;
}
.modal ul li {
    line-height: 2.3;
    border-bottom: 1px solid #ea3a42;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.modal ul li:last-child {
    border-bottom: none;
}
.modal ul li img {
    height: auto;
    width: 25px;
    margin-right: 12px;
}
/* login-contact-popup-17-7-2025 */
#popup .popup-login-contact {
    width: 65%;
}
.login-contact-flex {
    display: flex;
}
.login-contact-flex .contact-form-flex {
    display: flex;
}
.login-contact-flex .contact-form {
    width: 100%;
}
.login-contact-flex .login-detail {
    width: 25%;
}
.login-contact-flex .contact-detail {
    width: 100%;
}
.login-contact-flex label {
    text-align: left;
    padding-bottom: 0.3em;
}
.login-contact-flex form {
    margin-top: 0 !important;
}
.login-contact-flex .column {
    width: 25%;
}
.login-contact-flex .supplier-profile-contact-form-details {
    display: block;
}
.login-contact-flex .form-group {
    margin: 20px 15px;
    width: auto;
    display: grid;
}
.login-contact-flex .my-profile-form textarea {
    height: auto;
    resize: none;
}
#popup .common-btn {
    margin-top: 5px;
    width: max-content;
}

/* Custom styles for validation errors */
label.error,div.error,span.error {
    color: red !important; /* Change text color to red */
    font-size: 0.9em !important; /* Adjust font size if needed */
    font-family: 'Jost-Medium';
    /* margin-bottom: 5px;  */
}
#messageboxerror,.error-message,.err22{
    color: red !important; /* Change text color to red */
    margin-bottom: 10px;
}
#loader,#defaultloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif")
        50% 50% no-repeat transparent;
    backdrop-filter: blur(10px); /* Apply blur effect */    
}
.navbar-nav div.categories .nav-link:hover {
    background-color: inherit !important;            /* Keeps the original color */
}
.features-flex .feature-box a {
    color:#333333;
}
/* 22-7-2025 */
:focus-visible {
    outline: none;
}
span.cart-icon-count {
    position: relative;
    top: -21px;
    color: #ffffff;
    background: #111111;
    width: 21px;
    height: 21px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    left: -12px;
}
.menu .bg-light {
    border-bottom: none;
}
/* 2-8-2025 */
.hero-slider .swiper .swiper-slide{
    position: relative;
}
.hero-slider .swiper .swiper-slide::before{
    position: absolute;
    left: 0;
    top: 0;
    background: #00000085;
    content: '';
    width: 100%;
    height: 100%;
}
.footer-part .social-icons ul li {
    margin: 0 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
/* .footer-part .social-icons ul li a:hover{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #ea3a42;
        -webkit-transition: all 0.5s ease-out !important;
    -moz-transition: all 0.5s ease-out !important;
    -o-transition: all 0.5s ease-out !important;
    transition: all 0.5s ease-out !important;
} */
.footer-part .social-icons ul li a{
    margin: 0 0.5em;
    width: 3.7em;
    height: 3.7em;
    background: #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-transition: all 0.5s ease-out !important;
    -moz-transition: all 0.5s ease-out !important;
    -o-transition: all 0.5s ease-out !important;
    transition: all 0.5s ease-out !important;
}
/* sitemap-css-4-9-2025 */
.sitemap-content {
    padding: 3.125em 0;
}
.sitemap-content .welcome h3 {
    padding-bottom: 0.5em;
    letter-spacing: normal;
}
.sitemap-content .welcome .news a {
    padding: 0.5em 0 0.5em 1.7em;
    position: relative;
    font-size: 1.05em;
    color: #333333 !important;
    transition: all 0.3s ease;
}
.sitemap-content .welcome .news a:hover {
    color: #ea3a43 !important;
}
.sitemap-content .welcome .news a::before {
    background-image: url(/basic_v3/img/right-arrow.png?time=1234567890);
    color: transparent;
    content: " ";
    width: 17px;
    height: 21px;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: 0;
}
.sitemap-content .welcome .categories.sitemap a::before {
    display: none;
}
.sitemap-content .welcome .categories.sitemap {
    padding-top: 2em;
}
.sitemap-content .welcome .categories.sitemap ul {
    padding-left: 1em;
}
.sitemap-content .welcome .categories.sitemap ul li {
    font-size: 0.95em;
    list-style-type: disclosure-closed;
}
.sitemap-content .welcome .categories.sitemap ul li ul li {
    list-style-type: circle;
}
.sitemap-content .welcome .categories.sitemap ul li a {
    padding: 0.5em 0 0.5em 0.2em;
}
/*5-9-2025 */
.carousel-slider .description-column .description-box ul li {
    overflow-wrap: anywhere;
}
/* for-2-megamenu */
 
header .categories {
    margin-right: 1em;
}

.download-flipbook-flex .left-part {
    text-align: center;
}
.download-flipbook-flex .left-part img {
    width: auto;
    height: 510px;
}
.internal-banner.banner-grey-bg {
    background-color: #f5f5f5;
    height: 200px;
}
.internal-banner.banner-grey-bg h1 {
    color: #111111;
}

.logo-img {
    width: 270px;
    height: auto;
}
.logo-img img {
    width: 100%;
    height: auto;
}
.features-flex .feature-box img {
    height: 52px;
    width: auto;
}
.footer-part .four-flex .logo-content img {
    width: 250px;
    height: auto;
}
.blog-flex .blog-box img {
    height: 320px;
    object-fit: cover;
}
.testimonial-slider p:empty {
    display: none;
}
.testimonial-slider .swiper-slide .user-img {
    width: auto;
    height: 140px;
}
.register-block.thankyou {
    padding: 3em 0 0;
    text-align: center;
}
.register-block.thankyou h3 {
    font-size: 36px;
    color: #444444;
    padding-bottom: 20px;
}
.register-block.thankyou p {
    font-size: 1.1em;
}

.products .products-flex .product-box {
    position: relative;
}
.product-box a {
    height: 270px;
    align-content: center;
}
.product-box .enhanced-product {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    word-wrap: break-word;
    padding: 0 1.5em;
    top: 30px;
}
.carousel-slider .carousel-nav .carousel-cell img {
    object-fit: contain;
}
.latest-product .owl-item .item .img {
    align-content: center;
}
.latest-product .owl-item img {
    width: 100% !important;
    height: auto;
    max-height: 270px;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    mix-blend-mode: multiply;
    object-fit: contain;
    padding: 0 1em;
}
.default-search-content .bestsellers-trending .trending-images .trending-img-container .trending-img {
    height: 142px;
    object-fit: contain;
}
.default-search-content .bestsellers-trending .product-widgets .product-widget .product-image .img {
    object-fit: contain;
}
.search-results-content .search-results .product-image img {
    object-fit: contain;
}
.products .products-flex .product-box {
    padding: 2em 1em 1em;
}