.main-body {
    background-color: #f3f3f3;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-barhead {
    padding: 0px;
    font-size: 12px;
    background: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
}

.purcheseBtn {
    background: #24a86c;
    border: 1px solid #24a86c;
    color: var(--bs-white);
    width: 100%;
    border-radius: 0%;
}

.purcheseBtn:focus,
.purcheseBtn:hover {
    background: #188d58;
    border: 1px solid #188d58;
    color: var(--bs-white) !important;
    box-shadow: none;
}

.top-barhead .cnt-account {
    float: right;
}

.top-barhead .cnt-account ul {
    margin: 0px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.top-barhead .cnt-account ul>li {
    display: inline-block;
    line-height: 12px;
    padding: 3px 12px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    font-size: 12px;
}

.top-barhead .cnt-account ul>li a {
    color: var(--bs-dark);
    font-size: 16px;
    padding: 0px;
    font-weight: 400;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.top-barhead .cnt-account ul>li a:hover,
.top-barhead .cnt-account ul>li a:focus {
    color: rgb(212, 50, 50);
}

.top-barhead .cnt-account ul>li a .icon {
    display: inline-flex;
    font-size: 12px;
    margin-right: 3px;
}

.top-barhead .cnt-block {
    float: right;
}

.cnt-block {
    width: 64%;
    padding-top: 6px;
}

.main-header {
    padding: 15px 0;
}

.main-header .top-search-holder .search-area .search-button:after {
    color: #fff;
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    line-height: 9px;
    vertical-align: middle;
}

.main-header .top-search-holder .search-area {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 8px 0 0;
    background: #fff;
    border-radius: 2px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}

.main-header .top-search-holder .search-area .control-group {
    border: 1px solid #24a86c;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
    background-color: var(--bs-white);
}

.main-header .top-search-holder .search-area .search-field {
    border: medium none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 0;
    padding: 10px;
    border: 1px solid;
    border-right: none;
    flex-grow: 1;
    border-color: transparent;
    margin-bottom: 0;
    flex-grow: 1;
    height: 100%;
    box-shadow: none;
    padding-top: 8px;
}

.main-header .top-search-holder .search-area .search-button {
    border-radius: 0px 3px 3px 0px;
    display: inline-block;
    flex-shrink: 0;
    margin: 0px;
    padding: 9px 15px 8px;
    text-align: center;
    background-color: #24a86c;
    border: 1px solid #24a86c;
}

#bookmarkicon {
    font-size: 35px;
    width: 38px;
    line-height: 32px;
    color: #777;
}

.top-cart-row .dropdown-cart {
    float: right;
}

.top-cart-row .dropdown-cart .dropdown-menu {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    padding: 24px 22px;
    right: 0;
    width: 230px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.top-cart-row .dropdown-cart img {
    width: 100%;
    object-fit: cover;
}

.top-cart-row .dropdown-cart .lnk-cart {
    padding: 0px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    margin-left: 16px;
}

.dropdown {
    position: relative;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
    position: relative;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
    float: left;
    padding: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 18px 13px 12px;
}

.nav-box-number {
    position: absolute;
    top: 0;
    left: 34px;
    min-width: 25px;
    height: 16px;
    line-height: 17px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    background: #24a86c;
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
    padding: 12px 0px 13px 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    float: left;
    letter-spacing: 0.5px;
    margin-left: -15px;
    padding-top: 18px;
    padding-bottom: 0;
}

.top-cart-row .dropdown-cart .dropdown-menu {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    padding: 10px;
    right: 0;
    width: 280px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    color: #333;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
    color: #898989;
}

#weightlist {
    display: block;
    position: relative;
    color: #333;
    padding: 3px 0;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0;
}

.pull-right {
    text-align: end;
    padding-bottom: 10px;
}

.btn-primary {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #66ad44;
    color: #fff;
    border: none;
    font-size: 13px;
    border-radius: 0;
    padding: 6px 14px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 2px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    color: #333;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
    padding: 0;
    position: relative;
    font-size: 15px;
    right: 8px;
    top: 8px;
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
    color: #898989;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .cnt-block {
        width: 57% !important;
        padding-top: 6px;
    }

    .main-header .top-search-holder .search-area .search-field {
        border: medium none;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        padding: 10px;
        width: 85%;
        border: 1px solid;
        border-right: none;
        float: left;
    }
}

#menubutton {
    border: none;
    color: #24a86c;
    padding: 0;
    background-color: transparent;
    display: inline-flex;
}

#nemuicon {
    width: 29px;
    height: 3px;
    background-color: #777;
    margin: 6px 0;
}

.sidepanel {
    transform: translateX(-100%);
    position: fixed;
    z-index: 999;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    min-width: 280px;
}

.sidepanel.show {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.sidepanel .level1-styles .collapsed:after {
    /* height: 15px; */
    border: 1px solid #dddddd;
    background-size: 50% 50%;
    background-image: url(data:image/png;base64,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);
}

.sidepanel a[data-target].collapsed:after {
    transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu .level1-styles a:after {
    /* height: 15px; */
    border: 1px solid #dddddd;
    background-size: 50% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAr7SURBVHic7d09jlRnFoDhc1uTYYdIFqlx4pR9gAg8CUswmb2DsTOT2UtwAgHC+yAlGZwiJELT8TdBNa02/27RVUO/zyNVUnWr+mTf2/d3W2sNANBydOgBAID9EwAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACBIAABAkAAAgCABAABBAgAAggQAAAQJAAAIEgAAECQAACDoX+f94rZt12fm5szcmJlrZ15ffJrRAIAzXs7MszOvxzPzx1rr6Xl+bFtrffzG2/bVzNydmdsz8+15/iAA8Ek9mZmHM/PrWuv5x37powJg27YvZ+bHmflhZq6cd0IA4MIcz8y9mfllrfXXhzb+YABs2/bdzPw2M1c/yXgAwEV6MTPfr7UevG+jd54EuO38NDP3x+IPAJ+LqzNzf9u2n7Zt29610Vv3AGzbdmVmfp+ZWxc3HwBwwR7NzJ211vHrH7wRACe18HAs/gBwGTyamdvrtQX/bYcA/jMWfwC4LG7Nbm3/m7/tATg54e/+HocCAPbj32dPDDwNgJNL/f4cJ/wBwGX0Yma+fnWJ4NlDAD+OxR8ALqurs1vrZ+ZkD8DJHf6ejpv8AMBldjwz19daz1/tAbg7Fn8AuOyuzG7NPz0EcPtwswAAe3R7Zmabmesz89/DzgIA7NE3R7N7pC8A0HHzaGZuHHoKAGCvbhzNzLVDTwEA7NU1AQAAPde2mflrZr449CQAwN68fNvDgACAS+5oZp4deggAYK+eCQAA6BEAABD07GhmHh96CgBgrx67FTAA9HxztNZ6OjNPDj0JALAXT9ZaT19dBvjwoKMAAPvycGZmW2vNtm1fzczT2T0nGAC4nI5n5vpa6/nRzMxa6/nM3DvsTADABbt3subv9gDMzGzb9uXM/DkzVw84GABwMV7MzNdrrb9mdncCnJmZkze+P9RUAMCF+v7V4j9zJgBmZtZaD2bm572PBABcpJ9P1vhTp4cATt/Ytm12Zwje2uNgAMDFeDQzt9drC/4bTwM82eDOyRcAgM/Xo5m58/riP/OWAJiZWWsdz8ztcTgAAD5XP8/uP//jt334xiGANzbYtu9m5rdxdQAAfA5ezO6Evwfv2+iDATBzeongjzPzw7hZEAD8Pzqe3T19fjl7tv+7fFQAnG68u2Pg3dkdHvj2vBMCAJ/Mk9mdvP/rq5v8fIx/FAB/++K2XZ+ZmzNzY2aunXl9ca4fBADe5+XMPDvzejwzf5w81O8fO3cAAACfr7deBQAAXG4CAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABAkAAAgSAAAQJAAAIEgAAECQAACAIAEAAEECAACCBAAABP0P+JDtiXZDgxAAAAAASUVORK5CYII=);
}

.menu a[data-target]:after {
    display: block;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 3px;
    right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2rem;
    transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn:hover {
    background-color: #444;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

#smsericon {
    font-size: 24px;
    background: none;
    float: right;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.side-menu-header {
    position: relative;
    color: #fff;
    background: #24a86c;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.side-menu-close {
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.side-menu-header .side-login a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.sidepanel.level1-styles {
    opacity: 1;
    visibility: visible;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    max-width: 80vw;
    height: 100%;
    z-index: 999;
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #fff;
    transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.sidepanel ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

.sidepanel li {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd !important;
}

.sidepanel li:last-child {
    border-bottom-color: transparent !important;
}

.sidepanel .level1-styles a {
    color: #2d2d2d;
    font-size: 14px;
    display: block;
    padding: 10px;
}

.sidepanel a {
    display: block;
    text-decoration: none;
    text-align: left;
}

.sidepanel .level2-styles {
    background-color: #f4f4f4;
}

.sidepanel .level2-styles a {
    color: #2d2d2d;
    padding-left: 35px;
    font-size: 13px;
}

#plusicon {
    float: right;
    border: 1px solid;
    padding: 2px;
    padding-left: 4px;
    padding-right: 3px;
}

#topcategoryinfo {
    padding-top: 24px;
    padding-left: 0;
}

#topcategoryinfoicon {
    padding-left: 20px;
    color: red;
    font-size: 17px;
}

.sidebar .side-menu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.copyright-bar .payment-methods ul li {
    display: inline-block;
    margin-right: 15px;
}

.d-sm-none {
    display: inline !important;
}

.social {
    overflow: hidden;
}

.sidebar .side-menu .head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 17px;
    text-transform: uppercase;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px #ff0000 solid;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.sidebar .side-menu nav .nav>li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .side-menu nav .nav>li>a {
    padding: 6px 8px;
    color: #757575;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.sidebar .side-menu nav .nav>li>.mega-menu {
    padding: 3px 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    width: fit-content;
    position: absolute;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.sidebar .side-menu nav .nav>li>a .icon {
    font-size: 16px;
    margin-right: 12px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.255em;
    vertical-align: 0.255em;
    content: "";
    position: absolute;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content {
    padding: 10px 20px;
}

.yamm .dropdown-menu .yamm-content {
    padding: 20px 20px;
}

.yamm .dropdown-menu li {
    line-height: normal;
    padding: 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li {
    padding: 3px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* slider top */

.stry-bg {
    background-color: #f3f3f3;
}

#menu {
    margin: 0;
    width: auto;
    font-size: 1rem;
    font-weight: 500;
    padding: 2px;
    padding-bottom: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

.cath:hover {
    box-shadow: 0px 0px 6px #282626;
    border-radius: 6px;
}

.catimg {
    border-radius: 50%;
    border: 4px solid #24a86c;
    object-fit: cover;
}

.catp {
    font-size: 13px;
    margin: 0;
    text-align: center;
    padding-top: 6px;
}

@media only screen and (max-width: 600px) {
    .product-info .name {
        font-size: 9px !important;
        margin: 0px !important;
    }

    #logosm {
        float: right;
        margin-right: 12px;
    }

    #cath {
        padding: 4px;
    }

    #catimg {
        width: 110px;
        height: 110px;
        margin-top: 6px;
        border-radius: 50%;
        border: 4px solid #24a86c;
    }

    #catp {
        font-size: 13px;
        margin: 0;
        text-align: center;
        padding-top: 4px;
    }
}

#menu ul {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    height: auto;
}

#menu li {
    display: inline;
    margin-left: -4px;
}

#menu a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
}

#menu a:hover {
    background-color: #24a86c;
    color: #FFF;
}


/* banner right */

.ctry-bg {
    background-color: #ff0000;
    color: #fff;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.flash-content.c-scrollbar {
    height: 327px;
    max-height: 379px;
    min-height: 327px;
    overflow-y: auto;
    padding: 8px;
}

.flash-deal-item .img {
    width: 100%;
    background-color: #fff;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.badge {
    padding: 0.45em 0.45em;
    font-size: 0.625rem;
    font-weight: 400;
}

.flash-deal-item {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 10px;
    filter: drop-shadow(3px 4px 6px #eee);
}

.flash-deal-item:hover {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

.badge-danger {
    color: #fff;
    font-size: 10px;
    background-color: #dc3545;
}

.heading-6 {
    font-size: 1.1rem !important;
    margin: 0;
    color: white;
}

.price {
    color: #dc3545;
}


/* owl button */

button.owl-prev {
    position: absolute;
    top: 30%;
    font-size: 30px !important;
    background: white !important;
    width: 43px;
    color: black;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}

button.owl-next {
    position: absolute;
    top: 30%;
    right: 0;
    font-size: 30px !important;
    background: white !important;
    width: 43px;
    color: black;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.product .product-image img {
    width: 100%;
    object-fit: cover;
}

.categoryimage {
    width: 100%;
}

.featureimage {
    width: 100%;
    padding: 2px;
    padding-top: 0;
    height: 180px;
}

.product-info .name {
    font-size: 13px;
    margin: 0px !important;
}

.product .product-info .name a {
    color: #555;
}

.featuredproduct {
    margin-bottom: 2px;
    border: 1px solid #f1f1f1;
}

.featuredproduct:hover {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

.product-price {
    color: #24a86c;
}

.f_name {
    padding-bottom: 4px;
}

.f_pro_name:hover {
    color: #24a86c;
}


/* footer */

.footer {
    /*background: url(../../assets/images/border.png) repeat-x;*/
    /*padding-top: 22px;*/
}

.footer .footer-bottom {
    background: #24a86c;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright-bar {
    background: #121212;
    padding: 20px 0px;
}

#d-lg-none {
    display: none !important;
}

.footer .footer-bottom .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.8);
}

.footer .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
}

#textlifooter {
    color: rgba(255, 255, 255, 0.8);
}

#textlifooter:hover {
    color: rgba(255, 255, 255, 0.5);
}

.footer .module-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    color: white;
    margin-top: 0;
}

.toggle-footer {
    color: #666;
}

.media:first-child {
    margin-top: 0;
}

.copyright-bar .no-padding {
    padding: 0px;
}

.social ul {
    margin: 0;
    list-style: none;
}

.social ul li {
    border-bottom: none;
}

.social ul li {
    margin-right: 7px;
}

.pull-left {
    float: left !important;
}

.social a {
    transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out;
}

.social .fb a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #3C5B9B !important;
}

.social .tw a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #359BED !important;
}

.social .googleplus a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #E33729 !important;
}

.social .rss a {
    content: "\f09e";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #FD9F13 !important;
}

.social .pintrest a {
    content: "\f0d3";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #cb2027 !important;
}

.social .linkedin a {
    content: "\f0e1";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #027ba5 !important;
}

.social .youtube a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #F03434 !important;
}

.social a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}

.social ul li {
    border-bottom: none;
}

.social ul li {
    margin-right: 7px;
}

.pull-left {
    float: left;
}

.pull-left {
    float: left !important;
}

.social ul {
    margin: 0;
    list-style: none;
}

.social .fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
}

.social .tw a:before {
    content: "\f099";
    font-family: FontAwesome;
}

.social .googleplus a:before {
    content: "\f0d5";
    font-family: FontAwesome;
}

.social .rss a:before {
    content: "\f09e";
    font-family: FontAwesome;
}

.social .pintrest a:before {
    content: "\f0d3";
    font-family: FontAwesome;
}

.social .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome;
}

.social .youtube a:before {
    content: "\f167";
    font-family: FontAwesome;
}

#left {
    float: left;
}

li.media {
    list-style: none;
    padding-bottom: 4px;
}

ul.toggle-footer {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    #textsize {
        padding-left: 10px !important;
    }

    .footer {
        margin-top: 0 !important;
        background: #f7f7f7;
    }

    #smviewc {
        padding: 0px !important;
    }

    .product-tag {
        padding: 0px 10px;
    }

    ul#product-tabs {
        font-size: 12px !important;
    }

    .single-product .product-tabs {
        margin-top: 0px !important;
    }

    .single-product .single-product-gallery {
        padding-bottom: 0px !important;
    }

    span.product-price.strong-600 {
        font-size: 12px;
    }

    del.old-product-price.strong-400 {
        font-size: 12px;
    }

    #purcheseBtn {
        font-size: 12px;
    }

    #smcaro {
        padding-right: 0 !important;
    }

    #logoimage {
        margin-left: 6px;
    }

    #mainslider {
        padding: 0;
    }

    .bottom-navbar {
        position: fixed;
        bottom: 0px;
        display: inline-block;
        width: 100%;
        padding: 5px 10px;
        z-index: 101;
        box-shadow: 0 -1px 1px 0 rgb(0 0 0 / 15%);
        transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        background-color: #24a86c;
        opacity: 1;
        border-radius: 6px 6px 0px 0px;
    }

    ul.inline-links {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        line-height: 1;
    }

    ul.inline-links>li:first-child {
        padding-left: 0;
    }

    ul.inline-links>li {
        display: inline-block;
        padding: 0 0.4em 0 0.4em;
        position: relative;
        font-size: 0.75rem;
    }

    ul.inline-links>li,
    ul.inline-links>li>a {
        color: #fff;
    }

    ul.inline-links>li {
        display: inline-block;
        padding: 0 0.4em 0 0.4em;
        position: relative;
        font-size: 0.75rem;
    }

    ul.inline-links>li {
        vertical-align: top;
    }

    .logo-bar-icons .nav-search-box .nav-box-icon,
    .logo-bar-icons .nav-compare-box .nav-box-icon,
    .logo-bar-icons .nav-wishlist-box .nav-box-icon,
    .logo-bar-icons .nav-cart-box .nav-box-icon {
        font-size: 24px;
        text-align: center;
    }

    #d-sm-none {
        display: none;
    }

    #d-lg-none {
        display: inline;
    }

    #d-sm-none {
        display: none !important;
    }

    #footerul {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    #footerli {
        display: inline-block;
        text-decoration: none;
        padding-left: 6px;
        padding-right: 6px;
        font-size: 11px;
    }

    #footera {
        display: block;
        color: white;
    }

    .copyright-bar .payment-methods {
        text-align: center;
        padding-bottom: 25px;
    }

    .d-sm-none {
        display: none !important;
    }

    #d-lg-none {
        display: inline !important;
    }
}


/* product details */

.detail-block {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    padding: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.seller-info-box {
    border: 1px solid #e9e9e9;
    background-color: #fafafa;
}

.single-product .product-tabs {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.featured-product {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.single-product .single-product-gallery {
    padding-bottom: 30px;
}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
    border: 1px solid #e5e5e5;
}

.item {
    margin: 4px;
}

.single-product .product-info-block .name {
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 0px;
}

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.productPriceAmount {
    color: #24a86c;
    margin: 0;
    font-size: 26px;
    line-height: 24px;
    display: inline-block;
}

.single-product .product-info .quantity-container {
    margin-bottom: 0;
    padding: 10px 0;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 85px;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 40px;
    cursor: pointer;
}

.single-product .product-info .quantity-container .cart-quantity .quant-input input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 88px;
    z-index: 1;
    border-radius: 6px;
}

.single-product .product-info .quantity-container {
    margin-bottom: 0;
    padding: 10px 0;
}

.btn-alt-base-1 {
    background: #fc8a1a;
    color: white;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    margin-right: 12px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn-base-1 {
    background: #fa5e2f;
    color: white;
    padding: 8px 0px;
    font-weight: bold;
    border-radius: 3px;
}

.jssocials-shares {
    margin: 0.2em 0;
}

.jssocials-share-email {
    font-size: 16px;
    padding: 8px;
    background: #0e76e6;
    padding-top: 3px;
    padding-bottom: 3px;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
}

.jssocials-share-twitter {
    font-size: 16px;
    padding: 8px;
    background: #007bff;
    padding-top: 3px;
    padding-bottom: 3px;
}

.jssocials-share-facebook {
    font-size: 16px;
    padding: 8px;
    background: #2d4373;
    padding-top: 3px;
    padding-bottom: 3px;
}

.jssocials-share-linkedin {
    font-size: 16px;
    padding: 8px;
    background: #2d4373;
    padding-top: 3px;
    padding-bottom: 3px;
}

.jssocials-share-pinterest {
    font-size: 16px;
    padding: 8px;
    background: #2d4373;
    padding-top: 3px;
    padding-bottom: 3px;
}

.jssocials-share-stumbleupon {
    font-size: 16px;
    padding: 8px;
    background: #2d4373;
    padding-top: 3px;
    padding-bottom: 3px;
}

.jssocials-share-whatsapp {
    font-size: 16px;
    padding: 8px;
    background: #2d4373;
    padding-top: 3px;
    padding-bottom: 3px;
}

#textsize {
    font-size: 11px !important;
    padding: 0 !important;
}

.product-box-3 .product-image {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    float: left;
}

.product-box-3 .product-image a {
    display: block;
}

.product-box-3 .product-image img {
    height: 80px;
}

.img-fit {
    object-fit: cover;
    max-width: 100%;
}

.product-box-3 .product-details {
    float: left;
    width: calc(100% - 90px);
    min-width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding: 10px;
}

.product-box-3 .title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    margin: 0;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.star-rating {
    display: inline-block;
    font-size: 12px;
}

.seller-info-box {
    border: 1px solid #e9e9e9;
    background-color: #fafafa;
}

.seller-info-box .sold-by {
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.seller-info-box .sold-by .title {
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.seller-info-box .sold-by .rating {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 6px;
    margin-top: 12px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #000 !important;
    text-decoration: none;
}

button.owl-prev {
    left: 0;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
    color: #24a86c;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
    border-bottom: 1px solid #24a86c;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #f20505;
    font-weight: bold;
}

.single-product .product-tabs .tab-content .tab-pane {
    padding: 24px;
}

.title {
    margin-bottom: 2rem;
    margin-top: 0;
}

.best-deal.wow.fadeInUp.outer-bottom-xs {
    padding: 6px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

#owl-single-product.owl-nav button.owl-prev {
    position: absolute;
    top: 40% !important;
    font-size: 30px !important;
    background: white !important;
    width: 43px;
    color: black;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}

#owl-single-product.owl-nav button.owl-next {
    position: absolute;
    top: 40% !important;
    right: 0;
    font-size: 30px !important;
    background: white !important;
    width: 43px;
    color: black;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px !important;
    height: 30px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


/* cart view css */

.swal-topright {
    position: absolute;
    top: 0;
    right: 0;
}

.dropdown-cart .dc-item {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dc-item {
    padding: 15px 15px;
}

.subtotal-text {
    display: inline-block;
    float: left;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

.subtotal-amount {
    display: inline-block;
    float: right;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

#cartIconCloss {
    border: none;
    font-size: 30px;
    width: 6px !important;
    border-radius: 50%;
    background: none;
    color: red;
}

.dc-image {
    display: inline-block;
    float: left;
    width: 70px;
}

.dc-content {
    display: inline-block;
    float: right;
    width: calc(100% - 70px);
    padding-left: 1.5rem;
}

.dc-actions {
    text-align: right;
}

.text-cart {
    color: #28a745 !important;
    text-align: center;
}

#checkIconCart {
    font-size: 18px !important;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 2px solid #28a745;
    border-radius: 50px;
    margin-bottom: 5px;
    text-align: center;
}

#closebtn {
    position: absolute;
    top: 0;
    right: 8px;
    background: none;
    border: none;
    font-size: 34px;
}

#subcategory:hover {
    background: #ededed;
}

.cart_empty {
    background: #f3f3f3;
    padding: 10px;
    font-size: 16px;
    margin: -20px;
    text-align: center;
}

.search__icon,
.cart__icon {
    font-size: 28px;
    color: #24a86c;
}

.top-cart-row {
    display: flex;
    align-items: center;
}

.modalsearch-area .search-field {
    border: medium none;
    padding: 10px;
    border-right: none;
    float: left;
}

.modalsearch-area .search-button {
    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    background-color: #e62e04;
    border: 1px solid #e62e04;
    font-size: 15px;
}

.modalsearch-area .search-button:after {
    color: #fff;
    content: "\f00d";
    font-family: fontawesome;
    vertical-align: middle;
}

.modalsearch-area {
    border: 1px solid #e62e04;
}

.modal.fade .modal-dialog {
    transition: transform .1s ease-out;
}

.header-top-inner {
    padding: 4px;
}

.subcategoryhover {
    border-bottom: 1px solid #eee;
}

.subcategoryhover a:hover {
    color: #c30909 !important
}

.processing {
    top: 30% !important;
}

.discountpart {
    position: absolute;
    top: 4px;
    right: 0px;
    background: var(--bs-danger);
    border-radius: 50% 0% 0% 50%;
    height: 32px;
    width: 48px;
    box-shadow: 1px 1px 10px 1px #05050522;
}

.discountparttwo {
    background: var(--bs-danger);
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: inline-flex;
}

.pdis {
    margin-top: 5px;
    font-weight: bold;
    color: white;
    font-size: 12px;
    margin-left: 10px;
}

.product-info a {
    /* color: #24a86c; */
}

.price__container {
    color: var(--bs-gray-600);
}

#desksearchproductlist {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: calc(100vh - 130px);
    overflow: auto;
    background-color: var(--bs-white);
    z-index: 99;
}

.search__products {
    padding: 10px;
}

.search__products .product {
    padding: 5px 0;
    border-top: 1px solid #eee;
}

.search__products .product:first-child {
    padding-top: 0;
    border-top: none;
}

.search__products .product:last-child {
    padding-bottom: 0;
}

.category__icon {
    display: inline-flex;
    flex-shrink: 0;
    width: 26px;
}

.btn-success {
    background-color: #24a86c;
    border-color: #24a86c;
    color: var(--bs-white);
}

.btn-success:hover {
    background-color: #188d58;
    border-color: #188d58;
    color: var(--bs-white);
}

.view__all_btn {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
}

.section__heading {
    padding-bottom: 0.4rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid var(--bs-gray-400);
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
    box-shadow: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 42px;
    height: 42px;
}

.owl-carousel .owl-nav button.owl-next svg,
.owl-carousel .owl-nav button.owl-prev svg {
    font-size: 18px;
}

#categorySlide.owl-carousel .owl-nav button.owl-next,
#featuredProductSlide.owl-carousel .owl-nav button.owl-next,
#promotionalofferSlide.owl-carousel .owl-nav button.owl-next {
    margin-right: -20px;
}

#categorySlide.owl-carousel .owl-nav button.owl-prev,
#featuredProductSlide.owl-carousel .owl-nav button.owl-prev,
#promotionalofferSlide.owl-carousel .owl-nav button.owl-prev {
    margin-left: -20px;
}

.product {
    margin-top: 4px !important;

}

#featureimagess {
    width: 100%;
    padding: 2px;
    padding-top: 0;
    max-height: 200px;
}


/*** ========== Quick View css ========== ***/
.product-form__input input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.product-form__input--pill input[type=radio]+label {
    border: 1px solid #24a86c;
    background-color: var(--bs-white);
    color: #24a86c;
    border-radius: 0;
    display: inline-block;
    margin: 7px 5px 2px 0;
    padding: 6px 12px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    transition: border 0.1s ease;
    cursor: pointer;
    position: relative;
}

.product-form__input--pill input[type=radio]:checked+label {
    background-color: #24a86c;
    color: var(--bs-white);
}

.price-per-item__container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.quantity {
    color: var(--bs-black);
    position: relative;
    width: 142px;
    display: flex;
    border-radius: 0;
    min-height: 38px;
}

.cart_quantity__button,
.quantity__button {
    width: 45px;
    height: 38px;
    flex-shrink: 0;
    font-size: 14px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-black);
    padding: 0;
}

.quantity__input {}

.cart_quantity__button svg,
.quantity__button svg {
    width: 11px;
    pointer-events: none;
}

.quantity::before {
    background: var(--bs-white);
    pointer-events: none;
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    z-index: -1;
}

.quantity::after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 0;
    box-shadow: 0 0 0 1px #24a86c;
    border: .1rem solid transparent;
    z-index: 1;
}

.quantity__input {
    color: currentColor;
    font-weight: 500;
    opacity: .85;
    text-align: center;
    background-color: transparent;
    padding: 0 .5rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border-bottom: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.product__view-details {
    margin: 8px 0 0;
    display: block;
    font-size: 15px;
}

.product-form__buttons {
    margin: 1.5rem 0 0;
}

.modal-body {
    padding: 1rem;
}

.modal {
    --bs-modal-zindex: 9999;
}

.modal-content {
    border-radius: 0;
}

#quickView .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
}

.btn-close:focus {
    box-shadow: none;
}

.modal.fade .modal-dialog {
    transform: scale(0.85);
}

.modal.show .modal-dialog {
    transform: none;
}

.badge {
    border: 1px solid transparent;
    border-radius: 4rem;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    background-color: rgb(198 0 0);
    border-color: rgb(255 255 255 / 10%);
    color: var(--bs-white);
    word-break: break-word;
    font-weight: 400;
}

#quickView .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.text-sm {
    font-size: 15px;
}

.form__label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 500;
}

.button--primary,
.button--secondary,
.buy__btn {
    display: block;
    padding: 10px 20px;
    width: 100%;
    letter-spacing: 1px;
    color: var(--bs-white);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform-origin: center;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    font-size: 14px;
    background-color: #188d58;
    border: 1px solid #188d58;
    border-radius: 0;
}

.button--primary:disabled,
.button--primary,
.buy__btn:disabled,
.buy__btn {
    min-width: 120px;
    min-height: 40px;
    background-color: #24a86c;
    color: var(--bs-white);
    font-size: 14px;
    letter-spacing: .07rem;
}

/*** ========== Quick View css ========== ***/

.spinner {
    display: none;
}

@media only screen and (min-width: 768px) {
    .proName {
        font-size: 18px;
    }

    .proPrice {
        font-size: 18px;
        padding: 6px;
        padding-left: 0;
    }

    .input-number {
        height: 39px;
    }

    .proDelCart {
        width: 30px;
        padding-top: 2px;
        font-size: 20px;
    }

    .proImgDiv {
        max-width: 110px;
    }

    .proImg {
        max-width: 100px;
    }

}

@media only screen and (max-width: 767px) {
    .input-group--style-2 .input-group-btn>.btn {
        background: 0 0;
        border-color: #e6e6e6;
        color: #818a91;
        font-size: 8px;
        padding-top: 6px;
        padding-bottom: 6px;
        cursor: pointer;
    }

    .input-number {
        height: 26px;
    }

    .proDelCart {
        width: 30px;
        font-size: 18px;
    }

    .proImg {
        max-width: 50px;
    }
}

.form-control {
    border-radius: 0;
}

.coupon__wrapper {
    display: flex;
    margin-bottom: 1rem;
}

.coupon__wrapper .form-group {
    flex-grow: 1;
}

.coupon__btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 20px;
}

.product__quantity .quantity {
    min-height: 30px;
    width: 90px;
    margin-left: auto;
}

.product__quantity .cart_quantity__button {
    width: 30px;
    height: 30px;
}

.product__quantity .quantity__input {
    font-size: 14px;
    height: auto;
    padding: 0;
    box-shadow: none;
}

.product__quantity .cart_quantity__button svg {
    width: 9px;
}

.product__quantity .quantity::after {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
}

.product-option {
    font-size: 14px;
    word-break: break-word;
    line-height: calc(1 + 0.5 / 1);
}

.product-option * {
    display: inline;
    margin: 0;
    color: rgb(0 0 0 / 75%);
    font-weight: 400;
}

.product-option * {
    display: inline;
    margin: 0;
}

.product-option dd:not(:last-child)::after {
    content: '|';
    margin-left: 5px;
    color: var(--bs-gray-500);
}

#loading {
    text-align: center;
    display: none;
}

.sizetext {
    color: 000;
    background: #fff;
}

.colortext {
    color: #000;
    background: #fff;
}

.cart-items {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}

.sct-color-2 {
    background-color: #fcfcfc;
}

.c-gray-light {
    color: #818a91 !important;
}

.table-cart {
    width: 100%;
}

.table-cart tbody tr td {
    font-weight: bold;
    padding: 0.55rem 1rem;
    color: #2b2b2c;
}

.card-title .heading,
.card-header .heading {
    margin: 0;
    display: inline-block;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.15rem;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

td .cart_quantity__button,
td .quantity__button {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

td .quantity {
    width: 110px;
    min-height: 30px;
}

td .quantity__input {
    height: 30px;
}

.login__section {
    min-height: calc(100vh - 230px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    padding-block: 2rem;
}

.iti {
    display: block;
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: var(--bs-white) !important;
    border-right: 1px solid #dedede;
}

.iti__selected-flag {
    padding-right: 15px !important;
    font-weight: 500;
    padding-left: 12px !important;
}

.auth__card {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
    background-color: var(--bs-white);
    padding: 2rem;
    padding-bottom: 1.5rem;
    border-radius: .5rem;
}

.auth__alert {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
}

.iti__flag {
    height: 12px;
    background-position: -418px 0;
}

.auth__card_logo {
    text-align: center;
    margin-bottom: 1rem;
}

.auth__card_heading {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 2px !important;
}

.password__toggler {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--bs-gray);
    font-size: 15px;
}

.form-check {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-xs {
    font-size: 12px !important;
    padding: 5px 8px !important;
    line-height: 14px;
    border-radius: 3px !important;
}

/*** ========== Customer Panel css ========== ***/
.content__wrapper {
    min-height: calc(100vh - 120px);
    background-color: var(--bs-light);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.btn__account {
    color: #707070;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn__account:hover,
.btn__account.show,
.btn__account:active {
    border-color: transparent !important;
}

.svg__icon,
.edit__icon,
.info__icon,
.dropdown__arrow,
.user__icon {
    fill: none;
}

.svg__icon circle,
.svg__icon path,
.edit__icon path,
.info__icon path,
.info__icon circle,
.dropdown__arrow path,
.user__icon path,
.user__icon circle {
    vector-effect: non-scaling-stroke;
    stroke-width: 1.4px;
    stroke: currentColor;
    fill: none;
}

.cnt-account .dropdown-menu {
    font-size: 14px;
    padding: 10px;
    min-width: 220px;
}

.dropdown__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 12px;
    font-size: 13px;
}

.dropdown__header_icon {
    color: rgb(23 115 176);
    flex-shrink: 0;
}

.header__left {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 2rem;
}

.header__links {
    display: flex;
    align-items: center;
}

.header__link {
    display: block;
    padding: 0.7rem 1.3rem;
    border-radius: 0.3rem;
}

.header__link:hover {
    background-color: #f5f5f5;
}

.dropdown__list li {
    display: block !important;
    padding: 0 !important;
}

.dropdown__list a {
    display: block;
    margin-top: 5px;
    border-radius: 3px;
    font-size: 13px !important;
    padding: 8px 10px !important;
}

.dropdown__list a:hover {
    background-color: #f5f5f5;
}

.section__padding {
    padding: 0 3.8rem;
}

.btn-xs {
    font-size: 1.2rem;
    padding: 0.2rem 0.7rem 0.4rem;
    border-radius: 0.3rem;
}

.table>:not(caption)>*>* {
    padding: 1.2rem 1.5rem;
}

.pagination li>* {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-gray-300);
    font-size: 1.4rem;
    margin-right: 0.5rem;
    border-radius: 0.3rem;
}

.pagination li:not(.disabled)>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination {
    justify-content: flex-end;
}

.info__badge {
    background-color: #f5f5f5;
    display: inline-flex;
    width: fit-content;
    font-size: 12px;
    color: #707070;
    padding: 2px 8px 2px 3px;
    gap: 3px;
    border-radius: 20px;
    align-items: center;
}

.info__badge span {
    color: var(--bs-black);
    padding-bottom: 2px;
    line-height: 1;
}

.btn__edit {
    padding: 0;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.btn__edit:active {
    border-color: transparent !important;
}

.edit__icon {
    height: 14px;
    color: #1773b0;
}

.field:has(.form__input)::after {
    box-shadow: none;
}

.form__input[type=file] {
    padding: 13px 18px !important;
}

.form__input::placeholder {
    font-size: 0px !important;
    color: transparent !important;
}

.form__input:focus {
    outline: 2px solid #1773b0;
    border-color: transparent;
}

.form__input.is-invalid,
.form__input.is-invalid:focus {
    outline: 2px solid var(--bs-form-invalid-border-color);
    box-shadow: none;
    border-color: transparent;
}

.form__input:not(:placeholder-shown):not([type="file"]) {
    padding-top: 17px !important;
}

.form__input:not(:placeholder-shown)~.field__label {
    top: 5px;
    font-size: 12px;
}

.form__input~.field__label {
    color: #707070;
    font-size: 13px;
    top: 15px;
}

.close__form_btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.form__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding-top: 20px;
}

.form__footer button {
    min-width: fit-content;
    width: fit-content;
}

#editView .modal-content {
    border-radius: 10px;
}

#editView .modal-body {
    padding: 20px;
}

.submit__loader {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
}

.submit__loader .path {
    stroke: var(--bs-white);
}

.submit__loader.loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.avatar__wrapper:not(.hidden)~* {
    display: none;
}

.avatar__wrapper {
    border-radius: 50%;
    overflow: hidden;
    background-color: #f5f5f5;
    outline: 2px solid var(--bs-gray-300);
}

.avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.avatar__wrapper.hidden {
    display: none;
}

.section__heading {
    display: flex;
    gap: 10px;
}

.section__heading_icon {
    color: #1773b0;
    flex-shrink: 0;
}

.section__heading_text {
    flex-grow: 1;
}

.checkout__item {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.checkout__item_img {
    flex-shrink: 0;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
    max-width: 66px;
    background-color: var(--bs-white);
}

.checkout__item_img img {
    object-fit: contain;
    object-position: top;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.checkout__item_desc {
    color: var(--bs-black);
    margin-right: 10px;
    flex-grow: 1;
}

.checkout__item_price {
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 500;
    min-width: 65px;
    text-align: right;
    position: relative;
}

.checkout__summary {
    border-top: 1px solid rgba(172, 172, 172, 0.34);
}

.checkout__item_price .loading__spinner {
    right: 0;
}

.checkout__item_price .loading__spinner:not(.hidden)~* {
    visibility: hidden;
}

.checkout__item_option {
    color: #666;
    font-size: 12px;
}

.checkout__item_count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 20px;
    height: 20px;
    background-color: #666;
    color: var(--bs-white);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    padding: 0.5rem;
    padding-bottom: 0.55rem;
}

.checkout__pricing {
    padding-top: 20px;
}

.checkout__pricing_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    position: relative;
}

.checkout__pricing_item:last-child {
    border-top: 1px solid rgba(172, 172, 172, 0.34);
    margin-top: 10px;
}

.checkout__item_amount {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    font-weight: 500;
}

.form__input {
    border: 1px solid #dedede;
    border-radius: 5px !important;
    padding: 5px 15px !important;
    min-height: 50px !important;
}

.field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow 0.1s ease;
}

.field__label {
    font-size: 16px;
    left: calc(15px);
    top: calc(10px);
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top 0.1s ease, font-size 0.1s ease;
    color: rgb(0 0 0 / 75%);
    letter-spacing: .1rem;
    line-height: 1.5;
}

.field__input::placeholder,
.search__input::placeholder {
    opacity: 0 !important;
}

.field__input:not(:placeholder-shown),
.search__input:not(:placeholder-shown),
.field__input:focus,
.search__input:focus {
    padding: 22px 15px 8px 15px !important;
    border-color: var(--bs-black);
    border-width: 2px;
}

.search__input:not(:placeholder-shown)~.reset__button.hidden {
    visibility: visible;
}

.field__input:not(:placeholder-shown)~.field__label,
.field__input:focus+.field__label,
.search__input:not(:placeholder-shown)~.field__label,
.search__input:focus+.field__label {
    font-size: 12px !important;
    top: calc(5px);
    left: calc(15px);
    letter-spacing: .04rem;
}

/*** ========== Customer Panel css ========== ***/
