@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --main-color: #000;
    --brand-color: #a54b9a;
    --green-dark: #a54b9a;
    --green-darker: #05602B;
    --green-light: #24B249;

}

body {
    font-family: "Barlow", serif;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.5;
    background-color: #f2f3f8;
}
/*==== COMMON CSS START ====*/

p {
    text-align: left;
    margin: 0;
    color: #222;
    padding: 0;
}
.tab-description a {
    color: #a54b9a !important;
}
p.count__question {
    font-size: 18px;
    font-weight: 500;
}
button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
}
ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #446084;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control, .form-control:focus, input, input:focus {
    box-shadow:0; 
    outline: 0;
    border: 0;
}
.parsley-errors-list {
    color: #a54b9a;
}
.parsley-error {
    border: 1px solid #a54b9a !important;
}
img {
    max-width: 100%;
    height: 100%;
}
button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", serif;
    margin: 0;
}

svg {
    height: 16px;
    width: 16px;
}
.cursor {
    cursor: pointer;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.container_97 {
    max-width: 1200px;
}
footer {
    padding: 0 0;
}
.footer-widgets {
    background-color: #87a3bf;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
}
.footer-copyright {
    background-color: rgba(22, 112, 191, 0.98);
    padding: 15px 0 15px;
}
.footer-copy-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.container_top {
    width: 975px;
    margin: 0 auto;
}
/*==== COMMON CSS END ====  */

/*==== HEADER CSS START ====  */
header {
    position: relative;
    box-shadow: 0px 0px 10px #ddd;
}
.header-top {
    background: #000;
    display: flex;
    height: 35px;
    align-items: center;
    display: none;
}
.header-left span {
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.header-left span a {
    color: #fff;
}
.header-left ul li a {
    margin: 0 5px;
}
.header-left ul {
    display: inline-block;
}
.header-right {
    text-align: right;
}
.header-right span ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 4px;
}
.header-right a {
    color: #ffffffcc;
    border: 2px solid;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    border-color: hsla(0, 0%, 100%, 0.5);
    height: 30px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-right a:hover {
    background: blue;
    border: 1px solid blue;
}
.Newsletter a {
    border: none;
    width: auto;
    margin-right: 8px;
}
.Newsletter a:hover {
    background: none;
    border: none;
}
li.Newsletter i {
    margin-right: 2px !important;
    font-size: 10px;
}

.header-left {
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo-area {
    padding: 8px 0;
    background-color: var(--main-color);
}
.sticky.is-sticky {
    background: #222;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}
li.main-menu-category-li:hover {
    background: #a54b9a;
}
.logo-header {
    display: grid;
    grid-template-columns: 19% 60% 19%;
    grid-gap: 1%;
}
/*search*/
.main-search {
    margin: 8px 0;
    position: relative;
}
.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    top: 38px;
    left: 0;
    height: 375px;
    overflow: auto;
}
.search_product img {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    border-radius: 50px;
}
.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}
.search_product ul li:hover {
    background: #f1f1f1;
}
.search_content .price {
    color: #b74135;
    font-weight: 600;
}
.mobile-show {
    display: none !important;
}
.mobile-header {
    display: none;
}
.mobile-categories ul li {
    display: block;
    z-index: 99999;
    width: 100%;
    height: auto;
}
.mobile-categories {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    width: 85%;
    transition: 0.35s all;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}
.filter__section {
    margin-bottom: 10px;
}
.mobile-categories.active {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.mobile-search input {
    width: 86% !important;
    text-align: center;
}
.mobile-search button {
    width: 13% !important;
}
.main-search form {
    border: 1px solid;
    border-radius: 30px;
    overflow: hidden;
    height: 35px;
    margin-top: 5px;
    background: #f7f7f7;
    border-color: #e1e1e1;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.main-search form input {
    flex: 1 1 auto;
    height: 100%;
    padding: 0 5px;
    font-size: 12px !important;
    background: #f7f7f7;
}
.main-search form button {
    height: 100%;
    outline: 0;
    background: none;
    color: #000000;
}
.main-search form button svg {
    height: 20px;
    width: 20px;
}
.mobile-nav li a {
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}
.mobile-menu .nav li button.active {
    border-radius: 0;
    color: #a54b9a;
}
.main-search.mobile-search {
    margin: 0;
    padding: 0;
}
.main-search.mobile-search form {
    border: 1px solid #ddd;
}
.mobile-menu .nav li {
    width: 50%;
    float: left;
}
.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}
.nice-select {
    height: 41px !important;
    line-height: 41px !important;
}
.nice-select.open .list {
    z-index: 99999 !important;
}
.nice-select .option {
    display: block !important;
}

/*search end*/
.header-list-items {
    text-align: right;
    margin: 15px 0;
}
.header-list-items ul li {
    text-align: center;
    padding: 0;
    margin-left: 4px;
    font-weight: 600;
}
.for_order a i {
    font-size: 16px !important;
}
.header-list-items ul li a {
    display: inline-block;
}
.header-list-items ul li p {
    display: inline-block;
    text-align: center;
    position: relative;
}
.margin-shopping {
    margin-right: 10px;
}
.header-list-items ul li i {
    font-size: 20px;
    color: #446084;
}
.cart-svg {
    height: 22px;
    width: 22px;
}
.header-list-items ul li span {
    position: absolute;
    top: -8px;
    right: -12px;
    background: #a54b9a;
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}
section.brade__cume_sec {
    background: #a54b9a;
}
.breadcrumb {
    margin: 0 !important;
    padding: 10px 0 10px;
}
.login-dialog {
    position: relative;
}
.login-box {
    position: absolute;
    top: 45px;
    width: 260px;
    padding: 15px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}
.login-box:after {
    content: " ";
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}
.login-dialog:hover .login-box {
    top: 27px;
    visibility: visible;
    opacity: 1;
}
.login-box .form-control {
    margin: 10px 0;
    background-color: #fff !important;
    height: 40px;
    border: 1px solid #ddd;
}
.login-menu li {
    display: block;
    text-align: left !important;
    margin: 8px 0;
}
.login-menu li a {
    display: block;
    color: #222;
}
.forget-link {
    margin-bottom: 5px;
    margin-top: 4px;
    color: #2c1c1c;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 12px;
    text-align: center;
}
.submit-btn {
    background: #a54b9a;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
}

.register-now a {
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 0;
    border-radius: 5px;
    transition: 0.35s all;
}
.register-now a:hover {
    background: #a54b9a;
    color: #fff;
}
#cart-qty {
    position: relative;
}
.cshort-summary {
    position: absolute;
    top: 55px;
    width: 390px;
    right: 0;
    max-height: 500px;
    z-index: 999;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}
.go_cart,
.go_cart:hover {
    background: #a54b9a;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 5px;
    display: block;
    text-align: center;
}
#cart-qty:hover .cshort-summary {
    top: 45px;
    opacity: 1;
    visibility: visible;
}
.cshort-summary img {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
}
.cshort-summary ul {
    display: grid;
    grid-template-columns: 15% 45% 20% 20%;
    margin: 5px 0;
}
.cshort-summary .cart_remove {
    margin-left: 5px;
}
.cshort-summary ul li {
    display: block;
    text-align: left;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.cshort-summary .remove-cart,
.cshort-summary .remove-cart:focus {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.fixed-top {
    top: -46px;
    transform: translateY(40px);
    transition: transform 1s;
    box-shadow: 0px 0px 10px #285e55;
}
.main-logo {
    height: 55px;
}
.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.main-logo img {
    width: auto;
    height: 100%;
    margin-top: 0;
}
/*==== HEADER CSS END ====  */

/*==== CATEGORY SECTION CSS START ====  */

.homeproduct {
    padding-bottom: 10px;
    padding-top: 0px;
}
.category-section.section-padding {
    margin-bottom: 20px;
}
.section-title {
    padding: 20px 0;
}
.section-title h2 {
    font-size: 16px;
    font-weight: 600;
}
.front-category ul li a {
    color: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid #a54b9a;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}
.front-category ul li a:hover {
    background: #a54b9a;
    color: #fff;
    border-color: #a54b9a;
}
.feature-btn {
    text-align: center;
    margin-top: 25px;
}
.feature-btn a {
    border: 1px solid #ddd;
    padding: 8px 25px;
    transition: 0.35s all;
    border-radius: 5px;
}

.feature-btn a:hover {
    background: #a54b9a;
    color: #fff;
}
/*==== CATEGORY SECTION CSS END ====  */

/*==== SLIDER CSS START ====  */
.main-slider {
    position: relative;
    z-index: -1;
}
.slider-section .offset-sm-3 {
    padding-left: 0;
}
.main-slider .owl-nav button span {
    font-size: 30px;
}
.main-slider .owl-nav button {
    height: 40px;
    width: 35px;
    background: #fff !important;
    transition: 0.35s all;
}
.main-slider .owl-nav button:hover {
    background: #a54b9a !important;
    color: #fff;
}

.main-slider .owl-prev {
    position: absolute;
    left: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}
.main-slider .owl-next {
    position: absolute;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}
.main-slider:hover.main-slider .owl-prev {
    left: 10px;
    visibility: visible;
    opacity: 1;
}
.main-slider:hover.main-slider .owl-next {
    right: 10px;
    visibility: visible;
    opacity: 1;
}

.slider-item img {
    width: 100%;
}
/*==== SLIDER CSS END ====  */

/*==== FRONT CATEGORY  CSS START ====  */
.hot-deals-section {
    padding: 25px 0;
}
.hot-deals-inner {
    background-color: #ffefcf;
    padding: 5px 5px 20px 5px;
}
.hot-deals-img img {
    width: 100px;
}
.hot-deals-product {
    border: 1px solid #e80a0a;
}
.deals-discount {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #fff;
    padding: 0 10px;
}
.discount-wrapper {
    position: relative;
}
.discount-wrapper img {
    width: 45px !important;
}
.discount-wrapper span {
    position: absolute;
    top: 6px;
    left: 8px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.discount-wrapper span:last-child {
    top: 21px;
    left: 10px;
    font-size: 11px;
}
.hot-deals-btn {
    text-align: right;
}
.hot-deals-btn a {
    color: #ef4523;
    font-weight: 900;
    margin-top: 15px;
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
}
.hotdeals-slider-one {
    margin-bottom: 15px;
}
.hotdeal_price {
    position: absolute;
    background-color: #0089cf;
    right: 1px;
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.custom_paginate {
    margin-top: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.custom_paginate .pagination {
    display: flex;
    justify-content: center;
}
/*==== FRONT CATEGORY  CSS END ====  */

/*==== FOOTER  CSS START ====  */

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}
.footer-menu ul li a:hover {
    color: #f1ffe7;
    margin-left: 2px;
}
.footer-menu ul li a {
    color: #959595;
    margin: 8px 0;
    display: block;
    transition: 0.35s all;
}
.footer-top {
    border-top: 2px solid #ddd;
    padding: 50px 0;
    background: #285e55;
}
.footer-about {
    text-align: center;
}
.footer-about p {
    text-align: center;
    margin: 5px 0;
    color: #dee5e5;
}
.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dee5e5;
    margin: 10px 0;
}
.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}
.footer-menu ul li a:hover {
    color: #a54b9a;
    margin-left: 2px !important;
}
.footer-about ul li a .feather {
    color: #fff;
}
.footer-about {
    text-align: center;
    padding-right: 70px;
}
.footer-about a {
    display: block;
}
.footer-about a img {
    height: 80px;
    width: auto;
}
.footer-menu .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}
.footer-menu ul li {
    display: block;
}
.footer-menu ul li a {
    color: #dee5e5;
    margin: 8px 0 !important;
    display: block;
}
.footer-bottom {
    background: #285e55;
    padding: 10px 0;
}
.copyright {
    border-top: 1px solid #587f78;
    padding-top: 10px;
}
.footer-hotlint {
    color: #f1ffe7;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.copyright p {
    text-align: center;
    color: #ffffff;
}
span.main-menu-all-titles img {
    height: 25px;
    padding-bottom: 7px;
}

/*==== FOOTER CSS END ====  */

/*==== FOOTER FIXED MENU START ====  */
.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #285e55;
    z-index: 99;
    border-top: 1px solid #ddd;
}
.footer_nav ul li a {
    color: #fff;
}
.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer_nav ul li a span {
    display: block;
}
.footer_nav ul li {
    position: relative;
}
.footer_nav ul li i {
    font-size: 16px;
}
.item_count {
    position: absolute;
    top: -5px;
    right: 25px;
    background: #a54b9a;
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    border-radius: 50px;
}
/*==== FOOTER FIXED MENU END ====  */

/*==== DETAILS CSS START ====  */
.product-section {
    margin: 30px 0;
    /*background: white;*/
    padding: 15px 7px;
}
.details__section {
    background: white;
    border: 1px solid #e2e2e2;
}
table.top__products {
    width: 100%;
}
.product-cart .name {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 29px;
}
.details-price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 10px 0;
}
.product-short-desc {
    padding: 5px 0;
}
.color_inner {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: baseline;
}
.size_inner {
    display: flex;
    gap: 20px;
}
.brand__data {
    font-weight: 600;
}
.brand__data span {
    color: #a54b9a;
}
.category-breadcrumb a {
    font-size: 13px;
}
.category-breadcrumb span {
    font-size: 13px;
}
.category-breadcrumb strong {
    font-size: 13px;
}
.meta_title {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: auto;
}
section.snap__section {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.snap__title h3 {
    font-size: 21px;
    color: #a54b9a;
    padding-bottom: 4px;
}
.product-code p {
    display: inline-block;
    background: #000000;
    color: #fff;
    padding: 0px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    line-height: 0;
}
.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}
.qty-cart .quantity {
    position: relative;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
    width: 130px;
}
.qty-cart {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.col-sm-12.wists_item input {
    border: 1px solid #a54b9a;
    width: 100%;
    margin-top: 8px;
    padding: 8px 0;
    transition: 0.3s all ease-in-out;
}
.col-sm-12.wists_item input:hover {
    background: #a54b9a;
    color: white;
}
.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
    border-color: #ddd !important;
    border: 2px solid;
    border-radius: 3px;
}
.chheckout-section .quantity input {
    width: 30px;
    border: none;
}
a.cart_remove {
    cursor: pointer;
}
.campaign__banner {
    border: 1px solid #ddd;
}
.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 40px;
    line-height: 36px;
    width: 40px;
    border-right: 2px solid #ddd;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: 2px solid #ddd;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}
.order_now_btn {
    font-size: 18px;
    color: #fff;
    background-color: #a54b9a;
    border: 1px solid #a54b9a;
    border-radius: 3px;
    width: 50%;
    margin-right: 5px;
    font-family: "Potro Sans Bangla";
}
.order_now_btn:hover,
.order_now_btn:active {
    color: white !important;
    background-color: #8e0005 !important;
    border-color: #8e0005 !important;
    outline: 0;
}
.add_cart_btn {
    color: white;
    background-color: #a54b9a;
    /* border: 1px solid #a54b9a; */
    border-radius: 0;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 17px;
    border-radius: 5px;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: #fff !important;
    background-color: #16558D !important;
    border-color: #16558D !important;
}
.details-compare-button {
    padding-top: 10px;
}
.details-compare-button a {
    display: block;
    background-color: #141d39;
    color: #fff;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
}
.details-compare-button a:hover {
    background-color: #080c18;
}

.features {
    border: 1px solid #ddd;
    border-top: 4px solid #000000;
    padding: 10px 10px 20px 10px;
}

.features .icon {
    width: 35px;
    font-size: 23px;
    height: 45px;
}

.features .text {
    font-size: 15px;
}

.feature-products {
    border-right: 1px solid #e8e8e8;
    padding: 10px;
    background: #fff;
    margin-top: 20px;
    border-radius: 5px;
}


.feature-products p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
    padding: 1px 0;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
}
.feature-products p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: #ddd;
}

.feature-products tr {
    height: auto;
    padding: 0 10px;
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.feature-products .img {
    width: 55px;
}

.feature-products .title {
    font-size: 14px;
    padding-bottom: 5px;
}
.delivery_details tr td {
    color: #000000 !important;
}

.delivery_details .potro_font {
    font-size: 14px;
    font-weight: 600;
/*    letter-spacing: 1px;*/
}
.description {
    margin-bottom: 50px;
}

.description .tab-content {
    padding: 30px 15px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-left: 12px;
}

.description #home-tab {
    color: #000000;
    font-size: 16px;
    border-top: 3px solid #a54b9a;
    font-weight: 600;
}

.tab-description {
    line-height: 1.8;
}

.tab-description p {
    margin: 5px 0;
}
.related-title {
    margin-bottom: 15px;
}

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
}
.tab-description li {
    display: block;
    position: relative;
    margin-left: 15px;
    margin: 5px 0;
    font-size: 15px;
}
/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.page_title p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.page_title {
    margin-bottom: 25px;
}
/*====  CATEGORY CSS END ====  */

/*====  QUICK VIEW CSS START ====  */
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}
#custom-modal {
    display: none;
}
.modal-view {
    position: fixed;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}
.quick-view-inner {
    overflow: hidden;
}
.quick-product .name {
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 400;
    color: #444;
    margin-bottom: 5px;
    line-height: 26px;
}
p.product_star i {
    color: #f2b309;
}

.details_short {
    margin: 10px 0;
}
.details_short ul li {
    display: block;
}

/*====  QUICK VIEW CSS END ====  */

.sec_title {
    margin-bottom: 10px;
}
.section-title-header {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #ececec;
}
.section-title-header .section-title-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    border-bottom: 2px solid #0000001a;
    padding-bottom: 10px;
    position: relative;
    bottom: -2px;
}
li.see_more_btn {
    text-align: end;
}
li.recent_pro {
    font-size: 15px;
}
.sec_title i {
    font-size: 10px;
    margin-left: 5px;
}

/*====  LOADING SPINNER CSS END ====  */
#loading {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}
.custom-loader {
    width: 50px;
    height: 50px;
    --c: radial-gradient(farthest-side, #a54b9a 92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s7 0.5s infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}
@keyframes s7 {
    to {
        transform: rotate(0.5turn);
    }
}
/*====   LOADING SPINNER CSS END ====  */

/*====   WISHLIST MODAL CSS START ====  */
#custom-modal .title {
    font-weight: 600;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
.wishlist-modal .quantity {
    font-weight: 500;
    color: #777;
}
.wishlist-modal {
    margin-top: 25px;
}
.wishlist-modal .name {
    text-align: left;
    margin: 0;
}
.wishlist-modal .price {
    color: #a54b9a;
    font-size: 26px;
    font-weight: 600;
    margin: 12px 0;
}
.continue-confirm {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-top: 15px;
}
.continue-btn {
    background: #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    transition: 0.35s all;
}
.confirm-btn {
    background: #a54b9a;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}
.continue-btn:hover,
.confirm-btn:hover {
    background: #a54b9a;
    color: #fff;
}
/*====   WISHLIST MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.vcart-inner {
    background: #f5f7f9;
    padding: 20px 25px;
    border-radius: 5px;
}
.vcart-content img {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 1px;
}
.cart_name {
    max-width: 185px;
}
.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}
.vcart-content table th {
    color: #666;
}
.vcart-content table td {
    font-size: 15px;
}
.remove-cart,
.remove-cart:focus {
    background: #edc03f;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}
.wcart-btn,
.wcart-btn:focus {
    background: #a54b9a;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}
/*==== WISHLIST CSS END ====  */

/*====  CART CSS START ====  */
.vcart-qty .quantity {
    height: 35px;
    width: 85px;
    margin-top: 0 !important;
    border: 1px solid;
}
.vcart-qty .quantity .minus {
    left: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}
.vcart-qty .quantity .plus {
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}
.cart-summary {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}
.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.cart-summary table td {
    padding: 10px 0 !important;
    text-transform: capitalize;
    font-size: 15px;
}
.cart-summary table td:last-child {
    text-align: right;
}
.coupon-form {
    margin-top: 25px;
}
.coupon-form form {
    display: inline-block;
    width: 300px;
}
.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    text-transform: capitalize;
}
.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
}
.coupon-form form button {
    width: 20%;
    background: #a54b9a;
    color: #fff;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}
/*====  CART CSS END ====  */

/*====  LOGIN CSS START ====  */
.auth-section input,
.auth-section input:focus {
    border: 1px solid #ddd;
}
strong.head__sections {
    font-size: 22px;
    border-bottom: 2px solid #a54b9a;
    padding-bottom: 1px;
    margin-bottom: 12px;
    display: block;
}
.register-now.no-account a {
    text-align: center;
    display: block !important;
    width: 100%;
}
.form-content form .form-group {
    position: relative;
}
.form-content form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-content {
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    margin: 45px 0;
    /* margin-bottom: 0; */
}
.auth-title {
    font-size: 18px;
    border-bottom: 2px solid #444;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #444;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
}
/*====  LOGIN CSS END ====  */

/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}
.brand-item img {
    opacity: 0.4;
    transition: 0.35s all;
}
.brand-item img:hover {
    opacity: 1;
}
.brand-slider .owl-nav button span {
    font-size: 35px;
}

.brand-slider .owl-nav button {
    height: 50px;
    width: 45px;
    background: #ddd !important;
    transition: 0.35s all;
}
.brand-slider .owl-nav button:hover {
    background: #a54b9a !important;
    color: #fff;
}

.brand-slider .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}
.brand-slider .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}
/*====  BRAND CSS END ====  */

/*====  PROFILE CSS START ====  */
.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #f5f7f9;
    padding: 10px;
    border-radius: 5px;
}
.customer-img img {
    border-radius: 50px;
}
.customer-section {
    padding: 20px 0;
}
.sidebar-menu {
    background: #f5f7f9;
    margin: 15px 0;
    border-radius: 5px;
}
.sidebar-menu ul li {
    display: block;
}
.sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}
.customer-content {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}
.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}
.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.home-product-image {
    height: 220px;
}
.home-product-image a {
    display: block;
    overflow: hidden;
    height: 100%;
}
.home-product-image a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home-product-desc {
    padding: 5px;
}
.link-copy-alert {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: green;
    padding: 8px 22px;
    font-size: 15px;
    border-radius: 5px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
}

.link-copy-alert p {
    color: #fff;
}

.link-copy-alert.show {
    visibility: visible;
    opacity: 1;
    bottom: 45px !important;
}
.copylink, .copylink:focus {
    background: linear-gradient(270deg, #fc573f, #fdb210);
    padding: 2px 19px;
    color: #fff;
    border-radius: 50px;
}
.invoice_btn,
.invoice_btn:focus {
    background: #a54b9a;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}
.sidebar-menu li a.active {
    color: #a54b9a;
}

/*====  PROFILE CSS END ====  */

/*====  CHECKOUT CSS START ====  */
.chheckout-section {
    padding: 35px 0;
}
.checkout-shipping .card-header {
    background: #f5f7f9;
    padding: 10px 15px;
}
.checkout-shipping h5,
.cart_details h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.checkout-shipping label {
    margin-bottom: 2px;
    font-size: 16px;
    /* font-family: Potro Sans Bangla; */
    font-weight: 600;
}
.checkout-shipping select {
    font-size: 13px;
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}
#select2-district-container {
    line-height: 40px;
}
.select2-results li {
    display: block;
}
.checkout-shipping .form-check-input:checked + label, .checkout-shipping .form-check-input:not(:checked) + label {
    position: relative;
    padding-left: 17px;
    line-height: 25px;
    display: inline-block;
    color: #77787b;
    cursor: pointer;
    font-size: 13px !important;
    margin-top: -2px;
}
.checkout-shipping .form-check-input:checked + label::before, .checkout-shipping .form-check-input:not(:checked) + label::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -10px;
    width: 24px;
    height: 24px;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    background: #ffffff;
}
.checkout-shipping .form-check-input:checked,
.checkout-shipping .form-check-input:not(:checked) {
    position: absolute;
    left: -9999px;
}
.checkout-shipping .form-check-input:checked + label::before {
    border-color: #0397d3;
}
.checkout-shipping .form-check-input:checked + label:after, .checkout-shipping .form-check-input:not(:checked) + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #0397d3;
    position: absolute;
    top: 6px;
    left: -5px;
    border-color: #0397d3;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkout-shipping .form-check-input:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkout-shipping .form-check-input:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkout-shipping .form-check {
    background-color: #fafafa;
    width: 35%;
    height: 53px;
    padding: 14px;
    float: left;
    margin: 5px;
}
.nagadform p,
.bkashform p,
.rocketform p {
    padding: 5px 0;
}
.bkashform,
.nagadform,
.rocketform {
    display: none;
    background: #f5f7f9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
}
.order_place {
    background: #a54b9a;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
}
.order_place:hover {
    background: #a54b9a;
}
/*====  CHECKOUT CSS END ====  */

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 30px 0;
}
.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}
.contact-form label {
    margin-bottom: 15px;
}
.social-media.footer-about {
    text-align: left;
    margin-top: 20px;
}
.social-media.footer-about li a {
    text-align: center;
}
.social-media.footer-about h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}
/*====  CONTACT CSS END ====  */

/*====  ALL CATEGORY CSS START ====  */
.category-thumb {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}
.category-thumb img {
    width: 24px;
}
.all-category {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-gap: 15px;
}
.category-thumb p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}
.menu-more {
    color: #a54b9a !important;
    font-weight: 600;
}
.menu-more i {
    color: #a54b9a !important;
    font-weight: 600;
}
/*====  ALL CATEGORY CSS END ====  */

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}
.front-view-image {
    margin-bottom: 15px;
}
.front-view-image a {
    display: block;
}
.front-view-image a img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}
.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}
.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.view-all-button-box.pull-right {
    float: right;
}
a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%), 0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}
.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}
.product-img-outer-box {
    position: relative;
    overflow: hidden;
}
.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}
.product-img-outer-box a img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}
.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}
.product-desc-main-box {
    padding: 5px;
    text-align: center;
}
.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: #b70053;
    font-family: var(--font);
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev,
.product-inner button.owl-next,
.related-product-section button.owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}
.product-inner button.owl-prev i,
.related-product-section button.owl-prev i,
.product-inner button.owl-next i,
.related-product-section button.owl-next i {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.product-inner button.owl-prev:hover i,
.related-product-section button.owl-prev:hover i,
.product-inner button.owl-next:hover i,
.related-product-section button.owl-next:hover i {
    background-color: #a54b9a;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}
.product-inner button.owl-prev,
.related-product-section button.owl-prev {
    left: 0;
}
.related-product-section button.owl-prev {
    left: -40px;
}
.product-inner button.owl-next,
.related-product-section button.owl-next {
    right: 0;
}
.related-product-section button.owl-next {
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-title-left h4 {
    font-size: 30px;
}
.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}
.product-inner .product-img-outer-box a {
    height: 290px;
}
.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}
.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}
.category-img-banner {
    margin-bottom: 15px;
}
.category-img-banner a {
    display: block;
    overflow: hidden;
}
.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
}
.category-img-banner:hover a img {
    transform: scale(0.95);
}
.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}
.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}
.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #a54b9a;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}
.category-breadcrumb a {
    font-size: 16px;
    color: #666666b3;
    font-weight: 400;
}
.category-breadcrumb span {
    color: #666666b3;
}
.category-breadcrumb strong {
    font-size: 14px;
}
.brands li a {
    background: white;
    border: 1px solid #ddd;
    padding: 4px 19px;
    border-radius: 46px;
    line-height: 35px;
}
.snap__description {
    padding: 0 0 8px 0;
}

.brands li a:hover {
    background: #a54b9a;
    color: white;
}
.main_product_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.category-product {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
}
.product_item_inner .sale-badge {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
}
.product_item_inner .sale-badge-box {
    background-color: var(--brand-color);
    border-radius: 0 10px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_item_inner span.sale-badge-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
     font-family: "Barlow", serif;
    display: inline-block;
    padding: 1px 7px;
}
.wist_item {
    position: relative;
}
.quick_view_hard {
    position: absolute;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: 0.4s all;
    top: 0px;
    right: 5px;
}
.wist_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}

.quick_view_hard a {
    border: 2px solid;
    border-color: silver;
    border-radius: 50%;
    font-size: 20px;
    height: 38px;
    width: 38px;
    z-index: 1;
    transition: 0.3s all;
    color: silver;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick_view_hard a:hover {
    background: #a92c2c;
    color: #fff;
    border: 2px solid #a92c2c;
}
.product_item:hover .product_item_inner {
    border-color: #a54b9a;
}
.product_item {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
}
.quick_view_btn {
    width: 28%;
    position: absolute;
    z-index: 0;
    padding: 0px 0px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    margin: 0 auto;
}
.product_item:hover .quick_view_btn {
    opacity: 1;
    z-index: 1;
    top: 50%;
    visibility: visible;
    transform: scale(1.1);
}

.quick_view_btn button {
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    padding: 1px 6px;
    color: white;
     font-family: "Barlow", serif;
    background: #a54b9a;
    border-radius: 3px;
}
.quick_view_btn button:hover {
    background: #000000;
}

.save__price p {
    background: #a54b9a;
    color: #fff;
    padding: 1px 9px;
    position: absolute;
    left: 0;
    top: 14px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-family: "Barlow", serif;
    font-size: 13px;
}
.product_item:hover .quick_view_hard {
    opacity: 1;
    overflow: visible;
    z-index: 1;
    visibility: visible;
}
.pro_name {
    height: 48px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    padding: 0 5px;
}
.pro_name a {
    color: #000;
    font-size: 15px;
     font-family: "Barlow", serif;
}
.pro_img {
    height: 210px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}
.pro_img > a {
    display: block;
}
.pro_img img {
    height: 200px !important;
    width: 100% !important;
    object-fit: contain;
}
.pro_des {
    text-align: center;
}
.pro_price {
    margin-bottom: 5px;
}
.pro_price p {
    color: #000;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}
.pro_btn form {
    text-align: center;
}
.pro_btn button {
    background: #a54b9a;
    color: #fff;
    width: 60%;
    padding: 5px 0px;
    font-size: 12px;
    text-transform: uppercase;
}
.pro_btn button:hover {
    background: #1b6ab0;
}

.pro_price del {
    color: #999;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
}
.discount {
    position: absolute;
    top: 5px;
    background: #a54b9a;
    padding: 2px 7px;
    border-radius: 20px;
    right: 6px;
}
.discount p {
    color: #fff;
    font-size: 11px;
}
.pro_name a:hover {
    text-decoration: underline;
}

.success-img {
    text-align: center;
}
.success-img img {
    width: 320px;
}
.success-title h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 45px;
}
.success-table {
    background: #ffffff;
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
}
.category-slider {
    margin-top: 25px;
}
.category-item {
    padding: 25px 0;
}
.category-item p {
    font-weight: 400;
}
.category-item img {
    border: 1px solid #ddd;

    transition: 0.35s all;
}
.category-item img:hover {
    transform: scale(1.09);
}

.category-item p {
    text-align: center;
    margin-top: 5px;
    color: #222;
    font-weight: 500;
}

button.owl-next {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

button.owl-prev {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

.owl-prev:hover {
    background: green !important;
}
.owl-next:hover {
    background: green !important;
}

.cat_down {
    margin-left: 6px;
    font-size: 10px !important;
}

li.cat_bar > a {
    padding: 13px 15px;
    display: flex;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background-color: var(--main-color);
    margin-left: 0 !important;
    justify-content: space-between;
    align-items: center;
}
.category_menu_ul .cat_bar .cat_bar_link {
    background-color: #fff;
}
li.cat_bar {
    position: relative;
    margin-right: 0px;
    width: 200px;
}
.Cat_menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    height: 412px;
    background-color: #2171aa;
}
li.cat_bar:hover .Cat_menu,
li.cat_bar.active .Cat_menu {
    visibility: visible;
    opacity: 1;
}
ul.Cat_menu li a {
    display: flex;
    color: white;
    justify-content: flex-start;
    position: relative;
    align-items: center;
}
ul.Cat_menu li a i {
    position: absolute;
    top: 10px;
    right: 5px;
}
.Cat_list {
    display: block !important;
}
span.Cat_img img {
    width: 25px !important;
}

ul.Cat_menu li {
    border-bottom: 1px solid white !important;
    width: 200px;
    padding: 10px 0px;
    background: var(--main-color);
}
li.cat_bar span {
    padding-right: 10px;
}
li.Cat_list i {
    text-align: end;
    width: 20px;
}

ul.child_menu li {
    background: none;
    margin: 5px 7px;
    width: 100%;
}
li.child_main {
    width: 33.33%;
}
ul.child_menu li a {
    background: none;
    color: #a54b9a;
}
ul.child_sub li a {
    display: block;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
ul.child_sub li {
    padding: 0px;
    margin: 0px;
    margin-left: 3px !important;
}
ul.child_sub li a {
    color: #666 !important;
}
li.child_main > a {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
}
.cat_list_hover:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.child_menu {
    position: absolute;
    left: 100%;
    z-index: 1 !important;
    background: white;
    width: 920px;
    height: 412px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
    z-index: -1;
    top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 20px;
    border: 3px solid;
    border-color: #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    column-gap: 15px;
}
.cat_list_hover1:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover2:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover3:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover4:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.cat_list_hover5:hover .child_menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
ul.child_menu.child_top {
    margin-top: -50px;
}
ul.child_menu.child_top1 {
    margin-top: -83px;
}
ul.child_menu.child_top2 {
    margin-top: -123px;
}

ul.child_menu.child_top3 {
    margin-top: -152px;
}
ul.child_menu.child_top4 {
    margin-top: -184px;
}

.sec_title h2 {
    border-bottom: 2px solid #ddd;
}

span.left_bar {
    color: white;
}

li.Cat_list span {
    color: white;
    margin-left: 0px;
}

.left_cat_menu {
    margin-top: -10px;
}
/*===========================details Cat_gory=================*/
ul.cat_wrapper {
    background: #ff0101;
    width: 67%;
    height: 37px;
    margin-top: -67px;
}

.cat_wrapper {
    position: relative;
}

.cat_wrapper:hover .Cat_menu {
    overflow: visible;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

section.slider-section .row .col-sm-2 {
    width: 200px;
}

form.sort-form .form-select,
form.sort-form .form-select:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}
.sorting-section {
    margin-bottom: 20px;
}
.showing-data {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.showing-data span {
    font-size: 16px;
    display: block;
    text-align: right;
}
.category-breadcrumb {
    column-gap: 8px;
}

.description .nav.nav-tabs {
    border-top: 1px solid;
    border-color: #ddd;
    border-bottom: none;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    position: relative;
    top: -1px;
    padding: 0 5px;
}
.breadcrumb ul li a {
    color: #000000b3;
    font-size: 16px;
}
.breadcrumb ul li span {
    color: #000000b3;
}
.feature-products-wrapper a {
    font-size: 16px;
}
.details_slider {
    position: relative;
    border: 1px solid #d8d8d8;
}
.details-page-wishlist {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}
.details-page-wishlist a {
    border: 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ddd;
    transition: all 0.3s ease;
}
.details-page-wishlist a:hover {
    border-color: #000;
    color: #000;
}

/* for sl electronics */
.logo-area-box {
    background-color: #285e55;
    padding: 15px 0px 8px;
}
a.main-menu-all-link_l {
    padding: 3px 10px;
    border-radius: 35px;
    color: white;
    font-family: sans-serif;
    font-size: 13px;
}
a.main-menu-all-link_l.active {
    background: #a54b9a;
}
a.main-menu-all-link_l:hover {
    background: #a54b9a;
    color: #fff;
}
a.main-menu-all-link_l_offer {
    padding: 3px 10px;
    border-radius: 35px;
    color: white;
    font-family: sans-serif;
    font-size: 13px;
    background: linear-gradient(89deg, #a40606, #a54b9a, #a54b9a, #91378b, #ff4b00);
}
a.main-menu-all-link_l_offer:hover {
    background: rgb(176 233 255);
    color: black;
}

.logo-area-inner {
    display: flex;
    align-items: center;
}
.logo-area-inner .logo-box {
    width: 165px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}
a.logo-box-link {
    padding: 0px;
    padding-left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .075s ease-out;
}
img.logo-box-image {
    height: 53px;
    width: 60px;
    margin: 0 auto;
}
    .menu-link-box {
        display: flex;
        justify-content: flex-end;
        flex-grow: 1;
        align-items: center;
    }
    .menu-link-box .menu-link-inner {
        height: 45px;
    }
ul.menu-link-ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
}
   .menu-link-list .menu-item-link {
    flex-direction: row;
    font-family: "Barlow", serif;
    font-weight: 400;
    font-size: 11px;
    color: rgb(255 255 255);
    text-transform: none;
    border-radius: 3px !important;
    background: #a54b9a;
    padding: 3px 6px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    border-width: 1px 0 0;
    min-width: 30px;
    cursor: pointer;
    transition: color .1s ease-out,background-color .1s ease-out;
}
    .menu-link-list .menu-item-link .menu-link-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .menu-link-list .menu-item-link .menu-link-title s {
         font-family: "Barlow", serif;
        font-weight: 400;
        color: rgb(255 255 255);
        display: block;
        text-decoration: none;
        font-size: 70%;
        font-style: normal;
        font-weight: 400;
        white-space: normal;
        line-height: 1;
        max-width: 125px;
        transition: all .075s ease-out;
    }

    .menu-link-list .menu-item-link.pc-builder-link {
        background: linear-gradient(89deg, #a40606, rgb(248 86 57) , rgb(248 86 57), #43378e, #00237E);
        background-size: 500% 20%;
        animation: gradient 10s ease infinite;
    }
    .menu-login-item {
        position: relative;
        margin-left: 3px;
    }
    .log-in-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        visibility: hidden;
        opacity: 0;
    }
    .menu-login-item:hover .log-in-dropdown {
        visibility: visible;
        opacity: 1;
        z-index: 9;
    }
    .section-headers.massive__sale {
    background: #a54b9a;
    color: white;
    border-radius: 2px;
    padding: 5px;
}
p.subtitles {
    color: white;
}
   ul.login-dropdown-ul {
    display: flex;
    flex-direction: column;
    min-width: 97px;
    /* padding: 10px; */
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    position: relative;
    top: 1px;
}
   /* ul.login-dropdown-ul::before {
        content: "";
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #fff;
        pointer-events: none;
        margin-top: -10px;
        display: block;
        top: -10px;
        position: absolute;
    }*/
    li.login-dropdown-li:first-child {
        border-bottom: 1px solid #ddd;
    }
    a.login-dropdown-link {
         font-family: "Barlow", serif;
        font-weight: 400;
        font-size: 13px;
        color: rgba(14, 19, 42, 1);
        background: rgba(255, 255, 255, 0.0008);
        padding: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        display: block;
    }
    li.login-dropdown-li:hover .login-dropdown-link {
        background-color: #a54b9a;
        color: #fff;
    }
 /*   a.login-dropdown-link.sign-in::before {
        content: '\f4fc' !important;
        font-family: 'Font Awesome 5 Free';
        font-weight:700;
    }
    a.login-dropdown-link.sign-up::before {
        content: '\f234' !important;
        font-family: 'Font Awesome 5 Free';
        font-weight:700;
    }*/
    span.login-dropdown-title {
        padding-left: 6px;
    }
ul.main-cart-lists {
    border-radius: 4px;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.main-cart-lists::before {
    content: "";
    right: 17px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    pointer-events: none;
    margin-top: -10px;
    display: block;
    top: -10px;
    position: absolute;
}
li.main-cart-products {
    padding: 10px;
    max-height: 500px;
    overflow-y: auto;
}
.main-cart-table td {
    padding: 5px;
    border: none;
}
.main-td-image {
    width: 60px;
}
.main-td-name a {
     font-family: "Barlow", serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
}
.main-td-qty {
    white-space: nowrap;
     font-family: "Barlow", serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
}
button.main-cart-remove i::before {
    content: '\e981' !important;
     font-family: "Barlow", serif;
}

.main-menu-inner {
    display: grid;
    padding: 5px 0 10px;
    grid-template-columns: 13% 68% 17%;
    gap: 1%;
}
.master__marquee marquee {
    color: white;
}
section.news-headline {
    display: none;
}
.main-search-box {
    flex-grow: 1;
    width: 50%;
}
.main-search-wrapper {
    display: flex;
    position: relative;
}
span.main-search-input-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}
input.main-search-input {
    border: 1px solid #a54b9a;
    width: 100%;
    font-family: "Barlow", serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-style: normal;
    text-align: left;
    text-decoration: none;
    background: rgba(255, 255, 255, 1) !important;
    height: 45px;
    border-radius: 47px;
    padding: 0 26px;
}
input.main-search-input:focus {
    border: 1px solid #a54b9a !important;
}
button.main-search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 64px;
    background-color: #a54b9a;
    border-radius: 0 25px 25px 0;
}
button.main-search-button::after {
    content: '\f002' !important;
    font-family:'Font Awesome 5 Free';
    font-size: 18px;
    color: #fff;
    font-weight:700;
}
ul.main-menu-link-ul {
    display: flex;
}
li.main-menu-li {
    margin-left: 10px;
    display: inline-block;
}

a.main-menu-link {
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
}
li#compareContent {
    position: relative;
}
span.main-menu-compare-count {
    position: absolute;
    top: -4px;
    width: 18px;
    height: 18px;
    background: #a54b9a;
    font-size: 12px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    left: 25px;
    color: #fff;
}

span#cart-total {
    padding: 0 15px;
}
a.main-cart-link i.fa.fa-shopping-cart::before {
    content: '\ebb5' !important;
     font-family: "Barlow", serif;
    font-weight: 400;
}
a.main-cart-link i {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .05s ease-out;
    font-size: 16px;
    max-height: 100%;
    color: #ffffff;
    margin-top: 6px;
}
span.main-menu-span i {
    font-size: 1.5em;
}

.main-cart-link .count-badge {
    font-family: 'Noto Sans';
    font-weight: 600;
    font-size: 9px;
    color: #fff;
    background: #a54b9a;
    box-shadow: none;
    border-radius: 10px;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0;
    position: absolute;
    padding: 0px 4px;
    line-height: 12px;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
}
.main-cart-wrapper {
    position: relative;
    margin-top: -5px;
}
.main-cart-content {
    width: 350px;
    font-size: 13px;
    padding: 0;
    padding-top: 0;
    margin: 0;
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    background-color: transparent;
    transform-origin: 50% 0;
    transform: translate3d(0, -10px, 0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 40px;
    transform: translateY(10px);
    transition: all .5s ease;
    z-index: 99;
}
.main-cart-wrapper:hover .main-cart-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
ul.main-cart-lists {
    border-radius: 4px;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.main-menu-area {
    background-color: #285e55;
}
.selected__cat {
    display: flex;
    gap: 10px;
}

a.main-menu-all-link::before {
    content: '\f550' !important;
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
    font-weight:700;
}

li.main-menu-all-category-list {
    position: relative;
    display: block;
    width: 100%;
}

a.main-menu-all-link {
    font-size: 13px !important;
    color: rgb(255 250 250) !important;
    background: rgb(165 75 154);
    border-radius: 35px;
    padding: 0px 11px !important;
    font-family: sans-serif;
    display: flex;
    position: relative;
    align-items: center;
}

.main-menu-all-category-wrapper {
    position: absolute;
    top: 100%;
    background-color: var(--main-color);
    width: 250px;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
ul.main-menu-lists {
    display: flex;
    gap: 10px;
}
li.main-menu-all-category-list:hover .main-menu-all-category-wrapper {
    visibility: visible;
    opacity: 1;
}
.selected__menu_top {
    display: flex;
    gap: 10px;
}

li.main-menu-category-li {
    display: block;
    line-height: 30px;
    position: relative;
}

a.main-menu-subcategory-link {
    color: #fff;
    display: block;
    padding: 1px 4px;
}

a.main-menu-category-link {
    display: block;
    color: #fff;
    padding: 4px 6px;
    position: relative;
     font-family: "Barlow", serif;
    transition: 0.35s all;
    line-height: 23px;
}
a.main-menu-category-link:hover {
    color: #ddd;
}

a.main-menu-category-link.has-subcategory::after {
    content: "\f105";
    font-size: 11px;
    position: absolute;
    right: 5px;
    top: 5px;
    margin-left: auto;
    padding: 0px 3px;
    font-family: 'Font Awesome 5 Free';
    font-weight:700;
}

a.main-menu-subcategory-link.has-childcategory::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight:700;
    font-size: 11px;
    position: absolute;
    right: 5px;
    top: 5px;
    margin-left: auto;
    padding: 0px 3px;
}

a.main-menu-category-link img {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.main-menu-subcategory-wrapper {
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    background-color: var(--main-color);
    visibility: hidden;
    opacity: 0;
}

li.main-menu-category-li:hover .main-menu-subcategory-wrapper {
    visibility: visible;
    opacity: 1;
}

li.main-menu-subcategory-li {
    display: block;
}

.main-menu-childcategory-wrapper {
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    background-color: var(--main-color);
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

li.main-menu-subcategory-li:hover .main-menu-childcategory-wrapper {
    visibility: visible;
    opacity: 1;

}

a.main-menu-childcategory-link {
    color: #fff;
}



li.main-menu-childcategory-li {
    display: block;
}

a.main-menu-childcategory-link {
    display: block;
    padding: 1px 4px;
}

a.main-menu-subcategory-link.sub__hover.has-childcategory {
    position: relative;
}

/* index page */
section.slider-section {
    margin-bottom: 7px;
    padding-top: 10px;
}

.home-page-menu-left {
    background-color: var(--main-color);
    width: 260px;
}
.home-slider-container {
    width: 100%;
}
.slider-item {
    width: 100%;
    height: 470px;
}

.headline-wrapper {
    background-color: #fff;
    padding: 5px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}
.related-titles {
    margin-bottom: 10px;
}
.product-inners.owl-carousel .owl-nav button {
    display: none;
}
section.all-category-section {
    padding: 10px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-top: 4px solid var(--brand-color);
    padding: 10px 15px 10px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.description-nav {
    background: #285e55;
    padding: 10px;
    border-radius: 5px;
}
.section-headers.flashpro__top {
    border-top: 3px solid #a54b9a;
    padding: 10px;
    background: white;
    border-radius: 7px;
}
.section-header .left .title {
    font-size: 16px;
    font-weight: 600;
     font-family: "Barlow", serif;
    color: #a54b9a;
}
.section-header .left .subtitle {
    font-size: 14px;
    font-weight: 400;
     font-family: "Barlow", serif;
}
a.show-all-btn {
    background-color: var(--brand-color);
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px 16px;
    padding-right: 25px;
    text-transform: capitalize;
    font-family: "Barlow", serif;
}

.quicks_slider {
    width: 355px;
}
.modal-view.quick-product {
    display: flex;
    gap: 25px;
}

.quicks_slider .owl-carousel .owl-dots.disabled .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.all-category-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    grid-row-gap: 30px;
    grid-gap: 7px;
}
.data__latest_pro {
    display: grid;
    gap: 10px;
    grid-template-columns: 26% 71%;
}
.latest_pro_data h4 {
    font-size: 23px;
    font-weight: 500;
}
.latest_pro_data h4::after {
   content:'';
   height: 3px;
   width: 20px;
   background: #a54b9a;
   left: 0;
   bottom: 0;
}
.product__item__latest {
    background: white;
    margin-bottom: 3px;
    padding: 8px;
}
.latest_pro_data {
    background: white;
    margin-bottom: 9px;
    padding: 15px 5px 15px 10px;
}
.image__latest {
    height: 96px;
}
a.category-link {
    display: block;
}
.flash_offer_item {
    height: 250px;
}
img.category-image {
    height: 60px;
    display: block;
    margin: 0 auto;
    width: auto;
}
.category-text {
    text-align: center;
    padding-top: 10px;
}
span.category-title {
    font-weight: 600;
    font-size: 14px;
     font-family: "Barlow", serif;
}
.home_des_sec {
    background: #fff;
    margin: 20px 0;
    padding: 25px 0;
}
.branch_item {
    background: #fff;
    border: 1px solid #ddd;
    height: 200px;
    margin-bottom: 15px;
    padding: 10px;
}
.branch_item h2 {
    font-size: 16px;
    text-transform: uppercase;
}

.all-category-item {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}
.log_account:before{
    content: "\f007" !important;
     font-family: 'Font Awesome 5 Free';
     font-weight:700;
}
.register-now.no-account {
    background: #fff;
    padding: 10px;
}
a.main-btn-checkout.btn {
    background: #a54b9a !important;
    width: 100%;
    color: #fff;
    border-radius: 0;
}
.details_right {
    background: #fff;
}
.desc-nav-ul {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    margin-left: 12px;
}
.desc-nav-ul li a {
    padding: 6px 20px;
    display: inline-block;
    /* box-shadow: 0px 0px 3px #ddd; */
    /* border-radius: 5px; */
    background-color: #fff;
    cursor: pointer;
}
.desc-nav-ul li.active a, .desc-nav-ul li:hover a {
    background-color: #a54b9a;
    color: #fff;
}
.section-head h2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0;
    text-align: left;
    color: #000;
}
.details-action-box .section-head {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    display: flex;
}
.details-action-box .section-head .title {
    text-align: left;
    flex: 1 1 auto;
}
.details-action-box .section-head .action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}
.details-action-box .section-head .action .details-action-btn {
    padding: 5px 20px;
    background-color: #fff;
    border: 2px solid #a54b9a;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #a54b9a;
    cursor: pointer;
}
.details-action-box .empty-content i {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: rgb(40 94 85);
    border-radius: 50%;
    color: #a54b9a;
}
.fa-comment-dots:before {
    content: "\f4ad";
}
.details-action-box .empty-content {
    padding: 50px 0;
    text-align: center; 
}
p.empty-text {
    text-align: center;
}
.sidebar_item .accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: 2px 4px 5px #ddd !important;
}
.sidebar_item {
    margin-bottom: 10px;
}
.cust_according_body ul li {
    display: block;
    width: 100%;
    line-height: 44px;
    border-bottom: 1px solid #f5f5f5;
}
.cust_according_body ul li a{
    display: block;
    width: 100%;
    padding:0 20px;
}
.accordion-body.cust_according_body {
    padding: 0;
}

.cat-chechbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cat-chechbox p {
    text-transform: capitalize;
    margin-left: 25px;
}
.cat-chechbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cat-chechbox .checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cat-chechbox input:checked ~ .checkmark:after {
    display: block;
}
.cat-chechbox input:checked ~ .checkmark {
    background-color: #F13598;
}
.ls-checkbox {
    padding: 4px 20px;
}
.collapse_body_inner {
    padding:15px 0 !important;
}

.cat_des {
    background: #fff;
    padding: 15px;
    border-bottom: 5px;
    margin-top: 15px;
}

.main_sliders .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}
.main_sliders button.owl-dot {
    width: 35px;
    height: 5px;
    background: #a54b9a !important;
    margin: 2px;
}
.main_sliders button.owl-dot.active {
    background: #fff !important;
}

.hotdeals-slider button.owl-prev {
    font-size: 30px !important;
    width: 35px;
    height: 35px;
    line-height: 4px !important;
    text-align: center !important;
    border-radius: 0;
    color: #ff0000 !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hotdeals-slider button.owl-next {
    font-size: 30px !important;
    width: 35px;
    height: 35px;
    line-height: 5px !important;
    text-align: center !important;
    color: #a54b9a !important;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 0;
    transform: translateY(-50%);
    
}
.hotdeals-slider button.owl-next:hover, .hotdeals-slider button.owl-prev:hover {
    background: #000 !important;
}
.hotdeals-slider button.owl-prev span,
.hotdeals-slider button.owl-next span {
     margin-top: -6px; 
     display: block; 
     margin-left: 4px; 
}
.hotdeals-slider button.owl-prev span {
     margin-top: -6px; 
     display: block; 
     margin-left: 0px; 
}

/*=============quick view=============*/
.quicks_slider button.owl-prev {
    font-size: 30px !important;
    width: 35px;
    height: 35px;
    line-height: 4px !important;
    text-align: center !important;
    border-radius: 0;
    color: #ff0000 !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.quicks_slider button.owl-next {
    font-size: 30px !important;
    width: 35px;
    height: 35px;
    line-height: 5px !important;
    text-align: center !important;
    color: #a54b9a !important;
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 0;
    transform: translateY(-50%);
    
}
.quicks_slider button.owl-next:hover, .quicks_slider button.owl-prev:hover {
    background: #000 !important;
}
.quicks_slider button.owl-prev span,
.quicks_slider button.owl-next span {
     margin-top: -6px; 
     display: block; 
     margin-left: 4px; 
}
.quicks_slider button.owl-prev span {
     margin-top: -6px; 
     display: block; 
     margin-left: 0px; 
}



.flash_slider img {
    width: 100%;
}
.flash_slider button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.flash_slider button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.flash_slider button.owl-next:hover,
.flash_slider button.owl-prev:hover {
    background: transparent !important;
}
.footer_supp_number {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 35px;
    background: #111111;
    padding: 20px 0;
    border-radius: 5px;
}
.widget_item {
    display: grid;
    grid-template-columns: 20% 80%;
}

.widget_icon {
    text-align: center;
}
.widget_icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #a54b9a;
    color: #fff;
}

.widget_numb p{
    color: #fff;
}
.widget_numb h6 {
    color: #fff;
    margin-bottom: 4px;
}

.widget_item:hover .widget_numb h6,
.widget_item:hover .widget_numb p{
  color: #a54b9a;  
}
.main_footer_inner {
    display: grid;
    grid-template-columns: 25% 40% 32%;
    grid-gap: 19px;
    margin-top: 15px;
}
.main_footer_widget {
    background: #295850;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #43726a;
}
.main_footer_widget p {
    color: rgba(203, 213, 230, 1);
    margin-top: 5px;
}
.widget_left_item {
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 14px 4px;
}
.widget_left_item_i {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget_left_item_i i {
    font-size: 20px;
}
.widget_middle h4 {
    font-size: 18px;
    margin-bottom: 8px;
}
.widget_middle ul li {
    margin-right: 10px;
}
.widget_middle ul li a {
    font-size: 16px;
    color: rgba(203, 213, 230, 1);
}
.widget_middle ul li a:hover {
    color: #a54b9a;
}
.widget_middle {
    padding: 10px;
}
.social_media {
    margin-top: 20px;
}
.widget_right {
    padding: 10px;
}
.widget_right h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.pay_img {
    margin-bottom: 20px;
}
.pay_img img {
    width: auto;
    height: auto;
}
li.mobile-social-list {
    margin-right: 24px !important;
}
li.mobile-social-list a i {
    font-size: 22px;
}
.scrolltop {
    position: fixed;
    left: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: #a54b9a !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}
.product-short-desc ul li {
    display: block !important;
    display: list-item !important;
    list-style-position: inside;
    list-style-type: square;
    font-size: 16px;
}
.pc_build_btn a {
    background: #a54b9a;
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    border:2px solid #a54b9a;
    transition: all .5s ease;
    margin-left:10px;
}
.pc_build_btn a:hover {
    background: transparent;
}

/*========Pc Builder Css Start =========*/

.pc-builder-head {
    background: #fff;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.pc-logo {
    width: 150px;
    margin-top: 3px;
}
.pc-builder-cart {
    text-align: right;
}
.pc-builder-cart ul li a {
    margin-left: 16px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.35s all;
    cursor: pointer;
}
.pc-builder-cart ul li a:hover {
    background: #eb2026;
    color: #fff !important;
    border-color: #eb2026;
}
.pcbuilder-total {
    background: #fff;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.pcbuilder-heading h6 {
    font-weight: 600;
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    padding-bottom: 8px;
}
.pctotal-amount {
    display: inline-block;
    float: right;
    background: #000000;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    padding: 8px 15px;
    border-radius: 5px;
}
.pctotal-amount p{
    color:#fff;
}
.pc-builder-content {
    background: #fff;
    padding: 15px;
}
.compontent-title {
    background: #f1f1f1;
    text-transform: capitalize;
    padding: 5px 15px;
    border-radius: 5px;
}
.component-item {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 15px 0;
}
.component-img img {
    width: 45px;
}
.blank-component {
    background-color: #E0EDF6;
    height: 12px;
    border-radius: 50px;
    margin-top: 10px !important;
}
.component-action {
    margin-top: 6px;
    text-align: right;
}
.component-action ul li a {
    margin: 0 10px;
    display: inline-block;
}
.change-btn {
    background: rgb(17,0,249);
    background: #000;
    color: #fff;
    padding: 7px 19px;
    border-radius: 5px;
    transition: 0.5s;
}
.change-btn:hover {
    color: #fff;
    background: #EB2026;
}
.pcbuilder-text a {
    font-size: 18px;
}
.price-new {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.price-old {
    text-decoration-line: line-through;
    text-decoration-color: #000;
    text-decoration-thickness: 2px;
    color: #999;
    padding-left: 5px;
}
.pc-builder-btn {
    background: #EB2026;
    color: #fff !important;
    padding: 8px 10px;
    display: inline-block;
    margin-top: 8px;
    transition: 0.35s all;
    cursor: pointer;
}
.pcbuilder-inner {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.pcbuilder-text {
    padding-top: 20px;
}
.pc-builder-action {
    padding-top: 20px;
}
.pc-builder-cart {
    display: flex;
    height: 100%;
    justify-content: flex-end;
}
.pc-builder-cart ul {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.pc-builder-cart li {
    text-align: right;
    display: inline-block;
}
.pc-builder-cart li p {
    font-size: 16px;
    font-weight: 600;
    border-right: 2px solid #ddd;
    padding-right: 25px;
}
.pc-builder-cart ul li button {
    color: #222;
    background: transparent;
    margin-left: 16px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.35s all;
    cursor: pointer;
}
.pc-builder-action button {
    background: #EB2026;
    color: #fff !important;
    padding: 8px 10px;
    display: inline-block;
    margin-top: 8px;
    transition: 0.35s all;
    cursor: pointer;
}
.pc-builder-cart ul li button i{
    font-size:20px;
}
.pc-builder-cart ul li a {
    margin-left: 16px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.35s all;
    cursor: pointer;
}
/*.pc-builder-cart ul li button {*/
/*    margin-left: 16px;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    text-transform: capitalize;*/
/*    border: 1px solid #ddd;*/
/*    padding: 5px 15px;*/
/*    border-radius: 5px;*/
/*    transition: 0.35s all;*/
/*    cursor: pointer;*/
/*}*/
/*===============*/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}
.rating > label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: #009e60;
}
.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}
textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}
.rating > label.active:before, .rating > label.active ~ label:before, .rating > label:hover:before, .rating > label:hover ~ label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}
.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: #0f821d;
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}
p.reviewer_name i {
    color: #cc0303;
    font-size: 20px;
}
.question-card {
    background: #f1f1f1;
    padding: 7px 15px;
    border-radius: 3px;
}
.replay_icon i {
    font-size: 20px;
    text-align: center;
    width: 105px;
    transform: rotateZ(45deg);
    color: #cc0303;
}
.insert-review a {
    background: #a54b9a;
    width: 300px;
    text-align: center;
    padding: 5px 9px;
    color: white;
    font-weight: 500;
}
.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}
.review_star {
    color: #FF7E22;
    margin-bottom: 7px;
}
.ratting i {
    color: #ff9e00;
    font-size: 13px;
}
.ratting p {
    font-size: 16px;
    font-weight: 500;
}
.indicator-item {
    /* border: 1px solid #ddd; */
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    height: 79px;
}
.indicator_thumb {
    display: grid;
    grid-template-rows: repeat(7, 1fr);
    grid-gap: 7px;
    max-height: 450px;
    overflow-y: auto;

    /* Smooth scrolling feel */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: transparent transparent;
}

/* Hide scrollbar by default in Webkit-based browsers */
.indicator_thumb::-webkit-scrollbar {
    width: 6px;
}
table.tables__section tbody tr td {
    padding: 0px;
}
.indicator_thumb::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
}

/* Show thin scrollbar on hover */
.indicator_thumb:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* You can change color */
}

/* Optional: background behind the thumb on hover */
.indicator_thumb:hover::-webkit-scrollbar-track {
    background-color: transparent;
}

.indicator-item img {
    width: 100%;
    object-fit: contain;
    padding: 2px;
    border: 1px solid #ddd;
}
.ratting strong {
    color: #0f72a8;
}
/*=========filter==========*/
#price_sidebar .filter-body {
    width: 92%;
    margin: 0 auto;
}
.filter-header {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    border-color: #ddd;
}
.filter-body {
    padding: 10px 0;
}
.filter-price-inputs {
    display: flex;
    justify-content: space-between;
}
p.min-price, p.max-price {
    display: flex;
    width: 60px;
}
p.min-price input, p.max-price input {
    width: 100%;
    background: #ffffff;
    border: none !important;
}
.slider {
    margin: 15px 0;
}
.category-filter-item {
    background: #fff;
    border-radius: 5px;
}

.filter-header {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    border-color: #ddd;
}
.filter-body {
    padding: 10px 0;
}
form.subcategory-submit ul li label {
    display: flex;
    justify-content: flex-start;
    column-gap: 7px;
    width: 100%;
}
form.attribute-submit ul li label {
    display: flex;
    justify-content: flex-start;
    column-gap: 7px;
    width: 100%;
}

.accordion-item {
    border: 1px solid #ddd;
}
.accordion-body.cust_according_body {
    max-height: 300px;
    overflow-y: auto;
    margin: 15px;
}
.accordion-body.cust_according_body::-webkit-scrollbar {
    width: 8px;
}

.accordion-body.cust_according_body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.accordion-body.cust_according_body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.ui-widget-header {
    border: 1px solid #fcb800;
    background: #a54b9a;
}
.ui-visual-focus {
	box-shadow: 0 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #a54b9a !important;
	background: #a54b9a !important;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #a54b9a !important;
	background-color: #ffffff !important;
}
.ui-state-default, .ui-button {
    border-radius: 50px !important;
}
.filter_btn,.filter_close {
    display: none;
}

/*=========filter==========*/
.pen body {
	padding-top:50px;
}

/* Social Buttons - Twitter, Facebook, Google Plus */
.btn-twitter {
	background: #00acee;
	color: #fff
}
.btn-twitter:link, .btn-twitter:visited {
	color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
	background: #0087bd;
	color: #fff
}

.btn-instagram {
	color:#fff;
	background-color:#3f729b;
	border-color:rgba(0,0,0,0.2);
}
.btn-instagram:focus,.btn-instagram.focus {
	color:#fff;
	background-color:#305777;
	border-color:rgba(0,0,0,0.2);
}
.btn-instagram:hover {
	color:#fff;
	background-color:#305777;
	border-color:rgba(0,0,0,0.2);
}

.btn-github {
	color:#fff;
	background-color:#444;
	border-color:rgba(0,0,0,0.2);
}
.btn-github:focus,.btn-github.focus {
	color:#fff;
	background-color:#2b2b2b;
	border-color:rgba(0,0,0,0.2);
}
.btn-github:hover {
	color:#fff;
	background-color:#2b2b2b;
	border-color:rgba(0,0,0,0.2);
}

/* MODAL FADE LEFT RIGHT BOTTOM */
.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
	position:absolute;
	top:0;
	right:0;
	margin:0;
}
ul.space-y-3 li p {
    text-transform: capitalize;
}
/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
}
.size-container {
    margin-bottom: 12px;
}
.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selector-item_radio {
    appearance: none;
    display: none;
}

.color_inner .selector-item label span img {
    width: 220px;
    height: 20px;
    opacity: 0;
}
.color_inner .selector-item input[type="radio"]:checked + label span img {
    opacity: 1;
}
.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    font-weight: 600;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
/*    padding: 5px 33px;*/
    color: #222;
}
.pro-size {
    margin-top: 4px;
}
.details_size p {
    font-weight: 800;
    font-size: 16px;
    margin-top: 9px;
}
.pro-color {
    height: 65px;
}
.sort__description a {
    color: #a54b9a;
    text-decoration: underline;
}

.selector-item_radio:checked + .selector-item_label, .selector-item_label:hover {
    cursor: pointer;
    border: 2px solid #a54b9a;
    border-radius: 3px;
}
.stock p {
    font-weight: 800;
}
label.selector-item_label.sizes__items {
    padding: 3px 10px;
}
.selector-item_radio .selector-item_label, .selector-item_label {
    border: 2px solid #ddd;
    border-radius: 3px;
}
label.selector-item_label.select__sizes {
    min-width: 70px;
}
.single_image:hover .image1{
 display: none;
 opacity: 0;
 overflow: hidden;
 visibility: hidden;
}
.image2{
    display: none;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.single_image:hover .image2{
 display: block;
 opacity: 1;
 overflow: visible;
 visibility: visible;
 width: 100%;
}
.qr__checker {
    width: 45%;
    margin: 0 auto;
    padding: 136px 0 50px;
}

input#pro_number {
    border: 2px solid #37c9d9;
}
.produt-output h1 {
    font-size: 34px;
    font-weight: 600;
}
.qr__checker button {
    margin-left: 13px;
}
label.pro_numbers {
    font-size: 18px;
    font-weight: 500;
    font-family: "roboto",serif;
}
div#qr__check form input {
    border: 2px solid #a54b9a;
}
button.btn_chcker {
    padding: 3px 20px;
    background: #a54b9a;
    border-radius: 3px;
    font-size: 18px;
     font-family: "Barlow", serif;
    color: white;
}
#qr__check input::placeholder {
    font-size: 17px;
    color: #ddd;
    text-transform: capitalize;
}
.qr__checker #qr__check {
    background: white;
    height: 220px;
    padding: 40px;
    border-radius: 5px;
}
.produt-output {
    width: 45%;
    margin: 0 auto;
    background: #006310;
    padding: 22px 20px;
    text-align: center;
    color: white;
    border-radius: 5px;
     font-family: "Barlow", serif;
    margin-bottom: 122px;
}
.produt-output i {
    font-size: 50px;
    margin-top: 12px;
}

.invalids{
    background: #bf1212 !important;
}
/*==============customer ===============*/
.account_bar {
    position: relative;
}
.account_bar a {
    background: #fb5533;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    padding: 10px 10px;
    gap: 15px;
}
.account_bar img {
    border-radius: 50px;
}
.account_bar h5 {
    color: #fff;
    font-size: 16px;
}
.customer-content {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}
.customer-content nav {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px 10px;
}
.customer-content .breadcrumb {
    padding: 0;
    margin: 0;
}
.account-balance {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.balance-block {
    display: flex;
    box-shadow: 0px 0px 1px #000;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
    min-width: 350px;
}
.balance-block .bdt {
    background-color: blue;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.balance-block .amount {
    margin-left: 10px;
}
.balance-block .amount span {
    color: #919191;
}
.balance-block .amount h1 {
    margin-left: 10px;
    font-size: 21px;
    font-weight: 600;
}
.account-balance .right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-up.balance-item {
    background-color: #ddd;
}
.balance-item {
    border-radius: 5px;
}
.balance-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px;
    min-width: 140px;
}
.transaction.balance-item {
    background-color: #ddd;
}
.balance-item a span {
    display: block;
    font-size: 19px;
    font-weight: 600;
}
ul.account_overview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    grid-gap: 15px;
}
ul.account_overview li.lightpurple {
    background-color: #E5D4FF;
    color: #ddd;
}
ul.account_overview li {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: 0.35s all;
}
ul.account_overview li a {
    display: block;
    text-align: center;
    padding: 25px;
}
ul.account_overview li.pink {
    background-color: #F0A8D0;
    color: #ddd;
}
ul.account_overview li.offwhite {
    background-color: #FFEBD4;
    color: #ddd;
}
ul.account_overview li.skyblue {
    background-color: #D2E0FB;
    color: #ddd;
}
ul.account_overview li.lightolive {
    background-color: #E7FBE6;
    color: #ddd;
}
ul.account_overview li.lightkhaki {
    background-color: #FFE9D0;
    color: #ddd;
}
.account_bar button {
    position: absolute;
    top: 4px;
    right: 10px;
    background-color: #fff;
    color: #fb5533;
    border-radius: 50px;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
    border-color: #fff;
    transition: all 0.3s ease;
}
button.withdraw_rquest {
    background-color: #fb5533;
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
}
.sidebar-menu ul li:hover>a {
    background-color: #e1fff7;
    color: #e50113;
}
.sidebar-menu li a {
    padding: 11px 15px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}
.sidebar-menu {
    background: #FFF;
    margin: 0;
    border-radius: 5px;
}
/*==============customer ===============*/
.slider__banner_part {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    height: 473px;
    overflow: hidden;
}
.slider_wrapper_item {
    height: 228px;
    background: #a54b9a;
    overflow: hidden !important;
    width: 100%;
}
.slider_wrapper_item img {
    width: 100%;
    height: 100%;
}
.main___slider_data {
    display: grid;
    grid-template-columns: 69% 30%;
    gap: 1%;
    overflow: hidden;
}
.top__pro__category_sec {
    display: grid;
    grid-template-columns: 24% 75%;
    gap: 1%;
}

.tab__pro__section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff !important;
    font-weight: 700 !important;
    background: #a54b9a;
    border-radius: 0;
}
.tab__pro__section .nav-link.active::after {
   content: '';
   width: 100%;
   height: 3px;
   background: #a54b9a;
   left: 0;
   bottom: 0;
}

.tab__pro__section .nav{
    justify-content: center !important;
    margin-top: 30px;
}
.tab__pro__section .nav-item button {
    color: #000;
    font-size: 17px;
     font-family: "Barlow", serif;
    border-radius: 0;
    padding: 6px 22px;
}
.tab__pro__section .nav-pills {
    border-bottom: 2px solid #a54b9a;
}
.main_product_inner_feature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.tab__pro__section .nav-pills {
    margin-bottom: 15px;
}
.section-headers {
    /* background: white; */
    margin-bottom: 10px;
    text-align: center;
    /* padding: 10px; */
}
h2.titles {
    font-weight: 500;
    font-size: 26px;
}
.section-headers .subtitles {
    text-align: center;
    padding-bottom: 5px;
}
.main__pro__section__wrapper{
    display: grid;
    grid-template-columns: 30% 69%;
    grid-gap: 1%;
}

.main__pro__item_tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000000;
    background-color: #f2f3f8 !important;
}

.main__pro__item_tabs .nav-link:focus, .nav-link:hover {
    color: #a54b9a;
}

.main_product_inner_features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.tab__pro__sections .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff !important;
    background: #a54b9a;
    border-radius: 0;
}
.tab__pro__sections .nav-link.active::after {
   content: '';
   width: 100%;
   height: 3px;
   background: #a54b9a;
   left: 0;
   bottom: 0;
}

.tab__pro__sections .nav {
    /* justify-content: center !important; */
    margin-top: 0px;
    margin-bottom: 10px;
}
.tab__pro__sections .nav-item button {
    color: #000000;
    font-size: 17px;
     font-family: "Barlow", serif;
    border-radius: 58px !important;
    padding: 6px 26px;
    border: 1px solid #a54b9a;
}
.tab__pro__sections .nav-pills {
    gap: 10px;
}
section.main__pro__section {
    margin-bottom: 20px;
}
ul.account_overview li a {
    display: block;
    text-align: center;
    padding: 25px;
}
ul.account_overview li:hover {
    border-color: #ffb1a2;
}
.account_overview li a i {
    font-size: 30px;
    display: block;
    color: #4bc0c0;
    margin-bottom: 12px;
}
ul.main-menu-childcategory-ul {
    background: #000;
}
.lefts.flash_sec {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}
.flash_deals_btn a {
    background: #a54b9a;
    padding: 8px 18px;
    color: white;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}

/*affiliate css=========================*/
.affiliate__sign_btn {
    text-align: center;
}
.affiliate__sign_btn a {
    background: red;
    padding: 8px 15px;
    border-radius: 5px;
    color: white;
    font-weight: 800;
}
.affiliate_program{
    width: 100%;
}
.affiliate_program img{
 width: 100%;
}
.affiliate__data_all_here h2 {
    font-size: 22px;
    margin-bottom: 11px;
    margin-top: 10px;
    font-weight: 600;
}
section.mt-4.affiliate__accordian_sec h3 {
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 15px;
}
.at-tab {
  display: none;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: none;
  background-color: #fff;
}

.at-title {
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  transition: background-color 0.3s ease;
}

.at-title:hover {
  background-color: #e0e0e0;
}

.at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 35px;
    color: #a54b9a;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
}
.btn__lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.accordion-header {
  text-align: center;
  color: white;
  padding: 0px 0;
}

section.agreement__affiliate {
    margin-top: 30px;
    text-align: center;
}
/*affiliate css=========================End*/
.seller_profile_banner {
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.seller_profile_banner img {
    width: 100%;
    height: 100%;
}
.seller__logo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #02a4bc;
    border: 4px solid #135963;
    padding: 15px;
    margin-top: -50px;
    z-index: 9;
}

.seller__logo img{
  object-fit: contain;
}

.seller_nav {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}
span.wishlist_popup a i {
    background: #a54b9a;
    padding: 12px 14px;
    color: white;
    /* font-weight: 900; */
    font-size: 24px;
    text-align: center;
    /* border-radius: 50%; */
    /* margin-top: 31px; */
}
.margin_left{
    margin-right: 5px;
}
.store__banners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 0 0 20px 0;
}
.indicator-item.color__images {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    overflow: hidden;
}  
p.color-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}
.shop__title p {
    font-size: 16px;
    color: #575353;
}
.shop_item p {
    font-size: 14px;
    color: #575353;
}
.shop__name p {
    font-size: 30px;
    font-weight: 800;
}
.seller__panel__data {
    background: #fff;
    padding: 10px;
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 80px;
    border: 1px solid #ddd;
    border-top-left-radius: 24px;
}
.chat__now__btn a {
    padding: 31px 13px;
    font-size: 20px;
    background: #ffffff;
    /* border-radius: 3px; */
    border: 1px solid #ededed;
}
.banner_campaign {
    border: 1px solid #ddd;
}
.chat__now__btn a:hover {
    background: #ededed;
}
.chat__now__btn a {
    color: #f57f20;
    font-weight: 500;
}
.chat__now__btn i {
    color: #f57f20;
    font-weight: 900;
}
.shop__name p {
    font-size: 30px;
    font-weight: 800;
    color: #02a4bc;
}

.tab_button_seller {
    background: #fff;
    padding: 0px 15px;
    font-weight: 700;
    font-size: 15px;
    position: relative;
}
.shop_item p strong {
    color: #02a4bc;
    font-weight: 800;
}
.tab_button_seller .active::before{
    content: '';
    background:#a54b9a;
    height: 3px;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tab_button_seller[aria-selected="true"] {
    color: red !important;
}
.tab_button_seller:hover{
    padding: 0px 15px;
    font-weight: 700;
    font-size: 15px;
    color: #a54b9a;
}
.tab_button_seller .active{
    padding: 0px 15px;
    font-weight: 700;
    font-size: 15px;
    color: red;
}
.seller__part_sections {
    display: grid;
    grid-template-columns: 0% 100%;
}
.data__seller_lest {
    padding-left: 166px;
}

.store__parts__section {
    display: grid;
    grid-template-columns: 50% 25% 25%;
    padding: 10px 8px;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height: 70px;
}
.chat__now__seller {
    padding: 10px;
}
.store__part3 {
    text-align: center;
}
.chat__now__seller a {
    color: #00c3e2;
    padding: 7px 11px;
    border-radius: 3px;
}
.chat__now__seller a:hover {
    color: #222;
    background: #dcf2fb;
}
.store__part2 {
    border-right: 1px solid #ddd;
    text-align: center;
}
.store__part3 a {
    color: #10c4e2;
}
.store__part1 {
    border-right: 1px solid #ddd;
    padding-right: 15px;
}


span.comparecartbutton {
    border: 2px solid #ddd;
    padding: 8px 13px;
}
span.comparecartbutton i {
    font-size: 17px;
}
.store__part3 a:hover {
     text-decoration: underline;
}
span.comparecartbutton:hover {
    background: #a54b9a;
    border: 2px solid #a54b9a;
    color: white;
    cursor: pointer;
}

#compareContents{
    position:relative;
}
.password-eye:before {
    font-family: Fontawesome;
    content: "\f06e";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 15px;
}
.show-password .password-eye:before {
    content: "\f070";
    font-size: 13px;
}
/*========UPDATE CSS 2025========*/
.dimage_item {
    height: 450px;
    width: 100%;
    overflow: hidden;
}
.dimage_item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.campaign__banners_top {
    height: 300px;
    width: 100%;
}
.campaign__banners_top img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.stock__out__btn {
    width: 100%;
}
.wishlist_store {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 5px;
    transition: 0.3s all ease-in-out;
}
.wishlist_store:hover {
    background: #a54b9a;
    color: white;
}
td.potro_font a:hover {
    text-decoration: underline;
}

/*======= seller part ====*/
.seller-stats {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    background: #fff;
    margin-bottom: 15px;
}
.seller-stat-highlights {
    font-size: 11px;
    font-weight: bold;
    color: #2b922b;
}
.seller-stat {
    flex: 1;
    text-align: left;
    padding: 0 20px;
    position: relative;
}

.seller-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #ddd;
}

.seller-stat-title {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}

.seller-stat-value {
    font-size: 28px;
    font-weight: bold;
    color: #222;
}

.seller-stat-unit {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

.seller-stat-highlight {
    font-size: 24px;
    font-weight: bold;
    color: #2b922b;
}

.seller-stat-note {
    font-size: 14px;
    color: #2b922b;
    font-weight: 400;
}

.info-icon {
    font-size: 12px;
    color: #777;
    margin-left: 5px;
    cursor: pointer;
}
.meta_title a {
    color: #a54b9a !important;
}
.page-sort {
    width: 50%;
    float: right;
    margin-bottom: 8px;
}

li.main-menu-subcategory-li:hover a.sub__hover {
    background: #a54b9a;
}
li.main-menu-childcategory-li:hover a {
    background: #a54b9a;
}