:root {
    --bs-font-sans-serif: "Montserrat", Helvetica, Arial, serif;
    --bs-font-monospace: "Montserrat", Helvetica, Arial, serif;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.45;
    --bs-body-color: #6e6b7b;
    --bs-body-bg: #f8f8f8;
    --theme-color: #45bd48;
    --default-bg: linear-gradient(#45bd48, #006a1a);
    --default-color: #45bd48;
}

body {
    background-color: #e2f5fb;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #070707;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(34, 41, 47, 0);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.my-active span {
    padding: 7px 20px !important;
    background-color: #0ac8c6 !important;
}

.menu .btnm ul.navbar_right li.account-links a.link {
    float: left;
    color: #5f5f5f !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.menu .btnm ul.navbar_right li.account-links a.link:hover {
    background-color: transparent !important;
}

.cart-count {
    z-index: 5;
    position: fixed;
    height: 50px;
    width: 50px;
    right: 1%;
    top: calc(55% - 42px);
    background: var(--default-bg);
    color: #fff;
    padding: 11px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.cart-count .cart {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

.cart-count .count {
    position: absolute;
    top: 0;
    right: -4px;
    height: 25px;
    width: 25px;
    background: var(--default-bg);
    border-radius: 50px;
    text-align: center;
    padding: 2px;
    font-weight: 500;
    font-size: 14px;
}

.track-order .track-button {
    height: 50px;
    width: 50px;
    display: block;
    position: fixed;
    right: 1%;
    top: calc(50% - 90px);
    z-index: 12;
    background: var(--default-bg);
    text-align: center;
    padding: 10px;
    font-size: 22px;
    border-radius: 50px;
    color: #fff;
}

.contact-buttons .button-switer {
    z-index: 5;
    position: fixed;
    height: 50px;
    width: 50px;
    text-align: center;
    right: 0;
    bottom: 0;
    margin: 20px 12px;
    background: var(--default-bg);
    color: #fff;
    padding: 10px;
    font-size: 21px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.contact-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-buttons ul li {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 12;
}

.contact-buttons ul li a.button {
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    font-size: 26px;
    border-radius: 50px;
    padding: 8px;
    color: #fff;
    box-shadow: 0 5px 10px #4444;
}

li.one {
    margin: 9px 96px;
}

li.one a.button {
    background: #2196F3;
}

li.two {
    margin: 74px 71px;
}

li.two a.button {
    background: #35d93b;
}

li.three {
    margin: 111px 11px;
}

li.three a.button {
    background: #0a53be;
}

.table thead th {
    font-weight: bold;
}

.btn-default {
    color: #fff;
    background: var(--default-bg);
    border-color: #e2f5fb;
}

.align_center {
    display: flex;
    align-items: center;
}

.bg_main {
    background-color: #45bdaa !important;
    border: 0;
}

.topbar_th_data {
    color: #222 !important;
}

.social_icon {
    display: flex;
    justify-content: flex-end;
    justify-items: flex-end;
}

.policyparent {
    display: flex;
    justify-content: right;
}


.modal {
    background: rgb(0 0 0/50%);
}

#welcomePopup .modal-dialog {
    max-width: 50%;
}

.modal .close {
    right: 0px;
    background: #de0404;
    height: 36px;
    width: 36px;
    color: white;
    font-size: 30px;
    opacity: 1;
    border: 0;
    border-radius: 5px;
    padding: 0;
    margin: 6px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%;
    }
}

footer {
    padding: 50px 25px 0px 20px;
    background: #17414f;
    color: white;
}

.product-card.fleft {
    transition: all linear .4s;
}

.product-card {
    border-radius: 8px !important;
}

.product-card.fleft:hover {
    transition: all 0.3s ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.pagination ul li a {
    color: #10617a;
}

.input-group.md-form.form-sm.form-2 input.red-border {
    border: 1px solid #fff;
}

footer a {
    color: white;
    font-size: 13px;
}

footer a:hover {
    text-decoration: none;
}

footer p {
    color: white;
    font-size: 13px;
}

footer ul > li {
    padding: 3px;
    color: white;
    font-size: 14px;
}

footer ul > li a {
    color: #ffffff;
    font-size: 14px;
}

footer ul > li a:hover {
    color: #0BBFBD !important;
}

.policy a:hover {
    color: #0BBFBD !important;
}

.copy__right__icons {
    margin-top: 50px;
}

.copy__right__icons a {
    margin-left: 10px;
    text-align: right;
    color: #ffffff;
    font-size: 22px;
}

.btn-info:hover {
    background-color: #0AC8C6;
    border-color: #0AC8C6;
}

.sidepanel {
    z-index: 999 !important;
}

.sidepanel a {
    font-size: 20px !important;
}

.divider {
    border-top: 1px solid;
}

.pagination ul {
    margin-top: 40px;
}

.allcompany {
    padding: 15px 20px;
    margin: 20px;
}

.allbrand {
    padding: 1px 0px 1px 0 !important;;
    margin: 20px;
    font-size: 22px !important;
}

.product-links {
    text-align: center !important;
}

.cart_details {
    min-height: 300px !important;
}

.form-check-input {
    margin-top: 0rem !important;
}

.product-price {
    margin: auto !important;
    padding: 5px 0 15px 0;
}

.product-bottom-details div {
    float: none;
}

.price_symbol {
    font-size: 24px;
    padding-right: 5px;
}

.product-links a {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #07B2B8 !important;
    color: #fff !important;
    font-weight: 600;
    width: 100% !important;
}

.product-links a svg {
    margin-right: 5px;
}

.product-tumb img {
    height: 100% !important;
    border-radius: 8px !important;
}

.product-tumb {
    padding: 0 !important;
    height: 100% !important;
}

.pagination ul li {
    padding: 6px 10px !important;
}

.pagination li:hover {
    color: #10617a !important;
    border-color: #10617a !important;
    cursor: pointer;
}

.my-active span {
    padding: 7px 20px !important;
    background-color: #0ac8c6 !important;
}

.menu .searchfield input {
    height: 40px;
    border-radius: 20px;
    border: 1px solid var(--theme-color);
    padding-left: 50px;
}

.menu .searchfield input:focus {
    box-shadow: unset !important;
}

.menu .searchfield input::placeholder {
    font-size: 14px;
    color: #25252566;
    font-weight: 500;
}

.menu .searchfield .append-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 16px;
    color: var(--theme-color);
}

.search-suggestion-box {
    position: absolute;
    margin-top: 5px;
    padding: 10px;
    width: 100%;
    height: 350px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    border: 1px solid var(--theme-color);
}

.infinite-scroll-component {
    overflow: hidden !important;
    margin-left: -10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
}

.single-sch-item-area {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.single-sch-item-area .search-content {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: 80%;
}

.schresultItemImage {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

span.sku {
    font-size: .8em;
    font-weight: 400;
    color: #878787;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: .9;
    text-transform: capitalize;
}

.schresultItemDescription {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}

.schresultItemDescription .gener-name {
    display: block;
    font-size: 11px;
}

.single-sch-item-area .search-price {
    padding: 0 10px;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    line-height: 1.4;
    font-size: 13px;
    color: var(--theme-color);
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.single-sch-item-area .search-price .regular-price {
    font-size: 10px !important;
    margin-left: 5px;
    text-decoration: line-through;
    color: #666;
}

.menu_wrap {
    background: var(--default-bg);
    padding: 10px 0;
}

.menu_wrap ul li a {
    color: #fff;
}

.menu {
    background: #f3f7fb !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.menulist ul li a {
    padding: 8px !important;
    font-size: 14px !important;
    font-family: system-ui;
}

.product-catagory {
    margin-bottom: 0px !important;
}

.product-bottom-details {
    padding-top: 0 !important;
}

.menulist ul li a:hover {
    color: #000000;
}

.input-group.md-form.form-sm.form-2 input {
    background: #fff !important;
}

.input-group.md-form.form-sm.form-2 input.red-border {
    background: #fff !important;
    border-radius: 25px 0 0 25px !important;
    border: 1px solid #0bbfbd;
}

.input-group-text {
    color: #818181;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    padding: 0.375rem 1.3rem !important;
}

.slider .carousel-item {
    width: 100%;
    height: 575px;
}

.slider .carousel-item img {
    width: 100%;
    height: 100%;
}

#btnb {
    background: transparent !important;
    display: flex;
    gap: 10px
}

#btnb .cart_wrap {
    position: relative;
}

.purchase_shortly {
    background-color: #0BBFBD;
    width: max-content;
    margin: auto;
    padding: 5px 15px;
    border-radius: 2px;
    font-size: 15px;
}

.appreciate_text {
    color: #7c7c7c;
}

#btnb .cart_count {
    position: absolute;
    right: -10px;
    top: -8px;
    background-color: #f3f7fb;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0bbfbd;
}

.product-links {
    text-align: right;
    width: 100%;
}

.badge {
    background: hotpink;
}

.product-links a:hover {
    background: #15BCCE !important;
    color: #fff;
}

.product-details h4 a {
    font-size: 16px;
}

.desktopmenu {
    align-items: center !important;
}

.col-md-3.justify-content-md-end.btnm {
    align-self: center !important;
}

/* ---category--- */

.category_item {
    border-radius: 15px;
    height: 100%;
}

.category_item a {
    display: block;
}

.category_item .product-title {
    font-size: 15px;
    color: #05083a;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#category {
    position: relative;
}

#category .item {
    border: 1px solid #DFE2E1;
    padding: 10px;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#category .item:hover {
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
    border-color: #15BCCE;
}

#category .item h5 {
    font-size: 18px;
    color: #000;
    opacity: 0.8;
    font-weight: 500;
}

#category .item:hover h5 {
    color: #15BCCE;
}

#category .owl-theme .owl-nav {
    position: absolute;
    top: -30%;
    right: 0;
}

#category .owl-theme .owl-nav:hover {
    background-color: none !important;
}

#category .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--primary-color) !important;
}

#category .owl-carousel .owl-nav button.owl-prev {
    background-color: var(--primary-color);
    padding: 4px 10px !important;
    color: #fff;
}

#category .owl-carousel .owl-nav button.owl-next {
    background-color: var(--primary-color);
    padding: 4px 10px !important;
    color: #fff;
}

.banner h1 {
    padding-top: 30px !important;
    padding-bottom: 30px;
    color: #0a0a0a;
}

#category .title {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: block;
    opacity: 0.9;

    text-transform: capitalize;
}

.top_bar {
    background-color: #004a4a;
    padding: 7px 30px;
}

.top_bar .top_title {
    text-align: left;
}

.top_bar .site_info {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    font-size: 15px !important;
}

.top_bar > * {
    color: #fff;
    font-size: 16px;
}

.top_bar .top_icon {
    margin-right: 5px;
}

.top_bar .top_title {
    display: flex;
    align-self: center;
    margin-bottom: 0rem !important;
    font-size: 18px;
    font-weight: 400;
}

#category .category_item .item {
    margin-bottom: 0px;
    background: white;
}

#category .category_item {
    width: 12.5%;
    padding: 10px;
    float: left;
}

#category .item img {
    padding-bottom: 10px;
}

ul.navbar_right.shop-action-menu {
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: end;
    gap: 23px;
    line-height: 0;
    margin: 0;
    height: 50px;
}

ul.navbar_right.shop-action-menu .menu-item a.rounded-menu {
    height: 45px;
    width: 45px;
    background: var(--theme-color);
    text-align: center;
    padding: 11px;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 19px;
    position: relative;
}

ul.navbar_right.shop-action-menu .menu-item a.rounded-menu .count {
    position: absolute;
    top: -4px;
    right: -8px;
    height: 25px;
    width: 25px;
    background: var(--theme-color);
    border-radius: 50px;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #ffffff;
}

.dropdown.user-dropdown .dropdown-menu {
    left: -100px !important;
    padding: 10px;
    border: 0;
    top: 4px !important;
    box-shadow: 0 4px 9px #44444442;
    border-radius: 14px;
    min-width: 200px;
}

.dropdown.user-dropdown .dropdown-menu .dropdown-item {
    padding: 10px 6px;
    margin: 3px 0px;
    color: #737373;
}

/*---------------------------------------------------------------
  * Product
----------------------------------------------------------------*/
.product {
    border-radius: 6px;
}

.product img {
    border-radius: 6px;
}

.product .product-name a {
    font-size: 19px;
    color: #041e33;
    font-weight: 600;
}

.product-details {
    padding: 0px 15px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #626262;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
}

.product-details h4 a:hover {
    color: #3b9ebc;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-card.fleft:hover {
    box-shadow: 5px 6px 5px #888888;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 0px solid #eee;
    padding-top: 10px;
}

.product-bottom-details div {
    float: left;
}

.product-price {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 600;
    width: 100%;
}

.product-price strong {
    font-size: 16px;
    color: #bdbdbd;
    font-weight: 400;
    width: 100%;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
    width: 50%;
}

.product-links a {
    display: inline-block;
    margin-left: 0px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 15px;
    padding: 10px 5px;
    background: #10617a;
    border-radius: 5px;
}

.product-links a:hover {
    color: #000000;
    text-decoration: none;
    background: #07b2b8;
}

/* product details section */

#product_details {
    padding: 0px 0 30px;

}

#product_details .small_img {
    width: 15%;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin-right: 10px;
    border: 1px solid #0BBFBD;
}

#product_details .small_img img {
    width: 100%;
}

#product_details .product_details_image {
    width: 100%;
    padding: 50px;
}

#product_details .product_details_image img {
    width: 100%;
    height: 550px !important;
}

#product_details .cart_btn {
    background-color: #0BBFBD;
    padding: 10px 42px !important;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
}

#product_details .cart_btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#product_details .big_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

#product_details .product_details_content {
    padding: 30px;
}

#product_details .product_details_content .category_name {
    background-color: #0BBFBD;
    color: rgb(250, 250, 250);
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

#product_details .product_details_content .product_name {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    opacity: 0.9;
    letter-spacing: 0.1px;
    line-height: 44px;
}

#product_details .product_details_content .product_price span {
    font-size: 44px;
}

#product_details .product_details_content .category {
    font-size: 22px;
    color: #222;
}

#product_details .product_details_content .category a {
    text-decoration: none;
    color: #777;
    margin-left: 5px;

}

#product_details .product_details_content .category a:hover {
    color: #0BBFBD;
}

#product_details .product_details_content .product_brand {
    color: #000;
    opacity: 0.9;
    font-size: 14px;
    margin: 12px 0;
    font-weight: 600;
}

#product_details .product_details_content .product_brand a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

#product_details .product_details_content .product_code {
    color: #000;
    opacity: 0.9;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}

#product_details .product_details_content .product_price {
    font-size: 33px;
    color: #333;
    padding: 5px 0;
    font-weight: 500;
    color: #666;
}

#product_details .product_details_content .quantity .quantity_input {
    width: 80px !important;
    height: 42px;
    font-size: 20px !important;
    color: #666;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}

#product_details .product_details_content .quantity .quantity_input:focus {
    outline: none !important;
}

#product_details .product_details_content .description {
    font-size: 17px;
    color: #666;
    line-height: 24px;
}

#product_details .stock span {
    background-color: teal;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#product_details .product_details_content hr {
    opacity: 0.1;
    margin: 0.7rem 0;
}

#product_details .product_details_content .size_text,
#product_details .product_details_content .qty_text {
    font-size: 16px;
    font-weight: 600;
    margin-right: 7px;
}

#product_details .product_details_content .size_input {
    padding: 4px 0;
    border-color: #d5d5d5;
    cursor: pointer;
    margin-left: 5px;
    font-size: 15px;
    color: #5a5a5a;
    letter-spacing: 0.1px;
}

#product_details .product_details_content .ratings_box .rating_icon {
    color: #FFD100;
    font-size: 12px;
}

#product_details .product_details_content .ratings_box .rating_count {
    color: var(--primary-color);
    font-size: 14px;
    text-transform: capitalize;
}

#product_details .product_details_content .ratings_box .rating_count:hover {
    text-decoration: underline;
}

#product_details .product_details_content .colors .color_text {
    font-size: 16px;
    font-weight: 600;
}

#product_details .product_details_content .colors .color {
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#product_details .product_details_content .colors .color::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

#product_details .product_details_content .colors .black {
    background-color: #000;
}

#product_details .product_details_content .colors .red {
    background-color: #FF0000;
}

#product_details .product_details_content .colors .pink {
    background-color: #FF00FF;
}

#product_details .product_details_content .colors .purple {
    background-color: #800080;
}

#product_details .product_details_content .quantity .decrement_btn,
#product_details .product_details_content .quantity .increment_btn {
    width: 35px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #a9a9a9;
    cursor: pointer;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product_details .product_details_content .product_btn .btn {
    font-size: 14px;
    color: rgb(255, 255, 255);
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    letter-spacing: 0.2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 7px 25px;
}

#product_details .product_details_content .product_btn .cart_btn {
    background-color: var(--primary-color);
}

#product_details .product_details_content .product_btn .cart_btn:hover {
    opacity: 0.8;
}

#product_details .product_details_content .product_btn .wishlist_btn {
    background-color: var(--primary-color);
}

#product_details .product_details_content .product_btn .wishlist_btn:hover {
    color: var(--primary-color);
    background-color: transparent;
}

#product_details .review_descriptiobn_box .items {
    list-style-type: disc;
    padding: 30px;
}

#product_details .review_descriptiobn_box .items li {
    margin-bottom: 7px;
    font-size: 15px;
    color: #000;
    opacity: 0.8;
}

#product_details .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;

}

#product_details .text-muted {
    font-size: 17px !important;
}

#product_details .nav-link {
    color: #666;
    border: none !important;

}

#product_details .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0BBFBD !important;
}

.nav-pills .nav-link.active {
    background: none !important;
}

#product_details .review_wrap {
    padding: 30px;
}

#product_details .review_wrap .btn_review {
    background-color: var(--primary-color);
    color: #fff;
    opacity: 0.9;
    padding: 7px 25px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#product_details .review_wrap .review_icon {
    font-size: 26px;
    color: #FFD100;
    cursor: pointer;
}

/* related product */
#related_product {
    width: 100%;
    margin-bottom: 70px;
}

#related_product .view_btn_box .view_btn {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
}

#related_product .view_btn_box .view_btn:hover {
    color: var(--primary-color);
}

#related_product .big_sell_box .item img {
    width: 100%;
    height: 100vh;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#related_product .product .card {
    width: 100%;
    height: auto;
    position: relative;
    --bs-card-spacer-y: 0;
    overflow: hidden;
}

#related_product .product .card .tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--primary-color);
    padding: 5px 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

#related_product .product .card .tag .tag_info {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

#related_product .product .card:hover {
    background-color: rgb(245, 245, 245);
    opacity: 0.9;
}

#related_product .card .icon_group {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    margin-right: -50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#related_product .card:hover .icon_group {
    visibility: visible;
    opacity: 0.9;
    margin-right: 0;

}

#related_product .product .card .icon_group .product_view,
#related_product .product .card .icon_group .product_cart,
#related_product .product .card .icon_group .product_compare {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    opacity: 0.9;
    color: #F8F9FA;
    display: flex;
    justify-content: center;
    align-items: center;
}

#related_product .product .card img {
    width: 100%;
    margin: auto;
    height: 145px;
    object-fit: contain;
}

#related_product .card .icon_group .product_compare .compare_img {
    width: 75%;
    height: 75%;
    filter: invert(100%);
}

#related_product .product .card:hover .card-title {
    color: var(--primary-color);
}

#related_product .product .card .card-title {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.8;
    margin-top: 20px;
    line-height: 24px;
}

#related_product .product .card .price .original_price {
    font-size: 27px;
    color: var(--primary-color);
    font-weight: 500;
}

#related_product .product .card .btn-primary {
    background-color: var(--primary-color) !important;
    width: 100%;
    border: 1px solid var(--primary-color);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.mobilemenu .logom a {
    color: #fff !important;
    font-size: 20px !important;
}

.openbtn {
    background: var(--default-bg) !important;
    color: #fff;
    border-radius: 5px;
    padding: 7px 13px;
    border: 0;
}

/* --- --- Responsive --- --- */
@media (max-width: 1300px) {
    .thankyou-page .container {
        width: 80% !important;
    }
}

@media (max-width: 991px) {

    .d-md-flex {
        flex-direction: column !important;
    }

    .header_links {
        display: flex;
        margin-top: 10px !important;
    }

    #btnb {
        gap: 5px !important;
    }

    .ss_info .shipping,
    .ss_info .return,
    .ss_info .payment {
        margin-bottom: 22px !important;
    }

    .social .text-right {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .product-card {
        width: 100% !important;
    }

    .top_bar .site_info {
        justify-content: center !important;
    }

    .top_bar .top_title {
        justify-content: center !important;
    }

    .main .logo {
        text-align: center;
    }

    div#menupart1 {
        left: -13px !important;
    }

    .menu .btnm a {
        float: none;

    }

    .btnm {
        display: flex;
        justify-content: center;
    }

    .mobile_add_cart_btn {
        display: flex;
        justify-content: start;

    }

    .header_links {
        display: flex;
        align-items: center;
    }

    #menupart2 {
        margin: 12px 0;
    }

    .ss_info {
        padding: 1px 25px 1px;
        margin-top: 50px;
    }

    .slider .carousel-item {
        height: 100% !important;
    }


}

@media (max-width: 991px) {
    .menu_wrap {
        display: none;
    }

    .ss_info .shipping,
    .ss_info .return,
    .ss_info .payment {
        margin-bottom: 22px !important;
    }

    .ss_info .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

}

@media (max-width: 425px) {
    .top_bar .top_title {
        display: none;
    }

    .top_bar {
        padding: 7px 10px;
    }

}

@media (max-width: 388px) {
    .top_bar {
        display: none;
    }
}

.product-price del {
    font-size: 14px;
    color: #323232;
    font-weight: 400;
    width: 45%;
}

.pt-50 {
    padding-top: 50px !important;
}

section.banner_section {
    background-position: center;
    padding: 50px 0px;
    background-image: url(img/banner.jpg);
    background-size: cover;
}

section.banner_section h1 {
    color: white;
}

section.banner_section p {
    color: white;
}


.picZoomer {
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-pic {
    /*width: 100%;
    height: 100%;*/
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.piclist li {
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}

.piclist li img {
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #eee;
}


.section-bg {
    background-color: #fff1e0;
}

section {
    padding: 0px 0;
}

.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}

._boxzoom ._product-images .picZoomer {
    width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}

.piclist li img {
    height: 100px;
    object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}

._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}

.p-list span {
    margin-right: 15px;
}

.p-list span.price {
    font-size: 25px;
    color: #318234;
}

._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}

._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}

._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}

._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}

.p-list {
    margin-bottom: 10px;
}

._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}

._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}

._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}

.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}

.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}

.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}

.owl-nav .owl-next {
    right: -10px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    top: 50%;
    position: absolute;
}

.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}

.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}

.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}

._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}

/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.item .sq_box span.wishlist {
    right: 5px !important;
}

.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}

.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.sq_box .price-box {
    margin-bottom: 15px !important;
}

.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}

.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
    color: #28a745;
}

.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}

.sq_box span.wishlist i:hover {
    color: #fd7f34;
}

.quntity_add.d-flex.align-items-center.justify-content-between {
    width: 55%;
}

td .quntity_add.d-flex.align-items-center.justify-content-between {
    width: 100%;
}

.quntity_add.d-flex.align-items-center.justify-content-between p {
    color: #0b999d;
    font-size: 22px;
    font-weight: 500;
}

td .quntity_add.d-flex.align-items-center.justify-content-between p {
    color: #0b999d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

td .quntity_add.d-flex.align-items-center.justify-content-between .count {
    width: 20px;
    height: 20px;
    text-align: center;
    align-items: center;
}

td input.minusBtn {
    height: 20px;
    width: 20px;
    text-align: center;
    align-items: center;
    line-height: 16px;
    padding: 0;
    margin: 0;
    background: #ff8a8a;
    border: 0px;
    color: white;
}

td input.plusBtn {
    height: 20px;
    width: 20px;
    text-align: center;
    align-items: center;
    line-height: 16px;
    padding: 0;
    margin: 0;
    background: #3e7600;
    border: 0px;
    color: white;
}

.td_quantity {
    width: 25%;
}

#custom_dashboard .dashboard_side_bar .user {
    text-align: center;
    padding: 20px;
}

#custom_dashboard .dashboard_side_bar p {
    color: rgb(147 147 147);
    font-size: 12px;
}

#custom_dashboard .dashboard_side_bar .card-title {
    margin-bottom: 5px;
}

#custom_dashboard .dashboard_side_bar .user img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-bottom: 25px;
}

#custom_dashboard .dashboard_side_bar .list-group-item a {
    color: gray;
}

#custom_dashboard .customer_dashboard_content .count {
    width: 50%;
}

#custom_dashboard .customer_dashboard_content .icon {
    background-color: #07B2B8;
    padding: 15px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
}

#custom_dashboard .customer_dashboard_content h4 {
    font-size: 22px;
}

#custom_dashboard .list-group-item.active {
    z-index: 2;
    color: #fff;
    background: linear-gradient(#45bdaa, #005e6a);
    border-color: #ffffff;
}

.menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.menu {
    width: 100%;
    padding: 7px 5px;
}

#contentRender {
    padding: 30px 0px;
}

#banner .banner_left {
    height: 100%;
    width: 100%;
}

#banner .banner_left .banner_left_item {
    height: 50%;

}

#banner .banner_left .banner_left_item img {
    padding: 10px;
    background: var(--default-bg);
}

footer .footer_top {
    padding-bottom: 60px;
}

footer .card_item {
    background-color: #215D72;
    color: white;
}

footer .card_item svg {
    font-size: 50px;
    padding: 22px

}

footer .card_item p {
    color: white;
    margin: 0px;
    font-family: cursive;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
    padding-bottom: 5px;
}

footer .card_item a {
    color: white;
    margin: 0px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
}

footer .gallery .gallery_item {
    width: 30%;
    float: left;
    padding: 7px;
}

footer .gallery img {
    width: 100%;
    display: inline-block;
    border-radius: 12px;
}

footer .heading {
    color: white;
    font-size: 26px;
    padding-bottom: 15px;
}

footer ul > li {
    list-style: inside;
    margin-left: 13px;
    font-size: 18px;
}

/*----
    Mobile menu styles
 */
.mobile-navigation {
    width: 100%;
    display: block;
}

.mobile-navigation .navigation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: aliceblue;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 70px;
    padding: 0 7px;
    width: 100%;
}

.mobile-navigation .navigation-header .logo {
    width: 45%;
}

.mobile-navigation .navigation-header .logo img {
    width: 100%;
}

.mobile-navigation .navigation-header .cart-menu {
    height: 40px;
    width: 40px;
    background: var(--theme-color);
    text-align: center;
    padding: 8px;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    position: relative;
}

.mobile-navigation .navigation-header .cart-menu .count {
    position: absolute;
    top: -4px;
    right: -8px;
    height: 25px;
    width: 25px;
    background: var(--theme-color);
    border-radius: 50px;
    text-align: center;
    padding: 1px 0;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #ffffff;
}

.navigation-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    margin-top: 70px;
}

.mobile-navigation .navigation-footer .track-order-button {
    height: 45px;
    width: 45px;
    background: var(--theme-color);
    text-align: center;
    padding: 11px;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 19px;
    position: relative;
}

.mobile-navigation .navigation-footer button.sidebar-handler-button {
    height: 40px;
    width: 40px;
    border: 0;
    font-size: 20px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 6px;
}

.mobile-navigation .navigation-sidebar {
    width: 90%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background: #000;
    z-index: 9999;
    transition: left 0.3s ease-in-out;
}

.mobile-navigation .navigation-sidebar.show-sidebar {
    left: 0%;
}


.mobile-navigation .navigation-sidebar .sidebar-header .sidebar-close-button {
    height: 40px;
    width: 40px;
    color: #fff;
    background: #F44336;
    display: block;
    text-align: center;
    padding: 6px;
    font-size: 20px;
    border-radius: 4px;
}

.mobile-navigation .navigation-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.mobile-navigation .navigation-sidebar ul.sidebar-menus {
    list-style: none;
    padding: 10px;
}

.mobile-navigation .navigation-sidebar ul.sidebar-menus li {
    display: block;
    width: 100%;
}

.mobile-navigation .navigation-sidebar ul.sidebar-menus li a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}