body {
    overflow-x: hidden !important;
}

.bg-peem-1 {
    background-color: #2bbba3;
}

.bg-peem-2 {
    background-color: #446f83;
}

.section-title-wrap {
    margin-bottom: 40px;
}

.peem_image-wrapper {
    min-height: 50%;
    text-align: center;
}
.peem_image {
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    min-height: 100%;
    max-height: 150px;
    transition: all 0.4s ease-in-out;
    object-fit: contain;
}
.single-product-wrap .product-details .product-name {
    margin-top: 10px;
}
#button-float{
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: auto;
    z-index: 1000;
}
.add-peem-btn {
    background-color: #2bbba3;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(136, 136, 136, 0.5);
}
.add-peem-btn:hover {
    background-color: #279b87;
    color: #fff;
    box-shadow: 0 10px 30px rgba(136, 136, 136, 1);
}

.peem-delete {
    position: absolute;
    right: 5%;
    top: -2.5%;
    font-size: 2rem;
    color: #d25b5b;
    z-index: 100;
    padding: 2rem;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.peem-about {
    position: absolute;
    left: 5%;
    top: -2.5%;
    font-size: 2rem;
    color: #35627a;
    z-index: 100;
    padding: 2rem;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.peem-about:hover {
    color: #0b7e6b;
}

.peem-danger {
    display: inline-block;
    background-color: #d25b5b;
    padding: 8px 16px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.spin-on-click {
    transition: transform 0.5s ease; /* Add transition for smooth animation */
}

.spin-animation {
    animation: spin 1s linear infinite; /* Apply spin animation */
}

@keyframes spin {
    from {
        transform: rotate(0deg); /* Start rotation from 0 degrees */
    }
    to {
        transform: rotate(360deg); /* End rotation at 360 degrees */
    }
}

.section-title-wrap {
    margin-bottom: 70px;
}

.peem-danger:hover {
    background-color: darkred;
}

.bg-paper {
    background: #e6eecc url(../img/beige_paper.png) repeat top left;
}

.product_image {
    width: 150px;
    float: left;
}

.product_image img {
    max-height: 200px;
}

.product {
    clear: both;
    height: 250px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 6px #446f83;
    margin: 10px;
}

.product_details {
    margin-left: 170px;
    margin-top: 10px;
}

.shoping_cart_icon {
    padding-top: 1px;
}

.reset_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.divider_30 {
    height: 30px;
}
.divider_25 {
    height: 25px;
}
.divider_20 {
    height: 20px;
}
.divider_15 {
    height: 15px;
}
.divider_10 {
    height: 10px;
}

.quantity_counter {
    font-size: 8px;
    text-align: center;
}

.cart_totals {
    margin-top: 15px;
}

.ch_voucher_info{
    font-size: 14px;
    font-weight: bold;
    color: green;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999999;
    display: grid;
    align-content: center;
}

.overflow-hidden {
    overflow: hidden;
}

.spinner {
    position: relative;
    z-index: 9999999;
    text-align: center;
}
.flyout-welcome-text {
    border-bottom: 1px solid #565656;
    padding-bottom: 15px;
}

.preheader-right-area button {
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    display: flex;
}
.preheader-right-area .switcher .dropdown-nav li a {
    color: #262626;
}
.dropdown-item.current {
    color: #16181b;
    text-decoration: underline;
}
.minicart-product-list .single-product-item .product-details .product-title {
    min-width: 200px;
}
.offside-menu ul.left-offsidemenu li a {
    font-weight: 400;
}
.offside-menu ul.left-offsidemenu li a.active {
    color: #279b87;
    font-weight: 700;
}
.minicart-product-list {
    max-height: 450px;
    overflow-y: auto;
    margin-right: 0;
    padding-right: 10px;
    overflow-x: hidden;
}
.breadcrumbs {
    background-color: #fff5eb !important;
    border-top: 1px solid #f1ece8;
    text-align: center;
}
.breadcrumbs.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}
single-sidebar-wrap pb-4
.sticky-header.fixedHeader {
    box-shadow: 0 0 20px #dddddd6b !important;
}
.header-content-wrapper {
    padding: 15px 0;
}
.sticky-header.headerUp.fixedHeader .header-content-wrapper {
    padding: 15px 0;
    position: relative;
}
.sticky-header {
    transition: 0.4s ease !important;
    -webkit-transition: 0.4s ease !important;
}
.shop-name {
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}
.single-product-wrap .product-thumbnail {
    position: relative;
    overflow: hidden;
    height: 240px;
    background: #fff;
    padding: 10px;
    text-align: center;
}
.product-thumbnail-promo {
    padding: 45px 45px 0 45px;
}
.single-product-wrap .product-thumbnail a img {
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    width: auto;
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.product-listing-qty .pro-qty {
    border: 1px solid #e7e7e7;
    display: inline-block;
    position: relative;
    height: 59px;
    width: 30%;
    float: left;
}
.product-listing-qty .pro-qty input {
    font-weight: 400;
    line-height: 1.5;
    padding: 0 30px 0 5px;
    outline: 0;
    width: 100%;
    border: none;
    height: 100%;
}
.product-listing-qty .list-btn-group {
    width: 70%;
    float: left;
}
.product-listing-qty .list-btn-group .btn-addToCart {
    width: 100%;
}

.products-wrapper {
    overflow: inherit !important;
}
.products-wrapper.list-view
    [class*="col-"]
    .single-product-wrap
    .product-thumbnail
    .product-hvr-content
    .remove-wishlist,
.products-wrapper.list-view
    [class*="col-"]
    .single-product-wrap
    .product-thumbnail
    .product-hvr-content
    .pro-qty {
    display: none;
}
.single-product-wrap .product-details .list-view-content .btn {
    padding: 20px 45px;
}
.product-listing-dashboard {
    height: auto !important;
    margin-bottom: 23px;
}
.product-listing-dashboard img {
    width: auto !important;
    height: auto !important;
}
.box-layout-dashboard {
    border-radius: 5px !important;
    background-color: #fff;
    transition: all 0.3s ease-in;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}
.box-layout-dashboard:hover {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.085);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.085);
    background: #fbfbfb;
}

.box-layout-dashboard-no-hover:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.peem-list:hover .peem-delete {
    opacity: 1;
}
.peem-list:hover .peem-about {
    opacity: 1;
}
.peem-list:hover .peem_image {
    transform: scale(1.05);
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}
.single-product-wrap .product-details.auto {
    margin-top: auto;
}
.peem-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.peem-list-collumn {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 25px;
}
.add-to-cart-guest {
    width: 65%;
    background: #454545;
    padding: 10px 5px;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 500;
}
.add-to-cart-guest:hover{
    background: #00b093;
}
.add-to-cart-login{
    width: 65%;
    background: #454545;
    padding: 10px 5px;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 500;
}
.add-to-cart-wishlist{
    width: 100%;
    background: #454545;
    padding: 10px 5px;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 500;
}
.add-to-cart-login:hover{
    background: #00b093;
}
.prod-btn-group{
    width: 30%;
    float: right;
    position: absolute;
    top: 9px;
    right: 0;
}
.prod-btn-group a{
    color: #222;
}
.sidebar-list li a{
    position: relative;
}
.sidebar-list {
    margin-bottom: 20px;
}
.products-wrapper.list-view
    [class*="col-"]
    .single-product-wrap
    .product-details {
    width: 50%;
}
.products-wrapper.list-view [class*="col-"] .btn {
    width: 100%;
}

.order_approved{
    background-color: #e1ffe2;
}

.order_rejected{
    background-color: #ffe4e1;
}

.approve_options label{
    cursor: pointer;
}

.validation-menu a{
    position: relative;
}

#validation_counter{
    background-color: #b96b6b;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    display: block;
    height: 18px;
    width: 18px;
    position: absolute;
    bottom: -4px;
    right: -13px;
    top: inherit;
    left: inherit;
    text-align: center;
    line-height: 18px;
}

.quickViewModal.modal .modal-dialog .close {
    background-color: #262626;
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
}
.quickViewModal.modal .modal-dialog .modal-body {
    padding: 0 30px 0 0;
}
.quickViewModal.modal .modal-content {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    overflow: hidden;
}
.quickViewModal.modal .modal-dialog {
    max-width: 1140px;
}
.quickViewModal.modal.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
    z-index: 9999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards;
}
.quickViewModal.modal {
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
}
.quickViewModal form {
    width: 100%;
}
.product-details-image img {
    max-height: 520px;
    max-width: 100%;
    object-fit: contain;
}
.product-add-to-card form {
    display: flex;
}
.wishlist-div {
    margin-left: 10px;
}
.apply-coupon {
    display: flex;
    float: left;
}
.apply-coupon input {
    min-width: 350px;
}
.remove-coupon {
    display: flex;
    float: left;
}
.use-loyality-points {
    display: flex;
    float: right;
    vertical-align: middle;
    line-height: 50px;
}
.order-details-area-wrap .order-details-table {
    white-space: pre-line;
}
.card-item-info td {
    padding-top: 5px !important;
}
.card-item-name td {
    padding-bottom: 0 !important;
    line-height: 16px;
    word-wrap: break-word;
    white-space: normal;
    padding-right: 30px !important;
    padding-top: 2px !important;
}
.card-item-id td {
    padding-bottom: 0 !important;
    color: #777 !important;
    font-size: 12px;
    text-transform: uppercase;
}
.product_id_size{
    font-size: 12px;
}
.select-radio td {
    position: relative;
}
.select-radio input {
    left: 5px;
    position: relative;
    top: 9px;
}
.select-radio label {
    position: absolute;
    left: 25px;
    top: 0;
}
.select-radio td {
    padding: 3px 0 !important;
}
.select-delivery:last-child td {
    padding-bottom: 15px !important;
}
.hidden {
    display: none !important;
}
.card-image {
    height: 100%;
    min-height: 80px;
    max-height: 80px;
    margin: 0 auto;
    width: 100%;
    min-width: 75px;
    max-width: 75px;
}
.card-image-side {
    /* max-height: 57px;
    margin: 0 auto; */
    object-fit: contain;
    height: 100%;
    max-height: 90px;
}
.prod_stickers{
    width: 70px;
    float: left;
    background-color: #ffffffb8;
    padding: 5px 5px 5px 7px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.prod_stickers img{
    width: 60px;
    margin-top: 10px;
}
.remove-wishlist-details,
.add-wishlist-details {
    line-height: 70px;
    margin-left: 5px;
}
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
    bottom: 40%;
    font-size: 2.5rem;
    right: 5%;
    z-index: 3;
}
.single-product-wrap
    .product-thumbnail
    .product-hvr-content
    .prod-btn-group
    a:hover,
.single-product-wrap
    .product-thumbnail
    .product-hvr-content
    .prod-btn-group
    span:hover {
    background-color: #00b093;
    color: #fff;
    transition-delay: 0.1s !important;
}
.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a,
.single-product-wrap
    .product-thumbnail
    .product-hvr-content
    .prod-btn-group
    span {
    display: grid;
    align-content: center;
    width: 4.5rem;
    height: 4.5rem;
}

.long-view-wishlist {
    line-height: 63px;
    margin: 0 20px;
}
.fa-heart {
    color: #222;
}
.btn_category {
    float: left;
    margin-left: 15px;
}
.checkout-billing-details-wrap h2 {
    margin-bottom: 25px !important;
}
.welcome-h2 {
    display: flex;
}
.welcome-h2 .logo-area {
    margin-left: 11px;
    margin-top: -5px;
}
.error-msg {
    background: #fee8be;
    padding: 12px;
    border-radius: 5px;
}
.error-msg ul {
    margin-top: 0 !important;
}
.form-check,
.header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child,
.header-three
    .header-mainmenu-area
    #mainmenu-wrap
    .mainmenu
    > li:first-child
    a {
    padding-left: 0;
}

.header-right-area div a i {
    font-size: 2.2rem;
    color: #333 !important;
    transition: 0.3s ease;
}
.header-right-area div a i:hover {
    color: #01b093 !important;
}
.header-right-area ul li button i {
    font-size: 2.2rem;
    color: #333;
    transition: 0.3s ease;
}
.header-right-area ul li button i:hover {
    color: #01b093 !important;
}
.header-right-area button i {
    font-size: 2.2rem;
    color: #333;
    transition: 0.3s ease;
}
.header-right-area button i:hover {
    color: #01b093 !important;
}
.header-right-area .mini-cart-icon .cart-count {
    bottom: -5px;
    left: 65%;
    top: inherit;
}

.mainmenu > li > a {
    font-weight: 400 !important;
}

.mainmenu > li > .current {
    font-weight: 600 !important;
}

.form-check {
    margin-bottom: 0;
    display: flex;
}
.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
    margin-top: 3px;
    cursor: pointer;
    min-width: 13px;
    min-height: 13px;
}
.form-check-input[type="checkbox"]:focus,
.form-check-input[type="radio"]:focus {
    border-color: #dfdfdf;
}
.form-check-input[type="checkbox"]:checked,
.form-check-input[type="radio"]:checked {
    border-color: #d25b5b;
    background-color: #d25b5b;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-label {
    color: #262626;
    font-size: 1.4rem;
    line-height: 1;
    padding-left: 10px;
    cursor: pointer;
}
.related-products{
    width: 100%;
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
    padding-top: 20px;
}
.related-products h3{
    margin-bottom: 20px;
    font-size: 24px;
}
#related-carousel p{
    margin-top: 10px;
    min-height: auto;
}
#related-carousel.owl-carousel .owl-stage { display: flex;flex-wrap: wrap; }
#related-carousel .owl-item { height: 100%; }
@media only screen and (min-width: 600px) {
    #related-carousel .prod-btn-group {
        min-height: 200px;
        display: flex;
        flex: 1;
        flex-direction: column;
    }
}
@media only screen and (min-width: 1400px) {
    #related-carousel .prod-btn-group {
        min-height: 160px;
        display: flex;
        flex: 1;
        flex-direction: column;
    }
}
#related-carousel .btn.btn-black {
    margin-top: auto;
}

@media only screen and (max-width: 479.98px) {
    .form-check-label {
        font-size: 1.3rem;
    }
}
/* .form-check .form-check-input {
    float: left;
} */

.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
    margin-top: 3px;
    cursor: pointer;
    min-width: 13px;
    min-height: 13px;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-label a {
    color: #262626;
    font-weight: 500;
    transition: 0.2s ease;
}
.form-check-label a:hover {
    color: #d25b5b;
}

.form-check-label {
    padding-left: 25px;
}
.peem-list-add {
    float: left;
    width: 100%;
}
.peem-list-add figure {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .peem-list-add figure img {
    width: 70%;
} */
.single-peem-member .member-pic {
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
}
.single-peem-member .member-pic img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.single-peem-member .member-social-links span {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.3rem;
    color: #262626;
    display: inline-block;
    line-height: 40px;
    margin-right: 5px;
    height: 40px;
    width: 40px;
}
.single-peem-member .member-social-links {
    position: absolute;
    top: 40% !important;
}
.sidebar-list li a.selected {
    color: #000;
    font-weight: bold;
}
.main-list-item.selected{
    padding-bottom: 0;
    background: #fff;
    padding-top: 0;
}
.sidebar-list li {
    width: 95%;
}
.pagination li{
    margin-left:2px;
    margin-right: 2px;
}
.single-peem-member .member-details {
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 0;
}
.breadcrumbs h2 {
    font-size: 14px;
    font-weight: normal;
}
.pagination {
    justify-content: center !important;
    max-width: 100%;
}
.pagination li.active a,
.pagination li.active span {
    border-color: #e7e7e7;
    color: #333;
}
.pagination li a,
.pagination li span {
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding: 0;
}
.page-item.disabled .page-link {
    color: #333;
    pointer-events: none;
    cursor: auto;
    background-color: transparent !important;
    border-color: unset !important;
}
.page-item.disabled .page-link {
    border: 1px solid transparent;
}
.page-item:first-child .page-link {
    font-size: 4rem;
    line-height: 35px;
    margin-left: 0;
    border-radius: 0;
    margin-right: 4rem;
    background: #fff;
}
.page-item:first-child .page-link:hover {
    border: 1px solid transparent;
    box-shadow: 0 10px 30px rgba(136, 136, 136, 0.5);
    background: #fff;
}
.page-item:last-child .page-link {
    font-size: 4rem;
    line-height: 35px;
    border-radius: 5px;
    margin-left: 4rem;
    background: #fff;
}
.page-item:last-child .page-link:hover {
    border: 1px solid transparent;
    box-shadow: 0 10px 30px rgba(136, 136, 136, 0.5);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #01b093;
    border-color: #03b094;
}
.page-link:hover {
    z-index: 2;
    color: #03b094;
    border: none;
    text-decoration: none;
    background-color: #fff !important;
    box-shadow: 0 10px 30px rgba(136, 136, 136, 0.5);
}

.select-wishlist {
    width: 100%;
}

.details-description {
    background: #f1f1f1;
    font-size: 14px;
    white-space: pre-line !important;
    line-height: 12px;
}
.page-header-wrapper {
    background-color: #fff9f9;
    padding: 60px 0 58px;
}
.btn.btn-black:hover {
    background-color: #00b093;
}
.btn-sm {
    padding: 10px 25px;
}
th {
    font-weight: 600 !important;
}

.single-peem-member .member-pic:before {
    background-color: #00b093b0;
}
.mainmenu > li:hover > a,
.mainmenu > li > a.current {
    color: #00b093;
}
.mainmenu > li > a.current:before {
    background-color: #000;
}
.single-product-thumb-wrap.tab-style-left
    .vertical-tab-nav
    .product-thumb-item {
    max-height: 140px;
}
.single-product-thumb-wrap.tab-style-left
    .vertical-tab-nav
    .product-thumb-item
    img {
    max-height: 140px;
    object-fit: contain;
}
.preheader-right-area button:focus,
.preheader-right-area button:hover {
    color: #00b093;
    border: none;
}
.header-right-area button:hover {
    color: #00b093;
}
.header-right-area .user-area li .dropdown-nav li a:hover,
.header-right-area .user-area li.dropdown-show:hover button {
    color: #00b093;
}
#checkout-page-wrapper .cart-item a {
    color: #36637b;
}
#checkout-page-wrapper .cart-item a:hover {
    color: #00b093;
}
.single-product-wrap .product-badge.sale {
    background-color: #00b093;
    transform: rotate(45deg) translate(-15px, 25px);
    width: 100%;
    right: unset !important;
    font-size: 1.6rem;
}
#single-product-page .box-layout-dashboard .product-badge.sale {
    background-color: #00b093;
    transform: rotate(45deg) translate(25px, -50px);
    width: 200px;
    text-align: center;
    font-size: 2rem;
    right: 0 !important;
    position: absolute;
    line-height: 1;
    padding: 16px 12px 15px;
    font-weight: 600;
    z-index: 1;
    color: #fff;
}
.discount-details{
    background-color: #00b093;
    transform: rotate(45deg) translate(25px, -50px);
    width: 200px;
    text-align: center;
    font-size: 2rem;
    right: 0px !important;
    position: absolute;
    line-height: 1;
    padding: 16px 12px 15px;
    font-weight: 600;
    z-index: 1;
    color: #fff;
    top: 30px;
}
.box-category {
    float: left;
}
.box-category a {
    display: block;
}
.box-category a:before {
    background-color: rgba(210, 91, 91, 0.8);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.box-category:hover .category-link:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
.box-category a:before {
    background-color: #00b09336;
}
.language-switcher-login {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    margin-top:2rem;
}
.bevenar-loginpage .about-thumbnail{
    background-color: #ececec;
}
.bevenar-loginpage  .logo-area-peem{
    position: relative;
    top: 30px;
    left: 40px;
}
.text-bevenar{
    color: #6B3622;
}
.text-color-bevenar-pink{
    color: #ED6EA7;
}
.text-color-bevenar-dark{
    color: #5A2920;
}
.bevenar-img img{
    border-bottom: 0 solid #ED6EA7;
}
.text-dorga{
    color: #1D1B58;
}
.text-color-dorga{
    color: #27B4E9;
}
.dorga-img img{
    border-bottom: 2px solid #27B4E9;
}
.paka-img img{
    border-bottom: 2px solid #154531;
}
.text-paka{
    color: #1D1B58;
}
.text-color-paka{
    color: #154531;
}
.products_on_promo{
    display: block;
    clear: both;
    margin-bottom: 20px;
}
.peem_banner_wrapper{
    clear: both;
    float: left;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
}
.carousel-item{
    position: relative;
}
.carousel-inner img {
    width: 100%;
}
.productbanner-text{
    position: absolute;
    z-index: 1;
}
.carousel-item a{
    display: flex;
}
.position-Top{
    top: 0;
}
.position-Middle{
    text-align: center;
    padding: 20px;
    justify-content: center;
    width: 100%;
}
.position-Center{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.position-Bottom{
    bottom: 0;
}
.position-Left{
    left: 0;
    text-align: left !important;
    justify-content: flex-start;
    padding: 20px 35px;
}
.position-Right{
    right: 0;
    text-align: right !important;
    justify-content: flex-end;
    padding: 20px 35px;
}
.peem_banner_wrapper .carousel-control-next, .peem_banner_wrapper .carousel-control-prev{
    width: 5%;
}
.about-thumbnail h4{
    text-transform: uppercase;
}
.carousel-indicators li{
    border: 1px solid transparent;
    width: 30px;
    height: 30px;
    opacity: .5;
    border-radius: 50%;
    background: transparent;
    position: relative;
}
.carousel-indicators li:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #c4c4c4;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
}
.carousel-indicators li:hover{
    background-color: transparent;
    border: 1px solid #4b4b4b;
}
.carousel-indicators li:hover:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #4b4b4b;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
}
.carousel-indicators .active {
    background-color: transparent;
    border: 1px solid #4b4b4b;
}
.carousel-indicators .active:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #4b4b4b;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
}
.carousel-indicators {
    right: 0;
    bottom: -5px;
    left: 0;
    margin-right: 15%;
    margin-left: 5%;
    justify-content: flex-start;
}
.carousel-control-prev-icon {
    background-image: url('../img/arrow-left-b.png');
}
.carousel-control-next-icon {
    background-image: url('../img/arrow-right-b.png');
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 19px;
    height: 34px;
}
/* Blog Style START*/

.blog-header{
    text-align: center;
    width: 100%;
    background: url("../img/blog_title_bg-dark.jpg") no-repeat center center;
    background-size: cover;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}

.blog-header span{
    z-index: 2;
    font-weight: 700;
}

.blog-box{
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 45px;
}
.blog-box .post-content-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    background-color: #fff;
}
.post-content-container {
    transition: .3s all ease-in-out;
    overflow: hidden;
    position: relative;
}
.blog-box:nth-of-type(2n+1){
    clear: both;
}
.blog-box .card{
    padding: 15px !important;
    border-radius: 3px !important;
    border: none;
}
.blog-img{
    overflow: hidden;
    object-fit: cover;
}
.blog-img img{
    transition: .3s all ease-in-out;
    object-fit: cover;
}
/*.blog-box:hover .blog-img img{transform: scale(1.1);}*/

.post-meta{
    display: flex;
}
.post-meta-one{
    justify-content: flex-end;
    display: flex;
    margin-left: auto;
    font-size: 13px;
    text-transform: uppercase;
    align-items: center;
    color: #828282;
}
.post-meta-two {
    position: relative;
    border-top: 1px solid #e9e9e9;
    justify-content: flex-start;
    display: flex;
}
.post-meta-two a{
    color: #0b0b0b;
}
.post-meta-categories {
    padding-left: 0;
}
.post-meta-categories a {
    font-size: 13px;
    text-transform: uppercase;
}
.readmore-link {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #222;
    font-size: 14px;
}
.readmore-link:after {
    content: '';
    display: block;
    width: 70%;
    border-bottom: 2px solid;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all .3s ease;
}
.readmore-link:hover:after {
    width: 100%;
}
.hover-link {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #222;
    font-size: 14px;
}
.hover-link:after {
    content: '';
    display: block;
    width: 70%;
    border-bottom: 2px solid;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all .3s ease;
}
.hover-link:hover:after {
    width: 100%;
}
.post-title h2 {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 14px;
    line-height: 28px !important;
    color: #505050;
    font-weight: 600;
}
.post-title h2, .post-title h1 {
    transition: .25s all ease;
}
.widget-item {
    padding-bottom: 45px;
}
.blog-sidebar .widget-title {
    color: #505050;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.blog-sidebar a {
    color: #8d8d8d!important;
}
.widget_categories li .count {
    float: right;
    font-weight: 600;
    background-color: transparent;
    /* color: #9a9a9a; */
    border-radius: 0;
    padding: 0 8px;
    line-height: 1.4;
    cursor: default;
}
.widget_categories ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.widget_categories li * {
    font-size: 13px;
}
.widget-item ul {
    list-style: none;
    padding-left: 0;
}
#sidebar .widget-item li, #sidebar .widget-item .sh-recent-posts-widgets-item {
    border-color: #e3e3e3!important;
}
.widget_categories li:first-child {
    padding-top: 0;
}
.widget_categories li {
    padding: 12px 1px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0;
    text-transform: uppercase;
}
.widget_categories li>a {
    display: inline-block;
}
.post-title-details{
    font-size: 30px;
    padding-top: 15px;
    cursor: default;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 16px;
}
.post-content {
    padding-bottom: 15px;
    word-break: break-word;
}
.post-meta-border{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.post-meta-data{
    font-size: 12px!important;
}
.post-details-categories-one{
    float: left;
}
.sh-columns .post-details-categories {
    float: right;
}
.sh-columns .post-details-categories a{
    color: #8d8d8d!important;
    font-size: 12px!important;
    transition: all .3s ease-in-out;
}
.sh-mini-overlay-container {
    border-radius: 100px;
}
.sh-table-full {
    display: table;
    width: 100%;
    height: 100%;
}
.sh-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none!important;
}
.sh-mini-overlay i {
    line-height: 1px;
    font-size: 24px;
    color: #fff!important;
    display: block;
}
.sh-recent-posts-widgets-item-thumb .sh-ratio {
    border-radius: 100px;
    overflow: hidden;
    z-index: 0;
}
.sh-ratio {
    position: relative;
}
.sh-ratio-container-square {
    padding-bottom: 100%;
}
.sh-ratio-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
}
.sh-recent-posts-widgets-item-thumb {
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 100px;
    left: 0;
    top: 0;
}

.sh-recent-posts-widgets-item {
    border-color: #e3e3e3!important;
}

.sh-recent-posts-widgets-item {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}
.sh-recent-posts-widgets {
    position: relative;
}
.sh-recent-posts-widgets-item-content {
    padding-left: 95px;
    min-height: 76px;
}
.post-meta-categories {
    padding-left: 0;
}
.sh-recent-posts-widgets-item h6 {
    padding-top: 2px;
    --max-lines: 2;
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
}
.blog-box .post-title h2{
    --max-lines: 2;
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
    height: 56px
}
.latest-post-meta-cat:nth-last-child(2) .seperator-cat,.bloglist-post-meta-cat:last-child .seperator-cat{
    display: none;
}
.post-details-categories .post-meta-categories-det:last-child .seperator-cat{
    display: none;
}
.sh-blog-style2 .sh-recent-posts-widgets-item-content h6 {
    font-size: 16px;
}
.sh-recent-posts-widgets-item h6 {
    padding-top: 5px;
    margin-bottom: 8px;
    color: #3f3f3f;
    font-weight: 700;
    font-size: 18px;
}
.sh-mini-overlay-container{
    background-color: #00b0939c!important;
}
.sh-mini-overlay-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #00b0939c;
    text-align: center;
    opacity: 0;
}
.sh-mini-overlay .sh-mini-overlay-container:hover {
    opacity: 1;
}
.icon-link{
    background: url("../img/link-w.png") no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    left: 25px;
    top: 25px;
}
.blog-details-content img {
    max-width: 100%;
}
.title-level .breadcrumbs {
    font-size: 14px;
    margin: 0;
    margin-bottom: -4px;
    position: relative;
}
.sh-titlebar:not(.sh-titlebar-template) .title-level {
    text-align: right;
    float: right;
    align-items: end;
    display: flex;
}
.sh-titlebar:not(.sh-titlebar-revslider) a {
    color: #fff;
}
.sh-titlebar .title-level .separator {
    font-size: 0;
}
.sh-titlebar .title-level .separator:after {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 10px;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    top: -2px;
    position: relative;
    margin: 0 8px;
}

.sh-titlebar .title-level .item-current {
    font-weight: 700;
}

.sh-titlebar .titlebar-title h1, .sh-titlebar .titlebar-title h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.sh-titlebar-content{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    margin-right: auto;
}
.titlebar-title{
    float: left;
    display: flex;
    flex: auto;
}
.blog-content #paginator{
    justify-content: center;
}
/*Blog Style END*/
#atc_quantity{
    padding: .375rem .75rem !important;
}
.on_order{
    font-size: 16px;
    padding-right: 10px;
    position: absolute;
    top: 30px;
    transition: all 0.3s linear;
    width: 150px;
    background: #00b093;
    transform: rotate(45deg);
    text-align: center;
    right: -35px;
    color: #fff;
}
.on_order_details{
    font-size: 18px;
    padding-right: 10px;
    position: absolute;
    top: 25px;
    transition: all 0.3s linear;
    width: 200px;
    background: #00b093;
    transform: rotate(45deg);
    text-align: center;
    right: -70px;
    color: #fff;
}


.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    min-width: 400px;
}

.on-order-swal{
    text-align: center !important;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 400px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.flip-box {
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    top: 0;
    z-index: 99;
}

.flip-box-back {
    transform: rotateX(180deg);
    padding: 20px 10px;
    background: #fff;
}

@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 980px;
    }
    .mainmenu>li>a{
        padding: 5px 0;
        font-size: 1.3rem;
        text-transform: uppercase;
        letter-spacing: -0.4px;
        font-weight: 500;
    }
    .mainmenu>li>a:lang(fr) {
        font-size: 1.3rem;
        padding: 5px 0;
    }
    .product-small-p{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .usernav-items{
        margin: 0 5px !important;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1380px;
    }
    .mainmenu>li>a{
        padding: 5px 0;
        font-size: 1.5rem;
    }
    .mainmenu>li>a:lang(fr) {
        font-size: 1.5rem;
    }
    .usernav-items a {
        transition: .1s .1s ease-out;
    }
}
.subcategory-list{
    padding: 5px 0;
}
.subcategory-list li{
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.subcategory-list li:last-child{
    border-bottom: 1px solid #c7c7c7;
}
.product-subcategory-label{
    clear: both;
    margin: 15px 0;
}
.product-subcategory-label a{
    height: 35px;
    min-width: 0;
    line-height: 1.0833333333;
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    opacity: 1;
    border-radius: 2.0625rem;
    justify-content: center;
    border-style: solid;
    border-width: max(1px,0.0625rem);
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    padding: 0 20px;
    margin: 3px 2px;
    border-color: #d6d6d6;
    color: #666;
    cursor: pointer;
}
.product-subcategory-label a:hover{
    border-color: #000;
    color: #3f3f3f;
    background: rgba(204, 204, 204, 0.11);
}
.bg-gray-light {
    background-color: #fbfbfb;
}
.no-clicks{
    pointer-events: none;
    cursor: default;
}
.product-group .product-group-item {
    padding: 0.1538461538em;
    width: 50%;
    order: 0;

}
.product-group {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    clear: both;
}

.product-group .product-group-item .limit {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-shadow: 0 0 0.75rem rgba(0,0,0,.08);
    border-radius: 0;
    background-color: #f5f5f5;
    height: 100%;
    overflow: hidden;
    position: relative;

}
.product-group .product-group-item .limit.heavy {
    min-height: 8.75rem;
}
.product-group .product-group-item .limit:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    border-radius: 0.1875rem;
    z-index: 1;
}
.product-group .product-group-item .thumb, .product-group .product-group-item h3{
    z-index: 2;
}
.product-group .product-group-item h3 {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    color: #3f4244;
    margin-right: 35px;
}
.product-group .product-group-item .thumb img {
    position: relative;
    height: 100%;
    min-width: 1px;
    margin: 0 auto;
}
.product-group .product-group-item .thumb {
    flex-shrink: 0;
    height: 127px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.product-group .product-group-item .product-group-count{
    position: absolute;
    right: 13px;
    bottom: 16px;
    color: #b5b5b5;
    z-index: 3;
    font-size: 11px;
    text-align: right;
 }
.groups-subcategory{
    position: relative;
    z-index: 2;
    padding-left: 15px;
    width: 100%;
    padding-right: 25px;
}
.groups-subcategory a{
    color: #727272;
    font-size: 16px;
    line-height: 20px;
    display: block;
    width: 100%;
    padding-right: 25px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #ededed;
}
.groups-subcategory a:hover{
    color: #000;
}
.product-group  .groups-subcategory .product-group-count {
    position: absolute;
    bottom: 0;
}
.no-nav .carousel-control-prev, .no-nav .carousel-control-next ,.no-nav .carousel-indicators{
    display: none;
}
.swal2-styled.swal2-confirm , .swal2-html-container{
    text-align: justify;
    font-size: 1.6rem !important;
    line-height: 1;
}

.btn {
    font-size: 1.6rem !important;
}

.mainmenu>li:lang(fr) {
    padding: 0 7.5px !important;
}


#about-page-wrapper{
    line-height: 1.4;
}

.semafor_off{
    background-color: #fff !important;
}

.swal2-container {
    z-index: 9999 !important;
}

#couponaccordion{
    padding: 15px;
}

.dropdown-notifications{
    width: 450px !important;
}

.dropdown-notifications li{
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc;
    display: flex;
    width: 100%;
    align-items: center;
}
.toggle-read-unread{
    margin-right: 15px;
}
.ntf_unread{
    position: relative;
}
.ntf_unread:after{
    content: "";
    background: #00b093;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.notification-link{
    width: 100%;
}

.dropdown-notifications a{
    color: #000 !important;
}

.dropdown-notifications a:hover{
    color: #00b093 !important;
}

.notification_wrapper{
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc;
    display: flex;
    width: 100%;
    align-items: center;
    background: #fff;
}
.notification_wrapper:last-of-type{
    border-bottom: 0;
}
.eye-btn{
    color: #000;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
.notification_date{
    position: absolute;
    right: 20px;
    color: #828282;
    font-size: 12px;
}

.notification_title a{
    color: #b9a16b;
    text-decoration: underline;
}

.ntf_unread{
    background-color: #e5e5e5;
}
#mainContent {
    background-color: #f5f3f0;
    min-height: 100vh;
    position: relative;
}
.bg-gray{
    background-color: #F6F6F4;
}
.single-sidebar-wrap .sidebar-title{
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}
.sidebar {
    background-color: #fff;
}
.sidebar-body {
    /* min-height: 30vh;
    height: auto;*/
    max-height: 45vh !important;
    overflow-y: auto;
}

/* //Scroll bar */
/* GLOBAL */
body::-webkit-scrollbar {
    width: 0.3rem;
}
body::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 0;
}

body::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px;
    transition: 0.3s ease;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #454545;
}
/* SIDE MENU */
.sidebar-body::-webkit-scrollbar {
    width: 0.3rem;
}
.sidebar-body::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.sidebar-body::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 100px;
    transition: 0.3s ease;
}
.sidebar-body::-webkit-scrollbar-thumb:hover {
    background-color: #01b093;
}
/**************/

.products-on-column .single-product-wrap {
    margin-bottom: 2.6rem;
    margin-top: 0 !important;
    position: relative;
    min-height: 390px;
}

.social-icons i {
    font-size: 1.6rem;
}

.header-right-area div a i {
    color: black;
}

.header-right-area div .active i {
    color: #00b093;
}

.register-form .form-control {
    font-weight: 400;
    font-size: 1.3rem;
    padding: 8px 30px 8px 15px;
    height: 39px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
}
.nice-select {
    width: auto;
}
.nice-select.open .list {
    height: 130px;
    overflow-y: scroll;
}
.nice-select span.current{
    white-space: pre-line;
}
.non-active {
    background-color: rgb(240, 240, 240);
    /* box-shadow: inset 0 0 10px #f2f2f2; */
}

.non-valid {
    background-color: #f9cece;
    /* box-shadow: inset 0 0 10px #f2f2f2; */
}

.non-valid .ca-sub {
    color: #446f83;
    text-shadow: none;
}

.peem_name {
    color: #00b093;
}

.non-active .ca-sub {
    color: #446f83;
    text-shadow: none;
}

::selection {
    background-color: #00b093;
}

.section-title-wrap h2:before {
    background-color: #00b093;
}

.preheader-right-area button.language-switch-btn:before {
    display: none;
}

.addres-card {
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.spacer {
    height: 25px;
    width: 3px;
    background: #fdfdfd;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    min-height: 38.8px !important;
    font-weight: 400 !important;
    font-size: 1.4rem !important;
    border-radius: 5px;
}

input {
    padding: 1.4rem !important;
}

.products-wrapper.list-view[class*="col-"]
.single-product-wrap
.product-thumbnail
a
img {
    padding: 2rem;
}
.products-wrapper.list-view[class*="col-"]
.single-product-wrap
.product-details {
    margin-left: 0 !important;
}
.products-wrapper.list-view[class*="col-"]
.single-product-wrap
.product-details
.product-name
a {
    font-size: 1.8rem !important;
    /* padding-bottom: 15px; */
}
.products-wrapper.list-view[class*="col-"]
.single-product-wrap
.product-details
.product-name,
.products-wrapper.list-view[class*="col-"]
.single-product-wrap
.product-details
.product-prices {
    min-height: unset;
}
.products-wrapper.list-view[class*="col-"]
.single-product-wrap
.product-details
.product-prices {
    margin: 0 0 10px 0;
}
.products-wrapper.list-view[class*="col-"]
.single-product-wrap
.product-thumbnail {
    /* height: 100%; */
    object-fit: contain;
}
.products-wrapper.list-view[class*="col-"]
.single-product-wrap
.product-details
.product-desc {
    min-height: 70px !important;
}
.products-wrapper.list-view[class*="col-"]
.single-product-wrap
.product-thumbnail
a
img {
    max-height: 260px;
}

.products-on-column .single-product-wrap {
    background: #fff;
    text-align: center;
}
.single-product-wrap .product-details .product-name a {
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: none !important;
    text-align: left;
    padding: 0 10px;
    line-height: 22px;
}
.single-product-wrap .product-details .product-prices {
    font-size: 22px;
    min-height: 42px;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    font-weight: 500;
}
.qty-prices {
    position: relative;
    font-size: 11px;
    text-align: left;
    left: 10px;
    line-height: 14px;
}
.qty-products-details{
    font-size: 14px;
    line-height: 18px;
}
.peems_dsc .product-name{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    height: 90px;
    padding-top: 20px;
    text-align: center;
}
.product-hidden-details {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #fff;
    text-align: left;
}
.single-product-wrap .product-details {
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: relative;
}
.single-product-wrap:hover  .product-details, .single-product-wrap:hover .product-hidden-details {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    background-color: #fff;
}



.single-product-wrap .product-details .product-name {
    min-height: 50px;
    margin-bottom: 0;
}

.sidebar-area-wrapper {
    position: sticky;
    top: 0;
    background-color: transparent;
    /* max-height: 75vh; */
}

.product-config-area .product-config-right ul.product-view-mode li.active,
.product-config-area .product-config-right ul.product-view-mode li:hover {
    color: #00b093 !important;
}

.product-config-area .product-config-left .product-show-quantity li a.active {
    color: #00b093 !important;
    border-bottom: 1px solid #00b093 !important;
}
.product-config-area .product-config-left .product-show-quantity li a:hover {
    color: #00b093 !important;
    border-bottom: 1px solid #00b093 !important;
}
.sidebar-list li a span {
    width: unset !important;
}
.sidebar-list li a .sidebar-list-item1 {
    overflow: hidden;
    /* width: 80%; */
    max-width: 20ch;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-product-wrap .product-details .product-prices del {
    margin-right: 0;
    line-height: 2;
    font-size: 1.2rem;
}
.product-config-area {
    clear: both;
    margin-bottom: 55px;
    background-color: transparent;
}
.new-submenu-wrapper{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
}
.inset-bg-sm{
    box-shadow: inset 0 0 0.75rem rgba(0,0,0,.1);
}

.min-h100 {
    min-height: 100vh !important;
    min-width: 50%;
    max-width: unset;
    overflow: hidden;
}
.lost-pswd a {
    color: #262626 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}
.lost-pswd:hover a {
    color: #d25b5b !important;
    text-decoration: none !important;
}

.single-product-details .prices-group .price {
    color: #222;
    font-size: 22px;
    font-weight: 500;
}

#related-carousel .prices-group .price {
    color: #222;
    font-size: 1.8rem;
    font-weight: 600;
}

.single-product-details .product-desc {
    min-height: 0 !important;
}

.form-check input[type="checkbox"] {
    margin: 0 !important;
    width: unset;
}
.single-product-details .list-btn-group .btn-black,
.product-add-to-card form,
.list-btn-group {
    width: 100%;
}

.single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
    margin-left: 0;
}

.delete-wishlist i {
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 2rem;
    color: #d25b5b;
    padding: 2rem;
    display: none;
    transition: all 0.3s ease;
}

.peem-list:hover .delete-wishlist i {
    display: inline-block;
}

table img {
    max-width: 100%;
    object-fit: contain;
}
table {
    border-radius: 5px;
    overflow: hidden;
}

.minicart-product-list .single-product-item .remove-icon {
    right: 2px !important;
    top: -8px !important;
}

.minicart-product-list .single-product-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
}
.cart-product-item p {
    /* max-width: 200px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto; */
    white-space: initial;
}

.disabled-link{
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: default;
    opacity: 0.6;
}

.modal-width {
    width: 50vw;
}
.logout_global_user{
    color: #262626 !important;
    font-weight: 400;
}

.active_cat_left{
    position: fixed;
    left: -208px;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    background: #00b093;
    padding: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    width: 450px;
    text-align: center;
    box-shadow: 0px 2px 6px 3px #ccc;
}

.active_cat_right{
    position: fixed;
    right: -208px;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    background: #00b093;
    padding: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    width: 450px;
    text-align: center;
    box-shadow: 0px 2px 6px 3px #ccc;
}

.active_cat_bot{
    position: fixed;
    bottom: 0px;
    left: 425px;
    z-index: 99999;
    text-align: center;
    background: #333333;
    padding: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    width: 1005px;
}

.active_cat_undersidebar{
    padding-left: 20px;
    text-align: left;
    background: transparent;
    color: #000;
    margin-top: 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
}

.active_cat_undersidebar:before{
    font-size: 14px;
    display: inline-block !important;
    content: "\00d7" !important; /* This will render the 'X' */
    position: absolute;
    left: 0;
}

.active_cat_sidebar{
    padding: 5px;
    text-align: center;
    background: #FFF;
    margin-bottom: 24px;
    border-radius: 0.25rem;
    color: #00b093;
    height: 58px;
    font-weight: bold;
    position: sticky;
    top: 75px;
}
.header-content-wrapper .header-left-area{
    -webkit-box-flex: 0 0 13% !important;
    -moz-box-flex: 0 0 13% !important;
    -webkit-flex: 0 0 13% !important;
    -ms-flex: 0 0 13% !important;
    flex: 0 0 13% !important;
    width: 13% !important;
}
.nav.mainmenu{
    justify-content: flex-start !important;
}
.nav.mainmenu ul li a{
    font-size: 24px !important;
    text-transform: uppercase !important;
}
.mainmenu > li:hover > a, .mainmenu > li > a.current {
    color: #000 !important;
}
.search-icon{
    position: relative;
    top:2px;
    left: -2px;
}
.btn-search i{
    position: relative;
    right: -35px;
}
#notification_counter{
    background-color: #b9a16b;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    display: block;
    height: 18px;
    width: 18px;
    position: absolute;
    bottom: -3px;
    right: -13px;
    top: inherit;
    left: inherit;
    text-align: center;
    line-height: 18px;
}
.language-switch-btn{
    text-transform: uppercase;
    font-weight: 600;
}
.language-switcher .dropdown-nav li a:hover{
    color: #0b7e6b;
}
.nav.mainmenu li a::after {
    content: '';
    display: block;
    width: 0;
    background: #000;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2.5px;
}

.nav.mainmenu li a:hover::after {
    width: 100%;
}
.sidebar-list li a .sidebar-list-item1::after {
    content: '';
    display: block;
    width: 0;
    background: #000;
    transition: width .3s;
    position: absolute;
    left: 0;
    height: 2px;
}
.sidebar-list li a .sidebar-list-item1:hover::after {
    width: 50%;
}
.sidebar-list .subcategory-list li{
    position: relative;
}
.sidebar-list .subcategory-list li a .sidebar-list-item1::after {
    content: '';
    display: block;
    width: 0;
    background: #000;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: -11px;
    height: 2px;
}
.sidebar-list .subcategory-list li a .sidebar-list-item1:hover::after {
    width: 100%;
}
#footer{
    background: #e4e4e4;
    font-weight: 300;
    line-height: 20px;
}
.social-icons-footer a i{
    color: #000;
}
#footer .footer-content{
    border-bottom: 1px solid #8f8f8f;
}
.footer-logo{
    max-width: 120px;
}
.product-details-img-div{
    background: #fff;
    display: grid;
    align-content:center;
    padding-block:1rem;
    border: 1px solid #f1f1f1;
}
.product-details-info{
    background: #f1f1f1;
    display: grid;
    align-content:center
}
.btn-shop-return{
    float: left;
    display: inline-block;
    position: relative;
    padding: 0.5em 0;
    color: #222222;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 500;
}
.product-single__back{
    margin-bottom: 40px;
}
.product-single__meta-info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    clear: both;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-weight: 400;
}
.product-single__meta-info label {
    color: #9f9f9f;
    text-transform: uppercase;
}

.category-image {
    height: 175px;
    object-fit: contain;
}

.landing-page {
    background-image: linear-gradient(
        rgba(43, 187, 163, 0.5) -100%,
        rgba(255, 255, 255, 0.87) 1000%
    ),
    url("../img/landing-page-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    min-width: 100vw;
}

.btn {
    border-radius: 0px !important;
    text-transform: none !important;
}

.btn-add-peem {
    color: #279b87;
    font-weight: bold;
    padding: 10px 25px;
    background-color: #fafafa;
    transition: background-color 0.4s ease;
    border-radius: 5px;
}

.box-layout-dashboard:hover .btn-add-peem {
    background-color: #333;
    color: #fff;
}

/* SLIDER */
.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav button span {
    font-size: 7.5rem;
}
.discover-products .owl-nav button span {
    font-size: 4rem;
}
.owl-nav .owl-prev {
    position: absolute;
    left: -1.5%;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav .owl-next {
    position: absolute;
    right: -1.5%;
    top: 50%;
    transform: translateY(-50%);
}
.discover-products  .owl-nav .owl-prev {
    left: -10px;
}
.discover-products .owl-nav .owl-next {
    right: -10px;
}

.owl-stage .owl-item .peem-list-add .box-layout-dashboard {
    box-shadow: none !important;
}
.preheader-right-area .switcher .dropdown-nav{
    left: -90px
}
.position-absolute {
    z-index: 1;
}
.pagination{
    padding-bottom: 30px;
}
.add-to-wishlist{
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0 0 0.625rem;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: #222;
}
.product-badge.sale.discount{
    background-color: #35627a;
    text-align: center;
    width: 100px;
    right: -60px !important;
    top: -9px;
}
@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: unset;
    }
}

.text-color-peem {
    color: #00b093;
}
.text-color-peem:hover {
    color: #0b7e6b;
}

/* url("../img/landing-page-bg.png"); */
.about-thumbnail {
    /* background-image: linear-gradient(
        rgba(43, 187, 163, 0.8) -2000%,
        rgba(5, 5, 5, 0.98) 0%
    ),

    url('https://img.pixers.pics/pho(s3:700/PI/95/63/36/89/2/700_PI956336892_c034b4f26141e2d1ba7bd14ed62f2103_5b7abc7e5af36_.,700,700,jpg)/wall-murals-80s-pattern.jpg.jpg'); */
    width: 100%;
    height: 100vh;
    background-color: #1f1f1f;
}
.btn-addtocart-details{
    border-radius: 0;
}
.product-qty{
    border: 1px solid #ccc;
    border-radius: 6px;
}
.product-qty .form-control {
    font-weight: 400;
    border: none;
    border-radius: 0;
    text-align: center;
    outline: 0;
}
#atc_red_green{
    margin-bottom: 5px;
}
.btn-addtocart-details{
    text-transform: uppercase !important;
    font-weight: 500 !important;
}
.single-product-wrap {
    text-align: left;
}
.text-additional-desc h1, .text-additional-desc h2, .text-additional-desc h3, .text-additional-desc h4, .text-additional-desc h5, .text-additional-desc h6, .text-additional-desc p , .text-additional-desc span, .text-additional-desc u{
    text-align: left !important;
    color: #222 !important;
}
.breadcrumb-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    padding: 1.5rem 0.2rem 1.6rem;
    background: transparent;
}
.breadcrumb li:not(:last-child) {
    padding-right: 0.4rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.8;
    position: relative;

}
.breadcrumb a {
    color: inherit;
    margin-right: 15px;
}

.breadcrumb li:not(:last-child)::after {
    border-left: 1px solid #222;
    border-top: 1px solid #222;
    width: 7px;
    content: '';
    height: 7px;
    transform: rotate(135deg);
    margin-top: 0;
    margin-right: 0;
    float: right;
    position: absolute;
    right: 8px;
    top: 9px;
}
.breadcrumb li:last-child {
    color: #333333;
}
.notification-title{
    margin-bottom: 24px;
    line-height: 28px;
    letter-spacing: -0.015em;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
}
.btn-return-black{
    color: #222 !important
}
.btn-return-white {
    color: #fff !important;
}
.btn-return-black::after {
    content: '';
    display: block;
    width: 60%;
    background: #fff;
    transition: width .3s;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
.btn-return-black:hover::after {
    width: 100%;
}
.wishlist-form{
    display: flex;
    flex-direction: column;
}
input[type="text"].wishlist-name{
    background: transparent;
    border: none;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-family: Jost, sans-serif;
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
    color: #fff;
}
.btn-wishlist-back{
    align-items: center;
    display: inline-flex;
    position: relative;
    justify-content: center;
}
.btn-wishlist-back:after{
    bottom: 20px;
}
.how-much-used-points{
    border: 1px solid #e7e7e7;
    padding: 0 30px;
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    border-radius: 5px;
}
.order-complete {
    width: 56.25rem;
    max-width: 100%;
    margin: 3.125rem auto;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
}
.order-complete__message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.order-complete__message svg {
    margin-bottom: 1.25rem;
}
.order-complete__message h3, .order-complete__message .h3 {
    font-size: 26px;
    text-align: center;
}
.order-complete__message p {
    color: #767676;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
}
.order-complete .order-info {
    width: 100%;
    border: 2px dashed #767676;
    padding: 2.5rem;
    display: flex;
    gap: 1rem;
}
.order-complete .order-info__item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex-grow: 1;
}
.order-complete .order-info__item label {
    font-weight: 400;
    color: #767676;
    font-size: 16px;
}
.order-complete .order-info__item span {
    font-size: 16px;
    font-weight: 500;
}
.peem-header{
    padding: 30px 0px 10px;
}
.peem-header .sh-titlebar-content{
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
}
.peem-header .sh-titlebar-content h2{
    font-size: 28px;
    font-weight: 700;
    color: #222;
}
.alert{
    position: fixed !important;
    right: 15px !important;
    bottom: 15px !important;
    width: 350px !important;
    z-index: 99;
}
.discount-qty{
    position: absolute;
    right: 15px;
    bottom: 0;
}
.discount-qty img{
    width: 25px;
}
.show_discount_prices{
    display: none;
    position: absolute;
    right: 44px;
    bottom: 0;
    background: #fff;
    padding: 14px 30px 14px 6px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.discount-qty:hover + div{
    display: block !important;
}
/* MEDIAQUERY DESKTOP*/
    @media (min-width: 375px){
        .product-group .product-group-item .limit.heavy {
            min-height: 9.375rem;
        }
        .product-group .product-group-item .limit.soft a, .product-group .product-group-item h3, .product-group .product-group-item .label-smartphone {
            font-size: 1.125rem;
        }
    }
@media (min-width: 540px){
    .product-group .product-group-item {
        width: 33.3333333333%;
    }
}

@media (min-width: 768px){
    .product-group .product-group-item {
        padding: 0;
        width: auto;
    }
    .product-group{
        display: grid;
    }
    .product-group.level1 {
        grid-template-columns: repeat(auto-fill, minmax(24.875rem, 1fr));
        grid-auto-rows: minmax(17.625rem, -webkit-max-content);
        grid-auto-rows: minmax(17.625rem, max-content);
        gap: max(24px, 1.5rem);
    }
    .product-group .product-group-box{
        display: grid;
    }
    .product-group {
            padding-top: min(max(max(16px,1rem),3.8095238095%),max(32px,2rem));
            padding-top: clamp(max(16px,1rem),3.8095238095%,max(32px,2rem));
            margin-left: 0;
            margin-right: 0;
        }
    .product-group .product-group-item .limit {
        align-items: flex-start;
        box-shadow: none;
        position: relative;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .product-group .product-group-item:hover .limit {
        box-shadow: 0 0.1rem 0.55rem rgba(0,0,0,.09);
    }
    .product-group .product-group-item .limit.heavy {
        padding-bottom: 1rem;
    }
    .product-group .product-group-item h3 {
        flex-grow: 0;
        align-self: stretch;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.0416666667;
        margin: 20px 35px 15px 15px;
    }
    .product-group .product-group-item .thumb {
        height: 127px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}



/* MEDIAQUERYS  1200s */
@media only screen and (max-width: 1200px) {
    .single-peem-member .member-pic {
        min-height: 180px;
    }
}
/* MEDIAQUERY  992s */
@media only screen and (max-width: 992px) {
    .language-text {
        display: block;
    }
    .language-text img {
       width: 22px;
        max-width: 22px;
        margin-right: 6px;
    }
    .product-hidden-details {
        position: relative;
    }
    .on_order_details {
        top: 30px;
        right: -65px;
    }
    .arrow-toggle:after {
        content: "\f107";
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 5px;
        display: flex;
        transition: 0.1s 0.2s ease-out;
        position: absolute;
        right: -16px;
        top: 0;
    }
    .header-content-wrapper .header-right-area{
        margin-left: auto;
    }
    .header-content-wrapper .header-right-area .spacer {
        display: none;
    }
    .slicknav_menu .slicknav_btn {
        margin: 0 0 0 5px;
    }
    .modalSearchBox .modaloverlay {
        background-color: #fff;
        height: 100%;
    }
    .modalSearchBox .search-box-wrapper .search-box-form form button.btn-search {
        position: absolute;
        right: inherit;
        top: 0;
        height: 100%;
        color: #000;
        left: 0;
    }
    .btn-search i {
        position: relative;
        right: inherit;
        left: 0;
    }
    .dropdown-nav{
        width: auto !important ;
    }

    .preheader-right-area .switcher .dropdown-nav{
        width: auto !important;
        text-align: center;
        padding: 20px 10px;
        margin-top: 15px;
        /* za da bide responsive */
        /* transform: translateX(-84%); */
    }
    .quickViewModal.modal .modal-dialog .modal-body {
        padding: 15px;
    }
    .quickViewModal.modal .modal-dialog .close {
        left: auto;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
    }

    .box-layout-dashboard {
        background: #fff !important;
    }
    .box-layout-dashboard-dark{
 background: #343a40!important;
    }
    .single-product-wrap .product-thumbnail {
        position: relative;
        overflow: visible;
    }
    .single-product-wrap .product-details {
        margin-top: 0;
    }
    .single-product-wrap
        .product-thumbnail
        .product-hvr-content
        > .btn-addToCart {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        position: relative;
        display: block;
        visibility: visible;
        pointer-events: all;
        bottom: 50px;
    }
    .single-product-wrap
        .product-thumbnail
        .product-hvr-content
        .prod-btn-group
        a,
    .single-product-wrap
        .product-thumbnail
        .product-hvr-content
        .prod-btn-group
        span {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        visibility: visible;
    }
    .single-product-wrap
        .product-thumbnail
        .product-hvr-content
        .prod-btn-group {
        position: absolute;
        bottom: 60px;
        right: 60px;
        z-index: 4;
    }
    .single-peem-member .member-details {
        margin-bottom: 10px;
        text-transform: capitalize;
        margin-top: 0;
        height: 40px;
    }
    .single-peem-member .member-pic {
        min-height: 120px;
    }
    .usernav-items{
        margin: 0 4px !important;
    }
    .language-switcher{
        margin-right: 7px;
    }
}
/* MEDIAQUERY  768s */
@media only screen and (max-width: 1350px) {
.on_order{
    font-size: 14px;
}
}
@media only screen and (max-width: 992px) {
        .product-group.level1 .product-group-box {
        width: 100%;
        display: flex;
        /* display: flex; */
        flex-direction: column;
        padding: 0;
        float: left;
    }
    .product-group .product-group-item {
        width: 100%;
    }
    .on_order{
        font-size: 14px;
    }
    .qty-prices{
        font-size: 13px;
        line-height: 12px;
        margin-bottom: 7px;
    }
}
@media only screen and (max-width: 768px) {
    .single-product-wrap
        .product-thumbnail
        .product-hvr-content
        > .btn-addToCart {
        bottom: 90px;
    }
    .plr-m-15{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .product-group .product-group-item .limit.heavy {
        min-height: 9.375rem;
    }
    .product-group .product-group-item{
        display: flex;
        flex-direction: column;
        padding: 0.125rem;
    }
    .product-group {
        flex: 1;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: transparent;
    }
    .product-group.level1 {
        gap: max(2%,14px);
    }
    .product-group.level1 .product-group-box {
        width: 48%;
        display: flex;
        /* display: flex; */
        flex-direction: column;
        padding: 0;
        float: left;
    }
    .product-group .product-group-item {
        width: 100%;
        height: 100%;
    }
    .product-group .product-group-item h3 {
        text-align: center;
        justify-content: center;
        margin: 10px 0 20px;
        align-items: flex-start;
        flex-grow: 0;
    }
    .product-group .product-group-item .product-group-count {
        position: relative;
        right: 0;
        bottom: 10px;
        color: #ccc;
        z-index: 3;
        font-size: 11px;
        text-align: center;
    }
    .product-group  .groups-subcategory .product-group-count {
        position: absolute;
        right: 15px;
        bottom: 10px;
    }
    .product-group .product-group-item .thumb img {
        object-fit: cover;
    }
    .single-product-wrap .product-thumbnail .product-hvr-content form {
        width: 100%;
    }
    .carousel-inner img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .product-config-area {
        margin-bottom: 55px;
        background-color: #fff;
        box-shadow: 0 0 0.75rem rgba(0,0,0,.1);
    }
    .header-content-wrapper {
        padding: 15px 0;
        display: flex;
        flex-direction: column;
    }
    .header-content-wrapper .header-left-area{
        width: 100% !important;
        -webkit-box-flex: 0 0 100% !important;
        -moz-box-flex: 0 0 100% !important;
        -webkit-flex: 0 0 100%!important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
    .header-content-wrapper .header-right-area {
        width: 100%;
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .header-content-wrapper .header-right-area {
        margin-top: 15px;
    }
    .arrow-toggle:after {
        margin-left: 0;
    }
    .language-switcher{
        margin-left: 0;
        margin-right:0;
    }
    .subcategory-container .item {
        padding: 0.1538461538em;
        width: 50%;
        order: 0;
    }
    .single-product-details .btn-addtocart-details.w-50{
        width: 100% !important;
    }
}
@media only screen and (max-width: 570px) {
    .call-to-action-wrapper .call-action-content-wrapper,
    .footer-widget-content,
    .peem-member-content {
        margin-top: 0;
    }
    .single-peem-member .member-pic {
        min-height: auto;
    }
    .single-peem-member .member-details h3 {
        font-size: 22px;
        line-height: 1;
        font-weight: 400;
    }
    .single-peem-member .member-details {
        margin-bottom: 10px;
        text-transform: capitalize;
        margin-top: 0;
        height: auto;
    }

}
/* MEDIAQUERY  480s */
@media only screen and (max-width: 480px) {
    .single-peem-member .member-pic {
        min-height: auto;
    }
    .peem-list {
        display: block;
    }

    .preheader-right-area button.language-switch-btn:before {
        content: "\f0ac";
        top: 2px;
        position: relative;
    }
    .arrow-toggle:after {
        top: 2px;
    }
    .page-header-wrapper {
        display: none;
    }
    #header-area {
        border-bottom: 1px solid #ccc;
    }
    .header-right-area div a i, .header-right-area ul li button i {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 380px) {
    .product-group.level1 {
        gap: max(2%,12px);
    }
}
@media only screen and (max-width: 330px) {
    .product-group.level1 {
        gap: max(2%,10px);
    }
}

@media all and (max-width: 560px) {
    .peem-delete {
        opacity: 1;
        top: -8%;
        right: 1%;
    }
    .peem-about{
        opacity: 1;
        top: -8%;
        left: 1%;
    }
    .single-product-wrap .product-details .product-name {
        min-height: unset;
    }
    .peem_image {
        max-height: 100px;
    }
    .box-layout-dashboard {
        border-radius: 20px !important;
    }
    .add-peem-btn {
        transform: translateX(0%);
        bottom: 2%;
        left: 15px;
        right: 15px;
        font-size: 20px;
        padding: 15px 0;
        box-shadow: 0 10px 10px rgba(255, 255, 255, 1),
            0 -10px 25px rgba(0, 0, 0, 0.3);
    }
    .product-config-right {
        justify-content: space-between;
        margin-right: 20px;
    }
    .arrow-toggle:after {
        top: 0;
    }
    .d-none-custom {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .about-thumbnail{
        min-height: 100vh;
    }
}


.about-thumbnail h2 {
    font-size: 5rem !important;
}
@media screen and (max-width: 576px) {
    .about-thumbnail h2 {
        font-size: 3rem !important;
    }
    .about-thumbnail img {
        width: 120px !important;
    }
    .custom-loginpage .main-client-banner img {
        width: 100% !important;
    }
    /* .about-thumbnail lottie-player {
        width: 100% !important;
    } */
    .about-thumbnail p {
        font-size: 1.2rem !important;
    }
    .about-content h1 {
        font-size: 2.6rem;
    }
    .my-account-item-wrapper {
        min-height: 100vh;
    }
}
@media screen and (max-width: 361px) {
    .about-thumbnail .lottie-player {
        width: 75% !important;
        transform: translateX(25%);
    }
    .about-content h1 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 786px) {
    .modal-width {
        width: 90vw;
    }
}

@media screen and (max-width: 600px) {
    li.page-item {
        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child(2),
    .page-item:nth-last-child(2),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }
}

.change-lang {
    right: 3rem;
    top: -3rem;
}
@media screen and (max-width: 600px) {
    .change-lang {
        position: relative;
    }
}
@media screen and (max-width: 430px) {
    .fn-showLogin {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }
    .arrow-toggle:after {
        margin-left: 0;
    }
}
@media screen and (max-width: 360px) {
    .fn-showLogin {
        font-size: 12px;
    }
    .header-content-wrapper button.menu-icon-bar {
        margin-left: 5px;
    }
    .header-right-area div a i, .header-right-area ul li button i {
        font-size: 1.7rem;
    }
    .language-switcher {
        margin-left: 3px;
        margin-right: 3px;
    }
    .language-text img {
        width: 20px;
        max-width: 20px;
        margin-right: 3px;
    }
}

